@@ -2382,6 +2382,7 @@ public void pageCodeClasseJinja(String langueNom, JsonObject i18nPage) throws Ex
23822382 auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "select')" );
23832383 auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "radio')" );
23842384 auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "checkbox')" );
2385+ auteurPageJsRecherche .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "dropdown')" );
23852386 auteurPageJsRecherche .tl (2 , "]).then(() => {" );
23862387
23872388 auteurPageJsRecherche .l ();
@@ -3164,6 +3165,7 @@ public void ecrirePageHeadJinja(String langueNom, JsonObject i18nPage, Boolean e
31643165 tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "select')" );
31653166 tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "radio')" );
31663167 tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "checkbox')" );
3168+ tl (4 , ", customElements.whenDefined('" , composantsWebPrefixe , "dropdown')" );
31673169 tl (3 , "]).then(() => {" );
31683170 if (classeVarId != null ) {
31693171 l ();
@@ -4425,6 +4427,7 @@ else if(entiteAttribuer) {
44254427 auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "select')" );
44264428 auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "radio')" );
44274429 auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "checkbox')" );
4430+ auteurPageJsEdition .tl (2 , ", customElements.whenDefined('" , composantsWebPrefixe , "dropdown')" );
44284431 auteurPageJsEdition .tl (2 , "]).then(() => {" );
44294432
44304433 for (String classeApiMethode : classeApiMethodes ) {
0 commit comments