@eui/ecl 18.0.0-next.22 → 18.0.0-next.23

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 (37) hide show
  1. package/docs/components/EclAccordionItemComponent.html +1 -1
  2. package/docs/components/EclMenuComponent.html +1 -1
  3. package/docs/components/EclMenuItemComponent.html +1 -1
  4. package/docs/components/EclMenuMegaComponent.html +0 -24
  5. package/docs/components/EclMenuMegaItemComponent.html +66 -2
  6. package/docs/dependencies.html +1 -1
  7. package/docs/directives/EclLinkDirective.html +3 -3
  8. package/docs/js/search/search_index.js +2 -2
  9. package/esm2022/lib/components/ecl-accordion/ecl-accordion-item.component.mjs +4 -5
  10. package/esm2022/lib/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.mjs +1 -1
  11. package/esm2022/lib/components/ecl-gallery/ecl-gallery.component.mjs +1 -1
  12. package/esm2022/lib/components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.mjs +1 -1
  13. package/esm2022/lib/components/ecl-link/ecl-link.directive.mjs +4 -4
  14. package/esm2022/lib/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.mjs +1 -1
  15. package/esm2022/lib/components/ecl-menu/ecl-menu/ecl-menu-item.component.mjs +3 -3
  16. package/esm2022/lib/components/ecl-menu/ecl-menu/ecl-menu.component.mjs +9 -12
  17. package/esm2022/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs +37 -19
  18. package/esm2022/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.mjs +4 -16
  19. package/esm2022/lib/components/ecl-pagination/ecl-pagination-item.component.mjs +1 -1
  20. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.mjs +1 -1
  21. package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.mjs +1 -1
  22. package/esm2022/lib/components/ecl-site-header/ecl-site-header.component.mjs +1 -1
  23. package/esm2022/lib/components/ecl-site-header/language/ecl-site-header-language-popover.component.mjs +1 -1
  24. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs +1 -1
  25. package/esm2022/lib/components/ecl-social-media-share/ecl-social-media-share-item.component.mjs +1 -1
  26. package/esm2022/lib/components/ecl-tabs/ecl-tab.component.mjs +1 -1
  27. package/fesm2022/eui-ecl.mjs +472 -442
  28. package/fesm2022/eui-ecl.mjs.map +3 -3
  29. package/lib/components/ecl-link/ecl-link.directive.d.ts +3 -3
  30. package/lib/components/ecl-link/ecl-link.directive.d.ts.map +1 -1
  31. package/lib/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts +2 -1
  32. package/lib/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts.map +1 -1
  33. package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts +11 -5
  34. package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts.map +1 -1
  35. package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts +1 -5
  36. package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts.map +1 -1
  37. package/package.json +1 -1
@@ -588,7 +588,6 @@ i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3",
588
588
  import { ChangeDetectionStrategy, Component as Component2, EventEmitter, HostBinding as HostBinding3, Input as Input3, Output, booleanAttribute as booleanAttribute2 } from "@angular/core";
589
589
  import { v4 as uuidgen } from "uuid";
590
590
  import * as i06 from "@angular/core";
591
- import * as i22 from "@angular/common";
592
591
  var EclAccordionToggleEvent = class extends EclBaseEvent {
593
592
  constructor(isExpanded) {
594
593
  super();
@@ -629,7 +628,7 @@ var EclAccordionItemComponent = class _EclAccordionItemComponent {
629
628
  this.ɵfac = i06.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i06, type: _EclAccordionItemComponent, deps: [{ token: ECLBaseDirective }, { token: i06.ChangeDetectorRef }], target: i06.ɵɵFactoryTarget.Component });
630
629
  }
631
630
  static {
632
- this.ɵcmp = i06.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclAccordionItemComponent, selector: "ecl-accordion-item", inputs: { label: "label", isExpanded: ["isExpanded", "isExpanded", booleanAttribute2] }, outputs: { toggle: "toggle" }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: ECLBaseDirective }], ngImport: i06, template: '<h3 class="ecl-accordion__title" [id]="titleId">\n <button\n type="button"\n (click)="onItemClick($event)"\n [attr.aria-expanded]="isExpanded"\n class="ecl-accordion__toggle"\n [class.ecl-accordion__toggle--active]="isActive"\n [attr.aria-controls]="contentId">\n <span class="ecl-accordion__toggle-flex">\n <span class="ecl-accordion__toggle-title">{{ label }}</span>\n <span class="ecl-accordion__toggle-indicator">\n <ecl-icon *ngIf="!isExpanded" icon="plus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="!isExpanded">\n </ecl-icon>\n <ecl-icon *ngIf="isExpanded" icon="minus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="isExpanded">\n </ecl-icon>\n </span>\n </span>\n </button>\n</h3>\n<div class="ecl-accordion__content" [hidden]="!isExpanded" role="region" [attr.aria-labelledby]="titleId" [id]="contentId">\n <ng-content></ng-content>\n</div>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i22.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], changeDetection: i06.ChangeDetectionStrategy.OnPush });
631
+ this.ɵcmp = i06.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclAccordionItemComponent, selector: "ecl-accordion-item", inputs: { label: "label", isExpanded: ["isExpanded", "isExpanded", booleanAttribute2] }, outputs: { toggle: "toggle" }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: ECLBaseDirective }], ngImport: i06, template: '<h3 class="ecl-accordion__title" [id]="titleId">\n <button\n type="button"\n (click)="onItemClick($event)"\n [attr.aria-expanded]="isExpanded"\n class="ecl-accordion__toggle"\n [class.ecl-accordion__toggle--active]="isActive"\n [attr.aria-controls]="contentId">\n <span class="ecl-accordion__toggle-flex">\n <span class="ecl-accordion__toggle-title">{{ label }}</span>\n <span class="ecl-accordion__toggle-indicator">\n @if(!isExpanded) {\n <ecl-icon icon="plus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="!isExpanded">\n </ecl-icon>\n } @else {\n <ecl-icon icon="minus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="isExpanded">\n </ecl-icon>\n }\n </span>\n </span>\n </button>\n</h3>\n<div class="ecl-accordion__content" [hidden]="!isExpanded" role="region" [attr.aria-labelledby]="titleId" [id]="contentId">\n <ng-content></ng-content>\n</div>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], changeDetection: i06.ChangeDetectionStrategy.OnPush });
633
632
  }
634
633
  };
635
634
  i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i06, type: EclAccordionItemComponent, decorators: [{
@@ -638,7 +637,7 @@ i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3",
638
637
  {
639
638
  directive: ECLBaseDirective
640
639
  }
641
- ], template: '<h3 class="ecl-accordion__title" [id]="titleId">\n <button\n type="button"\n (click)="onItemClick($event)"\n [attr.aria-expanded]="isExpanded"\n class="ecl-accordion__toggle"\n [class.ecl-accordion__toggle--active]="isActive"\n [attr.aria-controls]="contentId">\n <span class="ecl-accordion__toggle-flex">\n <span class="ecl-accordion__toggle-title">{{ label }}</span>\n <span class="ecl-accordion__toggle-indicator">\n <ecl-icon *ngIf="!isExpanded" icon="plus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="!isExpanded">\n </ecl-icon>\n <ecl-icon *ngIf="isExpanded" icon="minus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="isExpanded">\n </ecl-icon>\n </span>\n </span>\n </button>\n</h3>\n<div class="ecl-accordion__content" [hidden]="!isExpanded" role="region" [attr.aria-labelledby]="titleId" [id]="contentId">\n <ng-content></ng-content>\n</div>\n', styles: [":host{display:block}\n"] }]
640
+ ], template: '<h3 class="ecl-accordion__title" [id]="titleId">\n <button\n type="button"\n (click)="onItemClick($event)"\n [attr.aria-expanded]="isExpanded"\n class="ecl-accordion__toggle"\n [class.ecl-accordion__toggle--active]="isActive"\n [attr.aria-controls]="contentId">\n <span class="ecl-accordion__toggle-flex">\n <span class="ecl-accordion__toggle-title">{{ label }}</span>\n <span class="ecl-accordion__toggle-indicator">\n @if(!isExpanded) {\n <ecl-icon icon="plus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="!isExpanded">\n </ecl-icon>\n } @else {\n <ecl-icon icon="minus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="isExpanded">\n </ecl-icon>\n }\n </span>\n </span>\n </button>\n</h3>\n<div class="ecl-accordion__content" [hidden]="!isExpanded" role="region" [attr.aria-labelledby]="titleId" [id]="contentId">\n <ng-content></ng-content>\n</div>\n', styles: [":host{display:block}\n"] }]
642
641
  }], ctorParameters: () => [{ type: ECLBaseDirective }, { type: i06.ChangeDetectorRef }], propDecorators: { cssClasses: [{
643
642
  type: HostBinding3,
644
643
  args: ["class"]
@@ -1023,7 +1022,7 @@ import { ChangeDetectionStrategy as ChangeDetectionStrategy5, Component as Compo
1023
1022
  import { coerceBoolean } from "@eui/base";
1024
1023
  import * as i016 from "@angular/core";
1025
1024
  import * as i13 from "@angular/common";
1026
- import * as i23 from "@ngx-translate/core";
1025
+ import * as i22 from "@ngx-translate/core";
1027
1026
  var EclFormLabelComponent = class _EclFormLabelComponent extends ECLBaseDirective {
1028
1027
  constructor() {
1029
1028
  super(...arguments);
@@ -1046,7 +1045,7 @@ var EclFormLabelComponent = class _EclFormLabelComponent extends ECLBaseDirectiv
1046
1045
  this.ɵcmp = i016.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclFormLabelComponent, selector: "[eclFormLabel]", inputs: { isOptional: "isOptional", isInvalid: "isInvalid", isDisabled: "isDisabled", isRequired: "isRequired" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i016, template: `<ng-content></ng-content>
1047
1046
  <span *ngIf="isOptional" class="ecl-form-label__optional"> ({{ 'ecl.form-label.OPTIONAL' | translate }})</span>
1048
1047
  <span *ngIf="isRequired" class="ecl-form-label__required">*</span>
1049
- `, dependencies: [{ kind: "directive", type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i23.TranslatePipe, name: "translate" }], changeDetection: i016.ChangeDetectionStrategy.OnPush });
1048
+ `, dependencies: [{ kind: "directive", type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i22.TranslatePipe, name: "translate" }], changeDetection: i016.ChangeDetectionStrategy.OnPush });
1050
1049
  }
1051
1050
  };
1052
1051
  __decorate([
@@ -1169,7 +1168,7 @@ var EclLinkDirective = class _EclLinkDirective extends ECLBaseDirective {
1169
1168
  super();
1170
1169
  this.el = el;
1171
1170
  this.isInverted = false;
1172
- this.isHiddenLabel = false;
1171
+ this.isIconOnly = false;
1173
1172
  }
1174
1173
  ngAfterContentInit() {
1175
1174
  if (this.eclIconComponents) {
@@ -1184,7 +1183,7 @@ var EclLinkDirective = class _EclLinkDirective extends ECLBaseDirective {
1184
1183
  this.ɵfac = i020.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i020, type: _EclLinkDirective, deps: [{ token: i020.ElementRef }], target: i020.ɵɵFactoryTarget.Directive });
1185
1184
  }
1186
1185
  static {
1187
- this.ɵdir = i020.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLinkDirective, selector: "[eclLink]", inputs: { isInverted: ["isInverted", "isInverted", booleanAttribute4], isHiddenLabel: ["isHiddenLabel", "isHiddenLabel", booleanAttribute4], isNoVisited: ["isNoVisited", "isNoVisited", booleanAttribute4], variant: "variant" }, host: { properties: { "class": "this.cssClasses", "class.ecl-link--icon": "this.hasIcon", "class.ecl-link--no-visited": "this.isLinkNoVisited", "class.ecl-link--inverted": "this.isInverted", "class.ecl-link--icon-only": "this.isHiddenLabel" } }, queries: [{ propertyName: "eclIconComponents", predicate: i020.forwardRef(() => EclIconComponent) }], usesInheritance: true, ngImport: i020 });
1186
+ this.ɵdir = i020.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLinkDirective, selector: "[eclLink]", inputs: { isInverted: ["isInverted", "isInverted", booleanAttribute4], isIconOnly: ["isIconOnly", "isIconOnly", booleanAttribute4], isNoVisited: ["isNoVisited", "isNoVisited", booleanAttribute4], variant: "variant" }, host: { properties: { "class": "this.cssClasses", "class.ecl-link--icon": "this.hasIcon", "class.ecl-link--no-visited": "this.isLinkNoVisited", "class.ecl-link--inverted": "this.isInverted", "class.ecl-link--icon-only": "this.isIconOnly" } }, queries: [{ propertyName: "eclIconComponents", predicate: i020.forwardRef(() => EclIconComponent) }], usesInheritance: true, ngImport: i020 });
1188
1187
  }
1189
1188
  };
1190
1189
  i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i020, type: EclLinkDirective, decorators: [{
@@ -1207,7 +1206,7 @@ i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
1207
1206
  }, {
1208
1207
  type: HostBinding10,
1209
1208
  args: ["class.ecl-link--inverted"]
1210
- }], isHiddenLabel: [{
1209
+ }], isIconOnly: [{
1211
1210
  type: Input7,
1212
1211
  args: [{ transform: booleanAttribute4 }]
1213
1212
  }, {
@@ -1779,7 +1778,7 @@ var EclSiteHeaderLanguagePopoverComponent = class _EclSiteHeaderLanguagePopoverC
1779
1778
  </ul>
1780
1779
  </div>
1781
1780
  </div>
1782
- `, dependencies: [{ kind: "directive", type: i17.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i17.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] });
1781
+ `, dependencies: [{ kind: "directive", type: i17.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i17.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] });
1783
1782
  }
1784
1783
  };
1785
1784
  i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i031, type: EclSiteHeaderLanguagePopoverComponent, decorators: [{
@@ -2399,7 +2398,7 @@ import { Component as Component15, ContentChild, EventEmitter as EventEmitter8,
2399
2398
  import { coerceElement as coerceElement2 } from "@eui/base";
2400
2399
  import { Subject as Subject6, takeUntil as takeUntil6 } from "rxjs";
2401
2400
  import * as i035 from "@angular/core";
2402
- import * as i24 from "@ngx-translate/core";
2401
+ import * as i23 from "@ngx-translate/core";
2403
2402
  import * as i43 from "@angular/common";
2404
2403
  var EclSiteHeaderLogoClickEvent = class extends EclBaseEvent {
2405
2404
  };
@@ -2454,7 +2453,7 @@ var EclSiteHeaderComponent = class _EclSiteHeaderComponent extends ECLBaseDirect
2454
2453
  return this.eclLanguageService.getEULanguageOrFallback(this.languageCode).code;
2455
2454
  }
2456
2455
  static {
2457
- this.ɵfac = i035.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i035, type: _EclSiteHeaderComponent, deps: [{ token: EclLanguageService }, { token: i24.TranslateService }, { token: EclThemeService }], target: i035.ɵɵFactoryTarget.Component });
2456
+ this.ɵfac = i035.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i035, type: _EclSiteHeaderComponent, deps: [{ token: EclLanguageService }, { token: i23.TranslateService }, { token: EclThemeService }], target: i035.ɵɵFactoryTarget.Component });
2458
2457
  }
2459
2458
  static {
2460
2459
  this.ɵcmp = i035.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteHeaderComponent, selector: "ecl-site-header", inputs: { logoUrl: "logoUrl", siteName: "siteName", languageCode: "languageCode" }, outputs: { logoClick: "logoClick", languageClick: "languageClick" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, queries: [{ propertyName: "eclLoginComponent", first: true, predicate: EclSiteHeaderLoginComponent, descendants: true }, { propertyName: "eclSearchComponent", first: true, predicate: EclSiteHeaderSearchComponent, descendants: true }, { propertyName: "eclLanguageComponent", first: true, predicate: EclSiteHeaderLanguageComponent, descendants: true }], viewQueries: [{ propertyName: "topContainerElement", first: true, predicate: ["topContainer"], descendants: true }], usesInheritance: true, ngImport: i035, template: `<div class="ecl-site-header__header">
@@ -2510,7 +2509,7 @@ var EclSiteHeaderComponent = class _EclSiteHeaderComponent extends ECLBaseDirect
2510
2509
 
2511
2510
  <!-- @deprecated language list is replaced with site header language -->
2512
2511
  <ng-content select="ecl-language-list"></ng-content>
2513
- `, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i43.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "pipe", type: i43.AsyncPipe, name: "async" }, { kind: "pipe", type: i24.TranslatePipe, name: "translate" }] });
2512
+ `, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i43.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "pipe", type: i43.AsyncPipe, name: "async" }, { kind: "pipe", type: i23.TranslatePipe, name: "translate" }] });
2514
2513
  }
2515
2514
  };
2516
2515
  __decorate5([
@@ -2572,7 +2571,7 @@ i035.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
2572
2571
  <!-- @deprecated language list is replaced with site header language -->
2573
2572
  <ng-content select="ecl-language-list"></ng-content>
2574
2573
  `, styles: [":host{display:block}\n"] }]
2575
- }], ctorParameters: () => [{ type: EclLanguageService }, { type: i24.TranslateService }, { type: EclThemeService }], propDecorators: { logoUrl: [{
2574
+ }], ctorParameters: () => [{ type: EclLanguageService }, { type: i23.TranslateService }, { type: EclThemeService }], propDecorators: { logoUrl: [{
2576
2575
  type: Input14
2577
2576
  }], cssClasses: [{
2578
2577
  type: HostBinding21,
@@ -3315,7 +3314,7 @@ i049.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
3315
3314
  import { Component as Component20, EventEmitter as EventEmitter10, HostBinding as HostBinding32, Input as Input17, Output as Output10, ViewEncapsulation as ViewEncapsulation3, booleanAttribute as booleanAttribute6 } from "@angular/core";
3316
3315
  import * as i050 from "@angular/core";
3317
3316
  import * as i112 from "@angular/common";
3318
- import * as i25 from "@angular/router";
3317
+ import * as i24 from "@angular/router";
3319
3318
  var EclBreadcrumbSegmentClickEvent = class extends EclBaseEvent {
3320
3319
  };
3321
3320
  var EclBreadcrumbSegmentComponent = class _EclBreadcrumbSegmentComponent extends ECLBaseDirective {
@@ -3351,7 +3350,7 @@ var EclBreadcrumbSegmentComponent = class _EclBreadcrumbSegmentComponent extends
3351
3350
  this.ɵfac = i050.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i050, type: _EclBreadcrumbSegmentComponent, deps: [{ token: i050.ElementRef }], target: i050.ɵɵFactoryTarget.Component });
3352
3351
  }
3353
3352
  static {
3354
- this.ɵcmp = i050.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclBreadcrumbSegmentComponent, selector: "ecl-breadcrumb-segment", inputs: { routerLink: "routerLink", queryParams: "queryParams", href: "href", queryParamsHandling: "queryParamsHandling", isCurrentPage: ["isCurrentPage", "isCurrentPage", booleanAttribute6], isHidden: ["isHidden", "isHidden", booleanAttribute6] }, outputs: { segmentClick: "segmentClick" }, host: { properties: { "attr.tabindex": "this.tabIndex", "attr.role": "this.role", "attr.aria-hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i050, template: '@if (!isEllipsis) {\n@if (!isCurrentPage && href) {\n<a eclLink variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n@if (!isCurrentPage && !href) {\n<a eclLink [routerLink]="routerLink" [queryParams]="queryParams" [queryParamsHandling]="queryParamsHandling"\n variant="standalone" [isNoVisited]="true" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n@if (isCurrentPage) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n} @else {\n<ecl-icon role="presentation" icon="corner-arrow" ariaHidden="true" focusable="false" size="fluid"\n class="ecl-breadcrumb__icon">\n</ecl-icon>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i112.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i25.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], encapsulation: i050.ViewEncapsulation.None });
3353
+ this.ɵcmp = i050.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclBreadcrumbSegmentComponent, selector: "ecl-breadcrumb-segment", inputs: { routerLink: "routerLink", queryParams: "queryParams", href: "href", queryParamsHandling: "queryParamsHandling", isCurrentPage: ["isCurrentPage", "isCurrentPage", booleanAttribute6], isHidden: ["isHidden", "isHidden", booleanAttribute6] }, outputs: { segmentClick: "segmentClick" }, host: { properties: { "attr.tabindex": "this.tabIndex", "attr.role": "this.role", "attr.aria-hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i050, template: '@if (!isEllipsis) {\n@if (!isCurrentPage && href) {\n<a eclLink variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n@if (!isCurrentPage && !href) {\n<a eclLink [routerLink]="routerLink" [queryParams]="queryParams" [queryParamsHandling]="queryParamsHandling"\n variant="standalone" [isNoVisited]="true" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n@if (isCurrentPage) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n} @else {\n<ecl-icon role="presentation" icon="corner-arrow" ariaHidden="true" focusable="false" size="fluid"\n class="ecl-breadcrumb__icon">\n</ecl-icon>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i112.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i24.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], encapsulation: i050.ViewEncapsulation.None });
3355
3354
  }
3356
3355
  };
3357
3356
  i050.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i050, type: EclBreadcrumbSegmentComponent, decorators: [{
@@ -5107,7 +5106,7 @@ i065.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
5107
5106
  // lib/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.mjs
5108
5107
  import { Component as Component28, ContentChild as ContentChild7, EventEmitter as EventEmitter13, forwardRef as forwardRef21, HostBinding as HostBinding43, Input as Input22, Output as Output13 } from "@angular/core";
5109
5108
  import * as i066 from "@angular/core";
5110
- import * as i26 from "@angular/common";
5109
+ import * as i25 from "@angular/common";
5111
5110
  var EclCategoryFilterItemComponent = class _EclCategoryFilterItemComponent extends ECLBaseDirective {
5112
5111
  constructor() {
5113
5112
  super(...arguments);
@@ -5166,7 +5165,7 @@ var EclCategoryFilterItemComponent = class _EclCategoryFilterItemComponent exten
5166
5165
  this.ɵfac = i066.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i066, type: _EclCategoryFilterItemComponent, deps: null, target: i066.ɵɵFactoryTarget.Component });
5167
5166
  }
5168
5167
  static {
5169
- this.ɵcmp = i066.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclCategoryFilterItemComponent, selector: "ecl-category-filter-item", inputs: { href: "href", id: "id" }, outputs: { itemSelect: "itemSelect" }, host: { properties: { "class.ecl-category-filter__list-item": "this.className", "attr.role": "this.role", "class.ecl-category-filter__list-item--open": "this.isAriaExpanded" } }, queries: [{ propertyName: "eclCategoryList", first: true, predicate: i066.forwardRef(() => EclCategoryFilterListComponent), descendants: true }], usesInheritance: true, ngImport: i066, template: '@if (hasChildren) {\n <button\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n [class.ecl-category-filter__item--current]="isCurrent"\n [attr.aria-current]="isCurrent ? true : null"\n [attr.aria-expanded] = "isExpanded"\n [attr.aria-controls]="id"\n (click)="onItemClick($event)">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </button>\n} @else {\n <a\n [href]="href"\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n (click)="onItemClick($event)">\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </a>\n}\n<ng-content select="ecl-category-filter-list"></ng-content>\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: i26.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
5168
+ this.ɵcmp = i066.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclCategoryFilterItemComponent, selector: "ecl-category-filter-item", inputs: { href: "href", id: "id" }, outputs: { itemSelect: "itemSelect" }, host: { properties: { "class.ecl-category-filter__list-item": "this.className", "attr.role": "this.role", "class.ecl-category-filter__list-item--open": "this.isAriaExpanded" } }, queries: [{ propertyName: "eclCategoryList", first: true, predicate: i066.forwardRef(() => EclCategoryFilterListComponent), descendants: true }], usesInheritance: true, ngImport: i066, template: '@if (hasChildren) {\n <button\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n [class.ecl-category-filter__item--current]="isCurrent"\n [attr.aria-current]="isCurrent ? true : null"\n [attr.aria-expanded] = "isExpanded"\n [attr.aria-controls]="id"\n (click)="onItemClick($event)">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </button>\n} @else {\n <a\n [href]="href"\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n (click)="onItemClick($event)">\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </a>\n}\n<ng-content select="ecl-category-filter-list"></ng-content>\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: i25.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
5170
5169
  }
5171
5170
  };
5172
5171
  i066.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i066, type: EclCategoryFilterItemComponent, decorators: [{
@@ -5653,7 +5652,7 @@ import { formatDate } from "@angular/common";
5653
5652
  import { Component as Component32, Input as Input29, HostBinding as HostBinding51 } from "@angular/core";
5654
5653
  import * as i076 from "@angular/core";
5655
5654
  import * as i116 from "@ngx-translate/core";
5656
- import * as i27 from "@angular/common";
5655
+ import * as i26 from "@angular/common";
5657
5656
  var EclDateBlockComponent = class _EclDateBlockComponent extends ECLBaseDirective {
5658
5657
  get cssClasses() {
5659
5658
  return [super.getCssClasses("ecl-date-block"), this.variant ? `ecl-date-block--${this.variant}` : ""].join(" ").trim();
@@ -5693,7 +5692,7 @@ var EclDateBlockComponent = class _EclDateBlockComponent extends ECLBaseDirectiv
5693
5692
  {{ month || (date | date: 'MMM' : '' : locale) }}
5694
5693
  </abbr>
5695
5694
  <span class="ecl-date-block__year" aria-hidden="true">{{ year || (date | date: 'yyyy') }}</span>
5696
- `, dependencies: [{ kind: "pipe", type: i27.DatePipe, name: "date" }] });
5695
+ `, dependencies: [{ kind: "pipe", type: i26.DatePipe, name: "date" }] });
5697
5696
  }
5698
5697
  };
5699
5698
  i076.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i076, type: EclDateBlockComponent, decorators: [{
@@ -6900,7 +6899,7 @@ import { Subject as Subject12 } from "rxjs";
6900
6899
  import { coerceBoolean as coerceBoolean7 } from "@eui/base";
6901
6900
  import * as i0104 from "@angular/core";
6902
6901
  import * as i118 from "@angular/forms";
6903
- import * as i28 from "@ngx-translate/core";
6902
+ import * as i27 from "@ngx-translate/core";
6904
6903
  var EclFileUploadFileSelectedEvent = class extends EclBaseEvent {
6905
6904
  constructor(files) {
6906
6905
  super();
@@ -7052,7 +7051,7 @@ var EclFileUploadDirective = class _EclFileUploadDirective extends ECLBaseDirect
7052
7051
  return `${parseFloat((bytes / k ** i).toFixed(dm))} ${sizes[i]}`;
7053
7052
  }
7054
7053
  static {
7055
- this.ɵfac = i0104.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0104, type: _EclFileUploadDirective, deps: [{ token: i118.NgControl, optional: true, self: true }, { token: i0104.ElementRef }, { token: i28.TranslateService }], target: i0104.ɵɵFactoryTarget.Directive });
7054
+ this.ɵfac = i0104.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0104, type: _EclFileUploadDirective, deps: [{ token: i118.NgControl, optional: true, self: true }, { token: i0104.ElementRef }, { token: i27.TranslateService }], target: i0104.ɵɵFactoryTarget.Directive });
7056
7055
  }
7057
7056
  static {
7058
7057
  this.ɵdir = i0104.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclFileUploadDirective, selector: "[eclFileUpload]", inputs: { variant: "variant", isInvalid: "isInvalid", id: "id", disabled: "disabled", multiple: "multiple" }, outputs: { filesSelected: "filesSelected" }, host: { listeners: { "click": "onClick($event)", "change": "onFilesSelected($event)" }, properties: { "attr.id": "this.id", "attr.disabled": "this.disabled", "attr.multiple": "this.multiple", "attr.type": "this.type", "class": "this.cssClasses", "class.ecl-file-upload--invalid": "this.invalidState" } }, usesInheritance: true, ngImport: i0104 });
@@ -7073,7 +7072,7 @@ i0104.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
7073
7072
  type: Optional5
7074
7073
  }, {
7075
7074
  type: Self3
7076
- }] }, { type: i0104.ElementRef }, { type: i28.TranslateService }], propDecorators: {
7075
+ }] }, { type: i0104.ElementRef }, { type: i27.TranslateService }], propDecorators: {
7077
7076
  variant: [{
7078
7077
  type: Input38
7079
7078
  }],
@@ -7220,7 +7219,7 @@ i0106.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
7220
7219
  // lib/components/ecl-file/ecl-file.component.mjs
7221
7220
  import { Component as Component46, ContentChild as ContentChild15, HostBinding as HostBinding73, Input as Input40 } from "@angular/core";
7222
7221
  import * as i0107 from "@angular/core";
7223
- import * as i29 from "@angular/common";
7222
+ import * as i28 from "@angular/common";
7224
7223
  var EclFileComponent = class _EclFileComponent extends ECLBaseDirective {
7225
7224
  get cssClasses() {
7226
7225
  return [super.getCssClasses("ecl-file"), this.isThumbnail ? "ecl-file--thumbnail" : ""].join(" ").trim();
@@ -7236,7 +7235,7 @@ var EclFileComponent = class _EclFileComponent extends ECLBaseDirective {
7236
7235
  this.ɵfac = i0107.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0107, type: _EclFileComponent, deps: [{ token: EclThemeService }], target: i0107.ɵɵFactoryTarget.Component });
7237
7236
  }
7238
7237
  static {
7239
- this.ɵcmp = i0107.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclFileComponent, selector: "ecl-file", inputs: { description: "description", id: "id", langId: "langId", labelInfo: "labelInfo", language: "language", detailMeta: "detailMeta", meta: "meta" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclPictureContent", first: true, predicate: EclFilePictureDirective, descendants: true }], usesInheritance: true, ngImport: i0107, template: '<div class="ecl-file__container">\n @if(!isThumbnail) {\n @if(eclThemeService.isECTheme()) {\n <ecl-icon icon="file" class="ecl-file__icon" size="2xl"></ecl-icon>\n } @else {\n <ecl-icon icon="file" class="ecl-file__icon" size="m"></ecl-icon>\n }\n } @else {\n <ng-content select="[eclFilePicture]"></ng-content>\n }\n <div class="ecl-file__info">\n @if(labelInfo) {\n <div class="ecl-file__label">\n <span eclLabel variant="highlight">{{ labelInfo }}</span>\n </div>\n }\n @if(detailMeta) {\n <div class="ecl-file__detail-meta">\n <span class="ecl-file__detail-meta-item" *ngFor="let el of detailMeta">{{ el }}</span>\n </div>\n }\n <ng-content select="[eclFileTitle]"></ng-content>\n @if(description) {\n <div class="ecl-file__description">{{ description }}</div>\n }\n <ng-content select="ecl-file-taxonomy"></ng-content>\n </div>\n \n </div>\n <div class="ecl-file__footer">\n <div class="ecl-file__language" [id]="langId">{{ language }}</div>\n <div class="ecl-file__meta">{{ meta }}</div>\n <ng-content select="[eclFileDownload]"></ng-content>\n </div>\n<ng-content></ng-content>', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i29.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLabelDirective, selector: "[eclLabel]", inputs: ["variant"] }] });
7238
+ this.ɵcmp = i0107.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclFileComponent, selector: "ecl-file", inputs: { description: "description", id: "id", langId: "langId", labelInfo: "labelInfo", language: "language", detailMeta: "detailMeta", meta: "meta" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclPictureContent", first: true, predicate: EclFilePictureDirective, descendants: true }], usesInheritance: true, ngImport: i0107, template: '<div class="ecl-file__container">\n @if(!isThumbnail) {\n @if(eclThemeService.isECTheme()) {\n <ecl-icon icon="file" class="ecl-file__icon" size="2xl"></ecl-icon>\n } @else {\n <ecl-icon icon="file" class="ecl-file__icon" size="m"></ecl-icon>\n }\n } @else {\n <ng-content select="[eclFilePicture]"></ng-content>\n }\n <div class="ecl-file__info">\n @if(labelInfo) {\n <div class="ecl-file__label">\n <span eclLabel variant="highlight">{{ labelInfo }}</span>\n </div>\n }\n @if(detailMeta) {\n <div class="ecl-file__detail-meta">\n <span class="ecl-file__detail-meta-item" *ngFor="let el of detailMeta">{{ el }}</span>\n </div>\n }\n <ng-content select="[eclFileTitle]"></ng-content>\n @if(description) {\n <div class="ecl-file__description">{{ description }}</div>\n }\n <ng-content select="ecl-file-taxonomy"></ng-content>\n </div>\n \n </div>\n <div class="ecl-file__footer">\n <div class="ecl-file__language" [id]="langId">{{ language }}</div>\n <div class="ecl-file__meta">{{ meta }}</div>\n <ng-content select="[eclFileDownload]"></ng-content>\n </div>\n<ng-content></ng-content>', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i28.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLabelDirective, selector: "[eclLabel]", inputs: ["variant"] }] });
7240
7239
  }
7241
7240
  };
7242
7241
  i0107.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0107, type: EclFileComponent, decorators: [{
@@ -7267,7 +7266,7 @@ i0107.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
7267
7266
  // lib/components/ecl-file/ecl-file-item/ecl-file-item.component.mjs
7268
7267
  import { Component as Component47, HostBinding as HostBinding74, Input as Input41, booleanAttribute as booleanAttribute13 } from "@angular/core";
7269
7268
  import * as i0108 from "@angular/core";
7270
- import * as i210 from "@angular/common";
7269
+ import * as i29 from "@angular/common";
7271
7270
  var EclFileItemComponent = class _EclFileItemComponent extends ECLBaseDirective {
7272
7271
  get cssClasses() {
7273
7272
  return [super.getCssClasses("ecl-file__translation-item"), this.isDescription ? "ecl-file__translation-description" : ""].join(" ").trim();
@@ -7284,7 +7283,7 @@ var EclFileItemComponent = class _EclFileItemComponent extends ECLBaseDirective
7284
7283
  this.ɵfac = i0108.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0108, type: _EclFileItemComponent, deps: [{ token: EclFileComponent }], target: i0108.ɵɵFactoryTarget.Component });
7285
7284
  }
7286
7285
  static {
7287
- this.ɵcmp = i0108.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclFileItemComponent, selector: "ecl-file-item", inputs: { isDescription: ["isDescription", "isDescription", booleanAttribute13], eclTitle: "eclTitle", titleId: "titleId", meta: "meta", label: "label", langDetail: "langDetail" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0108, template: '<ng-template [ngIf]="!isDescription">\n <div class="ecl-file__translation-info">\n <div class="ecl-file__translation-title" [id]="titleId" [attr.lang]="langDetail">{{ eclTitle }}</div> \n <div class="ecl-file__translation-meta">{{ meta }}</div>\n </div>\n <ng-content select="[eclFileTranslationDownload]"></ng-content>\n</ng-template>\n<ng-template [ngIf]="isDescription">\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i210.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
7286
+ this.ɵcmp = i0108.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclFileItemComponent, selector: "ecl-file-item", inputs: { isDescription: ["isDescription", "isDescription", booleanAttribute13], eclTitle: "eclTitle", titleId: "titleId", meta: "meta", label: "label", langDetail: "langDetail" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0108, template: '<ng-template [ngIf]="!isDescription">\n <div class="ecl-file__translation-info">\n <div class="ecl-file__translation-title" [id]="titleId" [attr.lang]="langDetail">{{ eclTitle }}</div> \n <div class="ecl-file__translation-meta">{{ meta }}</div>\n </div>\n <ng-content select="[eclFileTranslationDownload]"></ng-content>\n</ng-template>\n<ng-template [ngIf]="isDescription">\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i29.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
7288
7287
  }
7289
7288
  };
7290
7289
  i0108.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0108, type: EclFileItemComponent, decorators: [{
@@ -7529,7 +7528,7 @@ i0112.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
7529
7528
  // lib/components/ecl-gallery/ecl-gallery-footer.component.mjs
7530
7529
  import { Component as Component50, EventEmitter as EventEmitter18, Output as Output18 } from "@angular/core";
7531
7530
  import * as i0113 from "@angular/core";
7532
- import * as i211 from "@ngx-translate/core";
7531
+ import * as i210 from "@ngx-translate/core";
7533
7532
  var EclGalleryToggleItemsEvent = class extends EclBaseEvent {
7534
7533
  constructor(expandAll) {
7535
7534
  super();
@@ -7590,7 +7589,7 @@ var EclGalleryFooterComponent = class _EclGalleryFooterComponent {
7590
7589
  <ng-content></ng-content>
7591
7590
  </div>
7592
7591
  </div>
7593
- `, dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "pipe", type: i211.TranslatePipe, name: "translate" }] });
7592
+ `, dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "pipe", type: i210.TranslatePipe, name: "translate" }] });
7594
7593
  }
7595
7594
  };
7596
7595
  i0113.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0113, type: EclGalleryFooterComponent, decorators: [{
@@ -7839,7 +7838,7 @@ import { Subject as Subject13, delay } from "rxjs";
7839
7838
  import { takeUntil as takeUntil13 } from "rxjs/operators";
7840
7839
  import * as i0116 from "@angular/core";
7841
7840
  import * as i120 from "@angular/cdk/layout";
7842
- import * as i212 from "@angular/common";
7841
+ import * as i211 from "@angular/common";
7843
7842
  import * as i82 from "@ngx-translate/core";
7844
7843
  var EclGalleryShowEvent = class extends EclBaseEvent {
7845
7844
  };
@@ -8151,7 +8150,7 @@ var EclGalleryComponent = class _EclGalleryComponent extends ECLBaseDirective {
8151
8150
  }
8152
8151
  </div>
8153
8152
  </footer>
8154
- </dialog>`, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i212.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i82.TranslatePipe, name: "translate" }] });
8153
+ </dialog>`, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i211.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i82.TranslatePipe, name: "translate" }] });
8155
8154
  }
8156
8155
  };
8157
8156
  i0116.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0116, type: EclGalleryComponent, decorators: [{
@@ -8403,7 +8402,7 @@ var EclInpageNavigationItemComponent = class _EclInpageNavigationItemComponent e
8403
8402
  this.ɵfac = i0119.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0119, type: _EclInpageNavigationItemComponent, deps: null, target: i0119.ɵɵFactoryTarget.Component });
8404
8403
  }
8405
8404
  static {
8406
- this.ɵcmp = i0119.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclInpageNavigationItemComponent, selector: "ecl-inpage-navigation-item", inputs: { label: "label", sectionId: "sectionId", isActive: "isActive" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.ecl-inpage-navigation__item": "this.cmpClass", "class.ecl-inpage-navigation__item--active": "this.isActive" } }, usesInheritance: true, ngImport: i0119, template: '<a eclLink (click)="onItemClick($event)" href="#" class="ecl-inpage-navigation__link">\n {{ label }}\n</a>\n', styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }] });
8405
+ this.ɵcmp = i0119.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclInpageNavigationItemComponent, selector: "ecl-inpage-navigation-item", inputs: { label: "label", sectionId: "sectionId", isActive: "isActive" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.ecl-inpage-navigation__item": "this.cmpClass", "class.ecl-inpage-navigation__item--active": "this.isActive" } }, usesInheritance: true, ngImport: i0119, template: '<a eclLink (click)="onItemClick($event)" href="#" class="ecl-inpage-navigation__link">\n {{ label }}\n</a>\n', styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }] });
8407
8406
  }
8408
8407
  };
8409
8408
  i0119.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0119, type: EclInpageNavigationItemComponent, decorators: [{
@@ -9000,7 +8999,7 @@ i0129.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9000
8999
  // lib/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.mjs
9001
9000
  import { Component as Component58, ContentChildren as ContentChildren15, HostBinding as HostBinding88, Input as Input52 } from "@angular/core";
9002
9001
  import * as i0130 from "@angular/core";
9003
- import * as i213 from "@ngx-translate/core";
9002
+ import * as i212 from "@ngx-translate/core";
9004
9003
  var EclDescriptionListDefinitionComponent = class _EclDescriptionListDefinitionComponent extends ECLBaseDirective {
9005
9004
  constructor() {
9006
9005
  super(...arguments);
@@ -9061,7 +9060,7 @@ var EclDescriptionListDefinitionComponent = class _EclDescriptionListDefinitionC
9061
9060
  <a eclLink class="ecl-description-list__see_more" href (click)="onShowAllItems($event)">{{
9062
9061
  'ecl.list.SEE-ALL-ITEMS' | translate
9063
9062
  }}</a>
9064
- }`, dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "pipe", type: i213.TranslatePipe, name: "translate" }] });
9063
+ }`, dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "pipe", type: i212.TranslatePipe, name: "translate" }] });
9065
9064
  }
9066
9065
  };
9067
9066
  i0130.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0130, type: EclDescriptionListDefinitionComponent, decorators: [{
@@ -9355,13 +9354,11 @@ var EclMenuItemParentFocusEvent = class {
9355
9354
  };
9356
9355
 
9357
9356
  // lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs
9358
- import { __decorate as __decorate10 } from "tslib";
9359
- import { Component as Component59, Input as Input54, HostBinding as HostBinding90, Output as Output23, EventEmitter as EventEmitter23, HostListener as HostListener11, ContentChildren as ContentChildren17, forwardRef as forwardRef35, ViewChild as ViewChild8 } from "@angular/core";
9360
- import { coerceBoolean as coerceBoolean8 } from "@eui/base";
9361
9357
  import { ENTER } from "@angular/cdk/keycodes";
9358
+ import { Component as Component59, ContentChildren as ContentChildren17, EventEmitter as EventEmitter23, HostBinding as HostBinding90, HostListener as HostListener11, Input as Input54, Output as Output23, ViewChild as ViewChild8, booleanAttribute as booleanAttribute21, forwardRef as forwardRef35 } from "@angular/core";
9362
9359
  import * as i0133 from "@angular/core";
9363
9360
  import * as i123 from "@angular/common";
9364
- import * as i214 from "@angular/router";
9361
+ import * as i213 from "@angular/router";
9365
9362
  var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDirective {
9366
9363
  constructor() {
9367
9364
  super(...arguments);
@@ -9372,6 +9369,8 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
9372
9369
  this.target = "";
9373
9370
  this.cmpClass = true;
9374
9371
  this.role = "listitem";
9372
+ this.isCurrent = false;
9373
+ this.isSeeAll = false;
9375
9374
  this.menuItemSelect = new EventEmitter23();
9376
9375
  this.menuItemKeydown = new EventEmitter23();
9377
9376
  this.hasChildren = false;
@@ -9379,13 +9378,7 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
9379
9378
  this.children = [];
9380
9379
  }
9381
9380
  ngAfterViewInit() {
9382
- if (this.iconComponents) {
9383
- setTimeout(() => {
9384
- this.iconComponents.forEach((icn) => {
9385
- icn.class = "ecl-menu__sublink-icon";
9386
- });
9387
- });
9388
- }
9381
+ this.manageContentChildren();
9389
9382
  }
9390
9383
  onItemClick(evt) {
9391
9384
  this.menuItemSelect.next(new EclMenuItemSelectEvent(this, evt));
@@ -9405,19 +9398,32 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
9405
9398
  }
9406
9399
  this.menuItemKeydown.next(new EclMenuItemKeydownEvent(this, evt));
9407
9400
  }
9401
+ manageContentChildren() {
9402
+ if (this.iconComponents) {
9403
+ setTimeout(() => {
9404
+ this.iconComponents.forEach((icn) => {
9405
+ icn.class = "ecl-menu__sublink-icon";
9406
+ });
9407
+ });
9408
+ }
9409
+ if (this.links) {
9410
+ setTimeout(() => {
9411
+ this.links.forEach((icn) => {
9412
+ icn.class = icn.class ? icn.class + " ecl-menu__sublink" : "ecl-menu__sublink";
9413
+ });
9414
+ });
9415
+ }
9416
+ }
9408
9417
  static {
9409
9418
  this.ɵfac = i0133.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0133, type: _EclMenuMegaItemComponent, deps: null, target: i0133.ɵɵFactoryTarget.Component });
9410
9419
  }
9411
9420
  static {
9412
- this.ɵcmp = i0133.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuMegaItemComponent, selector: "ecl-menu-mega-item", inputs: { id: "id", label: "label", routerLink: "routerLink", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", href: "href", target: "target", isCurrent: "isCurrent" }, outputs: { menuItemSelect: "menuItemSelect", menuItemKeydown: "menuItemKeydown" }, host: { listeners: { "click": "onHostClick($event)" }, properties: { "class.ecl-menu__subitem": "this.cmpClass", "attr.role": "this.role", "class.ecl-menu__subitem--current": "this.isCurrent" } }, queries: [{ propertyName: "iconComponents", predicate: i0133.forwardRef(() => EclIconComponent) }], viewQueries: [{ propertyName: "megaMenuLink", first: true, predicate: ["megaMenuLink"], descendants: true }], usesInheritance: true, ngImport: i0133, template: '<a #megaMenuLink\n *ngIf="href"\n [href]="href"\n [target]="target"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<a #megaMenuLink\n *ngIf="!href"\n tabindex="0"\n [routerLink]="routerLink"\n [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: i123.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i123.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i214.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
9421
+ this.ɵcmp = i0133.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclMenuMegaItemComponent, selector: "ecl-menu-mega-item", inputs: { id: "id", label: "label", routerLink: "routerLink", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", href: "href", target: "target", isCurrent: ["isCurrent", "isCurrent", booleanAttribute21], isSeeAll: ["isSeeAll", "isSeeAll", booleanAttribute21] }, outputs: { menuItemSelect: "menuItemSelect", menuItemKeydown: "menuItemKeydown" }, host: { listeners: { "click": "onHostClick($event)" }, properties: { "class.ecl-menu__subitem": "this.cmpClass", "attr.role": "this.role", "class.ecl-menu__subitem--current": "this.isCurrent", "class.ecl-menu__see-all": "this.isSeeAll" } }, queries: [{ propertyName: "iconComponents", predicate: i0133.forwardRef(() => EclIconComponent) }, { propertyName: "links", predicate: i0133.forwardRef(() => EclLinkDirective) }], viewQueries: [{ propertyName: "megaMenuLink", first: true, predicate: ["megaMenuLink"], descendants: true }], usesInheritance: true, ngImport: i0133, template: '@if (!isSeeAll) {\n<a #megaMenuLink\n *ngIf="href"\n [href]="href"\n [target]="target"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<a #megaMenuLink\n *ngIf="!href"\n tabindex="0"\n [routerLink]="routerLink"\n [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n} @else {\n <ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: i123.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i123.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i213.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
9413
9422
  }
9414
9423
  };
9415
- __decorate10([
9416
- coerceBoolean8
9417
- ], EclMenuMegaItemComponent.prototype, "isCurrent", void 0);
9418
9424
  i0133.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0133, type: EclMenuMegaItemComponent, decorators: [{
9419
9425
  type: Component59,
9420
- args: [{ selector: "ecl-menu-mega-item", template: '<a #megaMenuLink\n *ngIf="href"\n [href]="href"\n [target]="target"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<a #megaMenuLink\n *ngIf="!href"\n tabindex="0"\n [routerLink]="routerLink"\n [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:list-item}\n"] }]
9426
+ args: [{ selector: "ecl-menu-mega-item", template: '@if (!isSeeAll) {\n<a #megaMenuLink\n *ngIf="href"\n [href]="href"\n [target]="target"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<a #megaMenuLink\n *ngIf="!href"\n tabindex="0"\n [routerLink]="routerLink"\n [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n} @else {\n <ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:list-item}\n"] }]
9421
9427
  }], propDecorators: { id: [{
9422
9428
  type: Input54
9423
9429
  }], label: [{
@@ -9439,13 +9445,23 @@ i0133.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9439
9445
  type: HostBinding90,
9440
9446
  args: ["attr.role"]
9441
9447
  }], isCurrent: [{
9442
- type: Input54
9448
+ type: Input54,
9449
+ args: [{ transform: booleanAttribute21 }]
9443
9450
  }, {
9444
9451
  type: HostBinding90,
9445
9452
  args: ["class.ecl-menu__subitem--current"]
9453
+ }], isSeeAll: [{
9454
+ type: Input54,
9455
+ args: [{ transform: booleanAttribute21 }]
9456
+ }, {
9457
+ type: HostBinding90,
9458
+ args: ["class.ecl-menu__see-all"]
9446
9459
  }], iconComponents: [{
9447
9460
  type: ContentChildren17,
9448
9461
  args: [forwardRef35(() => EclIconComponent)]
9462
+ }], links: [{
9463
+ type: ContentChildren17,
9464
+ args: [forwardRef35(() => EclLinkDirective)]
9449
9465
  }], megaMenuLink: [{
9450
9466
  type: ViewChild8,
9451
9467
  args: ["megaMenuLink"]
@@ -9459,11 +9475,9 @@ i0133.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9459
9475
  }] } });
9460
9476
 
9461
9477
  // lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.mjs
9462
- import { __decorate as __decorate11 } from "tslib";
9463
- import { Component as Component60, Input as Input55, ContentChildren as ContentChildren18, Output as Output24, EventEmitter as EventEmitter24, HostBinding as HostBinding91 } from "@angular/core";
9478
+ import { Component as Component60, ContentChildren as ContentChildren18, Output as Output24, EventEmitter as EventEmitter24, HostBinding as HostBinding91 } from "@angular/core";
9464
9479
  import { Subject as Subject16, of as of2 } from "rxjs";
9465
9480
  import { takeUntil as takeUntil16, mergeWith } from "rxjs/operators";
9466
- import { coerceBoolean as coerceBoolean9 } from "@eui/base";
9467
9481
  import * as i0134 from "@angular/core";
9468
9482
  var EclMenuMegaComponent = class _EclMenuMegaComponent extends ECLBaseDirective {
9469
9483
  get cssClasses() {
@@ -9473,7 +9487,6 @@ var EclMenuMegaComponent = class _EclMenuMegaComponent extends ECLBaseDirective
9473
9487
  super();
9474
9488
  this.differs = differs;
9475
9489
  this.el = el;
9476
- this.isRtl = false;
9477
9490
  this.isRtlDisplay = false;
9478
9491
  this.menuItemSelect = new EventEmitter24();
9479
9492
  this.menuMegaItemParentFocus = new EventEmitter24();
@@ -9578,18 +9591,13 @@ var EclMenuMegaComponent = class _EclMenuMegaComponent extends ECLBaseDirective
9578
9591
  this.ɵfac = i0134.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0134, type: _EclMenuMegaComponent, deps: [{ token: i0134.IterableDiffers }, { token: i0134.ElementRef }], target: i0134.ɵɵFactoryTarget.Component });
9579
9592
  }
9580
9593
  static {
9581
- this.ɵcmp = i0134.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuMegaComponent, selector: "ecl-menu-mega", inputs: { isRtl: "isRtl" }, outputs: { menuItemSelect: "menuItemSelect", menuMegaItemParentFocus: "menuMegaItemParentFocus" }, host: { properties: { "class.ecl-menu__mega--rtl": "this.isRtlDisplay", "style.left.px": "this.offsetLeft", "style.right.px": "this.offsetRight", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclMenuMegaItems", predicate: EclMenuMegaItemComponent }], usesInheritance: true, ngImport: i0134, template: '<ul class="ecl-menu__sublist">\n <ng-content></ng-content>\n</ul>\n' });
9594
+ this.ɵcmp = i0134.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuMegaComponent, selector: "ecl-menu-mega", outputs: { menuItemSelect: "menuItemSelect", menuMegaItemParentFocus: "menuMegaItemParentFocus" }, host: { properties: { "class.ecl-menu__mega--rtl": "this.isRtlDisplay", "style.left.px": "this.offsetLeft", "style.right.px": "this.offsetRight", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclMenuMegaItems", predicate: EclMenuMegaItemComponent }], usesInheritance: true, ngImport: i0134, template: '<ul class="ecl-menu__sublist">\n <ng-content></ng-content>\n</ul>\n' });
9582
9595
  }
9583
9596
  };
9584
- __decorate11([
9585
- coerceBoolean9
9586
- ], EclMenuMegaComponent.prototype, "isRtl", void 0);
9587
9597
  i0134.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0134, type: EclMenuMegaComponent, decorators: [{
9588
9598
  type: Component60,
9589
9599
  args: [{ selector: "ecl-menu-mega", template: '<ul class="ecl-menu__sublist">\n <ng-content></ng-content>\n</ul>\n' }]
9590
- }], ctorParameters: () => [{ type: i0134.IterableDiffers }, { type: i0134.ElementRef }], propDecorators: { isRtl: [{
9591
- type: Input55
9592
- }], isRtlDisplay: [{
9600
+ }], ctorParameters: () => [{ type: i0134.IterableDiffers }, { type: i0134.ElementRef }], propDecorators: { isRtlDisplay: [{
9593
9601
  type: HostBinding91,
9594
9602
  args: ["class.ecl-menu__mega--rtl"]
9595
9603
  }], eclMenuMegaItems: [{
@@ -9611,7 +9619,7 @@ i0134.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9611
9619
  }] } });
9612
9620
 
9613
9621
  // lib/components/ecl-menu/ecl-menu/ecl-menu-item.component.mjs
9614
- import { Component as Component61, ContentChild as ContentChild18, EventEmitter as EventEmitter25, forwardRef as forwardRef37, HostBinding as HostBinding92, HostListener as HostListener12, Input as Input56, Output as Output25, ViewChild as ViewChild9, ViewEncapsulation as ViewEncapsulation7 } from "@angular/core";
9622
+ import { Component as Component61, ContentChild as ContentChild18, EventEmitter as EventEmitter25, forwardRef as forwardRef37, HostBinding as HostBinding92, HostListener as HostListener12, Input as Input55, Output as Output25, ViewChild as ViewChild9, ViewEncapsulation as ViewEncapsulation7 } from "@angular/core";
9615
9623
  import { Subject as Subject17 } from "rxjs";
9616
9624
  import { takeUntil as takeUntil17 } from "rxjs/operators";
9617
9625
  import { Breakpoints as Breakpoints2 } from "@angular/cdk/layout";
@@ -9894,6 +9902,7 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
9894
9902
  static {
9895
9903
  this.ɵcmp = i0135.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuItemComponent, selector: "ecl-menu-item", inputs: { id: "id", label: "label", routerLink: "routerLink", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", href: "href", target: "target", isCurrent: "isCurrent" }, outputs: { menuItemSelect: "menuItemSelect", menuItemCaret: "menuItemCaret", menuItemHover: "menuItemHover", menuItemHoverOut: "menuItemHoverOut", menuMegaItemSelect: "menuMegaItemSelect", menuItemFocus: "menuItemFocus", menuItemKeydown: "menuItemKeydown" }, host: { listeners: { "mouseenter": "onItemMouseEnter($event)", "mouseleave": "onItemMouseLeave($event)" }, properties: { "attr.role": "this.role", "class": "this.cssClasses", "class.ecl-menu__item--has-children": "this.hasEclChildrenDataAttribute", "attr.aria-haspopup": "this.hasEclChildrenDataAttribute", "attr.aria-expanded": "this.isAriaExpanded" } }, queries: [{ propertyName: "submenu", first: true, predicate: i0135.forwardRef(() => EclMenuMegaComponent), descendants: true }], viewQueries: [{ propertyName: "menuLink", first: true, predicate: ["menuLink"], descendants: true }, { propertyName: "menuButton", first: true, predicate: EclButtonComponent, descendants: true }], usesInheritance: true, ngImport: i0135, template: `<a
9896
9904
  #menuLink
9905
+ variant="standalone"
9897
9906
  *ngIf="href"
9898
9907
  [href]="href"
9899
9908
  [target]="target"
@@ -9907,6 +9916,7 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
9907
9916
  </a>
9908
9917
  <a
9909
9918
  #menuLink
9919
+ variant="standalone"
9910
9920
  *ngIf="!href"
9911
9921
  tabindex="0"
9912
9922
  [routerLink]="routerLink"
@@ -9922,8 +9932,9 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
9922
9932
  </a>
9923
9933
  <button
9924
9934
  eclButton
9935
+ isIconOnly
9925
9936
  *ngIf="hasChildren && isMobileBreakpoint"
9926
- variant="primary"
9937
+ variant="ghost"
9927
9938
  class="ecl-menu__button-caret"
9928
9939
  type="button"
9929
9940
  aria-label="Access item's children"
@@ -9933,8 +9944,9 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
9933
9944
  </button>
9934
9945
  <button
9935
9946
  eclButton
9947
+ isIconOnly
9936
9948
  *ngIf="hasChildren && !isMobileBreakpoint"
9937
- variant="primary"
9949
+ variant="ghost"
9938
9950
  class="ecl-menu__button-caret"
9939
9951
  type="button"
9940
9952
  aria-label="Access item's children"
@@ -9954,6 +9966,7 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9954
9966
  type: Component61,
9955
9967
  args: [{ selector: "ecl-menu-item", encapsulation: ViewEncapsulation7.None, template: `<a
9956
9968
  #menuLink
9969
+ variant="standalone"
9957
9970
  *ngIf="href"
9958
9971
  [href]="href"
9959
9972
  [target]="target"
@@ -9967,6 +9980,7 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9967
9980
  </a>
9968
9981
  <a
9969
9982
  #menuLink
9983
+ variant="standalone"
9970
9984
  *ngIf="!href"
9971
9985
  tabindex="0"
9972
9986
  [routerLink]="routerLink"
@@ -9982,8 +9996,9 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9982
9996
  </a>
9983
9997
  <button
9984
9998
  eclButton
9999
+ isIconOnly
9985
10000
  *ngIf="hasChildren && isMobileBreakpoint"
9986
- variant="primary"
10001
+ variant="ghost"
9987
10002
  class="ecl-menu__button-caret"
9988
10003
  type="button"
9989
10004
  aria-label="Access item's children"
@@ -9993,8 +10008,9 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9993
10008
  </button>
9994
10009
  <button
9995
10010
  eclButton
10011
+ isIconOnly
9996
10012
  *ngIf="hasChildren && !isMobileBreakpoint"
9997
- variant="primary"
10013
+ variant="ghost"
9998
10014
  class="ecl-menu__button-caret"
9999
10015
  type="button"
10000
10016
  aria-label="Access item's children"
@@ -10009,21 +10025,21 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10009
10025
  </ng-template>
10010
10026
  ` }]
10011
10027
  }], ctorParameters: () => [{ type: i0135.ElementRef }, { type: i0135.Renderer2 }, { type: i0135.ApplicationRef }, { type: i124.BreakpointObserver }], propDecorators: { id: [{
10012
- type: Input56
10028
+ type: Input55
10013
10029
  }], label: [{
10014
- type: Input56
10030
+ type: Input55
10015
10031
  }], routerLink: [{
10016
- type: Input56
10032
+ type: Input55
10017
10033
  }], queryParams: [{
10018
- type: Input56
10034
+ type: Input55
10019
10035
  }], queryParamsHandling: [{
10020
- type: Input56
10036
+ type: Input55
10021
10037
  }], href: [{
10022
- type: Input56
10038
+ type: Input55
10023
10039
  }], target: [{
10024
- type: Input56
10040
+ type: Input55
10025
10041
  }], isCurrent: [{
10026
- type: Input56
10042
+ type: Input55
10027
10043
  }], role: [{
10028
10044
  type: HostBinding92,
10029
10045
  args: ["attr.role"]
@@ -10071,16 +10087,14 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10071
10087
  }] } });
10072
10088
 
10073
10089
  // lib/components/ecl-menu/ecl-menu/ecl-menu.component.mjs
10074
- import { __decorate as __decorate12 } from "tslib";
10075
10090
  import { Breakpoints as Breakpoints3 } from "@angular/cdk/layout";
10076
- import { Component as Component62, ContentChildren as ContentChildren19, EventEmitter as EventEmitter26, HostBinding as HostBinding93, HostListener as HostListener13, Input as Input57, Output as Output26, ViewChild as ViewChild10 } from "@angular/core";
10077
- import { coerceNumber } from "@eui/base";
10091
+ import { Component as Component62, ContentChildren as ContentChildren19, EventEmitter as EventEmitter26, HostBinding as HostBinding93, HostListener as HostListener13, Input as Input56, Output as Output26, ViewChild as ViewChild10, numberAttribute as numberAttribute6 } from "@angular/core";
10078
10092
  import Hammer from "hammerjs";
10079
10093
  import { Subject as Subject18, of as of3 } from "rxjs";
10080
10094
  import { mergeWith as mergeWith2, takeUntil as takeUntil18 } from "rxjs/operators";
10081
10095
  import * as i0136 from "@angular/core";
10082
10096
  import * as i125 from "@angular/cdk/layout";
10083
- import * as i72 from "@ngx-translate/core";
10097
+ import * as i83 from "@ngx-translate/core";
10084
10098
  var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
10085
10099
  get cssClasses() {
10086
10100
  return [super.getCssClasses("ecl-menu"), "ecl-menu--transition", `ecl-menu--group${this.group}`].join(" ");
@@ -10573,17 +10587,24 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
10573
10587
  this.ɵfac = i0136.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0136, type: _EclMenuComponent, deps: [{ token: i0136.ElementRef }, { token: i0136.IterableDiffers }, { token: i125.BreakpointObserver }, { token: i0136.Renderer2 }, { token: EclRtlService }], target: i0136.ɵɵFactoryTarget.Component });
10574
10588
  }
10575
10589
  static {
10576
- this.ɵcmp = i0136.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuComponent, selector: "ecl-menu", inputs: { group: "group", maxLines: "maxLines" }, outputs: { menuItemSelect: "menuItemSelect" }, host: { listeners: { "keydown": "keyEvent($event)", "window:resize": "onResize()" }, properties: { "class": "this.cssClasses", "attr.aria-expanded": "this.isHamburgerMenuOpened", "attr.role": "this.role", "class.ecl-menu--forced-mobile": "this.isMobileBreakpoint", "class.ecl-menu--forced-close": "this.isMenuHidden" } }, queries: [{ propertyName: "eclRootMenuItems", predicate: EclMenuItemComponent }], viewQueries: [{ propertyName: "innerSection", first: true, predicate: ["innerSection"], descendants: true }, { propertyName: "itemsList", first: true, predicate: ["itemsList"], descendants: true }, { propertyName: "btnPrevious", first: true, predicate: ["btnPrevious"], descendants: true }, { propertyName: "btnNext", first: true, predicate: ["btnNext"], descendants: true }], usesInheritance: true, ngImport: i0136, template: `<div class="ecl-menu__overlay" (click)="onOverlayClick()"></div>
10590
+ this.ɵcmp = i0136.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclMenuComponent, selector: "ecl-menu", inputs: { group: "group", maxLines: ["maxLines", "maxLines", numberAttribute6] }, outputs: { menuItemSelect: "menuItemSelect" }, host: { listeners: { "keydown": "keyEvent($event)", "window:resize": "onResize()" }, properties: { "class": "this.cssClasses", "attr.aria-expanded": "this.isHamburgerMenuOpened", "attr.role": "this.role", "class.ecl-menu--forced-mobile": "this.isMobileBreakpoint", "class.ecl-menu--forced-close": "this.isMenuHidden" } }, queries: [{ propertyName: "eclRootMenuItems", predicate: EclMenuItemComponent }], viewQueries: [{ propertyName: "innerSection", first: true, predicate: ["innerSection"], descendants: true }, { propertyName: "itemsList", first: true, predicate: ["itemsList"], descendants: true }, { propertyName: "btnPrevious", first: true, predicate: ["btnPrevious"], descendants: true }, { propertyName: "btnNext", first: true, predicate: ["btnNext"], descendants: true }], usesInheritance: true, ngImport: i0136, template: `<div class="ecl-menu__overlay" (click)="onOverlayClick()"></div>
10577
10591
  <div class="ecl-container ecl-menu__container">
10578
- <a eclLink href="#" variant="standalone" class="ecl-menu__open" (click)="onMenuOpenClick($event)">
10579
- <ecl-icon icon="hamburger" size="s"></ecl-icon> {{ 'ecl.menu.MENU' | translate }}
10592
+ <a eclLink href="#" variant="standalone" isIconOnly class="ecl-menu__open ecl-button ecl-button--tertiary"
10593
+ (click)="onMenuOpenClick($event)">
10594
+ <ecl-icon icon="hamburger" size="m"></ecl-icon>
10595
+ <ecl-icon icon="close" size="m"></ecl-icon>
10596
+ @if (isHamburgerMenuOpened) {
10597
+ <span eclLinkLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
10598
+ } @else {
10599
+ <span eclLinkLabel>{{ 'ecl.menu.MENU' | translate }}</span>
10600
+ }
10580
10601
  </a>
10581
10602
 
10582
10603
  <section
10583
10604
  class="ecl-menu__inner"
10584
10605
  #innerSection
10585
10606
  [class.ecl-menu__inner--expanded]="isMenuExpandedInMobile"
10586
- [class.ecl-menu__inner--has-overflow]="hasOverflow">
10607
+ [class.ecl-menu__inner--has-overflow]="hasOverflow" role="application">
10587
10608
  <header class="ecl-menu__inner-header">
10588
10609
  <button
10589
10610
  eclButton
@@ -10591,8 +10612,8 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
10591
10612
  class="ecl-menu__close"
10592
10613
  containerStyleClass="ecl-menu__close-container"
10593
10614
  (click)="onMenuCloseClick($event)">
10594
- <ecl-icon icon="close-filled" size="s"></ecl-icon>
10595
10615
  <span eclButtonLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
10616
+ <ecl-icon icon="close-filled" size="s"></ecl-icon>
10596
10617
  </button>
10597
10618
 
10598
10619
  <div class="ecl-menu__title">{{ 'ecl.menu.MENU' | translate }}</div>
@@ -10607,6 +10628,7 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
10607
10628
  #btnPrevious
10608
10629
  tabindex="-1"
10609
10630
  variant="ghost"
10631
+ isIconOnly
10610
10632
  class="ecl-menu__item ecl-menu__items-previous"
10611
10633
  [class.ecl-menu__item--current]="isPrevBtnCurrentClass"
10612
10634
  [style.display]="isShowPrevBtn ? 'block' : 'none'"
@@ -10619,6 +10641,7 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
10619
10641
  #btnNext
10620
10642
  variant="ghost"
10621
10643
  tabindex="-1"
10644
+ isIconOnly
10622
10645
  class="ecl-menu__item ecl-menu__items-next"
10623
10646
  [class.ecl-menu__item--current]="!isPrevBtnCurrentClass"
10624
10647
  [style.display]="isShowNextBtn ? 'block' : 'none'"
@@ -10631,25 +10654,29 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
10631
10654
  </ul>
10632
10655
  </section>
10633
10656
  </div>
10634
- `, styles: [":host{display:block}\n"], dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "pipe", type: i72.TranslatePipe, name: "translate" }] });
10657
+ `, styles: [":host{display:block}\n"], dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i83.TranslatePipe, name: "translate" }] });
10635
10658
  }
10636
10659
  };
10637
- __decorate12([
10638
- coerceNumber
10639
- ], EclMenuComponent.prototype, "maxLines", void 0);
10640
10660
  i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0136, type: EclMenuComponent, decorators: [{
10641
10661
  type: Component62,
10642
10662
  args: [{ selector: "ecl-menu", template: `<div class="ecl-menu__overlay" (click)="onOverlayClick()"></div>
10643
10663
  <div class="ecl-container ecl-menu__container">
10644
- <a eclLink href="#" variant="standalone" class="ecl-menu__open" (click)="onMenuOpenClick($event)">
10645
- <ecl-icon icon="hamburger" size="s"></ecl-icon> {{ 'ecl.menu.MENU' | translate }}
10664
+ <a eclLink href="#" variant="standalone" isIconOnly class="ecl-menu__open ecl-button ecl-button--tertiary"
10665
+ (click)="onMenuOpenClick($event)">
10666
+ <ecl-icon icon="hamburger" size="m"></ecl-icon>
10667
+ <ecl-icon icon="close" size="m"></ecl-icon>
10668
+ @if (isHamburgerMenuOpened) {
10669
+ <span eclLinkLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
10670
+ } @else {
10671
+ <span eclLinkLabel>{{ 'ecl.menu.MENU' | translate }}</span>
10672
+ }
10646
10673
  </a>
10647
10674
 
10648
10675
  <section
10649
10676
  class="ecl-menu__inner"
10650
10677
  #innerSection
10651
10678
  [class.ecl-menu__inner--expanded]="isMenuExpandedInMobile"
10652
- [class.ecl-menu__inner--has-overflow]="hasOverflow">
10679
+ [class.ecl-menu__inner--has-overflow]="hasOverflow" role="application">
10653
10680
  <header class="ecl-menu__inner-header">
10654
10681
  <button
10655
10682
  eclButton
@@ -10657,8 +10684,8 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10657
10684
  class="ecl-menu__close"
10658
10685
  containerStyleClass="ecl-menu__close-container"
10659
10686
  (click)="onMenuCloseClick($event)">
10660
- <ecl-icon icon="close-filled" size="s"></ecl-icon>
10661
10687
  <span eclButtonLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
10688
+ <ecl-icon icon="close-filled" size="s"></ecl-icon>
10662
10689
  </button>
10663
10690
 
10664
10691
  <div class="ecl-menu__title">{{ 'ecl.menu.MENU' | translate }}</div>
@@ -10673,6 +10700,7 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10673
10700
  #btnPrevious
10674
10701
  tabindex="-1"
10675
10702
  variant="ghost"
10703
+ isIconOnly
10676
10704
  class="ecl-menu__item ecl-menu__items-previous"
10677
10705
  [class.ecl-menu__item--current]="isPrevBtnCurrentClass"
10678
10706
  [style.display]="isShowPrevBtn ? 'block' : 'none'"
@@ -10685,6 +10713,7 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10685
10713
  #btnNext
10686
10714
  variant="ghost"
10687
10715
  tabindex="-1"
10716
+ isIconOnly
10688
10717
  class="ecl-menu__item ecl-menu__items-next"
10689
10718
  [class.ecl-menu__item--current]="!isPrevBtnCurrentClass"
10690
10719
  [style.display]="isShowNextBtn ? 'block' : 'none'"
@@ -10699,9 +10728,10 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10699
10728
  </div>
10700
10729
  `, styles: [":host{display:block}\n"] }]
10701
10730
  }], ctorParameters: () => [{ type: i0136.ElementRef }, { type: i0136.IterableDiffers }, { type: i125.BreakpointObserver }, { type: i0136.Renderer2 }, { type: EclRtlService }], propDecorators: { group: [{
10702
- type: Input57
10731
+ type: Input56
10703
10732
  }], maxLines: [{
10704
- type: Input57
10733
+ type: Input56,
10734
+ args: [{ transform: numberAttribute6 }]
10705
10735
  }], eclRootMenuItems: [{
10706
10736
  type: ContentChildren19,
10707
10737
  args: [EclMenuItemComponent]
@@ -10795,7 +10825,7 @@ i0137.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10795
10825
  }] });
10796
10826
 
10797
10827
  // lib/components/ecl-modal/ecl-modal-close.directive.mjs
10798
- import { Directive as Directive36, EventEmitter as EventEmitter27, HostListener as HostListener14, Input as Input58, Output as Output27 } from "@angular/core";
10828
+ import { Directive as Directive36, EventEmitter as EventEmitter27, HostListener as HostListener14, Input as Input57, Output as Output27 } from "@angular/core";
10799
10829
  import * as i0138 from "@angular/core";
10800
10830
  var EclModalCloseDirective = class _EclModalCloseDirective extends ECLBaseDirective {
10801
10831
  constructor() {
@@ -10818,10 +10848,10 @@ i0138.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10818
10848
  selector: "[eclModalClose]"
10819
10849
  }]
10820
10850
  }], propDecorators: { eclModalResult: [{
10821
- type: Input58,
10851
+ type: Input57,
10822
10852
  args: ["eclModalClose"]
10823
10853
  }], eclModalRole: [{
10824
- type: Input58
10854
+ type: Input57
10825
10855
  }], modalClose: [{
10826
10856
  type: Output27
10827
10857
  }], onClick: [{
@@ -10830,7 +10860,7 @@ i0138.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10830
10860
  }] } });
10831
10861
 
10832
10862
  // lib/components/ecl-modal/ecl-modal-header.component.mjs
10833
- import { Component as Component63, EventEmitter as EventEmitter28, HostBinding as HostBinding94, Input as Input59, Output as Output28 } from "@angular/core";
10863
+ import { Component as Component63, EventEmitter as EventEmitter28, HostBinding as HostBinding94, Input as Input58, Output as Output28 } from "@angular/core";
10834
10864
  import * as i0139 from "@angular/core";
10835
10865
  var EclModalHeaderComponent = class _EclModalHeaderComponent extends ECLBaseDirective {
10836
10866
  get cssClasses() {
@@ -10876,7 +10906,7 @@ i0139.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10876
10906
  type: Component63,
10877
10907
  args: [{ selector: "[eclModalHeader]", template: '@if(getIcon()) {\n <ecl-icon [icon]="getIcon()" size="l" class="ecl-modal__icon"> </ecl-icon>\n}\n<div class="ecl-modal__header-content">\n <ng-content></ng-content>\n</div>\n<button eclButton variant="tertiary" isIconOnly class="ecl-modal__close" type="button" (click)="onCloseClick()">\n <span eclButtonLabel>Close</span>\n <ecl-icon [icon]="getCloseIcon()" size="m"></ecl-icon>\n</button>\n' }]
10878
10908
  }], ctorParameters: () => [{ type: EclThemeService }], propDecorators: { variant: [{
10879
- type: Input59
10909
+ type: Input58
10880
10910
  }], modalClose: [{
10881
10911
  type: Output28
10882
10912
  }], cssClasses: [{
@@ -10886,7 +10916,7 @@ i0139.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10886
10916
 
10887
10917
  // lib/components/ecl-modal/ecl-modal.component.mjs
10888
10918
  import { coerceBooleanProperty } from "@angular/cdk/coercion";
10889
- import { Component as Component64, ContentChild as ContentChild19, ContentChildren as ContentChildren20, EventEmitter as EventEmitter29, forwardRef as forwardRef39, HostBinding as HostBinding95, HostListener as HostListener15, Input as Input60, Output as Output29 } from "@angular/core";
10919
+ import { Component as Component64, ContentChild as ContentChild19, ContentChildren as ContentChildren20, EventEmitter as EventEmitter29, forwardRef as forwardRef39, HostBinding as HostBinding95, HostListener as HostListener15, Input as Input59, Output as Output29 } from "@angular/core";
10890
10920
  import { Subject as Subject19, takeUntil as takeUntil19 } from "rxjs";
10891
10921
  import * as i0140 from "@angular/core";
10892
10922
  var EclModalOpenEvent = class extends EclBaseEvent {
@@ -10977,9 +11007,9 @@ i0140.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10977
11007
  type: Component64,
10978
11008
  args: [{ selector: "dialog[eclModal]", template: '<div class="ecl-modal__container ecl-container">\n <div class="ecl-modal__content ecl-col-12 ecl-col-m-8 ecl-offset-m-2 ecl-col-l-6 ecl-offset-l-3">\n <ng-content></ng-content>\n </div>\n</div>\n' }]
10979
11009
  }], propDecorators: { variant: [{
10980
- type: Input60
11010
+ type: Input59
10981
11011
  }], isOpen: [{
10982
- type: Input60
11012
+ type: Input59
10983
11013
  }], modalClose: [{
10984
11014
  type: Output29
10985
11015
  }], modalOpen: [{
@@ -11002,7 +11032,7 @@ i0140.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11002
11032
  }] } });
11003
11033
 
11004
11034
  // lib/components/ecl-modal/ecl-modal-body.component.mjs
11005
- import { Component as Component65, HostBinding as HostBinding96, Input as Input61, booleanAttribute as booleanAttribute21 } from "@angular/core";
11035
+ import { Component as Component65, HostBinding as HostBinding96, Input as Input60, booleanAttribute as booleanAttribute22 } from "@angular/core";
11006
11036
  import * as i0141 from "@angular/core";
11007
11037
  import * as i126 from "@angular/common";
11008
11038
  var EclModalBodyComponent = class _EclModalBodyComponent extends ECLBaseDirective {
@@ -11020,15 +11050,15 @@ var EclModalBodyComponent = class _EclModalBodyComponent extends ECLBaseDirectiv
11020
11050
  this.ɵfac = i0141.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0141, type: _EclModalBodyComponent, deps: null, target: i0141.ɵɵFactoryTarget.Component });
11021
11051
  }
11022
11052
  static {
11023
- this.ɵcmp = i0141.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclModalBodyComponent, selector: "[eclModalBody]", inputs: { isScrollable: ["isScrollable", "isScrollable", booleanAttribute21] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0141, template: '@if (isScrollable) {\n<div class="ecl-modal__body-scroll">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</div>\n<div class="ecl-modal__body-overflow" aria-hidden="true"></div>\n<ng-content select="[eclModalBodyFixedContent]"></ng-content>\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i126.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
11053
+ this.ɵcmp = i0141.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclModalBodyComponent, selector: "[eclModalBody]", inputs: { isScrollable: ["isScrollable", "isScrollable", booleanAttribute22] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0141, template: '@if (isScrollable) {\n<div class="ecl-modal__body-scroll">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</div>\n<div class="ecl-modal__body-overflow" aria-hidden="true"></div>\n<ng-content select="[eclModalBodyFixedContent]"></ng-content>\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i126.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
11024
11054
  }
11025
11055
  };
11026
11056
  i0141.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0141, type: EclModalBodyComponent, decorators: [{
11027
11057
  type: Component65,
11028
11058
  args: [{ selector: "[eclModalBody]", template: '@if (isScrollable) {\n<div class="ecl-modal__body-scroll">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</div>\n<div class="ecl-modal__body-overflow" aria-hidden="true"></div>\n<ng-content select="[eclModalBodyFixedContent]"></ng-content>\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>' }]
11029
11059
  }], propDecorators: { isScrollable: [{
11030
- type: Input61,
11031
- args: [{ transform: booleanAttribute21 }]
11060
+ type: Input60,
11061
+ args: [{ transform: booleanAttribute22 }]
11032
11062
  }], cssClasses: [{
11033
11063
  type: HostBinding96,
11034
11064
  args: ["class"]
@@ -11069,7 +11099,7 @@ i0142.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11069
11099
  }] } });
11070
11100
 
11071
11101
  // lib/components/ecl-modal/ecl-modal-trigger.directive.mjs
11072
- import { Directive as Directive37, HostListener as HostListener16, Input as Input62 } from "@angular/core";
11102
+ import { Directive as Directive37, HostListener as HostListener16, Input as Input61 } from "@angular/core";
11073
11103
  import * as i0143 from "@angular/core";
11074
11104
  var EclModalTriggerDirective = class _EclModalTriggerDirective extends ECLBaseDirective {
11075
11105
  onClick(evt) {
@@ -11088,7 +11118,7 @@ i0143.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11088
11118
  selector: "[eclModalTriggerFor]"
11089
11119
  }]
11090
11120
  }], propDecorators: { eclModalTriggerFor: [{
11091
- type: Input62
11121
+ type: Input61
11092
11122
  }], onClick: [{
11093
11123
  type: HostListener16,
11094
11124
  args: ["click", ["$event"]]
@@ -11208,9 +11238,9 @@ i0146.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11208
11238
  }] });
11209
11239
 
11210
11240
  // lib/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.mjs
11211
- import { __decorate as __decorate13 } from "tslib";
11212
- import { Component as Component67, EventEmitter as EventEmitter30, HostBinding as HostBinding99, Input as Input63, Output as Output30, ViewChild as ViewChild11 } from "@angular/core";
11213
- import { coerceBoolean as coerceBoolean10 } from "@eui/base";
11241
+ import { __decorate as __decorate10 } from "tslib";
11242
+ import { Component as Component67, EventEmitter as EventEmitter30, HostBinding as HostBinding99, Input as Input62, Output as Output30, ViewChild as ViewChild11 } from "@angular/core";
11243
+ import { coerceBoolean as coerceBoolean8 } from "@eui/base";
11214
11244
  import { Subject as Subject20 } from "rxjs";
11215
11245
  import { v4 as uuidgen3 } from "uuid";
11216
11246
  import * as i0147 from "@angular/core";
@@ -11299,8 +11329,8 @@ var EclMultiselectOptionComponent = class _EclMultiselectOptionComponent extends
11299
11329
  this.ɵcmp = i0147.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMultiselectOptionComponent, selector: "div[eclMultiselectOption]", inputs: { value: "value", label: "label", disabled: "disabled", isChecked: "isChecked" }, outputs: { optionClick: "optionClick", optionKeydown: "optionKeydown" }, host: { properties: { "class.ecl-checkbox--disabled": "this.disabled", "attr.disabled": "this.disabled", "style.display": "this.display", "class": "this.cssClasses" } }, viewQueries: [{ propertyName: "eclCheckboxInput", first: true, predicate: ["checkboxInput"], descendants: true }], usesInheritance: true, usesOnChanges: true, hostDirectives: [{ directive: EclCheckboxDirective }], ngImport: i0147, template: '<input\n eclCheckboxInput\n type="checkbox"\n [id]="id"\n [value]="value"\n (click)="onOptionClick()"\n (keydown)="onOptionKeydown($event)"\n [checked]="isChecked"\n [disabled]="disabled"\n #checkboxInput />\n<label [for]="id" eclCheckboxLabel><span [innerHTML]="label | boldText: keyword"></span></label>\n', dependencies: [{ kind: "component", type: EclCheckboxLabelComponent, selector: "label[eclCheckboxLabel]", inputs: ["isInvalid", "isDisabled"] }, { kind: "directive", type: EclCheckboxInputDirective, selector: "input[eclCheckboxInput]" }, { kind: "pipe", type: BoldTextPipe, name: "boldText" }] });
11300
11330
  }
11301
11331
  };
11302
- __decorate13([
11303
- coerceBoolean10
11332
+ __decorate10([
11333
+ coerceBoolean8
11304
11334
  ], EclMultiselectOptionComponent.prototype, "disabled", void 0);
11305
11335
  i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0147, type: EclMultiselectOptionComponent, decorators: [{
11306
11336
  type: Component67,
@@ -11311,14 +11341,14 @@ i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11311
11341
  args: ["checkboxInput"]
11312
11342
  }],
11313
11343
  value: [{
11314
- type: Input63
11344
+ type: Input62
11315
11345
  }],
11316
11346
  label: [{
11317
- type: Input63
11347
+ type: Input62
11318
11348
  }],
11319
11349
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
11320
11350
  disabled: [{
11321
- type: Input63
11351
+ type: Input62
11322
11352
  }, {
11323
11353
  type: HostBinding99,
11324
11354
  args: ["class.ecl-checkbox--disabled"]
@@ -11341,14 +11371,14 @@ i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11341
11371
  args: ["class"]
11342
11372
  }],
11343
11373
  isChecked: [{
11344
- type: Input63
11374
+ type: Input62
11345
11375
  }]
11346
11376
  } });
11347
11377
 
11348
11378
  // lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.mjs
11349
- import { __decorate as __decorate14 } from "tslib";
11350
- import { Component as Component68, EventEmitter as EventEmitter31, HostBinding as HostBinding100, Input as Input64, Output as Output31, ViewChild as ViewChild12 } from "@angular/core";
11351
- import { coerceBoolean as coerceBoolean11 } from "@eui/base";
11379
+ import { __decorate as __decorate11 } from "tslib";
11380
+ import { Component as Component68, EventEmitter as EventEmitter31, HostBinding as HostBinding100, Input as Input63, Output as Output31, ViewChild as ViewChild12 } from "@angular/core";
11381
+ import { coerceBoolean as coerceBoolean9 } from "@eui/base";
11352
11382
  import * as i0148 from "@angular/core";
11353
11383
  var EclMultiselectMainInputClickEvent = class {
11354
11384
  constructor(event) {
@@ -11405,26 +11435,26 @@ var EclMultiselectInputComponent = class _EclMultiselectInputComponent extends E
11405
11435
  this.ɵcmp = i0148.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMultiselectInputComponent, selector: "div[eclMultiselectInput]", inputs: { eclSize: "eclSize", toggleId: "toggleId", isDisabled: "isDisabled", isInvalid: "isInvalid", inputPlaceholder: "inputPlaceholder", selectedItems: "selectedItems", isDropdownExpanded: "isDropdownExpanded", ariaControls: "ariaControls", ariaDescribedby: "ariaDescribedby", ariaLabeledby: "ariaLabeledby" }, outputs: { mainInputClick: "mainInputClick", mainInputKeydown: "mainInputKeydown" }, host: { properties: { "class.ecl-select__container--disabled": "this.isDisabled", "class.ecl-select__container--invalid": "this.isInvalid", "class": "this.cssClasses" } }, viewQueries: [{ propertyName: "inputMultiselect", first: true, predicate: ["inputMultiselect"], descendants: true }], usesInheritance: true, ngImport: i0148, template: '<div [class.ecl-select-multiple-selections-counter--visible]="isShowCounter" class="ecl-select-multiple-selections-counter">\n <span>{{ selectedItemsCount }}</span>\n</div>\n<button\n class="ecl-select ecl-select__multiple-toggle"\n #inputMultiselect\n type="button"\n [id]="toggleId"\n [attr.aria-expanded]="isDropdownExpanded"\n [attr.aria-controls]="ariaControls"\n [attr.disabled]="isDisabled ? true : undefined"\n [attr.aria-labelledby]="ariaLabeledby"\n [attr.aria-describedby]="ariaDescribedby"\n (keydown)="onKeydown($event)"\n (click)="onClick($event)"> {{ buttonText }}\n</button>\n<div class="ecl-select__icon">\n <ecl-icon icon="corner-arrow" size="s" class="ecl-select__icon-shape" transform="rotate-180"></ecl-icon>\n</div>\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
11406
11436
  }
11407
11437
  };
11408
- __decorate14([
11409
- coerceBoolean11
11438
+ __decorate11([
11439
+ coerceBoolean9
11410
11440
  ], EclMultiselectInputComponent.prototype, "isDisabled", void 0);
11411
- __decorate14([
11412
- coerceBoolean11
11441
+ __decorate11([
11442
+ coerceBoolean9
11413
11443
  ], EclMultiselectInputComponent.prototype, "isInvalid", void 0);
11414
11444
  i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0148, type: EclMultiselectInputComponent, decorators: [{
11415
11445
  type: Component68,
11416
11446
  args: [{ selector: "div[eclMultiselectInput]", template: '<div [class.ecl-select-multiple-selections-counter--visible]="isShowCounter" class="ecl-select-multiple-selections-counter">\n <span>{{ selectedItemsCount }}</span>\n</div>\n<button\n class="ecl-select ecl-select__multiple-toggle"\n #inputMultiselect\n type="button"\n [id]="toggleId"\n [attr.aria-expanded]="isDropdownExpanded"\n [attr.aria-controls]="ariaControls"\n [attr.disabled]="isDisabled ? true : undefined"\n [attr.aria-labelledby]="ariaLabeledby"\n [attr.aria-describedby]="ariaDescribedby"\n (keydown)="onKeydown($event)"\n (click)="onClick($event)"> {{ buttonText }}\n</button>\n<div class="ecl-select__icon">\n <ecl-icon icon="corner-arrow" size="s" class="ecl-select__icon-shape" transform="rotate-180"></ecl-icon>\n</div>\n' }]
11417
11447
  }], ctorParameters: () => [], propDecorators: { eclSize: [{
11418
- type: Input64
11448
+ type: Input63
11419
11449
  }], toggleId: [{
11420
- type: Input64
11450
+ type: Input63
11421
11451
  }], isDisabled: [{
11422
- type: Input64
11452
+ type: Input63
11423
11453
  }, {
11424
11454
  type: HostBinding100,
11425
11455
  args: ["class.ecl-select__container--disabled"]
11426
11456
  }], isInvalid: [{
11427
- type: Input64
11457
+ type: Input63
11428
11458
  }, {
11429
11459
  type: HostBinding100,
11430
11460
  args: ["class.ecl-select__container--invalid"]
@@ -11432,17 +11462,17 @@ i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11432
11462
  type: HostBinding100,
11433
11463
  args: ["class"]
11434
11464
  }], inputPlaceholder: [{
11435
- type: Input64
11465
+ type: Input63
11436
11466
  }], selectedItems: [{
11437
- type: Input64
11467
+ type: Input63
11438
11468
  }], isDropdownExpanded: [{
11439
- type: Input64
11469
+ type: Input63
11440
11470
  }], ariaControls: [{
11441
- type: Input64
11471
+ type: Input63
11442
11472
  }], ariaDescribedby: [{
11443
- type: Input64
11473
+ type: Input63
11444
11474
  }], ariaLabeledby: [{
11445
- type: Input64
11475
+ type: Input63
11446
11476
  }], inputMultiselect: [{
11447
11477
  type: ViewChild12,
11448
11478
  args: ["inputMultiselect"]
@@ -11453,7 +11483,7 @@ i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11453
11483
  }] } });
11454
11484
 
11455
11485
  // lib/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.mjs
11456
- import { Component as Component69, HostBinding as HostBinding101, Input as Input65 } from "@angular/core";
11486
+ import { Component as Component69, HostBinding as HostBinding101, Input as Input64 } from "@angular/core";
11457
11487
  import * as i0149 from "@angular/core";
11458
11488
  var EclMultiselectOptionClickEvent2 = class {
11459
11489
  constructor(multiselectOption) {
@@ -11481,17 +11511,17 @@ i0149.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11481
11511
  type: Component69,
11482
11512
  args: [{ selector: "fieldset[eclMultiselectOptgroup]", template: '<legend class="ecl-select__multiple-group__title">{{ label }}</legend>\n<ng-content></ng-content>\n' }]
11483
11513
  }], propDecorators: { label: [{
11484
- type: Input65
11514
+ type: Input64
11485
11515
  }], cssClasses: [{
11486
11516
  type: HostBinding101,
11487
11517
  args: ["class"]
11488
11518
  }] } });
11489
11519
 
11490
11520
  // lib/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.mjs
11491
- import { __decorate as __decorate15 } from "tslib";
11492
- import { Component as Component70, ElementRef as ElementRef24, EventEmitter as EventEmitter32, forwardRef as forwardRef43, HostBinding as HostBinding102, HostListener as HostListener17, Input as Input66, Output as Output32, ViewChild as ViewChild13, ViewChildren as ViewChildren2 } from "@angular/core";
11521
+ import { __decorate as __decorate12 } from "tslib";
11522
+ import { Component as Component70, ElementRef as ElementRef24, EventEmitter as EventEmitter32, forwardRef as forwardRef43, HostBinding as HostBinding102, HostListener as HostListener17, Input as Input65, Output as Output32, ViewChild as ViewChild13, ViewChildren as ViewChildren2 } from "@angular/core";
11493
11523
  import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR4 } from "@angular/forms";
11494
- import { coerceBoolean as coerceBoolean12 } from "@eui/base";
11524
+ import { coerceBoolean as coerceBoolean10 } from "@eui/base";
11495
11525
  import { Subject as Subject21 } from "rxjs";
11496
11526
  import { v4 as uuidgen4 } from "uuid";
11497
11527
  import * as i0150 from "@angular/core";
@@ -11965,11 +11995,11 @@ var EclMultiselectDropdownComponent = class _EclMultiselectDropdownComponent ext
11965
11995
  `, dependencies: [{ kind: "directive", type: i127.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i127.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclCheckboxDirective, selector: "[eclCheckbox]", inputs: ["isDisabled", "isInvalid"] }, { kind: "component", type: EclCheckboxLabelComponent, selector: "label[eclCheckboxLabel]", inputs: ["isInvalid", "isDisabled"] }, { kind: "directive", type: EclCheckboxInputDirective, selector: "input[eclCheckboxInput]" }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "component", type: EclMultiselectOptionComponent, selector: "div[eclMultiselectOption]", inputs: ["value", "label", "disabled", "isChecked"], outputs: ["optionClick", "optionKeydown"] }, { kind: "component", type: EclMultiselectInputComponent, selector: "div[eclMultiselectInput]", inputs: ["eclSize", "toggleId", "isDisabled", "isInvalid", "inputPlaceholder", "selectedItems", "isDropdownExpanded", "ariaControls", "ariaDescribedby", "ariaLabeledby"], outputs: ["mainInputClick", "mainInputKeydown"] }, { kind: "component", type: EclMultiselectOptgroupComponent, selector: "fieldset[eclMultiselectOptgroup]", inputs: ["label"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }] });
11966
11996
  }
11967
11997
  };
11968
- __decorate15([
11969
- coerceBoolean12
11998
+ __decorate12([
11999
+ coerceBoolean10
11970
12000
  ], EclMultiselectDropdownComponent.prototype, "isInvalid", null);
11971
- __decorate15([
11972
- coerceBoolean12
12001
+ __decorate12([
12002
+ coerceBoolean10
11973
12003
  ], EclMultiselectDropdownComponent.prototype, "disabled", null);
11974
12004
  i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0150, type: EclMultiselectDropdownComponent, decorators: [{
11975
12005
  type: Component70,
@@ -12084,18 +12114,18 @@ i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12084
12114
  }], eclChange: [{
12085
12115
  type: Output32
12086
12116
  }], isInvalid: [{
12087
- type: Input66
12117
+ type: Input65
12088
12118
  }], cssClasses: [{
12089
12119
  type: HostBinding102,
12090
12120
  args: ["class"]
12091
12121
  }], mainInputPlaceholder: [{
12092
- type: Input66
12122
+ type: Input65
12093
12123
  }], searchFieldPlaceholder: [{
12094
- type: Input66
12124
+ type: Input65
12095
12125
  }], eclSize: [{
12096
- type: Input66
12126
+ type: Input65
12097
12127
  }], disabled: [{
12098
- type: Input66
12128
+ type: Input65
12099
12129
  }, {
12100
12130
  type: HostBinding102,
12101
12131
  args: ["attr.disabled"]
@@ -12109,7 +12139,7 @@ i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12109
12139
 
12110
12140
  // lib/components/ecl-multiselect/ecl-multiselect-option.directive.mjs
12111
12141
  import { coerceBooleanProperty as coerceBooleanProperty2 } from "@angular/cdk/coercion";
12112
- import { ContentChildren as ContentChildren22, Directive as Directive39, HostBinding as HostBinding103, Input as Input67 } from "@angular/core";
12142
+ import { ContentChildren as ContentChildren22, Directive as Directive39, HostBinding as HostBinding103, Input as Input66 } from "@angular/core";
12113
12143
  import { Subject as Subject22 } from "rxjs";
12114
12144
  import * as i0151 from "@angular/core";
12115
12145
  var EclMultiselectOptionDirective = class _EclMultiselectOptionDirective extends ECLBaseDirective {
@@ -12154,16 +12184,16 @@ i0151.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12154
12184
  type: ContentChildren22,
12155
12185
  args: [EclMultiselectOptionDirective]
12156
12186
  }], value: [{
12157
- type: Input67
12187
+ type: Input66
12158
12188
  }], label: [{
12159
- type: Input67
12189
+ type: Input66
12160
12190
  }], disabled: [{
12161
- type: Input67
12191
+ type: Input66
12162
12192
  }, {
12163
12193
  type: HostBinding103,
12164
12194
  args: ["attr.disabled"]
12165
12195
  }], selected: [{
12166
- type: Input67
12196
+ type: Input66
12167
12197
  }, {
12168
12198
  type: HostBinding103,
12169
12199
  args: ["attr.selected"]
@@ -12173,11 +12203,11 @@ i0151.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12173
12203
  }] } });
12174
12204
 
12175
12205
  // lib/components/ecl-multiselect/ecl-multiselect.component.mjs
12176
- import { __decorate as __decorate16 } from "tslib";
12206
+ import { __decorate as __decorate13 } from "tslib";
12177
12207
  import { coerceBooleanProperty as coerceBooleanProperty3 } from "@angular/cdk/coercion";
12178
- import { Component as Component71, ContentChildren as ContentChildren23, EventEmitter as EventEmitter33, forwardRef as forwardRef44, HostBinding as HostBinding104, Input as Input68, Output as Output33, ViewEncapsulation as ViewEncapsulation9 } from "@angular/core";
12208
+ import { Component as Component71, ContentChildren as ContentChildren23, EventEmitter as EventEmitter33, forwardRef as forwardRef44, HostBinding as HostBinding104, Input as Input67, Output as Output33, ViewEncapsulation as ViewEncapsulation9 } from "@angular/core";
12179
12209
  import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR5, NgControl as NgControl4 } from "@angular/forms";
12180
- import { coerceBoolean as coerceBoolean13 } from "@eui/base";
12210
+ import { coerceBoolean as coerceBoolean11 } from "@eui/base";
12181
12211
  import { Subject as Subject23, takeUntil as takeUntil20 } from "rxjs";
12182
12212
  import * as i0152 from "@angular/core";
12183
12213
  var EclMultiselectComponent = class _EclMultiselectComponent extends ECLBaseDirective {
@@ -12313,8 +12343,8 @@ var EclMultiselectComponent = class _EclMultiselectComponent extends ECLBaseDire
12313
12343
  ], queries: [{ propertyName: "eclOptionItems", predicate: i0152.forwardRef(() => EclMultiselectOptionDirective) }], usesInheritance: true, ngImport: i0152, template: "<ng-content></ng-content>\n", encapsulation: i0152.ViewEncapsulation.None });
12314
12344
  }
12315
12345
  };
12316
- __decorate16([
12317
- coerceBoolean13
12346
+ __decorate13([
12347
+ coerceBoolean11
12318
12348
  ], EclMultiselectComponent.prototype, "isInvalid", null);
12319
12349
  i0152.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0152, type: EclMultiselectComponent, decorators: [{
12320
12350
  type: Component71,
@@ -12329,15 +12359,15 @@ i0152.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12329
12359
  type: ContentChildren23,
12330
12360
  args: [forwardRef44(() => EclMultiselectOptionDirective)]
12331
12361
  }], ariaDescribedby: [{
12332
- type: Input68
12362
+ type: Input67
12333
12363
  }], ariaLabeledby: [{
12334
- type: Input68
12364
+ type: Input67
12335
12365
  }], id: [{
12336
- type: Input68
12366
+ type: Input67
12337
12367
  }], isInvalid: [{
12338
- type: Input68
12368
+ type: Input67
12339
12369
  }], disabled: [{
12340
- type: Input68
12370
+ type: Input67
12341
12371
  }, {
12342
12372
  type: HostBinding104,
12343
12373
  args: ["attr.disabled"]
@@ -12347,9 +12377,9 @@ i0152.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12347
12377
  }], eclChange: [{
12348
12378
  type: Output33
12349
12379
  }], eclPlaceholder: [{
12350
- type: Input68
12380
+ type: Input67
12351
12381
  }], eclSize: [{
12352
- type: Input68
12382
+ type: Input67
12353
12383
  }] } });
12354
12384
 
12355
12385
  // lib/components/ecl-multiselect/ecl-multiselect.module.mjs
@@ -12416,7 +12446,7 @@ i0153.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12416
12446
  }] });
12417
12447
 
12418
12448
  // lib/components/ecl-navigation-list/ecl-navigation-list-item.component.mjs
12419
- import { Component as Component72, ContentChild as ContentChild20, forwardRef as forwardRef46, HostBinding as HostBinding105, Input as Input69 } from "@angular/core";
12449
+ import { Component as Component72, ContentChild as ContentChild20, forwardRef as forwardRef46, HostBinding as HostBinding105, Input as Input68 } from "@angular/core";
12420
12450
  import * as i0154 from "@angular/core";
12421
12451
  var EclNavigationListItemComponent = class _EclNavigationListItemComponent extends ECLBaseDirective {
12422
12452
  constructor() {
@@ -12443,7 +12473,7 @@ i0154.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12443
12473
  type: Component72,
12444
12474
  args: [{ selector: "ecl-navigation-list-item", template: "<ng-content></ng-content>\n" }]
12445
12475
  }], propDecorators: { columns: [{
12446
- type: Input69
12476
+ type: Input68
12447
12477
  }], eclContentBlock: [{
12448
12478
  type: ContentChild20,
12449
12479
  args: [forwardRef46(() => EclContentBlockComponent)]
@@ -12456,9 +12486,9 @@ i0154.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12456
12486
  }] } });
12457
12487
 
12458
12488
  // lib/components/ecl-navigation-list/ecl-navigation-list.component.mjs
12459
- import { __decorate as __decorate17 } from "tslib";
12460
- import { Component as Component73, HostBinding as HostBinding106, Input as Input70 } from "@angular/core";
12461
- import { coerceNumber as coerceNumber2 } from "@eui/base";
12489
+ import { __decorate as __decorate14 } from "tslib";
12490
+ import { Component as Component73, HostBinding as HostBinding106, Input as Input69 } from "@angular/core";
12491
+ import { coerceNumber } from "@eui/base";
12462
12492
  import * as i0155 from "@angular/core";
12463
12493
  var EclNavigationListComponent = class _EclNavigationListComponent extends ECLBaseDirective {
12464
12494
  constructor() {
@@ -12475,14 +12505,14 @@ var EclNavigationListComponent = class _EclNavigationListComponent extends ECLBa
12475
12505
  this.ɵcmp = i0155.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclNavigationListComponent, selector: "ecl-navigation-list", inputs: { columns: "columns" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0155, template: "<ng-content></ng-content>\n" });
12476
12506
  }
12477
12507
  };
12478
- __decorate17([
12479
- coerceNumber2
12508
+ __decorate14([
12509
+ coerceNumber
12480
12510
  ], EclNavigationListComponent.prototype, "columns", void 0);
12481
12511
  i0155.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0155, type: EclNavigationListComponent, decorators: [{
12482
12512
  type: Component73,
12483
12513
  args: [{ selector: "ecl-navigation-list", template: "<ng-content></ng-content>\n" }]
12484
12514
  }], propDecorators: { columns: [{
12485
- type: Input70
12515
+ type: Input69
12486
12516
  }], cssClasses: [{
12487
12517
  type: HostBinding106,
12488
12518
  args: ["class"]
@@ -12533,7 +12563,7 @@ i0156.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12533
12563
  }] } });
12534
12564
 
12535
12565
  // lib/components/ecl-navigation-list/ecl-navigation-list-image/ecl-navigation-list-image.component.mjs
12536
- import { Component as Component74, HostBinding as HostBinding108, Input as Input71 } from "@angular/core";
12566
+ import { Component as Component74, HostBinding as HostBinding108, Input as Input70 } from "@angular/core";
12537
12567
  import * as i0157 from "@angular/core";
12538
12568
  var EclNavigationListImageComponent = class _EclNavigationListImageComponent extends ECLBaseDirective {
12539
12569
  get cssClasses() {
@@ -12550,7 +12580,7 @@ i0157.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12550
12580
  type: Component74,
12551
12581
  args: [{ selector: "div[eclNavigationListImage]", template: '<img class="ecl-navigation-list__image" [src]="imageUrl" alt="Alt text for the image" />\n' }]
12552
12582
  }], propDecorators: { imageUrl: [{
12553
- type: Input71
12583
+ type: Input70
12554
12584
  }], cssClasses: [{
12555
12585
  type: HostBinding108,
12556
12586
  args: ["class"]
@@ -12681,7 +12711,7 @@ i0159.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12681
12711
  }] } });
12682
12712
 
12683
12713
  // lib/components/ecl-news-ticker/ecl-news-ticker.component.mjs
12684
- import { Component as Component76, ContentChildren as ContentChildren24, EventEmitter as EventEmitter35, HostBinding as HostBinding110, HostListener as HostListener18, Input as Input72, Output as Output35, ViewChild as ViewChild14, booleanAttribute as booleanAttribute22 } from "@angular/core";
12714
+ import { Component as Component76, ContentChildren as ContentChildren24, EventEmitter as EventEmitter35, HostBinding as HostBinding110, HostListener as HostListener18, Input as Input71, Output as Output35, ViewChild as ViewChild14, booleanAttribute as booleanAttribute23 } from "@angular/core";
12685
12715
  import { Subject as Subject25, takeUntil as takeUntil22 } from "rxjs";
12686
12716
  import * as i0160 from "@angular/core";
12687
12717
  import * as i54 from "@ngx-translate/core";
@@ -12872,7 +12902,7 @@ var EclNewsTickerComponent = class _EclNewsTickerComponent extends ECLBaseDirect
12872
12902
  this.ɵfac = i0160.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0160, type: _EclNewsTickerComponent, deps: [{ token: i0160.Renderer2 }], target: i0160.ɵɵFactoryTarget.Component });
12873
12903
  }
12874
12904
  static {
12875
- this.ɵcmp = i0160.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNewsTickerComponent, selector: "ecl-news-ticker", inputs: { isAutoplay: ["isAutoplay", "isAutoplay", booleanAttribute22] }, outputs: { itemSwitch: "itemSwitch" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "newsTickerItems", predicate: EclNewsTickerItemComponent }], viewQueries: [{ propertyName: "firstHiddenItem", first: true, predicate: ["firstHiddenItem"], descendants: true }, { propertyName: "lastHiddenItem", first: true, predicate: ["lastHiddenItem"], descendants: true }, { propertyName: "slidesContainer", first: true, predicate: ["slidesContainer"], descendants: true }], usesInheritance: true, ngImport: i0160, template: `<div class="ecl-news-ticker__container" [style.height.px]="containerHeight">
12905
+ this.ɵcmp = i0160.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNewsTickerComponent, selector: "ecl-news-ticker", inputs: { isAutoplay: ["isAutoplay", "isAutoplay", booleanAttribute23] }, outputs: { itemSwitch: "itemSwitch" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "newsTickerItems", predicate: EclNewsTickerItemComponent }], viewQueries: [{ propertyName: "firstHiddenItem", first: true, predicate: ["firstHiddenItem"], descendants: true }, { propertyName: "lastHiddenItem", first: true, predicate: ["lastHiddenItem"], descendants: true }, { propertyName: "slidesContainer", first: true, predicate: ["slidesContainer"], descendants: true }], usesInheritance: true, ngImport: i0160, template: `<div class="ecl-news-ticker__container" [style.height.px]="containerHeight">
12876
12906
  <ecl-icon icon="information" size="m" class="ecl-news-ticker__icon"></ecl-icon>
12877
12907
  <div class="ecl-news-ticker__content" [style.height.px]="contentHeight">
12878
12908
  <ul
@@ -12985,8 +13015,8 @@ i0160.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12985
13015
  </div>
12986
13016
  }` }]
12987
13017
  }], ctorParameters: () => [{ type: i0160.Renderer2 }], propDecorators: { isAutoplay: [{
12988
- type: Input72,
12989
- args: [{ transform: booleanAttribute22 }]
13018
+ type: Input71,
13019
+ args: [{ transform: booleanAttribute23 }]
12990
13020
  }], itemSwitch: [{
12991
13021
  type: Output35
12992
13022
  }], newsTickerItems: [{
@@ -13035,7 +13065,7 @@ i0161.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13035
13065
  }] });
13036
13066
 
13037
13067
  // lib/components/ecl-notification/ecl-notification.component.mjs
13038
- import { Component as Component77, Input as Input73, Output as Output36, EventEmitter as EventEmitter36, HostBinding as HostBinding111, booleanAttribute as booleanAttribute23 } from "@angular/core";
13068
+ import { Component as Component77, Input as Input72, Output as Output36, EventEmitter as EventEmitter36, HostBinding as HostBinding111, booleanAttribute as booleanAttribute24 } from "@angular/core";
13039
13069
  import * as i0162 from "@angular/core";
13040
13070
  import * as i55 from "@angular/common";
13041
13071
  import * as i6 from "@ngx-translate/core";
@@ -13081,7 +13111,7 @@ var EclNotificationComponent = class _EclNotificationComponent extends ECLBaseDi
13081
13111
  this.ɵfac = i0162.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0162, type: _EclNotificationComponent, deps: [{ token: EclThemeService }], target: i0162.ɵɵFactoryTarget.Component });
13082
13112
  }
13083
13113
  static {
13084
- this.ɵcmp = i0162.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNotificationComponent, selector: "ecl-notification", inputs: { notificationTitle: "notificationTitle", variant: "variant", isVisible: ["isVisible", "isVisible", booleanAttribute23], isCloseable: ["isCloseable", "isCloseable", booleanAttribute23] }, outputs: { close: "close" }, host: { properties: { "attr.role": "this.role", "class.ecl-u-d-none": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0162, template: `@if( eclThemeService.isEC$ | async ){
13114
+ this.ɵcmp = i0162.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNotificationComponent, selector: "ecl-notification", inputs: { notificationTitle: "notificationTitle", variant: "variant", isVisible: ["isVisible", "isVisible", booleanAttribute24], isCloseable: ["isCloseable", "isCloseable", booleanAttribute24] }, outputs: { close: "close" }, host: { properties: { "attr.role": "this.role", "class.ecl-u-d-none": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0162, template: `@if( eclThemeService.isEC$ | async ){
13085
13115
  <ecl-icon size="l" class="ecl-notification__icon" [icon]="icon" [ariaHidden]="false" role="img">
13086
13116
  <title>{{ icon | titlecase }}</title>
13087
13117
  </ecl-icon>
@@ -13152,15 +13182,15 @@ i0162.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13152
13182
  </div>
13153
13183
  ` }]
13154
13184
  }], ctorParameters: () => [{ type: EclThemeService }], propDecorators: { notificationTitle: [{
13155
- type: Input73
13185
+ type: Input72
13156
13186
  }], variant: [{
13157
- type: Input73
13187
+ type: Input72
13158
13188
  }], isVisible: [{
13159
- type: Input73,
13160
- args: [{ transform: booleanAttribute23 }]
13189
+ type: Input72,
13190
+ args: [{ transform: booleanAttribute24 }]
13161
13191
  }], isCloseable: [{
13162
- type: Input73,
13163
- args: [{ transform: booleanAttribute23 }]
13192
+ type: Input72,
13193
+ args: [{ transform: booleanAttribute24 }]
13164
13194
  }], close: [{
13165
13195
  type: Output36
13166
13196
  }], role: [{
@@ -13199,9 +13229,9 @@ i0163.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13199
13229
  }] } });
13200
13230
 
13201
13231
  // lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.mjs
13202
- import { __decorate as __decorate18 } from "tslib";
13203
- import { Directive as Directive42, HostBinding as HostBinding113, Input as Input74 } from "@angular/core";
13204
- import { coerceBoolean as coerceBoolean14 } from "@eui/base";
13232
+ import { __decorate as __decorate15 } from "tslib";
13233
+ import { Directive as Directive42, HostBinding as HostBinding113, Input as Input73 } from "@angular/core";
13234
+ import { coerceBoolean as coerceBoolean12 } from "@eui/base";
13205
13235
  import * as i0164 from "@angular/core";
13206
13236
  var EclSiteFooterSectionDirective = class _EclSiteFooterSectionDirective extends ECLBaseDirective {
13207
13237
  constructor() {
@@ -13219,17 +13249,17 @@ var EclSiteFooterSectionDirective = class _EclSiteFooterSectionDirective extends
13219
13249
  this.ɵdir = i0164.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: { isCondensed: "isCondensed", isSiteInfo: "isSiteInfo", isSplitList: "isSplitList", hasSeparator: "hasSeparator" }, host: { properties: { "class.ecl-site-footer__section": "this.cmpClass", "class.ecl-site-footer__section--condensed": "this.isCondensed", "class.ecl-site-footer__section--site-info": "this.isSiteInfo", "class.ecl-site-footer__section--split-list": "this.isSplitList", "class.ecl-site-footer__section--separator": "this.hasSeparator" } }, usesInheritance: true, ngImport: i0164 });
13220
13250
  }
13221
13251
  };
13222
- __decorate18([
13223
- coerceBoolean14
13252
+ __decorate15([
13253
+ coerceBoolean12
13224
13254
  ], EclSiteFooterSectionDirective.prototype, "isCondensed", void 0);
13225
- __decorate18([
13226
- coerceBoolean14
13255
+ __decorate15([
13256
+ coerceBoolean12
13227
13257
  ], EclSiteFooterSectionDirective.prototype, "isSiteInfo", void 0);
13228
- __decorate18([
13229
- coerceBoolean14
13258
+ __decorate15([
13259
+ coerceBoolean12
13230
13260
  ], EclSiteFooterSectionDirective.prototype, "isSplitList", void 0);
13231
- __decorate18([
13232
- coerceBoolean14
13261
+ __decorate15([
13262
+ coerceBoolean12
13233
13263
  ], EclSiteFooterSectionDirective.prototype, "hasSeparator", void 0);
13234
13264
  i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0164, type: EclSiteFooterSectionDirective, decorators: [{
13235
13265
  type: Directive42,
@@ -13240,17 +13270,17 @@ i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13240
13270
  type: HostBinding113,
13241
13271
  args: ["class.ecl-site-footer__section"]
13242
13272
  }], isCondensed: [{
13243
- type: Input74
13273
+ type: Input73
13244
13274
  }, {
13245
13275
  type: HostBinding113,
13246
13276
  args: ["class.ecl-site-footer__section--condensed"]
13247
13277
  }], isSiteInfo: [{
13248
- type: Input74
13278
+ type: Input73
13249
13279
  }, {
13250
13280
  type: HostBinding113,
13251
13281
  args: ["class.ecl-site-footer__section--site-info"]
13252
13282
  }], isSplitList: [{
13253
- type: Input74
13283
+ type: Input73
13254
13284
  }, {
13255
13285
  type: HostBinding113,
13256
13286
  args: ["class.ecl-site-footer__section--split-list"]
@@ -13258,13 +13288,13 @@ i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13258
13288
  type: HostBinding113,
13259
13289
  args: ["class.ecl-site-footer__section--separator"]
13260
13290
  }, {
13261
- type: Input74
13291
+ type: Input73
13262
13292
  }] } });
13263
13293
 
13264
13294
  // lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.mjs
13265
- import { __decorate as __decorate19 } from "tslib";
13266
- import { Directive as Directive43, HostBinding as HostBinding114, Input as Input75 } from "@angular/core";
13267
- import { coerceBoolean as coerceBoolean15 } from "@eui/base";
13295
+ import { __decorate as __decorate16 } from "tslib";
13296
+ import { Directive as Directive43, HostBinding as HostBinding114, Input as Input74 } from "@angular/core";
13297
+ import { coerceBoolean as coerceBoolean13 } from "@eui/base";
13268
13298
  import * as i0165 from "@angular/core";
13269
13299
  var EclSiteFooterTitleDirective = class _EclSiteFooterTitleDirective extends ECLBaseDirective {
13270
13300
  constructor() {
@@ -13279,8 +13309,8 @@ var EclSiteFooterTitleDirective = class _EclSiteFooterTitleDirective extends ECL
13279
13309
  this.ɵdir = i0165.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: { isSeparator: "isSeparator" }, host: { properties: { "class.ecl-site-footer__title": "this.cmpClass", "class.ecl-site-footer__title--separator": "this.isSeparator" } }, usesInheritance: true, ngImport: i0165 });
13280
13310
  }
13281
13311
  };
13282
- __decorate19([
13283
- coerceBoolean15
13312
+ __decorate16([
13313
+ coerceBoolean13
13284
13314
  ], EclSiteFooterTitleDirective.prototype, "isSeparator", void 0);
13285
13315
  i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0165, type: EclSiteFooterTitleDirective, decorators: [{
13286
13316
  type: Directive43,
@@ -13291,7 +13321,7 @@ i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13291
13321
  type: HostBinding114,
13292
13322
  args: ["class.ecl-site-footer__title"]
13293
13323
  }], isSeparator: [{
13294
- type: Input75
13324
+ type: Input74
13295
13325
  }, {
13296
13326
  type: HostBinding114,
13297
13327
  args: ["class.ecl-site-footer__title--separator"]
@@ -13344,9 +13374,9 @@ i0166.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13344
13374
  }] } });
13345
13375
 
13346
13376
  // lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.mjs
13347
- import { __decorate as __decorate20 } from "tslib";
13348
- import { Directive as Directive45, HostBinding as HostBinding116, Input as Input76 } from "@angular/core";
13349
- import { coerceBoolean as coerceBoolean16 } from "@eui/base";
13377
+ import { __decorate as __decorate17 } from "tslib";
13378
+ import { Directive as Directive45, HostBinding as HostBinding116, Input as Input75 } from "@angular/core";
13379
+ import { coerceBoolean as coerceBoolean14 } from "@eui/base";
13350
13380
  import * as i0167 from "@angular/core";
13351
13381
  var EclSiteFooterListDirective = class _EclSiteFooterListDirective extends ECLBaseDirective {
13352
13382
  constructor() {
@@ -13360,11 +13390,11 @@ var EclSiteFooterListDirective = class _EclSiteFooterListDirective extends ECLBa
13360
13390
  this.ɵdir = i0167.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: { isInline: "isInline", isColumns: "isColumns" }, host: { properties: { "class.ecl-site-footer__list": "this.cmpClass", "class.ecl-site-footer__list--inline": "this.isInline", "class.ecl-site-footer__list--columns": "this.isColumns" } }, usesInheritance: true, ngImport: i0167 });
13361
13391
  }
13362
13392
  };
13363
- __decorate20([
13364
- coerceBoolean16
13393
+ __decorate17([
13394
+ coerceBoolean14
13365
13395
  ], EclSiteFooterListDirective.prototype, "isInline", void 0);
13366
- __decorate20([
13367
- coerceBoolean16
13396
+ __decorate17([
13397
+ coerceBoolean14
13368
13398
  ], EclSiteFooterListDirective.prototype, "isColumns", void 0);
13369
13399
  i0167.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0167, type: EclSiteFooterListDirective, decorators: [{
13370
13400
  type: Directive45,
@@ -13375,12 +13405,12 @@ i0167.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13375
13405
  type: HostBinding116,
13376
13406
  args: ["class.ecl-site-footer__list"]
13377
13407
  }], isInline: [{
13378
- type: Input76
13408
+ type: Input75
13379
13409
  }, {
13380
13410
  type: HostBinding116,
13381
13411
  args: ["class.ecl-site-footer__list--inline"]
13382
13412
  }], isColumns: [{
13383
- type: Input76
13413
+ type: Input75
13384
13414
  }, {
13385
13415
  type: HostBinding116,
13386
13416
  args: ["class.ecl-site-footer__list--columns"]
@@ -13647,9 +13677,9 @@ i0169.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13647
13677
  }] } });
13648
13678
 
13649
13679
  // lib/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.mjs
13650
- import { __decorate as __decorate21 } from "tslib";
13651
- import { Component as Component78, Input as Input77 } from "@angular/core";
13652
- import { coerceBoolean as coerceBoolean17 } from "@eui/base";
13680
+ import { __decorate as __decorate18 } from "tslib";
13681
+ import { Component as Component78, Input as Input76 } from "@angular/core";
13682
+ import { coerceBoolean as coerceBoolean15 } from "@eui/base";
13653
13683
  import * as i0170 from "@angular/core";
13654
13684
  import * as i128 from "@ngx-translate/core";
13655
13685
  import * as i32 from "@angular/common";
@@ -14082,12 +14112,12 @@ var EclSiteFooterFixedContentECComponent = class _EclSiteFooterFixedContentECCom
14082
14112
  </div>
14083
14113
  </div>
14084
14114
  </ng-container>
14085
- `, dependencies: [{ kind: "directive", type: i32.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i32.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterTitleLinkDirective, selector: "[eclSiteFooterTitleLink]" }, { kind: "directive", type: EclSiteFooterLogoLinkDirective, selector: "[eclSiteFooterLogoLink]" }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "pipe", type: i128.TranslatePipe, name: "translate" }] });
14115
+ `, dependencies: [{ kind: "directive", type: i32.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i32.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterTitleLinkDirective, selector: "[eclSiteFooterTitleLink]" }, { kind: "directive", type: EclSiteFooterLogoLinkDirective, selector: "[eclSiteFooterLogoLink]" }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "pipe", type: i128.TranslatePipe, name: "translate" }] });
14086
14116
  }
14087
14117
  };
14088
- __decorate21([
14089
- coerceBoolean17
14090
- ], EclSiteFooterFixedContentECComponent.prototype, "isCore", void 0);
14118
+ __decorate18([
14119
+ coerceBoolean15
14120
+ ], EclSiteFooterFixedContentECComponent.prototype, "isCore", void 0);
14091
14121
  i0170.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0170, type: EclSiteFooterFixedContentECComponent, decorators: [{
14092
14122
  type: Component78,
14093
14123
  args: [{ selector: "ecl-site-footer-fixed-content-ec", template: `<ng-container *ngIf="isCore">
@@ -14510,19 +14540,19 @@ i0170.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
14510
14540
  </ng-container>
14511
14541
  ` }]
14512
14542
  }], ctorParameters: () => [{ type: i128.TranslateService }, { type: EclLanguageService }], propDecorators: { isCore: [{
14513
- type: Input77
14543
+ type: Input76
14514
14544
  }], languageCode: [{
14515
- type: Input77
14545
+ type: Input76
14516
14546
  }], ecLogoLanguageCode: [{
14517
- type: Input77
14547
+ type: Input76
14518
14548
  }], content: [{
14519
- type: Input77
14549
+ type: Input76
14520
14550
  }] } });
14521
14551
 
14522
14552
  // lib/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.mjs
14523
- import { __decorate as __decorate22 } from "tslib";
14524
- import { Component as Component79, Input as Input78 } from "@angular/core";
14525
- import { coerceBoolean as coerceBoolean18 } from "@eui/base";
14553
+ import { __decorate as __decorate19 } from "tslib";
14554
+ import { Component as Component79, Input as Input77 } from "@angular/core";
14555
+ import { coerceBoolean as coerceBoolean16 } from "@eui/base";
14526
14556
  import * as i0171 from "@angular/core";
14527
14557
  import * as i129 from "@ngx-translate/core";
14528
14558
  import * as i33 from "@angular/common";
@@ -15200,11 +15230,11 @@ var EclSiteFooterFixedContentEUComponent = class _EclSiteFooterFixedContentEUCom
15200
15230
  </div>
15201
15231
  </div>
15202
15232
  </ng-container>
15203
- `, dependencies: [{ kind: "directive", type: i33.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i33.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterLogoLinkDirective, selector: "[eclSiteFooterLogoLink]" }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "pipe", type: i129.TranslatePipe, name: "translate" }] });
15233
+ `, dependencies: [{ kind: "directive", type: i33.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i33.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterLogoLinkDirective, selector: "[eclSiteFooterLogoLink]" }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "pipe", type: i129.TranslatePipe, name: "translate" }] });
15204
15234
  }
15205
15235
  };
15206
- __decorate22([
15207
- coerceBoolean18
15236
+ __decorate19([
15237
+ coerceBoolean16
15208
15238
  ], EclSiteFooterFixedContentEUComponent.prototype, "isCore", void 0);
15209
15239
  i0171.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0171, type: EclSiteFooterFixedContentEUComponent, decorators: [{
15210
15240
  type: Component79,
@@ -15864,19 +15894,19 @@ i0171.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
15864
15894
  </ng-container>
15865
15895
  ` }]
15866
15896
  }], ctorParameters: () => [{ type: i129.TranslateService }, { type: EclLanguageService }], propDecorators: { isCore: [{
15867
- type: Input78
15897
+ type: Input77
15868
15898
  }], languageCode: [{
15869
- type: Input78
15899
+ type: Input77
15870
15900
  }], ecLogoLanguageCode: [{
15871
- type: Input78
15901
+ type: Input77
15872
15902
  }], content: [{
15873
- type: Input78
15903
+ type: Input77
15874
15904
  }] } });
15875
15905
 
15876
15906
  // lib/components/ecl-site-footer/ecl-site-footer.component.mjs
15877
- import { __decorate as __decorate23 } from "tslib";
15878
- import { Component as Component80, HostBinding as HostBinding119, Input as Input79 } from "@angular/core";
15879
- import { coerceBoolean as coerceBoolean19 } from "@eui/base";
15907
+ import { __decorate as __decorate20 } from "tslib";
15908
+ import { Component as Component80, HostBinding as HostBinding119, Input as Input78 } from "@angular/core";
15909
+ import { coerceBoolean as coerceBoolean17 } from "@eui/base";
15880
15910
  import * as i0172 from "@angular/core";
15881
15911
  import * as i130 from "@ngx-translate/core";
15882
15912
  import * as i34 from "@angular/common";
@@ -15911,14 +15941,14 @@ var EclSiteFooterComponent = class _EclSiteFooterComponent extends ECLBaseDirect
15911
15941
  this.ɵcmp = i0172.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterComponent, selector: "ecl-site-footer", inputs: { isCore: "isCore" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0172, template: '<div class="ecl-container ecl-site-footer__container">\n <ecl-site-footer-fixed-content-ec\n *ngIf="eclThemeService.isEC$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-ec>\n\n <ecl-site-footer-fixed-content-eu\n *ngIf="eclThemeService.isEU$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-eu>\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n', dependencies: [{ kind: "directive", type: i34.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclSiteFooterFixedContentECComponent, selector: "ecl-site-footer-fixed-content-ec", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }, { kind: "component", type: EclSiteFooterFixedContentEUComponent, selector: "ecl-site-footer-fixed-content-eu", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }, { kind: "pipe", type: i34.AsyncPipe, name: "async" }] });
15912
15942
  }
15913
15943
  };
15914
- __decorate23([
15915
- coerceBoolean19
15944
+ __decorate20([
15945
+ coerceBoolean17
15916
15946
  ], EclSiteFooterComponent.prototype, "isCore", void 0);
15917
15947
  i0172.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0172, type: EclSiteFooterComponent, decorators: [{
15918
15948
  type: Component80,
15919
15949
  args: [{ selector: "ecl-site-footer", template: '<div class="ecl-container ecl-site-footer__container">\n <ecl-site-footer-fixed-content-ec\n *ngIf="eclThemeService.isEC$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-ec>\n\n <ecl-site-footer-fixed-content-eu\n *ngIf="eclThemeService.isEU$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-eu>\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n' }]
15920
15950
  }], ctorParameters: () => [{ type: i130.TranslateService }, { type: EclLanguageService }, { type: EclThemeService }], propDecorators: { isCore: [{
15921
- type: Input79
15951
+ type: Input78
15922
15952
  }], cssClasses: [{
15923
15953
  type: HostBinding119,
15924
15954
  args: ["class"]
@@ -16229,9 +16259,9 @@ i0178.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
16229
16259
  }] } });
16230
16260
 
16231
16261
  // lib/components/ecl-page-header/ecl-page-header.component.mjs
16232
- import { __decorate as __decorate24 } from "tslib";
16233
- import { Component as Component81, ContentChild as ContentChild22, HostBinding as HostBinding124, Input as Input80 } from "@angular/core";
16234
- import { coerceBoolean as coerceBoolean20 } from "@eui/base";
16262
+ import { __decorate as __decorate21 } from "tslib";
16263
+ import { Component as Component81, ContentChild as ContentChild22, HostBinding as HostBinding124, Input as Input79 } from "@angular/core";
16264
+ import { coerceBoolean as coerceBoolean18 } from "@eui/base";
16235
16265
  import * as i0179 from "@angular/core";
16236
16266
  import * as i131 from "@angular/common";
16237
16267
  var EclPageHeaderComponent = class _EclPageHeaderComponent extends ECLBaseDirective {
@@ -16261,16 +16291,16 @@ var EclPageHeaderComponent = class _EclPageHeaderComponent extends ECLBaseDirect
16261
16291
  this.ɵcmp = i0179.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPageHeaderComponent, selector: "ecl-page-header", inputs: { backgroundImage: "backgroundImage", isNegative: "isNegative" }, host: { properties: { "class.ecl-page-header--negative": "this.isNegative", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclBreadcrumbComponent", first: true, predicate: EclBreadcrumbComponent, descendants: true }, { propertyName: "eclBackgroundPicture", first: true, predicate: EclPageHeaderBackgroundPictureDirective, descendants: true }], usesInheritance: true, ngImport: i0179, template: '<div *ngIf="hasBackgroundImage" class="ecl-page-header__background-container" aria-hidden="true">\n <picture eclPageHeaderBackgroundPicture>\n <img eclPageHeaderBackgroundImage [src]="backgroundImage" />\n </picture>\n</div>\n\n<div *ngIf="hasPicture" class="ecl-page-header__background-container" aria-hidden="true">\n <ng-content select="[eclPageHeaderBackgroundPicture]"></ng-content>\n</div>\n\n<div class="ecl-container">\n <ng-container *ngTemplateOutlet="content"> </ng-container>\n</div>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i131.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i131.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclPageHeaderBackgroundPictureDirective, selector: "[eclPageHeaderBackgroundPicture]" }, { kind: "directive", type: EclPageHeaderBackgroundImageDirective, selector: "[eclPageHeaderBackgroundImage]" }] });
16262
16292
  }
16263
16293
  };
16264
- __decorate24([
16265
- coerceBoolean20
16294
+ __decorate21([
16295
+ coerceBoolean18
16266
16296
  ], EclPageHeaderComponent.prototype, "isNegative", void 0);
16267
16297
  i0179.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0179, type: EclPageHeaderComponent, decorators: [{
16268
16298
  type: Component81,
16269
16299
  args: [{ selector: "ecl-page-header", template: '<div *ngIf="hasBackgroundImage" class="ecl-page-header__background-container" aria-hidden="true">\n <picture eclPageHeaderBackgroundPicture>\n <img eclPageHeaderBackgroundImage [src]="backgroundImage" />\n </picture>\n</div>\n\n<div *ngIf="hasPicture" class="ecl-page-header__background-container" aria-hidden="true">\n <ng-content select="[eclPageHeaderBackgroundPicture]"></ng-content>\n</div>\n\n<div class="ecl-container">\n <ng-container *ngTemplateOutlet="content"> </ng-container>\n</div>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:block}\n"] }]
16270
16300
  }], propDecorators: { backgroundImage: [{
16271
- type: Input80
16301
+ type: Input79
16272
16302
  }], isNegative: [{
16273
- type: Input80
16303
+ type: Input79
16274
16304
  }, {
16275
16305
  type: HostBinding124,
16276
16306
  args: ["class.ecl-page-header--negative"]
@@ -16389,12 +16419,12 @@ i0181.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
16389
16419
  }] });
16390
16420
 
16391
16421
  // lib/components/ecl-pagination/ecl-pagination-item.component.mjs
16392
- import { __decorate as __decorate25 } from "tslib";
16393
- import { Component as Component83, EventEmitter as EventEmitter37, HostBinding as HostBinding126, Input as Input81, Output as Output37, ViewEncapsulation as ViewEncapsulation11 } from "@angular/core";
16394
- import { coerceBoolean as coerceBoolean21 } from "@eui/base";
16422
+ import { __decorate as __decorate22 } from "tslib";
16423
+ import { Component as Component83, EventEmitter as EventEmitter37, HostBinding as HostBinding126, Input as Input80, Output as Output37, ViewEncapsulation as ViewEncapsulation11 } from "@angular/core";
16424
+ import { coerceBoolean as coerceBoolean19 } from "@eui/base";
16395
16425
  import * as i0182 from "@angular/core";
16396
16426
  import * as i133 from "@angular/common";
16397
- import * as i215 from "@angular/router";
16427
+ import * as i214 from "@angular/router";
16398
16428
  import * as i62 from "@ngx-translate/core";
16399
16429
  var EclPaginationItemClickEvent = class extends EclBaseEvent {
16400
16430
  };
@@ -16477,17 +16507,17 @@ var EclPaginationItemComponent = class _EclPaginationItemComponent extends ECLBa
16477
16507
  <span class="ecl-pagination__text ecl-pagination__text--full" aria-current="true">
16478
16508
  {{ 'ecl.pagination.PAGE' | translate: { pageNumber: label } }}
16479
16509
  </span>
16480
- }`, dependencies: [{ kind: "directive", type: i133.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i215.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i62.TranslatePipe, name: "translate" }], encapsulation: i0182.ViewEncapsulation.None });
16510
+ }`, dependencies: [{ kind: "directive", type: i133.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i214.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i62.TranslatePipe, name: "translate" }], encapsulation: i0182.ViewEncapsulation.None });
16481
16511
  }
16482
16512
  };
16483
- __decorate25([
16484
- coerceBoolean21
16513
+ __decorate22([
16514
+ coerceBoolean19
16485
16515
  ], EclPaginationItemComponent.prototype, "isCurrent", void 0);
16486
- __decorate25([
16487
- coerceBoolean21
16516
+ __decorate22([
16517
+ coerceBoolean19
16488
16518
  ], EclPaginationItemComponent.prototype, "isNext", void 0);
16489
- __decorate25([
16490
- coerceBoolean21
16519
+ __decorate22([
16520
+ coerceBoolean19
16491
16521
  ], EclPaginationItemComponent.prototype, "isPrevious", void 0);
16492
16522
  i0182.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0182, type: EclPaginationItemComponent, decorators: [{
16493
16523
  type: Component83,
@@ -16531,32 +16561,32 @@ i0182.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
16531
16561
  type: HostBinding126,
16532
16562
  args: ["attr.role"]
16533
16563
  }], label: [{
16534
- type: Input81
16564
+ type: Input80
16535
16565
  }], ariaLabel: [{
16536
- type: Input81
16566
+ type: Input80
16537
16567
  }], isCurrent: [{
16538
- type: Input81
16568
+ type: Input80
16539
16569
  }], isNext: [{
16540
- type: Input81
16570
+ type: Input80
16541
16571
  }], isPrevious: [{
16542
- type: Input81
16572
+ type: Input80
16543
16573
  }], routerLink: [{
16544
- type: Input81
16574
+ type: Input80
16545
16575
  }], queryParams: [{
16546
- type: Input81
16576
+ type: Input80
16547
16577
  }], queryParamsHandling: [{
16548
- type: Input81
16578
+ type: Input80
16549
16579
  }], href: [{
16550
- type: Input81
16580
+ type: Input80
16551
16581
  }], pageClick: [{
16552
16582
  type: Output37
16553
16583
  }] } });
16554
16584
 
16555
16585
  // lib/components/ecl-pagination/ecl-pagination.component.mjs
16556
- import { __decorate as __decorate26 } from "tslib";
16557
- import { Component as Component84, EventEmitter as EventEmitter38, HostBinding as HostBinding127, Input as Input82, Output as Output38 } from "@angular/core";
16586
+ import { __decorate as __decorate23 } from "tslib";
16587
+ import { Component as Component84, EventEmitter as EventEmitter38, HostBinding as HostBinding127, Input as Input81, Output as Output38 } from "@angular/core";
16558
16588
  import { DefaultConfig, EuiPagination } from "@eui/base";
16559
- import { coerceNumber as coerceNumber3 } from "@eui/base";
16589
+ import { coerceNumber as coerceNumber2 } from "@eui/base";
16560
16590
  import * as i0183 from "@angular/core";
16561
16591
  import * as i134 from "@angular/common";
16562
16592
  var EclPaginationEvent = class extends EclBaseEvent {
@@ -16623,31 +16653,31 @@ var EclPaginationComponent = class _EclPaginationComponent extends ECLBaseDirect
16623
16653
  this.ɵcmp = i0183.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPaginationComponent, selector: "ecl-pagination", inputs: { mode: "mode", totalItems: "totalItems", pageSize: "pageSize", currentPage: "currentPage", pageWindowSize: "pageWindowSize" }, outputs: { page: "page" }, host: { properties: { "class.ecl-pagination": "this.cmpClass", "attr.role": "this.role" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0183, template: '<ul class="ecl-pagination__list">\n <ng-container *ngIf="isModeAuto()">\n <ecl-pagination-item *ngIf="model.hasPreviousPage()" [isPrevious]="true" (pageClick)="onPreviousPage()"> </ecl-pagination-item>\n\n <ecl-pagination-item\n *ngFor="let page of model.getPages()"\n [label]="page.toString()"\n [isCurrent]="model.getCurrentPage() === page"\n (pageClick)="onPage(page)">\n </ecl-pagination-item>\n\n <ecl-pagination-item *ngIf="model.hasNextPage()" [isNext]="true" (pageClick)="onNextPage()"> </ecl-pagination-item>\n </ng-container>\n\n <ng-container *ngIf="!isModeAuto()">\n <ng-content></ng-content>\n </ng-container>\n</ul>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i134.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i134.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclPaginationItemComponent, selector: "ecl-pagination-item", inputs: ["label", "ariaLabel", "isCurrent", "isNext", "isPrevious", "routerLink", "queryParams", "queryParamsHandling", "href"], outputs: ["pageClick"] }] });
16624
16654
  }
16625
16655
  };
16626
- __decorate26([
16627
- coerceNumber3
16656
+ __decorate23([
16657
+ coerceNumber2
16628
16658
  ], EclPaginationComponent.prototype, "totalItems", void 0);
16629
- __decorate26([
16630
- coerceNumber3
16659
+ __decorate23([
16660
+ coerceNumber2
16631
16661
  ], EclPaginationComponent.prototype, "pageSize", void 0);
16632
- __decorate26([
16633
- coerceNumber3
16662
+ __decorate23([
16663
+ coerceNumber2
16634
16664
  ], EclPaginationComponent.prototype, "currentPage", void 0);
16635
- __decorate26([
16636
- coerceNumber3
16665
+ __decorate23([
16666
+ coerceNumber2
16637
16667
  ], EclPaginationComponent.prototype, "pageWindowSize", void 0);
16638
16668
  i0183.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0183, type: EclPaginationComponent, decorators: [{
16639
16669
  type: Component84,
16640
16670
  args: [{ selector: "ecl-pagination", template: '<ul class="ecl-pagination__list">\n <ng-container *ngIf="isModeAuto()">\n <ecl-pagination-item *ngIf="model.hasPreviousPage()" [isPrevious]="true" (pageClick)="onPreviousPage()"> </ecl-pagination-item>\n\n <ecl-pagination-item\n *ngFor="let page of model.getPages()"\n [label]="page.toString()"\n [isCurrent]="model.getCurrentPage() === page"\n (pageClick)="onPage(page)">\n </ecl-pagination-item>\n\n <ecl-pagination-item *ngIf="model.hasNextPage()" [isNext]="true" (pageClick)="onNextPage()"> </ecl-pagination-item>\n </ng-container>\n\n <ng-container *ngIf="!isModeAuto()">\n <ng-content></ng-content>\n </ng-container>\n</ul>\n', styles: [":host{display:block}\n"] }]
16641
16671
  }], propDecorators: { mode: [{
16642
- type: Input82
16672
+ type: Input81
16643
16673
  }], totalItems: [{
16644
- type: Input82
16674
+ type: Input81
16645
16675
  }], pageSize: [{
16646
- type: Input82
16676
+ type: Input81
16647
16677
  }], currentPage: [{
16648
- type: Input82
16678
+ type: Input81
16649
16679
  }], pageWindowSize: [{
16650
- type: Input82
16680
+ type: Input81
16651
16681
  }], page: [{
16652
16682
  type: Output38
16653
16683
  }], cmpClass: [{
@@ -17015,9 +17045,9 @@ i0188.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17015
17045
  }] });
17016
17046
 
17017
17047
  // lib/components/ecl-radio/ecl-radio-help.component.mjs
17018
- import { __decorate as __decorate27 } from "tslib";
17019
- import { Component as Component86, HostBinding as HostBinding131, Input as Input83 } from "@angular/core";
17020
- import { coerceBoolean as coerceBoolean22 } from "@eui/base";
17048
+ import { __decorate as __decorate24 } from "tslib";
17049
+ import { Component as Component86, HostBinding as HostBinding131, Input as Input82 } from "@angular/core";
17050
+ import { coerceBoolean as coerceBoolean20 } from "@eui/base";
17021
17051
  import * as i0189 from "@angular/core";
17022
17052
  var EclRadioHelpComponent = class _EclRadioHelpComponent extends ECLBaseDirective {
17023
17053
  constructor() {
@@ -17034,14 +17064,14 @@ var EclRadioHelpComponent = class _EclRadioHelpComponent extends ECLBaseDirectiv
17034
17064
  this.ɵcmp = i0189.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRadioHelpComponent, selector: "[eclRadioHelp]", inputs: { isDisabled: "isDisabled" }, host: { properties: { "class.ecl-radio__help--disabled": "this.isDisabled", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0189, template: "<ng-content></ng-content>\n" });
17035
17065
  }
17036
17066
  };
17037
- __decorate27([
17038
- coerceBoolean22
17067
+ __decorate24([
17068
+ coerceBoolean20
17039
17069
  ], EclRadioHelpComponent.prototype, "isDisabled", void 0);
17040
17070
  i0189.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0189, type: EclRadioHelpComponent, decorators: [{
17041
17071
  type: Component86,
17042
17072
  args: [{ selector: "[eclRadioHelp]", template: "<ng-content></ng-content>\n" }]
17043
17073
  }], propDecorators: { isDisabled: [{
17044
- type: Input83
17074
+ type: Input82
17045
17075
  }, {
17046
17076
  type: HostBinding131,
17047
17077
  args: ["class.ecl-radio__help--disabled"]
@@ -17051,9 +17081,9 @@ i0189.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17051
17081
  }] } });
17052
17082
 
17053
17083
  // lib/components/ecl-radio/ecl-radio-label.component.mjs
17054
- import { __decorate as __decorate28 } from "tslib";
17055
- import { Component as Component87, HostBinding as HostBinding132, Input as Input84, ViewEncapsulation as ViewEncapsulation13 } from "@angular/core";
17056
- import { coerceBoolean as coerceBoolean23 } from "@eui/base";
17084
+ import { __decorate as __decorate25 } from "tslib";
17085
+ import { Component as Component87, HostBinding as HostBinding132, Input as Input83, ViewEncapsulation as ViewEncapsulation13 } from "@angular/core";
17086
+ import { coerceBoolean as coerceBoolean21 } from "@eui/base";
17057
17087
  import * as i0190 from "@angular/core";
17058
17088
  var EclRadioLabelComponent = class _EclRadioLabelComponent extends ECLBaseDirective {
17059
17089
  constructor() {
@@ -17071,28 +17101,28 @@ var EclRadioLabelComponent = class _EclRadioLabelComponent extends ECLBaseDirect
17071
17101
  this.ɵcmp = i0190.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRadioLabelComponent, selector: "[eclRadioLabel]", inputs: { isInvalid: "isInvalid", isDisabled: "isDisabled" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0190, template: '<span class="ecl-radio__box" [class.ecl-radio__box--disabled]="isDisabled" [class.ecl-radio__box--invalid]="isInvalid">\n <span class="ecl-radio__box-inner"></span>\n</span>\n\n<ng-content></ng-content>\n', encapsulation: i0190.ViewEncapsulation.None });
17072
17102
  }
17073
17103
  };
17074
- __decorate28([
17075
- coerceBoolean23
17104
+ __decorate25([
17105
+ coerceBoolean21
17076
17106
  ], EclRadioLabelComponent.prototype, "isInvalid", void 0);
17077
- __decorate28([
17078
- coerceBoolean23
17107
+ __decorate25([
17108
+ coerceBoolean21
17079
17109
  ], EclRadioLabelComponent.prototype, "isDisabled", void 0);
17080
17110
  i0190.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0190, type: EclRadioLabelComponent, decorators: [{
17081
17111
  type: Component87,
17082
17112
  args: [{ selector: "[eclRadioLabel]", encapsulation: ViewEncapsulation13.None, template: '<span class="ecl-radio__box" [class.ecl-radio__box--disabled]="isDisabled" [class.ecl-radio__box--invalid]="isInvalid">\n <span class="ecl-radio__box-inner"></span>\n</span>\n\n<ng-content></ng-content>\n' }]
17083
17113
  }], propDecorators: { isInvalid: [{
17084
- type: Input84
17114
+ type: Input83
17085
17115
  }], isDisabled: [{
17086
- type: Input84
17116
+ type: Input83
17087
17117
  }], cssClasses: [{
17088
17118
  type: HostBinding132,
17089
17119
  args: ["class"]
17090
17120
  }] } });
17091
17121
 
17092
17122
  // lib/components/ecl-radio/ecl-radio.directive.mjs
17093
- import { __decorate as __decorate29 } from "tslib";
17094
- import { ContentChild as ContentChild25, Directive as Directive54, forwardRef as forwardRef48, HostBinding as HostBinding133, Input as Input85 } from "@angular/core";
17095
- import { coerceBoolean as coerceBoolean24 } from "@eui/base";
17123
+ import { __decorate as __decorate26 } from "tslib";
17124
+ import { ContentChild as ContentChild25, Directive as Directive54, forwardRef as forwardRef48, HostBinding as HostBinding133, Input as Input84 } from "@angular/core";
17125
+ import { coerceBoolean as coerceBoolean22 } from "@eui/base";
17096
17126
  import * as i0191 from "@angular/core";
17097
17127
  var EclRadioDirective = class _EclRadioDirective extends ECLBaseDirective {
17098
17128
  constructor() {
@@ -17122,14 +17152,14 @@ var EclRadioDirective = class _EclRadioDirective extends ECLBaseDirective {
17122
17152
  this.ɵdir = i0191.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRadioDirective, selector: "[eclRadio]", inputs: { isBinary: "isBinary", isDisabled: "isDisabled", isInvalid: "isInvalid" }, host: { properties: { "class.ecl-radio--disabled": "this.isDisabled", "class.ecl-radio--invalid": "this.isInvalid", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclRadioLabelComponent", first: true, predicate: i0191.forwardRef(() => EclRadioLabelComponent), descendants: true }, { propertyName: "eclRadioHelpComponent", first: true, predicate: i0191.forwardRef(() => EclRadioHelpComponent), descendants: true }], usesInheritance: true, ngImport: i0191 });
17123
17153
  }
17124
17154
  };
17125
- __decorate29([
17126
- coerceBoolean24
17155
+ __decorate26([
17156
+ coerceBoolean22
17127
17157
  ], EclRadioDirective.prototype, "isBinary", void 0);
17128
- __decorate29([
17129
- coerceBoolean24
17158
+ __decorate26([
17159
+ coerceBoolean22
17130
17160
  ], EclRadioDirective.prototype, "isDisabled", void 0);
17131
- __decorate29([
17132
- coerceBoolean24
17161
+ __decorate26([
17162
+ coerceBoolean22
17133
17163
  ], EclRadioDirective.prototype, "isInvalid", void 0);
17134
17164
  i0191.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0191, type: EclRadioDirective, decorators: [{
17135
17165
  type: Directive54,
@@ -17137,14 +17167,14 @@ i0191.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17137
17167
  selector: "[eclRadio]"
17138
17168
  }]
17139
17169
  }], propDecorators: { isBinary: [{
17140
- type: Input85
17170
+ type: Input84
17141
17171
  }], isDisabled: [{
17142
- type: Input85
17172
+ type: Input84
17143
17173
  }, {
17144
17174
  type: HostBinding133,
17145
17175
  args: ["class.ecl-radio--disabled"]
17146
17176
  }], isInvalid: [{
17147
- type: Input85
17177
+ type: Input84
17148
17178
  }, {
17149
17179
  type: HostBinding133,
17150
17180
  args: ["class.ecl-radio--invalid"]
@@ -17230,10 +17260,10 @@ i0193.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17230
17260
  }] });
17231
17261
 
17232
17262
  // lib/components/ecl-rating-field/ecl-rating-field.component.mjs
17233
- import { __decorate as __decorate30 } from "tslib";
17234
- import { Component as Component88, EventEmitter as EventEmitter40, forwardRef as forwardRef51, HostBinding as HostBinding135, Input as Input86, Output as Output40 } from "@angular/core";
17263
+ import { __decorate as __decorate27 } from "tslib";
17264
+ import { Component as Component88, EventEmitter as EventEmitter40, forwardRef as forwardRef51, HostBinding as HostBinding135, Input as Input85, Output as Output40 } from "@angular/core";
17235
17265
  import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR6 } from "@angular/forms";
17236
- import { coerceBoolean as coerceBoolean25, coerceNumber as coerceNumber4 } from "@eui/base";
17266
+ import { coerceBoolean as coerceBoolean23, coerceNumber as coerceNumber3 } from "@eui/base";
17237
17267
  import * as i0194 from "@angular/core";
17238
17268
  import * as i136 from "@angular/common";
17239
17269
  var EclRatingChangeEvent = class extends EclBaseEvent {
@@ -17292,31 +17322,31 @@ var EclRatingFieldComponent = class _EclRatingFieldComponent extends ECLBaseDire
17292
17322
  this.ɵcmp = i0194.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRatingFieldComponent, selector: "ecl-rating-field", inputs: { name: "name", numberOfStars: "numberOfStars", rating: "rating", disabled: "disabled" }, outputs: { ratingChange: "ratingChange" }, host: { properties: { "attr.disabled": "this.disabled", "class": "this.cssClasses" } }, providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], usesInheritance: true, ngImport: i0194, template: '<ng-container *ngFor="let n of numbers">\n <input\n type="radio"\n id="{{ name }}-{{ n }}"\n [name]="name"\n class="ecl-rating-field__input"\n [value]="n"\n required=""\n [attr.checked]="rating === n ? true : undefined"\n [attr.disabled]="disabled ? true : undefined"\n (click)="onRadioClick(n)" />\n <label class="ecl-rating-field__label" for="{{ name }}-{{ n }}">\n <span class="ecl-u-sr-only">{{ n }} stars</span>\n <ecl-icon icon="star-filled" class="ecl-rating-field__icon-filled" size="m"> </ecl-icon>\n <ecl-icon icon="star-outline" class="ecl-rating-field__icon-outline" size="m"> </ecl-icon>\n </label>\n</ng-container>\n', dependencies: [{ kind: "directive", type: i136.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
17293
17323
  }
17294
17324
  };
17295
- __decorate30([
17296
- coerceNumber4
17325
+ __decorate27([
17326
+ coerceNumber3
17297
17327
  ], EclRatingFieldComponent.prototype, "numberOfStars", void 0);
17298
- __decorate30([
17299
- coerceNumber4
17328
+ __decorate27([
17329
+ coerceNumber3
17300
17330
  ], EclRatingFieldComponent.prototype, "rating", void 0);
17301
- __decorate30([
17302
- coerceBoolean25
17331
+ __decorate27([
17332
+ coerceBoolean23
17303
17333
  ], EclRatingFieldComponent.prototype, "disabled", void 0);
17304
17334
  i0194.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0194, type: EclRatingFieldComponent, decorators: [{
17305
17335
  type: Component88,
17306
17336
  args: [{ selector: "ecl-rating-field", providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], template: '<ng-container *ngFor="let n of numbers">\n <input\n type="radio"\n id="{{ name }}-{{ n }}"\n [name]="name"\n class="ecl-rating-field__input"\n [value]="n"\n required=""\n [attr.checked]="rating === n ? true : undefined"\n [attr.disabled]="disabled ? true : undefined"\n (click)="onRadioClick(n)" />\n <label class="ecl-rating-field__label" for="{{ name }}-{{ n }}">\n <span class="ecl-u-sr-only">{{ n }} stars</span>\n <ecl-icon icon="star-filled" class="ecl-rating-field__icon-filled" size="m"> </ecl-icon>\n <ecl-icon icon="star-outline" class="ecl-rating-field__icon-outline" size="m"> </ecl-icon>\n </label>\n</ng-container>\n' }]
17307
17337
  }], ctorParameters: () => [], propDecorators: {
17308
17338
  name: [{
17309
- type: Input86
17339
+ type: Input85
17310
17340
  }],
17311
17341
  numberOfStars: [{
17312
- type: Input86
17342
+ type: Input85
17313
17343
  }],
17314
17344
  rating: [{
17315
- type: Input86
17345
+ type: Input85
17316
17346
  }],
17317
17347
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
17318
17348
  disabled: [{
17319
- type: Input86
17349
+ type: Input85
17320
17350
  }, {
17321
17351
  type: HostBinding135,
17322
17352
  args: ["attr.disabled"]
@@ -17356,7 +17386,7 @@ i0195.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17356
17386
  }] });
17357
17387
 
17358
17388
  // lib/components/ecl-range/ecl-range-value.component.mjs
17359
- import { Component as Component89, HostBinding as HostBinding136, Input as Input87 } from "@angular/core";
17389
+ import { Component as Component89, HostBinding as HostBinding136, Input as Input86 } from "@angular/core";
17360
17390
  import * as i0196 from "@angular/core";
17361
17391
  import * as i137 from "@ngx-translate/core";
17362
17392
  var EclRangeValueComponent = class _EclRangeValueComponent extends ECLBaseDirective {
@@ -17376,16 +17406,16 @@ i0196.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17376
17406
  args: [{ selector: "ecl-range-value", template: `{{ 'ecl.common.VALUE' | translate }}: <span class="ecl-range__value-current"> {{ value }} </span>
17377
17407
  `, styles: [":host{display:block}\n"] }]
17378
17408
  }], propDecorators: { value: [{
17379
- type: Input87
17409
+ type: Input86
17380
17410
  }], cssClasses: [{
17381
17411
  type: HostBinding136,
17382
17412
  args: ["class"]
17383
17413
  }] } });
17384
17414
 
17385
17415
  // lib/components/ecl-range/ecl-range.directive.mjs
17386
- import { __decorate as __decorate31 } from "tslib";
17387
- import { Directive as Directive56, EventEmitter as EventEmitter41, HostBinding as HostBinding137, HostListener as HostListener21, Input as Input88, Optional as Optional7, Output as Output41, Self as Self5 } from "@angular/core";
17388
- import { coerceBoolean as coerceBoolean26 } from "@eui/base";
17416
+ import { __decorate as __decorate28 } from "tslib";
17417
+ import { Directive as Directive56, EventEmitter as EventEmitter41, HostBinding as HostBinding137, HostListener as HostListener21, Input as Input87, Optional as Optional7, Output as Output41, Self as Self5 } from "@angular/core";
17418
+ import { coerceBoolean as coerceBoolean24 } from "@eui/base";
17389
17419
  import { distinctUntilChanged } from "rxjs";
17390
17420
  import * as i0197 from "@angular/core";
17391
17421
  import * as i138 from "@angular/forms";
@@ -17443,8 +17473,8 @@ var EclRangeDirective = class _EclRangeDirective extends ECLBaseDirective {
17443
17473
  this.ɵdir = i0197.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRangeDirective, selector: "input[eclRange]", inputs: { eclSize: "eclSize", value: "value", hasValueLabel: "hasValueLabel" }, outputs: { rangeChange: "rangeChange" }, host: { listeners: { "input": "onInput($event)" }, properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0197 });
17444
17474
  }
17445
17475
  };
17446
- __decorate31([
17447
- coerceBoolean26
17476
+ __decorate28([
17477
+ coerceBoolean24
17448
17478
  ], EclRangeDirective.prototype, "hasValueLabel", void 0);
17449
17479
  i0197.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0197, type: EclRangeDirective, decorators: [{
17450
17480
  type: Directive56,
@@ -17456,11 +17486,11 @@ i0197.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17456
17486
  }, {
17457
17487
  type: Self5
17458
17488
  }] }], propDecorators: { eclSize: [{
17459
- type: Input88
17489
+ type: Input87
17460
17490
  }], value: [{
17461
- type: Input88
17491
+ type: Input87
17462
17492
  }], hasValueLabel: [{
17463
- type: Input88
17493
+ type: Input87
17464
17494
  }], rangeChange: [{
17465
17495
  type: Output41
17466
17496
  }], cssClasses: [{
@@ -17498,7 +17528,7 @@ i0198.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17498
17528
  }] });
17499
17529
 
17500
17530
  // lib/components/ecl-select/ecl-select-container.component.mjs
17501
- import { Component as Component90, HostBinding as HostBinding138, Input as Input89 } from "@angular/core";
17531
+ import { Component as Component90, HostBinding as HostBinding138, Input as Input88 } from "@angular/core";
17502
17532
  import * as i0199 from "@angular/core";
17503
17533
  var EclSelectContainerComponent = class _EclSelectContainerComponent extends ECLBaseDirective {
17504
17534
  constructor() {
@@ -17524,20 +17554,20 @@ i0199.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17524
17554
  type: Component90,
17525
17555
  args: [{ selector: "ecl-select-container", template: '<div class="ecl-select__icon">\n <ecl-icon icon="corner-arrow" size="s" transform="rotate-180" class="ecl-select__icon-shape"> </ecl-icon>\n</div>\n' }]
17526
17556
  }], propDecorators: { eclSize: [{
17527
- type: Input89
17557
+ type: Input88
17528
17558
  }], disabled: [{
17529
- type: Input89
17559
+ type: Input88
17530
17560
  }], isInvalid: [{
17531
- type: Input89
17561
+ type: Input88
17532
17562
  }], cssClasses: [{
17533
17563
  type: HostBinding138,
17534
17564
  args: ["class"]
17535
17565
  }] } });
17536
17566
 
17537
17567
  // lib/components/ecl-select/ecl-select.directive.mjs
17538
- import { __decorate as __decorate32 } from "tslib";
17539
- import { Directive as Directive57, HostBinding as HostBinding139, Input as Input90, Optional as Optional8, Self as Self6 } from "@angular/core";
17540
- import { coerceBoolean as coerceBoolean27 } from "@eui/base";
17568
+ import { __decorate as __decorate29 } from "tslib";
17569
+ import { Directive as Directive57, HostBinding as HostBinding139, Input as Input89, Optional as Optional8, Self as Self6 } from "@angular/core";
17570
+ import { coerceBoolean as coerceBoolean25 } from "@eui/base";
17541
17571
  import * as i0200 from "@angular/core";
17542
17572
  import * as i139 from "@angular/forms";
17543
17573
  var EclSelectDirective = class _EclSelectDirective extends ECLBaseDirective {
@@ -17587,11 +17617,11 @@ var EclSelectDirective = class _EclSelectDirective extends ECLBaseDirective {
17587
17617
  this.ɵdir = i0200.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSelectDirective, selector: "select[eclSelect]", inputs: { disabled: "disabled", isInvalid: "isInvalid", eclSize: "eclSize" }, host: { properties: { "attr.disabled": "this.isDisabled", "class": "this.cssClasses", "class.ecl-select--invalid": "this.isInvalidState" } }, usesInheritance: true, ngImport: i0200 });
17588
17618
  }
17589
17619
  };
17590
- __decorate32([
17591
- coerceBoolean27
17620
+ __decorate29([
17621
+ coerceBoolean25
17592
17622
  ], EclSelectDirective.prototype, "disabled", void 0);
17593
- __decorate32([
17594
- coerceBoolean27
17623
+ __decorate29([
17624
+ coerceBoolean25
17595
17625
  ], EclSelectDirective.prototype, "isInvalid", void 0);
17596
17626
  i0200.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0200, type: EclSelectDirective, decorators: [{
17597
17627
  type: Directive57,
@@ -17603,14 +17633,14 @@ i0200.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17603
17633
  }, {
17604
17634
  type: Self6
17605
17635
  }] }, { type: i0200.ElementRef }, { type: i0200.ViewContainerRef }], propDecorators: { disabled: [{
17606
- type: Input90
17636
+ type: Input89
17607
17637
  }, {
17608
17638
  type: HostBinding139,
17609
17639
  args: ["attr.disabled"]
17610
17640
  }], isInvalid: [{
17611
- type: Input90
17641
+ type: Input89
17612
17642
  }], eclSize: [{
17613
- type: Input90
17643
+ type: Input89
17614
17644
  }], cssClasses: [{
17615
17645
  type: HostBinding139,
17616
17646
  args: ["class"]
@@ -17648,7 +17678,7 @@ i0201.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17648
17678
  }] });
17649
17679
 
17650
17680
  // lib/components/ecl-social-media-follow/ecl-social-media-follow.component.mjs
17651
- import { Component as Component91, HostBinding as HostBinding140, Input as Input91, booleanAttribute as booleanAttribute24 } from "@angular/core";
17681
+ import { Component as Component91, HostBinding as HostBinding140, Input as Input90, booleanAttribute as booleanAttribute25 } from "@angular/core";
17652
17682
  import * as i0202 from "@angular/core";
17653
17683
  import * as i140 from "@angular/common";
17654
17684
  var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends ECLBaseDirective {
@@ -17663,27 +17693,27 @@ var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends
17663
17693
  this.ɵfac = i0202.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0202, type: _EclSocialMediaFollowComponent, deps: null, target: i0202.ɵɵFactoryTarget.Component });
17664
17694
  }
17665
17695
  static {
17666
- this.ɵcmp = i0202.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: ["isVertical", "isVertical", booleanAttribute24] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0202, template: '<p *ngIf="description" class="ecl-social-media-follow__description">{{ description }}</p>\n<ul class="ecl-social-media-follow__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i140.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
17696
+ this.ɵcmp = i0202.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: ["isVertical", "isVertical", booleanAttribute25] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0202, template: '<p *ngIf="description" class="ecl-social-media-follow__description">{{ description }}</p>\n<ul class="ecl-social-media-follow__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i140.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
17667
17697
  }
17668
17698
  };
17669
17699
  i0202.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0202, type: EclSocialMediaFollowComponent, decorators: [{
17670
17700
  type: Component91,
17671
17701
  args: [{ selector: "ecl-social-media-follow", template: '<p *ngIf="description" class="ecl-social-media-follow__description">{{ description }}</p>\n<ul class="ecl-social-media-follow__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"] }]
17672
17702
  }], propDecorators: { description: [{
17673
- type: Input91
17703
+ type: Input90
17674
17704
  }], isVertical: [{
17675
- type: Input91,
17676
- args: [{ transform: booleanAttribute24 }]
17705
+ type: Input90,
17706
+ args: [{ transform: booleanAttribute25 }]
17677
17707
  }], cssClasses: [{
17678
17708
  type: HostBinding140,
17679
17709
  args: ["class"]
17680
17710
  }] } });
17681
17711
 
17682
17712
  // lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs
17683
- import { Component as Component92, EventEmitter as EventEmitter42, HostBinding as HostBinding141, Input as Input92, Output as Output42 } from "@angular/core";
17713
+ import { Component as Component92, EventEmitter as EventEmitter42, HostBinding as HostBinding141, Input as Input91, Output as Output42 } from "@angular/core";
17684
17714
  import * as i0203 from "@angular/core";
17685
17715
  import * as i141 from "@angular/common";
17686
- import * as i216 from "@angular/router";
17716
+ import * as i215 from "@angular/router";
17687
17717
  var EclSocialMediaFollowItemClickEvent = class extends EclBaseEvent {
17688
17718
  };
17689
17719
  var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent extends ECLBaseDirective {
@@ -17709,7 +17739,7 @@ var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent
17709
17739
  this.ɵfac = i0203.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0203, type: _EclSocialMediaFollowItemComponent, deps: null, target: i0203.ɵɵFactoryTarget.Component });
17710
17740
  }
17711
17741
  static {
17712
- this.ɵcmp = i0203.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowItemComponent, selector: "ecl-social-media-follow-item", inputs: { icon: "icon", iconSet: "iconSet", href: "href", routerLink: "routerLink", target: "target", size: "size" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0203, template: '@if(href) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [href]="href" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && routerLink) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [routerLink]="routerLink" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && !routerLink) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i141.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i216.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }] });
17742
+ this.ɵcmp = i0203.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowItemComponent, selector: "ecl-social-media-follow-item", inputs: { icon: "icon", iconSet: "iconSet", href: "href", routerLink: "routerLink", target: "target", size: "size" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0203, template: '@if(href) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [href]="href" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && routerLink) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [routerLink]="routerLink" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && !routerLink) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i141.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i215.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }] });
17713
17743
  }
17714
17744
  };
17715
17745
  i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0203, type: EclSocialMediaFollowItemComponent, decorators: [{
@@ -17719,17 +17749,17 @@ i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17719
17749
  type: HostBinding141,
17720
17750
  args: ["attr.role"]
17721
17751
  }], icon: [{
17722
- type: Input92
17752
+ type: Input91
17723
17753
  }], iconSet: [{
17724
- type: Input92
17754
+ type: Input91
17725
17755
  }], href: [{
17726
- type: Input92
17756
+ type: Input91
17727
17757
  }], routerLink: [{
17728
- type: Input92
17758
+ type: Input91
17729
17759
  }], target: [{
17730
- type: Input92
17760
+ type: Input91
17731
17761
  }], size: [{
17732
- type: Input92
17762
+ type: Input91
17733
17763
  }], cssClasses: [{
17734
17764
  type: HostBinding141,
17735
17765
  args: ["class"]
@@ -17796,9 +17826,9 @@ i0205.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17796
17826
  }] });
17797
17827
 
17798
17828
  // lib/components/ecl-social-media-share/ecl-social-media-share.component.mjs
17799
- import { __decorate as __decorate33 } from "tslib";
17800
- import { Component as Component93, HostBinding as HostBinding143, Input as Input93 } from "@angular/core";
17801
- import { coerceBoolean as coerceBoolean28 } from "@eui/base";
17829
+ import { __decorate as __decorate30 } from "tslib";
17830
+ import { Component as Component93, HostBinding as HostBinding143, Input as Input92 } from "@angular/core";
17831
+ import { coerceBoolean as coerceBoolean26 } from "@eui/base";
17802
17832
  import * as i0206 from "@angular/core";
17803
17833
  var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends ECLBaseDirective {
17804
17834
  constructor() {
@@ -17815,23 +17845,23 @@ var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends E
17815
17845
  this.ɵcmp = i0206.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaShareComponent, selector: "ecl-social-media-share", inputs: { description: "description", isVertical: "isVertical" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0206, template: '<p class="ecl-social-media-share__description">{{ description }}</p>\n<ul class="ecl-social-media-share__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"] });
17816
17846
  }
17817
17847
  };
17818
- __decorate33([
17819
- coerceBoolean28
17848
+ __decorate30([
17849
+ coerceBoolean26
17820
17850
  ], EclSocialMediaShareComponent.prototype, "isVertical", void 0);
17821
17851
  i0206.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0206, type: EclSocialMediaShareComponent, decorators: [{
17822
17852
  type: Component93,
17823
17853
  args: [{ selector: "ecl-social-media-share", template: '<p class="ecl-social-media-share__description">{{ description }}</p>\n<ul class="ecl-social-media-share__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"] }]
17824
17854
  }], propDecorators: { description: [{
17825
- type: Input93
17855
+ type: Input92
17826
17856
  }], isVertical: [{
17827
- type: Input93
17857
+ type: Input92
17828
17858
  }], cssClasses: [{
17829
17859
  type: HostBinding143,
17830
17860
  args: ["class"]
17831
17861
  }] } });
17832
17862
 
17833
17863
  // lib/components/ecl-social-media-share/ecl-social-media-share-item.component.mjs
17834
- import { Component as Component94, EventEmitter as EventEmitter43, HostBinding as HostBinding144, Input as Input94, Output as Output43 } from "@angular/core";
17864
+ import { Component as Component94, EventEmitter as EventEmitter43, HostBinding as HostBinding144, Input as Input93, Output as Output43 } from "@angular/core";
17835
17865
  import * as i0207 from "@angular/core";
17836
17866
  import * as i142 from "@angular/common";
17837
17867
  var EclSocialMediaShareItemClickEvent = class extends EclBaseEvent {
@@ -17858,7 +17888,7 @@ var EclSocialMediaShareItemComponent = class _EclSocialMediaShareItemComponent e
17858
17888
  this.ɵfac = i0207.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0207, type: _EclSocialMediaShareItemComponent, deps: null, target: i0207.ɵɵFactoryTarget.Component });
17859
17889
  }
17860
17890
  static {
17861
- this.ɵcmp = i0207.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaShareItemComponent, selector: "ecl-social-media-share-item", inputs: { icon: "icon", iconSet: "iconSet", size: "size", href: "href", target: "target" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0207, template: '<a\n eclLink\n *ngIf="href"\n (click)="onItemClick($event)"\n variant="standalone"\n [href]="href"\n [attr.target]="target"\n class="ecl-social-media-share__link">\n <ecl-icon *ngIf="icon" [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-share__icon"> </ecl-icon>\n\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n\n<ng-container *ngIf="!href">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</ng-container>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: i142.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i142.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
17891
+ this.ɵcmp = i0207.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaShareItemComponent, selector: "ecl-social-media-share-item", inputs: { icon: "icon", iconSet: "iconSet", size: "size", href: "href", target: "target" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0207, template: '<a\n eclLink\n *ngIf="href"\n (click)="onItemClick($event)"\n variant="standalone"\n [href]="href"\n [attr.target]="target"\n class="ecl-social-media-share__link">\n <ecl-icon *ngIf="icon" [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-share__icon"> </ecl-icon>\n\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n\n<ng-container *ngIf="!href">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</ng-container>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: i142.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i142.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
17862
17892
  }
17863
17893
  };
17864
17894
  i0207.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0207, type: EclSocialMediaShareItemComponent, decorators: [{
@@ -17868,15 +17898,15 @@ i0207.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17868
17898
  type: HostBinding144,
17869
17899
  args: ["attr.role"]
17870
17900
  }], icon: [{
17871
- type: Input94
17901
+ type: Input93
17872
17902
  }], iconSet: [{
17873
- type: Input94
17903
+ type: Input93
17874
17904
  }], size: [{
17875
- type: Input94
17905
+ type: Input93
17876
17906
  }], href: [{
17877
- type: Input94
17907
+ type: Input93
17878
17908
  }], target: [{
17879
- type: Input94
17909
+ type: Input93
17880
17910
  }], cssClasses: [{
17881
17911
  type: HostBinding144,
17882
17912
  args: ["class"]
@@ -17942,7 +17972,7 @@ i0209.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17942
17972
  }] });
17943
17973
 
17944
17974
  // lib/components/ecl-loading-indicator/ecl-loading-indicator.component.mjs
17945
- import { Component as Component95, HostBinding as HostBinding146, Input as Input95, booleanAttribute as booleanAttribute25 } from "@angular/core";
17975
+ import { Component as Component95, HostBinding as HostBinding146, Input as Input94, booleanAttribute as booleanAttribute26 } from "@angular/core";
17946
17976
  import * as i0210 from "@angular/core";
17947
17977
  var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends ECLBaseDirective {
17948
17978
  constructor() {
@@ -17965,7 +17995,7 @@ var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends E
17965
17995
  this.ɵfac = i0210.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0210, type: _EclLoadingIndicatorComponent, deps: null, target: i0210.ɵɵFactoryTarget.Component });
17966
17996
  }
17967
17997
  static {
17968
- this.ɵcmp = i0210.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLoadingIndicatorComponent, selector: "ecl-loading-indicator", inputs: { size: "size", variant: "variant", isCentered: ["isCentered", "isCentered", booleanAttribute25], isVisible: ["isVisible", "isVisible", booleanAttribute25] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0210, template: '<svg class="ecl-spinner__loader" viewBox="25 25 50 50">\n <circle\n class="ecl-spinner__circle"\n cx="50"\n cy="50"\n r="20"\n fill="none"\n stroke-width="4px"\n stroke-miterlimit="10"\n vector-effect="non-scaling-stroke"></circle>\n</svg>\n<ng-content></ng-content>\n' });
17998
+ this.ɵcmp = i0210.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLoadingIndicatorComponent, selector: "ecl-loading-indicator", inputs: { size: "size", variant: "variant", isCentered: ["isCentered", "isCentered", booleanAttribute26], isVisible: ["isVisible", "isVisible", booleanAttribute26] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0210, template: '<svg class="ecl-spinner__loader" viewBox="25 25 50 50">\n <circle\n class="ecl-spinner__circle"\n cx="50"\n cy="50"\n r="20"\n fill="none"\n stroke-width="4px"\n stroke-miterlimit="10"\n vector-effect="non-scaling-stroke"></circle>\n</svg>\n<ng-content></ng-content>\n' });
17969
17999
  }
17970
18000
  };
17971
18001
  i0210.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0210, type: EclLoadingIndicatorComponent, decorators: [{
@@ -17975,15 +18005,15 @@ i0210.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17975
18005
  type: HostBinding146,
17976
18006
  args: ["class"]
17977
18007
  }], size: [{
17978
- type: Input95
18008
+ type: Input94
17979
18009
  }], variant: [{
17980
- type: Input95
18010
+ type: Input94
17981
18011
  }], isCentered: [{
17982
- type: Input95,
17983
- args: [{ transform: booleanAttribute25 }]
18012
+ type: Input94,
18013
+ args: [{ transform: booleanAttribute26 }]
17984
18014
  }], isVisible: [{
17985
- type: Input95,
17986
- args: [{ transform: booleanAttribute25 }]
18015
+ type: Input94,
18016
+ args: [{ transform: booleanAttribute26 }]
17987
18017
  }] } });
17988
18018
 
17989
18019
  // lib/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.mjs
@@ -18095,7 +18125,7 @@ i0214.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18095
18125
  }] } });
18096
18126
 
18097
18127
  // lib/components/ecl-table/ecl-table.directive.mjs
18098
- import { ContentChildren as ContentChildren25, Directive as Directive62, EventEmitter as EventEmitter44, forwardRef as forwardRef52, HostBinding as HostBinding150, HostListener as HostListener22, Input as Input96, Output as Output44, booleanAttribute as booleanAttribute26 } from "@angular/core";
18128
+ import { ContentChildren as ContentChildren25, Directive as Directive62, EventEmitter as EventEmitter44, forwardRef as forwardRef52, HostBinding as HostBinding150, HostListener as HostListener22, Input as Input95, Output as Output44, booleanAttribute as booleanAttribute27 } from "@angular/core";
18099
18129
  import { Subject as Subject27 } from "rxjs";
18100
18130
  import { takeUntil as takeUntil24 } from "rxjs/operators";
18101
18131
  import * as i0215 from "@angular/core";
@@ -18141,7 +18171,7 @@ var EclTableDirective = class _EclTableDirective extends ECLBaseDirective {
18141
18171
  this.ɵfac = i0215.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0215, type: _EclTableDirective, deps: [{ token: i0215.IterableDiffers }], target: i0215.ɵɵFactoryTarget.Directive });
18142
18172
  }
18143
18173
  static {
18144
- this.ɵdir = i0215.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclTableDirective, selector: "[eclTable]", inputs: { isZebra: ["isZebra", "isZebra", booleanAttribute26] }, outputs: { sort: "sort" }, host: { properties: { "class.ecl-table--zebra": "this.isZebra", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclTableHeaders", predicate: i0215.forwardRef(() => EclTableHeaderDirective), descendants: true }], usesInheritance: true, ngImport: i0215 });
18174
+ this.ɵdir = i0215.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclTableDirective, selector: "[eclTable]", inputs: { isZebra: ["isZebra", "isZebra", booleanAttribute27] }, outputs: { sort: "sort" }, host: { properties: { "class.ecl-table--zebra": "this.isZebra", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclTableHeaders", predicate: i0215.forwardRef(() => EclTableHeaderDirective), descendants: true }], usesInheritance: true, ngImport: i0215 });
18145
18175
  }
18146
18176
  };
18147
18177
  i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0215, type: EclTableDirective, decorators: [{
@@ -18150,8 +18180,8 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18150
18180
  selector: "[eclTable]"
18151
18181
  }]
18152
18182
  }], ctorParameters: () => [{ type: i0215.IterableDiffers }], propDecorators: { isZebra: [{
18153
- type: Input96,
18154
- args: [{ transform: booleanAttribute26 }]
18183
+ type: Input95,
18184
+ args: [{ transform: booleanAttribute27 }]
18155
18185
  }, {
18156
18186
  type: HostBinding150,
18157
18187
  args: ["class.ecl-table--zebra"]
@@ -18276,12 +18306,12 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18276
18306
  type: HostBinding150,
18277
18307
  args: ["attr.aria-sort"]
18278
18308
  }], eclSortable: [{
18279
- type: Input96
18309
+ type: Input95
18280
18310
  }, {
18281
18311
  type: HostBinding150,
18282
18312
  args: ["attr.data-ecl-table-sort-toggle"]
18283
18313
  }], sortButtonAriaLabel: [{
18284
- type: Input96
18314
+ type: Input95
18285
18315
  }], cssClasses: [{
18286
18316
  type: HostBinding150,
18287
18317
  args: ["class"]
@@ -18352,12 +18382,12 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18352
18382
  selector: "[eclTableCell]"
18353
18383
  }]
18354
18384
  }], propDecorators: { eclTableCellHeader: [{
18355
- type: Input96
18385
+ type: Input95
18356
18386
  }, {
18357
18387
  type: HostBinding150,
18358
18388
  args: ["attr.data-ecl-table-header"]
18359
18389
  }], isGroup: [{
18360
- type: Input96
18390
+ type: Input95
18361
18391
  }, {
18362
18392
  type: HostBinding150,
18363
18393
  args: ["class.ecl-table__cell--group"]
@@ -18382,7 +18412,7 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18382
18412
  selector: "[eclTableCellGroup]"
18383
18413
  }]
18384
18414
  }], propDecorators: { eclTableCellGroup: [{
18385
- type: Input96
18415
+ type: Input95
18386
18416
  }, {
18387
18417
  type: HostBinding150,
18388
18418
  args: ["attr.data-ecl-table-header-group"]
@@ -18487,9 +18517,9 @@ i0217.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18487
18517
  }], ctorParameters: () => [{ type: i0217.ElementRef }] });
18488
18518
 
18489
18519
  // lib/components/ecl-tabs/ecl-tab.component.mjs
18490
- import { __decorate as __decorate34 } from "tslib";
18491
- import { Component as Component98, ContentChild as ContentChild28, EventEmitter as EventEmitter45, HostBinding as HostBinding151, Input as Input97, Output as Output45, ViewChild as ViewChild16 } from "@angular/core";
18492
- import { coerceBoolean as coerceBoolean29 } from "@eui/base";
18520
+ import { __decorate as __decorate31 } from "tslib";
18521
+ import { Component as Component98, ContentChild as ContentChild28, EventEmitter as EventEmitter45, HostBinding as HostBinding151, Input as Input96, Output as Output45, ViewChild as ViewChild16 } from "@angular/core";
18522
+ import { coerceBoolean as coerceBoolean27 } from "@eui/base";
18493
18523
  import * as i0218 from "@angular/core";
18494
18524
  var EclTabSelectEvent = class extends EclBaseEvent {
18495
18525
  constructor(tab) {
@@ -18544,27 +18574,27 @@ var EclTabComponent = class _EclTabComponent extends ECLBaseDirective {
18544
18574
  this.ɵfac = i0218.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0218, type: _EclTabComponent, deps: [{ token: i0218.ElementRef }], target: i0218.ɵɵFactoryTarget.Component });
18545
18575
  }
18546
18576
  static {
18547
- this.ɵcmp = i0218.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTabComponent, selector: "ecl-tab, li[eclTab]", inputs: { id: "id", isHidden: "isHidden", isActive: "isActive" }, outputs: { selectTab: "selectTab", keydownTab: "keydownTab" }, host: { properties: { "attr.aria-hidden": "this.isHidden", "attr.role": "this.role", "class": "this.cssClasses" } }, queries: [{ propertyName: "label", first: true, predicate: EclTabLabelComponent, descendants: true }], viewQueries: [{ propertyName: "contentTemplate", first: true, predicate: ["content"], descendants: true }, { propertyName: "link", first: true, predicate: EclLinkDirective, descendants: true }], usesInheritance: true, ngImport: i0218, template: '<a\n eclLink\n role="tab"\n class="ecl-tabs__link"\n [class.ecl-tabs__link--active]="isActive"\n [attr.aria-selected]="isActive"\n tabindex="0"\n (keydown)="onKeydown($event)"\n (click)="onTabClick()">\n <ng-content select="ecl-tab-label"></ng-content>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isHiddenLabel", "isNoVisited", "variant"] }] });
18577
+ this.ɵcmp = i0218.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTabComponent, selector: "ecl-tab, li[eclTab]", inputs: { id: "id", isHidden: "isHidden", isActive: "isActive" }, outputs: { selectTab: "selectTab", keydownTab: "keydownTab" }, host: { properties: { "attr.aria-hidden": "this.isHidden", "attr.role": "this.role", "class": "this.cssClasses" } }, queries: [{ propertyName: "label", first: true, predicate: EclTabLabelComponent, descendants: true }], viewQueries: [{ propertyName: "contentTemplate", first: true, predicate: ["content"], descendants: true }, { propertyName: "link", first: true, predicate: EclLinkDirective, descendants: true }], usesInheritance: true, ngImport: i0218, template: '<a\n eclLink\n role="tab"\n class="ecl-tabs__link"\n [class.ecl-tabs__link--active]="isActive"\n [attr.aria-selected]="isActive"\n tabindex="0"\n (keydown)="onKeydown($event)"\n (click)="onTabClick()">\n <ng-content select="ecl-tab-label"></ng-content>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }] });
18548
18578
  }
18549
18579
  };
18550
- __decorate34([
18551
- coerceBoolean29
18580
+ __decorate31([
18581
+ coerceBoolean27
18552
18582
  ], EclTabComponent.prototype, "isHidden", void 0);
18553
- __decorate34([
18554
- coerceBoolean29
18583
+ __decorate31([
18584
+ coerceBoolean27
18555
18585
  ], EclTabComponent.prototype, "isActive", void 0);
18556
18586
  i0218.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0218, type: EclTabComponent, decorators: [{
18557
18587
  type: Component98,
18558
18588
  args: [{ selector: "ecl-tab, li[eclTab]", template: '<a\n eclLink\n role="tab"\n class="ecl-tabs__link"\n [class.ecl-tabs__link--active]="isActive"\n [attr.aria-selected]="isActive"\n tabindex="0"\n (keydown)="onKeydown($event)"\n (click)="onTabClick()">\n <ng-content select="ecl-tab-label"></ng-content>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n' }]
18559
18589
  }], ctorParameters: () => [{ type: i0218.ElementRef }], propDecorators: { id: [{
18560
- type: Input97
18590
+ type: Input96
18561
18591
  }], isHidden: [{
18562
- type: Input97
18592
+ type: Input96
18563
18593
  }, {
18564
18594
  type: HostBinding151,
18565
18595
  args: ["attr.aria-hidden"]
18566
18596
  }], isActive: [{
18567
- type: Input97
18597
+ type: Input96
18568
18598
  }], selectTab: [{
18569
18599
  type: Output45
18570
18600
  }], keydownTab: [{
@@ -18587,9 +18617,9 @@ i0218.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18587
18617
  }] } });
18588
18618
 
18589
18619
  // lib/components/ecl-tabs/ecl-tab-more.component.mjs
18590
- import { __decorate as __decorate35 } from "tslib";
18591
- import { Component as Component99, HostBinding as HostBinding152, Input as Input98 } from "@angular/core";
18592
- import { coerceBoolean as coerceBoolean30 } from "@eui/base";
18620
+ import { __decorate as __decorate32 } from "tslib";
18621
+ import { Component as Component99, HostBinding as HostBinding152, Input as Input97 } from "@angular/core";
18622
+ import { coerceBoolean as coerceBoolean28 } from "@eui/base";
18593
18623
  import * as i0219 from "@angular/core";
18594
18624
  var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
18595
18625
  constructor() {
@@ -18607,14 +18637,14 @@ var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
18607
18637
  this.ɵcmp = i0219.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTabMoreComponent, selector: "ecl-tab-more", inputs: { isHidden: "isHidden" }, host: { properties: { "attr.aria-hidden": "this.isHidden", "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0219, template: "<ng-content></ng-content>\n", styles: [":host{display:list-item}\n"] });
18608
18638
  }
18609
18639
  };
18610
- __decorate35([
18611
- coerceBoolean30
18640
+ __decorate32([
18641
+ coerceBoolean28
18612
18642
  ], EclTabMoreComponent.prototype, "isHidden", void 0);
18613
18643
  i0219.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0219, type: EclTabMoreComponent, decorators: [{
18614
18644
  type: Component99,
18615
18645
  args: [{ selector: "ecl-tab-more", template: "<ng-content></ng-content>\n", styles: [":host{display:list-item}\n"] }]
18616
18646
  }], propDecorators: { isHidden: [{
18617
- type: Input98
18647
+ type: Input97
18618
18648
  }, {
18619
18649
  type: HostBinding152,
18620
18650
  args: ["attr.aria-hidden"]
@@ -18627,7 +18657,7 @@ i0219.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18627
18657
  }] } });
18628
18658
 
18629
18659
  // lib/components/ecl-tabs/ecl-tabs.component.mjs
18630
- import { Component as Component100, ContentChildren as ContentChildren26, EventEmitter as EventEmitter46, forwardRef as forwardRef54, HostListener as HostListener23, Input as Input99, Output as Output46, ViewChild as ViewChild17, ViewEncapsulation as ViewEncapsulation15 } from "@angular/core";
18660
+ import { Component as Component100, ContentChildren as ContentChildren26, EventEmitter as EventEmitter46, forwardRef as forwardRef54, HostListener as HostListener23, Input as Input98, Output as Output46, ViewChild as ViewChild17, ViewEncapsulation as ViewEncapsulation15 } from "@angular/core";
18631
18661
  import { of as of4, Subject as Subject28 } from "rxjs";
18632
18662
  import { mergeWith as mergeWith3, takeUntil as takeUntil25 } from "rxjs/operators";
18633
18663
  import * as i0220 from "@angular/core";
@@ -19214,9 +19244,9 @@ i0220.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19214
19244
  </ng-container>
19215
19245
  ` }]
19216
19246
  }], ctorParameters: () => [{ type: i0220.IterableDiffers }, { type: i143.BreakpointObserver }, { type: i0220.ChangeDetectorRef }, { type: i0220.ElementRef }, { type: EclRtlService }], propDecorators: { bodyClass: [{
19217
- type: Input99
19247
+ type: Input98
19218
19248
  }], direction: [{
19219
- type: Input99
19249
+ type: Input98
19220
19250
  }], tabSelect: [{
19221
19251
  type: Output46
19222
19252
  }], tabs: [{
@@ -19292,9 +19322,9 @@ i0221.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19292
19322
  }] });
19293
19323
 
19294
19324
  // lib/components/ecl-tag/ecl-tag.component.mjs
19295
- import { Component as Component101, Input as Input100, HostBinding as HostBinding153, Output as Output47, EventEmitter as EventEmitter47, booleanAttribute as booleanAttribute27 } from "@angular/core";
19325
+ import { Component as Component101, Input as Input99, HostBinding as HostBinding153, Output as Output47, EventEmitter as EventEmitter47, booleanAttribute as booleanAttribute28 } from "@angular/core";
19296
19326
  import * as i0222 from "@angular/core";
19297
- import * as i217 from "@angular/common";
19327
+ import * as i216 from "@angular/common";
19298
19328
  var EclTagRemoveEvent = class extends EclBaseEvent {
19299
19329
  };
19300
19330
  var EclTagComponent = class _EclTagComponent extends ECLBaseDirective {
@@ -19329,17 +19359,17 @@ var EclTagComponent = class _EclTagComponent extends ECLBaseDirective {
19329
19359
  this.ɵfac = i0222.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0222, type: _EclTagComponent, deps: null, target: i0222.ɵɵFactoryTarget.Component });
19330
19360
  }
19331
19361
  static {
19332
- this.ɵcmp = i0222.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclTagComponent, selector: "ecl-tag, [eclTag]", inputs: { variant: "variant", isWrapped: ["isWrapped", "isWrapped", booleanAttribute27] }, outputs: { remove: "remove" }, host: { properties: { "attr.hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0222, template: '<ng-content></ng-content>\n@if(isRemovable) {\n <span class="ecl-tag__icon" (click)="onRemoveClick($event)">\n <ecl-icon icon="close-outline" class="ecl-tag__icon-close" role="img">\n <title>{{title | titlecase}}</title>\n </ecl-icon>\n</span>\n}\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i217.TitleCasePipe, name: "titlecase" }] });
19362
+ this.ɵcmp = i0222.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclTagComponent, selector: "ecl-tag, [eclTag]", inputs: { variant: "variant", isWrapped: ["isWrapped", "isWrapped", booleanAttribute28] }, outputs: { remove: "remove" }, host: { properties: { "attr.hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0222, template: '<ng-content></ng-content>\n@if(isRemovable) {\n <span class="ecl-tag__icon" (click)="onRemoveClick($event)">\n <ecl-icon icon="close-outline" class="ecl-tag__icon-close" role="img">\n <title>{{title | titlecase}}</title>\n </ecl-icon>\n</span>\n}\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i216.TitleCasePipe, name: "titlecase" }] });
19333
19363
  }
19334
19364
  };
19335
19365
  i0222.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0222, type: EclTagComponent, decorators: [{
19336
19366
  type: Component101,
19337
19367
  args: [{ selector: "ecl-tag, [eclTag]", template: '<ng-content></ng-content>\n@if(isRemovable) {\n <span class="ecl-tag__icon" (click)="onRemoveClick($event)">\n <ecl-icon icon="close-outline" class="ecl-tag__icon-close" role="img">\n <title>{{title | titlecase}}</title>\n </ecl-icon>\n</span>\n}\n' }]
19338
19368
  }], propDecorators: { variant: [{
19339
- type: Input100
19369
+ type: Input99
19340
19370
  }], isWrapped: [{
19341
- type: Input100,
19342
- args: [{ transform: booleanAttribute27 }]
19371
+ type: Input99,
19372
+ args: [{ transform: booleanAttribute28 }]
19343
19373
  }], remove: [{
19344
19374
  type: Output47
19345
19375
  }], isHidden: [{
@@ -19399,9 +19429,9 @@ i0224.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19399
19429
  }] });
19400
19430
 
19401
19431
  // lib/components/ecl-text-area/ecl-text-area.directive.mjs
19402
- import { __decorate as __decorate36 } from "tslib";
19403
- import { Directive as Directive64, HostBinding as HostBinding155, Input as Input101, Optional as Optional9, Self as Self7 } from "@angular/core";
19404
- import { coerceBoolean as coerceBoolean31 } from "@eui/base";
19432
+ import { __decorate as __decorate33 } from "tslib";
19433
+ import { Directive as Directive64, HostBinding as HostBinding155, Input as Input100, Optional as Optional9, Self as Self7 } from "@angular/core";
19434
+ import { coerceBoolean as coerceBoolean29 } from "@eui/base";
19405
19435
  import * as i0225 from "@angular/core";
19406
19436
  import * as i144 from "@angular/forms";
19407
19437
  var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective {
@@ -19428,8 +19458,8 @@ var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective
19428
19458
  this.ɵdir = i0225.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTextAreaDirective, selector: "textarea[eclTextArea]", inputs: { eclSize: "eclSize", isInvalid: "isInvalid" }, host: { properties: { "class": "this.cssClasses", "class.ecl-text-area--invalid": "this.invalidState" } }, usesInheritance: true, ngImport: i0225 });
19429
19459
  }
19430
19460
  };
19431
- __decorate36([
19432
- coerceBoolean31
19461
+ __decorate33([
19462
+ coerceBoolean29
19433
19463
  ], EclTextAreaDirective.prototype, "isInvalid", void 0);
19434
19464
  i0225.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0225, type: EclTextAreaDirective, decorators: [{
19435
19465
  type: Directive64,
@@ -19441,9 +19471,9 @@ i0225.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19441
19471
  }, {
19442
19472
  type: Self7
19443
19473
  }] }], propDecorators: { eclSize: [{
19444
- type: Input101
19474
+ type: Input100
19445
19475
  }], isInvalid: [{
19446
- type: Input101
19476
+ type: Input100
19447
19477
  }], cssClasses: [{
19448
19478
  type: HostBinding155,
19449
19479
  args: ["class"]
@@ -19553,9 +19583,9 @@ i0229.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19553
19583
  }] } });
19554
19584
 
19555
19585
  // lib/components/ecl-timeline/ecl-timeline-item.component.mjs
19556
- import { __decorate as __decorate37 } from "tslib";
19557
- import { Component as Component103, Input as Input102, HostBinding as HostBinding158, ViewEncapsulation as ViewEncapsulation17, Output as Output49, EventEmitter as EventEmitter49, ContentChild as ContentChild29, forwardRef as forwardRef56 } from "@angular/core";
19558
- import { coerceBoolean as coerceBoolean32 } from "@eui/base";
19586
+ import { __decorate as __decorate34 } from "tslib";
19587
+ import { Component as Component103, Input as Input101, HostBinding as HostBinding158, ViewEncapsulation as ViewEncapsulation17, Output as Output49, EventEmitter as EventEmitter49, ContentChild as ContentChild29, forwardRef as forwardRef56 } from "@angular/core";
19588
+ import { coerceBoolean as coerceBoolean30 } from "@eui/base";
19559
19589
  import { Subject as Subject29 } from "rxjs";
19560
19590
  import { takeUntil as takeUntil26 } from "rxjs/operators";
19561
19591
  import * as i0230 from "@angular/core";
@@ -19655,8 +19685,8 @@ var EclTimelineItemComponent = class _EclTimelineItemComponent extends ECLBaseDi
19655
19685
  </ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"], dependencies: [{ kind: "directive", type: i145.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i145.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i56.TranslatePipe, name: "translate" }], encapsulation: i0230.ViewEncapsulation.None });
19656
19686
  }
19657
19687
  };
19658
- __decorate37([
19659
- coerceBoolean32
19688
+ __decorate34([
19689
+ coerceBoolean30
19660
19690
  ], EclTimelineItemComponent.prototype, "isTogglerExpanded", void 0);
19661
19691
  i0230.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0230, type: EclTimelineItemComponent, decorators: [{
19662
19692
  type: Component103,
@@ -19696,17 +19726,17 @@ i0230.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19696
19726
  <ng-content></ng-content>
19697
19727
  </ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"] }]
19698
19728
  }], propDecorators: { label: [{
19699
- type: Input102
19729
+ type: Input101
19700
19730
  }], eclTitle: [{
19701
- type: Input102
19731
+ type: Input101
19702
19732
  }], toggleButtonLabel: [{
19703
- type: Input102
19733
+ type: Input101
19704
19734
  }], expandLabel: [{
19705
- type: Input102
19735
+ type: Input101
19706
19736
  }], collapseLabel: [{
19707
- type: Input102
19737
+ type: Input101
19708
19738
  }], isTogglerExpanded: [{
19709
- type: Input102
19739
+ type: Input101
19710
19740
  }], cssClasses: [{
19711
19741
  type: HostBinding158,
19712
19742
  args: ["class"]
@@ -19714,17 +19744,17 @@ i0230.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19714
19744
  type: ContentChild29,
19715
19745
  args: [forwardRef56(() => EclTimelineItemTogglerComponent)]
19716
19746
  }], isCollapsed: [{
19717
- type: Input102
19747
+ type: Input101
19718
19748
  }, {
19719
19749
  type: HostBinding158,
19720
19750
  args: ["class.ecl-timeline__item--collapsed"]
19721
19751
  }], isToggler: [{
19722
- type: Input102
19752
+ type: Input101
19723
19753
  }, {
19724
19754
  type: HostBinding158,
19725
19755
  args: ["class.ecl-timeline__item--toggle"]
19726
19756
  }], toggleGroup: [{
19727
- type: Input102
19757
+ type: Input101
19728
19758
  }], toggle: [{
19729
19759
  type: Output49
19730
19760
  }] } });