@eui/ecl 18.0.0-next.14 → 18.0.0-next.15

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 (26) hide show
  1. package/docs/components/EclBreadcrumbSegmentComponent.html +1 -1
  2. package/docs/components/EclIconComponent.html +2 -4
  3. package/docs/components/EclSocialMediaFollowComponent.html +1 -1
  4. package/docs/components/EclSocialMediaFollowItemComponent.html +26 -2
  5. package/docs/dependencies.html +2 -2
  6. package/docs/js/menu-wc.js +6 -6
  7. package/docs/js/menu-wc_es5.js +1 -1
  8. package/docs/js/search/search_index.js +2 -2
  9. package/esm2022/lib/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.mjs +3 -3
  10. package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +3 -8
  11. package/esm2022/lib/components/ecl-link/ecl-link.directive.mjs +2 -2
  12. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs +12 -8
  13. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.mjs +5 -10
  14. package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.mjs +5 -4
  15. package/fesm2022/eui-ecl.mjs +157 -161
  16. package/fesm2022/eui-ecl.mjs.map +3 -3
  17. package/lib/components/ecl-icon/ecl-icon.component.d.ts +1 -1
  18. package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
  19. package/lib/components/ecl-link/ecl-link.directive.d.ts.map +1 -1
  20. package/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts +2 -1
  21. package/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.d.ts.map +1 -1
  22. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts +2 -1
  23. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.component.d.ts.map +1 -1
  24. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts +4 -3
  25. package/lib/components/ecl-social-media-follow/ecl-social-media-follow.module.d.ts.map +1 -1
  26. package/package.json +1 -1
@@ -471,9 +471,7 @@ i04.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3",
471
471
  }] }, { type: EclThemeService }, { type: EclDefaultLanguageService }] });
472
472
 
473
473
  // lib/components/ecl-icon/ecl-icon.component.mjs
474
- import { __decorate } from "tslib";
475
474
  import { Component, HostBinding as HostBinding2, Input as Input2, ViewChild, booleanAttribute } from "@angular/core";
476
- import { coerceElement } from "@eui/base";
477
475
  import { of, switchMap } from "rxjs";
478
476
  import * as i05 from "@angular/core";
479
477
  import * as i2 from "@angular/common";
@@ -505,13 +503,13 @@ var EclIconComponent = class _EclIconComponent extends ECLBaseDirective {
505
503
  const hostParentEl = hostEl.parentElement;
506
504
  if (hostParentEl != null) {
507
505
  this.renderer.setStyle(hostEl, "display", "none");
508
- hostEl.after(this.svgEl);
506
+ hostEl.after(this.svgEl.nativeElement);
509
507
  }
510
508
  }
511
509
  ngOnDestroy() {
512
510
  try {
513
511
  if (this.svgEl) {
514
- const hostParentEl = this.svgEl.parentElement;
512
+ const hostParentEl = this.svgEl.nativeElement.parentElement;
515
513
  if (hostParentEl) {
516
514
  hostParentEl.removeChild(this.svgEl);
517
515
  }
@@ -555,9 +553,6 @@ var EclIconComponent = class _EclIconComponent extends ECLBaseDirective {
555
553
  this.ɵcmp = i05.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclIconComponent, selector: "ecl-icon", inputs: { iconSet: "iconSet", icon: "icon", size: "size", color: "color", transform: "transform", ariaLabelledby: "ariaLabelledby", role: "role", ariaHidden: ["ariaHidden", "ariaHidden", booleanAttribute], focusable: ["focusable", "focusable", booleanAttribute] }, host: { properties: { "class.ecl-u-bg-dark": "this.isColorInverted" } }, viewQueries: [{ propertyName: "svgEl", first: true, predicate: ["svg"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i05, template: '<svg\n #svg\n [ngClass]="getClasses()"\n [attr.aria-hidden]="ariaHidden"\n [attr.aria-labelledby]="ariaLabelledby || null"\n [attr.role]="role || null"\n [attr.focusable]="focusable">\n <use [attr.xlink:href]="iconUrl$ | async"></use>\n <ng-content></ng-content>\n</svg>\n', dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] });
556
554
  }
557
555
  };
558
- __decorate([
559
- coerceElement
560
- ], EclIconComponent.prototype, "svgEl", void 0);
561
556
  i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i05, type: EclIconComponent, decorators: [{
562
557
  type: Component,
563
558
  args: [{ selector: "ecl-icon", template: '<svg\n #svg\n [ngClass]="getClasses()"\n [attr.aria-hidden]="ariaHidden"\n [attr.aria-labelledby]="ariaLabelledby || null"\n [attr.role]="role || null"\n [attr.focusable]="focusable">\n <use [attr.xlink:href]="iconUrl$ | async"></use>\n <ng-content></ng-content>\n</svg>\n' }]
@@ -1023,7 +1018,7 @@ i015.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
1023
1018
  }] });
1024
1019
 
1025
1020
  // lib/components/ecl-form-label/ecl-form-label.component.mjs
1026
- import { __decorate as __decorate2 } from "tslib";
1021
+ import { __decorate } from "tslib";
1027
1022
  import { ChangeDetectionStrategy as ChangeDetectionStrategy5, Component as Component5, HostBinding as HostBinding8, Input as Input6 } from "@angular/core";
1028
1023
  import { coerceBoolean } from "@eui/base";
1029
1024
  import * as i016 from "@angular/core";
@@ -1054,16 +1049,16 @@ var EclFormLabelComponent = class _EclFormLabelComponent extends ECLBaseDirectiv
1054
1049
  `, dependencies: [{ kind: "directive", type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i23.TranslatePipe, name: "translate" }], changeDetection: i016.ChangeDetectionStrategy.OnPush });
1055
1050
  }
1056
1051
  };
1057
- __decorate2([
1052
+ __decorate([
1058
1053
  coerceBoolean
1059
1054
  ], EclFormLabelComponent.prototype, "isOptional", void 0);
1060
- __decorate2([
1055
+ __decorate([
1061
1056
  coerceBoolean
1062
1057
  ], EclFormLabelComponent.prototype, "isInvalid", void 0);
1063
- __decorate2([
1058
+ __decorate([
1064
1059
  coerceBoolean
1065
1060
  ], EclFormLabelComponent.prototype, "isDisabled", void 0);
1066
- __decorate2([
1061
+ __decorate([
1067
1062
  coerceBoolean
1068
1063
  ], EclFormLabelComponent.prototype, "isRequired", void 0);
1069
1064
  i016.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i016, type: EclFormLabelComponent, decorators: [{
@@ -1180,7 +1175,7 @@ var EclLinkDirective = class _EclLinkDirective extends ECLBaseDirective {
1180
1175
  if (this.eclIconComponents) {
1181
1176
  setTimeout(() => {
1182
1177
  this.eclIconComponents.forEach((icn) => {
1183
- icn.class = "ecl-link__icon";
1178
+ icn.class = icn.class + " ecl-link__icon";
1184
1179
  });
1185
1180
  });
1186
1181
  }
@@ -1277,7 +1272,7 @@ i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
1277
1272
  }] });
1278
1273
 
1279
1274
  // lib/components/ecl-text-input/ecl-text-input.directive.mjs
1280
- import { __decorate as __decorate3 } from "tslib";
1275
+ import { __decorate as __decorate2 } from "tslib";
1281
1276
  import { Directive as Directive7, HostBinding as HostBinding12, Input as Input8, Optional as Optional3, Self } from "@angular/core";
1282
1277
  import { coerceBoolean as coerceBoolean2 } from "@eui/base";
1283
1278
  import * as i023 from "@angular/core";
@@ -1307,7 +1302,7 @@ var EclTextInputDirective = class _EclTextInputDirective extends ECLBaseDirectiv
1307
1302
  this.ɵdir = i023.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTextInputDirective, isStandalone: true, selector: "input[eclTextInput]", inputs: { eclSize: "eclSize", isInvalid: "isInvalid" }, host: { properties: { "attr.type": "this.type", "class": "this.cssClasses", "class.ecl-text-input--invalid": "this.invalidState" } }, usesInheritance: true, ngImport: i023 });
1308
1303
  }
1309
1304
  };
1310
- __decorate3([
1305
+ __decorate2([
1311
1306
  coerceBoolean2
1312
1307
  ], EclTextInputDirective.prototype, "isInvalid", void 0);
1313
1308
  i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i023, type: EclTextInputDirective, decorators: [{
@@ -1898,9 +1893,9 @@ i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
1898
1893
  }] } });
1899
1894
 
1900
1895
  // lib/components/ecl-site-header/language/ecl-site-header-language.component.mjs
1901
- import { __decorate as __decorate4 } from "tslib";
1896
+ import { __decorate as __decorate3 } from "tslib";
1902
1897
  import { Component as Component12, ElementRef as ElementRef7, EventEmitter as EventEmitter5, HostBinding as HostBinding18, HostListener as HostListener4, Input as Input11, Output as Output5, ViewChild as ViewChild2 } from "@angular/core";
1903
- import { coerceElement as coerceElement2 } from "@eui/base";
1898
+ import { coerceElement } from "@eui/base";
1904
1899
  import { debounceTime, fromEvent, Subject as Subject5, takeUntil as takeUntil5 } from "rxjs";
1905
1900
  import * as i032 from "@angular/core";
1906
1901
  import * as i4 from "@angular/common";
@@ -2074,11 +2069,11 @@ var EclSiteHeaderLanguageComponent = class _EclSiteHeaderLanguageComponent exten
2074
2069
  `, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "component", type: EclSiteHeaderLanguagePopoverComponent, selector: "ecl-site-header-language-popover", inputs: ["languageCode", "euLanguages", "nonEuLanguages", "euColumnsCount", "nonEuColumnsCount", "isHidden", "isPushRight", "isStack", "isFull", "rightPosition", "languageArrowPosition"], outputs: ["languageClosed", "languageSelected"] }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] });
2075
2070
  }
2076
2071
  };
2077
- __decorate4([
2078
- coerceElement2
2072
+ __decorate3([
2073
+ coerceElement
2079
2074
  ], EclSiteHeaderLanguageComponent.prototype, "languagePopoverElement", void 0);
2080
- __decorate4([
2081
- coerceElement2
2075
+ __decorate3([
2076
+ coerceElement
2082
2077
  ], EclSiteHeaderLanguageComponent.prototype, "languageLinkElement", void 0);
2083
2078
  i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i032, type: EclSiteHeaderLanguageComponent, decorators: [{
2084
2079
  type: Component12,
@@ -2149,7 +2144,7 @@ i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
2149
2144
  }] } });
2150
2145
 
2151
2146
  // lib/components/ecl-site-header/login/ecl-site-header-login.component.mjs
2152
- import { __decorate as __decorate5 } from "tslib";
2147
+ import { __decorate as __decorate4 } from "tslib";
2153
2148
  import { Component as Component13, EventEmitter as EventEmitter6, HostBinding as HostBinding19, Input as Input12, Output as Output6 } from "@angular/core";
2154
2149
  import { coerceBoolean as coerceBoolean3 } from "@eui/base";
2155
2150
  import * as i033 from "@angular/core";
@@ -2224,7 +2219,7 @@ var EclSiteHeaderLoginComponent = class _EclSiteHeaderLoginComponent extends ECL
2224
2219
  `, styles: [".ecl-site-header__login-toggle .ecl-site-header__login-arrow{display:inline-flex}\n"], dependencies: [{ kind: "directive", type: i18.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }] });
2225
2220
  }
2226
2221
  };
2227
- __decorate5([
2222
+ __decorate4([
2228
2223
  coerceBoolean3
2229
2224
  ], EclSiteHeaderLoginComponent.prototype, "isLoggedIn", void 0);
2230
2225
  i033.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i033, type: EclSiteHeaderLoginComponent, decorators: [{
@@ -2399,9 +2394,9 @@ i034.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
2399
2394
  }] } });
2400
2395
 
2401
2396
  // lib/components/ecl-site-header/ecl-site-header.component.mjs
2402
- import { __decorate as __decorate6 } from "tslib";
2397
+ import { __decorate as __decorate5 } from "tslib";
2403
2398
  import { Component as Component15, ContentChild, EventEmitter as EventEmitter8, HostBinding as HostBinding21, Input as Input14, Output as Output8, ViewChild as ViewChild3 } from "@angular/core";
2404
- import { coerceElement as coerceElement3 } from "@eui/base";
2399
+ import { coerceElement as coerceElement2 } from "@eui/base";
2405
2400
  import { Subject as Subject6, takeUntil as takeUntil6 } from "rxjs";
2406
2401
  import * as i035 from "@angular/core";
2407
2402
  import * as i24 from "@ngx-translate/core";
@@ -2518,8 +2513,8 @@ var EclSiteHeaderComponent = class _EclSiteHeaderComponent extends ECLBaseDirect
2518
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" }] });
2519
2514
  }
2520
2515
  };
2521
- __decorate6([
2522
- coerceElement3
2516
+ __decorate5([
2517
+ coerceElement2
2523
2518
  ], EclSiteHeaderComponent.prototype, "topContainerElement", void 0);
2524
2519
  i035.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i035, type: EclSiteHeaderComponent, decorators: [{
2525
2520
  type: Component15,
@@ -3356,12 +3351,12 @@ var EclBreadcrumbSegmentComponent = class _EclBreadcrumbSegmentComponent extends
3356
3351
  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 });
3357
3352
  }
3358
3353
  static {
3359
- 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<a *ngIf="!isCurrentPage && href" eclLink variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0"\n (click)="onSegmentClick($event)" class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n<a *ngIf="!isCurrentPage && !href" eclLink [routerLink]="routerLink" [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling" variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0"\n (click)="onSegmentClick($event)" class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\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.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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 });
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 });
3360
3355
  }
3361
3356
  };
3362
3357
  i050.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i050, type: EclBreadcrumbSegmentComponent, decorators: [{
3363
3358
  type: Component20,
3364
- args: [{ selector: "ecl-breadcrumb-segment", encapsulation: ViewEncapsulation3.None, template: '@if (!isEllipsis) {\n<a *ngIf="!isCurrentPage && href" eclLink variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0"\n (click)="onSegmentClick($event)" class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n<a *ngIf="!isCurrentPage && !href" eclLink [routerLink]="routerLink" [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling" variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0"\n (click)="onSegmentClick($event)" class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\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>' }]
3359
+ args: [{ selector: "ecl-breadcrumb-segment", encapsulation: ViewEncapsulation3.None, 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>' }]
3365
3360
  }], ctorParameters: () => [{ type: i050.ElementRef }], propDecorators: { tabIndex: [{
3366
3361
  type: HostBinding32,
3367
3362
  args: ["attr.tabindex"]
@@ -5343,7 +5338,7 @@ i068.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
5343
5338
  }] });
5344
5339
 
5345
5340
  // lib/components/ecl-help-block/ecl-help-block.directive.mjs
5346
- import { __decorate as __decorate7 } from "tslib";
5341
+ import { __decorate as __decorate6 } from "tslib";
5347
5342
  import { Directive as Directive18, HostBinding as HostBinding45, Input as Input24 } from "@angular/core";
5348
5343
  import { coerceBoolean as coerceBoolean4 } from "@eui/base";
5349
5344
  import * as i069 from "@angular/core";
@@ -5362,7 +5357,7 @@ var EclHelpBlockDirective = class _EclHelpBlockDirective extends ECLBaseDirectiv
5362
5357
  this.ɵdir = i069.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclHelpBlockDirective, selector: "[eclHelpBlock]", inputs: { isDisabled: "isDisabled" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i069 });
5363
5358
  }
5364
5359
  };
5365
- __decorate7([
5360
+ __decorate6([
5366
5361
  coerceBoolean4
5367
5362
  ], EclHelpBlockDirective.prototype, "isDisabled", void 0);
5368
5363
  i069.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i069, type: EclHelpBlockDirective, decorators: [{
@@ -5378,7 +5373,7 @@ i069.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
5378
5373
  }] } });
5379
5374
 
5380
5375
  // lib/components/ecl-checkbox/ecl-checkbox-label.component.mjs
5381
- import { __decorate as __decorate8 } from "tslib";
5376
+ import { __decorate as __decorate7 } from "tslib";
5382
5377
  import { Component as Component30, HostBinding as HostBinding46, Input as Input25, ViewEncapsulation as ViewEncapsulation5 } from "@angular/core";
5383
5378
  import { coerceBoolean as coerceBoolean5 } from "@eui/base";
5384
5379
  import * as i070 from "@angular/core";
@@ -5398,10 +5393,10 @@ var EclCheckboxLabelComponent = class _EclCheckboxLabelComponent extends ECLBase
5398
5393
  this.ɵcmp = i070.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclCheckboxLabelComponent, selector: "label[eclCheckboxLabel]", inputs: { isInvalid: "isInvalid", isDisabled: "isDisabled" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i070, template: '<span class="ecl-checkbox__box" [class.ecl-checkbox__box--disabled]="isDisabled" [class.ecl-checkbox__box--invalid]="isInvalid">\n <ecl-icon size="m" icon="check" class="ecl-checkbox__icon"></ecl-icon>\n</span>\n\n<span class="ecl-checkbox__text">\n <ng-content></ng-content>\n</span>\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], encapsulation: i070.ViewEncapsulation.None });
5399
5394
  }
5400
5395
  };
5401
- __decorate8([
5396
+ __decorate7([
5402
5397
  coerceBoolean5
5403
5398
  ], EclCheckboxLabelComponent.prototype, "isInvalid", void 0);
5404
- __decorate8([
5399
+ __decorate7([
5405
5400
  coerceBoolean5
5406
5401
  ], EclCheckboxLabelComponent.prototype, "isDisabled", void 0);
5407
5402
  i070.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i070, type: EclCheckboxLabelComponent, decorators: [{
@@ -5448,7 +5443,7 @@ i071.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
5448
5443
  }] } });
5449
5444
 
5450
5445
  // lib/components/ecl-checkbox/ecl-checkbox.directive.mjs
5451
- import { __decorate as __decorate9 } from "tslib";
5446
+ import { __decorate as __decorate8 } from "tslib";
5452
5447
  import { Directive as Directive19, HostBinding as HostBinding48, Input as Input27, forwardRef as forwardRef25, ContentChild as ContentChild9 } from "@angular/core";
5453
5448
  import { coerceBoolean as coerceBoolean6 } from "@eui/base";
5454
5449
  import * as i072 from "@angular/core";
@@ -5483,10 +5478,10 @@ var EclCheckboxDirective = class _EclCheckboxDirective extends ECLBaseDirective
5483
5478
  this.ɵdir = i072.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclCheckboxDirective, isStandalone: true, selector: "[eclCheckbox]", inputs: { isDisabled: "isDisabled", isInvalid: "isInvalid" }, host: { properties: { "class.ecl-checkbox--disabled": "this.isDisabled", "class.ecl-checkbox--invalid": "this.isInvalid", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclCheckboxLabelComponent", first: true, predicate: i072.forwardRef(() => EclCheckboxLabelComponent), descendants: true }, { propertyName: "eclCheckboxHelpComponent", first: true, predicate: i072.forwardRef(() => EclCheckboxHelpComponent), descendants: true }, { propertyName: "eclFormLabelDirective", first: true, predicate: i072.forwardRef(() => EclFormLabelComponent), descendants: true }, { propertyName: "eclHelpBlockDirective", first: true, predicate: i072.forwardRef(() => EclHelpBlockDirective), descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i072 });
5484
5479
  }
5485
5480
  };
5486
- __decorate9([
5481
+ __decorate8([
5487
5482
  coerceBoolean6
5488
5483
  ], EclCheckboxDirective.prototype, "isDisabled", void 0);
5489
- __decorate9([
5484
+ __decorate8([
5490
5485
  coerceBoolean6
5491
5486
  ], EclCheckboxDirective.prototype, "isInvalid", void 0);
5492
5487
  i072.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i072, type: EclCheckboxDirective, decorators: [{
@@ -6714,7 +6709,7 @@ i098.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
6714
6709
  }] } });
6715
6710
 
6716
6711
  // lib/components/ecl-featured/ecl-featured.component.mjs
6717
- import { __decorate as __decorate10 } from "tslib";
6712
+ import { __decorate as __decorate9 } from "tslib";
6718
6713
  import { Component as Component44, HostBinding as HostBinding68, Input as Input37 } from "@angular/core";
6719
6714
  import { coerceBoolean as coerceBoolean7 } from "@eui/base";
6720
6715
  import * as i099 from "@angular/core";
@@ -6735,7 +6730,7 @@ var EclFeaturedComponent = class _EclFeaturedComponent extends ECLBaseDirective
6735
6730
  this.ɵcmp = i099.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclFeaturedComponent, selector: "ecl-featured", inputs: { position: "position", isExtended: "isExtended" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i099, template: '<div class="ecl-featured-item__container ecl-featured-item__container--{{ position }}">\n <ng-content></ng-content>\n</div>\n' });
6736
6731
  }
6737
6732
  };
6738
- __decorate10([
6733
+ __decorate9([
6739
6734
  coerceBoolean7
6740
6735
  ], EclFeaturedComponent.prototype, "isExtended", void 0);
6741
6736
  i099.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i099, type: EclFeaturedComponent, decorators: [{
@@ -6839,7 +6834,7 @@ i0102.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
6839
6834
  }] });
6840
6835
 
6841
6836
  // lib/components/ecl-file-upload/ecl-file-upload.directive.mjs
6842
- import { __decorate as __decorate11 } from "tslib";
6837
+ import { __decorate as __decorate10 } from "tslib";
6843
6838
  import { Directive as Directive28, HostBinding as HostBinding70, Input as Input38, Optional as Optional5, Self as Self3, HostListener as HostListener8, Output as Output16, EventEmitter as EventEmitter16 } from "@angular/core";
6844
6839
  import { takeUntil as takeUntil12 } from "rxjs/operators";
6845
6840
  import { Subject as Subject12 } from "rxjs";
@@ -7004,10 +6999,10 @@ var EclFileUploadDirective = class _EclFileUploadDirective extends ECLBaseDirect
7004
6999
  this.ɵdir = i0103.ɵɵ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: i0103 });
7005
7000
  }
7006
7001
  };
7007
- __decorate11([
7002
+ __decorate10([
7008
7003
  coerceBoolean8
7009
7004
  ], EclFileUploadDirective.prototype, "disabled", void 0);
7010
- __decorate11([
7005
+ __decorate10([
7011
7006
  coerceBoolean8
7012
7007
  ], EclFileUploadDirective.prototype, "multiple", void 0);
7013
7008
  i0103.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0103, type: EclFileUploadDirective, decorators: [{
@@ -7551,7 +7546,7 @@ i0112.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
7551
7546
  }] } });
7552
7547
 
7553
7548
  // lib/components/ecl-gallery/ecl-gallery-item.component.mjs
7554
- import { __decorate as __decorate12 } from "tslib";
7549
+ import { __decorate as __decorate11 } from "tslib";
7555
7550
  import { Component as Component49, ContentChild as ContentChild16, EventEmitter as EventEmitter18, HostBinding as HostBinding78, HostListener as HostListener9, Input as Input44, Output as Output18 } from "@angular/core";
7556
7551
  import { coerceBoolean as coerceBoolean9 } from "@eui/base";
7557
7552
  import * as i0113 from "@angular/core";
@@ -7653,7 +7648,7 @@ var EclGalleryItemComponent = class _EclGalleryItemComponent extends ECLBaseDire
7653
7648
  `, styles: [".ecl-gallery__description{width:100%}\n"], dependencies: [{ kind: "directive", type: i211.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i211.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
7654
7649
  }
7655
7650
  };
7656
- __decorate12([
7651
+ __decorate11([
7657
7652
  coerceBoolean9
7658
7653
  ], EclGalleryItemComponent.prototype, "isShareable", void 0);
7659
7654
  i0113.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0113, type: EclGalleryItemComponent, decorators: [{
@@ -7810,7 +7805,7 @@ i0114.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
7810
7805
  }] } });
7811
7806
 
7812
7807
  // lib/components/ecl-gallery/ecl-gallery.component.mjs
7813
- import { __decorate as __decorate13 } from "tslib";
7808
+ import { __decorate as __decorate12 } from "tslib";
7814
7809
  import { Component as Component51, Input as Input45, Output as Output20, ContentChildren as ContentChildren12, EventEmitter as EventEmitter20, HostListener as HostListener10, ViewChild as ViewChild7, HostBinding as HostBinding79, ContentChild as ContentChild17 } from "@angular/core";
7815
7810
  import { Subject as Subject13, delay } from "rxjs";
7816
7811
  import { takeUntil as takeUntil13 } from "rxjs/operators";
@@ -8161,22 +8156,22 @@ var EclGalleryComponent = class _EclGalleryComponent extends ECLBaseDirective {
8161
8156
  `, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i212.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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" }] });
8162
8157
  }
8163
8158
  };
8164
- __decorate13([
8159
+ __decorate12([
8165
8160
  coerceBoolean10
8166
8161
  ], EclGalleryComponent.prototype, "isDownloadable", void 0);
8167
- __decorate13([
8162
+ __decorate12([
8168
8163
  coerceBoolean10
8169
8164
  ], EclGalleryComponent.prototype, "isOpenInFullScreenPossible", void 0);
8170
- __decorate13([
8165
+ __decorate12([
8171
8166
  coerceBoolean10
8172
8167
  ], EclGalleryComponent.prototype, "isShareable", void 0);
8173
- __decorate13([
8168
+ __decorate12([
8174
8169
  coerceBoolean10
8175
8170
  ], EclGalleryComponent.prototype, "isFullWidth", void 0);
8176
- __decorate13([
8171
+ __decorate12([
8177
8172
  coerceBoolean10
8178
8173
  ], EclGalleryComponent.prototype, "isNoOverlay", void 0);
8179
- __decorate13([
8174
+ __decorate12([
8180
8175
  coerceNumber
8181
8176
  ], EclGalleryComponent.prototype, "maxVisibleItems", void 0);
8182
8177
  i0115.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0115, type: EclGalleryComponent, decorators: [{
@@ -8456,7 +8451,7 @@ i0118.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
8456
8451
  }] } });
8457
8452
 
8458
8453
  // lib/components/ecl-sticky-container/ecl-sticky-container.component.mjs
8459
- import { __decorate as __decorate14 } from "tslib";
8454
+ import { __decorate as __decorate13 } from "tslib";
8460
8455
  import { Component as Component53, HostBinding as HostBinding81, Input as Input47 } from "@angular/core";
8461
8456
  import { Subject as Subject14, delay as delay2 } from "rxjs";
8462
8457
  import { takeUntil as takeUntil14 } from "rxjs/operators";
@@ -8507,7 +8502,7 @@ var EclStickyContainerComponent = class _EclStickyContainerComponent extends ECL
8507
8502
  this.ɵcmp = i0119.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: { isEnabled: "isEnabled", marginTop: "marginTop", marginBottom: "marginBottom" }, host: { properties: { "class": "this.cssClasses", "style.top.px": "this.top", "style.bottom.px": "this.bottom" } }, usesInheritance: true, ngImport: i0119, template: "<ng-content></ng-content>\n", styles: [":host{display:block;align-self:flex-start;top:0;position:sticky;position:-webkit-sticky}:host.ecl-sticky-container--disabled{position:static}\n"] });
8508
8503
  }
8509
8504
  };
8510
- __decorate14([
8505
+ __decorate13([
8511
8506
  coerceBoolean11
8512
8507
  ], EclStickyContainerComponent.prototype, "isEnabled", void 0);
8513
8508
  i0119.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0119, type: EclStickyContainerComponent, decorators: [{
@@ -9369,7 +9364,7 @@ var EclMenuItemParentFocusEvent = class {
9369
9364
  };
9370
9365
 
9371
9366
  // lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs
9372
- import { __decorate as __decorate15 } from "tslib";
9367
+ import { __decorate as __decorate14 } from "tslib";
9373
9368
  import { Component as Component58, Input as Input54, HostBinding as HostBinding89, Output as Output23, EventEmitter as EventEmitter23, HostListener as HostListener11, ContentChildren as ContentChildren17, forwardRef as forwardRef35, ViewChild as ViewChild8 } from "@angular/core";
9374
9369
  import { coerceBoolean as coerceBoolean12 } from "@eui/base";
9375
9370
  import { ENTER } from "@angular/cdk/keycodes";
@@ -9426,7 +9421,7 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
9426
9421
  this.ɵcmp = i0132.ɵɵ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: i0132.forwardRef(() => EclIconComponent) }], viewQueries: [{ propertyName: "megaMenuLink", first: true, predicate: ["megaMenuLink"], descendants: true }], usesInheritance: true, ngImport: i0132, 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: i126.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i126.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"] }] });
9427
9422
  }
9428
9423
  };
9429
- __decorate15([
9424
+ __decorate14([
9430
9425
  coerceBoolean12
9431
9426
  ], EclMenuMegaItemComponent.prototype, "isCurrent", void 0);
9432
9427
  i0132.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0132, type: EclMenuMegaItemComponent, decorators: [{
@@ -9473,7 +9468,7 @@ i0132.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
9473
9468
  }] } });
9474
9469
 
9475
9470
  // lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.mjs
9476
- import { __decorate as __decorate16 } from "tslib";
9471
+ import { __decorate as __decorate15 } from "tslib";
9477
9472
  import { Component as Component59, Input as Input55, ContentChildren as ContentChildren18, Output as Output24, EventEmitter as EventEmitter24, HostBinding as HostBinding90 } from "@angular/core";
9478
9473
  import { Subject as Subject16, of as of2 } from "rxjs";
9479
9474
  import { takeUntil as takeUntil16, mergeWith } from "rxjs/operators";
@@ -9595,7 +9590,7 @@ var EclMenuMegaComponent = class _EclMenuMegaComponent extends ECLBaseDirective
9595
9590
  this.ɵcmp = i0133.ɵɵ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: i0133, template: '<ul class="ecl-menu__sublist">\n <ng-content></ng-content>\n</ul>\n' });
9596
9591
  }
9597
9592
  };
9598
- __decorate16([
9593
+ __decorate15([
9599
9594
  coerceBoolean13
9600
9595
  ], EclMenuMegaComponent.prototype, "isRtl", void 0);
9601
9596
  i0133.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0133, type: EclMenuMegaComponent, decorators: [{
@@ -10085,7 +10080,7 @@ i0134.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
10085
10080
  }] } });
10086
10081
 
10087
10082
  // lib/components/ecl-menu/ecl-menu/ecl-menu.component.mjs
10088
- import { __decorate as __decorate17 } from "tslib";
10083
+ import { __decorate as __decorate16 } from "tslib";
10089
10084
  import { Breakpoints as Breakpoints3 } from "@angular/cdk/layout";
10090
10085
  import { Component as Component61, ContentChildren as ContentChildren19, EventEmitter as EventEmitter26, HostBinding as HostBinding92, HostListener as HostListener13, Input as Input57, Output as Output26, ViewChild as ViewChild10 } from "@angular/core";
10091
10086
  import { coerceNumber as coerceNumber2 } from "@eui/base";
@@ -10648,7 +10643,7 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
10648
10643
  `, 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" }] });
10649
10644
  }
10650
10645
  };
10651
- __decorate17([
10646
+ __decorate16([
10652
10647
  coerceNumber2
10653
10648
  ], EclMenuComponent.prototype, "maxLines", void 0);
10654
10649
  i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0135, type: EclMenuComponent, decorators: [{
@@ -11222,7 +11217,7 @@ i0145.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11222
11217
  }] });
11223
11218
 
11224
11219
  // lib/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.mjs
11225
- import { __decorate as __decorate18 } from "tslib";
11220
+ import { __decorate as __decorate17 } from "tslib";
11226
11221
  import { Component as Component66, EventEmitter as EventEmitter30, HostBinding as HostBinding98, Input as Input63, Output as Output30, ViewChild as ViewChild11 } from "@angular/core";
11227
11222
  import { coerceBoolean as coerceBoolean14 } from "@eui/base";
11228
11223
  import { Subject as Subject20 } from "rxjs";
@@ -11313,7 +11308,7 @@ var EclMultiselectOptionComponent = class _EclMultiselectOptionComponent extends
11313
11308
  this.ɵcmp = i0146.ɵɵ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: i0146, 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" }] });
11314
11309
  }
11315
11310
  };
11316
- __decorate18([
11311
+ __decorate17([
11317
11312
  coerceBoolean14
11318
11313
  ], EclMultiselectOptionComponent.prototype, "disabled", void 0);
11319
11314
  i0146.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0146, type: EclMultiselectOptionComponent, decorators: [{
@@ -11360,7 +11355,7 @@ i0146.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11360
11355
  } });
11361
11356
 
11362
11357
  // lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.mjs
11363
- import { __decorate as __decorate19 } from "tslib";
11358
+ import { __decorate as __decorate18 } from "tslib";
11364
11359
  import { Component as Component67, EventEmitter as EventEmitter31, HostBinding as HostBinding99, Input as Input64, Output as Output31, ViewChild as ViewChild12 } from "@angular/core";
11365
11360
  import { coerceBoolean as coerceBoolean15 } from "@eui/base";
11366
11361
  import * as i0147 from "@angular/core";
@@ -11419,10 +11414,10 @@ var EclMultiselectInputComponent = class _EclMultiselectInputComponent extends E
11419
11414
  this.ɵcmp = i0147.ɵɵ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: i0147, 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"] }] });
11420
11415
  }
11421
11416
  };
11422
- __decorate19([
11417
+ __decorate18([
11423
11418
  coerceBoolean15
11424
11419
  ], EclMultiselectInputComponent.prototype, "isDisabled", void 0);
11425
- __decorate19([
11420
+ __decorate18([
11426
11421
  coerceBoolean15
11427
11422
  ], EclMultiselectInputComponent.prototype, "isInvalid", void 0);
11428
11423
  i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0147, type: EclMultiselectInputComponent, decorators: [{
@@ -11502,7 +11497,7 @@ i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
11502
11497
  }] } });
11503
11498
 
11504
11499
  // lib/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.mjs
11505
- import { __decorate as __decorate20 } from "tslib";
11500
+ import { __decorate as __decorate19 } from "tslib";
11506
11501
  import { Component as Component69, ElementRef as ElementRef25, EventEmitter as EventEmitter32, forwardRef as forwardRef43, HostBinding as HostBinding101, HostListener as HostListener17, Input as Input66, Output as Output32, ViewChild as ViewChild13, ViewChildren as ViewChildren2 } from "@angular/core";
11507
11502
  import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR4 } from "@angular/forms";
11508
11503
  import { coerceBoolean as coerceBoolean16 } from "@eui/base";
@@ -11979,10 +11974,10 @@ var EclMultiselectDropdownComponent = class _EclMultiselectDropdownComponent ext
11979
11974
  `, dependencies: [{ kind: "directive", type: i130.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i130.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" }] });
11980
11975
  }
11981
11976
  };
11982
- __decorate20([
11977
+ __decorate19([
11983
11978
  coerceBoolean16
11984
11979
  ], EclMultiselectDropdownComponent.prototype, "isInvalid", null);
11985
- __decorate20([
11980
+ __decorate19([
11986
11981
  coerceBoolean16
11987
11982
  ], EclMultiselectDropdownComponent.prototype, "disabled", null);
11988
11983
  i0149.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0149, type: EclMultiselectDropdownComponent, decorators: [{
@@ -12187,7 +12182,7 @@ i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12187
12182
  }] } });
12188
12183
 
12189
12184
  // lib/components/ecl-multiselect/ecl-multiselect.component.mjs
12190
- import { __decorate as __decorate21 } from "tslib";
12185
+ import { __decorate as __decorate20 } from "tslib";
12191
12186
  import { coerceBooleanProperty as coerceBooleanProperty3 } from "@angular/cdk/coercion";
12192
12187
  import { Component as Component70, ContentChildren as ContentChildren23, EventEmitter as EventEmitter33, forwardRef as forwardRef44, HostBinding as HostBinding103, Input as Input68, Output as Output33, ViewEncapsulation as ViewEncapsulation9 } from "@angular/core";
12193
12188
  import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR5, NgControl as NgControl4 } from "@angular/forms";
@@ -12327,7 +12322,7 @@ var EclMultiselectComponent = class _EclMultiselectComponent extends ECLBaseDire
12327
12322
  ], queries: [{ propertyName: "eclOptionItems", predicate: i0151.forwardRef(() => EclMultiselectOptionDirective) }], usesInheritance: true, ngImport: i0151, template: "<ng-content></ng-content>\n", encapsulation: i0151.ViewEncapsulation.None });
12328
12323
  }
12329
12324
  };
12330
- __decorate21([
12325
+ __decorate20([
12331
12326
  coerceBoolean17
12332
12327
  ], EclMultiselectComponent.prototype, "isInvalid", null);
12333
12328
  i0151.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0151, type: EclMultiselectComponent, decorators: [{
@@ -12470,7 +12465,7 @@ i0153.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
12470
12465
  }] } });
12471
12466
 
12472
12467
  // lib/components/ecl-navigation-list/ecl-navigation-list.component.mjs
12473
- import { __decorate as __decorate22 } from "tslib";
12468
+ import { __decorate as __decorate21 } from "tslib";
12474
12469
  import { Component as Component72, HostBinding as HostBinding105, Input as Input70 } from "@angular/core";
12475
12470
  import { coerceNumber as coerceNumber3 } from "@eui/base";
12476
12471
  import * as i0154 from "@angular/core";
@@ -12489,7 +12484,7 @@ var EclNavigationListComponent = class _EclNavigationListComponent extends ECLBa
12489
12484
  this.ɵcmp = i0154.ɵɵ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: i0154, template: "<ng-content></ng-content>\n" });
12490
12485
  }
12491
12486
  };
12492
- __decorate22([
12487
+ __decorate21([
12493
12488
  coerceNumber3
12494
12489
  ], EclNavigationListComponent.prototype, "columns", void 0);
12495
12490
  i0154.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0154, type: EclNavigationListComponent, decorators: [{
@@ -13213,7 +13208,7 @@ i0162.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13213
13208
  }] } });
13214
13209
 
13215
13210
  // lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.mjs
13216
- import { __decorate as __decorate23 } from "tslib";
13211
+ import { __decorate as __decorate22 } from "tslib";
13217
13212
  import { Directive as Directive42, HostBinding as HostBinding112, Input as Input74 } from "@angular/core";
13218
13213
  import { coerceBoolean as coerceBoolean18 } from "@eui/base";
13219
13214
  import * as i0163 from "@angular/core";
@@ -13233,16 +13228,16 @@ var EclSiteFooterSectionDirective = class _EclSiteFooterSectionDirective extends
13233
13228
  this.ɵdir = i0163.ɵɵ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: i0163 });
13234
13229
  }
13235
13230
  };
13236
- __decorate23([
13231
+ __decorate22([
13237
13232
  coerceBoolean18
13238
13233
  ], EclSiteFooterSectionDirective.prototype, "isCondensed", void 0);
13239
- __decorate23([
13234
+ __decorate22([
13240
13235
  coerceBoolean18
13241
13236
  ], EclSiteFooterSectionDirective.prototype, "isSiteInfo", void 0);
13242
- __decorate23([
13237
+ __decorate22([
13243
13238
  coerceBoolean18
13244
13239
  ], EclSiteFooterSectionDirective.prototype, "isSplitList", void 0);
13245
- __decorate23([
13240
+ __decorate22([
13246
13241
  coerceBoolean18
13247
13242
  ], EclSiteFooterSectionDirective.prototype, "hasSeparator", void 0);
13248
13243
  i0163.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0163, type: EclSiteFooterSectionDirective, decorators: [{
@@ -13276,7 +13271,7 @@ i0163.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13276
13271
  }] } });
13277
13272
 
13278
13273
  // lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.mjs
13279
- import { __decorate as __decorate24 } from "tslib";
13274
+ import { __decorate as __decorate23 } from "tslib";
13280
13275
  import { Directive as Directive43, HostBinding as HostBinding113, Input as Input75 } from "@angular/core";
13281
13276
  import { coerceBoolean as coerceBoolean19 } from "@eui/base";
13282
13277
  import * as i0164 from "@angular/core";
@@ -13293,7 +13288,7 @@ var EclSiteFooterTitleDirective = class _EclSiteFooterTitleDirective extends ECL
13293
13288
  this.ɵdir = i0164.ɵɵ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: i0164 });
13294
13289
  }
13295
13290
  };
13296
- __decorate24([
13291
+ __decorate23([
13297
13292
  coerceBoolean19
13298
13293
  ], EclSiteFooterTitleDirective.prototype, "isSeparator", void 0);
13299
13294
  i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0164, type: EclSiteFooterTitleDirective, decorators: [{
@@ -13358,7 +13353,7 @@ i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13358
13353
  }] } });
13359
13354
 
13360
13355
  // lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.mjs
13361
- import { __decorate as __decorate25 } from "tslib";
13356
+ import { __decorate as __decorate24 } from "tslib";
13362
13357
  import { Directive as Directive45, HostBinding as HostBinding115, Input as Input76 } from "@angular/core";
13363
13358
  import { coerceBoolean as coerceBoolean20 } from "@eui/base";
13364
13359
  import * as i0166 from "@angular/core";
@@ -13374,10 +13369,10 @@ var EclSiteFooterListDirective = class _EclSiteFooterListDirective extends ECLBa
13374
13369
  this.ɵdir = i0166.ɵɵ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: i0166 });
13375
13370
  }
13376
13371
  };
13377
- __decorate25([
13372
+ __decorate24([
13378
13373
  coerceBoolean20
13379
13374
  ], EclSiteFooterListDirective.prototype, "isInline", void 0);
13380
- __decorate25([
13375
+ __decorate24([
13381
13376
  coerceBoolean20
13382
13377
  ], EclSiteFooterListDirective.prototype, "isColumns", void 0);
13383
13378
  i0166.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0166, type: EclSiteFooterListDirective, decorators: [{
@@ -13661,7 +13656,7 @@ i0168.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
13661
13656
  }] } });
13662
13657
 
13663
13658
  // lib/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.mjs
13664
- import { __decorate as __decorate26 } from "tslib";
13659
+ import { __decorate as __decorate25 } from "tslib";
13665
13660
  import { Component as Component77, Input as Input77 } from "@angular/core";
13666
13661
  import { coerceBoolean as coerceBoolean21 } from "@eui/base";
13667
13662
  import * as i0169 from "@angular/core";
@@ -14099,7 +14094,7 @@ var EclSiteFooterFixedContentECComponent = class _EclSiteFooterFixedContentECCom
14099
14094
  `, dependencies: [{ kind: "directive", type: i34.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i34.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: i131.TranslatePipe, name: "translate" }] });
14100
14095
  }
14101
14096
  };
14102
- __decorate26([
14097
+ __decorate25([
14103
14098
  coerceBoolean21
14104
14099
  ], EclSiteFooterFixedContentECComponent.prototype, "isCore", void 0);
14105
14100
  i0169.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0169, type: EclSiteFooterFixedContentECComponent, decorators: [{
@@ -14534,7 +14529,7 @@ i0169.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
14534
14529
  }] } });
14535
14530
 
14536
14531
  // lib/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.mjs
14537
- import { __decorate as __decorate27 } from "tslib";
14532
+ import { __decorate as __decorate26 } from "tslib";
14538
14533
  import { Component as Component78, Input as Input78 } from "@angular/core";
14539
14534
  import { coerceBoolean as coerceBoolean22 } from "@eui/base";
14540
14535
  import * as i0170 from "@angular/core";
@@ -15217,7 +15212,7 @@ var EclSiteFooterFixedContentEUComponent = class _EclSiteFooterFixedContentEUCom
15217
15212
  `, dependencies: [{ kind: "directive", type: i35.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i35.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: i132.TranslatePipe, name: "translate" }] });
15218
15213
  }
15219
15214
  };
15220
- __decorate27([
15215
+ __decorate26([
15221
15216
  coerceBoolean22
15222
15217
  ], EclSiteFooterFixedContentEUComponent.prototype, "isCore", void 0);
15223
15218
  i0170.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0170, type: EclSiteFooterFixedContentEUComponent, decorators: [{
@@ -15888,7 +15883,7 @@ i0170.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
15888
15883
  }] } });
15889
15884
 
15890
15885
  // lib/components/ecl-site-footer/ecl-site-footer.component.mjs
15891
- import { __decorate as __decorate28 } from "tslib";
15886
+ import { __decorate as __decorate27 } from "tslib";
15892
15887
  import { Component as Component79, HostBinding as HostBinding118, Input as Input79 } from "@angular/core";
15893
15888
  import { coerceBoolean as coerceBoolean23 } from "@eui/base";
15894
15889
  import * as i0171 from "@angular/core";
@@ -15925,7 +15920,7 @@ var EclSiteFooterComponent = class _EclSiteFooterComponent extends ECLBaseDirect
15925
15920
  this.ɵcmp = i0171.ɵɵ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: i0171, 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: i36.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: i36.AsyncPipe, name: "async" }] });
15926
15921
  }
15927
15922
  };
15928
- __decorate28([
15923
+ __decorate27([
15929
15924
  coerceBoolean23
15930
15925
  ], EclSiteFooterComponent.prototype, "isCore", void 0);
15931
15926
  i0171.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0171, type: EclSiteFooterComponent, decorators: [{
@@ -16243,7 +16238,7 @@ i0177.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
16243
16238
  }] } });
16244
16239
 
16245
16240
  // lib/components/ecl-page-header/ecl-page-header.component.mjs
16246
- import { __decorate as __decorate29 } from "tslib";
16241
+ import { __decorate as __decorate28 } from "tslib";
16247
16242
  import { Component as Component80, ContentChild as ContentChild22, HostBinding as HostBinding123, Input as Input80 } from "@angular/core";
16248
16243
  import { coerceBoolean as coerceBoolean24 } from "@eui/base";
16249
16244
  import * as i0178 from "@angular/core";
@@ -16275,7 +16270,7 @@ var EclPageHeaderComponent = class _EclPageHeaderComponent extends ECLBaseDirect
16275
16270
  this.ɵcmp = i0178.ɵɵ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: i0178, 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: i134.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i134.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclPageHeaderBackgroundPictureDirective, selector: "[eclPageHeaderBackgroundPicture]" }, { kind: "directive", type: EclPageHeaderBackgroundImageDirective, selector: "[eclPageHeaderBackgroundImage]" }] });
16276
16271
  }
16277
16272
  };
16278
- __decorate29([
16273
+ __decorate28([
16279
16274
  coerceBoolean24
16280
16275
  ], EclPageHeaderComponent.prototype, "isNegative", void 0);
16281
16276
  i0178.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0178, type: EclPageHeaderComponent, decorators: [{
@@ -16403,7 +16398,7 @@ i0180.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
16403
16398
  }] });
16404
16399
 
16405
16400
  // lib/components/ecl-pagination/ecl-pagination-item.component.mjs
16406
- import { __decorate as __decorate30 } from "tslib";
16401
+ import { __decorate as __decorate29 } from "tslib";
16407
16402
  import { Component as Component82, EventEmitter as EventEmitter37, HostBinding as HostBinding125, Input as Input81, Output as Output37, ViewEncapsulation as ViewEncapsulation11 } from "@angular/core";
16408
16403
  import { coerceBoolean as coerceBoolean25 } from "@eui/base";
16409
16404
  import * as i0181 from "@angular/core";
@@ -16494,13 +16489,13 @@ var EclPaginationItemComponent = class _EclPaginationItemComponent extends ECLBa
16494
16489
  }`, dependencies: [{ kind: "directive", type: i136.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: i0181.ViewEncapsulation.None });
16495
16490
  }
16496
16491
  };
16497
- __decorate30([
16492
+ __decorate29([
16498
16493
  coerceBoolean25
16499
16494
  ], EclPaginationItemComponent.prototype, "isCurrent", void 0);
16500
- __decorate30([
16495
+ __decorate29([
16501
16496
  coerceBoolean25
16502
16497
  ], EclPaginationItemComponent.prototype, "isNext", void 0);
16503
- __decorate30([
16498
+ __decorate29([
16504
16499
  coerceBoolean25
16505
16500
  ], EclPaginationItemComponent.prototype, "isPrevious", void 0);
16506
16501
  i0181.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0181, type: EclPaginationItemComponent, decorators: [{
@@ -16567,7 +16562,7 @@ i0181.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
16567
16562
  }] } });
16568
16563
 
16569
16564
  // lib/components/ecl-pagination/ecl-pagination.component.mjs
16570
- import { __decorate as __decorate31 } from "tslib";
16565
+ import { __decorate as __decorate30 } from "tslib";
16571
16566
  import { Component as Component83, EventEmitter as EventEmitter38, HostBinding as HostBinding126, Input as Input82, Output as Output38 } from "@angular/core";
16572
16567
  import { DefaultConfig, EuiPagination } from "@eui/base";
16573
16568
  import { coerceNumber as coerceNumber4 } from "@eui/base";
@@ -16637,16 +16632,16 @@ var EclPaginationComponent = class _EclPaginationComponent extends ECLBaseDirect
16637
16632
  this.ɵcmp = i0182.ɵɵ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: i0182, 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: i137.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i137.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"] }] });
16638
16633
  }
16639
16634
  };
16640
- __decorate31([
16635
+ __decorate30([
16641
16636
  coerceNumber4
16642
16637
  ], EclPaginationComponent.prototype, "totalItems", void 0);
16643
- __decorate31([
16638
+ __decorate30([
16644
16639
  coerceNumber4
16645
16640
  ], EclPaginationComponent.prototype, "pageSize", void 0);
16646
- __decorate31([
16641
+ __decorate30([
16647
16642
  coerceNumber4
16648
16643
  ], EclPaginationComponent.prototype, "currentPage", void 0);
16649
- __decorate31([
16644
+ __decorate30([
16650
16645
  coerceNumber4
16651
16646
  ], EclPaginationComponent.prototype, "pageWindowSize", void 0);
16652
16647
  i0182.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0182, type: EclPaginationComponent, decorators: [{
@@ -17029,7 +17024,7 @@ i0187.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17029
17024
  }] });
17030
17025
 
17031
17026
  // lib/components/ecl-radio/ecl-radio-help.component.mjs
17032
- import { __decorate as __decorate32 } from "tslib";
17027
+ import { __decorate as __decorate31 } from "tslib";
17033
17028
  import { Component as Component85, HostBinding as HostBinding130, Input as Input83 } from "@angular/core";
17034
17029
  import { coerceBoolean as coerceBoolean26 } from "@eui/base";
17035
17030
  import * as i0188 from "@angular/core";
@@ -17048,7 +17043,7 @@ var EclRadioHelpComponent = class _EclRadioHelpComponent extends ECLBaseDirectiv
17048
17043
  this.ɵcmp = i0188.ɵɵ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: i0188, template: "<ng-content></ng-content>\n" });
17049
17044
  }
17050
17045
  };
17051
- __decorate32([
17046
+ __decorate31([
17052
17047
  coerceBoolean26
17053
17048
  ], EclRadioHelpComponent.prototype, "isDisabled", void 0);
17054
17049
  i0188.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0188, type: EclRadioHelpComponent, decorators: [{
@@ -17065,7 +17060,7 @@ i0188.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17065
17060
  }] } });
17066
17061
 
17067
17062
  // lib/components/ecl-radio/ecl-radio-label.component.mjs
17068
- import { __decorate as __decorate33 } from "tslib";
17063
+ import { __decorate as __decorate32 } from "tslib";
17069
17064
  import { Component as Component86, HostBinding as HostBinding131, Input as Input84, ViewEncapsulation as ViewEncapsulation13 } from "@angular/core";
17070
17065
  import { coerceBoolean as coerceBoolean27 } from "@eui/base";
17071
17066
  import * as i0189 from "@angular/core";
@@ -17085,10 +17080,10 @@ var EclRadioLabelComponent = class _EclRadioLabelComponent extends ECLBaseDirect
17085
17080
  this.ɵcmp = i0189.ɵɵ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: i0189, 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: i0189.ViewEncapsulation.None });
17086
17081
  }
17087
17082
  };
17088
- __decorate33([
17083
+ __decorate32([
17089
17084
  coerceBoolean27
17090
17085
  ], EclRadioLabelComponent.prototype, "isInvalid", void 0);
17091
- __decorate33([
17086
+ __decorate32([
17092
17087
  coerceBoolean27
17093
17088
  ], EclRadioLabelComponent.prototype, "isDisabled", void 0);
17094
17089
  i0189.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0189, type: EclRadioLabelComponent, decorators: [{
@@ -17104,7 +17099,7 @@ i0189.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17104
17099
  }] } });
17105
17100
 
17106
17101
  // lib/components/ecl-radio/ecl-radio.directive.mjs
17107
- import { __decorate as __decorate34 } from "tslib";
17102
+ import { __decorate as __decorate33 } from "tslib";
17108
17103
  import { ContentChild as ContentChild25, Directive as Directive54, forwardRef as forwardRef48, HostBinding as HostBinding132, Input as Input85 } from "@angular/core";
17109
17104
  import { coerceBoolean as coerceBoolean28 } from "@eui/base";
17110
17105
  import * as i0190 from "@angular/core";
@@ -17136,13 +17131,13 @@ var EclRadioDirective = class _EclRadioDirective extends ECLBaseDirective {
17136
17131
  this.ɵdir = i0190.ɵɵ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: i0190.forwardRef(() => EclRadioLabelComponent), descendants: true }, { propertyName: "eclRadioHelpComponent", first: true, predicate: i0190.forwardRef(() => EclRadioHelpComponent), descendants: true }], usesInheritance: true, ngImport: i0190 });
17137
17132
  }
17138
17133
  };
17139
- __decorate34([
17134
+ __decorate33([
17140
17135
  coerceBoolean28
17141
17136
  ], EclRadioDirective.prototype, "isBinary", void 0);
17142
- __decorate34([
17137
+ __decorate33([
17143
17138
  coerceBoolean28
17144
17139
  ], EclRadioDirective.prototype, "isDisabled", void 0);
17145
- __decorate34([
17140
+ __decorate33([
17146
17141
  coerceBoolean28
17147
17142
  ], EclRadioDirective.prototype, "isInvalid", void 0);
17148
17143
  i0190.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0190, type: EclRadioDirective, decorators: [{
@@ -17244,7 +17239,7 @@ i0192.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17244
17239
  }] });
17245
17240
 
17246
17241
  // lib/components/ecl-rating-field/ecl-rating-field.component.mjs
17247
- import { __decorate as __decorate35 } from "tslib";
17242
+ import { __decorate as __decorate34 } from "tslib";
17248
17243
  import { Component as Component87, EventEmitter as EventEmitter40, forwardRef as forwardRef51, HostBinding as HostBinding134, Input as Input86, Output as Output40 } from "@angular/core";
17249
17244
  import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR6 } from "@angular/forms";
17250
17245
  import { coerceBoolean as coerceBoolean29, coerceNumber as coerceNumber5 } from "@eui/base";
@@ -17306,13 +17301,13 @@ var EclRatingFieldComponent = class _EclRatingFieldComponent extends ECLBaseDire
17306
17301
  this.ɵcmp = i0193.ɵɵ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: i0193, 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: i139.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"] }] });
17307
17302
  }
17308
17303
  };
17309
- __decorate35([
17304
+ __decorate34([
17310
17305
  coerceNumber5
17311
17306
  ], EclRatingFieldComponent.prototype, "numberOfStars", void 0);
17312
- __decorate35([
17307
+ __decorate34([
17313
17308
  coerceNumber5
17314
17309
  ], EclRatingFieldComponent.prototype, "rating", void 0);
17315
- __decorate35([
17310
+ __decorate34([
17316
17311
  coerceBoolean29
17317
17312
  ], EclRatingFieldComponent.prototype, "disabled", void 0);
17318
17313
  i0193.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0193, type: EclRatingFieldComponent, decorators: [{
@@ -17397,7 +17392,7 @@ i0195.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17397
17392
  }] } });
17398
17393
 
17399
17394
  // lib/components/ecl-range/ecl-range.directive.mjs
17400
- import { __decorate as __decorate36 } from "tslib";
17395
+ import { __decorate as __decorate35 } from "tslib";
17401
17396
  import { Directive as Directive56, EventEmitter as EventEmitter41, HostBinding as HostBinding136, HostListener as HostListener21, Input as Input88, Optional as Optional7, Output as Output41, Self as Self5 } from "@angular/core";
17402
17397
  import { coerceBoolean as coerceBoolean30 } from "@eui/base";
17403
17398
  import { distinctUntilChanged } from "rxjs";
@@ -17457,7 +17452,7 @@ var EclRangeDirective = class _EclRangeDirective extends ECLBaseDirective {
17457
17452
  this.ɵdir = i0196.ɵɵ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: i0196 });
17458
17453
  }
17459
17454
  };
17460
- __decorate36([
17455
+ __decorate35([
17461
17456
  coerceBoolean30
17462
17457
  ], EclRangeDirective.prototype, "hasValueLabel", void 0);
17463
17458
  i0196.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0196, type: EclRangeDirective, decorators: [{
@@ -17549,7 +17544,7 @@ i0198.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17549
17544
  }] } });
17550
17545
 
17551
17546
  // lib/components/ecl-select/ecl-select.directive.mjs
17552
- import { __decorate as __decorate37 } from "tslib";
17547
+ import { __decorate as __decorate36 } from "tslib";
17553
17548
  import { Directive as Directive57, HostBinding as HostBinding138, Input as Input90, Optional as Optional8, Self as Self6 } from "@angular/core";
17554
17549
  import { coerceBoolean as coerceBoolean31 } from "@eui/base";
17555
17550
  import * as i0199 from "@angular/core";
@@ -17601,10 +17596,10 @@ var EclSelectDirective = class _EclSelectDirective extends ECLBaseDirective {
17601
17596
  this.ɵdir = i0199.ɵɵ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: i0199 });
17602
17597
  }
17603
17598
  };
17604
- __decorate37([
17599
+ __decorate36([
17605
17600
  coerceBoolean31
17606
17601
  ], EclSelectDirective.prototype, "disabled", void 0);
17607
- __decorate37([
17602
+ __decorate36([
17608
17603
  coerceBoolean31
17609
17604
  ], EclSelectDirective.prototype, "isInvalid", void 0);
17610
17605
  i0199.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0199, type: EclSelectDirective, decorators: [{
@@ -17662,9 +17657,7 @@ i0200.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17662
17657
  }] });
17663
17658
 
17664
17659
  // lib/components/ecl-social-media-follow/ecl-social-media-follow.component.mjs
17665
- import { __decorate as __decorate38 } from "tslib";
17666
- import { Component as Component90, HostBinding as HostBinding139, Input as Input91 } from "@angular/core";
17667
- import { coerceBoolean as coerceBoolean32 } from "@eui/base";
17660
+ import { Component as Component90, HostBinding as HostBinding139, Input as Input91, booleanAttribute as booleanAttribute19 } from "@angular/core";
17668
17661
  import * as i0201 from "@angular/core";
17669
17662
  import * as i143 from "@angular/common";
17670
17663
  var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends ECLBaseDirective {
@@ -17679,19 +17672,17 @@ var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends
17679
17672
  this.ɵfac = i0201.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0201, type: _EclSocialMediaFollowComponent, deps: null, target: i0201.ɵɵFactoryTarget.Component });
17680
17673
  }
17681
17674
  static {
17682
- this.ɵcmp = i0201.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: "isVertical" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0201, 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: i143.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
17675
+ this.ɵcmp = i0201.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: ["isVertical", "isVertical", booleanAttribute19] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0201, 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: i143.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
17683
17676
  }
17684
17677
  };
17685
- __decorate38([
17686
- coerceBoolean32
17687
- ], EclSocialMediaFollowComponent.prototype, "isVertical", void 0);
17688
17678
  i0201.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0201, type: EclSocialMediaFollowComponent, decorators: [{
17689
17679
  type: Component90,
17690
17680
  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"] }]
17691
17681
  }], propDecorators: { description: [{
17692
17682
  type: Input91
17693
17683
  }], isVertical: [{
17694
- type: Input91
17684
+ type: Input91,
17685
+ args: [{ transform: booleanAttribute19 }]
17695
17686
  }], cssClasses: [{
17696
17687
  type: HostBinding139,
17697
17688
  args: ["class"]
@@ -17701,6 +17692,7 @@ i0201.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17701
17692
  import { Component as Component91, EventEmitter as EventEmitter42, HostBinding as HostBinding140, Input as Input92, Output as Output42 } from "@angular/core";
17702
17693
  import * as i0202 from "@angular/core";
17703
17694
  import * as i144 from "@angular/common";
17695
+ import * as i216 from "@angular/router";
17704
17696
  var EclSocialMediaFollowItemClickEvent = class extends EclBaseEvent {
17705
17697
  };
17706
17698
  var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent extends ECLBaseDirective {
@@ -17709,7 +17701,8 @@ var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent
17709
17701
  this.role = "listitem";
17710
17702
  this.iconSet = "social-media";
17711
17703
  this.href = "";
17712
- this.size = "m";
17704
+ this.routerLink = "";
17705
+ this.size = "xs";
17713
17706
  this.itemClick = new EventEmitter42();
17714
17707
  }
17715
17708
  get cssClasses() {
@@ -17717,7 +17710,7 @@ var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent
17717
17710
  }
17718
17711
  onItemClick(evt) {
17719
17712
  this.itemClick.next(new EclSocialMediaFollowItemClickEvent());
17720
- if (!this.href) {
17713
+ if (!this.href && !this.routerLink) {
17721
17714
  evt.preventDefault();
17722
17715
  }
17723
17716
  }
@@ -17725,12 +17718,12 @@ var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent
17725
17718
  this.ɵfac = i0202.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0202, type: _EclSocialMediaFollowItemComponent, deps: null, target: i0202.ɵɵFactoryTarget.Component });
17726
17719
  }
17727
17720
  static {
17728
- this.ɵcmp = i0202.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowItemComponent, selector: "ecl-social-media-follow-item", inputs: { icon: "icon", iconSet: "iconSet", href: "href", target: "target", size: "size" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0202, 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-follow__link">\n <ecl-icon *ngIf="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<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: i144.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i144.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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]" }] });
17721
+ this.ɵcmp = i0202.ɵɵ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: i0202, 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: i144.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]" }] });
17729
17722
  }
17730
17723
  };
17731
17724
  i0202.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0202, type: EclSocialMediaFollowItemComponent, decorators: [{
17732
17725
  type: Component91,
17733
- args: [{ selector: "ecl-social-media-follow-item", 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-follow__link">\n <ecl-icon *ngIf="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<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' }]
17726
+ args: [{ selector: "ecl-social-media-follow-item", 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>' }]
17734
17727
  }], propDecorators: { role: [{
17735
17728
  type: HostBinding140,
17736
17729
  args: ["attr.role"]
@@ -17740,6 +17733,8 @@ i0202.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17740
17733
  type: Input92
17741
17734
  }], href: [{
17742
17735
  type: Input92
17736
+ }], routerLink: [{
17737
+ type: Input92
17743
17738
  }], target: [{
17744
17739
  type: Input92
17745
17740
  }], size: [{
@@ -17786,6 +17781,7 @@ i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17786
17781
  // lib/components/ecl-social-media-follow/ecl-social-media-follow.module.mjs
17787
17782
  import { NgModule as NgModule51 } from "@angular/core";
17788
17783
  import { CommonModule as CommonModule51 } from "@angular/common";
17784
+ import { RouterModule as RouterModule7 } from "@angular/router";
17789
17785
  import * as i0204 from "@angular/core";
17790
17786
  var COMPONENTS24 = [EclSocialMediaFollowComponent, EclSocialMediaFollowItemComponent, EclSocialMediaFollowLinkDirective];
17791
17787
  var EclSocialMediaFollowComponentModule = class _EclSocialMediaFollowComponentModule {
@@ -17793,25 +17789,25 @@ var EclSocialMediaFollowComponentModule = class _EclSocialMediaFollowComponentMo
17793
17789
  this.ɵfac = i0204.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0204, type: _EclSocialMediaFollowComponentModule, deps: [], target: i0204.ɵɵFactoryTarget.NgModule });
17794
17790
  }
17795
17791
  static {
17796
- this.ɵmod = i0204.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0204, type: _EclSocialMediaFollowComponentModule, declarations: [EclSocialMediaFollowComponent, EclSocialMediaFollowItemComponent, EclSocialMediaFollowLinkDirective], imports: [CommonModule51, EclIconComponentModule, EclLinkDirectiveModule], exports: [EclSocialMediaFollowComponent, EclSocialMediaFollowItemComponent, EclSocialMediaFollowLinkDirective] });
17792
+ this.ɵmod = i0204.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.3", ngImport: i0204, type: _EclSocialMediaFollowComponentModule, declarations: [EclSocialMediaFollowComponent, EclSocialMediaFollowItemComponent, EclSocialMediaFollowLinkDirective], imports: [CommonModule51, RouterModule7, EclIconComponentModule, EclLinkDirectiveModule], exports: [EclSocialMediaFollowComponent, EclSocialMediaFollowItemComponent, EclSocialMediaFollowLinkDirective] });
17797
17793
  }
17798
17794
  static {
17799
- this.ɵinj = i0204.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0204, type: _EclSocialMediaFollowComponentModule, imports: [CommonModule51, EclIconComponentModule, EclLinkDirectiveModule] });
17795
+ this.ɵinj = i0204.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0204, type: _EclSocialMediaFollowComponentModule, imports: [CommonModule51, RouterModule7, EclIconComponentModule, EclLinkDirectiveModule] });
17800
17796
  }
17801
17797
  };
17802
17798
  i0204.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0204, type: EclSocialMediaFollowComponentModule, decorators: [{
17803
17799
  type: NgModule51,
17804
17800
  args: [{
17805
- imports: [CommonModule51, EclIconComponentModule, EclLinkDirectiveModule],
17801
+ imports: [CommonModule51, RouterModule7, EclIconComponentModule, EclLinkDirectiveModule],
17806
17802
  exports: [...COMPONENTS24],
17807
17803
  declarations: [...COMPONENTS24]
17808
17804
  }]
17809
17805
  }] });
17810
17806
 
17811
17807
  // lib/components/ecl-social-media-share/ecl-social-media-share.component.mjs
17812
- import { __decorate as __decorate39 } from "tslib";
17808
+ import { __decorate as __decorate37 } from "tslib";
17813
17809
  import { Component as Component92, HostBinding as HostBinding142, Input as Input93 } from "@angular/core";
17814
- import { coerceBoolean as coerceBoolean33 } from "@eui/base";
17810
+ import { coerceBoolean as coerceBoolean32 } from "@eui/base";
17815
17811
  import * as i0205 from "@angular/core";
17816
17812
  var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends ECLBaseDirective {
17817
17813
  constructor() {
@@ -17828,8 +17824,8 @@ var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends E
17828
17824
  this.ɵcmp = i0205.ɵɵ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: i0205, 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"] });
17829
17825
  }
17830
17826
  };
17831
- __decorate39([
17832
- coerceBoolean33
17827
+ __decorate37([
17828
+ coerceBoolean32
17833
17829
  ], EclSocialMediaShareComponent.prototype, "isVertical", void 0);
17834
17830
  i0205.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0205, type: EclSocialMediaShareComponent, decorators: [{
17835
17831
  type: Component92,
@@ -17955,7 +17951,7 @@ i0208.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17955
17951
  }] });
17956
17952
 
17957
17953
  // lib/components/ecl-loading-indicator/ecl-loading-indicator.component.mjs
17958
- import { Component as Component94, HostBinding as HostBinding145, Input as Input95, booleanAttribute as booleanAttribute19 } from "@angular/core";
17954
+ import { Component as Component94, HostBinding as HostBinding145, Input as Input95, booleanAttribute as booleanAttribute20 } from "@angular/core";
17959
17955
  import * as i0209 from "@angular/core";
17960
17956
  var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends ECLBaseDirective {
17961
17957
  constructor() {
@@ -17978,7 +17974,7 @@ var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends E
17978
17974
  this.ɵfac = i0209.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0209, type: _EclLoadingIndicatorComponent, deps: null, target: i0209.ɵɵFactoryTarget.Component });
17979
17975
  }
17980
17976
  static {
17981
- this.ɵcmp = i0209.ɵɵ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", booleanAttribute19], isVisible: ["isVisible", "isVisible", booleanAttribute19] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0209, 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' });
17977
+ this.ɵcmp = i0209.ɵɵ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", booleanAttribute20], isVisible: ["isVisible", "isVisible", booleanAttribute20] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0209, 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' });
17982
17978
  }
17983
17979
  };
17984
17980
  i0209.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0209, type: EclLoadingIndicatorComponent, decorators: [{
@@ -17993,10 +17989,10 @@ i0209.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
17993
17989
  type: Input95
17994
17990
  }], isCentered: [{
17995
17991
  type: Input95,
17996
- args: [{ transform: booleanAttribute19 }]
17992
+ args: [{ transform: booleanAttribute20 }]
17997
17993
  }], isVisible: [{
17998
17994
  type: Input95,
17999
- args: [{ transform: booleanAttribute19 }]
17995
+ args: [{ transform: booleanAttribute20 }]
18000
17996
  }] } });
18001
17997
 
18002
17998
  // lib/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.mjs
@@ -18107,11 +18103,11 @@ i0213.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18107
18103
  }] } });
18108
18104
 
18109
18105
  // lib/components/ecl-table/ecl-table.directive.mjs
18110
- import { __decorate as __decorate40 } from "tslib";
18106
+ import { __decorate as __decorate38 } from "tslib";
18111
18107
  import { ContentChildren as ContentChildren25, Directive as Directive62, EventEmitter as EventEmitter44, forwardRef as forwardRef52, HostBinding as HostBinding149, HostListener as HostListener22, Input as Input97, Output as Output44 } from "@angular/core";
18112
18108
  import { Subject as Subject27 } from "rxjs";
18113
18109
  import { takeUntil as takeUntil24 } from "rxjs/operators";
18114
- import { coerceBoolean as coerceBoolean34 } from "@eui/base";
18110
+ import { coerceBoolean as coerceBoolean33 } from "@eui/base";
18115
18111
  import * as i0214 from "@angular/core";
18116
18112
  var SortOrder;
18117
18113
  (function(SortOrder2) {
@@ -18158,8 +18154,8 @@ var EclTableDirective = class _EclTableDirective extends ECLBaseDirective {
18158
18154
  this.ɵdir = i0214.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTableDirective, selector: "[eclTable]", inputs: { isZebra: "isZebra" }, outputs: { sort: "sort" }, host: { properties: { "class.ecl-table--zebra": "this.isZebra", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclTableHeaders", predicate: i0214.forwardRef(() => EclTableHeaderDirective), descendants: true }], usesInheritance: true, ngImport: i0214 });
18159
18155
  }
18160
18156
  };
18161
- __decorate40([
18162
- coerceBoolean34
18157
+ __decorate38([
18158
+ coerceBoolean33
18163
18159
  ], EclTableDirective.prototype, "isZebra", void 0);
18164
18160
  i0214.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0214, type: EclTableDirective, decorators: [{
18165
18161
  type: Directive62,
@@ -18497,9 +18493,9 @@ i0216.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18497
18493
  }], ctorParameters: () => [{ type: i0216.ElementRef }] });
18498
18494
 
18499
18495
  // lib/components/ecl-tabs/ecl-tab.component.mjs
18500
- import { __decorate as __decorate41 } from "tslib";
18496
+ import { __decorate as __decorate39 } from "tslib";
18501
18497
  import { Component as Component97, ContentChild as ContentChild28, EventEmitter as EventEmitter45, HostBinding as HostBinding150, Input as Input98, Output as Output45, ViewChild as ViewChild16 } from "@angular/core";
18502
- import { coerceBoolean as coerceBoolean35 } from "@eui/base";
18498
+ import { coerceBoolean as coerceBoolean34 } from "@eui/base";
18503
18499
  import * as i0217 from "@angular/core";
18504
18500
  var EclTabSelectEvent = class extends EclBaseEvent {
18505
18501
  constructor(tab) {
@@ -18557,11 +18553,11 @@ var EclTabComponent = class _EclTabComponent extends ECLBaseDirective {
18557
18553
  this.ɵcmp = i0217.ɵɵ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: i0217, 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"] }] });
18558
18554
  }
18559
18555
  };
18560
- __decorate41([
18561
- coerceBoolean35
18556
+ __decorate39([
18557
+ coerceBoolean34
18562
18558
  ], EclTabComponent.prototype, "isHidden", void 0);
18563
- __decorate41([
18564
- coerceBoolean35
18559
+ __decorate39([
18560
+ coerceBoolean34
18565
18561
  ], EclTabComponent.prototype, "isActive", void 0);
18566
18562
  i0217.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0217, type: EclTabComponent, decorators: [{
18567
18563
  type: Component97,
@@ -18597,9 +18593,9 @@ i0217.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
18597
18593
  }] } });
18598
18594
 
18599
18595
  // lib/components/ecl-tabs/ecl-tab-more.component.mjs
18600
- import { __decorate as __decorate42 } from "tslib";
18596
+ import { __decorate as __decorate40 } from "tslib";
18601
18597
  import { Component as Component98, HostBinding as HostBinding151, Input as Input99 } from "@angular/core";
18602
- import { coerceBoolean as coerceBoolean36 } from "@eui/base";
18598
+ import { coerceBoolean as coerceBoolean35 } from "@eui/base";
18603
18599
  import * as i0218 from "@angular/core";
18604
18600
  var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
18605
18601
  constructor() {
@@ -18617,8 +18613,8 @@ var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
18617
18613
  this.ɵcmp = i0218.ɵɵ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: i0218, template: "<ng-content></ng-content>\n", styles: [":host{display:list-item}\n"] });
18618
18614
  }
18619
18615
  };
18620
- __decorate42([
18621
- coerceBoolean36
18616
+ __decorate40([
18617
+ coerceBoolean35
18622
18618
  ], EclTabMoreComponent.prototype, "isHidden", void 0);
18623
18619
  i0218.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0218, type: EclTabMoreComponent, decorators: [{
18624
18620
  type: Component98,
@@ -19376,9 +19372,9 @@ i0222.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19376
19372
  }] });
19377
19373
 
19378
19374
  // lib/components/ecl-text-area/ecl-text-area.directive.mjs
19379
- import { __decorate as __decorate43 } from "tslib";
19375
+ import { __decorate as __decorate41 } from "tslib";
19380
19376
  import { Directive as Directive63, HostBinding as HostBinding153, Input as Input102, Optional as Optional9, Self as Self7 } from "@angular/core";
19381
- import { coerceBoolean as coerceBoolean37 } from "@eui/base";
19377
+ import { coerceBoolean as coerceBoolean36 } from "@eui/base";
19382
19378
  import * as i0223 from "@angular/core";
19383
19379
  import * as i148 from "@angular/forms";
19384
19380
  var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective {
@@ -19405,8 +19401,8 @@ var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective
19405
19401
  this.ɵdir = i0223.ɵɵ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: i0223 });
19406
19402
  }
19407
19403
  };
19408
- __decorate43([
19409
- coerceBoolean37
19404
+ __decorate41([
19405
+ coerceBoolean36
19410
19406
  ], EclTextAreaDirective.prototype, "isInvalid", void 0);
19411
19407
  i0223.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0223, type: EclTextAreaDirective, decorators: [{
19412
19408
  type: Directive63,
@@ -19530,9 +19526,9 @@ i0227.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
19530
19526
  }] } });
19531
19527
 
19532
19528
  // lib/components/ecl-timeline/ecl-timeline-item.component.mjs
19533
- import { __decorate as __decorate44 } from "tslib";
19529
+ import { __decorate as __decorate42 } from "tslib";
19534
19530
  import { Component as Component102, Input as Input103, HostBinding as HostBinding156, ViewEncapsulation as ViewEncapsulation17, Output as Output49, EventEmitter as EventEmitter49, ContentChild as ContentChild29, forwardRef as forwardRef56 } from "@angular/core";
19535
- import { coerceBoolean as coerceBoolean38 } from "@eui/base";
19531
+ import { coerceBoolean as coerceBoolean37 } from "@eui/base";
19536
19532
  import { Subject as Subject29 } from "rxjs";
19537
19533
  import { takeUntil as takeUntil26 } from "rxjs/operators";
19538
19534
  import * as i0228 from "@angular/core";
@@ -19632,8 +19628,8 @@ var EclTimelineItemComponent = class _EclTimelineItemComponent extends ECLBaseDi
19632
19628
  </ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"], dependencies: [{ kind: "directive", type: i149.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i149.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: i0228.ViewEncapsulation.None });
19633
19629
  }
19634
19630
  };
19635
- __decorate44([
19636
- coerceBoolean38
19631
+ __decorate42([
19632
+ coerceBoolean37
19637
19633
  ], EclTimelineItemComponent.prototype, "isTogglerExpanded", void 0);
19638
19634
  i0228.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0228, type: EclTimelineItemComponent, decorators: [{
19639
19635
  type: Component102,