Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3863 Rev 3869
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
    let content = '';
185
 
184
 
186
    if( fileMimeType.match( 'image' ) ) {
185
    if( fileMimeType.match( 'image' ) ) {
187
    	const extention = fileMimeType.replace( /(?:imag)?e\/?/g , '' );
186
      const extention = fileMimeType.replace( /(?:imag)?e\/?/g , '' );
188
 
187
 
189
        content = '<img id="modale-aide-img" src="' + lthis.cheminFichiers + thisFieldKey + '.' + extention + '" style="" alt="' + thisFieldKey + '" />';
188
      content = '<img id="modale-aide-img" src="' + lthis.cheminFichiers + thisFieldKey + '.' + extention + '" style="" alt="' + thisFieldKey + '" />';
190
      }
189
    }
191
    lthis.activerModale( label, content );
190
    lthis.activerModale( label, content );
192
  });
191
  });
193
};
192
};
194
 
193
 
195
// Activation/Desactivation et contenu de la modale Bootstrap
194
// Activation/Desactivation et contenu de la modale Bootstrap
196
// https://getbootstrap.com/docs/3.3/javascript/#modals
195
// https://getbootstrap.com/docs/3.3/javascript/#modals
197
Utils.prototype.activerModale = function( label, content = '', buttons = [] ) {
196
Utils.prototype.activerModale = function( label, content = '', buttons = [] ) {
198
  const lthis = this,
197
  const lthis = this,
199
    buttonsHtmlBase = '<button type="button" class="btn btn-secondary" data-dismiss="modal">Fermer</button>';
198
    buttonsHtmlBase = '<button type="button" class="btn btn-secondary" data-dismiss="modal">Fermer</button>';
200
  let dismiss     = '',
199
  let dismiss     = '',
201
      buttonsHtml = buttonsHtmlBase;
200
      buttonsHtml = buttonsHtmlBase;
202
 
201
 
203
  // Titre
202
  // Titre
204
  $( '#fenetre-modal-label' ).text( label );
203
  $( '#fenetre-modal-label' ).text( label );
205
  if ( '' !== content ) {
204
  if ( '' !== content ) {
206
    $( '#print_content' ).append( content );
205
    $( '#print_content' ).append( content );
207
  }
206
  }
208
  // Sortie avec la touche escape
207
  // Sortie avec la touche escape
209
  $( '#fenetre-modal' ).modal( { keyboard : true } );
208
  $( '#fenetre-modal' ).modal( { keyboard : true } );
210
  // Affichage
209
  // Affichage
211
  $( '#fenetre-modal' ).modal({ show: true });
210
  $( '#fenetre-modal' ).modal({ show: true });
212
  // Remplacer l'autofocus qui ne fonctionne plus en HTML5
211
  // Remplacer l'autofocus qui ne fonctionne plus en HTML5
213
  // Message dans la doc de bootstrap :
212
  // Message dans la doc de bootstrap :
214
  // Due to how HTML5 defines its semantics,
213
  // Due to how HTML5 defines its semantics,
215
  // the autofocus HTML attribute has no effect in Bootstrap modals.
214
  // the autofocus HTML attribute has no effect in Bootstrap modals.
216
  // To achieve the same effect, use some custom JavaScript
215
  // To achieve the same effect, use some custom JavaScript
217
  $( '#fenetre-modal' ).off( 'shown.bs.modal' ).on( 'shown.bs.modal' , function () {
216
  $( '#fenetre-modal' ).off( 'shown.bs.modal' ).on( 'shown.bs.modal' , function () {
218
    $( '#myInput' ).trigger( 'focus' );
217
    $( '#myInput' ).trigger( 'focus' );
219
    if( valOk( $( '#modale-aide-img' ) ) ) {
218
    if( valOk( $( '#modale-aide-img' ) ) ) {
220
      lthis.redimentionnerImgAide();
219
      lthis.redimentionnerImgAide();
221
      $( window ).on( 'resize', lthis.redimentionnerImgAide.bind( lthis ) );
220
      $( window ).on( 'resize', lthis.redimentionnerImgAide.bind( lthis ) );
222
    }
221
    }
223
  });
222
  });
224
  if ( valOk( buttons ) ) {
223
  if ( valOk( buttons ) ) {
225
    buttonsHtml = '';
224
    buttonsHtml = '';
226
    $.each( buttons, function( i, button ) {
225
    $.each( buttons, function( i, button ) {
227
      dismiss = button.dismiss ? 'data-dismiss="modal"' : '';
226
      dismiss = button.dismiss ? 'data-dismiss="modal"' : '';
228
      buttonsHtml += '<button type="button" class="btn ' + button.class + '" ' + dismiss + '>' + button.label + '</button>';
227
      buttonsHtml += '<button type="button" class="btn ' + button.class + '" ' + dismiss + '>' + button.label + '</button>';
229
    });
228
    });
230
  }
229
  }
231
  $( '.modal-footer' ).html( buttonsHtml );
230
  $( '.modal-footer' ).html( buttonsHtml );
232
  // Réinitialisation
231
  // Réinitialisation
233
  $( '#fenetre-modal' ).on( 'hidden.bs.modal' , function () {
232
  $( '#fenetre-modal' ).on( 'hidden.bs.modal' , function () {
234
    $( '#confirm-modal-label' ).text();
233
    $( '#confirm-modal-label' ).text();
235
    $( '#print_content' ).empty();
234
    $( '#print_content' ).empty();
236
    $( '.modal-footer' ).html( buttonsHtmlBase );
235
    $( '.modal-footer' ).html( buttonsHtmlBase );
237
  });
236
  });
238
};
237
};
239
 
238
 
240
Utils.prototype.redimentionnerImgAide = function() {
239
Utils.prototype.redimentionnerImgAide = function() {
241
  const espHorizDisp = $( '.modal-dialog' ).innerWidth() <= 1200 ? $( '.modal-dialog' ).innerWidth() - 30 : 1200,
240
  const espHorizDisp = $( '.modal-dialog' ).innerWidth() <= 1200 ? $( '.modal-dialog' ).innerWidth() - 30 : 1200,
242
      cssImg         = {
241
      cssImg         = {
243
        'width': espHorizDisp,
242
        'width': espHorizDisp,
244
        'height' : 'auto'
243
        'height' : 'auto'
245
      };
244
      };
246
 
245
 
247
  $( '#modale-aide-img' ).css(cssImg).show(50);
246
  $( '#modale-aide-img' ).css(cssImg).show(50);
248
};
247
};
249
 
248
 
250
// Faire apparaitre un champ text "Autre"
249
// Faire apparaitre un champ text "Autre"
251
Utils.prototype.onOtherOption = function() {
250
Utils.prototype.onOtherOption = function() {
252
  const lthis = this,
251
  const lthis = this,
253
    PREFIX = 'collect-other-';
252
    PREFIX = 'collect-other-';
254
  // Ajouter un champ texte pour "Autre"
253
  // Ajouter un champ texte pour "Autre"
255
  const optionAdd = (
254
  const optionAdd = (
256
      otherId,
255
      otherId,
257
      $target,
256
      $target,
258
      element,
257
      element,
259
      dataName,
258
      dataName,
260
      dataLabel
259
      dataLabel
261
    ) => {
260
    ) => {
262
      $target.after(
261
      $target.after(
263
        '<div class="control-group">'+
262
        '<div class="control-group">'+
264
          '<label'+
263
          '<label'+
265
            ' for="' + otherId + '"'+
264
            ' for="' + otherId + '"'+
266
            ' class="' + otherId + '"'+
265
            ' class="' + otherId + '"'+
267
          '>'+
266
          '>'+
268
            'Autre option "' + dataLabel.toLowerCase() + '" :'+
267
            'Autre option "' + dataLabel.toLowerCase() + '" :'+
269
          '</label>'+
268
          '</label>'+
270
          '<input'+
269
          '<input'+
271
            ' type="text"'+
270
            ' type="text"'+
272
            ' id="' + otherId + '"'+
271
            ' id="' + otherId + '"'+
273
            ' name="' + otherId + '"'+
272
            ' name="' + otherId + '"'+
274
            ' class="collect-other form-control"'+
273
            ' class="collect-other form-control"'+
275
            ' data-name="' + dataName + '"'+
274
            ' data-name="' + dataName + '"'+
276
            ' data-element="' + element + '"'+
275
            ' data-element="' + element + '"'+
277
          '>'+
276
          '>'+
278
        '</div>'
277
        '</div>'
279
      );
278
      );
280
      $( '#' + otherId ).focus();
279
      $( '#' + otherId ).focus();
281
    };
280
    };
282
  // Supprimer un champ texte pour "Autre"
281
  // Supprimer un champ texte pour "Autre"
283
  const optionRemove = otherId => $( '#' + otherId ).closest('.control-group').remove();
282
  const optionRemove = otherId => $( '#' + otherId ).closest('.control-group').remove();
284
 
283
 
285
  let dataName  = '',
284
  let dataName  = '',
286
      otherId   = '',
285
      otherId   = '',
287
      dataLabel = '',
286
      dataLabel = '',
288
      element   = '';
287
      element   = '';
289
 
288
 
290
  $( '.other', '#formulaire' ).each( function() {
289
  $( '.other', '#formulaire' ).each( function() {
291
    if( $( this ).hasClass( 'is-select' ) ) {
290
    if( $( this ).hasClass( 'is-select' ) ) {
292
      dataName  = $( this ).data( 'name' );
291
      dataName  = $( this ).data( 'name' );
293
      otherId   = PREFIX + dataName;
292
      otherId   = PREFIX + dataName;
294
      dataLabel = $( '.select' ).data( 'label' );
293
      dataLabel = $( '.select' ).data( 'label' );
295
      // Insertion du champ "Autre" après les boutons
294
      // Insertion du champ "Autre" après les boutons
296
      if ( !valOk( $( '#'+otherId ) ) ) {
295
      if ( !valOk( $( '#'+otherId ) ) ) {
297
        optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
296
        optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
298
      }
297
      }
299
    } else if ( $( this ).is( ':checked' ) ) {
298
    } else if ( $( this ).is( ':checked' ) ) {
300
      dataName  = $( this ).data( 'name' );
299
      dataName  = $( this ).data( 'name' );
301
      otherId   = PREFIX + dataName;
300
      otherId   = PREFIX + dataName;
302
      dataLabel = $( this ).data( 'label' );
301
      dataLabel = $( this ).data( 'label' );
303
      element = $( this ).data( 'element' );
302
      element = $( this ).data( 'element' );
304
      // Insertion du champ "Autre" après les boutons
303
      // Insertion du champ "Autre" après les boutons
305
      if ( !valOk( $( '#'+ otherId ) ) ) {
304
      if ( !valOk( $( '#'+ otherId ) ) ) {
306
        optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
305
        optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
307
      }
306
      }
308
    }
307
    }
309
  });
308
  });
310
 
309
 
311
  $( '#formulaire' ).on( 'change', '.select', function () {
310
  $( '#formulaire' ).on( 'change', '.select', function () {
312
    dataName  = $( this ).data( 'name' );
311
    dataName  = $( this ).data( 'name' );
313
    otherId   = PREFIX + dataName;
312
    otherId   = PREFIX + dataName;
314
    dataLabel = $( this ).data( 'label' );
313
    dataLabel = $( this ).data( 'label' );
315
    if( 'other' === $( this ).val() ) {
314
    if( 'other' === $( this ).val() ) {
316
        // Insertion du champ "Autre" après les boutons
315
        // Insertion du champ "Autre" après les boutons
317
        if ( !valOk( $( '#'+otherId ) ) ) {
316
        if ( !valOk( $( '#'+otherId ) ) ) {
318
          optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
317
          optionAdd( otherId, $( this ).parent( '.add-field-select' ), 'select', dataName, dataLabel );
319
        }
318
        }
320
      } else {
319
      } else {
321
        // Suppression du champ autre
320
        // Suppression du champ autre
322
        optionRemove( otherId );
321
        optionRemove( otherId );
323
        $( this ).find( '.other' ).val( 'other' );
322
        $( this ).find( '.other' ).val( 'other' );
324
      }
323
      }
325
  });
324
  });
326
 
325
 
327
  $( '#formulaire' ).on( 'change', 'input[type=radio]', function () {
326
  $( '#formulaire' ).on( 'change', 'input[type=radio]', function () {
328
    dataName = $( this ).data( 'name' );
327
    dataName = $( this ).data( 'name' );
329
    otherId  = PREFIX + dataName;
328
    otherId  = PREFIX + dataName;
330
    dataLabel = $( this ).data( 'label' );
329
    dataLabel = $( this ).data( 'label' );
331
    if( 'other' === $( this ).val() ) {
330
    if( 'other' === $( this ).val() ) {
332
      // Insertion du champ "Autre" après les boutons
331
      // Insertion du champ "Autre" après les boutons
333
      if ( !valOk( $( '#'+otherId ) ) ) {
332
      if ( !valOk( $( '#'+otherId ) ) ) {
334
        optionAdd( otherId, $( this ).parent( 'label' ), 'radio', dataName, dataLabel );
333
        optionAdd( otherId, $( this ).parent( 'label' ), 'radio', dataName, dataLabel );
335
      }
334
      }
336
    } else {
335
    } else {
337
      // Suppression du champ autre
336
      // Suppression du champ autre
338
      optionRemove( otherId );
337
      optionRemove( otherId );
339
      $( this ).closest( '.radio' ).find( '.other' ).val( 'other' );
338
      $( this ).closest( '.radio' ).find( '.other' ).val( 'other' );
340
    }
339
    }
341
  });
340
  });
342
 
341
 
343
  $( '#formulaire' ).on( 'click', '.list-checkbox .other,.checkbox .other', function () {
342
  $( '#formulaire' ).on( 'click', '.list-checkbox .other,.checkbox .other', function () {
344
    dataName = $( this ).data( 'name' );
343
    dataName = $( this ).data( 'name' );
345
    otherId  = PREFIX + dataName;
344
    otherId  = PREFIX + dataName;
346
    dataLabel = $( this ).data( 'label' );
345
    dataLabel = $( this ).data( 'label' );
347
    element = $( this ).data( 'element' );
346
    element = $( this ).data( 'element' );
348
    if( $( this ).is( ':checked' ) ) {
347
    if( $( this ).is( ':checked' ) ) {
349
        // Insertion du champ "Autre" après les boutons
348
        // Insertion du champ "Autre" après les boutons
350
        if ( !valOk( $( '#'+otherId ) ) ) {
349
        if ( !valOk( $( '#'+otherId ) ) ) {
351
          optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
350
          optionAdd( otherId, $( this ).parent( 'label' ), element, dataName, dataLabel );
352
        }
351
        }
353
      } else {
352
      } else {
354
        // Suppression du champ autre
353
        // Suppression du champ autre
355
        optionRemove( otherId );
354
        optionRemove( otherId );
356
        $( this ).val( 'other' );
355
        $( this ).val( 'other' );
357
      }
356
      }
358
  });
357
  });
359
};
358
};
360
 
359
 
361
Utils.prototype.collectOtherOption = function() {
360
Utils.prototype.collectOtherOption = function() {
362
  $( '#formulaire' ).on( 'change', '.collect-other', function () {
361
  $( '#formulaire' ).on( 'change', '.collect-other', function () {
363
    const otherIdSuffix = $( this ).data( 'name' ).replace( '[]', '' ),
362
    const otherIdSuffix = $( this ).data( 'name' ).replace( '[]', '' ),
364
      element           = $( this ).data( 'element' );
363
      element           = $( this ).data( 'element' );
365
 
364
 
366
    if ( '' === $( this ).val() ){
365
    if ( '' === $( this ).val() ){
367
      if ( 'select' === element ) {
366
      if ( 'select' === element ) {
368
        $( '#' + otherIdSuffix ).find( '.other' ).prop( 'selected', false ).val( 'other' );
367
        $( '#' + otherIdSuffix ).find( '.other' ).prop( 'selected', false ).val( 'other' );
369
      } else {
368
      } else {
370
        $( '#other-' + otherIdSuffix ).prop( 'checked', false ).val( 'other' );
369
        $( '#other-' + otherIdSuffix ).prop( 'checked', false ).val( 'other' );
371
      }
370
      }
372
      $( 'label.collect-other-' + otherIdSuffix ).remove();
371
      $( 'label.collect-other-' + otherIdSuffix ).remove();
373
      $( this ).remove();
372
      $( this ).remove();
374
    } else {
373
    } else {
375
      if ( 'select' === element ) {
374
      if ( 'select' === element ) {
376
        $( '#' +  otherIdSuffix ).find( '.other' ).val( $( this ).val() );
375
        $( '#' +  otherIdSuffix ).find( '.other' ).val( $( this ).val() );
377
        $( '#' +  otherIdSuffix ).val( $( this ).val() );
376
        $( '#' +  otherIdSuffix ).val( $( this ).val() );
378
        $( '#' +  otherIdSuffix + ' option').not( '.other' ).prop( 'selected', false );
377
        $( '#' +  otherIdSuffix + ' option').not( '.other' ).prop( 'selected', false );
379
        $( '#' +  otherIdSuffix ).find( '.other' ).prop( 'selected', true );
378
        $( '#' +  otherIdSuffix ).find( '.other' ).prop( 'selected', true );
380
      } else {
379
      } else {
381
        if ( 'radio' === element ) {
380
        if ( 'radio' === element ) {
382
          $( 'input[name=' + otherIdSuffix + ']' ).not( '#other-' + otherIdSuffix ).prop( 'checked', false );
381
          $( 'input[name=' + otherIdSuffix + ']' ).not( '#other-' + otherIdSuffix ).prop( 'checked', false );
383
        }
382
        }
384
        $( '#other-' + otherIdSuffix ).val( $( this ).val() );
383
        $( '#other-' + otherIdSuffix ).val( $( this ).val() );
385
        $( '#other-' + otherIdSuffix ).prop( 'checked', true );
384
        $( '#other-' + otherIdSuffix ).prop( 'checked', true );
386
      }
385
      }
387
    }
386
    }
388
  });
387
  });
389
};
388
};
390
 
389
 
391
/**
390
/**
392
* Permet à la fois de vérifier qu'une valeur ou objet existe et n'est pas vide
391
* Permet à la fois de vérifier qu'une valeur ou objet existe et n'est pas vide
393
* et de comparer à une autre valeur :
392
* et de comparer à une autre valeur :
394
* Vérifie qu'une variable ou objet n'est pas : vide, null, undefined, NaN
393
* Vérifie qu'une variable ou objet n'est pas : vide, null, undefined, NaN
395
* Si comparer est défini on le compare à valeur en fonction de sensComparaison
394
* Si comparer est défini on le compare à valeur en fonction de sensComparaison
396
* Un booléen est une variable valide : on retourne true
395
* Un booléen est une variable valide : on retourne true
397
* @param { string || number || object || undefined } valeur
396
* @param { string || number || object || undefined } valeur
398
* @param { boolean } sensComparaison : true = rechercher, false = refuser
397
* @param { boolean } sensComparaison : true = rechercher, false = refuser
399
* @param { string || number || object || undefined || boolean } comparer :valeur à comparer
398
* @param { string || number || object || undefined || boolean } comparer :valeur à comparer
400
* @returns {boolean}
399
* @returns {boolean}
401
*/
400
*/
402
export const valOk = (
401
export const valOk = (
403
  valeur,
402
  valeur,
404
  sensComparaison = true,
403
  sensComparaison = true,
405
  comparer = undefined
404
  comparer = undefined
406
) => {
405
) => {
407
  let retour = true;
406
  let retour = true;
408
 
407
 
409
  if ( 'boolean' !== typeof valeur ) {
408
  if ( 'boolean' !== typeof valeur ) {
410
    switch( typeof valeur ) {
409
    switch( typeof valeur ) {
411
      case 'string' :
410
      case 'string' :
412
        retour = ( '' !== valeur );
411
        retour = ( '' !== valeur );
413
       break;
412
       break;
414
      case 'number' :
413
      case 'number' :
415
          retour = ( NaN !== valeur );
414
          retour = ( NaN !== valeur );
416
        break;
415
        break;
417
      case 'object' :
416
      case 'object' :
418
          retour = ( null !== valeur && undefined !== valeur && !$.isEmptyObject( valeur ) );
417
          retour = ( null !== valeur && undefined !== valeur && !$.isEmptyObject( valeur ) );
419
          if (  null !== valeur && undefined !== valeur.length ) {
418
          if (  null !== valeur && undefined !== valeur.length ) {
420
            retour = ( retour  && 0 < valeur.length );
419
            retour = ( retour  && 0 < valeur.length );
421
          }
420
          }
422
        break;
421
        break;
423
      case 'undefined' :
422
      case 'undefined' :
424
      default :
423
      default :
425
        retour = false;
424
        retour = false;
426
    }
425
    }
427
    if ( retour && comparer !== undefined ) {
426
    if ( retour && comparer !== undefined ) {
428
      const resultComparaison = ( comparer === valeur );
427
      const resultComparaison = ( comparer === valeur );
429
 
428
 
430
      retour = ( sensComparaison ) ? resultComparaison : !resultComparaison ;
429
      retour = ( sensComparaison ) ? resultComparaison : !resultComparaison ;
431
    }
430
    }
432
 
431
 
433
    return retour;
432
    return retour;
434
 
433
 
435
  } else {
434
  } else {
436
    // Un booléen est une valeur valable
435
    // Un booléen est une valeur valable
437
    return true;
436
    return true;
438
  }
437
  }
439
};
438
};