@eui/ecl 18.0.0-next.76 → 18.0.0-next.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/assets/i18n-ecl/bg.json +1 -0
  2. package/assets/i18n-ecl/cs.json +1 -0
  3. package/assets/i18n-ecl/da.json +1 -0
  4. package/assets/i18n-ecl/de.json +1 -0
  5. package/assets/i18n-ecl/el.json +1 -0
  6. package/assets/i18n-ecl/en.json +1 -0
  7. package/assets/i18n-ecl/es.json +1 -0
  8. package/assets/i18n-ecl/et.json +1 -0
  9. package/assets/i18n-ecl/fi.json +1 -0
  10. package/assets/i18n-ecl/fr.json +1 -0
  11. package/assets/i18n-ecl/ga.json +1 -0
  12. package/assets/i18n-ecl/hr.json +1 -0
  13. package/assets/i18n-ecl/hu.json +1 -0
  14. package/assets/i18n-ecl/it.json +1 -0
  15. package/assets/i18n-ecl/lt.json +1 -0
  16. package/assets/i18n-ecl/lv.json +1 -0
  17. package/assets/i18n-ecl/mt.json +1 -0
  18. package/assets/i18n-ecl/nl.json +1 -0
  19. package/assets/i18n-ecl/pl.json +1 -0
  20. package/assets/i18n-ecl/pt.json +1 -0
  21. package/assets/i18n-ecl/ro.json +1 -0
  22. package/assets/i18n-ecl/sk.json +1 -0
  23. package/assets/i18n-ecl/sl.json +1 -0
  24. package/assets/i18n-ecl/sv.json +1 -0
  25. package/docs/components/EclMultiselectDropdownComponent.html +1 -1
  26. package/docs/components/EclSelectContainerComponent.html +25 -1
  27. package/docs/components/EclTabsComponent.html +3 -3
  28. package/docs/dependencies.html +2 -2
  29. package/docs/directives/EclSelectDirective.html +24 -0
  30. package/docs/directives/EclTableCellGroupDirective.html +49 -0
  31. package/docs/js/search/search_index.js +2 -2
  32. package/esm2022/lib/components/ecl-button/ecl-button.component.mjs +2 -2
  33. package/esm2022/lib/components/ecl-file-upload/ecl-file-upload.directive.mjs +2 -2
  34. package/esm2022/lib/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.mjs +3 -3
  35. package/esm2022/lib/components/ecl-select/ecl-select-container.component.mjs +6 -3
  36. package/esm2022/lib/components/ecl-select/ecl-select.directive.mjs +6 -2
  37. package/esm2022/lib/components/ecl-table/ecl-table.directive.mjs +12 -4
  38. package/esm2022/lib/components/ecl-tabs/ecl-tabs.component.mjs +24 -10
  39. package/fesm2022/eui-ecl.mjs +13878 -20541
  40. package/fesm2022/eui-ecl.mjs.map +1 -7
  41. package/lib/components/ecl-button/ecl-button.component.d.ts +1 -1
  42. package/lib/components/ecl-button/ecl-button.component.d.ts.map +1 -1
  43. package/lib/components/ecl-file-upload/ecl-file-upload.directive.d.ts.map +1 -1
  44. package/lib/components/ecl-select/ecl-select-container.component.d.ts +2 -1
  45. package/lib/components/ecl-select/ecl-select-container.component.d.ts.map +1 -1
  46. package/lib/components/ecl-select/ecl-select.directive.d.ts +2 -1
  47. package/lib/components/ecl-select/ecl-select.directive.d.ts.map +1 -1
  48. package/lib/components/ecl-table/ecl-table.directive.d.ts +5 -2
  49. package/lib/components/ecl-table/ecl-table.directive.d.ts.map +1 -1
  50. package/lib/components/ecl-tabs/ecl-tabs.component.d.ts +3 -2
  51. package/lib/components/ecl-tabs/ecl-tabs.component.d.ts.map +1 -1
  52. package/package.json +1 -1
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL Приложение",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Вие сте тук",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Щракнете, за да разширите",
5
+ "ecl.common.APPLY": "Приложи",
5
6
  "ecl.common.BACK": "Назад",
6
7
  "ecl.common.OPEN": "Отвори",
7
8
  "ecl.common.CLOSE": "Затвори",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL Aplikační Shell",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Jste zde",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Kliknutím rozbalíte",
5
+ "ecl.common.APPLY": "Použít",
5
6
  "ecl.common.OPEN": "Otevřít",
6
7
  "ecl.common.CLOSE": "Zavřít",
7
8
  "ecl.common.COLLAPSE": "Sbalit",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL Programskal",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Du er her",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Klik for at udvide",
5
+ "ecl.common.APPLY": "Anvend",
5
6
  "ecl.common.BACK": "Tilbage",
6
7
  "ecl.common.OPEN": "Åbn",
7
8
  "ecl.common.CLOSE": "Luk",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL Anwendungsoberfläche",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Sie sind hier",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Zum erweitern klicken",
5
+ "ecl.common.APPLY": "Anwenden",
5
6
  "ecl.common.BACK": "Zurück",
6
7
  "ecl.common.OPEN": "Öffnen",
7
8
  "ecl.common.CLOSE": "Schließen",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Περιβάλλον Εφαρμογής ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Βρίσκεστε εδώ",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Κάντε κλικ για επέκταση",
5
+ "ecl.common.APPLY": "Εφαρμόστε",
5
6
  "ecl.common.BACK": "Πίσω",
6
7
  "ecl.common.OPEN": "Άνοιγμα",
7
8
  "ecl.common.CLOSE": "Κλείσιμο",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL Application Shell",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "You are here",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Click to expand",
5
+ "ecl.common.APPLY": "Apply",
5
6
  "ecl.common.BACK": "Back",
6
7
  "ecl.common.OPEN": "Open",
7
8
  "ecl.common.CLOSE": "Close",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Cubierta de Aplicación ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Usted está aquí",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Haga clic para ampliar",
5
+ "ecl.common.APPLY": "Aplicar",
5
6
  "ecl.common.BACK": "Volver",
6
7
  "ecl.common.OPEN": "Abrir",
7
8
  "ecl.common.CLOSE": "Cerrar",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL rakenduse kate",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Olete siin",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Klõpsake laiendamiseks",
5
+ "ecl.common.APPLY": "Rakenda",
5
6
  "ecl.common.BACK": "Tagasi",
6
7
  "ecl.common.OPEN": "Ava",
7
8
  "ecl.common.CLOSE": "Sulge",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL-sovelluksen kuori",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Olet täällä",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Laajenna napsauttamalla",
5
+ "ecl.common.APPLY": "Käytä",
5
6
  "ecl.common.BACK": "Takaisin",
6
7
  "ecl.common.OPEN": "Avaa",
7
8
  "ecl.common.CLOSE": "Sulje",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Enveloppe de l'application ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Vous êtes ici",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Cliquez pour agrandir",
5
+ "ecl.common.APPLY": "Appliquer",
5
6
  "ecl.common.BACK": "Retour",
6
7
  "ecl.common.OPEN": "Ouvrir",
7
8
  "ecl.common.CLOSE": "Fermer",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Córas Cill Eala",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Tá tú anseo",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Cliceáil le leathnú",
5
+ "ecl.common.APPLY": "Cuir i bhfeidhm",
5
6
  "ecl.common.BACK": "Ar ais",
6
7
  "ecl.common.OPEN": "Oscail",
7
8
  "ecl.common.CLOSE": "Dún",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL okvir aplikacije",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Vi ste ovdje",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Kliknite za proširenje",
5
+ "ecl.common.APPLY": "Primijeni",
5
6
  "ecl.common.BACK": "Natrag",
6
7
  "ecl.common.OPEN": "Otvori",
7
8
  "ecl.common.CLOSE": "Zatvori",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL alkalmazáskeret",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Itt vagy",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Kattintson a kibontáshoz",
5
+ "ecl.common.APPLY": "Alkalmazás",
5
6
  "ecl.common.BACK": "Vissza",
6
7
  "ecl.common.OPEN": "Megnyitás",
7
8
  "ecl.common.CLOSE": "Bezárás",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Struttura dell'applicazione ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Ti trovi qui",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Fare clic per espandere",
5
+ "ecl.common.APPLY": "Applica",
5
6
  "ecl.common.BACK": "Indietro",
6
7
  "ecl.common.OPEN": "Apri",
7
8
  "ecl.common.CLOSE": "Chiudi",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL programos pagrindas",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Jūs esate čia",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Spustelėkite norėdami išplėsti",
5
+ "ecl.common.APPLY": "Taikyti",
5
6
  "ecl.common.BACK": "Atgal",
6
7
  "ecl.common.OPEN": "Atidaryti",
7
8
  "ecl.common.CLOSE": "Uždaryti",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL lietotnes pamata struktūra",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Jūs esat šeit",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Noklikšķiniet, lai izvērstu",
5
+ "ecl.common.APPLY": "Pielietot",
5
6
  "ecl.common.BACK": "Atpakaļ",
6
7
  "ecl.common.OPEN": "Atvērt",
7
8
  "ecl.common.CLOSE": "Aizvērt",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Qosor tal-App ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Int hawn",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Ikklikkja biex tespandi",
5
+ "ecl.common.APPLY": "Applika",
5
6
  "ecl.common.BACK": "Lura",
6
7
  "ecl.common.OPEN": "Iftaħ",
7
8
  "ecl.common.CLOSE": "Agħlaq",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL-toepassingsstructuur",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "U bent hier",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Klik om uit te breiden",
5
+ "ecl.common.APPLY": "Toepassen",
5
6
  "ecl.common.BACK": "Terug",
6
7
  "ecl.common.OPEN": "Openen",
7
8
  "ecl.common.CLOSE": "Sluiten",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Struktura aplikacji ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Jesteś tutaj",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Kliknij aby rozszerzyć",
5
+ "ecl.common.APPLY": "Zastosuj",
5
6
  "ecl.common.BACK": "Powrót",
6
7
  "ecl.common.OPEN": "Otwórz",
7
8
  "ecl.common.CLOSE": "Zamknij",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Estrutura da aplicação ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Você está aqui",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Clique para expandir",
5
+ "ecl.common.APPLY": "Aplicar",
5
6
  "ecl.common.BACK": "Voltar",
6
7
  "ecl.common.OPEN": "Abrir",
7
8
  "ecl.common.CLOSE": "Fechar",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Structura aplicației ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Vă aflați aici",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Faceți clic pentru a extinde",
5
+ "ecl.common.APPLY": "Aplică",
5
6
  "ecl.common.BACK": "Înapoi",
6
7
  "ecl.common.OPEN": "Deschide",
7
8
  "ecl.common.CLOSE": "Închide",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "Štruktúra aplikácie ECL",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Nachádzate sa tu",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Kliknutím rozbalíte",
5
+ "ecl.common.APPLY": "Použiť",
5
6
  "ecl.common.BACK": "Späť",
6
7
  "ecl.common.OPEN": "Otvoriť",
7
8
  "ecl.common.CLOSE": "Zatvoriť",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL aplikacija",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Tukaj ste",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Kliknite za razširitev",
5
+ "ecl.common.APPLY": "Uporabi",
5
6
  "ecl.common.BACK": "Nazaj",
6
7
  "ecl.common.OPEN": "Odpri",
7
8
  "ecl.common.CLOSE": "Zapri",
@@ -2,6 +2,7 @@
2
2
  "ecl.app-shell.ECL-APP-SHELL": "ECL-applikation",
3
3
  "ecl.breadcrumb.YOU-ARE-HERE": "Du är här",
4
4
  "ecl.breadcrumb.CLICK-TO-EXPAND": "Klicka för att expandera",
5
+ "ecl.common.APPLY": "Tillämpa",
5
6
  "ecl.common.BACK": "Tillbaka",
6
7
  "ecl.common.OPEN": "Öppna",
7
8
  "ecl.common.CLOSE": "Stäng",
@@ -2977,7 +2977,7 @@
2977
2977
  <script src="../js/libs/htmlparser.js"></script>
2978
2978
  <script src="../js/libs/deep-iterator.js"></script>
2979
2979
  <script>
2980
- var COMPONENT_TEMPLATE = '<div><div eclMultiselectInput #eclMultiselectInput [inputPlaceholder]="mainInputPlaceholder" [selectedItems]="selectedItems" (mainInputClick)="onClickMainInput($event)" (mainInputKeydown)="onKeydownMainInput($event)" [isDisabled]="disabled" [ariaLabeledby]="ariaLabeledby" [ariaDescribedby]="ariaDescribedby" [toggleLabel]="toggleLabel" [ariaControls]="dropdownId" [isInvalid]="isInvalid" [isDropdownExpanded]="isShowMultiselectDropdown" [eclSize]="eclSize" [toggleId]="toggleId"></div><div [style.display]="isShowMultiselectDropdown ? \'block\' : \'none\'" class="ecl-select__multiple-dropdown ecl-select__container ecl-select__container--{{eclSize}}" [id]="dropdownId"> <input class="ecl-text-input" type="search" #searchInput [placeholder]="searchFieldPlaceholder" (input)="onSearch($event.target)" (keydown.enter)="onEnterSearch($event)" (keydown.arrowup)="onArrowUpSearch($event)" (keydown.arrowdown)="onArrowDownSearch($event)" /> <div eclCheckbox #selectAll class="ecl-select__multiple-all"> <input eclCheckboxInput #selectAllCheckbox [id]="selectAllId" type="checkbox" (click)="onSelectAll()" (keydown.arrowup)="onArrowUpSelectAll($event)" (keydown.arrowdown)="onArrowDownSelectAll($event)" /> <label [for]="selectAllId" eclCheckboxLabel> {{ \'ecl.multiselect.SELECT-ALL\' | translate }} ({{ optionsCount }}) </label> </div> <div class="ecl-select__multiple-options"> @for (item of multiOptionDirectives; track item.label) { @if (item.isOptGroup()) { <fieldset eclMultiselectOptgroup [label]="item.label"> @for (elem of item.eclOptionItems; track elem.label) { <div eclMultiselectOption [value]="elem.value" [label]="elem.label" [disabled]="elem.disabled" [isChecked]="elem.selected" [class]="elem.class" (optionClick)="onOptionSelected($event)" (optionKeydown)="onKeydownOption($event)"></div> } </fieldset> } @else if (!item.isOptGroup()) { <div eclMultiselectOption [value]="item.value" [label]="item.label" [disabled]="item.disabled" [isChecked]="item.selected" [class]="item.class" (optionClick)="onOptionSelected($event)" (optionKeydown)="onKeydownOption($event)"></div> } } @if (isShowNoResultsFound) { <div class="ecl-select__multiple-no-results"> <span>{{ \'ecl.multiselect.NO-RESULTS-FOUND\' | translate }}</span> </div> } </div> @if (isShowToolbar) { <div class="ecl-select-multiple-toolbar"> <button eclButton variant="ghost" #clearAllBtn (keydown.arrowup)="onArrowUpCloseClear($event)" (keydown.arrowright)="onArrowRightClear($event)" (keydown.enter)="onEnterClear($event)" (click)="onClickClearAll($event)"> {{ \'ecl.multiselect.CLEAR-ALL\' | translate }} </button> <button eclButton variant="primary" #closeBtn (keydown.arrowup)="onArrowUpCloseClear($event)" (keydown.arrowleft)="onArrowLeftClose($event)" (keydown.tab)="onTabClose($event)" (click)="onClickClose($event)"> {{ \'ecl.common.CLOSE\' | translate }} </button> </div> }</div></div>'
2980
+ var COMPONENT_TEMPLATE = '<div><div eclMultiselectInput #eclMultiselectInput [inputPlaceholder]="mainInputPlaceholder" [selectedItems]="selectedItems" (mainInputClick)="onClickMainInput($event)" (mainInputKeydown)="onKeydownMainInput($event)" [isDisabled]="disabled" [ariaLabeledby]="ariaLabeledby" [ariaDescribedby]="ariaDescribedby" [toggleLabel]="toggleLabel" [ariaControls]="dropdownId" [isInvalid]="isInvalid" [isDropdownExpanded]="isShowMultiselectDropdown" [eclSize]="eclSize" [toggleId]="toggleId"></div><div [style.display]="isShowMultiselectDropdown ? \'block\' : \'none\'" class="ecl-select__multiple-dropdown ecl-select__container ecl-select__container--{{eclSize}}" [id]="dropdownId"> <input class="ecl-text-input" type="search" #searchInput [placeholder]="searchFieldPlaceholder" (input)="onSearch($event.target)" (keydown.enter)="onEnterSearch($event)" (keydown.arrowup)="onArrowUpSearch($event)" (keydown.arrowdown)="onArrowDownSearch($event)" /> <div eclCheckbox #selectAll class="ecl-select__multiple-all"> <input eclCheckboxInput #selectAllCheckbox [id]="selectAllId" type="checkbox" (click)="onSelectAll()" (keydown.arrowup)="onArrowUpSelectAll($event)" (keydown.arrowdown)="onArrowDownSelectAll($event)" /> <label [for]="selectAllId" eclCheckboxLabel> {{ \'ecl.multiselect.SELECT-ALL\' | translate }} ({{ optionsCount }}) </label> </div> <div class="ecl-select__multiple-options"> @for (item of multiOptionDirectives; track item.label) { @if (item.isOptGroup()) { <fieldset eclMultiselectOptgroup [label]="item.label"> @for (elem of item.eclOptionItems; track elem.label) { <div eclMultiselectOption [value]="elem.value" [label]="elem.label" [disabled]="elem.disabled" [isChecked]="elem.selected" [class]="elem.class" (optionClick)="onOptionSelected($event)" (optionKeydown)="onKeydownOption($event)"></div> } </fieldset> } @else if (!item.isOptGroup()) { <div eclMultiselectOption [value]="item.value" [label]="item.label" [disabled]="item.disabled" [isChecked]="item.selected" [class]="item.class" (optionClick)="onOptionSelected($event)" (optionKeydown)="onKeydownOption($event)"></div> } } @if (isShowNoResultsFound) { <div class="ecl-select__multiple-no-results"> <span>{{ \'ecl.multiselect.NO-RESULTS-FOUND\' | translate }}</span> </div> } </div> @if (isShowToolbar) { <div class="ecl-select-multiple-toolbar"> <button eclButton variant="primary" #closeBtn (keydown.arrowup)="onArrowUpCloseClear($event)" (keydown.arrowleft)="onArrowLeftClose($event)" (keydown.tab)="onTabClose($event)" (click)="onClickClose($event)"> {{ \'ecl.common.APPLY\' | translate }} </button> <button eclButton variant="ghost" #clearAllBtn (keydown.arrowup)="onArrowUpCloseClear($event)" (keydown.arrowright)="onArrowRightClear($event)" (keydown.enter)="onEnterClear($event)" (click)="onClickClearAll($event)"> {{ \'ecl.multiselect.CLEAR-ALL\' | translate }} </button> </div> }</div></div>'
2981
2981
  var COMPONENTS = [{'name': 'EclAccordionComponent', 'selector': 'ecl-accordion'},{'name': 'EclAccordionItemComponent', 'selector': 'ecl-accordion-item'},{'name': 'EclAppComponent', 'selector': 'ecl-app'},{'name': 'EclBannerComponent', 'selector': 'ecl-banner'},{'name': 'EclBlockquoteComponent', 'selector': '[eclBlockquote]'},{'name': 'EclBreadcrumbComponent', 'selector': 'ecl-breadcrumb'},{'name': 'EclBreadcrumbSegmentComponent', 'selector': 'ecl-breadcrumb-segment'},{'name': 'EclButtonComponent', 'selector': 'button[eclButton], button[ecl-button], a[eclButton]'},{'name': 'EclCardBodyComponent', 'selector': 'ecl-card-body'},{'name': 'EclCardComponent', 'selector': 'ecl-card'},{'name': 'EclCarouselComponent', 'selector': 'ecl-carousel'},{'name': 'EclCarouselItemComponent', 'selector': 'ecl-carousel-item'},{'name': 'EclCategoryFilterComponent', 'selector': 'ecl-category-filter'},{'name': 'EclCategoryFilterItemComponent', 'selector': 'ecl-category-filter-item'},{'name': 'EclCategoryFilterListComponent', 'selector': 'ecl-category-filter-list'},{'name': 'EclCheckboxHelpComponent', 'selector': '[eclCheckboxHelp]'},{'name': 'EclCheckboxLabelComponent', 'selector': 'label[eclCheckboxLabel]'},{'name': 'EclContentBlockComponent', 'selector': 'ecl-content-block'},{'name': 'EclContentItemComponent', 'selector': 'ecl-content-item'},{'name': 'EclDateBlockComponent', 'selector': 'time[eclDateBlock]'},{'name': 'EclDescriptionListDefinitionComponent', 'selector': '[eclDescriptionListDefinition]'},{'name': 'EclExpandableComponent', 'selector': 'ecl-expandable'},{'name': 'EclFactFiguresComponent', 'selector': 'ecl-fact-figures'},{'name': 'EclFactFiguresDescriptionComponent', 'selector': 'ecl-fact-figures-description'},{'name': 'EclFactFiguresItemComponent', 'selector': 'ecl-fact-figures-item'},{'name': 'EclFactFiguresTitleComponent', 'selector': 'ecl-fact-figures-title'},{'name': 'EclFactFiguresValueComponent', 'selector': 'ecl-fact-figures-value'},{'name': 'EclFactFiguresViewAllComponent', 'selector': 'ecl-fact-figures-view-all'},{'name': 'EclFeaturedComponent', 'selector': 'ecl-featured'},{'name': 'EclFeaturedItemComponent', 'selector': 'ecl-featured-item'},{'name': 'EclFeaturedItemDescriptionComponent', 'selector': 'ecl-featured-item-description'},{'name': 'EclFeaturedItemFooterComponent', 'selector': '[eclFeaturedItemFooter]'},{'name': 'EclFileComponent', 'selector': 'ecl-file'},{'name': 'EclFileItemComponent', 'selector': 'ecl-file-item'},{'name': 'EclFileItemsComponent', 'selector': 'ecl-file-items'},{'name': 'EclFileTaxonomyComponent', 'selector': 'ecl-file-taxonomy'},{'name': 'EclFormGroupComponent', 'selector': '[eclFormGroup], ecl-form-group'},{'name': 'EclFormLabelComponent', 'selector': '[eclFormLabel]'},{'name': 'EclGalleryComponent', 'selector': 'ecl-gallery'},{'name': 'EclGalleryFooterComponent', 'selector': 'ecl-gallery-footer'},{'name': 'EclGalleryItemComponent', 'selector': 'ecl-gallery-item'},{'name': 'EclIconComponent', 'selector': 'ecl-icon'},{'name': 'EclInpageNavigationComponent', 'selector': 'ecl-inpage-navigation'},{'name': 'EclInpageNavigationItemComponent', 'selector': 'ecl-inpage-navigation-item'},{'name': 'EclListIllustrationComponent', 'selector': 'ecl-list-illustration'},{'name': 'EclListIllustrationItemComponent', 'selector': 'ecl-list-illustration-item'},{'name': 'EclLoadingIndicatorComponent', 'selector': 'ecl-loading-indicator'},{'name': 'EclMediaContainerComponent', 'selector': 'ecl-media-container'},{'name': 'EclMenuComponent', 'selector': 'ecl-menu'},{'name': 'EclMenuItemComponent', 'selector': 'ecl-menu-item'},{'name': 'EclMenuMegaComponent', 'selector': 'ecl-menu-mega'},{'name': 'EclMenuMegaItemComponent', 'selector': 'ecl-menu-mega-item'},{'name': 'EclModalBodyComponent', 'selector': '[eclModalBody]'},{'name': 'EclModalComponent', 'selector': 'dialog[eclModal]'},{'name': 'EclModalFooterComponent', 'selector': '[eclModalFooter]'},{'name': 'EclModalHeaderComponent', 'selector': '[eclModalHeader]'},{'name': 'EclMultiselectComponent', 'selector': 'select[eclMultiselect]'},{'name': 'EclMultiselectDropdownComponent', 'selector': 'div[eclMultiselectDropdown]'},{'name': 'EclMultiselectInputComponent', 'selector': 'div[eclMultiselectInput]'},{'name': 'EclMultiselectOptgroupComponent', 'selector': 'fieldset[eclMultiselectOptgroup]'},{'name': 'EclMultiselectOptionComponent', 'selector': 'div[eclMultiselectOption]'},{'name': 'EclNavigationListComponent', 'selector': 'ecl-navigation-list'},{'name': 'EclNavigationListImageComponent', 'selector': 'div[eclNavigationListImage]'},{'name': 'EclNavigationListItemComponent', 'selector': 'ecl-navigation-list-item'},{'name': 'EclNewsTickerComponent', 'selector': 'ecl-news-ticker'},{'name': 'EclNewsTickerItemComponent', 'selector': 'ecl-news-ticker-item'},{'name': 'EclNotificationComponent', 'selector': 'ecl-notification'},{'name': 'EclPageHeaderComponent', 'selector': 'ecl-page-header'},{'name': 'EclPaginationComponent', 'selector': 'ecl-pagination'},{'name': 'EclPaginationItemComponent', 'selector': 'ecl-pagination-item'},{'name': 'EclPopoverComponent', 'selector': 'ecl-popover'},{'name': 'EclRadioHelpComponent', 'selector': '[eclRadioHelp]'},{'name': 'EclRadioLabelComponent', 'selector': '[eclRadioLabel]'},{'name': 'EclRangeValueComponent', 'selector': 'ecl-range-value'},{'name': 'EclRatingFieldComponent', 'selector': 'ecl-rating-field'},{'name': 'EclSearchFormComponent', 'selector': 'ecl-search-form'},{'name': 'EclSelectContainerComponent', 'selector': 'ecl-select-container'},{'name': 'EclSiteFooterComponent', 'selector': 'ecl-site-footer'},{'name': 'EclSiteFooterFixedContentECComponent', 'selector': 'ecl-site-footer-fixed-content-ec'},{'name': 'EclSiteFooterFixedContentEUComponent', 'selector': 'ecl-site-footer-fixed-content-eu'},{'name': 'EclSiteHeaderActionComponent', 'selector': 'ecl-site-header-action'},{'name': 'EclSiteHeaderBannerTopComponent', 'selector': 'ecl-site-header-banner-top'},{'name': 'EclSiteHeaderComponent', 'selector': 'ecl-site-header'},{'name': 'EclSiteHeaderEnvironmentComponent', 'selector': '[eclSiteHeaderEnvironment]'},{'name': 'EclSiteHeaderLanguageComponent', 'selector': 'ecl-site-header-language'},{'name': 'EclSiteHeaderLanguagePopoverComponent', 'selector': 'ecl-site-header-language-popover'},{'name': 'EclSiteHeaderLoginComponent', 'selector': 'ecl-site-header-login'},{'name': 'EclSiteHeaderNotificationComponent', 'selector': 'ecl-site-header-notification'},{'name': 'EclSiteHeaderSearchComponent', 'selector': 'ecl-site-header-search'},{'name': 'EclSocialMediaFollowComponent', 'selector': 'ecl-social-media-follow'},{'name': 'EclSocialMediaFollowItemComponent', 'selector': 'ecl-social-media-follow-item'},{'name': 'EclSocialMediaShareComponent', 'selector': 'ecl-social-media-share'},{'name': 'EclSocialMediaShareItemComponent', 'selector': 'ecl-social-media-share-item'},{'name': 'EclStickyContainerComponent', 'selector': 'ecl-sticky-container'},{'name': 'EclTabComponent', 'selector': 'ecl-tab, [eclTab]'},{'name': 'EclTabLabelComponent', 'selector': 'ecl-tab-label'},{'name': 'EclTableSortButtonComponent', 'selector': 'button[eclTableSortButton]'},{'name': 'EclTabMoreComponent', 'selector': 'ecl-tab-more'},{'name': 'EclTabsComponent', 'selector': 'nav[eclTabs], ecl-tabs'},{'name': 'EclTagComponent', 'selector': 'ecl-tag, [eclTag]'},{'name': 'EclTimelineComponent', 'selector': 'ecl-timeline'},{'name': 'EclTimelineItemComponent', 'selector': 'ecl-timeline-item'},{'name': 'EclTimelineItemTogglerComponent', 'selector': 'ecl-timeline-item-toggler'}];
2982
2982
  var DIRECTIVES = [{'name': 'EclBannerDescriptionDirective', 'selector': '[eclBannerDescription]'},{'name': 'EclBannerDescriptionTextDirective', 'selector': '[eclBannerDescriptionText]'},{'name': 'EclBannerImageDirective', 'selector': 'img[eclBannerImage]'},{'name': 'EclBannerPictureDirective', 'selector': 'picture[eclBannerPicture]'},{'name': 'EclBannerTitleDirective', 'selector': '[eclBannerTitle]'},{'name': 'EclBannerTitleTextDirective', 'selector': '[eclBannerTitleText]'},{'name': 'ECLBaseDirective', 'selector': '[eclBase]'},{'name': 'EclBlockquoteImageDirective', 'selector': 'img[eclBlockquoteImage]'},{'name': 'EclBlockquotePictureDirective', 'selector': 'picture[eclBlockquotePicture]'},{'name': 'EclButtonLabelDirective', 'selector': '[eclButtonLabel]'},{'name': 'EclCardImageDirective', 'selector': 'img[eclCardImage]'},{'name': 'EclCardPictureDirective', 'selector': 'picture[eclCardPicture]'},{'name': 'EclCheckboxDirective', 'selector': '[eclCheckbox]'},{'name': 'EclCheckboxInputDirective', 'selector': 'input[eclCheckboxInput]'},{'name': 'ECLClickOutsideDirective', 'selector': '[eclClickOutside]'},{'name': 'EclContentBlockDescriptionDirective', 'selector': '[eclContentBlockDescription]'},{'name': 'EclContentBlockLabelDirective', 'selector': '[eclContentBlockLabel]'},{'name': 'EclContentBlockLabelsDirective', 'selector': '[eclContentBlockLabels]'},{'name': 'EclContentBlockLinkDirective', 'selector': '[eclContentBlockLink]'},{'name': 'EclContentBlockLinksContainerDirective', 'selector': '[eclContentBlockLinksContainer]'},{'name': 'EclContentBlockLinksDirective', 'selector': '[eclContentBlockLinks]'},{'name': 'EclContentBlockListContainerDirective', 'selector': '[eclContentBlockListContainer]'},{'name': 'EclContentBlockListDirective', 'selector': '[eclContentBlockList]'},{'name': 'EclContentBlockPrimaryMetaDirective', 'selector': '[eclContentBlockPrimaryMeta]'},{'name': 'EclContentBlockPrimaryMetasDirective', 'selector': '[eclContentBlockPrimaryMetas]'},{'name': 'EclContentBlockSecondaryMetaDirective', 'selector': '[eclContentBlockSecondaryMeta]'},{'name': 'EclContentBlockSecondaryMetaIconDirective', 'selector': '[eclContentBlockSecondaryMetaIcon]'},{'name': 'EclContentBlockSecondaryMetaLabelDirective', 'selector': '[eclContentBlockSecondaryMetaLabel]'},{'name': 'EclContentBlockSecondaryMetasDirective', 'selector': '[eclContentBlockSecondaryMetas]'},{'name': 'EclContentBlockTagDirective', 'selector': '[eclContentBlockTag]'},{'name': 'EclContentBlockTagsDirective', 'selector': '[eclContentBlockTags]'},{'name': 'EclContentBlockTitleDirective', 'selector': '[eclContentBlockTitle]'},{'name': 'EclContentItemImageDirective', 'selector': '[eclContentItemImage]'},{'name': 'EclContentItemPictureDirective', 'selector': '[eclContentItemPicture]'},{'name': 'EclDatePickerDirective', 'selector': 'input[eclDatePicker]'},{'name': 'EclDescriptionListDefinitionItemDirective', 'selector': '[eclDescriptionListDefinitionItem]'},{'name': 'EclDescriptionListDefinitionListDirective', 'selector': '[eclDescriptionListDefinitionList]'},{'name': 'EclDescriptionListDirective', 'selector': '[eclDescriptionList]'},{'name': 'EclDescriptionListTermDirective', 'selector': '[eclDescriptionListTerm]'},{'name': 'EclFeaturedItemFooterLinkDirective', 'selector': '[eclFeaturedItemFooterLink]'},{'name': 'EclFeaturedItemFooterPictureDirective', 'selector': 'picture[eclFeaturedItemFooterPicture]'},{'name': 'EclFeaturedItemLinkDirective', 'selector': '[eclFeaturedItemLink]'},{'name': 'EclFeedbackMessageDirective', 'selector': '[eclFeedbackMessage]'},{'name': 'EclFileDownloadDirective', 'selector': '[eclFileDownload]'},{'name': 'EclFileImageDirective', 'selector': 'img[eclFileImage]'},{'name': 'EclFilePictureDirective', 'selector': 'picture[eclFilePicture]'},{'name': 'EclFileTitleDirective', 'selector': '[eclFileTitle]'},{'name': 'EclFileTranslationDownloadDirective', 'selector': '[eclFileTranslationDownload]'},{'name': 'EclFileUploadDirective', 'selector': '[eclFileUpload]'},{'name': 'EclGalleryMediaDirective', 'selector': '[eclGalleryMedia], [eclGalleryImage]'},{'name': 'EclGalleryPictureDirective', 'selector': 'picture[eclGalleryPicture]'},{'name': 'EclHelpBlockDirective', 'selector': '[eclHelpBlock]'},{'name': 'EclHiddenDirective', 'selector': '[eclHidden]'},{'name': 'EclLabelDirective', 'selector': '[eclLabel]'},{'name': 'EclLinkDirective', 'selector': '[eclLink]'},{'name': 'EclLinkLabelDirective', 'selector': '[eclLinkLabel]'},{'name': 'EclListIllustrationIconDirective', 'selector': '[eclListIllustrationIcon]'},{'name': 'EclListIllustrationImageDirective', 'selector': 'img[eclListIllustrationImage]'},{'name': 'EclListIllustrationPictureDirective', 'selector': 'picture[eclListIllustrationPicture]'},{'name': 'EclLoadingIndicatorLabelDirective', 'selector': '[eclLoadingIndicatorLabel]'},{'name': 'EclLoadingIndicatorOverlayDirective', 'selector': '[eclLoadingIndicatorOverlay]'},{'name': 'EclMediaContainerIframeDirective', 'selector': 'iframe[eclMediaContainerIframe]'},{'name': 'EclMediaContainerItemDirective', 'selector': '[eclMediaContainerItem], img[eclMediaContainerImage]'},{'name': 'EclMediaContainerPictureDirective', 'selector': 'picture[eclMediaContainerPicture]'},{'name': 'EclModalBodyFixedContentDirective', 'selector': '[eclModalBodyFixedContent]'},{'name': 'EclModalCloseDirective', 'selector': '[eclModalClose]'},{'name': 'EclModalTriggerDirective', 'selector': '[eclModalTriggerFor]'},{'name': 'EclMultiselectOptionDirective', 'selector': 'optgroup[eclMultiselectOptgroup], option[eclMultiselectOption]'},{'name': 'EclNavigationListImageDirective', 'selector': 'img[eclNavigationListImage]'},{'name': 'EclNavigationListPictureDirective', 'selector': 'picture[eclNavigationListPicture]'},{'name': 'EclNotificationTitleDirective', 'selector': '[eclNotificationTitle]'},{'name': 'EclOrderedListDirective', 'selector': '[eclOrderedList]'},{'name': 'EclOrderedListItemDirective', 'selector': '[eclOrderedListItem]'},{'name': 'EclPageHeaderBackgroundImageDirective', 'selector': '[eclPageHeaderBackgroundImage]'},{'name': 'EclPageHeaderBackgroundPictureDirective', 'selector': '[eclPageHeaderBackgroundPicture]'},{'name': 'EclPageHeaderDescriptionContainerDirective', 'selector': '[eclPageHeaderDescriptionContainer]'},{'name': 'EclPageHeaderDescriptionDirective', 'selector': '[eclPageHeaderDescription]'},{'name': 'EclPageHeaderDescriptionPictureDirective', 'selector': '[eclPageHeaderDescriptionPicture]'},{'name': 'EclPageHeaderDescriptionThumbnailDirective', 'selector': '[eclPageHeaderDescriptionThumbnail], img[eclPageHeaderDescriptionImage] '},{'name': 'EclPageHeaderInfoDirective', 'selector': '[eclPageHeaderInfo]'},{'name': 'EclPageHeaderMetaDirective', 'selector': '[eclPageHeaderMeta]'},{'name': 'EclPageHeaderMetaItemDirective', 'selector': '[eclPageHeaderMetaItem]'},{'name': 'EclPageHeaderTitleDirective', 'selector': '[eclPageHeaderTitle]'},{'name': 'EclPopoverContentDirective', 'selector': '[eclPopoverContent]'},{'name': 'EclPopoverToggleDirective', 'selector': '[eclPopoverToggle]'},{'name': 'EclRadioDirective', 'selector': '[eclRadio]'},{'name': 'EclRadioInputDirective', 'selector': 'input[eclRadioInput]'},{'name': 'EclRangeDirective', 'selector': 'input[eclRange]'},{'name': 'EclSelectDirective', 'selector': 'select[eclSelect]'},{'name': 'EclSiteFooterColumnDirective', 'selector': '[eclSiteFooterColumn]'},{'name': 'EclSiteFooterContentDirective', 'selector': '[eclSiteFooterContent]'},{'name': 'EclSiteFooterDescriptionDirective', 'selector': '[eclSiteFooterDescription]'},{'name': 'EclSiteFooterLinkDirective', 'selector': '[eclSiteFooterLink]'},{'name': 'EclSiteFooterListDirective', 'selector': '[eclSiteFooterList]'},{'name': 'EclSiteFooterListItemDirective', 'selector': '[eclSiteFooterListItem]'},{'name': 'EclSiteFooterLogoDirective', 'selector': '[eclSiteFooterLogo]'},{'name': 'EclSiteFooterLogoImageDirective', 'selector': 'img[eclSiteFooterLogoImage]'},{'name': 'EclSiteFooterLogoItemDirective', 'selector': '[eclSiteFooterLogoItem]'},{'name': 'EclSiteFooterLogoLinkDirective', 'selector': '[eclSiteFooterLogoLink]'},{'name': 'EclSiteFooterLogoListDirective', 'selector': '[eclSiteFooterLogoList]'},{'name': 'EclSiteFooterPictureDirective', 'selector': 'picture[eclSiteFooterPicture]'},{'name': 'EclSiteFooterRowDirective', 'selector': '[eclSiteFooterRow]'},{'name': 'EclSiteFooterSectionDirective', 'selector': '[eclSiteFooterSection]'},{'name': 'EclSiteFooterTitleDirective', 'selector': '[eclSiteFooterTitle]'},{'name': 'EclSiteFooterTitleLinkDirective', 'selector': '[eclSiteFooterTitleLink]'},{'name': 'EclSiteHeaderCtaDirective', 'selector': '[eclSiteHeaderCta]'},{'name': 'EclSiteHeaderImageDirective', 'selector': '[eclSiteHeaderImage]'},{'name': 'EclSiteHeaderLinkDirective', 'selector': '[eclSiteHeaderLink]'},{'name': 'EclSiteHeaderLoginDescriptionDirective', 'selector': '[eclSiteHeaderLoginDescription]'},{'name': 'EclSiteHeaderLoginSeparatorDirective', 'selector': '[eclSiteHeaderLoginSeparator]'},{'name': 'EclSiteHeaderPictureDirective', 'selector': '[eclSiteHeaderPicture]'},{'name': 'EclSocialMediaFollowLinkDirective', 'selector': '[eclSocialMediaFollowLink]'},{'name': 'EclSocialMediaShareLinkDirective', 'selector': '[eclSocialMediaShareLink]'},{'name': 'EclTableBodyDirective', 'selector': '[eclTableBody]'},{'name': 'EclTableCellDirective', 'selector': '[eclTableCell]'},{'name': 'EclTableCellGroupDirective', 'selector': '[eclTableCellGroup]'},{'name': 'EclTableDirective', 'selector': '[eclTable]'},{'name': 'EclTableHeadDirective', 'selector': '[eclTableHead]'},{'name': 'EclTableHeaderDirective', 'selector': '[eclTableHeader]'},{'name': 'EclTableResponsiveDirective', 'selector': '[eclTableResponsive]'},{'name': 'EclTableRowDirective', 'selector': '[eclTableRow]'},{'name': 'EclTagSetDirective', 'selector': '[eclTagSet]'},{'name': 'EclTextAreaDirective', 'selector': 'textarea[eclTextArea]'},{'name': 'EclTextInputDirective', 'selector': 'input[eclTextInput]'},{'name': 'EclTimelineItemLabelDirective', 'selector': '[eclTimelineItemLabel]'},{'name': 'EclTimelineItemTitleDirective', 'selector': '[eclTimelineItemTitle]'},{'name': 'EclUnorderedListDirective', 'selector': '[eclUnorderedList]'},{'name': 'EclUnorderedListItemDirective', 'selector': '[eclUnorderedListItem]'}];
2983
2983
  var ACTUAL_COMPONENT = {'name': 'EclMultiselectDropdownComponent'};
@@ -205,6 +205,9 @@
205
205
  <li>
206
206
  <a href="#isInvalid" >isInvalid</a>
207
207
  </li>
208
+ <li>
209
+ <a href="#toggleLabel" >toggleLabel</a>
210
+ </li>
208
211
  <li>
209
212
  <a href="#class" >class</a>
210
213
  </li>
@@ -355,6 +358,27 @@
355
358
  </tr>
356
359
  </tbody>
357
360
  </table>
361
+ <table class="table table-sm table-bordered">
362
+ <tbody>
363
+ <tr>
364
+ <td class="col-md-4">
365
+ <a name="toggleLabel"></a>
366
+ <b>toggleLabel</b>
367
+ </td>
368
+ </tr>
369
+ <tr>
370
+ <td class="col-md-4">
371
+ <i>Type : </i> <code>string | undefined</code>
372
+
373
+ </td>
374
+ </tr>
375
+ <tr>
376
+ <td class="col-md-4">
377
+ <i>Default value : </i><code>undefined</code>
378
+ </td>
379
+ </tr>
380
+ </tbody>
381
+ </table>
358
382
  <table class="table table-sm table-bordered">
359
383
  <tbody>
360
384
  <tr>
@@ -551,7 +575,7 @@
551
575
  <script src="../js/libs/htmlparser.js"></script>
552
576
  <script src="../js/libs/deep-iterator.js"></script>
553
577
  <script>
554
- var COMPONENT_TEMPLATE = '<div><div class="ecl-select__icon"> <button eclButton variant="ghost" isIconOnly> <span eclButtonLabel>{{ \'ecl.multiselect.TOGGLE.DROPDOWN\' | translate }}</span> <ecl-icon icon="corner-arrow" [size]="iconSize" transform="rotate-180"></ecl-icon> </button></div></div>'
578
+ var COMPONENT_TEMPLATE = '<div><div class="ecl-select__icon"> <button eclButton variant="ghost" isIconOnly> <span eclButtonLabel>{{ toggleLabel || \'ecl.multiselect.TOGGLE.DROPDOWN\' | translate }}</span> <ecl-icon icon="corner-arrow" [size]="iconSize" transform="rotate-180"></ecl-icon> </button></div></div>'
555
579
  var COMPONENTS = [{'name': 'EclAccordionComponent', 'selector': 'ecl-accordion'},{'name': 'EclAccordionItemComponent', 'selector': 'ecl-accordion-item'},{'name': 'EclAppComponent', 'selector': 'ecl-app'},{'name': 'EclBannerComponent', 'selector': 'ecl-banner'},{'name': 'EclBlockquoteComponent', 'selector': '[eclBlockquote]'},{'name': 'EclBreadcrumbComponent', 'selector': 'ecl-breadcrumb'},{'name': 'EclBreadcrumbSegmentComponent', 'selector': 'ecl-breadcrumb-segment'},{'name': 'EclButtonComponent', 'selector': 'button[eclButton], button[ecl-button], a[eclButton]'},{'name': 'EclCardBodyComponent', 'selector': 'ecl-card-body'},{'name': 'EclCardComponent', 'selector': 'ecl-card'},{'name': 'EclCarouselComponent', 'selector': 'ecl-carousel'},{'name': 'EclCarouselItemComponent', 'selector': 'ecl-carousel-item'},{'name': 'EclCategoryFilterComponent', 'selector': 'ecl-category-filter'},{'name': 'EclCategoryFilterItemComponent', 'selector': 'ecl-category-filter-item'},{'name': 'EclCategoryFilterListComponent', 'selector': 'ecl-category-filter-list'},{'name': 'EclCheckboxHelpComponent', 'selector': '[eclCheckboxHelp]'},{'name': 'EclCheckboxLabelComponent', 'selector': 'label[eclCheckboxLabel]'},{'name': 'EclContentBlockComponent', 'selector': 'ecl-content-block'},{'name': 'EclContentItemComponent', 'selector': 'ecl-content-item'},{'name': 'EclDateBlockComponent', 'selector': 'time[eclDateBlock]'},{'name': 'EclDescriptionListDefinitionComponent', 'selector': '[eclDescriptionListDefinition]'},{'name': 'EclExpandableComponent', 'selector': 'ecl-expandable'},{'name': 'EclFactFiguresComponent', 'selector': 'ecl-fact-figures'},{'name': 'EclFactFiguresDescriptionComponent', 'selector': 'ecl-fact-figures-description'},{'name': 'EclFactFiguresItemComponent', 'selector': 'ecl-fact-figures-item'},{'name': 'EclFactFiguresTitleComponent', 'selector': 'ecl-fact-figures-title'},{'name': 'EclFactFiguresValueComponent', 'selector': 'ecl-fact-figures-value'},{'name': 'EclFactFiguresViewAllComponent', 'selector': 'ecl-fact-figures-view-all'},{'name': 'EclFeaturedComponent', 'selector': 'ecl-featured'},{'name': 'EclFeaturedItemComponent', 'selector': 'ecl-featured-item'},{'name': 'EclFeaturedItemDescriptionComponent', 'selector': 'ecl-featured-item-description'},{'name': 'EclFeaturedItemFooterComponent', 'selector': '[eclFeaturedItemFooter]'},{'name': 'EclFileComponent', 'selector': 'ecl-file'},{'name': 'EclFileItemComponent', 'selector': 'ecl-file-item'},{'name': 'EclFileItemsComponent', 'selector': 'ecl-file-items'},{'name': 'EclFileTaxonomyComponent', 'selector': 'ecl-file-taxonomy'},{'name': 'EclFormGroupComponent', 'selector': '[eclFormGroup], ecl-form-group'},{'name': 'EclFormLabelComponent', 'selector': '[eclFormLabel]'},{'name': 'EclGalleryComponent', 'selector': 'ecl-gallery'},{'name': 'EclGalleryFooterComponent', 'selector': 'ecl-gallery-footer'},{'name': 'EclGalleryItemComponent', 'selector': 'ecl-gallery-item'},{'name': 'EclIconComponent', 'selector': 'ecl-icon'},{'name': 'EclInpageNavigationComponent', 'selector': 'ecl-inpage-navigation'},{'name': 'EclInpageNavigationItemComponent', 'selector': 'ecl-inpage-navigation-item'},{'name': 'EclListIllustrationComponent', 'selector': 'ecl-list-illustration'},{'name': 'EclListIllustrationItemComponent', 'selector': 'ecl-list-illustration-item'},{'name': 'EclLoadingIndicatorComponent', 'selector': 'ecl-loading-indicator'},{'name': 'EclMediaContainerComponent', 'selector': 'ecl-media-container'},{'name': 'EclMenuComponent', 'selector': 'ecl-menu'},{'name': 'EclMenuItemComponent', 'selector': 'ecl-menu-item'},{'name': 'EclMenuMegaComponent', 'selector': 'ecl-menu-mega'},{'name': 'EclMenuMegaItemComponent', 'selector': 'ecl-menu-mega-item'},{'name': 'EclModalBodyComponent', 'selector': '[eclModalBody]'},{'name': 'EclModalComponent', 'selector': 'dialog[eclModal]'},{'name': 'EclModalFooterComponent', 'selector': '[eclModalFooter]'},{'name': 'EclModalHeaderComponent', 'selector': '[eclModalHeader]'},{'name': 'EclMultiselectComponent', 'selector': 'select[eclMultiselect]'},{'name': 'EclMultiselectDropdownComponent', 'selector': 'div[eclMultiselectDropdown]'},{'name': 'EclMultiselectInputComponent', 'selector': 'div[eclMultiselectInput]'},{'name': 'EclMultiselectOptgroupComponent', 'selector': 'fieldset[eclMultiselectOptgroup]'},{'name': 'EclMultiselectOptionComponent', 'selector': 'div[eclMultiselectOption]'},{'name': 'EclNavigationListComponent', 'selector': 'ecl-navigation-list'},{'name': 'EclNavigationListImageComponent', 'selector': 'div[eclNavigationListImage]'},{'name': 'EclNavigationListItemComponent', 'selector': 'ecl-navigation-list-item'},{'name': 'EclNewsTickerComponent', 'selector': 'ecl-news-ticker'},{'name': 'EclNewsTickerItemComponent', 'selector': 'ecl-news-ticker-item'},{'name': 'EclNotificationComponent', 'selector': 'ecl-notification'},{'name': 'EclPageHeaderComponent', 'selector': 'ecl-page-header'},{'name': 'EclPaginationComponent', 'selector': 'ecl-pagination'},{'name': 'EclPaginationItemComponent', 'selector': 'ecl-pagination-item'},{'name': 'EclPopoverComponent', 'selector': 'ecl-popover'},{'name': 'EclRadioHelpComponent', 'selector': '[eclRadioHelp]'},{'name': 'EclRadioLabelComponent', 'selector': '[eclRadioLabel]'},{'name': 'EclRangeValueComponent', 'selector': 'ecl-range-value'},{'name': 'EclRatingFieldComponent', 'selector': 'ecl-rating-field'},{'name': 'EclSearchFormComponent', 'selector': 'ecl-search-form'},{'name': 'EclSelectContainerComponent', 'selector': 'ecl-select-container'},{'name': 'EclSiteFooterComponent', 'selector': 'ecl-site-footer'},{'name': 'EclSiteFooterFixedContentECComponent', 'selector': 'ecl-site-footer-fixed-content-ec'},{'name': 'EclSiteFooterFixedContentEUComponent', 'selector': 'ecl-site-footer-fixed-content-eu'},{'name': 'EclSiteHeaderActionComponent', 'selector': 'ecl-site-header-action'},{'name': 'EclSiteHeaderBannerTopComponent', 'selector': 'ecl-site-header-banner-top'},{'name': 'EclSiteHeaderComponent', 'selector': 'ecl-site-header'},{'name': 'EclSiteHeaderEnvironmentComponent', 'selector': '[eclSiteHeaderEnvironment]'},{'name': 'EclSiteHeaderLanguageComponent', 'selector': 'ecl-site-header-language'},{'name': 'EclSiteHeaderLanguagePopoverComponent', 'selector': 'ecl-site-header-language-popover'},{'name': 'EclSiteHeaderLoginComponent', 'selector': 'ecl-site-header-login'},{'name': 'EclSiteHeaderNotificationComponent', 'selector': 'ecl-site-header-notification'},{'name': 'EclSiteHeaderSearchComponent', 'selector': 'ecl-site-header-search'},{'name': 'EclSocialMediaFollowComponent', 'selector': 'ecl-social-media-follow'},{'name': 'EclSocialMediaFollowItemComponent', 'selector': 'ecl-social-media-follow-item'},{'name': 'EclSocialMediaShareComponent', 'selector': 'ecl-social-media-share'},{'name': 'EclSocialMediaShareItemComponent', 'selector': 'ecl-social-media-share-item'},{'name': 'EclStickyContainerComponent', 'selector': 'ecl-sticky-container'},{'name': 'EclTabComponent', 'selector': 'ecl-tab, [eclTab]'},{'name': 'EclTabLabelComponent', 'selector': 'ecl-tab-label'},{'name': 'EclTableSortButtonComponent', 'selector': 'button[eclTableSortButton]'},{'name': 'EclTabMoreComponent', 'selector': 'ecl-tab-more'},{'name': 'EclTabsComponent', 'selector': 'nav[eclTabs], ecl-tabs'},{'name': 'EclTagComponent', 'selector': 'ecl-tag, [eclTag]'},{'name': 'EclTimelineComponent', 'selector': 'ecl-timeline'},{'name': 'EclTimelineItemComponent', 'selector': 'ecl-timeline-item'},{'name': 'EclTimelineItemTogglerComponent', 'selector': 'ecl-timeline-item-toggler'}];
556
580
  var DIRECTIVES = [{'name': 'EclBannerDescriptionDirective', 'selector': '[eclBannerDescription]'},{'name': 'EclBannerDescriptionTextDirective', 'selector': '[eclBannerDescriptionText]'},{'name': 'EclBannerImageDirective', 'selector': 'img[eclBannerImage]'},{'name': 'EclBannerPictureDirective', 'selector': 'picture[eclBannerPicture]'},{'name': 'EclBannerTitleDirective', 'selector': '[eclBannerTitle]'},{'name': 'EclBannerTitleTextDirective', 'selector': '[eclBannerTitleText]'},{'name': 'ECLBaseDirective', 'selector': '[eclBase]'},{'name': 'EclBlockquoteImageDirective', 'selector': 'img[eclBlockquoteImage]'},{'name': 'EclBlockquotePictureDirective', 'selector': 'picture[eclBlockquotePicture]'},{'name': 'EclButtonLabelDirective', 'selector': '[eclButtonLabel]'},{'name': 'EclCardImageDirective', 'selector': 'img[eclCardImage]'},{'name': 'EclCardPictureDirective', 'selector': 'picture[eclCardPicture]'},{'name': 'EclCheckboxDirective', 'selector': '[eclCheckbox]'},{'name': 'EclCheckboxInputDirective', 'selector': 'input[eclCheckboxInput]'},{'name': 'ECLClickOutsideDirective', 'selector': '[eclClickOutside]'},{'name': 'EclContentBlockDescriptionDirective', 'selector': '[eclContentBlockDescription]'},{'name': 'EclContentBlockLabelDirective', 'selector': '[eclContentBlockLabel]'},{'name': 'EclContentBlockLabelsDirective', 'selector': '[eclContentBlockLabels]'},{'name': 'EclContentBlockLinkDirective', 'selector': '[eclContentBlockLink]'},{'name': 'EclContentBlockLinksContainerDirective', 'selector': '[eclContentBlockLinksContainer]'},{'name': 'EclContentBlockLinksDirective', 'selector': '[eclContentBlockLinks]'},{'name': 'EclContentBlockListContainerDirective', 'selector': '[eclContentBlockListContainer]'},{'name': 'EclContentBlockListDirective', 'selector': '[eclContentBlockList]'},{'name': 'EclContentBlockPrimaryMetaDirective', 'selector': '[eclContentBlockPrimaryMeta]'},{'name': 'EclContentBlockPrimaryMetasDirective', 'selector': '[eclContentBlockPrimaryMetas]'},{'name': 'EclContentBlockSecondaryMetaDirective', 'selector': '[eclContentBlockSecondaryMeta]'},{'name': 'EclContentBlockSecondaryMetaIconDirective', 'selector': '[eclContentBlockSecondaryMetaIcon]'},{'name': 'EclContentBlockSecondaryMetaLabelDirective', 'selector': '[eclContentBlockSecondaryMetaLabel]'},{'name': 'EclContentBlockSecondaryMetasDirective', 'selector': '[eclContentBlockSecondaryMetas]'},{'name': 'EclContentBlockTagDirective', 'selector': '[eclContentBlockTag]'},{'name': 'EclContentBlockTagsDirective', 'selector': '[eclContentBlockTags]'},{'name': 'EclContentBlockTitleDirective', 'selector': '[eclContentBlockTitle]'},{'name': 'EclContentItemImageDirective', 'selector': '[eclContentItemImage]'},{'name': 'EclContentItemPictureDirective', 'selector': '[eclContentItemPicture]'},{'name': 'EclDatePickerDirective', 'selector': 'input[eclDatePicker]'},{'name': 'EclDescriptionListDefinitionItemDirective', 'selector': '[eclDescriptionListDefinitionItem]'},{'name': 'EclDescriptionListDefinitionListDirective', 'selector': '[eclDescriptionListDefinitionList]'},{'name': 'EclDescriptionListDirective', 'selector': '[eclDescriptionList]'},{'name': 'EclDescriptionListTermDirective', 'selector': '[eclDescriptionListTerm]'},{'name': 'EclFeaturedItemFooterLinkDirective', 'selector': '[eclFeaturedItemFooterLink]'},{'name': 'EclFeaturedItemFooterPictureDirective', 'selector': 'picture[eclFeaturedItemFooterPicture]'},{'name': 'EclFeaturedItemLinkDirective', 'selector': '[eclFeaturedItemLink]'},{'name': 'EclFeedbackMessageDirective', 'selector': '[eclFeedbackMessage]'},{'name': 'EclFileDownloadDirective', 'selector': '[eclFileDownload]'},{'name': 'EclFileImageDirective', 'selector': 'img[eclFileImage]'},{'name': 'EclFilePictureDirective', 'selector': 'picture[eclFilePicture]'},{'name': 'EclFileTitleDirective', 'selector': '[eclFileTitle]'},{'name': 'EclFileTranslationDownloadDirective', 'selector': '[eclFileTranslationDownload]'},{'name': 'EclFileUploadDirective', 'selector': '[eclFileUpload]'},{'name': 'EclGalleryMediaDirective', 'selector': '[eclGalleryMedia], [eclGalleryImage]'},{'name': 'EclGalleryPictureDirective', 'selector': 'picture[eclGalleryPicture]'},{'name': 'EclHelpBlockDirective', 'selector': '[eclHelpBlock]'},{'name': 'EclHiddenDirective', 'selector': '[eclHidden]'},{'name': 'EclLabelDirective', 'selector': '[eclLabel]'},{'name': 'EclLinkDirective', 'selector': '[eclLink]'},{'name': 'EclLinkLabelDirective', 'selector': '[eclLinkLabel]'},{'name': 'EclListIllustrationIconDirective', 'selector': '[eclListIllustrationIcon]'},{'name': 'EclListIllustrationImageDirective', 'selector': 'img[eclListIllustrationImage]'},{'name': 'EclListIllustrationPictureDirective', 'selector': 'picture[eclListIllustrationPicture]'},{'name': 'EclLoadingIndicatorLabelDirective', 'selector': '[eclLoadingIndicatorLabel]'},{'name': 'EclLoadingIndicatorOverlayDirective', 'selector': '[eclLoadingIndicatorOverlay]'},{'name': 'EclMediaContainerIframeDirective', 'selector': 'iframe[eclMediaContainerIframe]'},{'name': 'EclMediaContainerItemDirective', 'selector': '[eclMediaContainerItem], img[eclMediaContainerImage]'},{'name': 'EclMediaContainerPictureDirective', 'selector': 'picture[eclMediaContainerPicture]'},{'name': 'EclModalBodyFixedContentDirective', 'selector': '[eclModalBodyFixedContent]'},{'name': 'EclModalCloseDirective', 'selector': '[eclModalClose]'},{'name': 'EclModalTriggerDirective', 'selector': '[eclModalTriggerFor]'},{'name': 'EclMultiselectOptionDirective', 'selector': 'optgroup[eclMultiselectOptgroup], option[eclMultiselectOption]'},{'name': 'EclNavigationListImageDirective', 'selector': 'img[eclNavigationListImage]'},{'name': 'EclNavigationListPictureDirective', 'selector': 'picture[eclNavigationListPicture]'},{'name': 'EclNotificationTitleDirective', 'selector': '[eclNotificationTitle]'},{'name': 'EclOrderedListDirective', 'selector': '[eclOrderedList]'},{'name': 'EclOrderedListItemDirective', 'selector': '[eclOrderedListItem]'},{'name': 'EclPageHeaderBackgroundImageDirective', 'selector': '[eclPageHeaderBackgroundImage]'},{'name': 'EclPageHeaderBackgroundPictureDirective', 'selector': '[eclPageHeaderBackgroundPicture]'},{'name': 'EclPageHeaderDescriptionContainerDirective', 'selector': '[eclPageHeaderDescriptionContainer]'},{'name': 'EclPageHeaderDescriptionDirective', 'selector': '[eclPageHeaderDescription]'},{'name': 'EclPageHeaderDescriptionPictureDirective', 'selector': '[eclPageHeaderDescriptionPicture]'},{'name': 'EclPageHeaderDescriptionThumbnailDirective', 'selector': '[eclPageHeaderDescriptionThumbnail], img[eclPageHeaderDescriptionImage] '},{'name': 'EclPageHeaderInfoDirective', 'selector': '[eclPageHeaderInfo]'},{'name': 'EclPageHeaderMetaDirective', 'selector': '[eclPageHeaderMeta]'},{'name': 'EclPageHeaderMetaItemDirective', 'selector': '[eclPageHeaderMetaItem]'},{'name': 'EclPageHeaderTitleDirective', 'selector': '[eclPageHeaderTitle]'},{'name': 'EclPopoverContentDirective', 'selector': '[eclPopoverContent]'},{'name': 'EclPopoverToggleDirective', 'selector': '[eclPopoverToggle]'},{'name': 'EclRadioDirective', 'selector': '[eclRadio]'},{'name': 'EclRadioInputDirective', 'selector': 'input[eclRadioInput]'},{'name': 'EclRangeDirective', 'selector': 'input[eclRange]'},{'name': 'EclSelectDirective', 'selector': 'select[eclSelect]'},{'name': 'EclSiteFooterColumnDirective', 'selector': '[eclSiteFooterColumn]'},{'name': 'EclSiteFooterContentDirective', 'selector': '[eclSiteFooterContent]'},{'name': 'EclSiteFooterDescriptionDirective', 'selector': '[eclSiteFooterDescription]'},{'name': 'EclSiteFooterLinkDirective', 'selector': '[eclSiteFooterLink]'},{'name': 'EclSiteFooterListDirective', 'selector': '[eclSiteFooterList]'},{'name': 'EclSiteFooterListItemDirective', 'selector': '[eclSiteFooterListItem]'},{'name': 'EclSiteFooterLogoDirective', 'selector': '[eclSiteFooterLogo]'},{'name': 'EclSiteFooterLogoImageDirective', 'selector': 'img[eclSiteFooterLogoImage]'},{'name': 'EclSiteFooterLogoItemDirective', 'selector': '[eclSiteFooterLogoItem]'},{'name': 'EclSiteFooterLogoLinkDirective', 'selector': '[eclSiteFooterLogoLink]'},{'name': 'EclSiteFooterLogoListDirective', 'selector': '[eclSiteFooterLogoList]'},{'name': 'EclSiteFooterPictureDirective', 'selector': 'picture[eclSiteFooterPicture]'},{'name': 'EclSiteFooterRowDirective', 'selector': '[eclSiteFooterRow]'},{'name': 'EclSiteFooterSectionDirective', 'selector': '[eclSiteFooterSection]'},{'name': 'EclSiteFooterTitleDirective', 'selector': '[eclSiteFooterTitle]'},{'name': 'EclSiteFooterTitleLinkDirective', 'selector': '[eclSiteFooterTitleLink]'},{'name': 'EclSiteHeaderCtaDirective', 'selector': '[eclSiteHeaderCta]'},{'name': 'EclSiteHeaderImageDirective', 'selector': '[eclSiteHeaderImage]'},{'name': 'EclSiteHeaderLinkDirective', 'selector': '[eclSiteHeaderLink]'},{'name': 'EclSiteHeaderLoginDescriptionDirective', 'selector': '[eclSiteHeaderLoginDescription]'},{'name': 'EclSiteHeaderLoginSeparatorDirective', 'selector': '[eclSiteHeaderLoginSeparator]'},{'name': 'EclSiteHeaderPictureDirective', 'selector': '[eclSiteHeaderPicture]'},{'name': 'EclSocialMediaFollowLinkDirective', 'selector': '[eclSocialMediaFollowLink]'},{'name': 'EclSocialMediaShareLinkDirective', 'selector': '[eclSocialMediaShareLink]'},{'name': 'EclTableBodyDirective', 'selector': '[eclTableBody]'},{'name': 'EclTableCellDirective', 'selector': '[eclTableCell]'},{'name': 'EclTableCellGroupDirective', 'selector': '[eclTableCellGroup]'},{'name': 'EclTableDirective', 'selector': '[eclTable]'},{'name': 'EclTableHeadDirective', 'selector': '[eclTableHead]'},{'name': 'EclTableHeaderDirective', 'selector': '[eclTableHeader]'},{'name': 'EclTableResponsiveDirective', 'selector': '[eclTableResponsive]'},{'name': 'EclTableRowDirective', 'selector': '[eclTableRow]'},{'name': 'EclTagSetDirective', 'selector': '[eclTagSet]'},{'name': 'EclTextAreaDirective', 'selector': 'textarea[eclTextArea]'},{'name': 'EclTextInputDirective', 'selector': 'input[eclTextInput]'},{'name': 'EclTimelineItemLabelDirective', 'selector': '[eclTimelineItemLabel]'},{'name': 'EclTimelineItemTitleDirective', 'selector': '[eclTimelineItemTitle]'},{'name': 'EclUnorderedListDirective', 'selector': '[eclUnorderedList]'},{'name': 'EclUnorderedListItemDirective', 'selector': '[eclUnorderedListItem]'}];
557
581
  var ACTUAL_COMPONENT = {'name': 'EclSelectContainerComponent'};
@@ -1375,7 +1375,7 @@
1375
1375
  </tr>
1376
1376
  <tr>
1377
1377
  <td class="col-md-4">
1378
- <i>Type : </i> <code>ElementRef</code>
1378
+ <i>Type : </i> <code><a href="../components/EclButtonComponent.html" target="_self" >EclButtonComponent</a></code>
1379
1379
 
1380
1380
  </td>
1381
1381
  </tr>
@@ -1406,7 +1406,7 @@
1406
1406
  </tr>
1407
1407
  <tr>
1408
1408
  <td class="col-md-4">
1409
- <i>Type : </i> <code>ElementRef</code>
1409
+ <i>Type : </i> <code><a href="../components/EclButtonComponent.html" target="_self" >EclButtonComponent</a></code>
1410
1410
 
1411
1411
  </td>
1412
1412
  </tr>
@@ -1789,7 +1789,7 @@
1789
1789
  <script src="../js/libs/htmlparser.js"></script>
1790
1790
  <script src="../js/libs/deep-iterator.js"></script>
1791
1791
  <script>
1792
- var COMPONENT_TEMPLATE = '<div><div class="ecl-tabs"> <div class="ecl-tabs__container"> <div class="ecl-tabs__list" role="tablist" #tabsList [style.width]="getTabsWidthStyle()" [style.transform]="styleTransform" [style.transition-duration]="\'0\' || getTransitionDuration()"> <ng-content select="ecl-tab, [eclTab]"></ng-content> <ecl-tab-more [isHidden]="!isMoreButtonShow"> @if (listTabs.length > 0) { <div class="ecl-tabs__dropdown" [class.ecl-tabs__dropdown--show]="isDropdownExpanded"> <div class="ecl-tabs__dropdown-list" #dropdownList> @for (tab of listTabs; track tab.id; let i = $index) { <ecl-tab [isActive]="tab.isActive" [isHidden]="tab.isHidden" (click)="onTabSelect(tab)" (keydown.arrowRight)="onTabKeydownArrowRight(i)" (keydown.arrowLeft)="onTabKeydownArrowLeft(i)" (keydown.home)="onTabKeydownHome()" (keydown.end)="onTabKeydownEnd()" (keydown.enter)="onTabSelect(tab)" (keydown.tab)="onTabBlur()"> <ecl-tab-label>{{ getTabLabel(i) }}</ecl-tab-label> </ecl-tab> } </div> </div> } </ecl-tab-more> </div> <button #moreButton eclButton class="ecl-tabs__toggle" tabindex="-1" variant="ghost" [attr.aria-expanded]="isDropdownExpanded" [class.ecl-tabs__toggle--active]="isMoreButtonActive" (click)="onDropdownToggle()" [class.ecl-tabs__toggle--hidden]="!isMoreButtonShow"> <span eclButtonLabel> {{ \'ecl.common.MORE\' | translate }} ({{ getHiddenTabsCount() }}) </span> <ecl-icon icon="corner-arrow" transform="rotate-180" size="fluid"></ecl-icon> </button> </div> <div class="ecl-tabs__controls"> <button #btnPrev [attr.aria-hidden]="true" class="ecl-tabs__prev" [class.ecl-u-d-none]="!isScrollPrevBtnShow" [class.ecl-u-d-block]="isScrollPrevBtnShow" (click)="onScrollPrev()"> <ecl-icon isInverted icon="corner-arrow" transform="rotate-270" size="m" class="ecl-u-d-block"> </ecl-icon> <span class="ecl-u-sr-only"></span> </button> <button #btnNext [attr.aria-hidden]="true" class="ecl-tabs__next" [class.ecl-u-d-none]="!isScrollNextBtnShow" [class.ecl-u-d-block]="isScrollNextBtnShow" (click)="onScrollNext()"> <ecl-icon isInverted icon="corner-arrow" color="inverted" transform="rotate-90" size="m" class="ecl-u-d-block"> </ecl-icon> <span class="ecl-u-sr-only"></span> </button> </div></div>@for (tab of tabs.toArray(); track tab.tabLabel) { @if (tab.isActive) { <div class="{{ bodyClass }}"> <ng-container *ngTemplateOutlet="tab.contentTemplate"></ng-container> </div> }}@for (tab of listTabs; track tab.tabLabel) { @if (tab.isActive) { <div class="{{ bodyClass }}"> <ng-container *ngTemplateOutlet="tab.contentTemplate"></ng-container> </div> }}</div>'
1792
+ var COMPONENT_TEMPLATE = '<div><div class="ecl-tabs"> <div class="ecl-tabs__container" [class.ecl-tabs__container--right]="isScrollNextBtnShow" [class.ecl-tabs__container--left]="isScrollPrevBtnShow"> <div class="ecl-tabs__list" role="tablist" #tabsList [style.width]="getTabsWidthStyle()" [style.transform]="styleTransform" [style.transition-duration]="getTransitionDuration()"> <ng-content select="ecl-tab, [eclTab]"></ng-content> <ecl-tab-more [isHidden]="!isMoreButtonShow"> @if (listTabs.length > 0) { <div class="ecl-tabs__dropdown" [class.ecl-tabs__dropdown--show]="isDropdownExpanded"> <div class="ecl-tabs__dropdown-list" #dropdownList> @for (tab of listTabs; track tab.id; let i = $index) { <ecl-tab [isActive]="tab.isActive" [isHidden]="tab.isHidden" (click)="onTabSelect(tab)" (keydown.arrowRight)="onTabKeydownArrowRight(i)" (keydown.arrowLeft)="onTabKeydownArrowLeft(i)" (keydown.home)="onTabKeydownHome()" (keydown.end)="onTabKeydownEnd()" (keydown.enter)="onTabSelect(tab)" (keydown.tab)="onTabBlur()"> <ecl-tab-label>{{ getTabLabel(i) }}</ecl-tab-label> </ecl-tab> } </div> </div> } </ecl-tab-more> </div> <button #moreButton eclButton class="ecl-tabs__toggle" tabindex="-1" variant="ghost" [attr.aria-expanded]="isDropdownExpanded" [class.ecl-tabs__toggle--active]="isMoreButtonActive" (click)="onDropdownToggle()" [class.ecl-tabs__toggle--hidden]="!isMoreButtonShow"> <span eclButtonLabel> {{ \'ecl.common.MORE\' | translate }} ({{ getHiddenTabsCount() }}) </span> <ecl-icon icon="corner-arrow" transform="rotate-180" size="fluid"></ecl-icon> </button> </div> <div class="ecl-tabs__controls"> <button #btnPrev eclButton variant="ghost" isIconOnly [attr.aria-hidden]="true" class="ecl-tabs__prev" [class.ecl-u-d-none]="!isScrollPrevBtnShow" [class.ecl-u-d-block]="isScrollPrevBtnShow" (click)="onScrollPrev()"> <ecl-icon icon="corner-arrow" transform="rotate-270" size="s" class=""> </ecl-icon> <span eclButtonLabel>{{ \'ecl.common.PREVIOUS | translate }}</span> </button> <button #btnNext eclButton variant="ghost" isIconOnly [attr.aria-hidden]="true" class="ecl-tabs__next" [class.ecl-u-d-none]="!isScrollNextBtnShow" [class.ecl-u-d-block]="isScrollNextBtnShow" (click)="onScrollNext()"> <ecl-icon icon="corner-arrow" transform="rotate-90" size="s" class=""> </ecl-icon> <span eclButtonLabel>{{ \'ecl.common.NEXT | translate }}</span> </button> </div></div>@for (tab of tabs.toArray(); track tab.tabLabel) { @if (tab.isActive) { <div class="{{ bodyClass }}"> <ng-container *ngTemplateOutlet="tab.contentTemplate"></ng-container> </div> }}@for (tab of listTabs; track tab.tabLabel) { @if (tab.isActive) { <div class="{{ bodyClass }}"> <ng-container *ngTemplateOutlet="tab.contentTemplate"></ng-container> </div> }}</div>'
1793
1793
  var COMPONENTS = [{'name': 'EclAccordionComponent', 'selector': 'ecl-accordion'},{'name': 'EclAccordionItemComponent', 'selector': 'ecl-accordion-item'},{'name': 'EclAppComponent', 'selector': 'ecl-app'},{'name': 'EclBannerComponent', 'selector': 'ecl-banner'},{'name': 'EclBlockquoteComponent', 'selector': '[eclBlockquote]'},{'name': 'EclBreadcrumbComponent', 'selector': 'ecl-breadcrumb'},{'name': 'EclBreadcrumbSegmentComponent', 'selector': 'ecl-breadcrumb-segment'},{'name': 'EclButtonComponent', 'selector': 'button[eclButton], button[ecl-button], a[eclButton]'},{'name': 'EclCardBodyComponent', 'selector': 'ecl-card-body'},{'name': 'EclCardComponent', 'selector': 'ecl-card'},{'name': 'EclCarouselComponent', 'selector': 'ecl-carousel'},{'name': 'EclCarouselItemComponent', 'selector': 'ecl-carousel-item'},{'name': 'EclCategoryFilterComponent', 'selector': 'ecl-category-filter'},{'name': 'EclCategoryFilterItemComponent', 'selector': 'ecl-category-filter-item'},{'name': 'EclCategoryFilterListComponent', 'selector': 'ecl-category-filter-list'},{'name': 'EclCheckboxHelpComponent', 'selector': '[eclCheckboxHelp]'},{'name': 'EclCheckboxLabelComponent', 'selector': 'label[eclCheckboxLabel]'},{'name': 'EclContentBlockComponent', 'selector': 'ecl-content-block'},{'name': 'EclContentItemComponent', 'selector': 'ecl-content-item'},{'name': 'EclDateBlockComponent', 'selector': 'time[eclDateBlock]'},{'name': 'EclDescriptionListDefinitionComponent', 'selector': '[eclDescriptionListDefinition]'},{'name': 'EclExpandableComponent', 'selector': 'ecl-expandable'},{'name': 'EclFactFiguresComponent', 'selector': 'ecl-fact-figures'},{'name': 'EclFactFiguresDescriptionComponent', 'selector': 'ecl-fact-figures-description'},{'name': 'EclFactFiguresItemComponent', 'selector': 'ecl-fact-figures-item'},{'name': 'EclFactFiguresTitleComponent', 'selector': 'ecl-fact-figures-title'},{'name': 'EclFactFiguresValueComponent', 'selector': 'ecl-fact-figures-value'},{'name': 'EclFactFiguresViewAllComponent', 'selector': 'ecl-fact-figures-view-all'},{'name': 'EclFeaturedComponent', 'selector': 'ecl-featured'},{'name': 'EclFeaturedItemComponent', 'selector': 'ecl-featured-item'},{'name': 'EclFeaturedItemDescriptionComponent', 'selector': 'ecl-featured-item-description'},{'name': 'EclFeaturedItemFooterComponent', 'selector': '[eclFeaturedItemFooter]'},{'name': 'EclFileComponent', 'selector': 'ecl-file'},{'name': 'EclFileItemComponent', 'selector': 'ecl-file-item'},{'name': 'EclFileItemsComponent', 'selector': 'ecl-file-items'},{'name': 'EclFileTaxonomyComponent', 'selector': 'ecl-file-taxonomy'},{'name': 'EclFormGroupComponent', 'selector': '[eclFormGroup], ecl-form-group'},{'name': 'EclFormLabelComponent', 'selector': '[eclFormLabel]'},{'name': 'EclGalleryComponent', 'selector': 'ecl-gallery'},{'name': 'EclGalleryFooterComponent', 'selector': 'ecl-gallery-footer'},{'name': 'EclGalleryItemComponent', 'selector': 'ecl-gallery-item'},{'name': 'EclIconComponent', 'selector': 'ecl-icon'},{'name': 'EclInpageNavigationComponent', 'selector': 'ecl-inpage-navigation'},{'name': 'EclInpageNavigationItemComponent', 'selector': 'ecl-inpage-navigation-item'},{'name': 'EclListIllustrationComponent', 'selector': 'ecl-list-illustration'},{'name': 'EclListIllustrationItemComponent', 'selector': 'ecl-list-illustration-item'},{'name': 'EclLoadingIndicatorComponent', 'selector': 'ecl-loading-indicator'},{'name': 'EclMediaContainerComponent', 'selector': 'ecl-media-container'},{'name': 'EclMenuComponent', 'selector': 'ecl-menu'},{'name': 'EclMenuItemComponent', 'selector': 'ecl-menu-item'},{'name': 'EclMenuMegaComponent', 'selector': 'ecl-menu-mega'},{'name': 'EclMenuMegaItemComponent', 'selector': 'ecl-menu-mega-item'},{'name': 'EclModalBodyComponent', 'selector': '[eclModalBody]'},{'name': 'EclModalComponent', 'selector': 'dialog[eclModal]'},{'name': 'EclModalFooterComponent', 'selector': '[eclModalFooter]'},{'name': 'EclModalHeaderComponent', 'selector': '[eclModalHeader]'},{'name': 'EclMultiselectComponent', 'selector': 'select[eclMultiselect]'},{'name': 'EclMultiselectDropdownComponent', 'selector': 'div[eclMultiselectDropdown]'},{'name': 'EclMultiselectInputComponent', 'selector': 'div[eclMultiselectInput]'},{'name': 'EclMultiselectOptgroupComponent', 'selector': 'fieldset[eclMultiselectOptgroup]'},{'name': 'EclMultiselectOptionComponent', 'selector': 'div[eclMultiselectOption]'},{'name': 'EclNavigationListComponent', 'selector': 'ecl-navigation-list'},{'name': 'EclNavigationListImageComponent', 'selector': 'div[eclNavigationListImage]'},{'name': 'EclNavigationListItemComponent', 'selector': 'ecl-navigation-list-item'},{'name': 'EclNewsTickerComponent', 'selector': 'ecl-news-ticker'},{'name': 'EclNewsTickerItemComponent', 'selector': 'ecl-news-ticker-item'},{'name': 'EclNotificationComponent', 'selector': 'ecl-notification'},{'name': 'EclPageHeaderComponent', 'selector': 'ecl-page-header'},{'name': 'EclPaginationComponent', 'selector': 'ecl-pagination'},{'name': 'EclPaginationItemComponent', 'selector': 'ecl-pagination-item'},{'name': 'EclPopoverComponent', 'selector': 'ecl-popover'},{'name': 'EclRadioHelpComponent', 'selector': '[eclRadioHelp]'},{'name': 'EclRadioLabelComponent', 'selector': '[eclRadioLabel]'},{'name': 'EclRangeValueComponent', 'selector': 'ecl-range-value'},{'name': 'EclRatingFieldComponent', 'selector': 'ecl-rating-field'},{'name': 'EclSearchFormComponent', 'selector': 'ecl-search-form'},{'name': 'EclSelectContainerComponent', 'selector': 'ecl-select-container'},{'name': 'EclSiteFooterComponent', 'selector': 'ecl-site-footer'},{'name': 'EclSiteFooterFixedContentECComponent', 'selector': 'ecl-site-footer-fixed-content-ec'},{'name': 'EclSiteFooterFixedContentEUComponent', 'selector': 'ecl-site-footer-fixed-content-eu'},{'name': 'EclSiteHeaderActionComponent', 'selector': 'ecl-site-header-action'},{'name': 'EclSiteHeaderBannerTopComponent', 'selector': 'ecl-site-header-banner-top'},{'name': 'EclSiteHeaderComponent', 'selector': 'ecl-site-header'},{'name': 'EclSiteHeaderEnvironmentComponent', 'selector': '[eclSiteHeaderEnvironment]'},{'name': 'EclSiteHeaderLanguageComponent', 'selector': 'ecl-site-header-language'},{'name': 'EclSiteHeaderLanguagePopoverComponent', 'selector': 'ecl-site-header-language-popover'},{'name': 'EclSiteHeaderLoginComponent', 'selector': 'ecl-site-header-login'},{'name': 'EclSiteHeaderNotificationComponent', 'selector': 'ecl-site-header-notification'},{'name': 'EclSiteHeaderSearchComponent', 'selector': 'ecl-site-header-search'},{'name': 'EclSocialMediaFollowComponent', 'selector': 'ecl-social-media-follow'},{'name': 'EclSocialMediaFollowItemComponent', 'selector': 'ecl-social-media-follow-item'},{'name': 'EclSocialMediaShareComponent', 'selector': 'ecl-social-media-share'},{'name': 'EclSocialMediaShareItemComponent', 'selector': 'ecl-social-media-share-item'},{'name': 'EclStickyContainerComponent', 'selector': 'ecl-sticky-container'},{'name': 'EclTabComponent', 'selector': 'ecl-tab, [eclTab]'},{'name': 'EclTabLabelComponent', 'selector': 'ecl-tab-label'},{'name': 'EclTableSortButtonComponent', 'selector': 'button[eclTableSortButton]'},{'name': 'EclTabMoreComponent', 'selector': 'ecl-tab-more'},{'name': 'EclTabsComponent', 'selector': 'nav[eclTabs], ecl-tabs'},{'name': 'EclTagComponent', 'selector': 'ecl-tag, [eclTag]'},{'name': 'EclTimelineComponent', 'selector': 'ecl-timeline'},{'name': 'EclTimelineItemComponent', 'selector': 'ecl-timeline-item'},{'name': 'EclTimelineItemTogglerComponent', 'selector': 'ecl-timeline-item-toggler'}];
1794
1794
  var DIRECTIVES = [{'name': 'EclBannerDescriptionDirective', 'selector': '[eclBannerDescription]'},{'name': 'EclBannerDescriptionTextDirective', 'selector': '[eclBannerDescriptionText]'},{'name': 'EclBannerImageDirective', 'selector': 'img[eclBannerImage]'},{'name': 'EclBannerPictureDirective', 'selector': 'picture[eclBannerPicture]'},{'name': 'EclBannerTitleDirective', 'selector': '[eclBannerTitle]'},{'name': 'EclBannerTitleTextDirective', 'selector': '[eclBannerTitleText]'},{'name': 'ECLBaseDirective', 'selector': '[eclBase]'},{'name': 'EclBlockquoteImageDirective', 'selector': 'img[eclBlockquoteImage]'},{'name': 'EclBlockquotePictureDirective', 'selector': 'picture[eclBlockquotePicture]'},{'name': 'EclButtonLabelDirective', 'selector': '[eclButtonLabel]'},{'name': 'EclCardImageDirective', 'selector': 'img[eclCardImage]'},{'name': 'EclCardPictureDirective', 'selector': 'picture[eclCardPicture]'},{'name': 'EclCheckboxDirective', 'selector': '[eclCheckbox]'},{'name': 'EclCheckboxInputDirective', 'selector': 'input[eclCheckboxInput]'},{'name': 'ECLClickOutsideDirective', 'selector': '[eclClickOutside]'},{'name': 'EclContentBlockDescriptionDirective', 'selector': '[eclContentBlockDescription]'},{'name': 'EclContentBlockLabelDirective', 'selector': '[eclContentBlockLabel]'},{'name': 'EclContentBlockLabelsDirective', 'selector': '[eclContentBlockLabels]'},{'name': 'EclContentBlockLinkDirective', 'selector': '[eclContentBlockLink]'},{'name': 'EclContentBlockLinksContainerDirective', 'selector': '[eclContentBlockLinksContainer]'},{'name': 'EclContentBlockLinksDirective', 'selector': '[eclContentBlockLinks]'},{'name': 'EclContentBlockListContainerDirective', 'selector': '[eclContentBlockListContainer]'},{'name': 'EclContentBlockListDirective', 'selector': '[eclContentBlockList]'},{'name': 'EclContentBlockPrimaryMetaDirective', 'selector': '[eclContentBlockPrimaryMeta]'},{'name': 'EclContentBlockPrimaryMetasDirective', 'selector': '[eclContentBlockPrimaryMetas]'},{'name': 'EclContentBlockSecondaryMetaDirective', 'selector': '[eclContentBlockSecondaryMeta]'},{'name': 'EclContentBlockSecondaryMetaIconDirective', 'selector': '[eclContentBlockSecondaryMetaIcon]'},{'name': 'EclContentBlockSecondaryMetaLabelDirective', 'selector': '[eclContentBlockSecondaryMetaLabel]'},{'name': 'EclContentBlockSecondaryMetasDirective', 'selector': '[eclContentBlockSecondaryMetas]'},{'name': 'EclContentBlockTagDirective', 'selector': '[eclContentBlockTag]'},{'name': 'EclContentBlockTagsDirective', 'selector': '[eclContentBlockTags]'},{'name': 'EclContentBlockTitleDirective', 'selector': '[eclContentBlockTitle]'},{'name': 'EclContentItemImageDirective', 'selector': '[eclContentItemImage]'},{'name': 'EclContentItemPictureDirective', 'selector': '[eclContentItemPicture]'},{'name': 'EclDatePickerDirective', 'selector': 'input[eclDatePicker]'},{'name': 'EclDescriptionListDefinitionItemDirective', 'selector': '[eclDescriptionListDefinitionItem]'},{'name': 'EclDescriptionListDefinitionListDirective', 'selector': '[eclDescriptionListDefinitionList]'},{'name': 'EclDescriptionListDirective', 'selector': '[eclDescriptionList]'},{'name': 'EclDescriptionListTermDirective', 'selector': '[eclDescriptionListTerm]'},{'name': 'EclFeaturedItemFooterLinkDirective', 'selector': '[eclFeaturedItemFooterLink]'},{'name': 'EclFeaturedItemFooterPictureDirective', 'selector': 'picture[eclFeaturedItemFooterPicture]'},{'name': 'EclFeaturedItemLinkDirective', 'selector': '[eclFeaturedItemLink]'},{'name': 'EclFeedbackMessageDirective', 'selector': '[eclFeedbackMessage]'},{'name': 'EclFileDownloadDirective', 'selector': '[eclFileDownload]'},{'name': 'EclFileImageDirective', 'selector': 'img[eclFileImage]'},{'name': 'EclFilePictureDirective', 'selector': 'picture[eclFilePicture]'},{'name': 'EclFileTitleDirective', 'selector': '[eclFileTitle]'},{'name': 'EclFileTranslationDownloadDirective', 'selector': '[eclFileTranslationDownload]'},{'name': 'EclFileUploadDirective', 'selector': '[eclFileUpload]'},{'name': 'EclGalleryMediaDirective', 'selector': '[eclGalleryMedia], [eclGalleryImage]'},{'name': 'EclGalleryPictureDirective', 'selector': 'picture[eclGalleryPicture]'},{'name': 'EclHelpBlockDirective', 'selector': '[eclHelpBlock]'},{'name': 'EclHiddenDirective', 'selector': '[eclHidden]'},{'name': 'EclLabelDirective', 'selector': '[eclLabel]'},{'name': 'EclLinkDirective', 'selector': '[eclLink]'},{'name': 'EclLinkLabelDirective', 'selector': '[eclLinkLabel]'},{'name': 'EclListIllustrationIconDirective', 'selector': '[eclListIllustrationIcon]'},{'name': 'EclListIllustrationImageDirective', 'selector': 'img[eclListIllustrationImage]'},{'name': 'EclListIllustrationPictureDirective', 'selector': 'picture[eclListIllustrationPicture]'},{'name': 'EclLoadingIndicatorLabelDirective', 'selector': '[eclLoadingIndicatorLabel]'},{'name': 'EclLoadingIndicatorOverlayDirective', 'selector': '[eclLoadingIndicatorOverlay]'},{'name': 'EclMediaContainerIframeDirective', 'selector': 'iframe[eclMediaContainerIframe]'},{'name': 'EclMediaContainerItemDirective', 'selector': '[eclMediaContainerItem], img[eclMediaContainerImage]'},{'name': 'EclMediaContainerPictureDirective', 'selector': 'picture[eclMediaContainerPicture]'},{'name': 'EclModalBodyFixedContentDirective', 'selector': '[eclModalBodyFixedContent]'},{'name': 'EclModalCloseDirective', 'selector': '[eclModalClose]'},{'name': 'EclModalTriggerDirective', 'selector': '[eclModalTriggerFor]'},{'name': 'EclMultiselectOptionDirective', 'selector': 'optgroup[eclMultiselectOptgroup], option[eclMultiselectOption]'},{'name': 'EclNavigationListImageDirective', 'selector': 'img[eclNavigationListImage]'},{'name': 'EclNavigationListPictureDirective', 'selector': 'picture[eclNavigationListPicture]'},{'name': 'EclNotificationTitleDirective', 'selector': '[eclNotificationTitle]'},{'name': 'EclOrderedListDirective', 'selector': '[eclOrderedList]'},{'name': 'EclOrderedListItemDirective', 'selector': '[eclOrderedListItem]'},{'name': 'EclPageHeaderBackgroundImageDirective', 'selector': '[eclPageHeaderBackgroundImage]'},{'name': 'EclPageHeaderBackgroundPictureDirective', 'selector': '[eclPageHeaderBackgroundPicture]'},{'name': 'EclPageHeaderDescriptionContainerDirective', 'selector': '[eclPageHeaderDescriptionContainer]'},{'name': 'EclPageHeaderDescriptionDirective', 'selector': '[eclPageHeaderDescription]'},{'name': 'EclPageHeaderDescriptionPictureDirective', 'selector': '[eclPageHeaderDescriptionPicture]'},{'name': 'EclPageHeaderDescriptionThumbnailDirective', 'selector': '[eclPageHeaderDescriptionThumbnail], img[eclPageHeaderDescriptionImage] '},{'name': 'EclPageHeaderInfoDirective', 'selector': '[eclPageHeaderInfo]'},{'name': 'EclPageHeaderMetaDirective', 'selector': '[eclPageHeaderMeta]'},{'name': 'EclPageHeaderMetaItemDirective', 'selector': '[eclPageHeaderMetaItem]'},{'name': 'EclPageHeaderTitleDirective', 'selector': '[eclPageHeaderTitle]'},{'name': 'EclPopoverContentDirective', 'selector': '[eclPopoverContent]'},{'name': 'EclPopoverToggleDirective', 'selector': '[eclPopoverToggle]'},{'name': 'EclRadioDirective', 'selector': '[eclRadio]'},{'name': 'EclRadioInputDirective', 'selector': 'input[eclRadioInput]'},{'name': 'EclRangeDirective', 'selector': 'input[eclRange]'},{'name': 'EclSelectDirective', 'selector': 'select[eclSelect]'},{'name': 'EclSiteFooterColumnDirective', 'selector': '[eclSiteFooterColumn]'},{'name': 'EclSiteFooterContentDirective', 'selector': '[eclSiteFooterContent]'},{'name': 'EclSiteFooterDescriptionDirective', 'selector': '[eclSiteFooterDescription]'},{'name': 'EclSiteFooterLinkDirective', 'selector': '[eclSiteFooterLink]'},{'name': 'EclSiteFooterListDirective', 'selector': '[eclSiteFooterList]'},{'name': 'EclSiteFooterListItemDirective', 'selector': '[eclSiteFooterListItem]'},{'name': 'EclSiteFooterLogoDirective', 'selector': '[eclSiteFooterLogo]'},{'name': 'EclSiteFooterLogoImageDirective', 'selector': 'img[eclSiteFooterLogoImage]'},{'name': 'EclSiteFooterLogoItemDirective', 'selector': '[eclSiteFooterLogoItem]'},{'name': 'EclSiteFooterLogoLinkDirective', 'selector': '[eclSiteFooterLogoLink]'},{'name': 'EclSiteFooterLogoListDirective', 'selector': '[eclSiteFooterLogoList]'},{'name': 'EclSiteFooterPictureDirective', 'selector': 'picture[eclSiteFooterPicture]'},{'name': 'EclSiteFooterRowDirective', 'selector': '[eclSiteFooterRow]'},{'name': 'EclSiteFooterSectionDirective', 'selector': '[eclSiteFooterSection]'},{'name': 'EclSiteFooterTitleDirective', 'selector': '[eclSiteFooterTitle]'},{'name': 'EclSiteFooterTitleLinkDirective', 'selector': '[eclSiteFooterTitleLink]'},{'name': 'EclSiteHeaderCtaDirective', 'selector': '[eclSiteHeaderCta]'},{'name': 'EclSiteHeaderImageDirective', 'selector': '[eclSiteHeaderImage]'},{'name': 'EclSiteHeaderLinkDirective', 'selector': '[eclSiteHeaderLink]'},{'name': 'EclSiteHeaderLoginDescriptionDirective', 'selector': '[eclSiteHeaderLoginDescription]'},{'name': 'EclSiteHeaderLoginSeparatorDirective', 'selector': '[eclSiteHeaderLoginSeparator]'},{'name': 'EclSiteHeaderPictureDirective', 'selector': '[eclSiteHeaderPicture]'},{'name': 'EclSocialMediaFollowLinkDirective', 'selector': '[eclSocialMediaFollowLink]'},{'name': 'EclSocialMediaShareLinkDirective', 'selector': '[eclSocialMediaShareLink]'},{'name': 'EclTableBodyDirective', 'selector': '[eclTableBody]'},{'name': 'EclTableCellDirective', 'selector': '[eclTableCell]'},{'name': 'EclTableCellGroupDirective', 'selector': '[eclTableCellGroup]'},{'name': 'EclTableDirective', 'selector': '[eclTable]'},{'name': 'EclTableHeadDirective', 'selector': '[eclTableHead]'},{'name': 'EclTableHeaderDirective', 'selector': '[eclTableHeader]'},{'name': 'EclTableResponsiveDirective', 'selector': '[eclTableResponsive]'},{'name': 'EclTableRowDirective', 'selector': '[eclTableRow]'},{'name': 'EclTagSetDirective', 'selector': '[eclTagSet]'},{'name': 'EclTextAreaDirective', 'selector': 'textarea[eclTextArea]'},{'name': 'EclTextInputDirective', 'selector': 'input[eclTextInput]'},{'name': 'EclTimelineItemLabelDirective', 'selector': '[eclTimelineItemLabel]'},{'name': 'EclTimelineItemTitleDirective', 'selector': '[eclTimelineItemTitle]'},{'name': 'EclUnorderedListDirective', 'selector': '[eclUnorderedList]'},{'name': 'EclUnorderedListItemDirective', 'selector': '[eclUnorderedListItem]'}];
1795
1795
  var ACTUAL_COMPONENT = {'name': 'EclTabsComponent'};
@@ -143,7 +143,7 @@
143
143
  <li>
144
144
  <b>@angular/cli</b> : 18.0.0-rc.3</li>
145
145
  <li>
146
- <b>ng-packagr</b> : 18.0.0-rc.0</li>
146
+ <b>ng-packagr</b> : 18.0.0</li>
147
147
  <li>
148
148
  <b>rxjs</b> : 7.8.1</li>
149
149
  <li>
@@ -293,7 +293,7 @@
293
293
  <li>
294
294
  <b>@stackblitz/sdk</b> : 1.9.0</li>
295
295
  <li>
296
- <b>@eui/ecl</b> : 18.0.0-next.75</li>
296
+ <b>@eui/ecl</b> : 18.0.0-next.76</li>
297
297
  <li>
298
298
  <b>@eui/tools</b> : ^6.0.0</li>
299
299
  </ul>
@@ -191,6 +191,9 @@
191
191
  <li>
192
192
  <a href="#isInvalid" >isInvalid</a>
193
193
  </li>
194
+ <li>
195
+ <a href="#toggleLabel" >toggleLabel</a>
196
+ </li>
194
197
  <li>
195
198
  <a href="#class" >class</a>
196
199
  </li>
@@ -384,6 +387,27 @@
384
387
  </tr>
385
388
  </tbody>
386
389
  </table>
390
+ <table class="table table-sm table-bordered">
391
+ <tbody>
392
+ <tr>
393
+ <td class="col-md-4">
394
+ <a name="toggleLabel"></a>
395
+ <b>toggleLabel</b>
396
+ </td>
397
+ </tr>
398
+ <tr>
399
+ <td class="col-md-4">
400
+ <i>Type : </i> <code>string | undefined</code>
401
+
402
+ </td>
403
+ </tr>
404
+ <tr>
405
+ <td class="col-md-4">
406
+ <i>Default value : </i><code>undefined</code>
407
+ </td>
408
+ </tr>
409
+ </tbody>
410
+ </table>
387
411
  <table class="table table-sm table-bordered">
388
412
  <tbody>
389
413
  <tr>