Subversion Repositories eFlore/Applications.cel

Rev

Rev 3861 | Rev 3869 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3861 Rev 3863
1
export function Utils() {
1
export function Utils() {
2
  this.cheminFichiers = $( '#zone-appli' ).data( 'url-fichiers' );
2
  this.cheminFichiers = $( '#zone-appli' ).data( 'url-fichiers' );
3
  // système de traduction minimaliste
3
  // système de traduction minimaliste
4
  this.msgs = {
4
  this.msgs = {
5
    fr: {
5
    fr: {
6
      'arbre'                             : 'Arbre',
6
      'arbre'                             : 'Arbre',
7
      'dupliquer'                         : 'Dupliquer',
7
      'dupliquer'                         : 'Dupliquer',
8
      'saisir-plantes'                    : 'Saisir les plantes',
8
      'saisir-plantes'                    : 'Saisir les plantes',
9
      'saisir-lichens'                    : 'Saisir les lichens',
9
      'saisir-lichens'                    : 'Saisir les lichens',
10
      'upload-non-suppote'                : 'Votre navigateur ne permet pas le téléchargement de fichiers.',
10
      'upload-non-suppote'                : 'Votre navigateur ne permet pas le téléchargement de fichiers.',
11
      'format-non-supporte'               : 'Le format de fichier n\'est pas supporté, les formats acceptés sont',
11
      'format-non-supporte'               : 'Le format de fichier n\'est pas supporté, les formats acceptés sont',
12
      'image-deja-chargee'                : 'Cette image a déjà été utilisée',
12
      'image-deja-chargee'                : 'Cette image a déjà été utilisée',
13
      'date-incomplete'                   : 'Format : jj/mm/aaaa.',
13
      'date-incomplete'                   : 'Format : jj/mm/aaaa.',
14
      'observations-transmises'           : 'observations transmises',
14
      'observations-transmises'           : 'observations transmises',
15
      'supprimer-observation-liste'       : 'Supprimer cette observation de la liste à transmettre',
15
      'supprimer-observation-liste'       : 'Supprimer cette observation de la liste à transmettre',
16
      'confirmation-suppression'          : 'Êtes-vous sûr de vouloir supprimer cette observation',
16
      'confirmation-suppression'          : 'Êtes-vous sûr de vouloir supprimer cette observation',
17
      'milieu'                            : 'Milieu',
17
      'milieu'                            : 'Milieu',
18
      'commentaires'                      : 'Commentaires',
18
      'commentaires'                      : 'Commentaires',
19
      'non-lie-au-ref'                    : 'non lié au référentiel',
19
      'non-lie-au-ref'                    : 'non lié au référentiel',
20
      'obs-le'                            : 'le',
20
      'obs-le'                            : 'le',
21
      'non-connexion'                     : 'Veuillez entrer votre login et votre mot de passe',
21
      'non-connexion'                     : 'Veuillez entrer votre login et votre mot de passe',
22
      'obs-numero'                        : 'Observation n°',
22
      'obs-numero'                        : 'Observation n°',
23
      'erreur'                            : 'Erreur',
23
      'erreur'                            : 'Erreur',
24
      'erreur-inconnue'                   : 'Erreur inconnue',
24
      'erreur-inconnue'                   : 'Erreur inconnue',
25
      'erreur-image'                      : 'Erreur lors du chargement des images',
25
      'erreur-image'                      : 'Erreur lors du chargement des images',
26
      'erreur-ajax'                       : 'Erreur Ajax',
26
      'erreur-ajax'                       : 'Erreur Ajax',
27
      'erreur-chargement'                 : 'Erreur lors du chargement de l\'observation',
27
      'erreur-chargement'                 : 'Erreur lors du chargement de l\'observation',
28
      'erreur-chargement-obs-utilisateur' : 'Erreur lors du chargement des observations de cet utilisateur',
28
      'erreur-chargement-obs-utilisateur' : 'Erreur lors du chargement des observations de cet utilisateur',
29
      'erreur-formulaire'                 : 'Erreur: impossible de charger le formulaire',
29
      'erreur-formulaire'                 : 'Erreur: impossible de charger le formulaire',
30
      'lieu-obs'                          : 'observé à',
30
      'lieu-obs'                          : 'observé à',
31
      'lieu-dit'                          : 'Lieu-dit',
31
      'lieu-dit'                          : 'Lieu-dit',
32
      'taxon-ou-image'                    : 'Veuillez transmettre au moins, soit une image, soit une espèce',
32
      'taxon-ou-image'                    : 'Veuillez transmettre au moins, soit une image, soit une espèce',
33
      'station'                           : 'Station',
33
      'station'                           : 'Station',
34
      'date-rue'                          : 'Un releve existe dejà à cette date pour cette rue.',
34
      'date-rue'                          : 'Un releve existe dejà à cette date pour cette rue.',
35
      'rechargement-page'                 : 'Êtes vous sûr de vouloir quiter la page?\nLes observations saisies mais non transmises seront perdues.',
35
      'rechargement-page'                 : 'Êtes vous sûr de vouloir quiter la page?\nLes observations saisies mais non transmises seront perdues.',
36
      'courriel-connu'                    : 'Un compte existe pour ce courriel, connectez-vous pour saisir votre observation'
36
      'courriel-connu'                    : 'Un compte existe pour ce courriel, connectez-vous pour saisir votre observation'
37
    },
37
    },
38
    en: {
38
    en: {
39
      'arbre'                             : 'Tree',
39
      'arbre'                             : 'Tree',
40
      'dupliquer'                         : 'Duplicate',
40
      'dupliquer'                         : 'Duplicate',
41
      'saisir-plantes'                    : 'Enter the plants',
41
      'saisir-plantes'                    : 'Enter the plants',
42
      'saisir-lichens'                    : 'Enter the lichens',
42
      'saisir-lichens'                    : 'Enter the lichens',
43
      'upload-non-suppote'                : 'Your browser does not support file upload.',
43
      'upload-non-suppote'                : 'Your browser does not support file upload.',
44
      'format-non-supporte'               : 'The file format is not supported, the accepted formats are',
44
      'format-non-supporte'               : 'The file format is not supported, the accepted formats are',
45
      'image-deja-chargee'                : 'This image has already been used',
45
      'image-deja-chargee'                : 'This image has already been used',
46
      'date-incomplete'                   : 'Format: dd/mm/yyyy.',
46
      'date-incomplete'                   : 'Format: dd/mm/yyyy.',
47
      'observations-transmises'           : 'observations transmitted',
47
      'observations-transmises'           : 'observations transmitted',
48
      'supprimer-observation-liste'       : 'Delete this observation from the list to be transmitted',
48
      'supprimer-observation-liste'       : 'Delete this observation from the list to be transmitted',
49
      'confirmation-suppression'          : 'Are you sure you want to delete this observation',
49
      'confirmation-suppression'          : 'Are you sure you want to delete this observation',
50
      'milieu'                            : 'Environment',
50
      'milieu'                            : 'Environment',
51
      'commentaires'                      : 'Comments',
51
      'commentaires'                      : 'Comments',
52
      'non-lie-au-ref'                    : 'unrelated to the referencial ',
52
      'non-lie-au-ref'                    : 'unrelated to the referencial ',
53
      'obs-le'                            : 'the',
53
      'obs-le'                            : 'the',
54
      'non-connexion'                     : 'Please enter your login and password',
54
      'non-connexion'                     : 'Please enter your login and password',
55
      'obs-numero'                        : 'Observation number ',
55
      'obs-numero'                        : 'Observation number ',
56
      'erreur'                            : 'Error',
56
      'erreur'                            : 'Error',
57
      'erreur-inconnue'                   : 'Unknown error',
57
      'erreur-inconnue'                   : 'Unknown error',
58
      'erreur-image'                      : 'Error loading the images',
58
      'erreur-image'                      : 'Error loading the images',
59
      'erreur-ajax'                       : 'Ajax Error',
59
      'erreur-ajax'                       : 'Ajax Error',
60
      'erreur-chargement'                 : 'Error loading the observation',
60
      'erreur-chargement'                 : 'Error loading the observation',
61
      'erreur-chargement-obs-utilisateur' : 'Error loading this user\'s observations',
61
      'erreur-chargement-obs-utilisateur' : 'Error loading this user\'s observations',
62
      'erreur-formulaire'                 : 'Error: couldn\'t load form',
62
      'erreur-formulaire'                 : 'Error: couldn\'t load form',
63
      'lieu-obs'                          : 'observed at',
63
      'lieu-obs'                          : 'observed at',
64
      'lieu-dit'                          : 'Locality',
64
      'lieu-dit'                          : 'Locality',
65
      'taxon-ou-image'                    : 'Please transmit at least one image or one species',
65
      'taxon-ou-image'                    : 'Please transmit at least one image or one species',
66
      'station'                           : 'Place',
66
      'station'                           : 'Place',
67
      'date-rue'                          : 'A record already exists on this date for this street',
67
      'date-rue'                          : 'A record already exists on this date for this street',
68
      'rechargement-page'                 : 'Are you sure you want to leave the page?\nAll untransmitted observations will be lost.',
68
      'rechargement-page'                 : 'Are you sure you want to leave the page?\nAll untransmitted observations will be lost.',
69
      'courriel-connu'                    : 'An account exists for this email, log in to enter your observation'
69
      'courriel-connu'                    : 'An account exists for this email, log in to enter your observation'
70
    }
70
    }
71
  };
71
  };
72
};
72
};
73
 
73
 
74
Utils.prototype.init = function() {
74
Utils.prototype.init = function() {
75
  // Modale "aide" du projet
75
  // Modale "aide" du projet
76
  this.projetHelpModale();
76
  this.projetHelpModale();
77
  // Affichage input file
77
  // Affichage input file
78
  this.inputFile();
78
  this.inputFile();
79
  // Affichage des List-checkbox
79
  // Affichage des List-checkbox
80
  this.inputListCheckbox();
80
  this.inputListCheckbox();
81
  // Affichage des Range
81
  // Affichage des Range
82
  this.inputRangeDisplayNumber()
82
  this.inputRangeDisplayNumber()
83
  // Modale "aide"
83
  // Modale "aide"
84
  this.newFieldsHelpModal();
84
  this.newFieldsHelpModal();
85
  // Ajout/suppression d'un champ texte "Autre"
85
  // Ajout/suppression d'un champ texte "Autre"
86
  this.onOtherOption();
86
  this.onOtherOption();
87
  // Récupérer les données entrées dans "Autre"
87
  // Récupérer les données entrées dans "Autre"
88
  this.collectOtherOption();
88
  this.collectOtherOption();
89
};
89
};
90
 
90
 
91
// aide dans le titre du projet
91
// aide dans le titre du projet
92
Utils.prototype.projetHelpModale = function() {
92
Utils.prototype.projetHelpModale = function() {
93
  const lthis = this;
93
  const lthis = this;
94
 
94
 
95
  $( '#top' ).on ( 'click', '#info-button', function ( event ) {
95
  $( '#top' ).on ( 'click', '#info-button', function ( event ) {
96
    const fileMimeType = $( this ).data( 'mime-info' ),
96
    const fileMimeType = $( this ).data( 'mime-info' ),
97
        label          = 'Aide du projet : ' +  $( '#titre-projet' ).text();
97
        label          = 'Aide du projet : ' +  $( '#titre-projet' ).text();
98
 
98
 
99
    if( fileMimeType.match( 'image' ) ) {
99
    if( fileMimeType.match( 'image' ) ) {
100
      const extention = fileMimeType.replace( /(?:imag)?e\/?/g , '' ),
100
      const extention = fileMimeType.replace( /(?:imag)?e\/?/g , '' ),
101
          content     = '<img id="modale-aide-img" src="' + lthis.cheminFichiers + 'info.' + extention + '" style="" alt="info projet" />';
101
          content     = '<img id="modale-aide-img" src="' + lthis.cheminFichiers + 'info.' + extention + '" style="" alt="info projet" />';
102
    }
102
    }
103
    lthis.activerModale( label, content );
103
    lthis.activerModale( label, content );
104
  });
104
  });
105
};
105
};
106
 
106
 
107
// Logique d'affichage pour le input type=file
107
// Logique d'affichage pour le input type=file
108
Utils.prototype.inputFile = function() {
108
Utils.prototype.inputFile = function() {
109
  // Action lorsque la "barre d'espace" ou "Entrée" est pressée
109
  // Action lorsque la "barre d'espace" ou "Entrée" est pressée
110
  $( '#formulaire' ).on( 'keydown', '.label-file', function( event ) {
110
  $( '#formulaire' ).on( 'keydown', '.label-file', function( event ) {
111
    if ( event.keyCode == 13 || event.keyCode == 32 ) {
111
    if ( event.keyCode == 13 || event.keyCode == 32 ) {
112
      $( '#' + $( this ).attr( 'for' ) + '.input-file' ).click();
112
      $( '#' + $( this ).attr( 'for' ) + '.input-file' ).click();
113
    }
113
    }
114
  });
114
  });
115
};
115
};
116
 
116
 
117
// Style et affichage des list-checkboxes
117
// Style et affichage des list-checkboxes
118
Utils.prototype.inputListCheckbox = function() {
118
Utils.prototype.inputListCheckbox = function() {
119
  // On écoute le click sur une list-checkbox ('.selectBox')
119
  // On écoute le click sur une list-checkbox ('.selectBox')
120
  // à tout moment de son insertion dans le dom
120
  // à tout moment de son insertion dans le dom
121
  // _ S'assurer de bien viser la bonne list-checkbox
121
  // _ S'assurer de bien viser la bonne list-checkbox
122
  // _ Au click sur un autre champ remballer la list-checkbox
122
  // _ Au click sur un autre champ remballer la list-checkbox
123
  $( document ).click( function( event ) {
123
  $( document ).click( function( event ) {
124
    const target = event.target;
124
    const target = event.target;
125
 
125
 
126
    if ( !$( target ).is( '.overSelect' ) && 0 === $( target ).closest( '.checkboxes' ).length ) {
126
    if ( !$( target ).is( '.overSelect' ) && 0 === $( target ).closest( '.checkboxes' ).length ) {
127
      $( '.checkboxes' ).each( function () {
127
      $( '.checkboxes' ).each( function () {
128
        $( this ).addClass( 'hidden' );
128
        $( this ).addClass( 'hidden' );
129
      });
129
      });
130
      $( '.selectBox select.focus', '#zone-appli' ).each( function() {
130
      $( '.selectBox select.focus', '#zone-appli' ).each( function() {
131
        $( this ).removeClass( 'focus' );
131
        $( this ).removeClass( 'focus' );
132
      });
132
      });
133
    }
133
    }
134
  });
134
  });
135
  $( '#zone-appli' ).on( 'click' , '.selectBox' , function() {
135
  $( '#zone-appli' ).on( 'click' , '.selectBox' , function() {
136
    // afficher/cacher le volet des checkboxes et focus
136
    // afficher/cacher le volet des checkboxes et focus
137
    $( this ).next().toggleClass( 'hidden' );
137
    $( this ).next().toggleClass( 'hidden' );
138
    $( this ).find( 'select' ).toggleClass( 'focus' );
138
    $( this ).find( 'select' ).toggleClass( 'focus' );
139
 
139
 
140
    // Cacher le volet des autres checkboxes et retirer leur focus
140
    // Cacher le volet des autres checkboxes et retirer leur focus
141
    const $checkboxes = $( this ).next(),
141
    const $checkboxes = $( this ).next(),
142
        count         = $( '.checkboxes' ).length;
142
        count         = $( '.checkboxes' ).length;
143
 
143
 
144
    for ( let i = 0; i < count; i++ ) {
144
    for ( let i = 0; i < count; i++ ) {
145
      if ( $( '.checkboxes' )[i] !== $checkboxes[0] && !$checkboxes.hasClass( 'hidden' ) ) {
145
      if ( $( '.checkboxes' )[i] !== $checkboxes[0] && !$checkboxes.hasClass( 'hidden' ) ) {
146
        const $otherListCheckboxes = $( '.checkboxes' )[i];
146
        const $otherListCheckboxes = $( '.checkboxes' )[i];
147
 
147
 
148
        if ( !$otherListCheckboxes.classList.contains( 'hidden' ) ) {
148
        if ( !$otherListCheckboxes.classList.contains( 'hidden' ) ) {
149
          $otherListCheckboxes.classList.add( 'hidden' );
149
          $otherListCheckboxes.classList.add( 'hidden' );
150
        }
150
        }
151
        if( $otherListCheckboxes.previousElementSibling.firstElementChild.classList.contains( 'focus' ) ) {
151
        if( $otherListCheckboxes.previousElementSibling.firstElementChild.classList.contains( 'focus' ) ) {
152
          $otherListCheckboxes.previousElementSibling.firstElementChild.classList.remove( 'focus' );
152
          $otherListCheckboxes.previousElementSibling.firstElementChild.classList.remove( 'focus' );
153
        }
153
        }
154
      }
154
      }
155
    }
155
    }
156
  });
156
  });
157
};
157
};
158
 
158
 
159
// Style et affichage des input type="range"
159
// Style et affichage des input type="range"
160
Utils.prototype.inputRangeDisplayNumber = function() {
160
Utils.prototype.inputRangeDisplayNumber = function() {
161
  $( 'input[type="range"]' ).each( function() {
161
  $( 'input[type="range"]' ).each( function() {
162
    $( this ).siblings( '.range-live-value' ).text( $( this ).val() );
162
    $( this ).siblings( '.range-live-value' ).text( $( this ).val() );
163
  });
163
  });
164
  $( '#top' ).on( 'input' , 'input[type="range"]' , function () {
164
  $( '#top' ).on( 'input' , 'input[type="range"]' , function () {
165
    $( this ).siblings( '.range-live-value' ).text( $( this ).val() );
165
    $( this ).siblings( '.range-live-value' ).text( $( this ).val() );
166
  });
166
  });
167
  $( '#top' ).on( 'click', '#ajouter-obs', function() {
167
  $( '#top' ).on( 'click', '#ajouter-obs', function() {
168
    $( '.range-live-value' ).each( function() {
168
    $( '.range-live-value' ).each( function() {
169
      $( this ).text( '' );
169
      $( this ).text( '' );
170
    });
170
    });
171
  });
171
  });
172
};
172
};
173
 
173
 
174
// Activation/Desactivation et contenu de la modale Bootstrap
174
// Activation/Desactivation et contenu de la modale Bootstrap
175
// https://getbootstrap.com/docs/3.3/javascript/#modals
175
// https://getbootstrap.com/docs/3.3/javascript/#modals
176
Utils.prototype.newFieldsHelpModal = function() {
176
Utils.prototype.newFieldsHelpModal = function() {
177
  const lthis = this;
177
  const lthis = this;
178
 
178
 
179
  $( '#zone-appli' ).on( 'click' , '.help-button' , function ( event ) {
179
  $( '#zone-appli' ).on( 'click' , '.help-button' , function ( event ) {
180
    const thisFieldKey = $( this ).data( 'key' ),
180
    const thisFieldKey = $( this ).data( 'key' ),
181
        fileMimeType   = $( this ).data( 'mime-type' ),
181
        fileMimeType   = $( this ).data( 'mime-type' ),
182
        label          = 'Aide pour : ' +  $( this ).data( 'name' );
182
        label          = 'Aide pour : ' +  $( this ).data( 'name' );
-
 
183
 
-
 
184
    let content = '';
183
 
185
 
184
    if( fileMimeType.match( 'image' ) ) {
186
    if( fileMimeType.match( 'image' ) ) {
185
    	const extention = fileMimeType.replace( /(?:imag)?e\/?/g , '' );
187
    	const extention = fileMimeType.replace( /(?:imag)?e\/?/g , '' );
186
 
188
 
187
        content = '<img id="modale-aide-img" src="' + lthis.cheminFichiers + thisFieldKey + '.' + extention + '" style="" alt="' + thisFieldKey + '" />';
189
        content = '<img id="modale-aide-img" src="' + lthis.cheminFichiers + thisFieldKey + '.' + extention + '" style="" alt="' + thisFieldKey + '" />';
188
      }
190
      }
189
    lthis.activerModale( label, content );
191
    lthis.activerModale( label, content );
190
  });
192
  });
191
};
193
};
192
 
194
 
193
// Activation/Desactivation et contenu de la modale Bootstrap
195
// Activation/Desactivation et contenu de la modale Bootstrap
194
// https://getbootstrap.com/docs/3.3/javascript/#modals
196
// https://getbootstrap.com/docs/3.3/javascript/#modals
195
Utils.prototype.activerModale = function( label, content = '', buttons = [] ) {
197
Utils.prototype.activerModale = function( label, content = '', buttons = [] ) {
196
  const lthis = this,
198
  const lthis = this,
197
    buttonsHtmlBase = '<button type="button" class="btn btn-secondary" data-dismiss="modal">Fermer</button>';
199
    buttonsHtmlBase = '<button type="button" class="btn btn-secondary" data-dismiss="modal">Fermer</button>';
198
  let dismiss     = '',
200
  let dismiss     = '',
199
      buttonsHtml = buttonsHtmlBase;
201
      buttonsHtml = buttonsHtmlBase;
200
 
202
 
201
  // Titre
203
  // Titre
202
  $( '#fenetre-modal-label' ).text( label );
204
  $( '#fenetre-modal-label' ).text( label );
203
  if ( '' !== content ) {
205
  if ( '' !== content ) {
204
    $( '#print_content' ).append( content );
206
    $( '#print_content' ).append( content );
205
  }
207
  }
206
  // Sortie avec la touche escape
208
  // Sortie avec la touche escape
207
  $( '#fenetre-modal' ).modal( { keyboard : true } );
209
  $( '#fenetre-modal' ).modal( { keyboard : true } );
208
  // Affichage
210
  // Affichage
209
  $( '#fenetre-modal' ).modal({ show: true });
211
  $( '#fenetre-modal' ).modal({ show: true });
210
  // Remplacer l'autofocus qui ne fonctionne plus en HTML5
212
  // Remplacer l'autofocus qui ne fonctionne plus en HTML5
211
  // Message dans la doc de bootstrap :
213
  // Message dans la doc de bootstrap :
212
  // Due to how HTML5 defines its semantics,
214
  // Due to how HTML5 defines its semantics,
213
  // the autofocus HTML attribute has no effect in Bootstrap modals.
215
  // the autofocus HTML attribute has no effect in Bootstrap modals.
214
  // To achieve the same effect, use some custom JavaScript
216
  // To achieve the same effect, use some custom JavaScript
215
  $( '#fenetre-modal' ).off( 'shown.bs.modal' ).on( 'shown.bs.modal' , function () {
217
  $( '#fenetre-modal' ).off( 'shown.bs.modal' ).on( 'shown.bs.modal' , function () {
216
    $( '#myInput' ).trigger( 'focus' );
218
    $( '#myInput' ).trigger( 'focus' );
217
    if( valOk( $( '#modale-aide-img' ) ) ) {
219
    if( valOk( $( '#modale-aide-img' ) ) ) {
218
      lthis.redimentionnerImgAide();
220
      lthis.redimentionnerImgAide();
219
      $( window ).on( 'resize', lthis.redimentionnerImgAide.bind( lthis ) );
221
      $( window ).on( 'resize', lthis.redimentionnerImgAide.bind( lthis ) );
220
    }
222
    }
221
  });
223
  });
222
  if ( valOk( buttons ) ) {
224
  if ( valOk( buttons ) ) {
223
    buttonsHtml = '';
225
    buttonsHtml = '';
224
    $.each( buttons, function( i, button ) {
226
    $.each( buttons, function( i, button ) {
225
      dismiss = button.dismiss ? 'data-dismiss="modal"' : '';
227
      dismiss = button.dismiss ? 'data-dismiss="modal"' : '';
226
      buttonsHtml += '<button type="button" class="btn ' + button.class + '" ' + dismiss + '>' + button.label + '</button>';
228
      buttonsHtml += '<button type="button" class="btn ' + button.class + '" ' + dismiss + '>' + button.label + '</button>';
227
    });
229
    });
228
  }
230
  }
229
  $( '.modal-footer' ).html( buttonsHtml );
231
  $( '.modal-footer' ).html( buttonsHtml );
230
  // Réinitialisation
232
  // Réinitialisation
231
  $( '#fenetre-modal' ).on( 'hidden.bs.modal' , function () {
233
  $( '#fenetre-modal' ).on( 'hidden.bs.modal' , function () {
232
    $( '#confirm-modal-label' ).text();
234
    $( '#confirm-modal-label' ).text();
233
    $( '#print_content' ).empty();
235
    $( '#print_content' ).empty();
234
    $( '.modal-footer' ).html( buttonsHtmlBase );
236
    $( '.modal-footer' ).html( buttonsHtmlBase );
235
  });
237
  });
236
};
238
};
237
 
239
 
238
Utils.prototype.redimentionnerImgAide = function() {
240
Utils.prototype.redimentionnerImgAide = function() {
239
  const espHorizDisp = $( '.modal-dialog' ).innerWidth() <= 1200 ? $( '.modal-dialog' ).innerWidth() - 30 : 1200,
241
  const espHorizDisp = $( '.modal-dialog' ).innerWidth() <= 1200 ? $( '.modal-dialog' ).innerWidth() - 30 : 1200,
240
      cssImg         = {
242
      cssImg         = {
241
        'width': espHorizDisp,
243
        'width': espHorizDisp,
242
        'height' : 'auto'
244
        'height' : 'auto'
243
      };
245
      };
244
 
246
 
245
  $( '#modale-aide-img' ).css(cssImg).show(50);
247
  $( '#modale-aide-img' ).css(cssImg).show(50);
246
};
248
};
247
 
249
 
248
// Faire apparaitre un champ text "Autre"
250
// Faire apparaitre un champ text "Autre"
249
Utils.prototype.onOtherOption = function() {
251
Utils.prototype.onOtherOption = function() {
250
  const lthis = this,
252
  const lthis = this,
251
    PREFIX = 'collect-other-';
253
    PREFIX = 'collect-other-';
252
  // Ajouter un champ texte pour "Autre"
254
  // Ajouter un champ texte pour "Autre"
253
  const optionAdd = (
255
  const optionAdd = (
254
      otherId,
256
      otherId,
255
      $target,
257
      $target,
256
      element,
258
      element,
257
      dataName,
259
      dataName,
258
      dataLabel
260
      dataLabel
259
    ) => {
261
    ) => {
260
      $target.after(
262
      $target.after(
261
        '<div class="control-group">'+
263
        '<div class="control-group">'+
262
          '<label'+
264
          '<label'+
263
            ' for="' + otherId + '"'+
265
            ' for="' + otherId + '"'+
264
            ' class="' + otherId + '"'+
266
            ' class="' + otherId + '"'+
265
          '>'+
267
          '>'+
266
            'Autre option "' + dataLabel.toLowerCase() + '" :'+
268
            'Autre option "' + dataLabel.toLowerCase() + '" :'+
267
          '</label>'+
269
          '</label>'+
268
          '<input'+
270
          '<input'+
269
            ' type="text"'+
271
            ' type="text"'+
270
            ' id="' + otherId + '"'+
272
            ' id="' + otherId + '"'+
271
            ' name="' + otherId + '"'+
273
            ' name="' + otherId + '"'+
272
            ' class="collect-other form-control"'+
274
            ' class="collect-other form-control"'+
273
            ' data-name="' + dataName + '"'+
275
            ' data-name="' + dataName + '"'+
274
            ' data-element="' + element + '"'+
276
            ' data-element="' + element + '"'+
275
          '>'+
277
          '>'+
276
        '</div>'
278
        '</div>'
277
      );
279
      );
278
      $( '#' + otherId ).focus();
280
      $( '#' + otherId ).focus();
279
    };
281
    };
280
  // Supprimer un champ texte pour "Autre"
282
  // Supprimer un champ texte pour "Autre"
281
  const optionRemove = otherId => $( '#' + otherId ).closest('.control-group').remove();
283
  const optionRemove = otherId => $( '#' + otherId ).closest('.control-group').remove();
282
 
284
 
283
  let dataName  = '',
285
  let dataName  = '',
284
      otherId   = '',
286
      otherId   = '',
285
      dataLabel = '',
287
      dataLabel = '',
286
      element   = '';
288
      element   = '';
287
 
289
 
288
  $( '.other', '#formulaire' ).each( function() {
290
  $( '.other', '#formulaire' ).each( function() {
289
    if( $( this ).hasClass( 'is-select' ) ) {
291
    if( $( this ).hasClass( 'is-select' ) ) {
290
      dataName  = $( this ).data( 'name' );
292
      dataName  = $( this ).data( 'name' );
291
      otherId   = PREFIX + dataName;
293
      otherId   = PREFIX + dataName;
292
      dataLabel = $( '.select' ).data( 'label' );
294
      dataLabel = $( '.select' ).data( 'label' );
293
      // Insertion du champ "Autre" après les boutons
295
      // Insertion du champ "Autre" après les boutons
294
      if ( !valOk( $( '#'+otherId ) ) ) {
296
      if ( !valOk( $( '#'+otherId ) ) ) {
295
        optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
297
        optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
296
      }
298
      }
297
    } else if ( $( this ).is( ':checked' ) ) {
299
    } else if ( $( this ).is( ':checked' ) ) {
298
      dataName  = $( this ).data( 'name' );
300
      dataName  = $( this ).data( 'name' );
299
      otherId   = PREFIX + dataName;
301
      otherId   = PREFIX + dataName;
300
      dataLabel = $( this ).data( 'label' );
302
      dataLabel = $( this ).data( 'label' );
301
      element = $( this ).data( 'element' );
303
      element = $( this ).data( 'element' );
302
      // Insertion du champ "Autre" après les boutons
304
      // Insertion du champ "Autre" après les boutons
303
      if ( !valOk( $( '#'+ otherId ) ) ) {
305
      if ( !valOk( $( '#'+ otherId ) ) ) {
304
        optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
306
        optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
305
      }
307
      }
306
    }
308
    }
307
  });
309
  });
308
 
310
 
309
  $( '#formulaire' ).on( 'change', '.select', function () {
311
  $( '#formulaire' ).on( 'change', '.select', function () {
310
    dataName  = $( this ).data( 'name' );
312
    dataName  = $( this ).data( 'name' );
311
    otherId   = PREFIX + dataName;
313
    otherId   = PREFIX + dataName;
312
    dataLabel = $( this ).data( 'label' );
314
    dataLabel = $( this ).data( 'label' );
313
    if( 'other' === $( this ).val() ) {
315
    if( 'other' === $( this ).val() ) {
314
        // Insertion du champ "Autre" après les boutons
316
        // Insertion du champ "Autre" après les boutons
315
        if ( !valOk( $( '#'+otherId ) ) ) {
317
        if ( !valOk( $( '#'+otherId ) ) ) {
316
          optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
318
          optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
317
        }
319
        }
318
      } else {
320
      } else {
319
        // Suppression du champ autre
321
        // Suppression du champ autre
320
        optionRemove( otherId );
322
        optionRemove( otherId );
321
        $( this ).find( '.other' ).val( 'other' );
323
        $( this ).find( '.other' ).val( 'other' );
322
      }
324
      }
323
  });
325
  });
324
 
326
 
325
  $( '#formulaire' ).on( 'change', 'input[type=radio]', function () {
327
  $( '#formulaire' ).on( 'change', 'input[type=radio]', function () {
326
    dataName = $( this ).data( 'name' );
328
    dataName = $( this ).data( 'name' );
327
    otherId  = PREFIX + dataName;
329
    otherId  = PREFIX + dataName;
328
    dataLabel = $( this ).data( 'label' );
330
    dataLabel = $( this ).data( 'label' );
329
    if( 'other' === $( this ).val() ) {
331
    if( 'other' === $( this ).val() ) {
330
      // Insertion du champ "Autre" après les boutons
332
      // Insertion du champ "Autre" après les boutons
331
      if ( !valOk( $( '#'+otherId ) ) ) {
333
      if ( !valOk( $( '#'+otherId ) ) ) {
332
        optionAdd( otherId, $( this ).parent( 'label' ), 'radio', dataName, dataLabel );
334
        optionAdd( otherId, $( this ).parent( 'label' ), 'radio', dataName, dataLabel );
333
      }
335
      }
334
    } else {
336
    } else {
335
      // Suppression du champ autre
337
      // Suppression du champ autre
336
      optionRemove( otherId );
338
      optionRemove( otherId );
337
      $( this ).closest( '.radio' ).find( '.other' ).val( 'other' );
339
      $( this ).closest( '.radio' ).find( '.other' ).val( 'other' );
338
    }
340
    }
339
  });
341
  });
340
 
342
 
341
  $( '#formulaire' ).on( 'click', '.list-checkbox .other,.checkbox .other', function () {
343
  $( '#formulaire' ).on( 'click', '.list-checkbox .other,.checkbox .other', function () {
342
    dataName = $( this ).data( 'name' );
344
    dataName = $( this ).data( 'name' );
343
    otherId  = PREFIX + dataName;
345
    otherId  = PREFIX + dataName;
344
    dataLabel = $( this ).data( 'label' );
346
    dataLabel = $( this ).data( 'label' );
345
    element = $( this ).data( 'element' );
347
    element = $( this ).data( 'element' );
346
    if( $( this ).is( ':checked' ) ) {
348
    if( $( this ).is( ':checked' ) ) {
347
        // Insertion du champ "Autre" après les boutons
349
        // Insertion du champ "Autre" après les boutons
348
        if ( !valOk( $( '#'+otherId ) ) ) {
350
        if ( !valOk( $( '#'+otherId ) ) ) {
349
          optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
351
          optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
350
        }
352
        }
351
      } else {
353
      } else {
352
        // Suppression du champ autre
354
        // Suppression du champ autre
353
        optionRemove( otherId );
355
        optionRemove( otherId );
354
        $( this ).val( 'other' );
356
        $( this ).val( 'other' );
355
      }
357
      }
356
  });
358
  });
357
};
359
};
358
 
360
 
359
Utils.prototype.collectOtherOption = function() {
361
Utils.prototype.collectOtherOption = function() {
360
  $( '#formulaire' ).on( 'change', '.collect-other', function () {
362
  $( '#formulaire' ).on( 'change', '.collect-other', function () {
361
    const otherIdSuffix = $( this ).data( 'name' ).replace( '[]', '' ),
363
    const otherIdSuffix = $( this ).data( 'name' ).replace( '[]', '' ),
362
      element           = $( this ).data( 'element' );
364
      element           = $( this ).data( 'element' );
363
 
365
 
364
    if ( '' === $( this ).val() ){
366
    if ( '' === $( this ).val() ){
365
      if ( 'select' === element ) {
367
      if ( 'select' === element ) {
366
        $( '#' + otherIdSuffix ).find( '.other' ).prop( 'selected', false ).val( 'other' );
368
        $( '#' + otherIdSuffix ).find( '.other' ).prop( 'selected', false ).val( 'other' );
367
      } else {
369
      } else {
368
        $( '#other-' + otherIdSuffix ).prop( 'checked', false ).val( 'other' );
370
        $( '#other-' + otherIdSuffix ).prop( 'checked', false ).val( 'other' );
369
      }
371
      }
370
      $( 'label.collect-other-' + otherIdSuffix ).remove();
372
      $( 'label.collect-other-' + otherIdSuffix ).remove();
371
      $( this ).remove();
373
      $( this ).remove();
372
    } else {
374
    } else {
373
      if ( 'select' === element ) {
375
      if ( 'select' === element ) {
374
        $( '#' +  otherIdSuffix ).find( '.other' ).val( $( this ).val() );
376
        $( '#' +  otherIdSuffix ).find( '.other' ).val( $( this ).val() );
375
        $( '#' +  otherIdSuffix ).val( $( this ).val() );
377
        $( '#' +  otherIdSuffix ).val( $( this ).val() );
376
        $( '#' +  otherIdSuffix + ' option').not( '.other' ).prop( 'selected', false );
378
        $( '#' +  otherIdSuffix + ' option').not( '.other' ).prop( 'selected', false );
377
        $( '#' +  otherIdSuffix ).find( '.other' ).prop( 'selected', true );
379
        $( '#' +  otherIdSuffix ).find( '.other' ).prop( 'selected', true );
378
      } else {
380
      } else {
379
        if ( 'radio' === element ) {
381
        if ( 'radio' === element ) {
380
          $( 'input[name=' + otherIdSuffix + ']' ).not( '#other-' + otherIdSuffix ).prop( 'checked', false );
382
          $( 'input[name=' + otherIdSuffix + ']' ).not( '#other-' + otherIdSuffix ).prop( 'checked', false );
381
        }
383
        }
382
        $( '#other-' + otherIdSuffix ).val( $( this ).val() );
384
        $( '#other-' + otherIdSuffix ).val( $( this ).val() );
383
        $( '#other-' + otherIdSuffix ).prop( 'checked', true );
385
        $( '#other-' + otherIdSuffix ).prop( 'checked', true );
384
      }
386
      }
385
    }
387
    }
386
  });
388
  });
387
};
389
};
388
 
390
 
389
/**
391
/**
390
* Permet à la fois de vérifier qu'une valeur ou objet existe et n'est pas vide
392
* Permet à la fois de vérifier qu'une valeur ou objet existe et n'est pas vide
391
* et de comparer à une autre valeur :
393
* et de comparer à une autre valeur :
392
* Vérifie qu'une variable ou objet n'est pas : vide, null, undefined, NaN
394
* Vérifie qu'une variable ou objet n'est pas : vide, null, undefined, NaN
393
* Si comparer est défini on le compare à valeur en fonction de sensComparaison
395
* Si comparer est défini on le compare à valeur en fonction de sensComparaison
394
* Un booléen est une variable valide : on retourne true
396
* Un booléen est une variable valide : on retourne true
395
* @param { string || number || object || undefined } valeur
397
* @param { string || number || object || undefined } valeur
396
* @param { boolean } sensComparaison : true = rechercher, false = refuser
398
* @param { boolean } sensComparaison : true = rechercher, false = refuser
397
* @param { string || number || object || undefined || boolean } comparer :valeur à comparer
399
* @param { string || number || object || undefined || boolean } comparer :valeur à comparer
398
* @returns {boolean}
400
* @returns {boolean}
399
*/
401
*/
400
export const valOk = (
402
export const valOk = (
401
  valeur,
403
  valeur,
402
  sensComparaison = true,
404
  sensComparaison = true,
403
  comparer = undefined
405
  comparer = undefined
404
) => {
406
) => {
405
  let retour = true;
407
  let retour = true;
406
 
408
 
407
  if ( 'boolean' !== typeof valeur ) {
409
  if ( 'boolean' !== typeof valeur ) {
408
    switch( typeof valeur ) {
410
    switch( typeof valeur ) {
409
      case 'string' :
411
      case 'string' :
410
        retour = ( '' !== valeur );
412
        retour = ( '' !== valeur );
411
       break;
413
       break;
412
      case 'number' :
414
      case 'number' :
413
          retour = ( NaN !== valeur );
415
          retour = ( NaN !== valeur );
414
        break;
416
        break;
415
      case 'object' :
417
      case 'object' :
416
          retour = ( null !== valeur && undefined !== valeur && !$.isEmptyObject( valeur ) );
418
          retour = ( null !== valeur && undefined !== valeur && !$.isEmptyObject( valeur ) );
417
          if (  null !== valeur && undefined !== valeur.length ) {
419
          if (  null !== valeur && undefined !== valeur.length ) {
418
            retour = ( retour  && 0 < valeur.length );
420
            retour = ( retour  && 0 < valeur.length );
419
          }
421
          }
420
        break;
422
        break;
421
      case 'undefined' :
423
      case 'undefined' :
422
      default :
424
      default :
423
        retour = false;
425
        retour = false;
424
    }
426
    }
425
    if ( retour && comparer !== undefined ) {
427
    if ( retour && comparer !== undefined ) {
426
      const resultComparaison = ( comparer === valeur );
428
      const resultComparaison = ( comparer === valeur );
427
 
429
 
428
      retour = ( sensComparaison ) ? resultComparaison : !resultComparaison ;
430
      retour = ( sensComparaison ) ? resultComparaison : !resultComparaison ;
429
    }
431
    }
430
 
432
 
431
    return retour;
433
    return retour;
432
 
434
 
433
  } else {
435
  } else {
434
    // Un booléen est une valeur valable
436
    // Un booléen est une valeur valable
435
    return true;
437
    return true;
436
  }
438
  }
437
};
439
};