@eui/ecl 18.0.0-next.21 → 18.0.0-next.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EclAccordionItemComponent.html +1 -1
- package/docs/components/EclGalleryComponent.html +25 -142
- package/docs/components/EclGalleryFooterComponent.html +1 -1
- package/docs/components/EclGalleryItemComponent.html +2 -90
- package/docs/components/EclInpageNavigationComponent.html +102 -1
- package/docs/components/EclInpageNavigationItemComponent.html +1 -1
- package/docs/components/EclMenuComponent.html +1 -1
- package/docs/components/EclMenuItemComponent.html +1 -1
- package/docs/components/EclMenuMegaComponent.html +0 -24
- package/docs/components/EclMenuMegaItemComponent.html +66 -2
- package/docs/dependencies.html +1 -1
- package/docs/directives/EclLinkDirective.html +3 -3
- package/docs/index.html +1 -1
- package/docs/js/menu-wc.js +3 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-accordion/ecl-accordion-item.component.mjs +4 -5
- package/esm2022/lib/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.mjs +1 -1
- package/esm2022/lib/components/ecl-gallery/ecl-gallery-footer.component.mjs +5 -6
- package/esm2022/lib/components/ecl-gallery/ecl-gallery-item.component.mjs +8 -27
- package/esm2022/lib/components/ecl-gallery/ecl-gallery.component.mjs +18 -76
- package/esm2022/lib/components/ecl-icon/ecl-icon.component.mjs +2 -2
- package/esm2022/lib/components/ecl-inpage-navigation/ecl-inpage-navigation-item.component.mjs +3 -3
- package/esm2022/lib/components/ecl-inpage-navigation/ecl-inpage-navigation.component.mjs +33 -15
- package/esm2022/lib/components/ecl-inpage-navigation/ecl-inpage-navigation.module.mjs +5 -5
- package/esm2022/lib/components/ecl-link/ecl-link.directive.mjs +5 -5
- package/esm2022/lib/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.mjs +1 -1
- package/esm2022/lib/components/ecl-menu/ecl-menu/ecl-menu-item.component.mjs +3 -3
- package/esm2022/lib/components/ecl-menu/ecl-menu/ecl-menu.component.mjs +9 -12
- package/esm2022/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs +37 -19
- package/esm2022/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.mjs +4 -16
- package/esm2022/lib/components/ecl-pagination/ecl-pagination-item.component.mjs +1 -1
- package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.mjs +1 -1
- package/esm2022/lib/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.mjs +1 -1
- package/esm2022/lib/components/ecl-site-header/ecl-site-header.component.mjs +1 -1
- package/esm2022/lib/components/ecl-site-header/language/ecl-site-header-language-popover.component.mjs +1 -1
- package/esm2022/lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs +1 -1
- package/esm2022/lib/components/ecl-social-media-share/ecl-social-media-share-item.component.mjs +1 -1
- package/esm2022/lib/components/ecl-tabs/ecl-tab.component.mjs +1 -1
- package/fesm2022/eui-ecl.mjs +854 -889
- package/fesm2022/eui-ecl.mjs.map +4 -4
- package/lib/components/ecl-gallery/ecl-gallery-item.component.d.ts +4 -10
- package/lib/components/ecl-gallery/ecl-gallery-item.component.d.ts.map +1 -1
- package/lib/components/ecl-gallery/ecl-gallery.component.d.ts +15 -38
- package/lib/components/ecl-gallery/ecl-gallery.component.d.ts.map +1 -1
- package/lib/components/ecl-icon/ecl-icon.component.d.ts.map +1 -1
- package/lib/components/ecl-inpage-navigation/ecl-inpage-navigation.component.d.ts +10 -2
- package/lib/components/ecl-inpage-navigation/ecl-inpage-navigation.component.d.ts.map +1 -1
- package/lib/components/ecl-link/ecl-link.directive.d.ts +3 -3
- package/lib/components/ecl-link/ecl-link.directive.d.ts.map +1 -1
- package/lib/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts +2 -1
- package/lib/components/ecl-menu/ecl-menu/ecl-menu.component.d.ts.map +1 -1
- package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts +11 -5
- package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.d.ts.map +1 -1
- package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts +1 -5
- package/lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/classes/EclGalleryDownloadEvent.html +0 -382
package/fesm2022/eui-ecl.mjs
CHANGED
|
@@ -511,7 +511,7 @@ var EclIconComponent = class _EclIconComponent extends ECLBaseDirective {
|
|
|
511
511
|
if (this.svgEl) {
|
|
512
512
|
const hostParentEl = this.svgEl.nativeElement.parentElement;
|
|
513
513
|
if (hostParentEl) {
|
|
514
|
-
hostParentEl.removeChild(this.svgEl);
|
|
514
|
+
hostParentEl.removeChild(this.svgEl.nativeElement);
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
} catch (e) {
|
|
@@ -588,7 +588,6 @@ i05.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3",
|
|
|
588
588
|
import { ChangeDetectionStrategy, Component as Component2, EventEmitter, HostBinding as HostBinding3, Input as Input3, Output, booleanAttribute as booleanAttribute2 } from "@angular/core";
|
|
589
589
|
import { v4 as uuidgen } from "uuid";
|
|
590
590
|
import * as i06 from "@angular/core";
|
|
591
|
-
import * as i22 from "@angular/common";
|
|
592
591
|
var EclAccordionToggleEvent = class extends EclBaseEvent {
|
|
593
592
|
constructor(isExpanded) {
|
|
594
593
|
super();
|
|
@@ -629,7 +628,7 @@ var EclAccordionItemComponent = class _EclAccordionItemComponent {
|
|
|
629
628
|
this.ɵfac = i06.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i06, type: _EclAccordionItemComponent, deps: [{ token: ECLBaseDirective }, { token: i06.ChangeDetectorRef }], target: i06.ɵɵFactoryTarget.Component });
|
|
630
629
|
}
|
|
631
630
|
static {
|
|
632
|
-
this.ɵcmp = i06.ɵɵngDeclareComponent({ minVersion: "
|
|
631
|
+
this.ɵcmp = i06.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclAccordionItemComponent, selector: "ecl-accordion-item", inputs: { label: "label", isExpanded: ["isExpanded", "isExpanded", booleanAttribute2] }, outputs: { toggle: "toggle" }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: ECLBaseDirective }], ngImport: i06, template: '<h3 class="ecl-accordion__title" [id]="titleId">\n <button\n type="button"\n (click)="onItemClick($event)"\n [attr.aria-expanded]="isExpanded"\n class="ecl-accordion__toggle"\n [class.ecl-accordion__toggle--active]="isActive"\n [attr.aria-controls]="contentId">\n <span class="ecl-accordion__toggle-flex">\n <span class="ecl-accordion__toggle-title">{{ label }}</span>\n <span class="ecl-accordion__toggle-indicator">\n @if(!isExpanded) {\n <ecl-icon icon="plus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="!isExpanded">\n </ecl-icon>\n } @else {\n <ecl-icon icon="minus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="isExpanded">\n </ecl-icon>\n }\n </span>\n </span>\n </button>\n</h3>\n<div class="ecl-accordion__content" [hidden]="!isExpanded" role="region" [attr.aria-labelledby]="titleId" [id]="contentId">\n <ng-content></ng-content>\n</div>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], changeDetection: i06.ChangeDetectionStrategy.OnPush });
|
|
633
632
|
}
|
|
634
633
|
};
|
|
635
634
|
i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i06, type: EclAccordionItemComponent, decorators: [{
|
|
@@ -638,7 +637,7 @@ i06.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3",
|
|
|
638
637
|
{
|
|
639
638
|
directive: ECLBaseDirective
|
|
640
639
|
}
|
|
641
|
-
], template: '<h3 class="ecl-accordion__title" [id]="titleId">\n <button\n type="button"\n (click)="onItemClick($event)"\n [attr.aria-expanded]="isExpanded"\n class="ecl-accordion__toggle"\n [class.ecl-accordion__toggle--active]="isActive"\n [attr.aria-controls]="contentId">\n <span class="ecl-accordion__toggle-flex">\n <span class="ecl-accordion__toggle-title">{{ label }}</span>\n <span class="ecl-accordion__toggle-indicator">\n <ecl-icon
|
|
640
|
+
], template: '<h3 class="ecl-accordion__title" [id]="titleId">\n <button\n type="button"\n (click)="onItemClick($event)"\n [attr.aria-expanded]="isExpanded"\n class="ecl-accordion__toggle"\n [class.ecl-accordion__toggle--active]="isActive"\n [attr.aria-controls]="contentId">\n <span class="ecl-accordion__toggle-flex">\n <span class="ecl-accordion__toggle-title">{{ label }}</span>\n <span class="ecl-accordion__toggle-indicator">\n @if(!isExpanded) {\n <ecl-icon icon="plus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="!isExpanded">\n </ecl-icon>\n } @else {\n <ecl-icon icon="minus" size="s" class="ecl-accordion__toggle-icon" [attr.aria-hidden]="isExpanded">\n </ecl-icon>\n }\n </span>\n </span>\n </button>\n</h3>\n<div class="ecl-accordion__content" [hidden]="!isExpanded" role="region" [attr.aria-labelledby]="titleId" [id]="contentId">\n <ng-content></ng-content>\n</div>\n', styles: [":host{display:block}\n"] }]
|
|
642
641
|
}], ctorParameters: () => [{ type: ECLBaseDirective }, { type: i06.ChangeDetectorRef }], propDecorators: { cssClasses: [{
|
|
643
642
|
type: HostBinding3,
|
|
644
643
|
args: ["class"]
|
|
@@ -1023,7 +1022,7 @@ import { ChangeDetectionStrategy as ChangeDetectionStrategy5, Component as Compo
|
|
|
1023
1022
|
import { coerceBoolean } from "@eui/base";
|
|
1024
1023
|
import * as i016 from "@angular/core";
|
|
1025
1024
|
import * as i13 from "@angular/common";
|
|
1026
|
-
import * as
|
|
1025
|
+
import * as i22 from "@ngx-translate/core";
|
|
1027
1026
|
var EclFormLabelComponent = class _EclFormLabelComponent extends ECLBaseDirective {
|
|
1028
1027
|
constructor() {
|
|
1029
1028
|
super(...arguments);
|
|
@@ -1046,7 +1045,7 @@ var EclFormLabelComponent = class _EclFormLabelComponent extends ECLBaseDirectiv
|
|
|
1046
1045
|
this.ɵcmp = i016.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclFormLabelComponent, selector: "[eclFormLabel]", inputs: { isOptional: "isOptional", isInvalid: "isInvalid", isDisabled: "isDisabled", isRequired: "isRequired" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i016, template: `<ng-content></ng-content>
|
|
1047
1046
|
<span *ngIf="isOptional" class="ecl-form-label__optional"> ({{ 'ecl.form-label.OPTIONAL' | translate }})</span>
|
|
1048
1047
|
<span *ngIf="isRequired" class="ecl-form-label__required">*</span>
|
|
1049
|
-
`, dependencies: [{ kind: "directive", type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type:
|
|
1048
|
+
`, dependencies: [{ kind: "directive", type: i13.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i22.TranslatePipe, name: "translate" }], changeDetection: i016.ChangeDetectionStrategy.OnPush });
|
|
1050
1049
|
}
|
|
1051
1050
|
};
|
|
1052
1051
|
__decorate([
|
|
@@ -1169,13 +1168,13 @@ var EclLinkDirective = class _EclLinkDirective extends ECLBaseDirective {
|
|
|
1169
1168
|
super();
|
|
1170
1169
|
this.el = el;
|
|
1171
1170
|
this.isInverted = false;
|
|
1172
|
-
this.
|
|
1171
|
+
this.isIconOnly = false;
|
|
1173
1172
|
}
|
|
1174
1173
|
ngAfterContentInit() {
|
|
1175
1174
|
if (this.eclIconComponents) {
|
|
1176
1175
|
setTimeout(() => {
|
|
1177
1176
|
this.eclIconComponents.forEach((icn) => {
|
|
1178
|
-
icn.class = icn.class + " ecl-link__icon";
|
|
1177
|
+
icn.class = icn.class ? icn.class + " ecl-link__icon" : "ecl-link__icon";
|
|
1179
1178
|
});
|
|
1180
1179
|
});
|
|
1181
1180
|
}
|
|
@@ -1184,7 +1183,7 @@ var EclLinkDirective = class _EclLinkDirective extends ECLBaseDirective {
|
|
|
1184
1183
|
this.ɵfac = i020.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i020, type: _EclLinkDirective, deps: [{ token: i020.ElementRef }], target: i020.ɵɵFactoryTarget.Directive });
|
|
1185
1184
|
}
|
|
1186
1185
|
static {
|
|
1187
|
-
this.ɵdir = i020.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLinkDirective, selector: "[eclLink]", inputs: { isInverted: ["isInverted", "isInverted", booleanAttribute4],
|
|
1186
|
+
this.ɵdir = i020.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLinkDirective, selector: "[eclLink]", inputs: { isInverted: ["isInverted", "isInverted", booleanAttribute4], isIconOnly: ["isIconOnly", "isIconOnly", booleanAttribute4], isNoVisited: ["isNoVisited", "isNoVisited", booleanAttribute4], variant: "variant" }, host: { properties: { "class": "this.cssClasses", "class.ecl-link--icon": "this.hasIcon", "class.ecl-link--no-visited": "this.isLinkNoVisited", "class.ecl-link--inverted": "this.isInverted", "class.ecl-link--icon-only": "this.isIconOnly" } }, queries: [{ propertyName: "eclIconComponents", predicate: i020.forwardRef(() => EclIconComponent) }], usesInheritance: true, ngImport: i020 });
|
|
1188
1187
|
}
|
|
1189
1188
|
};
|
|
1190
1189
|
i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i020, type: EclLinkDirective, decorators: [{
|
|
@@ -1207,7 +1206,7 @@ i020.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
|
|
|
1207
1206
|
}, {
|
|
1208
1207
|
type: HostBinding10,
|
|
1209
1208
|
args: ["class.ecl-link--inverted"]
|
|
1210
|
-
}],
|
|
1209
|
+
}], isIconOnly: [{
|
|
1211
1210
|
type: Input7,
|
|
1212
1211
|
args: [{ transform: booleanAttribute4 }]
|
|
1213
1212
|
}, {
|
|
@@ -1779,7 +1778,7 @@ var EclSiteHeaderLanguagePopoverComponent = class _EclSiteHeaderLanguagePopoverC
|
|
|
1779
1778
|
</ul>
|
|
1780
1779
|
</div>
|
|
1781
1780
|
</div>
|
|
1782
|
-
`, dependencies: [{ kind: "directive", type: i17.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i17.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "
|
|
1781
|
+
`, dependencies: [{ kind: "directive", type: i17.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i17.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }] });
|
|
1783
1782
|
}
|
|
1784
1783
|
};
|
|
1785
1784
|
i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i031, type: EclSiteHeaderLanguagePopoverComponent, decorators: [{
|
|
@@ -2399,7 +2398,7 @@ import { Component as Component15, ContentChild, EventEmitter as EventEmitter8,
|
|
|
2399
2398
|
import { coerceElement as coerceElement2 } from "@eui/base";
|
|
2400
2399
|
import { Subject as Subject6, takeUntil as takeUntil6 } from "rxjs";
|
|
2401
2400
|
import * as i035 from "@angular/core";
|
|
2402
|
-
import * as
|
|
2401
|
+
import * as i23 from "@ngx-translate/core";
|
|
2403
2402
|
import * as i43 from "@angular/common";
|
|
2404
2403
|
var EclSiteHeaderLogoClickEvent = class extends EclBaseEvent {
|
|
2405
2404
|
};
|
|
@@ -2454,7 +2453,7 @@ var EclSiteHeaderComponent = class _EclSiteHeaderComponent extends ECLBaseDirect
|
|
|
2454
2453
|
return this.eclLanguageService.getEULanguageOrFallback(this.languageCode).code;
|
|
2455
2454
|
}
|
|
2456
2455
|
static {
|
|
2457
|
-
this.ɵfac = i035.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i035, type: _EclSiteHeaderComponent, deps: [{ token: EclLanguageService }, { token:
|
|
2456
|
+
this.ɵfac = i035.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i035, type: _EclSiteHeaderComponent, deps: [{ token: EclLanguageService }, { token: i23.TranslateService }, { token: EclThemeService }], target: i035.ɵɵFactoryTarget.Component });
|
|
2458
2457
|
}
|
|
2459
2458
|
static {
|
|
2460
2459
|
this.ɵcmp = i035.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteHeaderComponent, selector: "ecl-site-header", inputs: { logoUrl: "logoUrl", siteName: "siteName", languageCode: "languageCode" }, outputs: { logoClick: "logoClick", languageClick: "languageClick" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, queries: [{ propertyName: "eclLoginComponent", first: true, predicate: EclSiteHeaderLoginComponent, descendants: true }, { propertyName: "eclSearchComponent", first: true, predicate: EclSiteHeaderSearchComponent, descendants: true }, { propertyName: "eclLanguageComponent", first: true, predicate: EclSiteHeaderLanguageComponent, descendants: true }], viewQueries: [{ propertyName: "topContainerElement", first: true, predicate: ["topContainer"], descendants: true }], usesInheritance: true, ngImport: i035, template: `<div class="ecl-site-header__header">
|
|
@@ -2510,7 +2509,7 @@ var EclSiteHeaderComponent = class _EclSiteHeaderComponent extends ECLBaseDirect
|
|
|
2510
2509
|
|
|
2511
2510
|
<!-- @deprecated language list is replaced with site header language -->
|
|
2512
2511
|
<ng-content select="ecl-language-list"></ng-content>
|
|
2513
|
-
`, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i43.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "
|
|
2512
|
+
`, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i43.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "pipe", type: i43.AsyncPipe, name: "async" }, { kind: "pipe", type: i23.TranslatePipe, name: "translate" }] });
|
|
2514
2513
|
}
|
|
2515
2514
|
};
|
|
2516
2515
|
__decorate5([
|
|
@@ -2572,7 +2571,7 @@ i035.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
|
|
|
2572
2571
|
<!-- @deprecated language list is replaced with site header language -->
|
|
2573
2572
|
<ng-content select="ecl-language-list"></ng-content>
|
|
2574
2573
|
`, styles: [":host{display:block}\n"] }]
|
|
2575
|
-
}], ctorParameters: () => [{ type: EclLanguageService }, { type:
|
|
2574
|
+
}], ctorParameters: () => [{ type: EclLanguageService }, { type: i23.TranslateService }, { type: EclThemeService }], propDecorators: { logoUrl: [{
|
|
2576
2575
|
type: Input14
|
|
2577
2576
|
}], cssClasses: [{
|
|
2578
2577
|
type: HostBinding21,
|
|
@@ -3315,7 +3314,7 @@ i049.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
|
|
|
3315
3314
|
import { Component as Component20, EventEmitter as EventEmitter10, HostBinding as HostBinding32, Input as Input17, Output as Output10, ViewEncapsulation as ViewEncapsulation3, booleanAttribute as booleanAttribute6 } from "@angular/core";
|
|
3316
3315
|
import * as i050 from "@angular/core";
|
|
3317
3316
|
import * as i112 from "@angular/common";
|
|
3318
|
-
import * as
|
|
3317
|
+
import * as i24 from "@angular/router";
|
|
3319
3318
|
var EclBreadcrumbSegmentClickEvent = class extends EclBaseEvent {
|
|
3320
3319
|
};
|
|
3321
3320
|
var EclBreadcrumbSegmentComponent = class _EclBreadcrumbSegmentComponent extends ECLBaseDirective {
|
|
@@ -3351,7 +3350,7 @@ var EclBreadcrumbSegmentComponent = class _EclBreadcrumbSegmentComponent extends
|
|
|
3351
3350
|
this.ɵfac = i050.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i050, type: _EclBreadcrumbSegmentComponent, deps: [{ token: i050.ElementRef }], target: i050.ɵɵFactoryTarget.Component });
|
|
3352
3351
|
}
|
|
3353
3352
|
static {
|
|
3354
|
-
this.ɵcmp = i050.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclBreadcrumbSegmentComponent, selector: "ecl-breadcrumb-segment", inputs: { routerLink: "routerLink", queryParams: "queryParams", href: "href", queryParamsHandling: "queryParamsHandling", isCurrentPage: ["isCurrentPage", "isCurrentPage", booleanAttribute6], isHidden: ["isHidden", "isHidden", booleanAttribute6] }, outputs: { segmentClick: "segmentClick" }, host: { properties: { "attr.tabindex": "this.tabIndex", "attr.role": "this.role", "attr.aria-hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i050, template: '@if (!isEllipsis) {\n@if (!isCurrentPage && href) {\n<a eclLink variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n@if (!isCurrentPage && !href) {\n<a eclLink [routerLink]="routerLink" [queryParams]="queryParams" [queryParamsHandling]="queryParamsHandling"\n variant="standalone" [isNoVisited]="true" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n@if (isCurrentPage) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n} @else {\n<ecl-icon role="presentation" icon="corner-arrow" ariaHidden="true" focusable="false" size="fluid"\n class="ecl-breadcrumb__icon">\n</ecl-icon>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i112.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type:
|
|
3353
|
+
this.ɵcmp = i050.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclBreadcrumbSegmentComponent, selector: "ecl-breadcrumb-segment", inputs: { routerLink: "routerLink", queryParams: "queryParams", href: "href", queryParamsHandling: "queryParamsHandling", isCurrentPage: ["isCurrentPage", "isCurrentPage", booleanAttribute6], isHidden: ["isHidden", "isHidden", booleanAttribute6] }, outputs: { segmentClick: "segmentClick" }, host: { properties: { "attr.tabindex": "this.tabIndex", "attr.role": "this.role", "attr.aria-hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i050, template: '@if (!isEllipsis) {\n@if (!isCurrentPage && href) {\n<a eclLink variant="standalone" [isNoVisited]="true" [href]="href" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n@if (!isCurrentPage && !href) {\n<a eclLink [routerLink]="routerLink" [queryParams]="queryParams" [queryParamsHandling]="queryParamsHandling"\n variant="standalone" [isNoVisited]="true" tabindex="0" (click)="onSegmentClick($event)"\n class="ecl-breadcrumb__link">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n}\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n@if (isCurrentPage) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n} @else {\n<ecl-icon role="presentation" icon="corner-arrow" ariaHidden="true" focusable="false" size="fluid"\n class="ecl-breadcrumb__icon">\n</ecl-icon>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i112.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i24.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], encapsulation: i050.ViewEncapsulation.None });
|
|
3355
3354
|
}
|
|
3356
3355
|
};
|
|
3357
3356
|
i050.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i050, type: EclBreadcrumbSegmentComponent, decorators: [{
|
|
@@ -5107,7 +5106,7 @@ i065.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3"
|
|
|
5107
5106
|
// lib/components/ecl-category-filter/ecl-category-filter-list/ecl-category-filter-item.component.mjs
|
|
5108
5107
|
import { Component as Component28, ContentChild as ContentChild7, EventEmitter as EventEmitter13, forwardRef as forwardRef21, HostBinding as HostBinding43, Input as Input22, Output as Output13 } from "@angular/core";
|
|
5109
5108
|
import * as i066 from "@angular/core";
|
|
5110
|
-
import * as
|
|
5109
|
+
import * as i25 from "@angular/common";
|
|
5111
5110
|
var EclCategoryFilterItemComponent = class _EclCategoryFilterItemComponent extends ECLBaseDirective {
|
|
5112
5111
|
constructor() {
|
|
5113
5112
|
super(...arguments);
|
|
@@ -5166,7 +5165,7 @@ var EclCategoryFilterItemComponent = class _EclCategoryFilterItemComponent exten
|
|
|
5166
5165
|
this.ɵfac = i066.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i066, type: _EclCategoryFilterItemComponent, deps: null, target: i066.ɵɵFactoryTarget.Component });
|
|
5167
5166
|
}
|
|
5168
5167
|
static {
|
|
5169
|
-
this.ɵcmp = i066.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclCategoryFilterItemComponent, selector: "ecl-category-filter-item", inputs: { href: "href", id: "id" }, outputs: { itemSelect: "itemSelect" }, host: { properties: { "class.ecl-category-filter__list-item": "this.className", "attr.role": "this.role", "class.ecl-category-filter__list-item--open": "this.isAriaExpanded" } }, queries: [{ propertyName: "eclCategoryList", first: true, predicate: i066.forwardRef(() => EclCategoryFilterListComponent), descendants: true }], usesInheritance: true, ngImport: i066, template: '@if (hasChildren) {\n <button\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n [class.ecl-category-filter__item--current]="isCurrent"\n [attr.aria-current]="isCurrent ? true : null"\n [attr.aria-expanded] = "isExpanded"\n [attr.aria-controls]="id"\n (click)="onItemClick($event)">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </button>\n} @else {\n <a\n [href]="href"\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n (click)="onItemClick($event)">\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </a>\n}\n<ng-content select="ecl-category-filter-list"></ng-content>\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type:
|
|
5168
|
+
this.ɵcmp = i066.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclCategoryFilterItemComponent, selector: "ecl-category-filter-item", inputs: { href: "href", id: "id" }, outputs: { itemSelect: "itemSelect" }, host: { properties: { "class.ecl-category-filter__list-item": "this.className", "attr.role": "this.role", "class.ecl-category-filter__list-item--open": "this.isAriaExpanded" } }, queries: [{ propertyName: "eclCategoryList", first: true, predicate: i066.forwardRef(() => EclCategoryFilterListComponent), descendants: true }], usesInheritance: true, ngImport: i066, template: '@if (hasChildren) {\n <button\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n [class.ecl-category-filter__item--current]="isCurrent"\n [attr.aria-current]="isCurrent ? true : null"\n [attr.aria-expanded] = "isExpanded"\n [attr.aria-controls]="id"\n (click)="onItemClick($event)">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </button>\n} @else {\n <a\n [href]="href"\n class="ecl-category-filter__item {{ levelClass }}"\n [class.ecl-category-filter__item--has-children]="hasChildren"\n (click)="onItemClick($event)">\n @if(isChildItemWithChildren) {\n <ecl-icon icon="solid-arrow" size="xs" transform="rotate-90" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n <ng-container *ngTemplateOutlet="content"></ng-container>\n @if(isRootItemWithChildren) {\n <ecl-icon icon="corner-arrow" size="xs" transform="rotate-180" class="ecl-category-filter__item-icon"> </ecl-icon>\n }\n </a>\n}\n<ng-content select="ecl-category-filter-list"></ng-content>\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: i25.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
5170
5169
|
}
|
|
5171
5170
|
};
|
|
5172
5171
|
i066.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i066, type: EclCategoryFilterItemComponent, decorators: [{
|
|
@@ -5653,7 +5652,7 @@ import { formatDate } from "@angular/common";
|
|
|
5653
5652
|
import { Component as Component32, Input as Input29, HostBinding as HostBinding51 } from "@angular/core";
|
|
5654
5653
|
import * as i076 from "@angular/core";
|
|
5655
5654
|
import * as i116 from "@ngx-translate/core";
|
|
5656
|
-
import * as
|
|
5655
|
+
import * as i26 from "@angular/common";
|
|
5657
5656
|
var EclDateBlockComponent = class _EclDateBlockComponent extends ECLBaseDirective {
|
|
5658
5657
|
get cssClasses() {
|
|
5659
5658
|
return [super.getCssClasses("ecl-date-block"), this.variant ? `ecl-date-block--${this.variant}` : ""].join(" ").trim();
|
|
@@ -5693,7 +5692,7 @@ var EclDateBlockComponent = class _EclDateBlockComponent extends ECLBaseDirectiv
|
|
|
5693
5692
|
{{ month || (date | date: 'MMM' : '' : locale) }}
|
|
5694
5693
|
</abbr>
|
|
5695
5694
|
<span class="ecl-date-block__year" aria-hidden="true">{{ year || (date | date: 'yyyy') }}</span>
|
|
5696
|
-
`, dependencies: [{ kind: "pipe", type:
|
|
5695
|
+
`, dependencies: [{ kind: "pipe", type: i26.DatePipe, name: "date" }] });
|
|
5697
5696
|
}
|
|
5698
5697
|
};
|
|
5699
5698
|
i076.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i076, type: EclDateBlockComponent, decorators: [{
|
|
@@ -6900,7 +6899,7 @@ import { Subject as Subject12 } from "rxjs";
|
|
|
6900
6899
|
import { coerceBoolean as coerceBoolean7 } from "@eui/base";
|
|
6901
6900
|
import * as i0104 from "@angular/core";
|
|
6902
6901
|
import * as i118 from "@angular/forms";
|
|
6903
|
-
import * as
|
|
6902
|
+
import * as i27 from "@ngx-translate/core";
|
|
6904
6903
|
var EclFileUploadFileSelectedEvent = class extends EclBaseEvent {
|
|
6905
6904
|
constructor(files) {
|
|
6906
6905
|
super();
|
|
@@ -7052,7 +7051,7 @@ var EclFileUploadDirective = class _EclFileUploadDirective extends ECLBaseDirect
|
|
|
7052
7051
|
return `${parseFloat((bytes / k ** i).toFixed(dm))} ${sizes[i]}`;
|
|
7053
7052
|
}
|
|
7054
7053
|
static {
|
|
7055
|
-
this.ɵfac = i0104.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0104, type: _EclFileUploadDirective, deps: [{ token: i118.NgControl, optional: true, self: true }, { token: i0104.ElementRef }, { token:
|
|
7054
|
+
this.ɵfac = i0104.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0104, type: _EclFileUploadDirective, deps: [{ token: i118.NgControl, optional: true, self: true }, { token: i0104.ElementRef }, { token: i27.TranslateService }], target: i0104.ɵɵFactoryTarget.Directive });
|
|
7056
7055
|
}
|
|
7057
7056
|
static {
|
|
7058
7057
|
this.ɵdir = i0104.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclFileUploadDirective, selector: "[eclFileUpload]", inputs: { variant: "variant", isInvalid: "isInvalid", id: "id", disabled: "disabled", multiple: "multiple" }, outputs: { filesSelected: "filesSelected" }, host: { listeners: { "click": "onClick($event)", "change": "onFilesSelected($event)" }, properties: { "attr.id": "this.id", "attr.disabled": "this.disabled", "attr.multiple": "this.multiple", "attr.type": "this.type", "class": "this.cssClasses", "class.ecl-file-upload--invalid": "this.invalidState" } }, usesInheritance: true, ngImport: i0104 });
|
|
@@ -7073,7 +7072,7 @@ i0104.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
7073
7072
|
type: Optional5
|
|
7074
7073
|
}, {
|
|
7075
7074
|
type: Self3
|
|
7076
|
-
}] }, { type: i0104.ElementRef }, { type:
|
|
7075
|
+
}] }, { type: i0104.ElementRef }, { type: i27.TranslateService }], propDecorators: {
|
|
7077
7076
|
variant: [{
|
|
7078
7077
|
type: Input38
|
|
7079
7078
|
}],
|
|
@@ -7220,7 +7219,7 @@ i0106.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
7220
7219
|
// lib/components/ecl-file/ecl-file.component.mjs
|
|
7221
7220
|
import { Component as Component46, ContentChild as ContentChild15, HostBinding as HostBinding73, Input as Input40 } from "@angular/core";
|
|
7222
7221
|
import * as i0107 from "@angular/core";
|
|
7223
|
-
import * as
|
|
7222
|
+
import * as i28 from "@angular/common";
|
|
7224
7223
|
var EclFileComponent = class _EclFileComponent extends ECLBaseDirective {
|
|
7225
7224
|
get cssClasses() {
|
|
7226
7225
|
return [super.getCssClasses("ecl-file"), this.isThumbnail ? "ecl-file--thumbnail" : ""].join(" ").trim();
|
|
@@ -7236,7 +7235,7 @@ var EclFileComponent = class _EclFileComponent extends ECLBaseDirective {
|
|
|
7236
7235
|
this.ɵfac = i0107.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0107, type: _EclFileComponent, deps: [{ token: EclThemeService }], target: i0107.ɵɵFactoryTarget.Component });
|
|
7237
7236
|
}
|
|
7238
7237
|
static {
|
|
7239
|
-
this.ɵcmp = i0107.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclFileComponent, selector: "ecl-file", inputs: { description: "description", id: "id", langId: "langId", labelInfo: "labelInfo", language: "language", detailMeta: "detailMeta", meta: "meta" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclPictureContent", first: true, predicate: EclFilePictureDirective, descendants: true }], usesInheritance: true, ngImport: i0107, template: '<div class="ecl-file__container">\n @if(!isThumbnail) {\n @if(eclThemeService.isECTheme()) {\n <ecl-icon icon="file" class="ecl-file__icon" size="2xl"></ecl-icon>\n } @else {\n <ecl-icon icon="file" class="ecl-file__icon" size="m"></ecl-icon>\n }\n } @else {\n <ng-content select="[eclFilePicture]"></ng-content>\n }\n <div class="ecl-file__info">\n @if(labelInfo) {\n <div class="ecl-file__label">\n <span eclLabel variant="highlight">{{ labelInfo }}</span>\n </div>\n }\n @if(detailMeta) {\n <div class="ecl-file__detail-meta">\n <span class="ecl-file__detail-meta-item" *ngFor="let el of detailMeta">{{ el }}</span>\n </div>\n }\n <ng-content select="[eclFileTitle]"></ng-content>\n @if(description) {\n <div class="ecl-file__description">{{ description }}</div>\n }\n <ng-content select="ecl-file-taxonomy"></ng-content>\n </div>\n \n </div>\n <div class="ecl-file__footer">\n <div class="ecl-file__language" [id]="langId">{{ language }}</div>\n <div class="ecl-file__meta">{{ meta }}</div>\n <ng-content select="[eclFileDownload]"></ng-content>\n </div>\n<ng-content></ng-content>', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type:
|
|
7238
|
+
this.ɵcmp = i0107.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclFileComponent, selector: "ecl-file", inputs: { description: "description", id: "id", langId: "langId", labelInfo: "labelInfo", language: "language", detailMeta: "detailMeta", meta: "meta" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclPictureContent", first: true, predicate: EclFilePictureDirective, descendants: true }], usesInheritance: true, ngImport: i0107, template: '<div class="ecl-file__container">\n @if(!isThumbnail) {\n @if(eclThemeService.isECTheme()) {\n <ecl-icon icon="file" class="ecl-file__icon" size="2xl"></ecl-icon>\n } @else {\n <ecl-icon icon="file" class="ecl-file__icon" size="m"></ecl-icon>\n }\n } @else {\n <ng-content select="[eclFilePicture]"></ng-content>\n }\n <div class="ecl-file__info">\n @if(labelInfo) {\n <div class="ecl-file__label">\n <span eclLabel variant="highlight">{{ labelInfo }}</span>\n </div>\n }\n @if(detailMeta) {\n <div class="ecl-file__detail-meta">\n <span class="ecl-file__detail-meta-item" *ngFor="let el of detailMeta">{{ el }}</span>\n </div>\n }\n <ng-content select="[eclFileTitle]"></ng-content>\n @if(description) {\n <div class="ecl-file__description">{{ description }}</div>\n }\n <ng-content select="ecl-file-taxonomy"></ng-content>\n </div>\n \n </div>\n <div class="ecl-file__footer">\n <div class="ecl-file__language" [id]="langId">{{ language }}</div>\n <div class="ecl-file__meta">{{ meta }}</div>\n <ng-content select="[eclFileDownload]"></ng-content>\n </div>\n<ng-content></ng-content>', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i28.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLabelDirective, selector: "[eclLabel]", inputs: ["variant"] }] });
|
|
7240
7239
|
}
|
|
7241
7240
|
};
|
|
7242
7241
|
i0107.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0107, type: EclFileComponent, decorators: [{
|
|
@@ -7267,7 +7266,7 @@ i0107.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
7267
7266
|
// lib/components/ecl-file/ecl-file-item/ecl-file-item.component.mjs
|
|
7268
7267
|
import { Component as Component47, HostBinding as HostBinding74, Input as Input41, booleanAttribute as booleanAttribute13 } from "@angular/core";
|
|
7269
7268
|
import * as i0108 from "@angular/core";
|
|
7270
|
-
import * as
|
|
7269
|
+
import * as i29 from "@angular/common";
|
|
7271
7270
|
var EclFileItemComponent = class _EclFileItemComponent extends ECLBaseDirective {
|
|
7272
7271
|
get cssClasses() {
|
|
7273
7272
|
return [super.getCssClasses("ecl-file__translation-item"), this.isDescription ? "ecl-file__translation-description" : ""].join(" ").trim();
|
|
@@ -7284,7 +7283,7 @@ var EclFileItemComponent = class _EclFileItemComponent extends ECLBaseDirective
|
|
|
7284
7283
|
this.ɵfac = i0108.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0108, type: _EclFileItemComponent, deps: [{ token: EclFileComponent }], target: i0108.ɵɵFactoryTarget.Component });
|
|
7285
7284
|
}
|
|
7286
7285
|
static {
|
|
7287
|
-
this.ɵcmp = i0108.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclFileItemComponent, selector: "ecl-file-item", inputs: { isDescription: ["isDescription", "isDescription", booleanAttribute13], eclTitle: "eclTitle", titleId: "titleId", meta: "meta", label: "label", langDetail: "langDetail" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0108, template: '<ng-template [ngIf]="!isDescription">\n <div class="ecl-file__translation-info">\n <div class="ecl-file__translation-title" [id]="titleId" [attr.lang]="langDetail">{{ eclTitle }}</div> \n <div class="ecl-file__translation-meta">{{ meta }}</div>\n </div>\n <ng-content select="[eclFileTranslationDownload]"></ng-content>\n</ng-template>\n<ng-template [ngIf]="isDescription">\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type:
|
|
7286
|
+
this.ɵcmp = i0108.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclFileItemComponent, selector: "ecl-file-item", inputs: { isDescription: ["isDescription", "isDescription", booleanAttribute13], eclTitle: "eclTitle", titleId: "titleId", meta: "meta", label: "label", langDetail: "langDetail" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0108, template: '<ng-template [ngIf]="!isDescription">\n <div class="ecl-file__translation-info">\n <div class="ecl-file__translation-title" [id]="titleId" [attr.lang]="langDetail">{{ eclTitle }}</div> \n <div class="ecl-file__translation-meta">{{ meta }}</div>\n </div>\n <ng-content select="[eclFileTranslationDownload]"></ng-content>\n</ng-template>\n<ng-template [ngIf]="isDescription">\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i29.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7288
7287
|
}
|
|
7289
7288
|
};
|
|
7290
7289
|
i0108.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0108, type: EclFileItemComponent, decorators: [{
|
|
@@ -7526,9 +7525,105 @@ i0112.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
7526
7525
|
}]
|
|
7527
7526
|
}] });
|
|
7528
7527
|
|
|
7528
|
+
// lib/components/ecl-gallery/ecl-gallery-footer.component.mjs
|
|
7529
|
+
import { Component as Component50, EventEmitter as EventEmitter18, Output as Output18 } from "@angular/core";
|
|
7530
|
+
import * as i0113 from "@angular/core";
|
|
7531
|
+
import * as i210 from "@ngx-translate/core";
|
|
7532
|
+
var EclGalleryToggleItemsEvent = class extends EclBaseEvent {
|
|
7533
|
+
constructor(expandAll) {
|
|
7534
|
+
super();
|
|
7535
|
+
this.expandAll = expandAll;
|
|
7536
|
+
}
|
|
7537
|
+
};
|
|
7538
|
+
var EclGalleryFooterComponent = class _EclGalleryFooterComponent {
|
|
7539
|
+
constructor() {
|
|
7540
|
+
this.toggleItems = new EventEmitter18();
|
|
7541
|
+
this._isExpanded = false;
|
|
7542
|
+
this._isShowToggleBtn = false;
|
|
7543
|
+
}
|
|
7544
|
+
get isExpanded() {
|
|
7545
|
+
return this._isExpanded;
|
|
7546
|
+
}
|
|
7547
|
+
set isExpanded(value) {
|
|
7548
|
+
this._isExpanded = value;
|
|
7549
|
+
}
|
|
7550
|
+
get itemsCount() {
|
|
7551
|
+
return this._itemsCount;
|
|
7552
|
+
}
|
|
7553
|
+
set itemsCount(value) {
|
|
7554
|
+
this._itemsCount = value;
|
|
7555
|
+
}
|
|
7556
|
+
get isShowToggleBtn() {
|
|
7557
|
+
return this._isShowToggleBtn;
|
|
7558
|
+
}
|
|
7559
|
+
set isShowToggleBtn(value) {
|
|
7560
|
+
this._isShowToggleBtn = value;
|
|
7561
|
+
}
|
|
7562
|
+
onToggle() {
|
|
7563
|
+
this._isExpanded = !this._isExpanded;
|
|
7564
|
+
this.toggleItems.next(new EclGalleryToggleItemsEvent(this.isExpanded));
|
|
7565
|
+
}
|
|
7566
|
+
static {
|
|
7567
|
+
this.ɵfac = i0113.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0113, type: _EclGalleryFooterComponent, deps: [], target: i0113.ɵɵFactoryTarget.Component });
|
|
7568
|
+
}
|
|
7569
|
+
static {
|
|
7570
|
+
this.ɵcmp = i0113.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclGalleryFooterComponent, selector: "ecl-gallery-footer", outputs: { toggleItems: "toggleItems" }, ngImport: i0113, template: `<div class="ecl-gallery__footer">
|
|
7571
|
+
<div class="ecl-gallery__info">
|
|
7572
|
+
<div class="ecl-gallery__info-total">
|
|
7573
|
+
<strong>{{ itemsCount }}</strong>{{ 'ecl.gallery.MEDIA-FILES-COUNT' | translate }}
|
|
7574
|
+
</div>
|
|
7575
|
+
@if(isShowToggleBtn) {
|
|
7576
|
+
@if(!isExpanded) {
|
|
7577
|
+
<button eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7578
|
+
{{ 'ecl.gallery.VIEW-ALL' | translate }}
|
|
7579
|
+
</button>
|
|
7580
|
+
} @else {
|
|
7581
|
+
<button eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7582
|
+
{{ 'ecl.common.COLLAPSE' | translate }}
|
|
7583
|
+
</button>
|
|
7584
|
+
}
|
|
7585
|
+
}
|
|
7586
|
+
</div>
|
|
7587
|
+
<hr class="ecl-gallery__footer-divider" />
|
|
7588
|
+
<div class="ecl-gallery__footer-link">
|
|
7589
|
+
<ng-content></ng-content>
|
|
7590
|
+
</div>
|
|
7591
|
+
</div>
|
|
7592
|
+
`, dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "pipe", type: i210.TranslatePipe, name: "translate" }] });
|
|
7593
|
+
}
|
|
7594
|
+
};
|
|
7595
|
+
i0113.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0113, type: EclGalleryFooterComponent, decorators: [{
|
|
7596
|
+
type: Component50,
|
|
7597
|
+
args: [{ selector: "ecl-gallery-footer", template: `<div class="ecl-gallery__footer">
|
|
7598
|
+
<div class="ecl-gallery__info">
|
|
7599
|
+
<div class="ecl-gallery__info-total">
|
|
7600
|
+
<strong>{{ itemsCount }}</strong>{{ 'ecl.gallery.MEDIA-FILES-COUNT' | translate }}
|
|
7601
|
+
</div>
|
|
7602
|
+
@if(isShowToggleBtn) {
|
|
7603
|
+
@if(!isExpanded) {
|
|
7604
|
+
<button eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7605
|
+
{{ 'ecl.gallery.VIEW-ALL' | translate }}
|
|
7606
|
+
</button>
|
|
7607
|
+
} @else {
|
|
7608
|
+
<button eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7609
|
+
{{ 'ecl.common.COLLAPSE' | translate }}
|
|
7610
|
+
</button>
|
|
7611
|
+
}
|
|
7612
|
+
}
|
|
7613
|
+
</div>
|
|
7614
|
+
<hr class="ecl-gallery__footer-divider" />
|
|
7615
|
+
<div class="ecl-gallery__footer-link">
|
|
7616
|
+
<ng-content></ng-content>
|
|
7617
|
+
</div>
|
|
7618
|
+
</div>
|
|
7619
|
+
` }]
|
|
7620
|
+
}], propDecorators: { toggleItems: [{
|
|
7621
|
+
type: Output18
|
|
7622
|
+
}] } });
|
|
7623
|
+
|
|
7529
7624
|
// lib/components/ecl-gallery/ecl-gallery-media.directive.mjs
|
|
7530
7625
|
import { Directive as Directive31, HostBinding as HostBinding78, Input as Input43 } from "@angular/core";
|
|
7531
|
-
import * as
|
|
7626
|
+
import * as i0114 from "@angular/core";
|
|
7532
7627
|
var EclGalleryMediaSource = class {
|
|
7533
7628
|
};
|
|
7534
7629
|
var EclGalleryMediaTrack = class {
|
|
@@ -7566,18 +7661,18 @@ var EclGalleryMediaDirective = class _EclGalleryMediaDirective extends ECLBaseDi
|
|
|
7566
7661
|
return this.el.nativeElement;
|
|
7567
7662
|
}
|
|
7568
7663
|
static {
|
|
7569
|
-
this.ɵfac =
|
|
7664
|
+
this.ɵfac = i0114.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0114, type: _EclGalleryMediaDirective, deps: [{ token: i0114.ElementRef }], target: i0114.ɵɵFactoryTarget.Directive });
|
|
7570
7665
|
}
|
|
7571
7666
|
static {
|
|
7572
|
-
this.ɵdir =
|
|
7667
|
+
this.ɵdir = i0114.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclGalleryMediaDirective, selector: "[eclGalleryMedia], [eclGalleryImage]", inputs: { poster: "poster" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0114 });
|
|
7573
7668
|
}
|
|
7574
7669
|
};
|
|
7575
|
-
|
|
7670
|
+
i0114.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0114, type: EclGalleryMediaDirective, decorators: [{
|
|
7576
7671
|
type: Directive31,
|
|
7577
7672
|
args: [{
|
|
7578
7673
|
selector: "[eclGalleryMedia], [eclGalleryImage]"
|
|
7579
7674
|
}]
|
|
7580
|
-
}], ctorParameters: () => [{ type:
|
|
7675
|
+
}], ctorParameters: () => [{ type: i0114.ElementRef }], propDecorators: { poster: [{
|
|
7581
7676
|
type: Input43
|
|
7582
7677
|
}], cssClasses: [{
|
|
7583
7678
|
type: HostBinding78,
|
|
@@ -7588,13 +7683,13 @@ var EclGalleryPictureDirective = class _EclGalleryPictureDirective extends ECLBa
|
|
|
7588
7683
|
return [super.getCssClasses("ecl-picture ecl-gallery__picture")].join(" ").trim();
|
|
7589
7684
|
}
|
|
7590
7685
|
static {
|
|
7591
|
-
this.ɵfac =
|
|
7686
|
+
this.ɵfac = i0114.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0114, type: _EclGalleryPictureDirective, deps: null, target: i0114.ɵɵFactoryTarget.Directive });
|
|
7592
7687
|
}
|
|
7593
7688
|
static {
|
|
7594
|
-
this.ɵdir =
|
|
7689
|
+
this.ɵdir = i0114.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclGalleryPictureDirective, selector: "picture[eclGalleryPicture]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0114 });
|
|
7595
7690
|
}
|
|
7596
7691
|
};
|
|
7597
|
-
|
|
7692
|
+
i0114.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0114, type: EclGalleryPictureDirective, decorators: [{
|
|
7598
7693
|
type: Directive31,
|
|
7599
7694
|
args: [{
|
|
7600
7695
|
selector: "picture[eclGalleryPicture]"
|
|
@@ -7605,12 +7700,9 @@ i0113.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
7605
7700
|
}] } });
|
|
7606
7701
|
|
|
7607
7702
|
// lib/components/ecl-gallery/ecl-gallery-item.component.mjs
|
|
7608
|
-
import {
|
|
7609
|
-
import
|
|
7610
|
-
import { coerceBoolean as coerceBoolean8 } from "@eui/base";
|
|
7611
|
-
import * as i0114 from "@angular/core";
|
|
7703
|
+
import { Component as Component51, ContentChild as ContentChild16, EventEmitter as EventEmitter19, HostBinding as HostBinding79, HostListener as HostListener9, Input as Input44, Output as Output19, booleanAttribute as booleanAttribute15 } from "@angular/core";
|
|
7704
|
+
import * as i0115 from "@angular/core";
|
|
7612
7705
|
import * as i119 from "@angular/platform-browser";
|
|
7613
|
-
import * as i211 from "@angular/common";
|
|
7614
7706
|
var EclGalleryItemClickEvent = class extends EclBaseEvent {
|
|
7615
7707
|
};
|
|
7616
7708
|
var EclGalleryItemComponent = class _EclGalleryItemComponent extends ECLBaseDirective {
|
|
@@ -7623,7 +7715,7 @@ var EclGalleryItemComponent = class _EclGalleryItemComponent extends ECLBaseDire
|
|
|
7623
7715
|
this.el = el;
|
|
7624
7716
|
this.isShareable = true;
|
|
7625
7717
|
this.mediaType = "image";
|
|
7626
|
-
this.itemClick = new
|
|
7718
|
+
this.itemClick = new EventEmitter19();
|
|
7627
7719
|
this.role = "listitem";
|
|
7628
7720
|
this._isNoOverlay = false;
|
|
7629
7721
|
this._isHidden = false;
|
|
@@ -7659,90 +7751,58 @@ var EclGalleryItemComponent = class _EclGalleryItemComponent extends ECLBaseDire
|
|
|
7659
7751
|
get isExternalVideo() {
|
|
7660
7752
|
return this.mediaType === "externalVideo";
|
|
7661
7753
|
}
|
|
7662
|
-
/**
|
|
7663
|
-
* @deprecated
|
|
7664
|
-
* The name 'isDownloadable' is deprecated and should be removed as of version 18.
|
|
7665
|
-
*/
|
|
7666
|
-
get isDownloadable() {
|
|
7667
|
-
return this.mediaType !== "externalVideo";
|
|
7668
|
-
}
|
|
7669
7754
|
get isOpenInFullScreenPossible() {
|
|
7670
7755
|
return this.mediaType !== "externalVideo";
|
|
7671
7756
|
}
|
|
7672
|
-
get hasPictureChild() {
|
|
7673
|
-
return !!this.pictureChild;
|
|
7674
|
-
}
|
|
7675
7757
|
static {
|
|
7676
|
-
this.ɵfac =
|
|
7758
|
+
this.ɵfac = i0115.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0115, type: _EclGalleryItemComponent, deps: [{ token: i119.DomSanitizer }, { token: i0115.ElementRef }], target: i0115.ɵɵFactoryTarget.Component });
|
|
7677
7759
|
}
|
|
7678
7760
|
static {
|
|
7679
|
-
this.ɵcmp =
|
|
7761
|
+
this.ɵcmp = i0115.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclGalleryItemComponent, selector: "ecl-gallery-item", inputs: { isShareable: ["isShareable", "isShareable", booleanAttribute15], mediaType: "mediaType", src: "src", label: "label", meta: "meta", description: "description", icon: "icon" }, outputs: { itemClick: "itemClick" }, host: { listeners: { "click": "onItemClick($event)" }, properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, queries: [{ propertyName: "mediaChild", first: true, predicate: EclGalleryMediaDirective, descendants: true }], usesInheritance: true, ngImport: i0115, template: `<a [href]="src" class="ecl-gallery__item-link" [attr.aria-label]="label" [class.ecl-gallery__item__link--frozen]="isNoOverlay">
|
|
7680
7762
|
<figure class="ecl-gallery__image-container">
|
|
7681
|
-
|
|
7682
|
-
|
|
7763
|
+
@if(mediaType !== 'image') {
|
|
7764
|
+
<div class="ecl-gallery__item-icon-wrapper">
|
|
7765
|
+
<ecl-icon isInverted class="ecl-gallery__item-icon ecl-icon--inverted" icon="play-filled" size="l"></ecl-icon>
|
|
7683
7766
|
</div>
|
|
7684
|
-
|
|
7685
|
-
<ng-
|
|
7686
|
-
<ng-content select="[eclGalleryPicture]"></ng-content>
|
|
7687
|
-
</ng-container>
|
|
7688
|
-
<ng-container *ngIf="!hasPictureChild">
|
|
7689
|
-
<picture *ngIf="isImage || isExternalVideo" class="ecl-picture ecl-gallery__picture">
|
|
7690
|
-
<ng-content *ngTemplateOutlet="galleryMedia"></ng-content>
|
|
7691
|
-
</picture>
|
|
7692
|
-
<ng-container *ngIf="isVideo"><ng-content *ngTemplateOutlet="galleryMedia"></ng-content></ng-container>
|
|
7693
|
-
</ng-container>
|
|
7694
|
-
<!-- TODO: Remove the above code in 18 version -->
|
|
7767
|
+
}
|
|
7768
|
+
<ng-content select="[eclGalleryPicture], [eclGalleryMedia], [eclGalleryImage]"></ng-content>
|
|
7695
7769
|
<figcaption class="ecl-gallery__description">
|
|
7696
7770
|
{{ description }}
|
|
7697
|
-
|
|
7771
|
+
@if(icon) {
|
|
7772
|
+
<ecl-icon class="ecl-gallery__description-icon" [icon]="icon"></ecl-icon>
|
|
7773
|
+
}
|
|
7698
7774
|
<span class="ecl-gallery__meta">
|
|
7699
7775
|
{{ meta }}
|
|
7700
7776
|
</span>
|
|
7701
7777
|
</figcaption>
|
|
7702
7778
|
</figure>
|
|
7703
|
-
</a
|
|
7704
|
-
<ng-template #galleryMedia>
|
|
7705
|
-
<ng-content select="[eclGalleryMedia], [eclGalleryImage]"></ng-content>
|
|
7706
|
-
</ng-template>
|
|
7707
|
-
`, 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"] }] });
|
|
7779
|
+
</a>`, styles: [".ecl-gallery__description{width:100%}\n"], dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
|
|
7708
7780
|
}
|
|
7709
7781
|
};
|
|
7710
|
-
|
|
7711
|
-
|
|
7712
|
-
], EclGalleryItemComponent.prototype, "isShareable", void 0);
|
|
7713
|
-
i0114.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0114, type: EclGalleryItemComponent, decorators: [{
|
|
7714
|
-
type: Component50,
|
|
7782
|
+
i0115.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0115, type: EclGalleryItemComponent, decorators: [{
|
|
7783
|
+
type: Component51,
|
|
7715
7784
|
args: [{ selector: "ecl-gallery-item", template: `<a [href]="src" class="ecl-gallery__item-link" [attr.aria-label]="label" [class.ecl-gallery__item__link--frozen]="isNoOverlay">
|
|
7716
7785
|
<figure class="ecl-gallery__image-container">
|
|
7717
|
-
|
|
7718
|
-
|
|
7786
|
+
@if(mediaType !== 'image') {
|
|
7787
|
+
<div class="ecl-gallery__item-icon-wrapper">
|
|
7788
|
+
<ecl-icon isInverted class="ecl-gallery__item-icon ecl-icon--inverted" icon="play-filled" size="l"></ecl-icon>
|
|
7719
7789
|
</div>
|
|
7720
|
-
|
|
7721
|
-
<ng-
|
|
7722
|
-
<ng-content select="[eclGalleryPicture]"></ng-content>
|
|
7723
|
-
</ng-container>
|
|
7724
|
-
<ng-container *ngIf="!hasPictureChild">
|
|
7725
|
-
<picture *ngIf="isImage || isExternalVideo" class="ecl-picture ecl-gallery__picture">
|
|
7726
|
-
<ng-content *ngTemplateOutlet="galleryMedia"></ng-content>
|
|
7727
|
-
</picture>
|
|
7728
|
-
<ng-container *ngIf="isVideo"><ng-content *ngTemplateOutlet="galleryMedia"></ng-content></ng-container>
|
|
7729
|
-
</ng-container>
|
|
7730
|
-
<!-- TODO: Remove the above code in 18 version -->
|
|
7790
|
+
}
|
|
7791
|
+
<ng-content select="[eclGalleryPicture], [eclGalleryMedia], [eclGalleryImage]"></ng-content>
|
|
7731
7792
|
<figcaption class="ecl-gallery__description">
|
|
7732
7793
|
{{ description }}
|
|
7733
|
-
|
|
7794
|
+
@if(icon) {
|
|
7795
|
+
<ecl-icon class="ecl-gallery__description-icon" [icon]="icon"></ecl-icon>
|
|
7796
|
+
}
|
|
7734
7797
|
<span class="ecl-gallery__meta">
|
|
7735
7798
|
{{ meta }}
|
|
7736
7799
|
</span>
|
|
7737
7800
|
</figcaption>
|
|
7738
7801
|
</figure>
|
|
7739
|
-
</a
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
`, styles: [".ecl-gallery__description{width:100%}\n"] }]
|
|
7744
|
-
}], ctorParameters: () => [{ type: i119.DomSanitizer }, { type: i0114.ElementRef }], propDecorators: { isShareable: [{
|
|
7745
|
-
type: Input44
|
|
7802
|
+
</a>`, styles: [".ecl-gallery__description{width:100%}\n"] }]
|
|
7803
|
+
}], ctorParameters: () => [{ type: i119.DomSanitizer }, { type: i0115.ElementRef }], propDecorators: { isShareable: [{
|
|
7804
|
+
type: Input44,
|
|
7805
|
+
args: [{ transform: booleanAttribute15 }]
|
|
7746
7806
|
}], mediaType: [{
|
|
7747
7807
|
type: Input44
|
|
7748
7808
|
}], src: [{
|
|
@@ -7756,10 +7816,7 @@ i0114.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
7756
7816
|
}], icon: [{
|
|
7757
7817
|
type: Input44
|
|
7758
7818
|
}], itemClick: [{
|
|
7759
|
-
type:
|
|
7760
|
-
}], pictureChild: [{
|
|
7761
|
-
type: ContentChild16,
|
|
7762
|
-
args: [EclGalleryPictureDirective]
|
|
7819
|
+
type: Output19
|
|
7763
7820
|
}], mediaChild: [{
|
|
7764
7821
|
type: ContentChild16,
|
|
7765
7822
|
args: [EclGalleryMediaDirective]
|
|
@@ -7774,116 +7831,19 @@ i0114.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
7774
7831
|
args: ["click", ["$event"]]
|
|
7775
7832
|
}] } });
|
|
7776
7833
|
|
|
7777
|
-
// lib/components/ecl-gallery/ecl-gallery-footer.component.mjs
|
|
7778
|
-
import { Component as Component51, EventEmitter as EventEmitter19, Output as Output19 } from "@angular/core";
|
|
7779
|
-
import * as i0115 from "@angular/core";
|
|
7780
|
-
import * as i120 from "@angular/common";
|
|
7781
|
-
import * as i32 from "@ngx-translate/core";
|
|
7782
|
-
var EclGalleryToggleItemsEvent = class extends EclBaseEvent {
|
|
7783
|
-
constructor(expandAll) {
|
|
7784
|
-
super();
|
|
7785
|
-
this.expandAll = expandAll;
|
|
7786
|
-
}
|
|
7787
|
-
};
|
|
7788
|
-
var EclGalleryFooterComponent = class _EclGalleryFooterComponent {
|
|
7789
|
-
constructor() {
|
|
7790
|
-
this.toggleItems = new EventEmitter19();
|
|
7791
|
-
this._isExpanded = false;
|
|
7792
|
-
this._isShowToggleBtn = false;
|
|
7793
|
-
}
|
|
7794
|
-
get isExpanded() {
|
|
7795
|
-
return this._isExpanded;
|
|
7796
|
-
}
|
|
7797
|
-
set isExpanded(value) {
|
|
7798
|
-
this._isExpanded = value;
|
|
7799
|
-
}
|
|
7800
|
-
get itemsCount() {
|
|
7801
|
-
return this._itemsCount;
|
|
7802
|
-
}
|
|
7803
|
-
set itemsCount(value) {
|
|
7804
|
-
this._itemsCount = value;
|
|
7805
|
-
}
|
|
7806
|
-
get isShowToggleBtn() {
|
|
7807
|
-
return this._isShowToggleBtn;
|
|
7808
|
-
}
|
|
7809
|
-
set isShowToggleBtn(value) {
|
|
7810
|
-
this._isShowToggleBtn = value;
|
|
7811
|
-
}
|
|
7812
|
-
onToggle() {
|
|
7813
|
-
this._isExpanded = !this._isExpanded;
|
|
7814
|
-
this.toggleItems.next(new EclGalleryToggleItemsEvent(this.isExpanded));
|
|
7815
|
-
}
|
|
7816
|
-
static {
|
|
7817
|
-
this.ɵfac = i0115.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0115, type: _EclGalleryFooterComponent, deps: [], target: i0115.ɵɵFactoryTarget.Component });
|
|
7818
|
-
}
|
|
7819
|
-
static {
|
|
7820
|
-
this.ɵcmp = i0115.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclGalleryFooterComponent, selector: "ecl-gallery-footer", outputs: { toggleItems: "toggleItems" }, ngImport: i0115, template: `<div class="ecl-gallery__footer">
|
|
7821
|
-
<div class="ecl-gallery__info">
|
|
7822
|
-
<strong class="ecl-gallery__info-total">{{ itemsCount }}</strong>
|
|
7823
|
-
{{ 'ecl.gallery.MEDIA-FILES-COUNT' | translate }}
|
|
7824
|
-
<ng-container *ngIf="isShowToggleBtn">
|
|
7825
|
-
<button *ngIf="!isExpanded" eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7826
|
-
{{ 'ecl.gallery.VIEW-ALL' | translate }}
|
|
7827
|
-
</button>
|
|
7828
|
-
<button *ngIf="isExpanded" eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7829
|
-
{{ 'ecl.common.COLLAPSE' | translate }}
|
|
7830
|
-
</button>
|
|
7831
|
-
</ng-container>
|
|
7832
|
-
</div>
|
|
7833
|
-
<hr class="ecl-gallery__footer-divider" />
|
|
7834
|
-
<div class="ecl-gallery__footer-link">
|
|
7835
|
-
<ng-content></ng-content>
|
|
7836
|
-
</div>
|
|
7837
|
-
</div>
|
|
7838
|
-
`, dependencies: [{ kind: "directive", type: i120.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "pipe", type: i32.TranslatePipe, name: "translate" }] });
|
|
7839
|
-
}
|
|
7840
|
-
};
|
|
7841
|
-
i0115.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0115, type: EclGalleryFooterComponent, decorators: [{
|
|
7842
|
-
type: Component51,
|
|
7843
|
-
args: [{ selector: "ecl-gallery-footer", template: `<div class="ecl-gallery__footer">
|
|
7844
|
-
<div class="ecl-gallery__info">
|
|
7845
|
-
<strong class="ecl-gallery__info-total">{{ itemsCount }}</strong>
|
|
7846
|
-
{{ 'ecl.gallery.MEDIA-FILES-COUNT' | translate }}
|
|
7847
|
-
<ng-container *ngIf="isShowToggleBtn">
|
|
7848
|
-
<button *ngIf="!isExpanded" eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7849
|
-
{{ 'ecl.gallery.VIEW-ALL' | translate }}
|
|
7850
|
-
</button>
|
|
7851
|
-
<button *ngIf="isExpanded" eclButton variant="ghost" class="ecl-gallery__view-all" (click)="onToggle()">
|
|
7852
|
-
{{ 'ecl.common.COLLAPSE' | translate }}
|
|
7853
|
-
</button>
|
|
7854
|
-
</ng-container>
|
|
7855
|
-
</div>
|
|
7856
|
-
<hr class="ecl-gallery__footer-divider" />
|
|
7857
|
-
<div class="ecl-gallery__footer-link">
|
|
7858
|
-
<ng-content></ng-content>
|
|
7859
|
-
</div>
|
|
7860
|
-
</div>
|
|
7861
|
-
` }]
|
|
7862
|
-
}], propDecorators: { toggleItems: [{
|
|
7863
|
-
type: Output19
|
|
7864
|
-
}] } });
|
|
7865
|
-
|
|
7866
7834
|
// lib/components/ecl-gallery/ecl-gallery.component.mjs
|
|
7867
|
-
import {
|
|
7868
|
-
import { Component as Component52,
|
|
7835
|
+
import { Breakpoints } from "@angular/cdk/layout";
|
|
7836
|
+
import { Component as Component52, ContentChild as ContentChild17, ContentChildren as ContentChildren12, EventEmitter as EventEmitter20, HostBinding as HostBinding80, HostListener as HostListener10, Input as Input45, Output as Output20, ViewChild as ViewChild7, booleanAttribute as booleanAttribute16, numberAttribute as numberAttribute3 } from "@angular/core";
|
|
7869
7837
|
import { Subject as Subject13, delay } from "rxjs";
|
|
7870
7838
|
import { takeUntil as takeUntil13 } from "rxjs/operators";
|
|
7871
|
-
import { Breakpoints } from "@angular/cdk/layout";
|
|
7872
|
-
import { coerceBoolean as coerceBoolean9, coerceNumber } from "@eui/base";
|
|
7873
7839
|
import * as i0116 from "@angular/core";
|
|
7874
|
-
import * as
|
|
7875
|
-
import * as
|
|
7840
|
+
import * as i120 from "@angular/cdk/layout";
|
|
7841
|
+
import * as i211 from "@angular/common";
|
|
7876
7842
|
import * as i82 from "@ngx-translate/core";
|
|
7877
7843
|
var EclGalleryShowEvent = class extends EclBaseEvent {
|
|
7878
7844
|
};
|
|
7879
7845
|
var EclGalleryHideEvent = class extends EclBaseEvent {
|
|
7880
7846
|
};
|
|
7881
|
-
var EclGalleryDownloadEvent = class extends EclBaseEvent {
|
|
7882
|
-
constructor(galleryItem) {
|
|
7883
|
-
super();
|
|
7884
|
-
this.galleryItem = galleryItem;
|
|
7885
|
-
}
|
|
7886
|
-
};
|
|
7887
7847
|
var EclGalleryFullScreenEvent = class extends EclBaseEvent {
|
|
7888
7848
|
constructor(galleryItem) {
|
|
7889
7849
|
super();
|
|
@@ -7909,14 +7869,12 @@ var EclGalleryComponent = class _EclGalleryComponent extends ECLBaseDirective {
|
|
|
7909
7869
|
constructor(cdkBreakpointObserver) {
|
|
7910
7870
|
super();
|
|
7911
7871
|
this.cdkBreakpointObserver = cdkBreakpointObserver;
|
|
7912
|
-
this.isDownloadable = true;
|
|
7913
7872
|
this.isOpenInFullScreenPossible = true;
|
|
7914
7873
|
this.isShareable = true;
|
|
7915
7874
|
this.isFullWidth = false;
|
|
7916
7875
|
this.isNoOverlay = false;
|
|
7917
7876
|
this.show = new EventEmitter20();
|
|
7918
7877
|
this.hide = new EventEmitter20();
|
|
7919
|
-
this.download = new EventEmitter20();
|
|
7920
7878
|
this.openFullScreen = new EventEmitter20();
|
|
7921
7879
|
this.share = new EventEmitter20();
|
|
7922
7880
|
this.itemSwitch = new EventEmitter20();
|
|
@@ -7949,13 +7907,6 @@ var EclGalleryComponent = class _EclGalleryComponent extends ECLBaseDirective {
|
|
|
7949
7907
|
this.isDialogVisible = false;
|
|
7950
7908
|
this.hide.next(new EclGalleryHideEvent());
|
|
7951
7909
|
}
|
|
7952
|
-
/**
|
|
7953
|
-
* @deprecated
|
|
7954
|
-
* The name 'onDownload' is deprecated and should be removed as of version 18.
|
|
7955
|
-
*/
|
|
7956
|
-
onDownload(evt) {
|
|
7957
|
-
this.download.next(new EclGalleryDownloadEvent(this.item));
|
|
7958
|
-
}
|
|
7959
7910
|
onFullScreenOpen(evt) {
|
|
7960
7911
|
this.openFullScreen.next(new EclGalleryFullScreenEvent(this.item));
|
|
7961
7912
|
}
|
|
@@ -7999,13 +7950,6 @@ var EclGalleryComponent = class _EclGalleryComponent extends ECLBaseDirective {
|
|
|
7999
7950
|
this.destroy$.next(true);
|
|
8000
7951
|
this.destroy$.unsubscribe();
|
|
8001
7952
|
}
|
|
8002
|
-
/**
|
|
8003
|
-
* @deprecated
|
|
8004
|
-
* The name 'canBeDownloaded' is deprecated and should be removed as of version 18.
|
|
8005
|
-
*/
|
|
8006
|
-
canBeDownloaded() {
|
|
8007
|
-
return this.isDownloadable && this.item?.isDownloadable;
|
|
8008
|
-
}
|
|
8009
7953
|
canBeOpenInFullScreen() {
|
|
8010
7954
|
return this.isOpenInFullScreenPossible && this.item?.isOpenInFullScreenPossible;
|
|
8011
7955
|
}
|
|
@@ -8115,124 +8059,100 @@ var EclGalleryComponent = class _EclGalleryComponent extends ECLBaseDirective {
|
|
|
8115
8059
|
return this.galleryItems.filter((item, cnt) => cnt < this.maxVisibleItems);
|
|
8116
8060
|
}
|
|
8117
8061
|
static {
|
|
8118
|
-
this.ɵfac = i0116.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0116, type: _EclGalleryComponent, deps: [{ token:
|
|
8062
|
+
this.ɵfac = i0116.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0116, type: _EclGalleryComponent, deps: [{ token: i120.BreakpointObserver }], target: i0116.ɵɵFactoryTarget.Component });
|
|
8119
8063
|
}
|
|
8120
8064
|
static {
|
|
8121
|
-
this.ɵcmp = i0116.ɵɵngDeclareComponent({ minVersion: "
|
|
8065
|
+
this.ɵcmp = i0116.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclGalleryComponent, selector: "ecl-gallery", inputs: { isOpenInFullScreenPossible: ["isOpenInFullScreenPossible", "isOpenInFullScreenPossible", booleanAttribute16], isShareable: ["isShareable", "isShareable", booleanAttribute16], isFullWidth: ["isFullWidth", "isFullWidth", booleanAttribute16], isNoOverlay: ["isNoOverlay", "isNoOverlay", booleanAttribute16], maxVisibleItems: ["maxVisibleItems", "maxVisibleItems", numberAttribute3] }, outputs: { show: "show", hide: "hide", openFullScreen: "openFullScreen", share: "share", itemSwitch: "itemSwitch" }, host: { listeners: { "document:keydown.escape": "onEscapeKeydownHandler($event)", "window:resize": "iframeResize($event)" }, properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, queries: [{ propertyName: "galleryFooter", first: true, predicate: EclGalleryFooterComponent, descendants: true }, { propertyName: "galleryItems", predicate: EclGalleryItemComponent }], viewQueries: [{ propertyName: "videoChild", first: true, predicate: ["video"], descendants: true }, { propertyName: "imageChild", first: true, predicate: ["image"], descendants: true }, { propertyName: "externalVideoChild", first: true, predicate: ["externalVideo"], descendants: true }, { propertyName: "overlayChild", first: true, predicate: ["overlay"], descendants: true }, { propertyName: "headerChild", first: true, predicate: ["header"], descendants: true }, { propertyName: "footerChild", first: true, predicate: ["footer"], descendants: true }], usesInheritance: true, ngImport: i0116, template: `<ul class="ecl-gallery__list">
|
|
8122
8066
|
<ng-content></ng-content>
|
|
8123
8067
|
</ul>
|
|
8124
8068
|
|
|
8125
8069
|
<ng-content select="ecl-gallery-footer"></ng-content>
|
|
8126
8070
|
|
|
8127
|
-
<dialog
|
|
8128
|
-
#overlay
|
|
8129
|
-
[attr.open]="isDialogVisible || null"
|
|
8130
|
-
class="ecl-gallery__overlay"
|
|
8071
|
+
<dialog #overlay [attr.open]="isDialogVisible || null" class="ecl-gallery__overlay"
|
|
8131
8072
|
[attr.aria-label]="'ecl.gallery.FULL-SIZE-DISPLAY' | translate">
|
|
8132
8073
|
<header #header class="ecl-gallery__close">
|
|
8133
|
-
<button (click)="onClose($event)" eclButton class="ecl-gallery__close-button" variant="ghost">
|
|
8074
|
+
<button (click)="onClose($event)" eclButton class="ecl-gallery__close-button" isIconOnly variant="ghost">
|
|
8134
8075
|
<span eclButtonLabel>
|
|
8135
8076
|
{{ 'ecl.common.CLOSE' | translate }}
|
|
8136
8077
|
</span>
|
|
8137
|
-
<ecl-icon icon="close
|
|
8078
|
+
<ecl-icon icon="close" size="m"></ecl-icon>
|
|
8138
8079
|
</button>
|
|
8139
8080
|
</header>
|
|
8140
8081
|
<section class="ecl-gallery__slider">
|
|
8141
8082
|
<div class="ecl-gallery__slider-media-container">
|
|
8142
|
-
|
|
8143
|
-
|
|
8144
|
-
|
|
8145
|
-
[style.
|
|
8146
|
-
[style.height.px]="getIframeHeight()"
|
|
8147
|
-
frameborder="0">
|
|
8083
|
+
@if(item?.isExternalVideo) {
|
|
8084
|
+
<div #externalVideo class="ecl-gallery__slider-embed">
|
|
8085
|
+
<iframe [src]="item?.getUrlExternalVideo()" [style.width.px]="getIframeWidth()"
|
|
8086
|
+
[style.height.px]="getIframeHeight()" frameborder="0">
|
|
8148
8087
|
</iframe>
|
|
8149
8088
|
</div>
|
|
8150
|
-
|
|
8089
|
+
}
|
|
8090
|
+
@if(item?.isImage) {
|
|
8091
|
+
<picture #image class="ecl-picture ecl-gallery__picture ecl-gallery__slider-image">
|
|
8151
8092
|
<img [attr.alt]="item?.label || null" [src]="item?.src" />
|
|
8152
8093
|
</picture>
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
8156
|
-
controls="controls"
|
|
8157
|
-
class="ecl-gallery__slider-video"
|
|
8094
|
+
}
|
|
8095
|
+
@if(item?.isVideo) {
|
|
8096
|
+
<video #video controls="controls" class="ecl-gallery__slider-video"
|
|
8158
8097
|
[attr.poster]="item.mediaChild?.poster">
|
|
8159
|
-
|
|
8160
|
-
<
|
|
8161
|
-
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
[attr.srcLang]="
|
|
8165
|
-
|
|
8098
|
+
@for (el of item.mediaChild?.sources; track el.src) {
|
|
8099
|
+
<source [attr.src]="el.src" [attr.type]="el.type" />
|
|
8100
|
+
}
|
|
8101
|
+
@for (elem of item.mediaChild?.tracks; track elem.src) {
|
|
8102
|
+
<track [attr.src]="elem.src" [attr.kind]="elem.kind"
|
|
8103
|
+
[attr.srcLang]="elem.srcLang" [attr.label]="elem.label" />
|
|
8104
|
+
}
|
|
8166
8105
|
</video>
|
|
8106
|
+
}
|
|
8167
8107
|
</div>
|
|
8168
8108
|
</section>
|
|
8169
8109
|
<footer #footer class="ecl-gallery__detail">
|
|
8170
8110
|
<div class="ecl-container">
|
|
8171
|
-
<div class="ecl-gallery__detail-actions">
|
|
8172
|
-
<!-- @deprecated [download]="item?.src" -->
|
|
8173
|
-
<a
|
|
8174
|
-
*ngIf="canBeDownloaded()"
|
|
8175
|
-
eclLink
|
|
8176
|
-
variant="standalone"
|
|
8177
|
-
class="ecl-gallery__download"
|
|
8178
|
-
[href]="item?.getDownloadLink()"
|
|
8179
|
-
[download]="item?.src"
|
|
8180
|
-
target="_blank"
|
|
8181
|
-
(click)="onDownload($event)">
|
|
8182
|
-
<span eclLinkLabel>{{ 'ecl.gallery.VIEW-ORIGINAL' | translate }}</span>
|
|
8183
|
-
<ecl-icon icon="fullscreen" transform="fluid" focusable="false"></ecl-icon>
|
|
8184
|
-
</a>
|
|
8185
|
-
<a *ngIf="canBeShared()" eclLink variant="standalone" class="ecl-gallery__share" href="" (click)="onShare($event)">
|
|
8186
|
-
<span eclLinkLabel>{{ 'ecl.common.SHARE' | translate }}</span>
|
|
8187
|
-
<ecl-icon icon="share" transform="fluid" focusable="false"></ecl-icon>
|
|
8188
|
-
</a>
|
|
8189
|
-
</div>
|
|
8190
|
-
|
|
8191
|
-
<div *ngIf="item?.description" class="ecl-gallery__detail-description">{{ item?.description }}</div>
|
|
8192
|
-
|
|
8193
|
-
<div *ngIf="item?.meta" class="ecl-gallery__detail-meta">{{ item?.meta }}</div>
|
|
8194
|
-
|
|
8195
8111
|
<div class="ecl-gallery__pager">
|
|
8196
|
-
<button eclButton class="ecl-gallery__slider-previous" variant="
|
|
8112
|
+
<button eclButton class="ecl-gallery__slider-previous" variant="tertiary" isIconOnly
|
|
8113
|
+
(click)="onPrevious($event)">
|
|
8197
8114
|
<ecl-icon icon="corner-arrow" size="m" transform="rotate-270"></ecl-icon>
|
|
8198
|
-
<span eclButtonLabel
|
|
8115
|
+
<span eclButtonLabel>
|
|
8199
8116
|
{{ 'ecl.common.PREVIOUS' | translate }}
|
|
8200
8117
|
</span>
|
|
8201
8118
|
</button>
|
|
8202
8119
|
<div class="ecl-gallery__detail-counter">
|
|
8203
8120
|
<span>{{ itemIndex }}</span> {{ 'ecl.common.OF' | translate }} <span>{{ itemsCount }}</span>
|
|
8204
8121
|
</div>
|
|
8205
|
-
<button eclButton class="ecl-gallery__slider-next" variant="
|
|
8206
|
-
|
|
8122
|
+
<button eclButton class="ecl-gallery__slider-next" variant="tertiary" isIconOnly
|
|
8123
|
+
(click)="onNext($event)">
|
|
8124
|
+
<span eclButtonLabel>
|
|
8207
8125
|
{{ 'ecl.common.NEXT' | translate }}
|
|
8208
8126
|
</span>
|
|
8209
8127
|
<ecl-icon icon="corner-arrow" size="m" transform="rotate-90"></ecl-icon>
|
|
8210
8128
|
</button>
|
|
8211
8129
|
</div>
|
|
8130
|
+
<div class="ecl-gallery__detail-actions">
|
|
8131
|
+
@if(canBeOpenInFullScreen()) {
|
|
8132
|
+
<a eclLink variant="standalone" class="ecl-gallery__download" [href]="item?.getDownloadLink()"
|
|
8133
|
+
target="_blank" (click)="onFullScreenOpen($event)" isInverted>
|
|
8134
|
+
<span eclLinkLabel>{{ 'ecl.gallery.VIEW-ORIGINAL' | translate }}</span>
|
|
8135
|
+
<ecl-icon icon="fullscreen" size="fluid" focusable="false"></ecl-icon>
|
|
8136
|
+
</a>
|
|
8137
|
+
}
|
|
8138
|
+
@if(canBeShared()) {
|
|
8139
|
+
<a eclLink variant="standalone" isInverted class="ecl-gallery__share" href="" (click)="onShare($event)">
|
|
8140
|
+
<span eclLinkLabel>{{ 'ecl.common.SHARE' | translate }}</span>
|
|
8141
|
+
<ecl-icon icon="share" size="fluid" focusable="false"></ecl-icon>
|
|
8142
|
+
</a>
|
|
8143
|
+
}
|
|
8144
|
+
</div>
|
|
8145
|
+
@if(item?.description) {
|
|
8146
|
+
<div *ngIf="item?.description" class="ecl-gallery__detail-description">{{ item?.description }}</div>
|
|
8147
|
+
}
|
|
8148
|
+
@if(item?.meta) {
|
|
8149
|
+
<div *ngIf="item?.meta" class="ecl-gallery__detail-meta">{{ item?.meta }}</div>
|
|
8150
|
+
}
|
|
8212
8151
|
</div>
|
|
8213
8152
|
</footer>
|
|
8214
|
-
</dialog
|
|
8215
|
-
`, 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" }] });
|
|
8153
|
+
</dialog>`, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i211.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i82.TranslatePipe, name: "translate" }] });
|
|
8216
8154
|
}
|
|
8217
8155
|
};
|
|
8218
|
-
__decorate11([
|
|
8219
|
-
coerceBoolean9
|
|
8220
|
-
], EclGalleryComponent.prototype, "isDownloadable", void 0);
|
|
8221
|
-
__decorate11([
|
|
8222
|
-
coerceBoolean9
|
|
8223
|
-
], EclGalleryComponent.prototype, "isOpenInFullScreenPossible", void 0);
|
|
8224
|
-
__decorate11([
|
|
8225
|
-
coerceBoolean9
|
|
8226
|
-
], EclGalleryComponent.prototype, "isShareable", void 0);
|
|
8227
|
-
__decorate11([
|
|
8228
|
-
coerceBoolean9
|
|
8229
|
-
], EclGalleryComponent.prototype, "isFullWidth", void 0);
|
|
8230
|
-
__decorate11([
|
|
8231
|
-
coerceBoolean9
|
|
8232
|
-
], EclGalleryComponent.prototype, "isNoOverlay", void 0);
|
|
8233
|
-
__decorate11([
|
|
8234
|
-
coerceNumber
|
|
8235
|
-
], EclGalleryComponent.prototype, "maxVisibleItems", void 0);
|
|
8236
8156
|
i0116.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0116, type: EclGalleryComponent, decorators: [{
|
|
8237
8157
|
type: Component52,
|
|
8238
8158
|
args: [{ selector: "ecl-gallery", template: `<ul class="ecl-gallery__list">
|
|
@@ -8241,113 +8161,108 @@ i0116.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8241
8161
|
|
|
8242
8162
|
<ng-content select="ecl-gallery-footer"></ng-content>
|
|
8243
8163
|
|
|
8244
|
-
<dialog
|
|
8245
|
-
#overlay
|
|
8246
|
-
[attr.open]="isDialogVisible || null"
|
|
8247
|
-
class="ecl-gallery__overlay"
|
|
8164
|
+
<dialog #overlay [attr.open]="isDialogVisible || null" class="ecl-gallery__overlay"
|
|
8248
8165
|
[attr.aria-label]="'ecl.gallery.FULL-SIZE-DISPLAY' | translate">
|
|
8249
8166
|
<header #header class="ecl-gallery__close">
|
|
8250
|
-
<button (click)="onClose($event)" eclButton class="ecl-gallery__close-button" variant="ghost">
|
|
8167
|
+
<button (click)="onClose($event)" eclButton class="ecl-gallery__close-button" isIconOnly variant="ghost">
|
|
8251
8168
|
<span eclButtonLabel>
|
|
8252
8169
|
{{ 'ecl.common.CLOSE' | translate }}
|
|
8253
8170
|
</span>
|
|
8254
|
-
<ecl-icon icon="close
|
|
8171
|
+
<ecl-icon icon="close" size="m"></ecl-icon>
|
|
8255
8172
|
</button>
|
|
8256
8173
|
</header>
|
|
8257
8174
|
<section class="ecl-gallery__slider">
|
|
8258
8175
|
<div class="ecl-gallery__slider-media-container">
|
|
8259
|
-
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
[style.
|
|
8263
|
-
[style.height.px]="getIframeHeight()"
|
|
8264
|
-
frameborder="0">
|
|
8176
|
+
@if(item?.isExternalVideo) {
|
|
8177
|
+
<div #externalVideo class="ecl-gallery__slider-embed">
|
|
8178
|
+
<iframe [src]="item?.getUrlExternalVideo()" [style.width.px]="getIframeWidth()"
|
|
8179
|
+
[style.height.px]="getIframeHeight()" frameborder="0">
|
|
8265
8180
|
</iframe>
|
|
8266
8181
|
</div>
|
|
8267
|
-
|
|
8182
|
+
}
|
|
8183
|
+
@if(item?.isImage) {
|
|
8184
|
+
<picture #image class="ecl-picture ecl-gallery__picture ecl-gallery__slider-image">
|
|
8268
8185
|
<img [attr.alt]="item?.label || null" [src]="item?.src" />
|
|
8269
8186
|
</picture>
|
|
8270
|
-
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
controls="controls"
|
|
8274
|
-
class="ecl-gallery__slider-video"
|
|
8187
|
+
}
|
|
8188
|
+
@if(item?.isVideo) {
|
|
8189
|
+
<video #video controls="controls" class="ecl-gallery__slider-video"
|
|
8275
8190
|
[attr.poster]="item.mediaChild?.poster">
|
|
8276
|
-
|
|
8277
|
-
<
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
[attr.srcLang]="
|
|
8282
|
-
|
|
8191
|
+
@for (el of item.mediaChild?.sources; track el.src) {
|
|
8192
|
+
<source [attr.src]="el.src" [attr.type]="el.type" />
|
|
8193
|
+
}
|
|
8194
|
+
@for (elem of item.mediaChild?.tracks; track elem.src) {
|
|
8195
|
+
<track [attr.src]="elem.src" [attr.kind]="elem.kind"
|
|
8196
|
+
[attr.srcLang]="elem.srcLang" [attr.label]="elem.label" />
|
|
8197
|
+
}
|
|
8283
8198
|
</video>
|
|
8199
|
+
}
|
|
8284
8200
|
</div>
|
|
8285
8201
|
</section>
|
|
8286
8202
|
<footer #footer class="ecl-gallery__detail">
|
|
8287
8203
|
<div class="ecl-container">
|
|
8288
|
-
<div class="ecl-gallery__detail-actions">
|
|
8289
|
-
<!-- @deprecated [download]="item?.src" -->
|
|
8290
|
-
<a
|
|
8291
|
-
*ngIf="canBeDownloaded()"
|
|
8292
|
-
eclLink
|
|
8293
|
-
variant="standalone"
|
|
8294
|
-
class="ecl-gallery__download"
|
|
8295
|
-
[href]="item?.getDownloadLink()"
|
|
8296
|
-
[download]="item?.src"
|
|
8297
|
-
target="_blank"
|
|
8298
|
-
(click)="onDownload($event)">
|
|
8299
|
-
<span eclLinkLabel>{{ 'ecl.gallery.VIEW-ORIGINAL' | translate }}</span>
|
|
8300
|
-
<ecl-icon icon="fullscreen" transform="fluid" focusable="false"></ecl-icon>
|
|
8301
|
-
</a>
|
|
8302
|
-
<a *ngIf="canBeShared()" eclLink variant="standalone" class="ecl-gallery__share" href="" (click)="onShare($event)">
|
|
8303
|
-
<span eclLinkLabel>{{ 'ecl.common.SHARE' | translate }}</span>
|
|
8304
|
-
<ecl-icon icon="share" transform="fluid" focusable="false"></ecl-icon>
|
|
8305
|
-
</a>
|
|
8306
|
-
</div>
|
|
8307
|
-
|
|
8308
|
-
<div *ngIf="item?.description" class="ecl-gallery__detail-description">{{ item?.description }}</div>
|
|
8309
|
-
|
|
8310
|
-
<div *ngIf="item?.meta" class="ecl-gallery__detail-meta">{{ item?.meta }}</div>
|
|
8311
|
-
|
|
8312
8204
|
<div class="ecl-gallery__pager">
|
|
8313
|
-
<button eclButton class="ecl-gallery__slider-previous" variant="
|
|
8205
|
+
<button eclButton class="ecl-gallery__slider-previous" variant="tertiary" isIconOnly
|
|
8206
|
+
(click)="onPrevious($event)">
|
|
8314
8207
|
<ecl-icon icon="corner-arrow" size="m" transform="rotate-270"></ecl-icon>
|
|
8315
|
-
<span eclButtonLabel
|
|
8208
|
+
<span eclButtonLabel>
|
|
8316
8209
|
{{ 'ecl.common.PREVIOUS' | translate }}
|
|
8317
8210
|
</span>
|
|
8318
8211
|
</button>
|
|
8319
8212
|
<div class="ecl-gallery__detail-counter">
|
|
8320
8213
|
<span>{{ itemIndex }}</span> {{ 'ecl.common.OF' | translate }} <span>{{ itemsCount }}</span>
|
|
8321
8214
|
</div>
|
|
8322
|
-
<button eclButton class="ecl-gallery__slider-next" variant="
|
|
8323
|
-
|
|
8215
|
+
<button eclButton class="ecl-gallery__slider-next" variant="tertiary" isIconOnly
|
|
8216
|
+
(click)="onNext($event)">
|
|
8217
|
+
<span eclButtonLabel>
|
|
8324
8218
|
{{ 'ecl.common.NEXT' | translate }}
|
|
8325
8219
|
</span>
|
|
8326
8220
|
<ecl-icon icon="corner-arrow" size="m" transform="rotate-90"></ecl-icon>
|
|
8327
8221
|
</button>
|
|
8328
8222
|
</div>
|
|
8223
|
+
<div class="ecl-gallery__detail-actions">
|
|
8224
|
+
@if(canBeOpenInFullScreen()) {
|
|
8225
|
+
<a eclLink variant="standalone" class="ecl-gallery__download" [href]="item?.getDownloadLink()"
|
|
8226
|
+
target="_blank" (click)="onFullScreenOpen($event)" isInverted>
|
|
8227
|
+
<span eclLinkLabel>{{ 'ecl.gallery.VIEW-ORIGINAL' | translate }}</span>
|
|
8228
|
+
<ecl-icon icon="fullscreen" size="fluid" focusable="false"></ecl-icon>
|
|
8229
|
+
</a>
|
|
8230
|
+
}
|
|
8231
|
+
@if(canBeShared()) {
|
|
8232
|
+
<a eclLink variant="standalone" isInverted class="ecl-gallery__share" href="" (click)="onShare($event)">
|
|
8233
|
+
<span eclLinkLabel>{{ 'ecl.common.SHARE' | translate }}</span>
|
|
8234
|
+
<ecl-icon icon="share" size="fluid" focusable="false"></ecl-icon>
|
|
8235
|
+
</a>
|
|
8236
|
+
}
|
|
8237
|
+
</div>
|
|
8238
|
+
@if(item?.description) {
|
|
8239
|
+
<div *ngIf="item?.description" class="ecl-gallery__detail-description">{{ item?.description }}</div>
|
|
8240
|
+
}
|
|
8241
|
+
@if(item?.meta) {
|
|
8242
|
+
<div *ngIf="item?.meta" class="ecl-gallery__detail-meta">{{ item?.meta }}</div>
|
|
8243
|
+
}
|
|
8329
8244
|
</div>
|
|
8330
8245
|
</footer>
|
|
8331
|
-
</dialog
|
|
8332
|
-
|
|
8333
|
-
|
|
8334
|
-
|
|
8335
|
-
}], isOpenInFullScreenPossible: [{
|
|
8336
|
-
type: Input45
|
|
8246
|
+
</dialog>`, styles: [":host{display:block}\n"] }]
|
|
8247
|
+
}], ctorParameters: () => [{ type: i120.BreakpointObserver }], propDecorators: { isOpenInFullScreenPossible: [{
|
|
8248
|
+
type: Input45,
|
|
8249
|
+
args: [{ transform: booleanAttribute16 }]
|
|
8337
8250
|
}], isShareable: [{
|
|
8338
|
-
type: Input45
|
|
8251
|
+
type: Input45,
|
|
8252
|
+
args: [{ transform: booleanAttribute16 }]
|
|
8339
8253
|
}], isFullWidth: [{
|
|
8340
|
-
type: Input45
|
|
8254
|
+
type: Input45,
|
|
8255
|
+
args: [{ transform: booleanAttribute16 }]
|
|
8341
8256
|
}], isNoOverlay: [{
|
|
8342
|
-
type: Input45
|
|
8257
|
+
type: Input45,
|
|
8258
|
+
args: [{ transform: booleanAttribute16 }]
|
|
8343
8259
|
}], maxVisibleItems: [{
|
|
8344
|
-
type: Input45
|
|
8260
|
+
type: Input45,
|
|
8261
|
+
args: [{ transform: numberAttribute3 }]
|
|
8345
8262
|
}], show: [{
|
|
8346
8263
|
type: Output20
|
|
8347
8264
|
}], hide: [{
|
|
8348
8265
|
type: Output20
|
|
8349
|
-
}], download: [{
|
|
8350
|
-
type: Output20
|
|
8351
8266
|
}], openFullScreen: [{
|
|
8352
8267
|
type: Output20
|
|
8353
8268
|
}], share: [{
|
|
@@ -8487,12 +8402,12 @@ var EclInpageNavigationItemComponent = class _EclInpageNavigationItemComponent e
|
|
|
8487
8402
|
this.ɵfac = i0119.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0119, type: _EclInpageNavigationItemComponent, deps: null, target: i0119.ɵɵFactoryTarget.Component });
|
|
8488
8403
|
}
|
|
8489
8404
|
static {
|
|
8490
|
-
this.ɵcmp = i0119.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclInpageNavigationItemComponent, selector: "ecl-inpage-navigation-item", inputs: { label: "label", sectionId: "sectionId", isActive: "isActive" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.ecl-inpage-navigation__item": "this.cmpClass", "class.ecl-inpage-navigation__item--active": "this.isActive" } }, usesInheritance: true, ngImport: i0119, template: '<a eclLink (click)="onItemClick($event)"
|
|
8405
|
+
this.ɵcmp = i0119.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclInpageNavigationItemComponent, selector: "ecl-inpage-navigation-item", inputs: { label: "label", sectionId: "sectionId", isActive: "isActive" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.ecl-inpage-navigation__item": "this.cmpClass", "class.ecl-inpage-navigation__item--active": "this.isActive" } }, usesInheritance: true, ngImport: i0119, template: '<a eclLink (click)="onItemClick($event)" href="#" class="ecl-inpage-navigation__link">\n {{ label }}\n</a>\n', styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }] });
|
|
8491
8406
|
}
|
|
8492
8407
|
};
|
|
8493
8408
|
i0119.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0119, type: EclInpageNavigationItemComponent, decorators: [{
|
|
8494
8409
|
type: Component53,
|
|
8495
|
-
args: [{ selector: "ecl-inpage-navigation-item", template: '<a eclLink (click)="onItemClick($event)"
|
|
8410
|
+
args: [{ selector: "ecl-inpage-navigation-item", template: '<a eclLink (click)="onItemClick($event)" href="#" class="ecl-inpage-navigation__link">\n {{ label }}\n</a>\n', styles: [":host{display:list-item}\n"] }]
|
|
8496
8411
|
}], propDecorators: { cmpClass: [{
|
|
8497
8412
|
type: HostBinding81,
|
|
8498
8413
|
args: ["class.ecl-inpage-navigation__item"]
|
|
@@ -8510,11 +8425,11 @@ i0119.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8510
8425
|
}] } });
|
|
8511
8426
|
|
|
8512
8427
|
// lib/components/ecl-sticky-container/ecl-sticky-container.component.mjs
|
|
8513
|
-
import { Component as Component54, HostBinding as HostBinding82, Input as Input47, booleanAttribute as
|
|
8428
|
+
import { Component as Component54, HostBinding as HostBinding82, Input as Input47, booleanAttribute as booleanAttribute17 } from "@angular/core";
|
|
8514
8429
|
import { Subject as Subject14, delay as delay2 } from "rxjs";
|
|
8515
8430
|
import { takeUntil as takeUntil14 } from "rxjs/operators";
|
|
8516
8431
|
import * as i0120 from "@angular/core";
|
|
8517
|
-
import * as
|
|
8432
|
+
import * as i121 from "@angular/cdk/layout";
|
|
8518
8433
|
var EclStickyContainerComponent = class _EclStickyContainerComponent extends ECLBaseDirective {
|
|
8519
8434
|
get cssClasses() {
|
|
8520
8435
|
return [super.getCssClasses("ecl-sticky-container"), !this.isEnabled ? "ecl-sticky-container--disabled" : ""].join(" ").trim();
|
|
@@ -8553,18 +8468,18 @@ var EclStickyContainerComponent = class _EclStickyContainerComponent extends ECL
|
|
|
8553
8468
|
});
|
|
8554
8469
|
}
|
|
8555
8470
|
static {
|
|
8556
|
-
this.ɵfac = i0120.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0120, type: _EclStickyContainerComponent, deps: [{ token:
|
|
8471
|
+
this.ɵfac = i0120.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0120, type: _EclStickyContainerComponent, deps: [{ token: i121.BreakpointObserver }, { token: i0120.Renderer2 }, { token: i0120.ElementRef }], target: i0120.ɵɵFactoryTarget.Component });
|
|
8557
8472
|
}
|
|
8558
8473
|
static {
|
|
8559
|
-
this.ɵcmp = i0120.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: { isEnabled: ["isEnabled", "isEnabled",
|
|
8474
|
+
this.ɵcmp = i0120.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: { isEnabled: ["isEnabled", "isEnabled", booleanAttribute17], marginTop: "marginTop", marginBottom: "marginBottom" }, host: { properties: { "class": "this.cssClasses", "style.top.px": "this.top", "style.bottom.px": "this.bottom" } }, usesInheritance: true, ngImport: i0120, 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"] });
|
|
8560
8475
|
}
|
|
8561
8476
|
};
|
|
8562
8477
|
i0120.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0120, type: EclStickyContainerComponent, decorators: [{
|
|
8563
8478
|
type: Component54,
|
|
8564
8479
|
args: [{ selector: "ecl-sticky-container", 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"] }]
|
|
8565
|
-
}], ctorParameters: () => [{ type:
|
|
8480
|
+
}], ctorParameters: () => [{ type: i121.BreakpointObserver }, { type: i0120.Renderer2 }, { type: i0120.ElementRef }], propDecorators: { isEnabled: [{
|
|
8566
8481
|
type: Input47,
|
|
8567
|
-
args: [{ transform:
|
|
8482
|
+
args: [{ transform: booleanAttribute17 }]
|
|
8568
8483
|
}], marginTop: [{
|
|
8569
8484
|
type: Input47
|
|
8570
8485
|
}], marginBottom: [{
|
|
@@ -8609,7 +8524,7 @@ import { EventEmitter as EventEmitter22, Component as Component55, Input as Inpu
|
|
|
8609
8524
|
import { Subject as Subject15, fromEvent as fromEvent2 } from "rxjs";
|
|
8610
8525
|
import { takeUntil as takeUntil15 } from "rxjs/operators";
|
|
8611
8526
|
import * as i0122 from "@angular/core";
|
|
8612
|
-
import * as
|
|
8527
|
+
import * as i46 from "@ngx-translate/core";
|
|
8613
8528
|
var EclInpageNavigationSectionEnterEvent = class extends EclBaseEvent {
|
|
8614
8529
|
constructor(sectionId) {
|
|
8615
8530
|
super();
|
|
@@ -8617,14 +8532,26 @@ var EclInpageNavigationSectionEnterEvent = class extends EclBaseEvent {
|
|
|
8617
8532
|
}
|
|
8618
8533
|
};
|
|
8619
8534
|
var EclInpageNavigationComponent = class _EclInpageNavigationComponent extends ECLBaseDirective {
|
|
8620
|
-
|
|
8621
|
-
|
|
8535
|
+
get currentNavigationLinkItem() {
|
|
8536
|
+
return this.eclNavigationLinkItems.find((item) => item.sectionElement === this.currentSectionElement);
|
|
8537
|
+
}
|
|
8538
|
+
constructor(eclThemeService, renderer) {
|
|
8539
|
+
super();
|
|
8540
|
+
this.eclThemeService = eclThemeService;
|
|
8541
|
+
this.renderer = renderer;
|
|
8622
8542
|
this.sectionEnter = new EventEmitter22();
|
|
8623
8543
|
this.isButtonExpanded = false;
|
|
8544
|
+
this.ICON_SIZE_FOR_EC_THEME_ON = "xs";
|
|
8545
|
+
this.ICON_SIZE_FOR_EU_THEME_ON = "s";
|
|
8546
|
+
this.HEADING_ACTIVATED_CLASS = "ecl-inpage-navigation__heading--active";
|
|
8624
8547
|
this.destroy$ = new Subject15();
|
|
8625
8548
|
}
|
|
8626
|
-
get
|
|
8627
|
-
|
|
8549
|
+
get sizeIcon() {
|
|
8550
|
+
if (this.eclThemeService.isECTheme()) {
|
|
8551
|
+
return this.ICON_SIZE_FOR_EC_THEME_ON;
|
|
8552
|
+
} else {
|
|
8553
|
+
return this.ICON_SIZE_FOR_EU_THEME_ON;
|
|
8554
|
+
}
|
|
8628
8555
|
}
|
|
8629
8556
|
ngAfterContentInit() {
|
|
8630
8557
|
this.handleNavigationItemsScroll();
|
|
@@ -8664,8 +8591,12 @@ var EclInpageNavigationComponent = class _EclInpageNavigationComponent extends E
|
|
|
8664
8591
|
handleNavigationLinksHighlight(sectionElements) {
|
|
8665
8592
|
const currentSectionElement = this.findActiveSectionElement(sectionElements);
|
|
8666
8593
|
if (currentSectionElement !== this.currentSectionElement) {
|
|
8667
|
-
this.currentSectionElement
|
|
8668
|
-
|
|
8594
|
+
if (this.currentSectionElement) {
|
|
8595
|
+
this.renderer.removeClass(this.currentSectionElement, this.HEADING_ACTIVATED_CLASS);
|
|
8596
|
+
}
|
|
8597
|
+
if (currentSectionElement) {
|
|
8598
|
+
this.renderer.addClass(currentSectionElement, this.HEADING_ACTIVATED_CLASS);
|
|
8599
|
+
}
|
|
8669
8600
|
this.currentSectionElement = currentSectionElement;
|
|
8670
8601
|
this.onSectionScrollTrigger(currentSectionElement);
|
|
8671
8602
|
const sectionId = this.currentNavigationLinkItem ? this.currentNavigationLinkItem.sectionId : void 0;
|
|
@@ -8693,7 +8624,7 @@ var EclInpageNavigationComponent = class _EclInpageNavigationComponent extends E
|
|
|
8693
8624
|
return window.pageYOffset + window.innerHeight === document.documentElement.scrollHeight;
|
|
8694
8625
|
}
|
|
8695
8626
|
static {
|
|
8696
|
-
this.ɵfac = i0122.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0122, type: _EclInpageNavigationComponent, deps:
|
|
8627
|
+
this.ɵfac = i0122.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0122, type: _EclInpageNavigationComponent, deps: [{ token: EclThemeService }, { token: i0122.Renderer2 }], target: i0122.ɵɵFactoryTarget.Component });
|
|
8697
8628
|
}
|
|
8698
8629
|
static {
|
|
8699
8630
|
this.ɵcmp = i0122.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclInpageNavigationComponent, selector: "ecl-inpage-navigation", inputs: { eclTitle: "eclTitle", marginTop: "marginTop", marginBottom: "marginBottom" }, outputs: { sectionEnter: "sectionEnter" }, queries: [{ propertyName: "eclNavigationLinkItems", predicate: EclInpageNavigationItemComponent }], usesInheritance: true, ngImport: i0122, template: `<ecl-sticky-container [marginTop]="marginTop" [marginBottom]="marginBottom">
|
|
@@ -8705,18 +8636,20 @@ var EclInpageNavigationComponent = class _EclInpageNavigationComponent extends E
|
|
|
8705
8636
|
{{ eclTitle || 'ecl.inpage-navigation.PAGE-CONTENTS' | translate }}
|
|
8706
8637
|
</div>
|
|
8707
8638
|
<div class="ecl-inpage-navigation__body">
|
|
8708
|
-
<
|
|
8709
|
-
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8717
|
-
|
|
8718
|
-
|
|
8719
|
-
|
|
8639
|
+
<div class="ecl-inpage-navigation__trigger-wrapper">
|
|
8640
|
+
<button
|
|
8641
|
+
id="ecl-inpage-navigation-default-trigger"
|
|
8642
|
+
type="button"
|
|
8643
|
+
class="ecl-inpage-navigation__trigger"
|
|
8644
|
+
aria-controls="ecl-inpage-navigation-list"
|
|
8645
|
+
[attr.aria-expanded]="isButtonExpanded"
|
|
8646
|
+
(click)="onExpandButtonClick($event)">
|
|
8647
|
+
<span class="ecl-inpage-navigation__trigger-current">
|
|
8648
|
+
{{ currentNavigationLinkItem?.label }}
|
|
8649
|
+
</span>
|
|
8650
|
+
<ecl-icon icon="corner-arrow" [size]="sizeIcon" transform="rotate-180" class="ecl-inpage-navigation__trigger-icon"> </ecl-icon>
|
|
8651
|
+
</button>
|
|
8652
|
+
</div>
|
|
8720
8653
|
<ul
|
|
8721
8654
|
id="ecl-inpage-navigation-default-list"
|
|
8722
8655
|
class="ecl-inpage-navigation__list"
|
|
@@ -8728,7 +8661,7 @@ var EclInpageNavigationComponent = class _EclInpageNavigationComponent extends E
|
|
|
8728
8661
|
</div>
|
|
8729
8662
|
</nav>
|
|
8730
8663
|
</ecl-sticky-container>
|
|
8731
|
-
`, styles: ["@media (min-width: 996px){.ecl-inpage-navigation__list{display:block!important}}\n"], dependencies: [{ kind: "component", type: EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: ["isEnabled", "marginTop", "marginBottom"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type:
|
|
8664
|
+
`, styles: ["@media (min-width: 996px){.ecl-inpage-navigation__list{display:block!important}}\n"], dependencies: [{ kind: "component", type: EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: ["isEnabled", "marginTop", "marginBottom"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i46.TranslatePipe, name: "translate" }] });
|
|
8732
8665
|
}
|
|
8733
8666
|
};
|
|
8734
8667
|
i0122.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0122, type: EclInpageNavigationComponent, decorators: [{
|
|
@@ -8742,18 +8675,20 @@ i0122.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8742
8675
|
{{ eclTitle || 'ecl.inpage-navigation.PAGE-CONTENTS' | translate }}
|
|
8743
8676
|
</div>
|
|
8744
8677
|
<div class="ecl-inpage-navigation__body">
|
|
8745
|
-
<
|
|
8746
|
-
|
|
8747
|
-
|
|
8748
|
-
|
|
8749
|
-
|
|
8750
|
-
|
|
8751
|
-
|
|
8752
|
-
|
|
8753
|
-
|
|
8754
|
-
|
|
8755
|
-
|
|
8756
|
-
|
|
8678
|
+
<div class="ecl-inpage-navigation__trigger-wrapper">
|
|
8679
|
+
<button
|
|
8680
|
+
id="ecl-inpage-navigation-default-trigger"
|
|
8681
|
+
type="button"
|
|
8682
|
+
class="ecl-inpage-navigation__trigger"
|
|
8683
|
+
aria-controls="ecl-inpage-navigation-list"
|
|
8684
|
+
[attr.aria-expanded]="isButtonExpanded"
|
|
8685
|
+
(click)="onExpandButtonClick($event)">
|
|
8686
|
+
<span class="ecl-inpage-navigation__trigger-current">
|
|
8687
|
+
{{ currentNavigationLinkItem?.label }}
|
|
8688
|
+
</span>
|
|
8689
|
+
<ecl-icon icon="corner-arrow" [size]="sizeIcon" transform="rotate-180" class="ecl-inpage-navigation__trigger-icon"> </ecl-icon>
|
|
8690
|
+
</button>
|
|
8691
|
+
</div>
|
|
8757
8692
|
<ul
|
|
8758
8693
|
id="ecl-inpage-navigation-default-list"
|
|
8759
8694
|
class="ecl-inpage-navigation__list"
|
|
@@ -8766,7 +8701,7 @@ i0122.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8766
8701
|
</nav>
|
|
8767
8702
|
</ecl-sticky-container>
|
|
8768
8703
|
`, styles: ["@media (min-width: 996px){.ecl-inpage-navigation__list{display:block!important}}\n"] }]
|
|
8769
|
-
}], propDecorators: { eclTitle: [{
|
|
8704
|
+
}], ctorParameters: () => [{ type: EclThemeService }, { type: i0122.Renderer2 }], propDecorators: { eclTitle: [{
|
|
8770
8705
|
type: Input48
|
|
8771
8706
|
}], marginTop: [{
|
|
8772
8707
|
type: Input48
|
|
@@ -8807,7 +8742,7 @@ i0123.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8807
8742
|
// lib/components/ecl-list-illustration/ecl-list-illustration-item.component.mjs
|
|
8808
8743
|
import { Component as Component56, ContentChildren as ContentChildren14, forwardRef as forwardRef33, HostBinding as HostBinding83, Input as Input49 } from "@angular/core";
|
|
8809
8744
|
import * as i0124 from "@angular/core";
|
|
8810
|
-
import * as
|
|
8745
|
+
import * as i122 from "@angular/common";
|
|
8811
8746
|
var EclListIllustrationItemComponent = class _EclListIllustrationItemComponent extends ECLBaseDirective {
|
|
8812
8747
|
constructor() {
|
|
8813
8748
|
super(...arguments);
|
|
@@ -8825,7 +8760,7 @@ var EclListIllustrationItemComponent = class _EclListIllustrationItemComponent e
|
|
|
8825
8760
|
this.ɵfac = i0124.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0124, type: _EclListIllustrationItemComponent, deps: null, target: i0124.ɵɵFactoryTarget.Component });
|
|
8826
8761
|
}
|
|
8827
8762
|
static {
|
|
8828
|
-
this.ɵcmp = i0124.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclListIllustrationItemComponent, selector: "ecl-list-illustration-item", inputs: { eclTitle: "eclTitle", eclValue: "eclValue" }, host: { properties: { "class.ecl-list-illustration__item": "this.className" } }, queries: [{ propertyName: "eclIllustrationIcons", predicate: i0124.forwardRef(() => EclListIllustrationIconDirective) }], usesInheritance: true, ngImport: i0124, template: '<ng-content select="[eclListIllustrationImage],[eclListIllustrationPicture]"></ng-content>\n<div class="ecl-list-illustration__detail">\n <div *ngIf="hasTitle || hasValue" class="ecl-list-illustration__title-container">\n <ng-content select="[eclListIllustrationIcon]"></ng-content>\n <div *ngIf="hasValue" class="ecl-list-illustration__value">{{ eclValue }}</div>\n <div class="ecl-list-illustration__title">{{ eclTitle }}</div>\n </div>\n <div class="ecl-list-illustration__description">\n <ng-content></ng-content>\n </div>\n</div>\n', dependencies: [{ kind: "directive", type:
|
|
8763
|
+
this.ɵcmp = i0124.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclListIllustrationItemComponent, selector: "ecl-list-illustration-item", inputs: { eclTitle: "eclTitle", eclValue: "eclValue" }, host: { properties: { "class.ecl-list-illustration__item": "this.className" } }, queries: [{ propertyName: "eclIllustrationIcons", predicate: i0124.forwardRef(() => EclListIllustrationIconDirective) }], usesInheritance: true, ngImport: i0124, template: '<ng-content select="[eclListIllustrationImage],[eclListIllustrationPicture]"></ng-content>\n<div class="ecl-list-illustration__detail">\n <div *ngIf="hasTitle || hasValue" class="ecl-list-illustration__title-container">\n <ng-content select="[eclListIllustrationIcon]"></ng-content>\n <div *ngIf="hasValue" class="ecl-list-illustration__value">{{ eclValue }}</div>\n <div class="ecl-list-illustration__title">{{ eclTitle }}</div>\n </div>\n <div class="ecl-list-illustration__description">\n <ng-content></ng-content>\n </div>\n</div>\n', dependencies: [{ kind: "directive", type: i122.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
8829
8764
|
}
|
|
8830
8765
|
};
|
|
8831
8766
|
i0124.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0124, type: EclListIllustrationItemComponent, decorators: [{
|
|
@@ -8869,7 +8804,7 @@ i0125.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8869
8804
|
}] } });
|
|
8870
8805
|
|
|
8871
8806
|
// lib/components/ecl-list-illustration/ecl-list-illustration-picture.directive.mjs
|
|
8872
|
-
import { Directive as Directive33, HostBinding as HostBinding85, Input as Input50, booleanAttribute as
|
|
8807
|
+
import { Directive as Directive33, HostBinding as HostBinding85, Input as Input50, booleanAttribute as booleanAttribute18 } from "@angular/core";
|
|
8873
8808
|
import * as i0126 from "@angular/core";
|
|
8874
8809
|
var EclListIllustrationPictureDirective = class _EclListIllustrationPictureDirective extends ECLBaseDirective {
|
|
8875
8810
|
get cssClasses() {
|
|
@@ -8908,7 +8843,7 @@ var EclListIllustrationImageDirective = class _EclListIllustrationImageDirective
|
|
|
8908
8843
|
this.ɵfac = i0126.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0126, type: _EclListIllustrationImageDirective, deps: null, target: i0126.ɵɵFactoryTarget.Directive });
|
|
8909
8844
|
}
|
|
8910
8845
|
static {
|
|
8911
|
-
this.ɵdir = i0126.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclListIllustrationImageDirective, selector: "img[eclListIllustrationImage]", inputs: { isSquare: ["isSquare", "isSquare",
|
|
8846
|
+
this.ɵdir = i0126.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclListIllustrationImageDirective, selector: "img[eclListIllustrationImage]", inputs: { isSquare: ["isSquare", "isSquare", booleanAttribute18], size: "size" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0126 });
|
|
8912
8847
|
}
|
|
8913
8848
|
};
|
|
8914
8849
|
i0126.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0126, type: EclListIllustrationImageDirective, decorators: [{
|
|
@@ -8918,7 +8853,7 @@ i0126.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8918
8853
|
}]
|
|
8919
8854
|
}], propDecorators: { isSquare: [{
|
|
8920
8855
|
type: Input50,
|
|
8921
|
-
args: [{ transform:
|
|
8856
|
+
args: [{ transform: booleanAttribute18 }]
|
|
8922
8857
|
}], size: [{
|
|
8923
8858
|
type: Input50
|
|
8924
8859
|
}], cssClasses: [{
|
|
@@ -8927,7 +8862,7 @@ i0126.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8927
8862
|
}] } });
|
|
8928
8863
|
|
|
8929
8864
|
// lib/components/ecl-list-illustration/ecl-list-illustration.component.mjs
|
|
8930
|
-
import { Component as Component57, HostBinding as HostBinding86, Input as Input51, booleanAttribute as
|
|
8865
|
+
import { Component as Component57, HostBinding as HostBinding86, Input as Input51, booleanAttribute as booleanAttribute19, numberAttribute as numberAttribute4 } from "@angular/core";
|
|
8931
8866
|
import * as i0127 from "@angular/core";
|
|
8932
8867
|
var EclListIllustrationComponent = class _EclListIllustrationComponent extends ECLBaseDirective {
|
|
8933
8868
|
constructor() {
|
|
@@ -8946,7 +8881,7 @@ var EclListIllustrationComponent = class _EclListIllustrationComponent extends E
|
|
|
8946
8881
|
this.ɵfac = i0127.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0127, type: _EclListIllustrationComponent, deps: null, target: i0127.ɵɵFactoryTarget.Component });
|
|
8947
8882
|
}
|
|
8948
8883
|
static {
|
|
8949
|
-
this.ɵcmp = i0127.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclListIllustrationComponent, selector: "ecl-list-illustration", inputs: { isZebra: ["isZebra", "isZebra",
|
|
8884
|
+
this.ɵcmp = i0127.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclListIllustrationComponent, selector: "ecl-list-illustration", inputs: { isZebra: ["isZebra", "isZebra", booleanAttribute19], horizontalColumns: ["horizontalColumns", "horizontalColumns", numberAttribute4] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0127, template: "<ng-content></ng-content>\n" });
|
|
8950
8885
|
}
|
|
8951
8886
|
};
|
|
8952
8887
|
i0127.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0127, type: EclListIllustrationComponent, decorators: [{
|
|
@@ -8954,10 +8889,10 @@ i0127.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
8954
8889
|
args: [{ selector: "ecl-list-illustration", template: "<ng-content></ng-content>\n" }]
|
|
8955
8890
|
}], propDecorators: { isZebra: [{
|
|
8956
8891
|
type: Input51,
|
|
8957
|
-
args: [{ transform:
|
|
8892
|
+
args: [{ transform: booleanAttribute19 }]
|
|
8958
8893
|
}], horizontalColumns: [{
|
|
8959
8894
|
type: Input51,
|
|
8960
|
-
args: [{ transform:
|
|
8895
|
+
args: [{ transform: numberAttribute4 }]
|
|
8961
8896
|
}], cssClasses: [{
|
|
8962
8897
|
type: HostBinding86,
|
|
8963
8898
|
args: ["class"]
|
|
@@ -9064,7 +8999,7 @@ i0129.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
9064
8999
|
// lib/components/ecl-list/ecl-description-list-definition/ecl-description-list-definition.component.mjs
|
|
9065
9000
|
import { Component as Component58, ContentChildren as ContentChildren15, HostBinding as HostBinding88, Input as Input52 } from "@angular/core";
|
|
9066
9001
|
import * as i0130 from "@angular/core";
|
|
9067
|
-
import * as
|
|
9002
|
+
import * as i212 from "@ngx-translate/core";
|
|
9068
9003
|
var EclDescriptionListDefinitionComponent = class _EclDescriptionListDefinitionComponent extends ECLBaseDirective {
|
|
9069
9004
|
constructor() {
|
|
9070
9005
|
super(...arguments);
|
|
@@ -9125,7 +9060,7 @@ var EclDescriptionListDefinitionComponent = class _EclDescriptionListDefinitionC
|
|
|
9125
9060
|
<a eclLink class="ecl-description-list__see_more" href (click)="onShowAllItems($event)">{{
|
|
9126
9061
|
'ecl.list.SEE-ALL-ITEMS' | translate
|
|
9127
9062
|
}}</a>
|
|
9128
|
-
}`, dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "
|
|
9063
|
+
}`, dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "pipe", type: i212.TranslatePipe, name: "translate" }] });
|
|
9129
9064
|
}
|
|
9130
9065
|
};
|
|
9131
9066
|
i0130.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0130, type: EclDescriptionListDefinitionComponent, decorators: [{
|
|
@@ -9147,7 +9082,7 @@ i0130.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
9147
9082
|
}] } });
|
|
9148
9083
|
|
|
9149
9084
|
// lib/components/ecl-list/ecl-list.directive.mjs
|
|
9150
|
-
import { ContentChildren as ContentChildren16, Directive as Directive35, HostBinding as HostBinding89, Input as Input53, booleanAttribute as
|
|
9085
|
+
import { ContentChildren as ContentChildren16, Directive as Directive35, HostBinding as HostBinding89, Input as Input53, booleanAttribute as booleanAttribute20, numberAttribute as numberAttribute5 } from "@angular/core";
|
|
9151
9086
|
import * as i0131 from "@angular/core";
|
|
9152
9087
|
var EclOrderedListDirective = class _EclOrderedListDirective extends ECLBaseDirective {
|
|
9153
9088
|
constructor() {
|
|
@@ -9202,7 +9137,7 @@ var EclUnorderedListDirective = class _EclUnorderedListDirective extends ECLBase
|
|
|
9202
9137
|
this.ɵfac = i0131.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0131, type: _EclUnorderedListDirective, deps: null, target: i0131.ɵɵFactoryTarget.Directive });
|
|
9203
9138
|
}
|
|
9204
9139
|
static {
|
|
9205
|
-
this.ɵdir = i0131.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclUnorderedListDirective, selector: "[eclUnorderedList]", inputs: { isDivider: ["isDivider", "isDivider",
|
|
9140
|
+
this.ɵdir = i0131.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclUnorderedListDirective, selector: "[eclUnorderedList]", inputs: { isDivider: ["isDivider", "isDivider", booleanAttribute20], isNoMarker: ["isNoMarker", "isNoMarker", booleanAttribute20] }, host: { properties: { "class.ecl-unordered-list": "this.cmpClass", "class.ecl-unordered-list--divider": "this.isDivider", "class.ecl-unordered-list--no-marker": "this.isNoMarker" } }, usesInheritance: true, ngImport: i0131 });
|
|
9206
9141
|
}
|
|
9207
9142
|
};
|
|
9208
9143
|
i0131.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0131, type: EclUnorderedListDirective, decorators: [{
|
|
@@ -9215,13 +9150,13 @@ i0131.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
9215
9150
|
args: ["class.ecl-unordered-list"]
|
|
9216
9151
|
}], isDivider: [{
|
|
9217
9152
|
type: Input53,
|
|
9218
|
-
args: [{ transform:
|
|
9153
|
+
args: [{ transform: booleanAttribute20 }]
|
|
9219
9154
|
}, {
|
|
9220
9155
|
type: HostBinding89,
|
|
9221
9156
|
args: ["class.ecl-unordered-list--divider"]
|
|
9222
9157
|
}], isNoMarker: [{
|
|
9223
9158
|
type: Input53,
|
|
9224
|
-
args: [{ transform:
|
|
9159
|
+
args: [{ transform: booleanAttribute20 }]
|
|
9225
9160
|
}, {
|
|
9226
9161
|
type: HostBinding89,
|
|
9227
9162
|
args: ["class.ecl-unordered-list--no-marker"]
|
|
@@ -9267,7 +9202,7 @@ var EclDescriptionListDirective = class _EclDescriptionListDirective extends ECL
|
|
|
9267
9202
|
this.ɵfac = i0131.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0131, type: _EclDescriptionListDirective, deps: [{ token: i0131.ChangeDetectorRef }], target: i0131.ɵɵFactoryTarget.Directive });
|
|
9268
9203
|
}
|
|
9269
9204
|
static {
|
|
9270
|
-
this.ɵdir = i0131.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclDescriptionListDirective, selector: "[eclDescriptionList]", inputs: { isHorizontal: ["isHorizontal", "isHorizontal",
|
|
9205
|
+
this.ɵdir = i0131.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclDescriptionListDirective, selector: "[eclDescriptionList]", inputs: { isHorizontal: ["isHorizontal", "isHorizontal", booleanAttribute20], maxVisibleItems: ["maxVisibleItems", "maxVisibleItems", numberAttribute5] }, host: { properties: { "class.ecl-description-list--horizontal": "this.isHorizontal", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclListItems", predicate: EclDescriptionListDefinitionComponent }], usesInheritance: true, ngImport: i0131 });
|
|
9271
9206
|
}
|
|
9272
9207
|
};
|
|
9273
9208
|
i0131.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0131, type: EclDescriptionListDirective, decorators: [{
|
|
@@ -9277,13 +9212,13 @@ i0131.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
9277
9212
|
}]
|
|
9278
9213
|
}], ctorParameters: () => [{ type: i0131.ChangeDetectorRef }], propDecorators: { isHorizontal: [{
|
|
9279
9214
|
type: Input53,
|
|
9280
|
-
args: [{ transform:
|
|
9215
|
+
args: [{ transform: booleanAttribute20 }]
|
|
9281
9216
|
}, {
|
|
9282
9217
|
type: HostBinding89,
|
|
9283
9218
|
args: ["class.ecl-description-list--horizontal"]
|
|
9284
9219
|
}], maxVisibleItems: [{
|
|
9285
9220
|
type: Input53,
|
|
9286
|
-
args: [{ transform:
|
|
9221
|
+
args: [{ transform: numberAttribute5 }]
|
|
9287
9222
|
}], eclListItems: [{
|
|
9288
9223
|
type: ContentChildren16,
|
|
9289
9224
|
args: [EclDescriptionListDefinitionComponent]
|
|
@@ -9419,13 +9354,11 @@ var EclMenuItemParentFocusEvent = class {
|
|
|
9419
9354
|
};
|
|
9420
9355
|
|
|
9421
9356
|
// lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs
|
|
9422
|
-
import { __decorate as __decorate12 } from "tslib";
|
|
9423
|
-
import { Component as Component59, Input as Input54, HostBinding as HostBinding90, Output as Output23, EventEmitter as EventEmitter23, HostListener as HostListener11, ContentChildren as ContentChildren17, forwardRef as forwardRef35, ViewChild as ViewChild8 } from "@angular/core";
|
|
9424
|
-
import { coerceBoolean as coerceBoolean10 } from "@eui/base";
|
|
9425
9357
|
import { ENTER } from "@angular/cdk/keycodes";
|
|
9358
|
+
import { Component as Component59, ContentChildren as ContentChildren17, EventEmitter as EventEmitter23, HostBinding as HostBinding90, HostListener as HostListener11, Input as Input54, Output as Output23, ViewChild as ViewChild8, booleanAttribute as booleanAttribute21, forwardRef as forwardRef35 } from "@angular/core";
|
|
9426
9359
|
import * as i0133 from "@angular/core";
|
|
9427
|
-
import * as
|
|
9428
|
-
import * as
|
|
9360
|
+
import * as i123 from "@angular/common";
|
|
9361
|
+
import * as i213 from "@angular/router";
|
|
9429
9362
|
var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDirective {
|
|
9430
9363
|
constructor() {
|
|
9431
9364
|
super(...arguments);
|
|
@@ -9436,6 +9369,8 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
|
|
|
9436
9369
|
this.target = "";
|
|
9437
9370
|
this.cmpClass = true;
|
|
9438
9371
|
this.role = "listitem";
|
|
9372
|
+
this.isCurrent = false;
|
|
9373
|
+
this.isSeeAll = false;
|
|
9439
9374
|
this.menuItemSelect = new EventEmitter23();
|
|
9440
9375
|
this.menuItemKeydown = new EventEmitter23();
|
|
9441
9376
|
this.hasChildren = false;
|
|
@@ -9443,13 +9378,7 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
|
|
|
9443
9378
|
this.children = [];
|
|
9444
9379
|
}
|
|
9445
9380
|
ngAfterViewInit() {
|
|
9446
|
-
|
|
9447
|
-
setTimeout(() => {
|
|
9448
|
-
this.iconComponents.forEach((icn) => {
|
|
9449
|
-
icn.class = "ecl-menu__sublink-icon";
|
|
9450
|
-
});
|
|
9451
|
-
});
|
|
9452
|
-
}
|
|
9381
|
+
this.manageContentChildren();
|
|
9453
9382
|
}
|
|
9454
9383
|
onItemClick(evt) {
|
|
9455
9384
|
this.menuItemSelect.next(new EclMenuItemSelectEvent(this, evt));
|
|
@@ -9469,19 +9398,32 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
|
|
|
9469
9398
|
}
|
|
9470
9399
|
this.menuItemKeydown.next(new EclMenuItemKeydownEvent(this, evt));
|
|
9471
9400
|
}
|
|
9401
|
+
manageContentChildren() {
|
|
9402
|
+
if (this.iconComponents) {
|
|
9403
|
+
setTimeout(() => {
|
|
9404
|
+
this.iconComponents.forEach((icn) => {
|
|
9405
|
+
icn.class = "ecl-menu__sublink-icon";
|
|
9406
|
+
});
|
|
9407
|
+
});
|
|
9408
|
+
}
|
|
9409
|
+
if (this.links) {
|
|
9410
|
+
setTimeout(() => {
|
|
9411
|
+
this.links.forEach((icn) => {
|
|
9412
|
+
icn.class = icn.class ? icn.class + " ecl-menu__sublink" : "ecl-menu__sublink";
|
|
9413
|
+
});
|
|
9414
|
+
});
|
|
9415
|
+
}
|
|
9416
|
+
}
|
|
9472
9417
|
static {
|
|
9473
9418
|
this.ɵfac = i0133.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0133, type: _EclMenuMegaItemComponent, deps: null, target: i0133.ɵɵFactoryTarget.Component });
|
|
9474
9419
|
}
|
|
9475
9420
|
static {
|
|
9476
|
-
this.ɵcmp = i0133.ɵɵngDeclareComponent({ minVersion: "
|
|
9421
|
+
this.ɵcmp = i0133.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclMenuMegaItemComponent, selector: "ecl-menu-mega-item", inputs: { id: "id", label: "label", routerLink: "routerLink", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", href: "href", target: "target", isCurrent: ["isCurrent", "isCurrent", booleanAttribute21], isSeeAll: ["isSeeAll", "isSeeAll", booleanAttribute21] }, outputs: { menuItemSelect: "menuItemSelect", menuItemKeydown: "menuItemKeydown" }, host: { listeners: { "click": "onHostClick($event)" }, properties: { "class.ecl-menu__subitem": "this.cmpClass", "attr.role": "this.role", "class.ecl-menu__subitem--current": "this.isCurrent", "class.ecl-menu__see-all": "this.isSeeAll" } }, queries: [{ propertyName: "iconComponents", predicate: i0133.forwardRef(() => EclIconComponent) }, { propertyName: "links", predicate: i0133.forwardRef(() => EclLinkDirective) }], viewQueries: [{ propertyName: "megaMenuLink", first: true, predicate: ["megaMenuLink"], descendants: true }], usesInheritance: true, ngImport: i0133, template: '@if (!isSeeAll) {\n<a #megaMenuLink\n *ngIf="href"\n [href]="href"\n [target]="target"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<a #megaMenuLink\n *ngIf="!href"\n tabindex="0"\n [routerLink]="routerLink"\n [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n} @else {\n <ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:list-item}\n"], dependencies: [{ kind: "directive", type: i123.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i123.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i213.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
|
9477
9422
|
}
|
|
9478
9423
|
};
|
|
9479
|
-
__decorate12([
|
|
9480
|
-
coerceBoolean10
|
|
9481
|
-
], EclMenuMegaItemComponent.prototype, "isCurrent", void 0);
|
|
9482
9424
|
i0133.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0133, type: EclMenuMegaItemComponent, decorators: [{
|
|
9483
9425
|
type: Component59,
|
|
9484
|
-
args: [{ selector: "ecl-menu-mega-item", template: '<a #megaMenuLink\n *ngIf="href"\n [href]="href"\n [target]="target"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<a #megaMenuLink\n *ngIf="!href"\n tabindex="0"\n [routerLink]="routerLink"\n [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:list-item}\n"] }]
|
|
9426
|
+
args: [{ selector: "ecl-menu-mega-item", template: '@if (!isSeeAll) {\n<a #megaMenuLink\n *ngIf="href"\n [href]="href"\n [target]="target"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n\n<a #megaMenuLink\n *ngIf="!href"\n tabindex="0"\n [routerLink]="routerLink"\n [queryParams]="queryParams"\n [queryParamsHandling]="queryParamsHandling"\n class="ecl-menu__sublink"\n [class.ecl-menu__sublink--current]="isCurrent"\n (click)="onItemClick($event)"\n (keydown)="onKeydown($event)">\n {{ label }}\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</a>\n} @else {\n <ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:list-item}\n"] }]
|
|
9485
9427
|
}], propDecorators: { id: [{
|
|
9486
9428
|
type: Input54
|
|
9487
9429
|
}], label: [{
|
|
@@ -9503,13 +9445,23 @@ i0133.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
9503
9445
|
type: HostBinding90,
|
|
9504
9446
|
args: ["attr.role"]
|
|
9505
9447
|
}], isCurrent: [{
|
|
9506
|
-
type: Input54
|
|
9448
|
+
type: Input54,
|
|
9449
|
+
args: [{ transform: booleanAttribute21 }]
|
|
9507
9450
|
}, {
|
|
9508
9451
|
type: HostBinding90,
|
|
9509
9452
|
args: ["class.ecl-menu__subitem--current"]
|
|
9453
|
+
}], isSeeAll: [{
|
|
9454
|
+
type: Input54,
|
|
9455
|
+
args: [{ transform: booleanAttribute21 }]
|
|
9456
|
+
}, {
|
|
9457
|
+
type: HostBinding90,
|
|
9458
|
+
args: ["class.ecl-menu__see-all"]
|
|
9510
9459
|
}], iconComponents: [{
|
|
9511
9460
|
type: ContentChildren17,
|
|
9512
9461
|
args: [forwardRef35(() => EclIconComponent)]
|
|
9462
|
+
}], links: [{
|
|
9463
|
+
type: ContentChildren17,
|
|
9464
|
+
args: [forwardRef35(() => EclLinkDirective)]
|
|
9513
9465
|
}], megaMenuLink: [{
|
|
9514
9466
|
type: ViewChild8,
|
|
9515
9467
|
args: ["megaMenuLink"]
|
|
@@ -9523,11 +9475,9 @@ i0133.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
9523
9475
|
}] } });
|
|
9524
9476
|
|
|
9525
9477
|
// lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega.component.mjs
|
|
9526
|
-
import {
|
|
9527
|
-
import { Component as Component60, Input as Input55, ContentChildren as ContentChildren18, Output as Output24, EventEmitter as EventEmitter24, HostBinding as HostBinding91 } from "@angular/core";
|
|
9478
|
+
import { Component as Component60, ContentChildren as ContentChildren18, Output as Output24, EventEmitter as EventEmitter24, HostBinding as HostBinding91 } from "@angular/core";
|
|
9528
9479
|
import { Subject as Subject16, of as of2 } from "rxjs";
|
|
9529
9480
|
import { takeUntil as takeUntil16, mergeWith } from "rxjs/operators";
|
|
9530
|
-
import { coerceBoolean as coerceBoolean11 } from "@eui/base";
|
|
9531
9481
|
import * as i0134 from "@angular/core";
|
|
9532
9482
|
var EclMenuMegaComponent = class _EclMenuMegaComponent extends ECLBaseDirective {
|
|
9533
9483
|
get cssClasses() {
|
|
@@ -9537,7 +9487,6 @@ var EclMenuMegaComponent = class _EclMenuMegaComponent extends ECLBaseDirective
|
|
|
9537
9487
|
super();
|
|
9538
9488
|
this.differs = differs;
|
|
9539
9489
|
this.el = el;
|
|
9540
|
-
this.isRtl = false;
|
|
9541
9490
|
this.isRtlDisplay = false;
|
|
9542
9491
|
this.menuItemSelect = new EventEmitter24();
|
|
9543
9492
|
this.menuMegaItemParentFocus = new EventEmitter24();
|
|
@@ -9642,18 +9591,13 @@ var EclMenuMegaComponent = class _EclMenuMegaComponent extends ECLBaseDirective
|
|
|
9642
9591
|
this.ɵfac = i0134.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0134, type: _EclMenuMegaComponent, deps: [{ token: i0134.IterableDiffers }, { token: i0134.ElementRef }], target: i0134.ɵɵFactoryTarget.Component });
|
|
9643
9592
|
}
|
|
9644
9593
|
static {
|
|
9645
|
-
this.ɵcmp = i0134.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuMegaComponent, selector: "ecl-menu-mega",
|
|
9594
|
+
this.ɵcmp = i0134.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuMegaComponent, selector: "ecl-menu-mega", outputs: { menuItemSelect: "menuItemSelect", menuMegaItemParentFocus: "menuMegaItemParentFocus" }, host: { properties: { "class.ecl-menu__mega--rtl": "this.isRtlDisplay", "style.left.px": "this.offsetLeft", "style.right.px": "this.offsetRight", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclMenuMegaItems", predicate: EclMenuMegaItemComponent }], usesInheritance: true, ngImport: i0134, template: '<ul class="ecl-menu__sublist">\n <ng-content></ng-content>\n</ul>\n' });
|
|
9646
9595
|
}
|
|
9647
9596
|
};
|
|
9648
|
-
__decorate13([
|
|
9649
|
-
coerceBoolean11
|
|
9650
|
-
], EclMenuMegaComponent.prototype, "isRtl", void 0);
|
|
9651
9597
|
i0134.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0134, type: EclMenuMegaComponent, decorators: [{
|
|
9652
9598
|
type: Component60,
|
|
9653
9599
|
args: [{ selector: "ecl-menu-mega", template: '<ul class="ecl-menu__sublist">\n <ng-content></ng-content>\n</ul>\n' }]
|
|
9654
|
-
}], ctorParameters: () => [{ type: i0134.IterableDiffers }, { type: i0134.ElementRef }], propDecorators: {
|
|
9655
|
-
type: Input55
|
|
9656
|
-
}], isRtlDisplay: [{
|
|
9600
|
+
}], ctorParameters: () => [{ type: i0134.IterableDiffers }, { type: i0134.ElementRef }], propDecorators: { isRtlDisplay: [{
|
|
9657
9601
|
type: HostBinding91,
|
|
9658
9602
|
args: ["class.ecl-menu__mega--rtl"]
|
|
9659
9603
|
}], eclMenuMegaItems: [{
|
|
@@ -9675,13 +9619,13 @@ i0134.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
9675
9619
|
}] } });
|
|
9676
9620
|
|
|
9677
9621
|
// lib/components/ecl-menu/ecl-menu/ecl-menu-item.component.mjs
|
|
9678
|
-
import { Component as Component61, ContentChild as ContentChild18, EventEmitter as EventEmitter25, forwardRef as forwardRef37, HostBinding as HostBinding92, HostListener as HostListener12, Input as
|
|
9622
|
+
import { Component as Component61, ContentChild as ContentChild18, EventEmitter as EventEmitter25, forwardRef as forwardRef37, HostBinding as HostBinding92, HostListener as HostListener12, Input as Input55, Output as Output25, ViewChild as ViewChild9, ViewEncapsulation as ViewEncapsulation7 } from "@angular/core";
|
|
9679
9623
|
import { Subject as Subject17 } from "rxjs";
|
|
9680
9624
|
import { takeUntil as takeUntil17 } from "rxjs/operators";
|
|
9681
9625
|
import { Breakpoints as Breakpoints2 } from "@angular/cdk/layout";
|
|
9682
9626
|
import * as i0135 from "@angular/core";
|
|
9683
|
-
import * as
|
|
9684
|
-
import * as
|
|
9627
|
+
import * as i124 from "@angular/cdk/layout";
|
|
9628
|
+
import * as i47 from "@angular/common";
|
|
9685
9629
|
import * as i53 from "@angular/router";
|
|
9686
9630
|
var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective {
|
|
9687
9631
|
get cssClasses() {
|
|
@@ -9953,11 +9897,12 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
|
|
|
9953
9897
|
});
|
|
9954
9898
|
}
|
|
9955
9899
|
static {
|
|
9956
|
-
this.ɵfac = i0135.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0135, type: _EclMenuItemComponent, deps: [{ token: i0135.ElementRef }, { token: i0135.Renderer2 }, { token: i0135.ApplicationRef }, { token:
|
|
9900
|
+
this.ɵfac = i0135.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0135, type: _EclMenuItemComponent, deps: [{ token: i0135.ElementRef }, { token: i0135.Renderer2 }, { token: i0135.ApplicationRef }, { token: i124.BreakpointObserver }], target: i0135.ɵɵFactoryTarget.Component });
|
|
9957
9901
|
}
|
|
9958
9902
|
static {
|
|
9959
9903
|
this.ɵcmp = i0135.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMenuItemComponent, selector: "ecl-menu-item", inputs: { id: "id", label: "label", routerLink: "routerLink", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", href: "href", target: "target", isCurrent: "isCurrent" }, outputs: { menuItemSelect: "menuItemSelect", menuItemCaret: "menuItemCaret", menuItemHover: "menuItemHover", menuItemHoverOut: "menuItemHoverOut", menuMegaItemSelect: "menuMegaItemSelect", menuItemFocus: "menuItemFocus", menuItemKeydown: "menuItemKeydown" }, host: { listeners: { "mouseenter": "onItemMouseEnter($event)", "mouseleave": "onItemMouseLeave($event)" }, properties: { "attr.role": "this.role", "class": "this.cssClasses", "class.ecl-menu__item--has-children": "this.hasEclChildrenDataAttribute", "attr.aria-haspopup": "this.hasEclChildrenDataAttribute", "attr.aria-expanded": "this.isAriaExpanded" } }, queries: [{ propertyName: "submenu", first: true, predicate: i0135.forwardRef(() => EclMenuMegaComponent), descendants: true }], viewQueries: [{ propertyName: "menuLink", first: true, predicate: ["menuLink"], descendants: true }, { propertyName: "menuButton", first: true, predicate: EclButtonComponent, descendants: true }], usesInheritance: true, ngImport: i0135, template: `<a
|
|
9960
9904
|
#menuLink
|
|
9905
|
+
variant="standalone"
|
|
9961
9906
|
*ngIf="href"
|
|
9962
9907
|
[href]="href"
|
|
9963
9908
|
[target]="target"
|
|
@@ -9971,6 +9916,7 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
|
|
|
9971
9916
|
</a>
|
|
9972
9917
|
<a
|
|
9973
9918
|
#menuLink
|
|
9919
|
+
variant="standalone"
|
|
9974
9920
|
*ngIf="!href"
|
|
9975
9921
|
tabindex="0"
|
|
9976
9922
|
[routerLink]="routerLink"
|
|
@@ -9986,8 +9932,9 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
|
|
|
9986
9932
|
</a>
|
|
9987
9933
|
<button
|
|
9988
9934
|
eclButton
|
|
9935
|
+
isIconOnly
|
|
9989
9936
|
*ngIf="hasChildren && isMobileBreakpoint"
|
|
9990
|
-
variant="
|
|
9937
|
+
variant="ghost"
|
|
9991
9938
|
class="ecl-menu__button-caret"
|
|
9992
9939
|
type="button"
|
|
9993
9940
|
aria-label="Access item's children"
|
|
@@ -9997,8 +9944,9 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
|
|
|
9997
9944
|
</button>
|
|
9998
9945
|
<button
|
|
9999
9946
|
eclButton
|
|
9947
|
+
isIconOnly
|
|
10000
9948
|
*ngIf="hasChildren && !isMobileBreakpoint"
|
|
10001
|
-
variant="
|
|
9949
|
+
variant="ghost"
|
|
10002
9950
|
class="ecl-menu__button-caret"
|
|
10003
9951
|
type="button"
|
|
10004
9952
|
aria-label="Access item's children"
|
|
@@ -10011,13 +9959,14 @@ var EclMenuItemComponent = class _EclMenuItemComponent extends ECLBaseDirective
|
|
|
10011
9959
|
<ng-template #content>
|
|
10012
9960
|
<ng-content></ng-content>
|
|
10013
9961
|
</ng-template>
|
|
10014
|
-
`, dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type:
|
|
9962
|
+
`, dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: i47.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i47.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i53.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }], encapsulation: i0135.ViewEncapsulation.None });
|
|
10015
9963
|
}
|
|
10016
9964
|
};
|
|
10017
9965
|
i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0135, type: EclMenuItemComponent, decorators: [{
|
|
10018
9966
|
type: Component61,
|
|
10019
9967
|
args: [{ selector: "ecl-menu-item", encapsulation: ViewEncapsulation7.None, template: `<a
|
|
10020
9968
|
#menuLink
|
|
9969
|
+
variant="standalone"
|
|
10021
9970
|
*ngIf="href"
|
|
10022
9971
|
[href]="href"
|
|
10023
9972
|
[target]="target"
|
|
@@ -10031,6 +9980,7 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10031
9980
|
</a>
|
|
10032
9981
|
<a
|
|
10033
9982
|
#menuLink
|
|
9983
|
+
variant="standalone"
|
|
10034
9984
|
*ngIf="!href"
|
|
10035
9985
|
tabindex="0"
|
|
10036
9986
|
[routerLink]="routerLink"
|
|
@@ -10046,8 +9996,9 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10046
9996
|
</a>
|
|
10047
9997
|
<button
|
|
10048
9998
|
eclButton
|
|
9999
|
+
isIconOnly
|
|
10049
10000
|
*ngIf="hasChildren && isMobileBreakpoint"
|
|
10050
|
-
variant="
|
|
10001
|
+
variant="ghost"
|
|
10051
10002
|
class="ecl-menu__button-caret"
|
|
10052
10003
|
type="button"
|
|
10053
10004
|
aria-label="Access item's children"
|
|
@@ -10057,8 +10008,9 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10057
10008
|
</button>
|
|
10058
10009
|
<button
|
|
10059
10010
|
eclButton
|
|
10011
|
+
isIconOnly
|
|
10060
10012
|
*ngIf="hasChildren && !isMobileBreakpoint"
|
|
10061
|
-
variant="
|
|
10013
|
+
variant="ghost"
|
|
10062
10014
|
class="ecl-menu__button-caret"
|
|
10063
10015
|
type="button"
|
|
10064
10016
|
aria-label="Access item's children"
|
|
@@ -10072,22 +10024,22 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10072
10024
|
<ng-content></ng-content>
|
|
10073
10025
|
</ng-template>
|
|
10074
10026
|
` }]
|
|
10075
|
-
}], ctorParameters: () => [{ type: i0135.ElementRef }, { type: i0135.Renderer2 }, { type: i0135.ApplicationRef }, { type:
|
|
10076
|
-
type:
|
|
10027
|
+
}], ctorParameters: () => [{ type: i0135.ElementRef }, { type: i0135.Renderer2 }, { type: i0135.ApplicationRef }, { type: i124.BreakpointObserver }], propDecorators: { id: [{
|
|
10028
|
+
type: Input55
|
|
10077
10029
|
}], label: [{
|
|
10078
|
-
type:
|
|
10030
|
+
type: Input55
|
|
10079
10031
|
}], routerLink: [{
|
|
10080
|
-
type:
|
|
10032
|
+
type: Input55
|
|
10081
10033
|
}], queryParams: [{
|
|
10082
|
-
type:
|
|
10034
|
+
type: Input55
|
|
10083
10035
|
}], queryParamsHandling: [{
|
|
10084
|
-
type:
|
|
10036
|
+
type: Input55
|
|
10085
10037
|
}], href: [{
|
|
10086
|
-
type:
|
|
10038
|
+
type: Input55
|
|
10087
10039
|
}], target: [{
|
|
10088
|
-
type:
|
|
10040
|
+
type: Input55
|
|
10089
10041
|
}], isCurrent: [{
|
|
10090
|
-
type:
|
|
10042
|
+
type: Input55
|
|
10091
10043
|
}], role: [{
|
|
10092
10044
|
type: HostBinding92,
|
|
10093
10045
|
args: ["attr.role"]
|
|
@@ -10135,16 +10087,14 @@ i0135.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10135
10087
|
}] } });
|
|
10136
10088
|
|
|
10137
10089
|
// lib/components/ecl-menu/ecl-menu/ecl-menu.component.mjs
|
|
10138
|
-
import { __decorate as __decorate14 } from "tslib";
|
|
10139
10090
|
import { Breakpoints as Breakpoints3 } from "@angular/cdk/layout";
|
|
10140
|
-
import { Component as Component62, ContentChildren as ContentChildren19, EventEmitter as EventEmitter26, HostBinding as HostBinding93, HostListener as HostListener13, Input as
|
|
10141
|
-
import { coerceNumber as coerceNumber2 } from "@eui/base";
|
|
10091
|
+
import { Component as Component62, ContentChildren as ContentChildren19, EventEmitter as EventEmitter26, HostBinding as HostBinding93, HostListener as HostListener13, Input as Input56, Output as Output26, ViewChild as ViewChild10, numberAttribute as numberAttribute6 } from "@angular/core";
|
|
10142
10092
|
import Hammer from "hammerjs";
|
|
10143
10093
|
import { Subject as Subject18, of as of3 } from "rxjs";
|
|
10144
10094
|
import { mergeWith as mergeWith2, takeUntil as takeUntil18 } from "rxjs/operators";
|
|
10145
10095
|
import * as i0136 from "@angular/core";
|
|
10146
|
-
import * as
|
|
10147
|
-
import * as
|
|
10096
|
+
import * as i125 from "@angular/cdk/layout";
|
|
10097
|
+
import * as i83 from "@ngx-translate/core";
|
|
10148
10098
|
var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
|
|
10149
10099
|
get cssClasses() {
|
|
10150
10100
|
return [super.getCssClasses("ecl-menu"), "ecl-menu--transition", `ecl-menu--group${this.group}`].join(" ");
|
|
@@ -10634,20 +10584,27 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
|
|
|
10634
10584
|
});
|
|
10635
10585
|
}
|
|
10636
10586
|
static {
|
|
10637
|
-
this.ɵfac = i0136.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0136, type: _EclMenuComponent, deps: [{ token: i0136.ElementRef }, { token: i0136.IterableDiffers }, { token:
|
|
10587
|
+
this.ɵfac = i0136.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0136, type: _EclMenuComponent, deps: [{ token: i0136.ElementRef }, { token: i0136.IterableDiffers }, { token: i125.BreakpointObserver }, { token: i0136.Renderer2 }, { token: EclRtlService }], target: i0136.ɵɵFactoryTarget.Component });
|
|
10638
10588
|
}
|
|
10639
10589
|
static {
|
|
10640
|
-
this.ɵcmp = i0136.ɵɵngDeclareComponent({ minVersion: "
|
|
10590
|
+
this.ɵcmp = i0136.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclMenuComponent, selector: "ecl-menu", inputs: { group: "group", maxLines: ["maxLines", "maxLines", numberAttribute6] }, outputs: { menuItemSelect: "menuItemSelect" }, host: { listeners: { "keydown": "keyEvent($event)", "window:resize": "onResize()" }, properties: { "class": "this.cssClasses", "attr.aria-expanded": "this.isHamburgerMenuOpened", "attr.role": "this.role", "class.ecl-menu--forced-mobile": "this.isMobileBreakpoint", "class.ecl-menu--forced-close": "this.isMenuHidden" } }, queries: [{ propertyName: "eclRootMenuItems", predicate: EclMenuItemComponent }], viewQueries: [{ propertyName: "innerSection", first: true, predicate: ["innerSection"], descendants: true }, { propertyName: "itemsList", first: true, predicate: ["itemsList"], descendants: true }, { propertyName: "btnPrevious", first: true, predicate: ["btnPrevious"], descendants: true }, { propertyName: "btnNext", first: true, predicate: ["btnNext"], descendants: true }], usesInheritance: true, ngImport: i0136, template: `<div class="ecl-menu__overlay" (click)="onOverlayClick()"></div>
|
|
10641
10591
|
<div class="ecl-container ecl-menu__container">
|
|
10642
|
-
<a eclLink href="#" variant="standalone" class="ecl-menu__open
|
|
10643
|
-
|
|
10592
|
+
<a eclLink href="#" variant="standalone" isIconOnly class="ecl-menu__open ecl-button ecl-button--tertiary"
|
|
10593
|
+
(click)="onMenuOpenClick($event)">
|
|
10594
|
+
<ecl-icon icon="hamburger" size="m"></ecl-icon>
|
|
10595
|
+
<ecl-icon icon="close" size="m"></ecl-icon>
|
|
10596
|
+
@if (isHamburgerMenuOpened) {
|
|
10597
|
+
<span eclLinkLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
|
|
10598
|
+
} @else {
|
|
10599
|
+
<span eclLinkLabel>{{ 'ecl.menu.MENU' | translate }}</span>
|
|
10600
|
+
}
|
|
10644
10601
|
</a>
|
|
10645
10602
|
|
|
10646
10603
|
<section
|
|
10647
10604
|
class="ecl-menu__inner"
|
|
10648
10605
|
#innerSection
|
|
10649
10606
|
[class.ecl-menu__inner--expanded]="isMenuExpandedInMobile"
|
|
10650
|
-
[class.ecl-menu__inner--has-overflow]="hasOverflow">
|
|
10607
|
+
[class.ecl-menu__inner--has-overflow]="hasOverflow" role="application">
|
|
10651
10608
|
<header class="ecl-menu__inner-header">
|
|
10652
10609
|
<button
|
|
10653
10610
|
eclButton
|
|
@@ -10655,8 +10612,8 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
|
|
|
10655
10612
|
class="ecl-menu__close"
|
|
10656
10613
|
containerStyleClass="ecl-menu__close-container"
|
|
10657
10614
|
(click)="onMenuCloseClick($event)">
|
|
10658
|
-
<ecl-icon icon="close-filled" size="s"></ecl-icon>
|
|
10659
10615
|
<span eclButtonLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
|
|
10616
|
+
<ecl-icon icon="close-filled" size="s"></ecl-icon>
|
|
10660
10617
|
</button>
|
|
10661
10618
|
|
|
10662
10619
|
<div class="ecl-menu__title">{{ 'ecl.menu.MENU' | translate }}</div>
|
|
@@ -10671,6 +10628,7 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
|
|
|
10671
10628
|
#btnPrevious
|
|
10672
10629
|
tabindex="-1"
|
|
10673
10630
|
variant="ghost"
|
|
10631
|
+
isIconOnly
|
|
10674
10632
|
class="ecl-menu__item ecl-menu__items-previous"
|
|
10675
10633
|
[class.ecl-menu__item--current]="isPrevBtnCurrentClass"
|
|
10676
10634
|
[style.display]="isShowPrevBtn ? 'block' : 'none'"
|
|
@@ -10683,6 +10641,7 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
|
|
|
10683
10641
|
#btnNext
|
|
10684
10642
|
variant="ghost"
|
|
10685
10643
|
tabindex="-1"
|
|
10644
|
+
isIconOnly
|
|
10686
10645
|
class="ecl-menu__item ecl-menu__items-next"
|
|
10687
10646
|
[class.ecl-menu__item--current]="!isPrevBtnCurrentClass"
|
|
10688
10647
|
[style.display]="isShowNextBtn ? 'block' : 'none'"
|
|
@@ -10695,25 +10654,29 @@ var EclMenuComponent = class _EclMenuComponent extends ECLBaseDirective {
|
|
|
10695
10654
|
</ul>
|
|
10696
10655
|
</section>
|
|
10697
10656
|
</div>
|
|
10698
|
-
`, 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", "
|
|
10657
|
+
`, styles: [":host{display:block}\n"], dependencies: [{ kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i83.TranslatePipe, name: "translate" }] });
|
|
10699
10658
|
}
|
|
10700
10659
|
};
|
|
10701
|
-
__decorate14([
|
|
10702
|
-
coerceNumber2
|
|
10703
|
-
], EclMenuComponent.prototype, "maxLines", void 0);
|
|
10704
10660
|
i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0136, type: EclMenuComponent, decorators: [{
|
|
10705
10661
|
type: Component62,
|
|
10706
10662
|
args: [{ selector: "ecl-menu", template: `<div class="ecl-menu__overlay" (click)="onOverlayClick()"></div>
|
|
10707
10663
|
<div class="ecl-container ecl-menu__container">
|
|
10708
|
-
<a eclLink href="#" variant="standalone" class="ecl-menu__open
|
|
10709
|
-
|
|
10664
|
+
<a eclLink href="#" variant="standalone" isIconOnly class="ecl-menu__open ecl-button ecl-button--tertiary"
|
|
10665
|
+
(click)="onMenuOpenClick($event)">
|
|
10666
|
+
<ecl-icon icon="hamburger" size="m"></ecl-icon>
|
|
10667
|
+
<ecl-icon icon="close" size="m"></ecl-icon>
|
|
10668
|
+
@if (isHamburgerMenuOpened) {
|
|
10669
|
+
<span eclLinkLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
|
|
10670
|
+
} @else {
|
|
10671
|
+
<span eclLinkLabel>{{ 'ecl.menu.MENU' | translate }}</span>
|
|
10672
|
+
}
|
|
10710
10673
|
</a>
|
|
10711
10674
|
|
|
10712
10675
|
<section
|
|
10713
10676
|
class="ecl-menu__inner"
|
|
10714
10677
|
#innerSection
|
|
10715
10678
|
[class.ecl-menu__inner--expanded]="isMenuExpandedInMobile"
|
|
10716
|
-
[class.ecl-menu__inner--has-overflow]="hasOverflow">
|
|
10679
|
+
[class.ecl-menu__inner--has-overflow]="hasOverflow" role="application">
|
|
10717
10680
|
<header class="ecl-menu__inner-header">
|
|
10718
10681
|
<button
|
|
10719
10682
|
eclButton
|
|
@@ -10721,8 +10684,8 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10721
10684
|
class="ecl-menu__close"
|
|
10722
10685
|
containerStyleClass="ecl-menu__close-container"
|
|
10723
10686
|
(click)="onMenuCloseClick($event)">
|
|
10724
|
-
<ecl-icon icon="close-filled" size="s"></ecl-icon>
|
|
10725
10687
|
<span eclButtonLabel>{{ 'ecl.common.CLOSE' | translate }}</span>
|
|
10688
|
+
<ecl-icon icon="close-filled" size="s"></ecl-icon>
|
|
10726
10689
|
</button>
|
|
10727
10690
|
|
|
10728
10691
|
<div class="ecl-menu__title">{{ 'ecl.menu.MENU' | translate }}</div>
|
|
@@ -10737,6 +10700,7 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10737
10700
|
#btnPrevious
|
|
10738
10701
|
tabindex="-1"
|
|
10739
10702
|
variant="ghost"
|
|
10703
|
+
isIconOnly
|
|
10740
10704
|
class="ecl-menu__item ecl-menu__items-previous"
|
|
10741
10705
|
[class.ecl-menu__item--current]="isPrevBtnCurrentClass"
|
|
10742
10706
|
[style.display]="isShowPrevBtn ? 'block' : 'none'"
|
|
@@ -10749,6 +10713,7 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10749
10713
|
#btnNext
|
|
10750
10714
|
variant="ghost"
|
|
10751
10715
|
tabindex="-1"
|
|
10716
|
+
isIconOnly
|
|
10752
10717
|
class="ecl-menu__item ecl-menu__items-next"
|
|
10753
10718
|
[class.ecl-menu__item--current]="!isPrevBtnCurrentClass"
|
|
10754
10719
|
[style.display]="isShowNextBtn ? 'block' : 'none'"
|
|
@@ -10762,10 +10727,11 @@ i0136.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10762
10727
|
</section>
|
|
10763
10728
|
</div>
|
|
10764
10729
|
`, styles: [":host{display:block}\n"] }]
|
|
10765
|
-
}], ctorParameters: () => [{ type: i0136.ElementRef }, { type: i0136.IterableDiffers }, { type:
|
|
10766
|
-
type:
|
|
10730
|
+
}], ctorParameters: () => [{ type: i0136.ElementRef }, { type: i0136.IterableDiffers }, { type: i125.BreakpointObserver }, { type: i0136.Renderer2 }, { type: EclRtlService }], propDecorators: { group: [{
|
|
10731
|
+
type: Input56
|
|
10767
10732
|
}], maxLines: [{
|
|
10768
|
-
type:
|
|
10733
|
+
type: Input56,
|
|
10734
|
+
args: [{ transform: numberAttribute6 }]
|
|
10769
10735
|
}], eclRootMenuItems: [{
|
|
10770
10736
|
type: ContentChildren19,
|
|
10771
10737
|
args: [EclMenuItemComponent]
|
|
@@ -10859,7 +10825,7 @@ i0137.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10859
10825
|
}] });
|
|
10860
10826
|
|
|
10861
10827
|
// lib/components/ecl-modal/ecl-modal-close.directive.mjs
|
|
10862
|
-
import { Directive as Directive36, EventEmitter as EventEmitter27, HostListener as HostListener14, Input as
|
|
10828
|
+
import { Directive as Directive36, EventEmitter as EventEmitter27, HostListener as HostListener14, Input as Input57, Output as Output27 } from "@angular/core";
|
|
10863
10829
|
import * as i0138 from "@angular/core";
|
|
10864
10830
|
var EclModalCloseDirective = class _EclModalCloseDirective extends ECLBaseDirective {
|
|
10865
10831
|
constructor() {
|
|
@@ -10882,10 +10848,10 @@ i0138.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10882
10848
|
selector: "[eclModalClose]"
|
|
10883
10849
|
}]
|
|
10884
10850
|
}], propDecorators: { eclModalResult: [{
|
|
10885
|
-
type:
|
|
10851
|
+
type: Input57,
|
|
10886
10852
|
args: ["eclModalClose"]
|
|
10887
10853
|
}], eclModalRole: [{
|
|
10888
|
-
type:
|
|
10854
|
+
type: Input57
|
|
10889
10855
|
}], modalClose: [{
|
|
10890
10856
|
type: Output27
|
|
10891
10857
|
}], onClick: [{
|
|
@@ -10894,7 +10860,7 @@ i0138.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10894
10860
|
}] } });
|
|
10895
10861
|
|
|
10896
10862
|
// lib/components/ecl-modal/ecl-modal-header.component.mjs
|
|
10897
|
-
import { Component as Component63, EventEmitter as EventEmitter28, HostBinding as HostBinding94, Input as
|
|
10863
|
+
import { Component as Component63, EventEmitter as EventEmitter28, HostBinding as HostBinding94, Input as Input58, Output as Output28 } from "@angular/core";
|
|
10898
10864
|
import * as i0139 from "@angular/core";
|
|
10899
10865
|
var EclModalHeaderComponent = class _EclModalHeaderComponent extends ECLBaseDirective {
|
|
10900
10866
|
get cssClasses() {
|
|
@@ -10940,7 +10906,7 @@ i0139.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10940
10906
|
type: Component63,
|
|
10941
10907
|
args: [{ selector: "[eclModalHeader]", template: '@if(getIcon()) {\n <ecl-icon [icon]="getIcon()" size="l" class="ecl-modal__icon"> </ecl-icon>\n}\n<div class="ecl-modal__header-content">\n <ng-content></ng-content>\n</div>\n<button eclButton variant="tertiary" isIconOnly class="ecl-modal__close" type="button" (click)="onCloseClick()">\n <span eclButtonLabel>Close</span>\n <ecl-icon [icon]="getCloseIcon()" size="m"></ecl-icon>\n</button>\n' }]
|
|
10942
10908
|
}], ctorParameters: () => [{ type: EclThemeService }], propDecorators: { variant: [{
|
|
10943
|
-
type:
|
|
10909
|
+
type: Input58
|
|
10944
10910
|
}], modalClose: [{
|
|
10945
10911
|
type: Output28
|
|
10946
10912
|
}], cssClasses: [{
|
|
@@ -10950,7 +10916,7 @@ i0139.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
10950
10916
|
|
|
10951
10917
|
// lib/components/ecl-modal/ecl-modal.component.mjs
|
|
10952
10918
|
import { coerceBooleanProperty } from "@angular/cdk/coercion";
|
|
10953
|
-
import { Component as Component64, ContentChild as ContentChild19, ContentChildren as ContentChildren20, EventEmitter as EventEmitter29, forwardRef as forwardRef39, HostBinding as HostBinding95, HostListener as HostListener15, Input as
|
|
10919
|
+
import { Component as Component64, ContentChild as ContentChild19, ContentChildren as ContentChildren20, EventEmitter as EventEmitter29, forwardRef as forwardRef39, HostBinding as HostBinding95, HostListener as HostListener15, Input as Input59, Output as Output29 } from "@angular/core";
|
|
10954
10920
|
import { Subject as Subject19, takeUntil as takeUntil19 } from "rxjs";
|
|
10955
10921
|
import * as i0140 from "@angular/core";
|
|
10956
10922
|
var EclModalOpenEvent = class extends EclBaseEvent {
|
|
@@ -11041,9 +11007,9 @@ i0140.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11041
11007
|
type: Component64,
|
|
11042
11008
|
args: [{ selector: "dialog[eclModal]", template: '<div class="ecl-modal__container ecl-container">\n <div class="ecl-modal__content ecl-col-12 ecl-col-m-8 ecl-offset-m-2 ecl-col-l-6 ecl-offset-l-3">\n <ng-content></ng-content>\n </div>\n</div>\n' }]
|
|
11043
11009
|
}], propDecorators: { variant: [{
|
|
11044
|
-
type:
|
|
11010
|
+
type: Input59
|
|
11045
11011
|
}], isOpen: [{
|
|
11046
|
-
type:
|
|
11012
|
+
type: Input59
|
|
11047
11013
|
}], modalClose: [{
|
|
11048
11014
|
type: Output29
|
|
11049
11015
|
}], modalOpen: [{
|
|
@@ -11066,9 +11032,9 @@ i0140.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11066
11032
|
}] } });
|
|
11067
11033
|
|
|
11068
11034
|
// lib/components/ecl-modal/ecl-modal-body.component.mjs
|
|
11069
|
-
import { Component as Component65, HostBinding as HostBinding96, Input as
|
|
11035
|
+
import { Component as Component65, HostBinding as HostBinding96, Input as Input60, booleanAttribute as booleanAttribute22 } from "@angular/core";
|
|
11070
11036
|
import * as i0141 from "@angular/core";
|
|
11071
|
-
import * as
|
|
11037
|
+
import * as i126 from "@angular/common";
|
|
11072
11038
|
var EclModalBodyComponent = class _EclModalBodyComponent extends ECLBaseDirective {
|
|
11073
11039
|
constructor() {
|
|
11074
11040
|
super(...arguments);
|
|
@@ -11084,15 +11050,15 @@ var EclModalBodyComponent = class _EclModalBodyComponent extends ECLBaseDirectiv
|
|
|
11084
11050
|
this.ɵfac = i0141.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0141, type: _EclModalBodyComponent, deps: null, target: i0141.ɵɵFactoryTarget.Component });
|
|
11085
11051
|
}
|
|
11086
11052
|
static {
|
|
11087
|
-
this.ɵcmp = i0141.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclModalBodyComponent, selector: "[eclModalBody]", inputs: { isScrollable: ["isScrollable", "isScrollable",
|
|
11053
|
+
this.ɵcmp = i0141.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclModalBodyComponent, selector: "[eclModalBody]", inputs: { isScrollable: ["isScrollable", "isScrollable", booleanAttribute22] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0141, template: '@if (isScrollable) {\n<div class="ecl-modal__body-scroll">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</div>\n<div class="ecl-modal__body-overflow" aria-hidden="true"></div>\n<ng-content select="[eclModalBodyFixedContent]"></ng-content>\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i126.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
11088
11054
|
}
|
|
11089
11055
|
};
|
|
11090
11056
|
i0141.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0141, type: EclModalBodyComponent, decorators: [{
|
|
11091
11057
|
type: Component65,
|
|
11092
11058
|
args: [{ selector: "[eclModalBody]", template: '@if (isScrollable) {\n<div class="ecl-modal__body-scroll">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</div>\n<div class="ecl-modal__body-overflow" aria-hidden="true"></div>\n<ng-content select="[eclModalBodyFixedContent]"></ng-content>\n} @else {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>' }]
|
|
11093
11059
|
}], propDecorators: { isScrollable: [{
|
|
11094
|
-
type:
|
|
11095
|
-
args: [{ transform:
|
|
11060
|
+
type: Input60,
|
|
11061
|
+
args: [{ transform: booleanAttribute22 }]
|
|
11096
11062
|
}], cssClasses: [{
|
|
11097
11063
|
type: HostBinding96,
|
|
11098
11064
|
args: ["class"]
|
|
@@ -11133,7 +11099,7 @@ i0142.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11133
11099
|
}] } });
|
|
11134
11100
|
|
|
11135
11101
|
// lib/components/ecl-modal/ecl-modal-trigger.directive.mjs
|
|
11136
|
-
import { Directive as Directive37, HostListener as HostListener16, Input as
|
|
11102
|
+
import { Directive as Directive37, HostListener as HostListener16, Input as Input61 } from "@angular/core";
|
|
11137
11103
|
import * as i0143 from "@angular/core";
|
|
11138
11104
|
var EclModalTriggerDirective = class _EclModalTriggerDirective extends ECLBaseDirective {
|
|
11139
11105
|
onClick(evt) {
|
|
@@ -11152,7 +11118,7 @@ i0143.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11152
11118
|
selector: "[eclModalTriggerFor]"
|
|
11153
11119
|
}]
|
|
11154
11120
|
}], propDecorators: { eclModalTriggerFor: [{
|
|
11155
|
-
type:
|
|
11121
|
+
type: Input61
|
|
11156
11122
|
}], onClick: [{
|
|
11157
11123
|
type: HostListener16,
|
|
11158
11124
|
args: ["click", ["$event"]]
|
|
@@ -11272,9 +11238,9 @@ i0146.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11272
11238
|
}] });
|
|
11273
11239
|
|
|
11274
11240
|
// lib/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.mjs
|
|
11275
|
-
import { __decorate as
|
|
11276
|
-
import { Component as Component67, EventEmitter as EventEmitter30, HostBinding as HostBinding99, Input as
|
|
11277
|
-
import { coerceBoolean as
|
|
11241
|
+
import { __decorate as __decorate10 } from "tslib";
|
|
11242
|
+
import { Component as Component67, EventEmitter as EventEmitter30, HostBinding as HostBinding99, Input as Input62, Output as Output30, ViewChild as ViewChild11 } from "@angular/core";
|
|
11243
|
+
import { coerceBoolean as coerceBoolean8 } from "@eui/base";
|
|
11278
11244
|
import { Subject as Subject20 } from "rxjs";
|
|
11279
11245
|
import { v4 as uuidgen3 } from "uuid";
|
|
11280
11246
|
import * as i0147 from "@angular/core";
|
|
@@ -11363,8 +11329,8 @@ var EclMultiselectOptionComponent = class _EclMultiselectOptionComponent extends
|
|
|
11363
11329
|
this.ɵcmp = i0147.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMultiselectOptionComponent, selector: "div[eclMultiselectOption]", inputs: { value: "value", label: "label", disabled: "disabled", isChecked: "isChecked" }, outputs: { optionClick: "optionClick", optionKeydown: "optionKeydown" }, host: { properties: { "class.ecl-checkbox--disabled": "this.disabled", "attr.disabled": "this.disabled", "style.display": "this.display", "class": "this.cssClasses" } }, viewQueries: [{ propertyName: "eclCheckboxInput", first: true, predicate: ["checkboxInput"], descendants: true }], usesInheritance: true, usesOnChanges: true, hostDirectives: [{ directive: EclCheckboxDirective }], ngImport: i0147, template: '<input\n eclCheckboxInput\n type="checkbox"\n [id]="id"\n [value]="value"\n (click)="onOptionClick()"\n (keydown)="onOptionKeydown($event)"\n [checked]="isChecked"\n [disabled]="disabled"\n #checkboxInput />\n<label [for]="id" eclCheckboxLabel><span [innerHTML]="label | boldText: keyword"></span></label>\n', dependencies: [{ kind: "component", type: EclCheckboxLabelComponent, selector: "label[eclCheckboxLabel]", inputs: ["isInvalid", "isDisabled"] }, { kind: "directive", type: EclCheckboxInputDirective, selector: "input[eclCheckboxInput]" }, { kind: "pipe", type: BoldTextPipe, name: "boldText" }] });
|
|
11364
11330
|
}
|
|
11365
11331
|
};
|
|
11366
|
-
|
|
11367
|
-
|
|
11332
|
+
__decorate10([
|
|
11333
|
+
coerceBoolean8
|
|
11368
11334
|
], EclMultiselectOptionComponent.prototype, "disabled", void 0);
|
|
11369
11335
|
i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0147, type: EclMultiselectOptionComponent, decorators: [{
|
|
11370
11336
|
type: Component67,
|
|
@@ -11375,14 +11341,14 @@ i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11375
11341
|
args: ["checkboxInput"]
|
|
11376
11342
|
}],
|
|
11377
11343
|
value: [{
|
|
11378
|
-
type:
|
|
11344
|
+
type: Input62
|
|
11379
11345
|
}],
|
|
11380
11346
|
label: [{
|
|
11381
|
-
type:
|
|
11347
|
+
type: Input62
|
|
11382
11348
|
}],
|
|
11383
11349
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
11384
11350
|
disabled: [{
|
|
11385
|
-
type:
|
|
11351
|
+
type: Input62
|
|
11386
11352
|
}, {
|
|
11387
11353
|
type: HostBinding99,
|
|
11388
11354
|
args: ["class.ecl-checkbox--disabled"]
|
|
@@ -11405,14 +11371,14 @@ i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11405
11371
|
args: ["class"]
|
|
11406
11372
|
}],
|
|
11407
11373
|
isChecked: [{
|
|
11408
|
-
type:
|
|
11374
|
+
type: Input62
|
|
11409
11375
|
}]
|
|
11410
11376
|
} });
|
|
11411
11377
|
|
|
11412
11378
|
// lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.mjs
|
|
11413
|
-
import { __decorate as
|
|
11414
|
-
import { Component as Component68, EventEmitter as EventEmitter31, HostBinding as HostBinding100, Input as
|
|
11415
|
-
import { coerceBoolean as
|
|
11379
|
+
import { __decorate as __decorate11 } from "tslib";
|
|
11380
|
+
import { Component as Component68, EventEmitter as EventEmitter31, HostBinding as HostBinding100, Input as Input63, Output as Output31, ViewChild as ViewChild12 } from "@angular/core";
|
|
11381
|
+
import { coerceBoolean as coerceBoolean9 } from "@eui/base";
|
|
11416
11382
|
import * as i0148 from "@angular/core";
|
|
11417
11383
|
var EclMultiselectMainInputClickEvent = class {
|
|
11418
11384
|
constructor(event) {
|
|
@@ -11469,26 +11435,26 @@ var EclMultiselectInputComponent = class _EclMultiselectInputComponent extends E
|
|
|
11469
11435
|
this.ɵcmp = i0148.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclMultiselectInputComponent, selector: "div[eclMultiselectInput]", inputs: { eclSize: "eclSize", toggleId: "toggleId", isDisabled: "isDisabled", isInvalid: "isInvalid", inputPlaceholder: "inputPlaceholder", selectedItems: "selectedItems", isDropdownExpanded: "isDropdownExpanded", ariaControls: "ariaControls", ariaDescribedby: "ariaDescribedby", ariaLabeledby: "ariaLabeledby" }, outputs: { mainInputClick: "mainInputClick", mainInputKeydown: "mainInputKeydown" }, host: { properties: { "class.ecl-select__container--disabled": "this.isDisabled", "class.ecl-select__container--invalid": "this.isInvalid", "class": "this.cssClasses" } }, viewQueries: [{ propertyName: "inputMultiselect", first: true, predicate: ["inputMultiselect"], descendants: true }], usesInheritance: true, ngImport: i0148, template: '<div [class.ecl-select-multiple-selections-counter--visible]="isShowCounter" class="ecl-select-multiple-selections-counter">\n <span>{{ selectedItemsCount }}</span>\n</div>\n<button\n class="ecl-select ecl-select__multiple-toggle"\n #inputMultiselect\n type="button"\n [id]="toggleId"\n [attr.aria-expanded]="isDropdownExpanded"\n [attr.aria-controls]="ariaControls"\n [attr.disabled]="isDisabled ? true : undefined"\n [attr.aria-labelledby]="ariaLabeledby"\n [attr.aria-describedby]="ariaDescribedby"\n (keydown)="onKeydown($event)"\n (click)="onClick($event)"> {{ buttonText }}\n</button>\n<div class="ecl-select__icon">\n <ecl-icon icon="corner-arrow" size="s" class="ecl-select__icon-shape" transform="rotate-180"></ecl-icon>\n</div>\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
|
|
11470
11436
|
}
|
|
11471
11437
|
};
|
|
11472
|
-
|
|
11473
|
-
|
|
11438
|
+
__decorate11([
|
|
11439
|
+
coerceBoolean9
|
|
11474
11440
|
], EclMultiselectInputComponent.prototype, "isDisabled", void 0);
|
|
11475
|
-
|
|
11476
|
-
|
|
11441
|
+
__decorate11([
|
|
11442
|
+
coerceBoolean9
|
|
11477
11443
|
], EclMultiselectInputComponent.prototype, "isInvalid", void 0);
|
|
11478
11444
|
i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0148, type: EclMultiselectInputComponent, decorators: [{
|
|
11479
11445
|
type: Component68,
|
|
11480
11446
|
args: [{ selector: "div[eclMultiselectInput]", template: '<div [class.ecl-select-multiple-selections-counter--visible]="isShowCounter" class="ecl-select-multiple-selections-counter">\n <span>{{ selectedItemsCount }}</span>\n</div>\n<button\n class="ecl-select ecl-select__multiple-toggle"\n #inputMultiselect\n type="button"\n [id]="toggleId"\n [attr.aria-expanded]="isDropdownExpanded"\n [attr.aria-controls]="ariaControls"\n [attr.disabled]="isDisabled ? true : undefined"\n [attr.aria-labelledby]="ariaLabeledby"\n [attr.aria-describedby]="ariaDescribedby"\n (keydown)="onKeydown($event)"\n (click)="onClick($event)"> {{ buttonText }}\n</button>\n<div class="ecl-select__icon">\n <ecl-icon icon="corner-arrow" size="s" class="ecl-select__icon-shape" transform="rotate-180"></ecl-icon>\n</div>\n' }]
|
|
11481
11447
|
}], ctorParameters: () => [], propDecorators: { eclSize: [{
|
|
11482
|
-
type:
|
|
11448
|
+
type: Input63
|
|
11483
11449
|
}], toggleId: [{
|
|
11484
|
-
type:
|
|
11450
|
+
type: Input63
|
|
11485
11451
|
}], isDisabled: [{
|
|
11486
|
-
type:
|
|
11452
|
+
type: Input63
|
|
11487
11453
|
}, {
|
|
11488
11454
|
type: HostBinding100,
|
|
11489
11455
|
args: ["class.ecl-select__container--disabled"]
|
|
11490
11456
|
}], isInvalid: [{
|
|
11491
|
-
type:
|
|
11457
|
+
type: Input63
|
|
11492
11458
|
}, {
|
|
11493
11459
|
type: HostBinding100,
|
|
11494
11460
|
args: ["class.ecl-select__container--invalid"]
|
|
@@ -11496,17 +11462,17 @@ i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11496
11462
|
type: HostBinding100,
|
|
11497
11463
|
args: ["class"]
|
|
11498
11464
|
}], inputPlaceholder: [{
|
|
11499
|
-
type:
|
|
11465
|
+
type: Input63
|
|
11500
11466
|
}], selectedItems: [{
|
|
11501
|
-
type:
|
|
11467
|
+
type: Input63
|
|
11502
11468
|
}], isDropdownExpanded: [{
|
|
11503
|
-
type:
|
|
11469
|
+
type: Input63
|
|
11504
11470
|
}], ariaControls: [{
|
|
11505
|
-
type:
|
|
11471
|
+
type: Input63
|
|
11506
11472
|
}], ariaDescribedby: [{
|
|
11507
|
-
type:
|
|
11473
|
+
type: Input63
|
|
11508
11474
|
}], ariaLabeledby: [{
|
|
11509
|
-
type:
|
|
11475
|
+
type: Input63
|
|
11510
11476
|
}], inputMultiselect: [{
|
|
11511
11477
|
type: ViewChild12,
|
|
11512
11478
|
args: ["inputMultiselect"]
|
|
@@ -11517,7 +11483,7 @@ i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11517
11483
|
}] } });
|
|
11518
11484
|
|
|
11519
11485
|
// lib/components/ecl-multiselect/ecl-multiselect-optgroup/ecl-multiselect-optgroup.component.mjs
|
|
11520
|
-
import { Component as Component69, HostBinding as HostBinding101, Input as
|
|
11486
|
+
import { Component as Component69, HostBinding as HostBinding101, Input as Input64 } from "@angular/core";
|
|
11521
11487
|
import * as i0149 from "@angular/core";
|
|
11522
11488
|
var EclMultiselectOptionClickEvent2 = class {
|
|
11523
11489
|
constructor(multiselectOption) {
|
|
@@ -11545,21 +11511,21 @@ i0149.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
11545
11511
|
type: Component69,
|
|
11546
11512
|
args: [{ selector: "fieldset[eclMultiselectOptgroup]", template: '<legend class="ecl-select__multiple-group__title">{{ label }}</legend>\n<ng-content></ng-content>\n' }]
|
|
11547
11513
|
}], propDecorators: { label: [{
|
|
11548
|
-
type:
|
|
11514
|
+
type: Input64
|
|
11549
11515
|
}], cssClasses: [{
|
|
11550
11516
|
type: HostBinding101,
|
|
11551
11517
|
args: ["class"]
|
|
11552
11518
|
}] } });
|
|
11553
11519
|
|
|
11554
11520
|
// lib/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.mjs
|
|
11555
|
-
import { __decorate as
|
|
11556
|
-
import { Component as Component70, ElementRef as ElementRef24, EventEmitter as EventEmitter32, forwardRef as forwardRef43, HostBinding as HostBinding102, HostListener as HostListener17, Input as
|
|
11521
|
+
import { __decorate as __decorate12 } from "tslib";
|
|
11522
|
+
import { Component as Component70, ElementRef as ElementRef24, EventEmitter as EventEmitter32, forwardRef as forwardRef43, HostBinding as HostBinding102, HostListener as HostListener17, Input as Input65, Output as Output32, ViewChild as ViewChild13, ViewChildren as ViewChildren2 } from "@angular/core";
|
|
11557
11523
|
import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR4 } from "@angular/forms";
|
|
11558
|
-
import { coerceBoolean as
|
|
11524
|
+
import { coerceBoolean as coerceBoolean10 } from "@eui/base";
|
|
11559
11525
|
import { Subject as Subject21 } from "rxjs";
|
|
11560
11526
|
import { v4 as uuidgen4 } from "uuid";
|
|
11561
11527
|
import * as i0150 from "@angular/core";
|
|
11562
|
-
import * as
|
|
11528
|
+
import * as i127 from "@angular/common";
|
|
11563
11529
|
import * as i9 from "@ngx-translate/core";
|
|
11564
11530
|
var EclMultiselectDropdownComponent = class _EclMultiselectDropdownComponent extends ECLBaseDirective {
|
|
11565
11531
|
get isInvalid() {
|
|
@@ -12026,14 +11992,14 @@ var EclMultiselectDropdownComponent = class _EclMultiselectDropdownComponent ext
|
|
|
12026
11992
|
</button>
|
|
12027
11993
|
</div>
|
|
12028
11994
|
</div>
|
|
12029
|
-
`, dependencies: [{ kind: "directive", type:
|
|
11995
|
+
`, dependencies: [{ kind: "directive", type: i127.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i127.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EclCheckboxDirective, selector: "[eclCheckbox]", inputs: ["isDisabled", "isInvalid"] }, { kind: "component", type: EclCheckboxLabelComponent, selector: "label[eclCheckboxLabel]", inputs: ["isInvalid", "isDisabled"] }, { kind: "directive", type: EclCheckboxInputDirective, selector: "input[eclCheckboxInput]" }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "component", type: EclMultiselectOptionComponent, selector: "div[eclMultiselectOption]", inputs: ["value", "label", "disabled", "isChecked"], outputs: ["optionClick", "optionKeydown"] }, { kind: "component", type: EclMultiselectInputComponent, selector: "div[eclMultiselectInput]", inputs: ["eclSize", "toggleId", "isDisabled", "isInvalid", "inputPlaceholder", "selectedItems", "isDropdownExpanded", "ariaControls", "ariaDescribedby", "ariaLabeledby"], outputs: ["mainInputClick", "mainInputKeydown"] }, { kind: "component", type: EclMultiselectOptgroupComponent, selector: "fieldset[eclMultiselectOptgroup]", inputs: ["label"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }] });
|
|
12030
11996
|
}
|
|
12031
11997
|
};
|
|
12032
|
-
|
|
12033
|
-
|
|
11998
|
+
__decorate12([
|
|
11999
|
+
coerceBoolean10
|
|
12034
12000
|
], EclMultiselectDropdownComponent.prototype, "isInvalid", null);
|
|
12035
|
-
|
|
12036
|
-
|
|
12001
|
+
__decorate12([
|
|
12002
|
+
coerceBoolean10
|
|
12037
12003
|
], EclMultiselectDropdownComponent.prototype, "disabled", null);
|
|
12038
12004
|
i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0150, type: EclMultiselectDropdownComponent, decorators: [{
|
|
12039
12005
|
type: Component70,
|
|
@@ -12148,18 +12114,18 @@ i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12148
12114
|
}], eclChange: [{
|
|
12149
12115
|
type: Output32
|
|
12150
12116
|
}], isInvalid: [{
|
|
12151
|
-
type:
|
|
12117
|
+
type: Input65
|
|
12152
12118
|
}], cssClasses: [{
|
|
12153
12119
|
type: HostBinding102,
|
|
12154
12120
|
args: ["class"]
|
|
12155
12121
|
}], mainInputPlaceholder: [{
|
|
12156
|
-
type:
|
|
12122
|
+
type: Input65
|
|
12157
12123
|
}], searchFieldPlaceholder: [{
|
|
12158
|
-
type:
|
|
12124
|
+
type: Input65
|
|
12159
12125
|
}], eclSize: [{
|
|
12160
|
-
type:
|
|
12126
|
+
type: Input65
|
|
12161
12127
|
}], disabled: [{
|
|
12162
|
-
type:
|
|
12128
|
+
type: Input65
|
|
12163
12129
|
}, {
|
|
12164
12130
|
type: HostBinding102,
|
|
12165
12131
|
args: ["attr.disabled"]
|
|
@@ -12173,7 +12139,7 @@ i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12173
12139
|
|
|
12174
12140
|
// lib/components/ecl-multiselect/ecl-multiselect-option.directive.mjs
|
|
12175
12141
|
import { coerceBooleanProperty as coerceBooleanProperty2 } from "@angular/cdk/coercion";
|
|
12176
|
-
import { ContentChildren as ContentChildren22, Directive as Directive39, HostBinding as HostBinding103, Input as
|
|
12142
|
+
import { ContentChildren as ContentChildren22, Directive as Directive39, HostBinding as HostBinding103, Input as Input66 } from "@angular/core";
|
|
12177
12143
|
import { Subject as Subject22 } from "rxjs";
|
|
12178
12144
|
import * as i0151 from "@angular/core";
|
|
12179
12145
|
var EclMultiselectOptionDirective = class _EclMultiselectOptionDirective extends ECLBaseDirective {
|
|
@@ -12218,16 +12184,16 @@ i0151.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12218
12184
|
type: ContentChildren22,
|
|
12219
12185
|
args: [EclMultiselectOptionDirective]
|
|
12220
12186
|
}], value: [{
|
|
12221
|
-
type:
|
|
12187
|
+
type: Input66
|
|
12222
12188
|
}], label: [{
|
|
12223
|
-
type:
|
|
12189
|
+
type: Input66
|
|
12224
12190
|
}], disabled: [{
|
|
12225
|
-
type:
|
|
12191
|
+
type: Input66
|
|
12226
12192
|
}, {
|
|
12227
12193
|
type: HostBinding103,
|
|
12228
12194
|
args: ["attr.disabled"]
|
|
12229
12195
|
}], selected: [{
|
|
12230
|
-
type:
|
|
12196
|
+
type: Input66
|
|
12231
12197
|
}, {
|
|
12232
12198
|
type: HostBinding103,
|
|
12233
12199
|
args: ["attr.selected"]
|
|
@@ -12237,11 +12203,11 @@ i0151.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12237
12203
|
}] } });
|
|
12238
12204
|
|
|
12239
12205
|
// lib/components/ecl-multiselect/ecl-multiselect.component.mjs
|
|
12240
|
-
import { __decorate as
|
|
12206
|
+
import { __decorate as __decorate13 } from "tslib";
|
|
12241
12207
|
import { coerceBooleanProperty as coerceBooleanProperty3 } from "@angular/cdk/coercion";
|
|
12242
|
-
import { Component as Component71, ContentChildren as ContentChildren23, EventEmitter as EventEmitter33, forwardRef as forwardRef44, HostBinding as HostBinding104, Input as
|
|
12208
|
+
import { Component as Component71, ContentChildren as ContentChildren23, EventEmitter as EventEmitter33, forwardRef as forwardRef44, HostBinding as HostBinding104, Input as Input67, Output as Output33, ViewEncapsulation as ViewEncapsulation9 } from "@angular/core";
|
|
12243
12209
|
import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR5, NgControl as NgControl4 } from "@angular/forms";
|
|
12244
|
-
import { coerceBoolean as
|
|
12210
|
+
import { coerceBoolean as coerceBoolean11 } from "@eui/base";
|
|
12245
12211
|
import { Subject as Subject23, takeUntil as takeUntil20 } from "rxjs";
|
|
12246
12212
|
import * as i0152 from "@angular/core";
|
|
12247
12213
|
var EclMultiselectComponent = class _EclMultiselectComponent extends ECLBaseDirective {
|
|
@@ -12377,8 +12343,8 @@ var EclMultiselectComponent = class _EclMultiselectComponent extends ECLBaseDire
|
|
|
12377
12343
|
], queries: [{ propertyName: "eclOptionItems", predicate: i0152.forwardRef(() => EclMultiselectOptionDirective) }], usesInheritance: true, ngImport: i0152, template: "<ng-content></ng-content>\n", encapsulation: i0152.ViewEncapsulation.None });
|
|
12378
12344
|
}
|
|
12379
12345
|
};
|
|
12380
|
-
|
|
12381
|
-
|
|
12346
|
+
__decorate13([
|
|
12347
|
+
coerceBoolean11
|
|
12382
12348
|
], EclMultiselectComponent.prototype, "isInvalid", null);
|
|
12383
12349
|
i0152.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0152, type: EclMultiselectComponent, decorators: [{
|
|
12384
12350
|
type: Component71,
|
|
@@ -12393,15 +12359,15 @@ i0152.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12393
12359
|
type: ContentChildren23,
|
|
12394
12360
|
args: [forwardRef44(() => EclMultiselectOptionDirective)]
|
|
12395
12361
|
}], ariaDescribedby: [{
|
|
12396
|
-
type:
|
|
12362
|
+
type: Input67
|
|
12397
12363
|
}], ariaLabeledby: [{
|
|
12398
|
-
type:
|
|
12364
|
+
type: Input67
|
|
12399
12365
|
}], id: [{
|
|
12400
|
-
type:
|
|
12366
|
+
type: Input67
|
|
12401
12367
|
}], isInvalid: [{
|
|
12402
|
-
type:
|
|
12368
|
+
type: Input67
|
|
12403
12369
|
}], disabled: [{
|
|
12404
|
-
type:
|
|
12370
|
+
type: Input67
|
|
12405
12371
|
}, {
|
|
12406
12372
|
type: HostBinding104,
|
|
12407
12373
|
args: ["attr.disabled"]
|
|
@@ -12411,9 +12377,9 @@ i0152.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12411
12377
|
}], eclChange: [{
|
|
12412
12378
|
type: Output33
|
|
12413
12379
|
}], eclPlaceholder: [{
|
|
12414
|
-
type:
|
|
12380
|
+
type: Input67
|
|
12415
12381
|
}], eclSize: [{
|
|
12416
|
-
type:
|
|
12382
|
+
type: Input67
|
|
12417
12383
|
}] } });
|
|
12418
12384
|
|
|
12419
12385
|
// lib/components/ecl-multiselect/ecl-multiselect.module.mjs
|
|
@@ -12480,7 +12446,7 @@ i0153.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12480
12446
|
}] });
|
|
12481
12447
|
|
|
12482
12448
|
// lib/components/ecl-navigation-list/ecl-navigation-list-item.component.mjs
|
|
12483
|
-
import { Component as Component72, ContentChild as ContentChild20, forwardRef as forwardRef46, HostBinding as HostBinding105, Input as
|
|
12449
|
+
import { Component as Component72, ContentChild as ContentChild20, forwardRef as forwardRef46, HostBinding as HostBinding105, Input as Input68 } from "@angular/core";
|
|
12484
12450
|
import * as i0154 from "@angular/core";
|
|
12485
12451
|
var EclNavigationListItemComponent = class _EclNavigationListItemComponent extends ECLBaseDirective {
|
|
12486
12452
|
constructor() {
|
|
@@ -12507,7 +12473,7 @@ i0154.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12507
12473
|
type: Component72,
|
|
12508
12474
|
args: [{ selector: "ecl-navigation-list-item", template: "<ng-content></ng-content>\n" }]
|
|
12509
12475
|
}], propDecorators: { columns: [{
|
|
12510
|
-
type:
|
|
12476
|
+
type: Input68
|
|
12511
12477
|
}], eclContentBlock: [{
|
|
12512
12478
|
type: ContentChild20,
|
|
12513
12479
|
args: [forwardRef46(() => EclContentBlockComponent)]
|
|
@@ -12520,9 +12486,9 @@ i0154.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12520
12486
|
}] } });
|
|
12521
12487
|
|
|
12522
12488
|
// lib/components/ecl-navigation-list/ecl-navigation-list.component.mjs
|
|
12523
|
-
import { __decorate as
|
|
12524
|
-
import { Component as Component73, HostBinding as HostBinding106, Input as
|
|
12525
|
-
import { coerceNumber
|
|
12489
|
+
import { __decorate as __decorate14 } from "tslib";
|
|
12490
|
+
import { Component as Component73, HostBinding as HostBinding106, Input as Input69 } from "@angular/core";
|
|
12491
|
+
import { coerceNumber } from "@eui/base";
|
|
12526
12492
|
import * as i0155 from "@angular/core";
|
|
12527
12493
|
var EclNavigationListComponent = class _EclNavigationListComponent extends ECLBaseDirective {
|
|
12528
12494
|
constructor() {
|
|
@@ -12539,14 +12505,14 @@ var EclNavigationListComponent = class _EclNavigationListComponent extends ECLBa
|
|
|
12539
12505
|
this.ɵcmp = i0155.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclNavigationListComponent, selector: "ecl-navigation-list", inputs: { columns: "columns" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0155, template: "<ng-content></ng-content>\n" });
|
|
12540
12506
|
}
|
|
12541
12507
|
};
|
|
12542
|
-
|
|
12543
|
-
|
|
12508
|
+
__decorate14([
|
|
12509
|
+
coerceNumber
|
|
12544
12510
|
], EclNavigationListComponent.prototype, "columns", void 0);
|
|
12545
12511
|
i0155.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0155, type: EclNavigationListComponent, decorators: [{
|
|
12546
12512
|
type: Component73,
|
|
12547
12513
|
args: [{ selector: "ecl-navigation-list", template: "<ng-content></ng-content>\n" }]
|
|
12548
12514
|
}], propDecorators: { columns: [{
|
|
12549
|
-
type:
|
|
12515
|
+
type: Input69
|
|
12550
12516
|
}], cssClasses: [{
|
|
12551
12517
|
type: HostBinding106,
|
|
12552
12518
|
args: ["class"]
|
|
@@ -12597,7 +12563,7 @@ i0156.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12597
12563
|
}] } });
|
|
12598
12564
|
|
|
12599
12565
|
// lib/components/ecl-navigation-list/ecl-navigation-list-image/ecl-navigation-list-image.component.mjs
|
|
12600
|
-
import { Component as Component74, HostBinding as HostBinding108, Input as
|
|
12566
|
+
import { Component as Component74, HostBinding as HostBinding108, Input as Input70 } from "@angular/core";
|
|
12601
12567
|
import * as i0157 from "@angular/core";
|
|
12602
12568
|
var EclNavigationListImageComponent = class _EclNavigationListImageComponent extends ECLBaseDirective {
|
|
12603
12569
|
get cssClasses() {
|
|
@@ -12614,7 +12580,7 @@ i0157.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12614
12580
|
type: Component74,
|
|
12615
12581
|
args: [{ selector: "div[eclNavigationListImage]", template: '<img class="ecl-navigation-list__image" [src]="imageUrl" alt="Alt text for the image" />\n' }]
|
|
12616
12582
|
}], propDecorators: { imageUrl: [{
|
|
12617
|
-
type:
|
|
12583
|
+
type: Input70
|
|
12618
12584
|
}], cssClasses: [{
|
|
12619
12585
|
type: HostBinding108,
|
|
12620
12586
|
args: ["class"]
|
|
@@ -12745,7 +12711,7 @@ i0159.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
12745
12711
|
}] } });
|
|
12746
12712
|
|
|
12747
12713
|
// lib/components/ecl-news-ticker/ecl-news-ticker.component.mjs
|
|
12748
|
-
import { Component as Component76, ContentChildren as ContentChildren24, EventEmitter as EventEmitter35, HostBinding as HostBinding110, HostListener as HostListener18, Input as
|
|
12714
|
+
import { Component as Component76, ContentChildren as ContentChildren24, EventEmitter as EventEmitter35, HostBinding as HostBinding110, HostListener as HostListener18, Input as Input71, Output as Output35, ViewChild as ViewChild14, booleanAttribute as booleanAttribute23 } from "@angular/core";
|
|
12749
12715
|
import { Subject as Subject25, takeUntil as takeUntil22 } from "rxjs";
|
|
12750
12716
|
import * as i0160 from "@angular/core";
|
|
12751
12717
|
import * as i54 from "@ngx-translate/core";
|
|
@@ -12936,7 +12902,7 @@ var EclNewsTickerComponent = class _EclNewsTickerComponent extends ECLBaseDirect
|
|
|
12936
12902
|
this.ɵfac = i0160.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0160, type: _EclNewsTickerComponent, deps: [{ token: i0160.Renderer2 }], target: i0160.ɵɵFactoryTarget.Component });
|
|
12937
12903
|
}
|
|
12938
12904
|
static {
|
|
12939
|
-
this.ɵcmp = i0160.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNewsTickerComponent, selector: "ecl-news-ticker", inputs: { isAutoplay: ["isAutoplay", "isAutoplay",
|
|
12905
|
+
this.ɵcmp = i0160.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNewsTickerComponent, selector: "ecl-news-ticker", inputs: { isAutoplay: ["isAutoplay", "isAutoplay", booleanAttribute23] }, outputs: { itemSwitch: "itemSwitch" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "newsTickerItems", predicate: EclNewsTickerItemComponent }], viewQueries: [{ propertyName: "firstHiddenItem", first: true, predicate: ["firstHiddenItem"], descendants: true }, { propertyName: "lastHiddenItem", first: true, predicate: ["lastHiddenItem"], descendants: true }, { propertyName: "slidesContainer", first: true, predicate: ["slidesContainer"], descendants: true }], usesInheritance: true, ngImport: i0160, template: `<div class="ecl-news-ticker__container" [style.height.px]="containerHeight">
|
|
12940
12906
|
<ecl-icon icon="information" size="m" class="ecl-news-ticker__icon"></ecl-icon>
|
|
12941
12907
|
<div class="ecl-news-ticker__content" [style.height.px]="contentHeight">
|
|
12942
12908
|
<ul
|
|
@@ -13049,8 +13015,8 @@ i0160.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13049
13015
|
</div>
|
|
13050
13016
|
}` }]
|
|
13051
13017
|
}], ctorParameters: () => [{ type: i0160.Renderer2 }], propDecorators: { isAutoplay: [{
|
|
13052
|
-
type:
|
|
13053
|
-
args: [{ transform:
|
|
13018
|
+
type: Input71,
|
|
13019
|
+
args: [{ transform: booleanAttribute23 }]
|
|
13054
13020
|
}], itemSwitch: [{
|
|
13055
13021
|
type: Output35
|
|
13056
13022
|
}], newsTickerItems: [{
|
|
@@ -13099,7 +13065,7 @@ i0161.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13099
13065
|
}] });
|
|
13100
13066
|
|
|
13101
13067
|
// lib/components/ecl-notification/ecl-notification.component.mjs
|
|
13102
|
-
import { Component as Component77, Input as
|
|
13068
|
+
import { Component as Component77, Input as Input72, Output as Output36, EventEmitter as EventEmitter36, HostBinding as HostBinding111, booleanAttribute as booleanAttribute24 } from "@angular/core";
|
|
13103
13069
|
import * as i0162 from "@angular/core";
|
|
13104
13070
|
import * as i55 from "@angular/common";
|
|
13105
13071
|
import * as i6 from "@ngx-translate/core";
|
|
@@ -13145,7 +13111,7 @@ var EclNotificationComponent = class _EclNotificationComponent extends ECLBaseDi
|
|
|
13145
13111
|
this.ɵfac = i0162.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0162, type: _EclNotificationComponent, deps: [{ token: EclThemeService }], target: i0162.ɵɵFactoryTarget.Component });
|
|
13146
13112
|
}
|
|
13147
13113
|
static {
|
|
13148
|
-
this.ɵcmp = i0162.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNotificationComponent, selector: "ecl-notification", inputs: { notificationTitle: "notificationTitle", variant: "variant", isVisible: ["isVisible", "isVisible",
|
|
13114
|
+
this.ɵcmp = i0162.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclNotificationComponent, selector: "ecl-notification", inputs: { notificationTitle: "notificationTitle", variant: "variant", isVisible: ["isVisible", "isVisible", booleanAttribute24], isCloseable: ["isCloseable", "isCloseable", booleanAttribute24] }, outputs: { close: "close" }, host: { properties: { "attr.role": "this.role", "class.ecl-u-d-none": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0162, template: `@if( eclThemeService.isEC$ | async ){
|
|
13149
13115
|
<ecl-icon size="l" class="ecl-notification__icon" [icon]="icon" [ariaHidden]="false" role="img">
|
|
13150
13116
|
<title>{{ icon | titlecase }}</title>
|
|
13151
13117
|
</ecl-icon>
|
|
@@ -13216,15 +13182,15 @@ i0162.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13216
13182
|
</div>
|
|
13217
13183
|
` }]
|
|
13218
13184
|
}], ctorParameters: () => [{ type: EclThemeService }], propDecorators: { notificationTitle: [{
|
|
13219
|
-
type:
|
|
13185
|
+
type: Input72
|
|
13220
13186
|
}], variant: [{
|
|
13221
|
-
type:
|
|
13187
|
+
type: Input72
|
|
13222
13188
|
}], isVisible: [{
|
|
13223
|
-
type:
|
|
13224
|
-
args: [{ transform:
|
|
13189
|
+
type: Input72,
|
|
13190
|
+
args: [{ transform: booleanAttribute24 }]
|
|
13225
13191
|
}], isCloseable: [{
|
|
13226
|
-
type:
|
|
13227
|
-
args: [{ transform:
|
|
13192
|
+
type: Input72,
|
|
13193
|
+
args: [{ transform: booleanAttribute24 }]
|
|
13228
13194
|
}], close: [{
|
|
13229
13195
|
type: Output36
|
|
13230
13196
|
}], role: [{
|
|
@@ -13263,9 +13229,9 @@ i0163.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13263
13229
|
}] } });
|
|
13264
13230
|
|
|
13265
13231
|
// lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.mjs
|
|
13266
|
-
import { __decorate as
|
|
13267
|
-
import { Directive as Directive42, HostBinding as HostBinding113, Input as
|
|
13268
|
-
import { coerceBoolean as
|
|
13232
|
+
import { __decorate as __decorate15 } from "tslib";
|
|
13233
|
+
import { Directive as Directive42, HostBinding as HostBinding113, Input as Input73 } from "@angular/core";
|
|
13234
|
+
import { coerceBoolean as coerceBoolean12 } from "@eui/base";
|
|
13269
13235
|
import * as i0164 from "@angular/core";
|
|
13270
13236
|
var EclSiteFooterSectionDirective = class _EclSiteFooterSectionDirective extends ECLBaseDirective {
|
|
13271
13237
|
constructor() {
|
|
@@ -13283,17 +13249,17 @@ var EclSiteFooterSectionDirective = class _EclSiteFooterSectionDirective extends
|
|
|
13283
13249
|
this.ɵdir = i0164.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: { isCondensed: "isCondensed", isSiteInfo: "isSiteInfo", isSplitList: "isSplitList", hasSeparator: "hasSeparator" }, host: { properties: { "class.ecl-site-footer__section": "this.cmpClass", "class.ecl-site-footer__section--condensed": "this.isCondensed", "class.ecl-site-footer__section--site-info": "this.isSiteInfo", "class.ecl-site-footer__section--split-list": "this.isSplitList", "class.ecl-site-footer__section--separator": "this.hasSeparator" } }, usesInheritance: true, ngImport: i0164 });
|
|
13284
13250
|
}
|
|
13285
13251
|
};
|
|
13286
|
-
|
|
13287
|
-
|
|
13252
|
+
__decorate15([
|
|
13253
|
+
coerceBoolean12
|
|
13288
13254
|
], EclSiteFooterSectionDirective.prototype, "isCondensed", void 0);
|
|
13289
|
-
|
|
13290
|
-
|
|
13255
|
+
__decorate15([
|
|
13256
|
+
coerceBoolean12
|
|
13291
13257
|
], EclSiteFooterSectionDirective.prototype, "isSiteInfo", void 0);
|
|
13292
|
-
|
|
13293
|
-
|
|
13258
|
+
__decorate15([
|
|
13259
|
+
coerceBoolean12
|
|
13294
13260
|
], EclSiteFooterSectionDirective.prototype, "isSplitList", void 0);
|
|
13295
|
-
|
|
13296
|
-
|
|
13261
|
+
__decorate15([
|
|
13262
|
+
coerceBoolean12
|
|
13297
13263
|
], EclSiteFooterSectionDirective.prototype, "hasSeparator", void 0);
|
|
13298
13264
|
i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0164, type: EclSiteFooterSectionDirective, decorators: [{
|
|
13299
13265
|
type: Directive42,
|
|
@@ -13304,17 +13270,17 @@ i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13304
13270
|
type: HostBinding113,
|
|
13305
13271
|
args: ["class.ecl-site-footer__section"]
|
|
13306
13272
|
}], isCondensed: [{
|
|
13307
|
-
type:
|
|
13273
|
+
type: Input73
|
|
13308
13274
|
}, {
|
|
13309
13275
|
type: HostBinding113,
|
|
13310
13276
|
args: ["class.ecl-site-footer__section--condensed"]
|
|
13311
13277
|
}], isSiteInfo: [{
|
|
13312
|
-
type:
|
|
13278
|
+
type: Input73
|
|
13313
13279
|
}, {
|
|
13314
13280
|
type: HostBinding113,
|
|
13315
13281
|
args: ["class.ecl-site-footer__section--site-info"]
|
|
13316
13282
|
}], isSplitList: [{
|
|
13317
|
-
type:
|
|
13283
|
+
type: Input73
|
|
13318
13284
|
}, {
|
|
13319
13285
|
type: HostBinding113,
|
|
13320
13286
|
args: ["class.ecl-site-footer__section--split-list"]
|
|
@@ -13322,13 +13288,13 @@ i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13322
13288
|
type: HostBinding113,
|
|
13323
13289
|
args: ["class.ecl-site-footer__section--separator"]
|
|
13324
13290
|
}, {
|
|
13325
|
-
type:
|
|
13291
|
+
type: Input73
|
|
13326
13292
|
}] } });
|
|
13327
13293
|
|
|
13328
13294
|
// lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.mjs
|
|
13329
|
-
import { __decorate as
|
|
13330
|
-
import { Directive as Directive43, HostBinding as HostBinding114, Input as
|
|
13331
|
-
import { coerceBoolean as
|
|
13295
|
+
import { __decorate as __decorate16 } from "tslib";
|
|
13296
|
+
import { Directive as Directive43, HostBinding as HostBinding114, Input as Input74 } from "@angular/core";
|
|
13297
|
+
import { coerceBoolean as coerceBoolean13 } from "@eui/base";
|
|
13332
13298
|
import * as i0165 from "@angular/core";
|
|
13333
13299
|
var EclSiteFooterTitleDirective = class _EclSiteFooterTitleDirective extends ECLBaseDirective {
|
|
13334
13300
|
constructor() {
|
|
@@ -13343,8 +13309,8 @@ var EclSiteFooterTitleDirective = class _EclSiteFooterTitleDirective extends ECL
|
|
|
13343
13309
|
this.ɵdir = i0165.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: { isSeparator: "isSeparator" }, host: { properties: { "class.ecl-site-footer__title": "this.cmpClass", "class.ecl-site-footer__title--separator": "this.isSeparator" } }, usesInheritance: true, ngImport: i0165 });
|
|
13344
13310
|
}
|
|
13345
13311
|
};
|
|
13346
|
-
|
|
13347
|
-
|
|
13312
|
+
__decorate16([
|
|
13313
|
+
coerceBoolean13
|
|
13348
13314
|
], EclSiteFooterTitleDirective.prototype, "isSeparator", void 0);
|
|
13349
13315
|
i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0165, type: EclSiteFooterTitleDirective, decorators: [{
|
|
13350
13316
|
type: Directive43,
|
|
@@ -13355,7 +13321,7 @@ i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13355
13321
|
type: HostBinding114,
|
|
13356
13322
|
args: ["class.ecl-site-footer__title"]
|
|
13357
13323
|
}], isSeparator: [{
|
|
13358
|
-
type:
|
|
13324
|
+
type: Input74
|
|
13359
13325
|
}, {
|
|
13360
13326
|
type: HostBinding114,
|
|
13361
13327
|
args: ["class.ecl-site-footer__title--separator"]
|
|
@@ -13408,9 +13374,9 @@ i0166.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13408
13374
|
}] } });
|
|
13409
13375
|
|
|
13410
13376
|
// lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.mjs
|
|
13411
|
-
import { __decorate as
|
|
13412
|
-
import { Directive as Directive45, HostBinding as HostBinding116, Input as
|
|
13413
|
-
import { coerceBoolean as
|
|
13377
|
+
import { __decorate as __decorate17 } from "tslib";
|
|
13378
|
+
import { Directive as Directive45, HostBinding as HostBinding116, Input as Input75 } from "@angular/core";
|
|
13379
|
+
import { coerceBoolean as coerceBoolean14 } from "@eui/base";
|
|
13414
13380
|
import * as i0167 from "@angular/core";
|
|
13415
13381
|
var EclSiteFooterListDirective = class _EclSiteFooterListDirective extends ECLBaseDirective {
|
|
13416
13382
|
constructor() {
|
|
@@ -13424,11 +13390,11 @@ var EclSiteFooterListDirective = class _EclSiteFooterListDirective extends ECLBa
|
|
|
13424
13390
|
this.ɵdir = i0167.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: { isInline: "isInline", isColumns: "isColumns" }, host: { properties: { "class.ecl-site-footer__list": "this.cmpClass", "class.ecl-site-footer__list--inline": "this.isInline", "class.ecl-site-footer__list--columns": "this.isColumns" } }, usesInheritance: true, ngImport: i0167 });
|
|
13425
13391
|
}
|
|
13426
13392
|
};
|
|
13427
|
-
|
|
13428
|
-
|
|
13393
|
+
__decorate17([
|
|
13394
|
+
coerceBoolean14
|
|
13429
13395
|
], EclSiteFooterListDirective.prototype, "isInline", void 0);
|
|
13430
|
-
|
|
13431
|
-
|
|
13396
|
+
__decorate17([
|
|
13397
|
+
coerceBoolean14
|
|
13432
13398
|
], EclSiteFooterListDirective.prototype, "isColumns", void 0);
|
|
13433
13399
|
i0167.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0167, type: EclSiteFooterListDirective, decorators: [{
|
|
13434
13400
|
type: Directive45,
|
|
@@ -13439,12 +13405,12 @@ i0167.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13439
13405
|
type: HostBinding116,
|
|
13440
13406
|
args: ["class.ecl-site-footer__list"]
|
|
13441
13407
|
}], isInline: [{
|
|
13442
|
-
type:
|
|
13408
|
+
type: Input75
|
|
13443
13409
|
}, {
|
|
13444
13410
|
type: HostBinding116,
|
|
13445
13411
|
args: ["class.ecl-site-footer__list--inline"]
|
|
13446
13412
|
}], isColumns: [{
|
|
13447
|
-
type:
|
|
13413
|
+
type: Input75
|
|
13448
13414
|
}, {
|
|
13449
13415
|
type: HostBinding116,
|
|
13450
13416
|
args: ["class.ecl-site-footer__list--columns"]
|
|
@@ -13711,12 +13677,12 @@ i0169.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
13711
13677
|
}] } });
|
|
13712
13678
|
|
|
13713
13679
|
// lib/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.mjs
|
|
13714
|
-
import { __decorate as
|
|
13715
|
-
import { Component as Component78, Input as
|
|
13716
|
-
import { coerceBoolean as
|
|
13680
|
+
import { __decorate as __decorate18 } from "tslib";
|
|
13681
|
+
import { Component as Component78, Input as Input76 } from "@angular/core";
|
|
13682
|
+
import { coerceBoolean as coerceBoolean15 } from "@eui/base";
|
|
13717
13683
|
import * as i0170 from "@angular/core";
|
|
13718
|
-
import * as
|
|
13719
|
-
import * as
|
|
13684
|
+
import * as i128 from "@ngx-translate/core";
|
|
13685
|
+
import * as i32 from "@angular/common";
|
|
13720
13686
|
var EclSiteFooterFixedContentECComponent = class _EclSiteFooterFixedContentECComponent extends ECLBaseDirective {
|
|
13721
13687
|
constructor(translateService, eclLanguageService) {
|
|
13722
13688
|
super();
|
|
@@ -13725,7 +13691,7 @@ var EclSiteFooterFixedContentECComponent = class _EclSiteFooterFixedContentECCom
|
|
|
13725
13691
|
this.isCore = false;
|
|
13726
13692
|
}
|
|
13727
13693
|
static {
|
|
13728
|
-
this.ɵfac = i0170.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0170, type: _EclSiteFooterFixedContentECComponent, deps: [{ token:
|
|
13694
|
+
this.ɵfac = i0170.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0170, type: _EclSiteFooterFixedContentECComponent, deps: [{ token: i128.TranslateService }, { token: EclLanguageService }], target: i0170.ɵɵFactoryTarget.Component });
|
|
13729
13695
|
}
|
|
13730
13696
|
static {
|
|
13731
13697
|
this.ɵcmp = i0170.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterFixedContentECComponent, selector: "ecl-site-footer-fixed-content-ec", inputs: { isCore: "isCore", languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0170, template: `<ng-container *ngIf="isCore">
|
|
@@ -14146,11 +14112,11 @@ var EclSiteFooterFixedContentECComponent = class _EclSiteFooterFixedContentECCom
|
|
|
14146
14112
|
</div>
|
|
14147
14113
|
</div>
|
|
14148
14114
|
</ng-container>
|
|
14149
|
-
`, dependencies: [{ kind: "directive", type:
|
|
14115
|
+
`, dependencies: [{ kind: "directive", type: i32.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i32.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterTitleLinkDirective, selector: "[eclSiteFooterTitleLink]" }, { kind: "directive", type: EclSiteFooterLogoLinkDirective, selector: "[eclSiteFooterLogoLink]" }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "pipe", type: i128.TranslatePipe, name: "translate" }] });
|
|
14150
14116
|
}
|
|
14151
14117
|
};
|
|
14152
|
-
|
|
14153
|
-
|
|
14118
|
+
__decorate18([
|
|
14119
|
+
coerceBoolean15
|
|
14154
14120
|
], EclSiteFooterFixedContentECComponent.prototype, "isCore", void 0);
|
|
14155
14121
|
i0170.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0170, type: EclSiteFooterFixedContentECComponent, decorators: [{
|
|
14156
14122
|
type: Component78,
|
|
@@ -14573,23 +14539,23 @@ i0170.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
14573
14539
|
</div>
|
|
14574
14540
|
</ng-container>
|
|
14575
14541
|
` }]
|
|
14576
|
-
}], ctorParameters: () => [{ type:
|
|
14577
|
-
type:
|
|
14542
|
+
}], ctorParameters: () => [{ type: i128.TranslateService }, { type: EclLanguageService }], propDecorators: { isCore: [{
|
|
14543
|
+
type: Input76
|
|
14578
14544
|
}], languageCode: [{
|
|
14579
|
-
type:
|
|
14545
|
+
type: Input76
|
|
14580
14546
|
}], ecLogoLanguageCode: [{
|
|
14581
|
-
type:
|
|
14547
|
+
type: Input76
|
|
14582
14548
|
}], content: [{
|
|
14583
|
-
type:
|
|
14549
|
+
type: Input76
|
|
14584
14550
|
}] } });
|
|
14585
14551
|
|
|
14586
14552
|
// lib/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.mjs
|
|
14587
|
-
import { __decorate as
|
|
14588
|
-
import { Component as Component79, Input as
|
|
14589
|
-
import { coerceBoolean as
|
|
14553
|
+
import { __decorate as __decorate19 } from "tslib";
|
|
14554
|
+
import { Component as Component79, Input as Input77 } from "@angular/core";
|
|
14555
|
+
import { coerceBoolean as coerceBoolean16 } from "@eui/base";
|
|
14590
14556
|
import * as i0171 from "@angular/core";
|
|
14591
|
-
import * as
|
|
14592
|
-
import * as
|
|
14557
|
+
import * as i129 from "@ngx-translate/core";
|
|
14558
|
+
import * as i33 from "@angular/common";
|
|
14593
14559
|
var EclSiteFooterFixedContentEUComponent = class _EclSiteFooterFixedContentEUComponent extends ECLBaseDirective {
|
|
14594
14560
|
constructor(translateService, eclLanguageService) {
|
|
14595
14561
|
super();
|
|
@@ -14607,7 +14573,7 @@ var EclSiteFooterFixedContentEUComponent = class _EclSiteFooterFixedContentEUCom
|
|
|
14607
14573
|
}
|
|
14608
14574
|
}
|
|
14609
14575
|
static {
|
|
14610
|
-
this.ɵfac = i0171.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0171, type: _EclSiteFooterFixedContentEUComponent, deps: [{ token:
|
|
14576
|
+
this.ɵfac = i0171.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0171, type: _EclSiteFooterFixedContentEUComponent, deps: [{ token: i129.TranslateService }, { token: EclLanguageService }], target: i0171.ɵɵFactoryTarget.Component });
|
|
14611
14577
|
}
|
|
14612
14578
|
static {
|
|
14613
14579
|
this.ɵcmp = i0171.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterFixedContentEUComponent, selector: "ecl-site-footer-fixed-content-eu", inputs: { isCore: "isCore", languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0171, template: `<ng-container *ngIf="isCore">
|
|
@@ -15264,11 +15230,11 @@ var EclSiteFooterFixedContentEUComponent = class _EclSiteFooterFixedContentEUCom
|
|
|
15264
15230
|
</div>
|
|
15265
15231
|
</div>
|
|
15266
15232
|
</ng-container>
|
|
15267
|
-
`, dependencies: [{ kind: "directive", type:
|
|
15233
|
+
`, dependencies: [{ kind: "directive", type: i33.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i33.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: ["isCondensed", "isSiteInfo", "isSplitList", "hasSeparator"] }, { kind: "directive", type: EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: ["isSeparator"] }, { kind: "directive", type: EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: ["isInline", "isColumns"] }, { kind: "directive", type: EclSiteFooterLinkDirective, selector: "[eclSiteFooterLink]" }, { kind: "directive", type: EclSiteFooterColumnDirective, selector: "[eclSiteFooterColumn]" }, { kind: "directive", type: EclSiteFooterListItemDirective, selector: "[eclSiteFooterListItem]" }, { kind: "directive", type: EclSiteFooterRowDirective, selector: "[eclSiteFooterRow]" }, { kind: "directive", type: EclSiteFooterLogoLinkDirective, selector: "[eclSiteFooterLogoLink]" }, { kind: "directive", type: EclSiteFooterPictureDirective, selector: "picture[eclSiteFooterPicture]" }, { kind: "directive", type: EclSiteFooterLogoImageDirective, selector: "img[eclSiteFooterLogoImage]" }, { kind: "pipe", type: i129.TranslatePipe, name: "translate" }] });
|
|
15268
15234
|
}
|
|
15269
15235
|
};
|
|
15270
|
-
|
|
15271
|
-
|
|
15236
|
+
__decorate19([
|
|
15237
|
+
coerceBoolean16
|
|
15272
15238
|
], EclSiteFooterFixedContentEUComponent.prototype, "isCore", void 0);
|
|
15273
15239
|
i0171.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0171, type: EclSiteFooterFixedContentEUComponent, decorators: [{
|
|
15274
15240
|
type: Component79,
|
|
@@ -15927,23 +15893,23 @@ i0171.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
15927
15893
|
</div>
|
|
15928
15894
|
</ng-container>
|
|
15929
15895
|
` }]
|
|
15930
|
-
}], ctorParameters: () => [{ type:
|
|
15931
|
-
type:
|
|
15896
|
+
}], ctorParameters: () => [{ type: i129.TranslateService }, { type: EclLanguageService }], propDecorators: { isCore: [{
|
|
15897
|
+
type: Input77
|
|
15932
15898
|
}], languageCode: [{
|
|
15933
|
-
type:
|
|
15899
|
+
type: Input77
|
|
15934
15900
|
}], ecLogoLanguageCode: [{
|
|
15935
|
-
type:
|
|
15901
|
+
type: Input77
|
|
15936
15902
|
}], content: [{
|
|
15937
|
-
type:
|
|
15903
|
+
type: Input77
|
|
15938
15904
|
}] } });
|
|
15939
15905
|
|
|
15940
15906
|
// lib/components/ecl-site-footer/ecl-site-footer.component.mjs
|
|
15941
|
-
import { __decorate as
|
|
15942
|
-
import { Component as Component80, HostBinding as HostBinding119, Input as
|
|
15943
|
-
import { coerceBoolean as
|
|
15907
|
+
import { __decorate as __decorate20 } from "tslib";
|
|
15908
|
+
import { Component as Component80, HostBinding as HostBinding119, Input as Input78 } from "@angular/core";
|
|
15909
|
+
import { coerceBoolean as coerceBoolean17 } from "@eui/base";
|
|
15944
15910
|
import * as i0172 from "@angular/core";
|
|
15945
|
-
import * as
|
|
15946
|
-
import * as
|
|
15911
|
+
import * as i130 from "@ngx-translate/core";
|
|
15912
|
+
import * as i34 from "@angular/common";
|
|
15947
15913
|
var EclSiteFooterComponent = class _EclSiteFooterComponent extends ECLBaseDirective {
|
|
15948
15914
|
get cssClasses() {
|
|
15949
15915
|
return [super.getCssClasses("ecl-site-footer"), this.isCore ? "ecl-site-footer--split-columns" : ""].join(" ").trim();
|
|
@@ -15969,20 +15935,20 @@ var EclSiteFooterComponent = class _EclSiteFooterComponent extends ECLBaseDirect
|
|
|
15969
15935
|
});
|
|
15970
15936
|
}
|
|
15971
15937
|
static {
|
|
15972
|
-
this.ɵfac = i0172.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0172, type: _EclSiteFooterComponent, deps: [{ token:
|
|
15938
|
+
this.ɵfac = i0172.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0172, type: _EclSiteFooterComponent, deps: [{ token: i130.TranslateService }, { token: EclLanguageService }, { token: EclThemeService }], target: i0172.ɵɵFactoryTarget.Component });
|
|
15973
15939
|
}
|
|
15974
15940
|
static {
|
|
15975
|
-
this.ɵcmp = i0172.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterComponent, selector: "ecl-site-footer", inputs: { isCore: "isCore" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0172, template: '<div class="ecl-container ecl-site-footer__container">\n <ecl-site-footer-fixed-content-ec\n *ngIf="eclThemeService.isEC$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-ec>\n\n <ecl-site-footer-fixed-content-eu\n *ngIf="eclThemeService.isEU$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-eu>\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n', dependencies: [{ kind: "directive", type:
|
|
15941
|
+
this.ɵcmp = i0172.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSiteFooterComponent, selector: "ecl-site-footer", inputs: { isCore: "isCore" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0172, template: '<div class="ecl-container ecl-site-footer__container">\n <ecl-site-footer-fixed-content-ec\n *ngIf="eclThemeService.isEC$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-ec>\n\n <ecl-site-footer-fixed-content-eu\n *ngIf="eclThemeService.isEU$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-eu>\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n', dependencies: [{ kind: "directive", type: i34.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclSiteFooterFixedContentECComponent, selector: "ecl-site-footer-fixed-content-ec", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }, { kind: "component", type: EclSiteFooterFixedContentEUComponent, selector: "ecl-site-footer-fixed-content-eu", inputs: ["isCore", "languageCode", "ecLogoLanguageCode", "content"] }, { kind: "pipe", type: i34.AsyncPipe, name: "async" }] });
|
|
15976
15942
|
}
|
|
15977
15943
|
};
|
|
15978
|
-
|
|
15979
|
-
|
|
15944
|
+
__decorate20([
|
|
15945
|
+
coerceBoolean17
|
|
15980
15946
|
], EclSiteFooterComponent.prototype, "isCore", void 0);
|
|
15981
15947
|
i0172.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0172, type: EclSiteFooterComponent, decorators: [{
|
|
15982
15948
|
type: Component80,
|
|
15983
15949
|
args: [{ selector: "ecl-site-footer", template: '<div class="ecl-container ecl-site-footer__container">\n <ecl-site-footer-fixed-content-ec\n *ngIf="eclThemeService.isEC$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-ec>\n\n <ecl-site-footer-fixed-content-eu\n *ngIf="eclThemeService.isEU$ | async"\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-eu>\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n' }]
|
|
15984
|
-
}], ctorParameters: () => [{ type:
|
|
15985
|
-
type:
|
|
15950
|
+
}], ctorParameters: () => [{ type: i130.TranslateService }, { type: EclLanguageService }, { type: EclThemeService }], propDecorators: { isCore: [{
|
|
15951
|
+
type: Input78
|
|
15986
15952
|
}], cssClasses: [{
|
|
15987
15953
|
type: HostBinding119,
|
|
15988
15954
|
args: ["class"]
|
|
@@ -16293,11 +16259,11 @@ i0178.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
16293
16259
|
}] } });
|
|
16294
16260
|
|
|
16295
16261
|
// lib/components/ecl-page-header/ecl-page-header.component.mjs
|
|
16296
|
-
import { __decorate as
|
|
16297
|
-
import { Component as Component81, ContentChild as ContentChild22, HostBinding as HostBinding124, Input as
|
|
16298
|
-
import { coerceBoolean as
|
|
16262
|
+
import { __decorate as __decorate21 } from "tslib";
|
|
16263
|
+
import { Component as Component81, ContentChild as ContentChild22, HostBinding as HostBinding124, Input as Input79 } from "@angular/core";
|
|
16264
|
+
import { coerceBoolean as coerceBoolean18 } from "@eui/base";
|
|
16299
16265
|
import * as i0179 from "@angular/core";
|
|
16300
|
-
import * as
|
|
16266
|
+
import * as i131 from "@angular/common";
|
|
16301
16267
|
var EclPageHeaderComponent = class _EclPageHeaderComponent extends ECLBaseDirective {
|
|
16302
16268
|
constructor() {
|
|
16303
16269
|
super(...arguments);
|
|
@@ -16322,19 +16288,19 @@ var EclPageHeaderComponent = class _EclPageHeaderComponent extends ECLBaseDirect
|
|
|
16322
16288
|
this.ɵfac = i0179.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0179, type: _EclPageHeaderComponent, deps: null, target: i0179.ɵɵFactoryTarget.Component });
|
|
16323
16289
|
}
|
|
16324
16290
|
static {
|
|
16325
|
-
this.ɵcmp = i0179.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPageHeaderComponent, selector: "ecl-page-header", inputs: { backgroundImage: "backgroundImage", isNegative: "isNegative" }, host: { properties: { "class.ecl-page-header--negative": "this.isNegative", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclBreadcrumbComponent", first: true, predicate: EclBreadcrumbComponent, descendants: true }, { propertyName: "eclBackgroundPicture", first: true, predicate: EclPageHeaderBackgroundPictureDirective, descendants: true }], usesInheritance: true, ngImport: i0179, template: '<div *ngIf="hasBackgroundImage" class="ecl-page-header__background-container" aria-hidden="true">\n <picture eclPageHeaderBackgroundPicture>\n <img eclPageHeaderBackgroundImage [src]="backgroundImage" />\n </picture>\n</div>\n\n<div *ngIf="hasPicture" class="ecl-page-header__background-container" aria-hidden="true">\n <ng-content select="[eclPageHeaderBackgroundPicture]"></ng-content>\n</div>\n\n<div class="ecl-container">\n <ng-container *ngTemplateOutlet="content"> </ng-container>\n</div>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type:
|
|
16291
|
+
this.ɵcmp = i0179.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPageHeaderComponent, selector: "ecl-page-header", inputs: { backgroundImage: "backgroundImage", isNegative: "isNegative" }, host: { properties: { "class.ecl-page-header--negative": "this.isNegative", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclBreadcrumbComponent", first: true, predicate: EclBreadcrumbComponent, descendants: true }, { propertyName: "eclBackgroundPicture", first: true, predicate: EclPageHeaderBackgroundPictureDirective, descendants: true }], usesInheritance: true, ngImport: i0179, template: '<div *ngIf="hasBackgroundImage" class="ecl-page-header__background-container" aria-hidden="true">\n <picture eclPageHeaderBackgroundPicture>\n <img eclPageHeaderBackgroundImage [src]="backgroundImage" />\n </picture>\n</div>\n\n<div *ngIf="hasPicture" class="ecl-page-header__background-container" aria-hidden="true">\n <ng-content select="[eclPageHeaderBackgroundPicture]"></ng-content>\n</div>\n\n<div class="ecl-container">\n <ng-container *ngTemplateOutlet="content"> </ng-container>\n</div>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i131.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i131.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclPageHeaderBackgroundPictureDirective, selector: "[eclPageHeaderBackgroundPicture]" }, { kind: "directive", type: EclPageHeaderBackgroundImageDirective, selector: "[eclPageHeaderBackgroundImage]" }] });
|
|
16326
16292
|
}
|
|
16327
16293
|
};
|
|
16328
|
-
|
|
16329
|
-
|
|
16294
|
+
__decorate21([
|
|
16295
|
+
coerceBoolean18
|
|
16330
16296
|
], EclPageHeaderComponent.prototype, "isNegative", void 0);
|
|
16331
16297
|
i0179.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0179, type: EclPageHeaderComponent, decorators: [{
|
|
16332
16298
|
type: Component81,
|
|
16333
16299
|
args: [{ selector: "ecl-page-header", template: '<div *ngIf="hasBackgroundImage" class="ecl-page-header__background-container" aria-hidden="true">\n <picture eclPageHeaderBackgroundPicture>\n <img eclPageHeaderBackgroundImage [src]="backgroundImage" />\n </picture>\n</div>\n\n<div *ngIf="hasPicture" class="ecl-page-header__background-container" aria-hidden="true">\n <ng-content select="[eclPageHeaderBackgroundPicture]"></ng-content>\n</div>\n\n<div class="ecl-container">\n <ng-container *ngTemplateOutlet="content"> </ng-container>\n</div>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', styles: [":host{display:block}\n"] }]
|
|
16334
16300
|
}], propDecorators: { backgroundImage: [{
|
|
16335
|
-
type:
|
|
16301
|
+
type: Input79
|
|
16336
16302
|
}], isNegative: [{
|
|
16337
|
-
type:
|
|
16303
|
+
type: Input79
|
|
16338
16304
|
}, {
|
|
16339
16305
|
type: HostBinding124,
|
|
16340
16306
|
args: ["class.ecl-page-header--negative"]
|
|
@@ -16352,7 +16318,7 @@ i0179.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
16352
16318
|
// lib/components/ecl-page-header/ecl-page-header-description/ecl-page-header-description.component.mjs
|
|
16353
16319
|
import { Component as Component82, ContentChild as ContentChild23, HostBinding as HostBinding125 } from "@angular/core";
|
|
16354
16320
|
import * as i0180 from "@angular/core";
|
|
16355
|
-
import * as
|
|
16321
|
+
import * as i132 from "@angular/common";
|
|
16356
16322
|
var EclPageHeaderDescriptionContainerComponent = class _EclPageHeaderDescriptionContainerComponent extends ECLBaseDirective {
|
|
16357
16323
|
constructor() {
|
|
16358
16324
|
super(...arguments);
|
|
@@ -16374,7 +16340,7 @@ var EclPageHeaderDescriptionContainerComponent = class _EclPageHeaderDescription
|
|
|
16374
16340
|
this.ɵfac = i0180.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0180, type: _EclPageHeaderDescriptionContainerComponent, deps: null, target: i0180.ɵɵFactoryTarget.Component });
|
|
16375
16341
|
}
|
|
16376
16342
|
static {
|
|
16377
|
-
this.ɵcmp = i0180.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPageHeaderDescriptionContainerComponent, selector: "[eclPageHeaderDescriptionContainer]", host: { properties: { "class.ecl-page-header__description-container": "this.className" } }, queries: [{ propertyName: "thumbnail", first: true, predicate: EclPageHeaderDescriptionThumbnailDirective, descendants: true }, { propertyName: "eclDescriptionPicture", first: true, predicate: EclPageHeaderDescriptionPictureDirective, descendants: true }, { propertyName: "eclImage", first: true, predicate: EclPageHeaderDescriptionThumbnailDirective, descendants: true }], usesInheritance: true, ngImport: i0180, template: '<ng-container *ngIf="isAddingPictureTagRequired">\n <picture eclPageHeaderDescriptionPicture>\n <ng-content select="[eclPageHeaderDescriptionThumbnail]"></ng-content>\n </picture>\n</ng-container>\n<ng-container *ngTemplateOutlet="content"> </ng-container>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type:
|
|
16343
|
+
this.ɵcmp = i0180.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPageHeaderDescriptionContainerComponent, selector: "[eclPageHeaderDescriptionContainer]", host: { properties: { "class.ecl-page-header__description-container": "this.className" } }, queries: [{ propertyName: "thumbnail", first: true, predicate: EclPageHeaderDescriptionThumbnailDirective, descendants: true }, { propertyName: "eclDescriptionPicture", first: true, predicate: EclPageHeaderDescriptionPictureDirective, descendants: true }, { propertyName: "eclImage", first: true, predicate: EclPageHeaderDescriptionThumbnailDirective, descendants: true }], usesInheritance: true, ngImport: i0180, template: '<ng-container *ngIf="isAddingPictureTagRequired">\n <picture eclPageHeaderDescriptionPicture>\n <ng-content select="[eclPageHeaderDescriptionThumbnail]"></ng-content>\n </picture>\n</ng-container>\n<ng-container *ngTemplateOutlet="content"> </ng-container>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: i132.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i132.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclPageHeaderDescriptionPictureDirective, selector: "[eclPageHeaderDescriptionPicture]" }] });
|
|
16378
16344
|
}
|
|
16379
16345
|
};
|
|
16380
16346
|
i0180.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0180, type: EclPageHeaderDescriptionContainerComponent, decorators: [{
|
|
@@ -16453,12 +16419,12 @@ i0181.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
16453
16419
|
}] });
|
|
16454
16420
|
|
|
16455
16421
|
// lib/components/ecl-pagination/ecl-pagination-item.component.mjs
|
|
16456
|
-
import { __decorate as
|
|
16457
|
-
import { Component as Component83, EventEmitter as EventEmitter37, HostBinding as HostBinding126, Input as
|
|
16458
|
-
import { coerceBoolean as
|
|
16422
|
+
import { __decorate as __decorate22 } from "tslib";
|
|
16423
|
+
import { Component as Component83, EventEmitter as EventEmitter37, HostBinding as HostBinding126, Input as Input80, Output as Output37, ViewEncapsulation as ViewEncapsulation11 } from "@angular/core";
|
|
16424
|
+
import { coerceBoolean as coerceBoolean19 } from "@eui/base";
|
|
16459
16425
|
import * as i0182 from "@angular/core";
|
|
16460
|
-
import * as
|
|
16461
|
-
import * as
|
|
16426
|
+
import * as i133 from "@angular/common";
|
|
16427
|
+
import * as i214 from "@angular/router";
|
|
16462
16428
|
import * as i62 from "@ngx-translate/core";
|
|
16463
16429
|
var EclPaginationItemClickEvent = class extends EclBaseEvent {
|
|
16464
16430
|
};
|
|
@@ -16541,17 +16507,17 @@ var EclPaginationItemComponent = class _EclPaginationItemComponent extends ECLBa
|
|
|
16541
16507
|
<span class="ecl-pagination__text ecl-pagination__text--full" aria-current="true">
|
|
16542
16508
|
{{ 'ecl.pagination.PAGE' | translate: { pageNumber: label } }}
|
|
16543
16509
|
</span>
|
|
16544
|
-
}`, dependencies: [{ kind: "directive", type:
|
|
16510
|
+
}`, dependencies: [{ kind: "directive", type: i133.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i214.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "pipe", type: i62.TranslatePipe, name: "translate" }], encapsulation: i0182.ViewEncapsulation.None });
|
|
16545
16511
|
}
|
|
16546
16512
|
};
|
|
16547
|
-
|
|
16548
|
-
|
|
16513
|
+
__decorate22([
|
|
16514
|
+
coerceBoolean19
|
|
16549
16515
|
], EclPaginationItemComponent.prototype, "isCurrent", void 0);
|
|
16550
|
-
|
|
16551
|
-
|
|
16516
|
+
__decorate22([
|
|
16517
|
+
coerceBoolean19
|
|
16552
16518
|
], EclPaginationItemComponent.prototype, "isNext", void 0);
|
|
16553
|
-
|
|
16554
|
-
|
|
16519
|
+
__decorate22([
|
|
16520
|
+
coerceBoolean19
|
|
16555
16521
|
], EclPaginationItemComponent.prototype, "isPrevious", void 0);
|
|
16556
16522
|
i0182.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0182, type: EclPaginationItemComponent, decorators: [{
|
|
16557
16523
|
type: Component83,
|
|
@@ -16595,34 +16561,34 @@ i0182.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
16595
16561
|
type: HostBinding126,
|
|
16596
16562
|
args: ["attr.role"]
|
|
16597
16563
|
}], label: [{
|
|
16598
|
-
type:
|
|
16564
|
+
type: Input80
|
|
16599
16565
|
}], ariaLabel: [{
|
|
16600
|
-
type:
|
|
16566
|
+
type: Input80
|
|
16601
16567
|
}], isCurrent: [{
|
|
16602
|
-
type:
|
|
16568
|
+
type: Input80
|
|
16603
16569
|
}], isNext: [{
|
|
16604
|
-
type:
|
|
16570
|
+
type: Input80
|
|
16605
16571
|
}], isPrevious: [{
|
|
16606
|
-
type:
|
|
16572
|
+
type: Input80
|
|
16607
16573
|
}], routerLink: [{
|
|
16608
|
-
type:
|
|
16574
|
+
type: Input80
|
|
16609
16575
|
}], queryParams: [{
|
|
16610
|
-
type:
|
|
16576
|
+
type: Input80
|
|
16611
16577
|
}], queryParamsHandling: [{
|
|
16612
|
-
type:
|
|
16578
|
+
type: Input80
|
|
16613
16579
|
}], href: [{
|
|
16614
|
-
type:
|
|
16580
|
+
type: Input80
|
|
16615
16581
|
}], pageClick: [{
|
|
16616
16582
|
type: Output37
|
|
16617
16583
|
}] } });
|
|
16618
16584
|
|
|
16619
16585
|
// lib/components/ecl-pagination/ecl-pagination.component.mjs
|
|
16620
|
-
import { __decorate as
|
|
16621
|
-
import { Component as Component84, EventEmitter as EventEmitter38, HostBinding as HostBinding127, Input as
|
|
16586
|
+
import { __decorate as __decorate23 } from "tslib";
|
|
16587
|
+
import { Component as Component84, EventEmitter as EventEmitter38, HostBinding as HostBinding127, Input as Input81, Output as Output38 } from "@angular/core";
|
|
16622
16588
|
import { DefaultConfig, EuiPagination } from "@eui/base";
|
|
16623
|
-
import { coerceNumber as
|
|
16589
|
+
import { coerceNumber as coerceNumber2 } from "@eui/base";
|
|
16624
16590
|
import * as i0183 from "@angular/core";
|
|
16625
|
-
import * as
|
|
16591
|
+
import * as i134 from "@angular/common";
|
|
16626
16592
|
var EclPaginationEvent = class extends EclBaseEvent {
|
|
16627
16593
|
constructor(page, showingFrom, showingTo) {
|
|
16628
16594
|
super();
|
|
@@ -16684,34 +16650,34 @@ var EclPaginationComponent = class _EclPaginationComponent extends ECLBaseDirect
|
|
|
16684
16650
|
this.ɵfac = i0183.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0183, type: _EclPaginationComponent, deps: null, target: i0183.ɵɵFactoryTarget.Component });
|
|
16685
16651
|
}
|
|
16686
16652
|
static {
|
|
16687
|
-
this.ɵcmp = i0183.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPaginationComponent, selector: "ecl-pagination", inputs: { mode: "mode", totalItems: "totalItems", pageSize: "pageSize", currentPage: "currentPage", pageWindowSize: "pageWindowSize" }, outputs: { page: "page" }, host: { properties: { "class.ecl-pagination": "this.cmpClass", "attr.role": "this.role" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0183, template: '<ul class="ecl-pagination__list">\n <ng-container *ngIf="isModeAuto()">\n <ecl-pagination-item *ngIf="model.hasPreviousPage()" [isPrevious]="true" (pageClick)="onPreviousPage()"> </ecl-pagination-item>\n\n <ecl-pagination-item\n *ngFor="let page of model.getPages()"\n [label]="page.toString()"\n [isCurrent]="model.getCurrentPage() === page"\n (pageClick)="onPage(page)">\n </ecl-pagination-item>\n\n <ecl-pagination-item *ngIf="model.hasNextPage()" [isNext]="true" (pageClick)="onNextPage()"> </ecl-pagination-item>\n </ng-container>\n\n <ng-container *ngIf="!isModeAuto()">\n <ng-content></ng-content>\n </ng-container>\n</ul>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type:
|
|
16653
|
+
this.ɵcmp = i0183.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclPaginationComponent, selector: "ecl-pagination", inputs: { mode: "mode", totalItems: "totalItems", pageSize: "pageSize", currentPage: "currentPage", pageWindowSize: "pageWindowSize" }, outputs: { page: "page" }, host: { properties: { "class.ecl-pagination": "this.cmpClass", "attr.role": "this.role" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0183, template: '<ul class="ecl-pagination__list">\n <ng-container *ngIf="isModeAuto()">\n <ecl-pagination-item *ngIf="model.hasPreviousPage()" [isPrevious]="true" (pageClick)="onPreviousPage()"> </ecl-pagination-item>\n\n <ecl-pagination-item\n *ngFor="let page of model.getPages()"\n [label]="page.toString()"\n [isCurrent]="model.getCurrentPage() === page"\n (pageClick)="onPage(page)">\n </ecl-pagination-item>\n\n <ecl-pagination-item *ngIf="model.hasNextPage()" [isNext]="true" (pageClick)="onNextPage()"> </ecl-pagination-item>\n </ng-container>\n\n <ng-container *ngIf="!isModeAuto()">\n <ng-content></ng-content>\n </ng-container>\n</ul>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i134.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i134.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclPaginationItemComponent, selector: "ecl-pagination-item", inputs: ["label", "ariaLabel", "isCurrent", "isNext", "isPrevious", "routerLink", "queryParams", "queryParamsHandling", "href"], outputs: ["pageClick"] }] });
|
|
16688
16654
|
}
|
|
16689
16655
|
};
|
|
16690
|
-
|
|
16691
|
-
|
|
16656
|
+
__decorate23([
|
|
16657
|
+
coerceNumber2
|
|
16692
16658
|
], EclPaginationComponent.prototype, "totalItems", void 0);
|
|
16693
|
-
|
|
16694
|
-
|
|
16659
|
+
__decorate23([
|
|
16660
|
+
coerceNumber2
|
|
16695
16661
|
], EclPaginationComponent.prototype, "pageSize", void 0);
|
|
16696
|
-
|
|
16697
|
-
|
|
16662
|
+
__decorate23([
|
|
16663
|
+
coerceNumber2
|
|
16698
16664
|
], EclPaginationComponent.prototype, "currentPage", void 0);
|
|
16699
|
-
|
|
16700
|
-
|
|
16665
|
+
__decorate23([
|
|
16666
|
+
coerceNumber2
|
|
16701
16667
|
], EclPaginationComponent.prototype, "pageWindowSize", void 0);
|
|
16702
16668
|
i0183.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0183, type: EclPaginationComponent, decorators: [{
|
|
16703
16669
|
type: Component84,
|
|
16704
16670
|
args: [{ selector: "ecl-pagination", template: '<ul class="ecl-pagination__list">\n <ng-container *ngIf="isModeAuto()">\n <ecl-pagination-item *ngIf="model.hasPreviousPage()" [isPrevious]="true" (pageClick)="onPreviousPage()"> </ecl-pagination-item>\n\n <ecl-pagination-item\n *ngFor="let page of model.getPages()"\n [label]="page.toString()"\n [isCurrent]="model.getCurrentPage() === page"\n (pageClick)="onPage(page)">\n </ecl-pagination-item>\n\n <ecl-pagination-item *ngIf="model.hasNextPage()" [isNext]="true" (pageClick)="onNextPage()"> </ecl-pagination-item>\n </ng-container>\n\n <ng-container *ngIf="!isModeAuto()">\n <ng-content></ng-content>\n </ng-container>\n</ul>\n', styles: [":host{display:block}\n"] }]
|
|
16705
16671
|
}], propDecorators: { mode: [{
|
|
16706
|
-
type:
|
|
16672
|
+
type: Input81
|
|
16707
16673
|
}], totalItems: [{
|
|
16708
|
-
type:
|
|
16674
|
+
type: Input81
|
|
16709
16675
|
}], pageSize: [{
|
|
16710
|
-
type:
|
|
16676
|
+
type: Input81
|
|
16711
16677
|
}], currentPage: [{
|
|
16712
|
-
type:
|
|
16678
|
+
type: Input81
|
|
16713
16679
|
}], pageWindowSize: [{
|
|
16714
|
-
type:
|
|
16680
|
+
type: Input81
|
|
16715
16681
|
}], page: [{
|
|
16716
16682
|
type: Output38
|
|
16717
16683
|
}], cmpClass: [{
|
|
@@ -17079,9 +17045,9 @@ i0188.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17079
17045
|
}] });
|
|
17080
17046
|
|
|
17081
17047
|
// lib/components/ecl-radio/ecl-radio-help.component.mjs
|
|
17082
|
-
import { __decorate as
|
|
17083
|
-
import { Component as Component86, HostBinding as HostBinding131, Input as
|
|
17084
|
-
import { coerceBoolean as
|
|
17048
|
+
import { __decorate as __decorate24 } from "tslib";
|
|
17049
|
+
import { Component as Component86, HostBinding as HostBinding131, Input as Input82 } from "@angular/core";
|
|
17050
|
+
import { coerceBoolean as coerceBoolean20 } from "@eui/base";
|
|
17085
17051
|
import * as i0189 from "@angular/core";
|
|
17086
17052
|
var EclRadioHelpComponent = class _EclRadioHelpComponent extends ECLBaseDirective {
|
|
17087
17053
|
constructor() {
|
|
@@ -17098,14 +17064,14 @@ var EclRadioHelpComponent = class _EclRadioHelpComponent extends ECLBaseDirectiv
|
|
|
17098
17064
|
this.ɵcmp = i0189.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRadioHelpComponent, selector: "[eclRadioHelp]", inputs: { isDisabled: "isDisabled" }, host: { properties: { "class.ecl-radio__help--disabled": "this.isDisabled", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0189, template: "<ng-content></ng-content>\n" });
|
|
17099
17065
|
}
|
|
17100
17066
|
};
|
|
17101
|
-
|
|
17102
|
-
|
|
17067
|
+
__decorate24([
|
|
17068
|
+
coerceBoolean20
|
|
17103
17069
|
], EclRadioHelpComponent.prototype, "isDisabled", void 0);
|
|
17104
17070
|
i0189.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0189, type: EclRadioHelpComponent, decorators: [{
|
|
17105
17071
|
type: Component86,
|
|
17106
17072
|
args: [{ selector: "[eclRadioHelp]", template: "<ng-content></ng-content>\n" }]
|
|
17107
17073
|
}], propDecorators: { isDisabled: [{
|
|
17108
|
-
type:
|
|
17074
|
+
type: Input82
|
|
17109
17075
|
}, {
|
|
17110
17076
|
type: HostBinding131,
|
|
17111
17077
|
args: ["class.ecl-radio__help--disabled"]
|
|
@@ -17115,9 +17081,9 @@ i0189.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17115
17081
|
}] } });
|
|
17116
17082
|
|
|
17117
17083
|
// lib/components/ecl-radio/ecl-radio-label.component.mjs
|
|
17118
|
-
import { __decorate as
|
|
17119
|
-
import { Component as Component87, HostBinding as HostBinding132, Input as
|
|
17120
|
-
import { coerceBoolean as
|
|
17084
|
+
import { __decorate as __decorate25 } from "tslib";
|
|
17085
|
+
import { Component as Component87, HostBinding as HostBinding132, Input as Input83, ViewEncapsulation as ViewEncapsulation13 } from "@angular/core";
|
|
17086
|
+
import { coerceBoolean as coerceBoolean21 } from "@eui/base";
|
|
17121
17087
|
import * as i0190 from "@angular/core";
|
|
17122
17088
|
var EclRadioLabelComponent = class _EclRadioLabelComponent extends ECLBaseDirective {
|
|
17123
17089
|
constructor() {
|
|
@@ -17135,28 +17101,28 @@ var EclRadioLabelComponent = class _EclRadioLabelComponent extends ECLBaseDirect
|
|
|
17135
17101
|
this.ɵcmp = i0190.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRadioLabelComponent, selector: "[eclRadioLabel]", inputs: { isInvalid: "isInvalid", isDisabled: "isDisabled" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0190, template: '<span class="ecl-radio__box" [class.ecl-radio__box--disabled]="isDisabled" [class.ecl-radio__box--invalid]="isInvalid">\n <span class="ecl-radio__box-inner"></span>\n</span>\n\n<ng-content></ng-content>\n', encapsulation: i0190.ViewEncapsulation.None });
|
|
17136
17102
|
}
|
|
17137
17103
|
};
|
|
17138
|
-
|
|
17139
|
-
|
|
17104
|
+
__decorate25([
|
|
17105
|
+
coerceBoolean21
|
|
17140
17106
|
], EclRadioLabelComponent.prototype, "isInvalid", void 0);
|
|
17141
|
-
|
|
17142
|
-
|
|
17107
|
+
__decorate25([
|
|
17108
|
+
coerceBoolean21
|
|
17143
17109
|
], EclRadioLabelComponent.prototype, "isDisabled", void 0);
|
|
17144
17110
|
i0190.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0190, type: EclRadioLabelComponent, decorators: [{
|
|
17145
17111
|
type: Component87,
|
|
17146
17112
|
args: [{ selector: "[eclRadioLabel]", encapsulation: ViewEncapsulation13.None, template: '<span class="ecl-radio__box" [class.ecl-radio__box--disabled]="isDisabled" [class.ecl-radio__box--invalid]="isInvalid">\n <span class="ecl-radio__box-inner"></span>\n</span>\n\n<ng-content></ng-content>\n' }]
|
|
17147
17113
|
}], propDecorators: { isInvalid: [{
|
|
17148
|
-
type:
|
|
17114
|
+
type: Input83
|
|
17149
17115
|
}], isDisabled: [{
|
|
17150
|
-
type:
|
|
17116
|
+
type: Input83
|
|
17151
17117
|
}], cssClasses: [{
|
|
17152
17118
|
type: HostBinding132,
|
|
17153
17119
|
args: ["class"]
|
|
17154
17120
|
}] } });
|
|
17155
17121
|
|
|
17156
17122
|
// lib/components/ecl-radio/ecl-radio.directive.mjs
|
|
17157
|
-
import { __decorate as
|
|
17158
|
-
import { ContentChild as ContentChild25, Directive as Directive54, forwardRef as forwardRef48, HostBinding as HostBinding133, Input as
|
|
17159
|
-
import { coerceBoolean as
|
|
17123
|
+
import { __decorate as __decorate26 } from "tslib";
|
|
17124
|
+
import { ContentChild as ContentChild25, Directive as Directive54, forwardRef as forwardRef48, HostBinding as HostBinding133, Input as Input84 } from "@angular/core";
|
|
17125
|
+
import { coerceBoolean as coerceBoolean22 } from "@eui/base";
|
|
17160
17126
|
import * as i0191 from "@angular/core";
|
|
17161
17127
|
var EclRadioDirective = class _EclRadioDirective extends ECLBaseDirective {
|
|
17162
17128
|
constructor() {
|
|
@@ -17186,14 +17152,14 @@ var EclRadioDirective = class _EclRadioDirective extends ECLBaseDirective {
|
|
|
17186
17152
|
this.ɵdir = i0191.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRadioDirective, selector: "[eclRadio]", inputs: { isBinary: "isBinary", isDisabled: "isDisabled", isInvalid: "isInvalid" }, host: { properties: { "class.ecl-radio--disabled": "this.isDisabled", "class.ecl-radio--invalid": "this.isInvalid", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclRadioLabelComponent", first: true, predicate: i0191.forwardRef(() => EclRadioLabelComponent), descendants: true }, { propertyName: "eclRadioHelpComponent", first: true, predicate: i0191.forwardRef(() => EclRadioHelpComponent), descendants: true }], usesInheritance: true, ngImport: i0191 });
|
|
17187
17153
|
}
|
|
17188
17154
|
};
|
|
17189
|
-
|
|
17190
|
-
|
|
17155
|
+
__decorate26([
|
|
17156
|
+
coerceBoolean22
|
|
17191
17157
|
], EclRadioDirective.prototype, "isBinary", void 0);
|
|
17192
|
-
|
|
17193
|
-
|
|
17158
|
+
__decorate26([
|
|
17159
|
+
coerceBoolean22
|
|
17194
17160
|
], EclRadioDirective.prototype, "isDisabled", void 0);
|
|
17195
|
-
|
|
17196
|
-
|
|
17161
|
+
__decorate26([
|
|
17162
|
+
coerceBoolean22
|
|
17197
17163
|
], EclRadioDirective.prototype, "isInvalid", void 0);
|
|
17198
17164
|
i0191.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0191, type: EclRadioDirective, decorators: [{
|
|
17199
17165
|
type: Directive54,
|
|
@@ -17201,14 +17167,14 @@ i0191.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17201
17167
|
selector: "[eclRadio]"
|
|
17202
17168
|
}]
|
|
17203
17169
|
}], propDecorators: { isBinary: [{
|
|
17204
|
-
type:
|
|
17170
|
+
type: Input84
|
|
17205
17171
|
}], isDisabled: [{
|
|
17206
|
-
type:
|
|
17172
|
+
type: Input84
|
|
17207
17173
|
}, {
|
|
17208
17174
|
type: HostBinding133,
|
|
17209
17175
|
args: ["class.ecl-radio--disabled"]
|
|
17210
17176
|
}], isInvalid: [{
|
|
17211
|
-
type:
|
|
17177
|
+
type: Input84
|
|
17212
17178
|
}, {
|
|
17213
17179
|
type: HostBinding133,
|
|
17214
17180
|
args: ["class.ecl-radio--invalid"]
|
|
@@ -17226,7 +17192,7 @@ i0191.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17226
17192
|
// lib/components/ecl-radio/ecl-radio-input.directive.mjs
|
|
17227
17193
|
import { Directive as Directive55, HostBinding as HostBinding134, Optional as Optional6, Self as Self4, Inject as Inject5, forwardRef as forwardRef50 } from "@angular/core";
|
|
17228
17194
|
import * as i0192 from "@angular/core";
|
|
17229
|
-
import * as
|
|
17195
|
+
import * as i135 from "@angular/forms";
|
|
17230
17196
|
var EclRadioInputDirective = class _EclRadioInputDirective extends ECLBaseDirective {
|
|
17231
17197
|
get cssClasses() {
|
|
17232
17198
|
return [super.getCssClasses("ecl-radio__input")].join(" ").trim();
|
|
@@ -17246,7 +17212,7 @@ var EclRadioInputDirective = class _EclRadioInputDirective extends ECLBaseDirect
|
|
|
17246
17212
|
}
|
|
17247
17213
|
}
|
|
17248
17214
|
static {
|
|
17249
|
-
this.ɵfac = i0192.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0192, type: _EclRadioInputDirective, deps: [{ token: forwardRef50(() => EclRadioDirective) }, { token:
|
|
17215
|
+
this.ɵfac = i0192.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0192, type: _EclRadioInputDirective, deps: [{ token: forwardRef50(() => EclRadioDirective) }, { token: i135.NgControl, optional: true, self: true }, { token: i0192.ChangeDetectorRef }], target: i0192.ɵɵFactoryTarget.Directive });
|
|
17250
17216
|
}
|
|
17251
17217
|
static {
|
|
17252
17218
|
this.ɵdir = i0192.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRadioInputDirective, selector: "input[eclRadioInput]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0192 });
|
|
@@ -17260,7 +17226,7 @@ i0192.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17260
17226
|
}], ctorParameters: () => [{ type: EclRadioDirective, decorators: [{
|
|
17261
17227
|
type: Inject5,
|
|
17262
17228
|
args: [forwardRef50(() => EclRadioDirective)]
|
|
17263
|
-
}] }, { type:
|
|
17229
|
+
}] }, { type: i135.NgControl, decorators: [{
|
|
17264
17230
|
type: Optional6
|
|
17265
17231
|
}, {
|
|
17266
17232
|
type: Self4
|
|
@@ -17294,12 +17260,12 @@ i0193.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17294
17260
|
}] });
|
|
17295
17261
|
|
|
17296
17262
|
// lib/components/ecl-rating-field/ecl-rating-field.component.mjs
|
|
17297
|
-
import { __decorate as
|
|
17298
|
-
import { Component as Component88, EventEmitter as EventEmitter40, forwardRef as forwardRef51, HostBinding as HostBinding135, Input as
|
|
17263
|
+
import { __decorate as __decorate27 } from "tslib";
|
|
17264
|
+
import { Component as Component88, EventEmitter as EventEmitter40, forwardRef as forwardRef51, HostBinding as HostBinding135, Input as Input85, Output as Output40 } from "@angular/core";
|
|
17299
17265
|
import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR6 } from "@angular/forms";
|
|
17300
|
-
import { coerceBoolean as
|
|
17266
|
+
import { coerceBoolean as coerceBoolean23, coerceNumber as coerceNumber3 } from "@eui/base";
|
|
17301
17267
|
import * as i0194 from "@angular/core";
|
|
17302
|
-
import * as
|
|
17268
|
+
import * as i136 from "@angular/common";
|
|
17303
17269
|
var EclRatingChangeEvent = class extends EclBaseEvent {
|
|
17304
17270
|
constructor(value) {
|
|
17305
17271
|
super();
|
|
@@ -17353,34 +17319,34 @@ var EclRatingFieldComponent = class _EclRatingFieldComponent extends ECLBaseDire
|
|
|
17353
17319
|
this.ɵfac = i0194.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0194, type: _EclRatingFieldComponent, deps: [], target: i0194.ɵɵFactoryTarget.Component });
|
|
17354
17320
|
}
|
|
17355
17321
|
static {
|
|
17356
|
-
this.ɵcmp = i0194.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRatingFieldComponent, selector: "ecl-rating-field", inputs: { name: "name", numberOfStars: "numberOfStars", rating: "rating", disabled: "disabled" }, outputs: { ratingChange: "ratingChange" }, host: { properties: { "attr.disabled": "this.disabled", "class": "this.cssClasses" } }, providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], usesInheritance: true, ngImport: i0194, template: '<ng-container *ngFor="let n of numbers">\n <input\n type="radio"\n id="{{ name }}-{{ n }}"\n [name]="name"\n class="ecl-rating-field__input"\n [value]="n"\n required=""\n [attr.checked]="rating === n ? true : undefined"\n [attr.disabled]="disabled ? true : undefined"\n (click)="onRadioClick(n)" />\n <label class="ecl-rating-field__label" for="{{ name }}-{{ n }}">\n <span class="ecl-u-sr-only">{{ n }} stars</span>\n <ecl-icon icon="star-filled" class="ecl-rating-field__icon-filled" size="m"> </ecl-icon>\n <ecl-icon icon="star-outline" class="ecl-rating-field__icon-outline" size="m"> </ecl-icon>\n </label>\n</ng-container>\n', dependencies: [{ kind: "directive", type:
|
|
17322
|
+
this.ɵcmp = i0194.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRatingFieldComponent, selector: "ecl-rating-field", inputs: { name: "name", numberOfStars: "numberOfStars", rating: "rating", disabled: "disabled" }, outputs: { ratingChange: "ratingChange" }, host: { properties: { "attr.disabled": "this.disabled", "class": "this.cssClasses" } }, providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], usesInheritance: true, ngImport: i0194, template: '<ng-container *ngFor="let n of numbers">\n <input\n type="radio"\n id="{{ name }}-{{ n }}"\n [name]="name"\n class="ecl-rating-field__input"\n [value]="n"\n required=""\n [attr.checked]="rating === n ? true : undefined"\n [attr.disabled]="disabled ? true : undefined"\n (click)="onRadioClick(n)" />\n <label class="ecl-rating-field__label" for="{{ name }}-{{ n }}">\n <span class="ecl-u-sr-only">{{ n }} stars</span>\n <ecl-icon icon="star-filled" class="ecl-rating-field__icon-filled" size="m"> </ecl-icon>\n <ecl-icon icon="star-outline" class="ecl-rating-field__icon-outline" size="m"> </ecl-icon>\n </label>\n</ng-container>\n', dependencies: [{ kind: "directive", type: i136.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
|
|
17357
17323
|
}
|
|
17358
17324
|
};
|
|
17359
|
-
|
|
17360
|
-
|
|
17325
|
+
__decorate27([
|
|
17326
|
+
coerceNumber3
|
|
17361
17327
|
], EclRatingFieldComponent.prototype, "numberOfStars", void 0);
|
|
17362
|
-
|
|
17363
|
-
|
|
17328
|
+
__decorate27([
|
|
17329
|
+
coerceNumber3
|
|
17364
17330
|
], EclRatingFieldComponent.prototype, "rating", void 0);
|
|
17365
|
-
|
|
17366
|
-
|
|
17331
|
+
__decorate27([
|
|
17332
|
+
coerceBoolean23
|
|
17367
17333
|
], EclRatingFieldComponent.prototype, "disabled", void 0);
|
|
17368
17334
|
i0194.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0194, type: EclRatingFieldComponent, decorators: [{
|
|
17369
17335
|
type: Component88,
|
|
17370
17336
|
args: [{ selector: "ecl-rating-field", providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], template: '<ng-container *ngFor="let n of numbers">\n <input\n type="radio"\n id="{{ name }}-{{ n }}"\n [name]="name"\n class="ecl-rating-field__input"\n [value]="n"\n required=""\n [attr.checked]="rating === n ? true : undefined"\n [attr.disabled]="disabled ? true : undefined"\n (click)="onRadioClick(n)" />\n <label class="ecl-rating-field__label" for="{{ name }}-{{ n }}">\n <span class="ecl-u-sr-only">{{ n }} stars</span>\n <ecl-icon icon="star-filled" class="ecl-rating-field__icon-filled" size="m"> </ecl-icon>\n <ecl-icon icon="star-outline" class="ecl-rating-field__icon-outline" size="m"> </ecl-icon>\n </label>\n</ng-container>\n' }]
|
|
17371
17337
|
}], ctorParameters: () => [], propDecorators: {
|
|
17372
17338
|
name: [{
|
|
17373
|
-
type:
|
|
17339
|
+
type: Input85
|
|
17374
17340
|
}],
|
|
17375
17341
|
numberOfStars: [{
|
|
17376
|
-
type:
|
|
17342
|
+
type: Input85
|
|
17377
17343
|
}],
|
|
17378
17344
|
rating: [{
|
|
17379
|
-
type:
|
|
17345
|
+
type: Input85
|
|
17380
17346
|
}],
|
|
17381
17347
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
17382
17348
|
disabled: [{
|
|
17383
|
-
type:
|
|
17349
|
+
type: Input85
|
|
17384
17350
|
}, {
|
|
17385
17351
|
type: HostBinding135,
|
|
17386
17352
|
args: ["attr.disabled"]
|
|
@@ -17420,9 +17386,9 @@ i0195.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17420
17386
|
}] });
|
|
17421
17387
|
|
|
17422
17388
|
// lib/components/ecl-range/ecl-range-value.component.mjs
|
|
17423
|
-
import { Component as Component89, HostBinding as HostBinding136, Input as
|
|
17389
|
+
import { Component as Component89, HostBinding as HostBinding136, Input as Input86 } from "@angular/core";
|
|
17424
17390
|
import * as i0196 from "@angular/core";
|
|
17425
|
-
import * as
|
|
17391
|
+
import * as i137 from "@ngx-translate/core";
|
|
17426
17392
|
var EclRangeValueComponent = class _EclRangeValueComponent extends ECLBaseDirective {
|
|
17427
17393
|
get cssClasses() {
|
|
17428
17394
|
return [super.getCssClasses("ecl-range__value")].join(" ").trim();
|
|
@@ -17432,7 +17398,7 @@ var EclRangeValueComponent = class _EclRangeValueComponent extends ECLBaseDirect
|
|
|
17432
17398
|
}
|
|
17433
17399
|
static {
|
|
17434
17400
|
this.ɵcmp = i0196.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRangeValueComponent, selector: "ecl-range-value", inputs: { value: "value" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0196, template: `{{ 'ecl.common.VALUE' | translate }}: <span class="ecl-range__value-current"> {{ value }} </span>
|
|
17435
|
-
`, styles: [":host{display:block}\n"], dependencies: [{ kind: "pipe", type:
|
|
17401
|
+
`, styles: [":host{display:block}\n"], dependencies: [{ kind: "pipe", type: i137.TranslatePipe, name: "translate" }] });
|
|
17436
17402
|
}
|
|
17437
17403
|
};
|
|
17438
17404
|
i0196.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0196, type: EclRangeValueComponent, decorators: [{
|
|
@@ -17440,19 +17406,19 @@ i0196.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17440
17406
|
args: [{ selector: "ecl-range-value", template: `{{ 'ecl.common.VALUE' | translate }}: <span class="ecl-range__value-current"> {{ value }} </span>
|
|
17441
17407
|
`, styles: [":host{display:block}\n"] }]
|
|
17442
17408
|
}], propDecorators: { value: [{
|
|
17443
|
-
type:
|
|
17409
|
+
type: Input86
|
|
17444
17410
|
}], cssClasses: [{
|
|
17445
17411
|
type: HostBinding136,
|
|
17446
17412
|
args: ["class"]
|
|
17447
17413
|
}] } });
|
|
17448
17414
|
|
|
17449
17415
|
// lib/components/ecl-range/ecl-range.directive.mjs
|
|
17450
|
-
import { __decorate as
|
|
17451
|
-
import { Directive as Directive56, EventEmitter as EventEmitter41, HostBinding as HostBinding137, HostListener as HostListener21, Input as
|
|
17452
|
-
import { coerceBoolean as
|
|
17416
|
+
import { __decorate as __decorate28 } from "tslib";
|
|
17417
|
+
import { Directive as Directive56, EventEmitter as EventEmitter41, HostBinding as HostBinding137, HostListener as HostListener21, Input as Input87, Optional as Optional7, Output as Output41, Self as Self5 } from "@angular/core";
|
|
17418
|
+
import { coerceBoolean as coerceBoolean24 } from "@eui/base";
|
|
17453
17419
|
import { distinctUntilChanged } from "rxjs";
|
|
17454
17420
|
import * as i0197 from "@angular/core";
|
|
17455
|
-
import * as
|
|
17421
|
+
import * as i138 from "@angular/forms";
|
|
17456
17422
|
var EclRangeEvent = class extends EclBaseEvent {
|
|
17457
17423
|
constructor(value) {
|
|
17458
17424
|
super();
|
|
@@ -17501,30 +17467,30 @@ var EclRangeDirective = class _EclRangeDirective extends ECLBaseDirective {
|
|
|
17501
17467
|
this.rangeChange.next(new EclRangeEvent(numberValue));
|
|
17502
17468
|
}
|
|
17503
17469
|
static {
|
|
17504
|
-
this.ɵfac = i0197.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0197, type: _EclRangeDirective, deps: [{ token: i0197.ViewContainerRef }, { token:
|
|
17470
|
+
this.ɵfac = i0197.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0197, type: _EclRangeDirective, deps: [{ token: i0197.ViewContainerRef }, { token: i138.NgControl, optional: true, self: true }], target: i0197.ɵɵFactoryTarget.Directive });
|
|
17505
17471
|
}
|
|
17506
17472
|
static {
|
|
17507
17473
|
this.ɵdir = i0197.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclRangeDirective, selector: "input[eclRange]", inputs: { eclSize: "eclSize", value: "value", hasValueLabel: "hasValueLabel" }, outputs: { rangeChange: "rangeChange" }, host: { listeners: { "input": "onInput($event)" }, properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0197 });
|
|
17508
17474
|
}
|
|
17509
17475
|
};
|
|
17510
|
-
|
|
17511
|
-
|
|
17476
|
+
__decorate28([
|
|
17477
|
+
coerceBoolean24
|
|
17512
17478
|
], EclRangeDirective.prototype, "hasValueLabel", void 0);
|
|
17513
17479
|
i0197.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0197, type: EclRangeDirective, decorators: [{
|
|
17514
17480
|
type: Directive56,
|
|
17515
17481
|
args: [{
|
|
17516
17482
|
selector: "input[eclRange]"
|
|
17517
17483
|
}]
|
|
17518
|
-
}], ctorParameters: () => [{ type: i0197.ViewContainerRef }, { type:
|
|
17484
|
+
}], ctorParameters: () => [{ type: i0197.ViewContainerRef }, { type: i138.NgControl, decorators: [{
|
|
17519
17485
|
type: Optional7
|
|
17520
17486
|
}, {
|
|
17521
17487
|
type: Self5
|
|
17522
17488
|
}] }], propDecorators: { eclSize: [{
|
|
17523
|
-
type:
|
|
17489
|
+
type: Input87
|
|
17524
17490
|
}], value: [{
|
|
17525
|
-
type:
|
|
17491
|
+
type: Input87
|
|
17526
17492
|
}], hasValueLabel: [{
|
|
17527
|
-
type:
|
|
17493
|
+
type: Input87
|
|
17528
17494
|
}], rangeChange: [{
|
|
17529
17495
|
type: Output41
|
|
17530
17496
|
}], cssClasses: [{
|
|
@@ -17562,7 +17528,7 @@ i0198.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17562
17528
|
}] });
|
|
17563
17529
|
|
|
17564
17530
|
// lib/components/ecl-select/ecl-select-container.component.mjs
|
|
17565
|
-
import { Component as Component90, HostBinding as HostBinding138, Input as
|
|
17531
|
+
import { Component as Component90, HostBinding as HostBinding138, Input as Input88 } from "@angular/core";
|
|
17566
17532
|
import * as i0199 from "@angular/core";
|
|
17567
17533
|
var EclSelectContainerComponent = class _EclSelectContainerComponent extends ECLBaseDirective {
|
|
17568
17534
|
constructor() {
|
|
@@ -17588,22 +17554,22 @@ i0199.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17588
17554
|
type: Component90,
|
|
17589
17555
|
args: [{ selector: "ecl-select-container", template: '<div class="ecl-select__icon">\n <ecl-icon icon="corner-arrow" size="s" transform="rotate-180" class="ecl-select__icon-shape"> </ecl-icon>\n</div>\n' }]
|
|
17590
17556
|
}], propDecorators: { eclSize: [{
|
|
17591
|
-
type:
|
|
17557
|
+
type: Input88
|
|
17592
17558
|
}], disabled: [{
|
|
17593
|
-
type:
|
|
17559
|
+
type: Input88
|
|
17594
17560
|
}], isInvalid: [{
|
|
17595
|
-
type:
|
|
17561
|
+
type: Input88
|
|
17596
17562
|
}], cssClasses: [{
|
|
17597
17563
|
type: HostBinding138,
|
|
17598
17564
|
args: ["class"]
|
|
17599
17565
|
}] } });
|
|
17600
17566
|
|
|
17601
17567
|
// lib/components/ecl-select/ecl-select.directive.mjs
|
|
17602
|
-
import { __decorate as
|
|
17603
|
-
import { Directive as Directive57, HostBinding as HostBinding139, Input as
|
|
17604
|
-
import { coerceBoolean as
|
|
17568
|
+
import { __decorate as __decorate29 } from "tslib";
|
|
17569
|
+
import { Directive as Directive57, HostBinding as HostBinding139, Input as Input89, Optional as Optional8, Self as Self6 } from "@angular/core";
|
|
17570
|
+
import { coerceBoolean as coerceBoolean25 } from "@eui/base";
|
|
17605
17571
|
import * as i0200 from "@angular/core";
|
|
17606
|
-
import * as
|
|
17572
|
+
import * as i139 from "@angular/forms";
|
|
17607
17573
|
var EclSelectDirective = class _EclSelectDirective extends ECLBaseDirective {
|
|
17608
17574
|
get cssClasses() {
|
|
17609
17575
|
return [super.getCssClasses("ecl-select")].join(" ").trim();
|
|
@@ -17645,36 +17611,36 @@ var EclSelectDirective = class _EclSelectDirective extends ECLBaseDirective {
|
|
|
17645
17611
|
this.containerComponent.isInvalid = this.isInvalidState;
|
|
17646
17612
|
}
|
|
17647
17613
|
static {
|
|
17648
|
-
this.ɵfac = i0200.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0200, type: _EclSelectDirective, deps: [{ token:
|
|
17614
|
+
this.ɵfac = i0200.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0200, type: _EclSelectDirective, deps: [{ token: i139.NgControl, optional: true, self: true }, { token: i0200.ElementRef }, { token: i0200.ViewContainerRef }], target: i0200.ɵɵFactoryTarget.Directive });
|
|
17649
17615
|
}
|
|
17650
17616
|
static {
|
|
17651
17617
|
this.ɵdir = i0200.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSelectDirective, selector: "select[eclSelect]", inputs: { disabled: "disabled", isInvalid: "isInvalid", eclSize: "eclSize" }, host: { properties: { "attr.disabled": "this.isDisabled", "class": "this.cssClasses", "class.ecl-select--invalid": "this.isInvalidState" } }, usesInheritance: true, ngImport: i0200 });
|
|
17652
17618
|
}
|
|
17653
17619
|
};
|
|
17654
|
-
|
|
17655
|
-
|
|
17620
|
+
__decorate29([
|
|
17621
|
+
coerceBoolean25
|
|
17656
17622
|
], EclSelectDirective.prototype, "disabled", void 0);
|
|
17657
|
-
|
|
17658
|
-
|
|
17623
|
+
__decorate29([
|
|
17624
|
+
coerceBoolean25
|
|
17659
17625
|
], EclSelectDirective.prototype, "isInvalid", void 0);
|
|
17660
17626
|
i0200.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0200, type: EclSelectDirective, decorators: [{
|
|
17661
17627
|
type: Directive57,
|
|
17662
17628
|
args: [{
|
|
17663
17629
|
selector: "select[eclSelect]"
|
|
17664
17630
|
}]
|
|
17665
|
-
}], ctorParameters: () => [{ type:
|
|
17631
|
+
}], ctorParameters: () => [{ type: i139.NgControl, decorators: [{
|
|
17666
17632
|
type: Optional8
|
|
17667
17633
|
}, {
|
|
17668
17634
|
type: Self6
|
|
17669
17635
|
}] }, { type: i0200.ElementRef }, { type: i0200.ViewContainerRef }], propDecorators: { disabled: [{
|
|
17670
|
-
type:
|
|
17636
|
+
type: Input89
|
|
17671
17637
|
}, {
|
|
17672
17638
|
type: HostBinding139,
|
|
17673
17639
|
args: ["attr.disabled"]
|
|
17674
17640
|
}], isInvalid: [{
|
|
17675
|
-
type:
|
|
17641
|
+
type: Input89
|
|
17676
17642
|
}], eclSize: [{
|
|
17677
|
-
type:
|
|
17643
|
+
type: Input89
|
|
17678
17644
|
}], cssClasses: [{
|
|
17679
17645
|
type: HostBinding139,
|
|
17680
17646
|
args: ["class"]
|
|
@@ -17712,9 +17678,9 @@ i0201.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17712
17678
|
}] });
|
|
17713
17679
|
|
|
17714
17680
|
// lib/components/ecl-social-media-follow/ecl-social-media-follow.component.mjs
|
|
17715
|
-
import { Component as Component91, HostBinding as HostBinding140, Input as
|
|
17681
|
+
import { Component as Component91, HostBinding as HostBinding140, Input as Input90, booleanAttribute as booleanAttribute25 } from "@angular/core";
|
|
17716
17682
|
import * as i0202 from "@angular/core";
|
|
17717
|
-
import * as
|
|
17683
|
+
import * as i140 from "@angular/common";
|
|
17718
17684
|
var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends ECLBaseDirective {
|
|
17719
17685
|
constructor() {
|
|
17720
17686
|
super(...arguments);
|
|
@@ -17727,27 +17693,27 @@ var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends
|
|
|
17727
17693
|
this.ɵfac = i0202.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0202, type: _EclSocialMediaFollowComponent, deps: null, target: i0202.ɵɵFactoryTarget.Component });
|
|
17728
17694
|
}
|
|
17729
17695
|
static {
|
|
17730
|
-
this.ɵcmp = i0202.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: ["isVertical", "isVertical",
|
|
17696
|
+
this.ɵcmp = i0202.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: ["isVertical", "isVertical", booleanAttribute25] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0202, template: '<p *ngIf="description" class="ecl-social-media-follow__description">{{ description }}</p>\n<ul class="ecl-social-media-follow__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i140.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
17731
17697
|
}
|
|
17732
17698
|
};
|
|
17733
17699
|
i0202.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0202, type: EclSocialMediaFollowComponent, decorators: [{
|
|
17734
17700
|
type: Component91,
|
|
17735
17701
|
args: [{ selector: "ecl-social-media-follow", template: '<p *ngIf="description" class="ecl-social-media-follow__description">{{ description }}</p>\n<ul class="ecl-social-media-follow__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"] }]
|
|
17736
17702
|
}], propDecorators: { description: [{
|
|
17737
|
-
type:
|
|
17703
|
+
type: Input90
|
|
17738
17704
|
}], isVertical: [{
|
|
17739
|
-
type:
|
|
17740
|
-
args: [{ transform:
|
|
17705
|
+
type: Input90,
|
|
17706
|
+
args: [{ transform: booleanAttribute25 }]
|
|
17741
17707
|
}], cssClasses: [{
|
|
17742
17708
|
type: HostBinding140,
|
|
17743
17709
|
args: ["class"]
|
|
17744
17710
|
}] } });
|
|
17745
17711
|
|
|
17746
17712
|
// lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs
|
|
17747
|
-
import { Component as Component92, EventEmitter as EventEmitter42, HostBinding as HostBinding141, Input as
|
|
17713
|
+
import { Component as Component92, EventEmitter as EventEmitter42, HostBinding as HostBinding141, Input as Input91, Output as Output42 } from "@angular/core";
|
|
17748
17714
|
import * as i0203 from "@angular/core";
|
|
17749
|
-
import * as
|
|
17750
|
-
import * as
|
|
17715
|
+
import * as i141 from "@angular/common";
|
|
17716
|
+
import * as i215 from "@angular/router";
|
|
17751
17717
|
var EclSocialMediaFollowItemClickEvent = class extends EclBaseEvent {
|
|
17752
17718
|
};
|
|
17753
17719
|
var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent extends ECLBaseDirective {
|
|
@@ -17773,7 +17739,7 @@ var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent
|
|
|
17773
17739
|
this.ɵfac = i0203.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0203, type: _EclSocialMediaFollowItemComponent, deps: null, target: i0203.ɵɵFactoryTarget.Component });
|
|
17774
17740
|
}
|
|
17775
17741
|
static {
|
|
17776
|
-
this.ɵcmp = i0203.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowItemComponent, selector: "ecl-social-media-follow-item", inputs: { icon: "icon", iconSet: "iconSet", href: "href", routerLink: "routerLink", target: "target", size: "size" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0203, template: '@if(href) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [href]="href" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && routerLink) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [routerLink]="routerLink" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && !routerLink) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type:
|
|
17742
|
+
this.ɵcmp = i0203.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclSocialMediaFollowItemComponent, selector: "ecl-social-media-follow-item", inputs: { icon: "icon", iconSet: "iconSet", href: "href", routerLink: "routerLink", target: "target", size: "size" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0203, template: '@if(href) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [href]="href" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && routerLink) {\n<a eclLink (click)="onItemClick($event)" variant="standalone" [routerLink]="routerLink" [attr.target]="target"\n class="ecl-social-media-follow__link">\n @if(icon) {\n <ecl-icon [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-follow__icon"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n}\n\n@if(!href && !routerLink) {\n<ng-container *ngTemplateOutlet="content"></ng-container>\n}\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i141.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i215.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }] });
|
|
17777
17743
|
}
|
|
17778
17744
|
};
|
|
17779
17745
|
i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0203, type: EclSocialMediaFollowItemComponent, decorators: [{
|
|
@@ -17783,17 +17749,17 @@ i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17783
17749
|
type: HostBinding141,
|
|
17784
17750
|
args: ["attr.role"]
|
|
17785
17751
|
}], icon: [{
|
|
17786
|
-
type:
|
|
17752
|
+
type: Input91
|
|
17787
17753
|
}], iconSet: [{
|
|
17788
|
-
type:
|
|
17754
|
+
type: Input91
|
|
17789
17755
|
}], href: [{
|
|
17790
|
-
type:
|
|
17756
|
+
type: Input91
|
|
17791
17757
|
}], routerLink: [{
|
|
17792
|
-
type:
|
|
17758
|
+
type: Input91
|
|
17793
17759
|
}], target: [{
|
|
17794
|
-
type:
|
|
17760
|
+
type: Input91
|
|
17795
17761
|
}], size: [{
|
|
17796
|
-
type:
|
|
17762
|
+
type: Input91
|
|
17797
17763
|
}], cssClasses: [{
|
|
17798
17764
|
type: HostBinding141,
|
|
17799
17765
|
args: ["class"]
|
|
@@ -17860,9 +17826,9 @@ i0205.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17860
17826
|
}] });
|
|
17861
17827
|
|
|
17862
17828
|
// lib/components/ecl-social-media-share/ecl-social-media-share.component.mjs
|
|
17863
|
-
import { __decorate as
|
|
17864
|
-
import { Component as Component93, HostBinding as HostBinding143, Input as
|
|
17865
|
-
import { coerceBoolean as
|
|
17829
|
+
import { __decorate as __decorate30 } from "tslib";
|
|
17830
|
+
import { Component as Component93, HostBinding as HostBinding143, Input as Input92 } from "@angular/core";
|
|
17831
|
+
import { coerceBoolean as coerceBoolean26 } from "@eui/base";
|
|
17866
17832
|
import * as i0206 from "@angular/core";
|
|
17867
17833
|
var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends ECLBaseDirective {
|
|
17868
17834
|
constructor() {
|
|
@@ -17879,25 +17845,25 @@ var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends E
|
|
|
17879
17845
|
this.ɵcmp = i0206.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaShareComponent, selector: "ecl-social-media-share", inputs: { description: "description", isVertical: "isVertical" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0206, template: '<p class="ecl-social-media-share__description">{{ description }}</p>\n<ul class="ecl-social-media-share__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"] });
|
|
17880
17846
|
}
|
|
17881
17847
|
};
|
|
17882
|
-
|
|
17883
|
-
|
|
17848
|
+
__decorate30([
|
|
17849
|
+
coerceBoolean26
|
|
17884
17850
|
], EclSocialMediaShareComponent.prototype, "isVertical", void 0);
|
|
17885
17851
|
i0206.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0206, type: EclSocialMediaShareComponent, decorators: [{
|
|
17886
17852
|
type: Component93,
|
|
17887
17853
|
args: [{ selector: "ecl-social-media-share", template: '<p class="ecl-social-media-share__description">{{ description }}</p>\n<ul class="ecl-social-media-share__list">\n <ng-content></ng-content>\n</ul>\n', styles: [":host{display:block}\n"] }]
|
|
17888
17854
|
}], propDecorators: { description: [{
|
|
17889
|
-
type:
|
|
17855
|
+
type: Input92
|
|
17890
17856
|
}], isVertical: [{
|
|
17891
|
-
type:
|
|
17857
|
+
type: Input92
|
|
17892
17858
|
}], cssClasses: [{
|
|
17893
17859
|
type: HostBinding143,
|
|
17894
17860
|
args: ["class"]
|
|
17895
17861
|
}] } });
|
|
17896
17862
|
|
|
17897
17863
|
// lib/components/ecl-social-media-share/ecl-social-media-share-item.component.mjs
|
|
17898
|
-
import { Component as Component94, EventEmitter as EventEmitter43, HostBinding as HostBinding144, Input as
|
|
17864
|
+
import { Component as Component94, EventEmitter as EventEmitter43, HostBinding as HostBinding144, Input as Input93, Output as Output43 } from "@angular/core";
|
|
17899
17865
|
import * as i0207 from "@angular/core";
|
|
17900
|
-
import * as
|
|
17866
|
+
import * as i142 from "@angular/common";
|
|
17901
17867
|
var EclSocialMediaShareItemClickEvent = class extends EclBaseEvent {
|
|
17902
17868
|
};
|
|
17903
17869
|
var EclSocialMediaShareItemComponent = class _EclSocialMediaShareItemComponent extends ECLBaseDirective {
|
|
@@ -17922,7 +17888,7 @@ var EclSocialMediaShareItemComponent = class _EclSocialMediaShareItemComponent e
|
|
|
17922
17888
|
this.ɵfac = i0207.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0207, type: _EclSocialMediaShareItemComponent, deps: null, target: i0207.ɵɵFactoryTarget.Component });
|
|
17923
17889
|
}
|
|
17924
17890
|
static {
|
|
17925
|
-
this.ɵcmp = i0207.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaShareItemComponent, selector: "ecl-social-media-share-item", inputs: { icon: "icon", iconSet: "iconSet", size: "size", href: "href", target: "target" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0207, template: '<a\n eclLink\n *ngIf="href"\n (click)="onItemClick($event)"\n variant="standalone"\n [href]="href"\n [attr.target]="target"\n class="ecl-social-media-share__link">\n <ecl-icon *ngIf="icon" [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-share__icon"> </ecl-icon>\n\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n\n<ng-container *ngIf="!href">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</ng-container>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type:
|
|
17891
|
+
this.ɵcmp = i0207.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclSocialMediaShareItemComponent, selector: "ecl-social-media-share-item", inputs: { icon: "icon", iconSet: "iconSet", size: "size", href: "href", target: "target" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0207, template: '<a\n eclLink\n *ngIf="href"\n (click)="onItemClick($event)"\n variant="standalone"\n [href]="href"\n [attr.target]="target"\n class="ecl-social-media-share__link">\n <ecl-icon *ngIf="icon" [iconSet]="iconSet" icon="{{ icon }}" [size]="size" class="ecl-social-media-share__icon"> </ecl-icon>\n\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet="content"></ng-container>\n </span>\n</a>\n\n<ng-container *ngIf="!href">\n <ng-container *ngTemplateOutlet="content"></ng-container>\n</ng-container>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: i142.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i142.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
|
|
17926
17892
|
}
|
|
17927
17893
|
};
|
|
17928
17894
|
i0207.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0207, type: EclSocialMediaShareItemComponent, decorators: [{
|
|
@@ -17932,15 +17898,15 @@ i0207.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
17932
17898
|
type: HostBinding144,
|
|
17933
17899
|
args: ["attr.role"]
|
|
17934
17900
|
}], icon: [{
|
|
17935
|
-
type:
|
|
17901
|
+
type: Input93
|
|
17936
17902
|
}], iconSet: [{
|
|
17937
|
-
type:
|
|
17903
|
+
type: Input93
|
|
17938
17904
|
}], size: [{
|
|
17939
|
-
type:
|
|
17905
|
+
type: Input93
|
|
17940
17906
|
}], href: [{
|
|
17941
|
-
type:
|
|
17907
|
+
type: Input93
|
|
17942
17908
|
}], target: [{
|
|
17943
|
-
type:
|
|
17909
|
+
type: Input93
|
|
17944
17910
|
}], cssClasses: [{
|
|
17945
17911
|
type: HostBinding144,
|
|
17946
17912
|
args: ["class"]
|
|
@@ -18006,7 +17972,7 @@ i0209.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18006
17972
|
}] });
|
|
18007
17973
|
|
|
18008
17974
|
// lib/components/ecl-loading-indicator/ecl-loading-indicator.component.mjs
|
|
18009
|
-
import { Component as Component95, HostBinding as HostBinding146, Input as
|
|
17975
|
+
import { Component as Component95, HostBinding as HostBinding146, Input as Input94, booleanAttribute as booleanAttribute26 } from "@angular/core";
|
|
18010
17976
|
import * as i0210 from "@angular/core";
|
|
18011
17977
|
var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends ECLBaseDirective {
|
|
18012
17978
|
constructor() {
|
|
@@ -18029,7 +17995,7 @@ var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends E
|
|
|
18029
17995
|
this.ɵfac = i0210.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0210, type: _EclLoadingIndicatorComponent, deps: null, target: i0210.ɵɵFactoryTarget.Component });
|
|
18030
17996
|
}
|
|
18031
17997
|
static {
|
|
18032
|
-
this.ɵcmp = i0210.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLoadingIndicatorComponent, selector: "ecl-loading-indicator", inputs: { size: "size", variant: "variant", isCentered: ["isCentered", "isCentered",
|
|
17998
|
+
this.ɵcmp = i0210.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclLoadingIndicatorComponent, selector: "ecl-loading-indicator", inputs: { size: "size", variant: "variant", isCentered: ["isCentered", "isCentered", booleanAttribute26], isVisible: ["isVisible", "isVisible", booleanAttribute26] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0210, template: '<svg class="ecl-spinner__loader" viewBox="25 25 50 50">\n <circle\n class="ecl-spinner__circle"\n cx="50"\n cy="50"\n r="20"\n fill="none"\n stroke-width="4px"\n stroke-miterlimit="10"\n vector-effect="non-scaling-stroke"></circle>\n</svg>\n<ng-content></ng-content>\n' });
|
|
18033
17999
|
}
|
|
18034
18000
|
};
|
|
18035
18001
|
i0210.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0210, type: EclLoadingIndicatorComponent, decorators: [{
|
|
@@ -18039,15 +18005,15 @@ i0210.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18039
18005
|
type: HostBinding146,
|
|
18040
18006
|
args: ["class"]
|
|
18041
18007
|
}], size: [{
|
|
18042
|
-
type:
|
|
18008
|
+
type: Input94
|
|
18043
18009
|
}], variant: [{
|
|
18044
|
-
type:
|
|
18010
|
+
type: Input94
|
|
18045
18011
|
}], isCentered: [{
|
|
18046
|
-
type:
|
|
18047
|
-
args: [{ transform:
|
|
18012
|
+
type: Input94,
|
|
18013
|
+
args: [{ transform: booleanAttribute26 }]
|
|
18048
18014
|
}], isVisible: [{
|
|
18049
|
-
type:
|
|
18050
|
-
args: [{ transform:
|
|
18015
|
+
type: Input94,
|
|
18016
|
+
args: [{ transform: booleanAttribute26 }]
|
|
18051
18017
|
}] } });
|
|
18052
18018
|
|
|
18053
18019
|
// lib/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.mjs
|
|
@@ -18126,7 +18092,7 @@ i0213.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18126
18092
|
// lib/components/ecl-table/ecl-table-sort-button.component.mjs
|
|
18127
18093
|
import { Component as Component96, HostBinding as HostBinding149 } from "@angular/core";
|
|
18128
18094
|
import * as i0214 from "@angular/core";
|
|
18129
|
-
import * as
|
|
18095
|
+
import * as i35 from "@angular/common";
|
|
18130
18096
|
var EclTableSortButtonComponent = class _EclTableSortButtonComponent extends ECLBaseDirective {
|
|
18131
18097
|
constructor(eclThemeService) {
|
|
18132
18098
|
super();
|
|
@@ -18142,7 +18108,7 @@ var EclTableSortButtonComponent = class _EclTableSortButtonComponent extends ECL
|
|
|
18142
18108
|
static {
|
|
18143
18109
|
this.ɵcmp = i0214.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTableSortButtonComponent, selector: "button[eclTableSortButton]", host: { properties: { "attr.aria-label": "this.ariaLabel", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0214, template: `<ecl-icon icon="solid-arrow" class="ecl-table__icon ecl-table__icon-up" [size]="(eclThemeService.isEC$ | async) ? 'xs' : 'm'"> </ecl-icon>
|
|
18144
18110
|
<ecl-icon icon="solid-arrow" class="ecl-table__icon ecl-table__icon-down" [size]="(eclThemeService.isEC$ | async) ? 'xs' : 'm'"> </ecl-icon>
|
|
18145
|
-
`, dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type:
|
|
18111
|
+
`, dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i35.AsyncPipe, name: "async" }] });
|
|
18146
18112
|
}
|
|
18147
18113
|
};
|
|
18148
18114
|
i0214.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0214, type: EclTableSortButtonComponent, decorators: [{
|
|
@@ -18159,7 +18125,7 @@ i0214.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18159
18125
|
}] } });
|
|
18160
18126
|
|
|
18161
18127
|
// lib/components/ecl-table/ecl-table.directive.mjs
|
|
18162
|
-
import { ContentChildren as ContentChildren25, Directive as Directive62, EventEmitter as EventEmitter44, forwardRef as forwardRef52, HostBinding as HostBinding150, HostListener as HostListener22, Input as
|
|
18128
|
+
import { ContentChildren as ContentChildren25, Directive as Directive62, EventEmitter as EventEmitter44, forwardRef as forwardRef52, HostBinding as HostBinding150, HostListener as HostListener22, Input as Input95, Output as Output44, booleanAttribute as booleanAttribute27 } from "@angular/core";
|
|
18163
18129
|
import { Subject as Subject27 } from "rxjs";
|
|
18164
18130
|
import { takeUntil as takeUntil24 } from "rxjs/operators";
|
|
18165
18131
|
import * as i0215 from "@angular/core";
|
|
@@ -18205,7 +18171,7 @@ var EclTableDirective = class _EclTableDirective extends ECLBaseDirective {
|
|
|
18205
18171
|
this.ɵfac = i0215.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0215, type: _EclTableDirective, deps: [{ token: i0215.IterableDiffers }], target: i0215.ɵɵFactoryTarget.Directive });
|
|
18206
18172
|
}
|
|
18207
18173
|
static {
|
|
18208
|
-
this.ɵdir = i0215.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclTableDirective, selector: "[eclTable]", inputs: { isZebra: ["isZebra", "isZebra",
|
|
18174
|
+
this.ɵdir = i0215.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.3", type: _EclTableDirective, selector: "[eclTable]", inputs: { isZebra: ["isZebra", "isZebra", booleanAttribute27] }, outputs: { sort: "sort" }, host: { properties: { "class.ecl-table--zebra": "this.isZebra", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclTableHeaders", predicate: i0215.forwardRef(() => EclTableHeaderDirective), descendants: true }], usesInheritance: true, ngImport: i0215 });
|
|
18209
18175
|
}
|
|
18210
18176
|
};
|
|
18211
18177
|
i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0215, type: EclTableDirective, decorators: [{
|
|
@@ -18214,8 +18180,8 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18214
18180
|
selector: "[eclTable]"
|
|
18215
18181
|
}]
|
|
18216
18182
|
}], ctorParameters: () => [{ type: i0215.IterableDiffers }], propDecorators: { isZebra: [{
|
|
18217
|
-
type:
|
|
18218
|
-
args: [{ transform:
|
|
18183
|
+
type: Input95,
|
|
18184
|
+
args: [{ transform: booleanAttribute27 }]
|
|
18219
18185
|
}, {
|
|
18220
18186
|
type: HostBinding150,
|
|
18221
18187
|
args: ["class.ecl-table--zebra"]
|
|
@@ -18340,12 +18306,12 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18340
18306
|
type: HostBinding150,
|
|
18341
18307
|
args: ["attr.aria-sort"]
|
|
18342
18308
|
}], eclSortable: [{
|
|
18343
|
-
type:
|
|
18309
|
+
type: Input95
|
|
18344
18310
|
}, {
|
|
18345
18311
|
type: HostBinding150,
|
|
18346
18312
|
args: ["attr.data-ecl-table-sort-toggle"]
|
|
18347
18313
|
}], sortButtonAriaLabel: [{
|
|
18348
|
-
type:
|
|
18314
|
+
type: Input95
|
|
18349
18315
|
}], cssClasses: [{
|
|
18350
18316
|
type: HostBinding150,
|
|
18351
18317
|
args: ["class"]
|
|
@@ -18416,12 +18382,12 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18416
18382
|
selector: "[eclTableCell]"
|
|
18417
18383
|
}]
|
|
18418
18384
|
}], propDecorators: { eclTableCellHeader: [{
|
|
18419
|
-
type:
|
|
18385
|
+
type: Input95
|
|
18420
18386
|
}, {
|
|
18421
18387
|
type: HostBinding150,
|
|
18422
18388
|
args: ["attr.data-ecl-table-header"]
|
|
18423
18389
|
}], isGroup: [{
|
|
18424
|
-
type:
|
|
18390
|
+
type: Input95
|
|
18425
18391
|
}, {
|
|
18426
18392
|
type: HostBinding150,
|
|
18427
18393
|
args: ["class.ecl-table__cell--group"]
|
|
@@ -18446,7 +18412,7 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18446
18412
|
selector: "[eclTableCellGroup]"
|
|
18447
18413
|
}]
|
|
18448
18414
|
}], propDecorators: { eclTableCellGroup: [{
|
|
18449
|
-
type:
|
|
18415
|
+
type: Input95
|
|
18450
18416
|
}, {
|
|
18451
18417
|
type: HostBinding150,
|
|
18452
18418
|
args: ["attr.data-ecl-table-header-group"]
|
|
@@ -18551,9 +18517,9 @@ i0217.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18551
18517
|
}], ctorParameters: () => [{ type: i0217.ElementRef }] });
|
|
18552
18518
|
|
|
18553
18519
|
// lib/components/ecl-tabs/ecl-tab.component.mjs
|
|
18554
|
-
import { __decorate as
|
|
18555
|
-
import { Component as Component98, ContentChild as ContentChild28, EventEmitter as EventEmitter45, HostBinding as HostBinding151, Input as
|
|
18556
|
-
import { coerceBoolean as
|
|
18520
|
+
import { __decorate as __decorate31 } from "tslib";
|
|
18521
|
+
import { Component as Component98, ContentChild as ContentChild28, EventEmitter as EventEmitter45, HostBinding as HostBinding151, Input as Input96, Output as Output45, ViewChild as ViewChild16 } from "@angular/core";
|
|
18522
|
+
import { coerceBoolean as coerceBoolean27 } from "@eui/base";
|
|
18557
18523
|
import * as i0218 from "@angular/core";
|
|
18558
18524
|
var EclTabSelectEvent = class extends EclBaseEvent {
|
|
18559
18525
|
constructor(tab) {
|
|
@@ -18608,27 +18574,27 @@ var EclTabComponent = class _EclTabComponent extends ECLBaseDirective {
|
|
|
18608
18574
|
this.ɵfac = i0218.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0218, type: _EclTabComponent, deps: [{ token: i0218.ElementRef }], target: i0218.ɵɵFactoryTarget.Component });
|
|
18609
18575
|
}
|
|
18610
18576
|
static {
|
|
18611
|
-
this.ɵcmp = i0218.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTabComponent, selector: "ecl-tab, li[eclTab]", inputs: { id: "id", isHidden: "isHidden", isActive: "isActive" }, outputs: { selectTab: "selectTab", keydownTab: "keydownTab" }, host: { properties: { "attr.aria-hidden": "this.isHidden", "attr.role": "this.role", "class": "this.cssClasses" } }, queries: [{ propertyName: "label", first: true, predicate: EclTabLabelComponent, descendants: true }], viewQueries: [{ propertyName: "contentTemplate", first: true, predicate: ["content"], descendants: true }, { propertyName: "link", first: true, predicate: EclLinkDirective, descendants: true }], usesInheritance: true, ngImport: i0218, template: '<a\n eclLink\n role="tab"\n class="ecl-tabs__link"\n [class.ecl-tabs__link--active]="isActive"\n [attr.aria-selected]="isActive"\n tabindex="0"\n (keydown)="onKeydown($event)"\n (click)="onTabClick()">\n <ng-content select="ecl-tab-label"></ng-content>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "
|
|
18577
|
+
this.ɵcmp = i0218.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTabComponent, selector: "ecl-tab, li[eclTab]", inputs: { id: "id", isHidden: "isHidden", isActive: "isActive" }, outputs: { selectTab: "selectTab", keydownTab: "keydownTab" }, host: { properties: { "attr.aria-hidden": "this.isHidden", "attr.role": "this.role", "class": "this.cssClasses" } }, queries: [{ propertyName: "label", first: true, predicate: EclTabLabelComponent, descendants: true }], viewQueries: [{ propertyName: "contentTemplate", first: true, predicate: ["content"], descendants: true }, { propertyName: "link", first: true, predicate: EclLinkDirective, descendants: true }], usesInheritance: true, ngImport: i0218, template: '<a\n eclLink\n role="tab"\n class="ecl-tabs__link"\n [class.ecl-tabs__link--active]="isActive"\n [attr.aria-selected]="isActive"\n tabindex="0"\n (keydown)="onKeydown($event)"\n (click)="onTabClick()">\n <ng-content select="ecl-tab-label"></ng-content>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n', dependencies: [{ kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }] });
|
|
18612
18578
|
}
|
|
18613
18579
|
};
|
|
18614
|
-
|
|
18615
|
-
|
|
18580
|
+
__decorate31([
|
|
18581
|
+
coerceBoolean27
|
|
18616
18582
|
], EclTabComponent.prototype, "isHidden", void 0);
|
|
18617
|
-
|
|
18618
|
-
|
|
18583
|
+
__decorate31([
|
|
18584
|
+
coerceBoolean27
|
|
18619
18585
|
], EclTabComponent.prototype, "isActive", void 0);
|
|
18620
18586
|
i0218.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0218, type: EclTabComponent, decorators: [{
|
|
18621
18587
|
type: Component98,
|
|
18622
18588
|
args: [{ selector: "ecl-tab, li[eclTab]", template: '<a\n eclLink\n role="tab"\n class="ecl-tabs__link"\n [class.ecl-tabs__link--active]="isActive"\n [attr.aria-selected]="isActive"\n tabindex="0"\n (keydown)="onKeydown($event)"\n (click)="onTabClick()">\n <ng-content select="ecl-tab-label"></ng-content>\n</a>\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n' }]
|
|
18623
18589
|
}], ctorParameters: () => [{ type: i0218.ElementRef }], propDecorators: { id: [{
|
|
18624
|
-
type:
|
|
18590
|
+
type: Input96
|
|
18625
18591
|
}], isHidden: [{
|
|
18626
|
-
type:
|
|
18592
|
+
type: Input96
|
|
18627
18593
|
}, {
|
|
18628
18594
|
type: HostBinding151,
|
|
18629
18595
|
args: ["attr.aria-hidden"]
|
|
18630
18596
|
}], isActive: [{
|
|
18631
|
-
type:
|
|
18597
|
+
type: Input96
|
|
18632
18598
|
}], selectTab: [{
|
|
18633
18599
|
type: Output45
|
|
18634
18600
|
}], keydownTab: [{
|
|
@@ -18651,9 +18617,9 @@ i0218.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18651
18617
|
}] } });
|
|
18652
18618
|
|
|
18653
18619
|
// lib/components/ecl-tabs/ecl-tab-more.component.mjs
|
|
18654
|
-
import { __decorate as
|
|
18655
|
-
import { Component as Component99, HostBinding as HostBinding152, Input as
|
|
18656
|
-
import { coerceBoolean as
|
|
18620
|
+
import { __decorate as __decorate32 } from "tslib";
|
|
18621
|
+
import { Component as Component99, HostBinding as HostBinding152, Input as Input97 } from "@angular/core";
|
|
18622
|
+
import { coerceBoolean as coerceBoolean28 } from "@eui/base";
|
|
18657
18623
|
import * as i0219 from "@angular/core";
|
|
18658
18624
|
var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
|
|
18659
18625
|
constructor() {
|
|
@@ -18671,14 +18637,14 @@ var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
|
|
|
18671
18637
|
this.ɵcmp = i0219.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTabMoreComponent, selector: "ecl-tab-more", inputs: { isHidden: "isHidden" }, host: { properties: { "attr.aria-hidden": "this.isHidden", "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0219, template: "<ng-content></ng-content>\n", styles: [":host{display:list-item}\n"] });
|
|
18672
18638
|
}
|
|
18673
18639
|
};
|
|
18674
|
-
|
|
18675
|
-
|
|
18640
|
+
__decorate32([
|
|
18641
|
+
coerceBoolean28
|
|
18676
18642
|
], EclTabMoreComponent.prototype, "isHidden", void 0);
|
|
18677
18643
|
i0219.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0219, type: EclTabMoreComponent, decorators: [{
|
|
18678
18644
|
type: Component99,
|
|
18679
18645
|
args: [{ selector: "ecl-tab-more", template: "<ng-content></ng-content>\n", styles: [":host{display:list-item}\n"] }]
|
|
18680
18646
|
}], propDecorators: { isHidden: [{
|
|
18681
|
-
type:
|
|
18647
|
+
type: Input97
|
|
18682
18648
|
}, {
|
|
18683
18649
|
type: HostBinding152,
|
|
18684
18650
|
args: ["attr.aria-hidden"]
|
|
@@ -18691,12 +18657,12 @@ i0219.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
18691
18657
|
}] } });
|
|
18692
18658
|
|
|
18693
18659
|
// lib/components/ecl-tabs/ecl-tabs.component.mjs
|
|
18694
|
-
import { Component as Component100, ContentChildren as ContentChildren26, EventEmitter as EventEmitter46, forwardRef as forwardRef54, HostListener as HostListener23, Input as
|
|
18660
|
+
import { Component as Component100, ContentChildren as ContentChildren26, EventEmitter as EventEmitter46, forwardRef as forwardRef54, HostListener as HostListener23, Input as Input98, Output as Output46, ViewChild as ViewChild17, ViewEncapsulation as ViewEncapsulation15 } from "@angular/core";
|
|
18695
18661
|
import { of as of4, Subject as Subject28 } from "rxjs";
|
|
18696
18662
|
import { mergeWith as mergeWith3, takeUntil as takeUntil25 } from "rxjs/operators";
|
|
18697
18663
|
import * as i0220 from "@angular/core";
|
|
18698
|
-
import * as
|
|
18699
|
-
import * as
|
|
18664
|
+
import * as i143 from "@angular/cdk/layout";
|
|
18665
|
+
import * as i36 from "@angular/common";
|
|
18700
18666
|
import * as i10 from "@ngx-translate/core";
|
|
18701
18667
|
var ShiftDirection;
|
|
18702
18668
|
(function(ShiftDirection2) {
|
|
@@ -19100,7 +19066,7 @@ var EclTabsComponent = class _EclTabsComponent extends ECLBaseDirective {
|
|
|
19100
19066
|
this.index = 0;
|
|
19101
19067
|
}
|
|
19102
19068
|
static {
|
|
19103
|
-
this.ɵfac = i0220.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0220, type: _EclTabsComponent, deps: [{ token: i0220.IterableDiffers }, { token:
|
|
19069
|
+
this.ɵfac = i0220.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0220, type: _EclTabsComponent, deps: [{ token: i0220.IterableDiffers }, { token: i143.BreakpointObserver }, { token: i0220.ChangeDetectorRef }, { token: i0220.ElementRef }, { token: EclRtlService }], target: i0220.ɵɵFactoryTarget.Component });
|
|
19104
19070
|
}
|
|
19105
19071
|
static {
|
|
19106
19072
|
this.ɵcmp = i0220.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTabsComponent, selector: "nav[eclTabs], ecl-tabs", inputs: { bodyClass: "bodyClass", direction: "direction" }, outputs: { tabSelect: "tabSelect" }, host: { listeners: { "document:click": "onClick($event.target)", "window:resize": "onWindowResize($event)" } }, queries: [{ propertyName: "tabs", predicate: i0220.forwardRef(() => EclTabComponent) }], viewQueries: [{ propertyName: "tabsList", first: true, predicate: ["tabsList"], descendants: true }, { propertyName: "moreButton", first: true, predicate: ["moreButton"], descendants: true }, { propertyName: "btnPrev", first: true, predicate: ["btnPrev"], descendants: true }, { propertyName: "btnNext", first: true, predicate: ["btnNext"], descendants: true }, { propertyName: "dropdownList", first: true, predicate: ["dropdownList"], descendants: true }], usesInheritance: true, ngImport: i0220, template: `<nav class="ecl-tabs">
|
|
@@ -19187,7 +19153,7 @@ var EclTabsComponent = class _EclTabsComponent extends ECLBaseDirective {
|
|
|
19187
19153
|
<ng-container *ngTemplateOutlet="tab.contentTemplate"></ng-container>
|
|
19188
19154
|
</div>
|
|
19189
19155
|
</ng-container>
|
|
19190
|
-
`, dependencies: [{ kind: "directive", type:
|
|
19156
|
+
`, dependencies: [{ kind: "directive", type: i36.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i36.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i36.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: "component", type: EclTabComponent, selector: "ecl-tab, li[eclTab]", inputs: ["id", "isHidden", "isActive"], outputs: ["selectTab", "keydownTab"] }, { kind: "component", type: EclTabLabelComponent, selector: "ecl-tab-label" }, { kind: "component", type: EclTabMoreComponent, selector: "ecl-tab-more", inputs: ["isHidden"] }, { kind: "pipe", type: i10.TranslatePipe, name: "translate" }], encapsulation: i0220.ViewEncapsulation.None });
|
|
19191
19157
|
}
|
|
19192
19158
|
};
|
|
19193
19159
|
i0220.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0220, type: EclTabsComponent, decorators: [{
|
|
@@ -19277,10 +19243,10 @@ i0220.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
19277
19243
|
</div>
|
|
19278
19244
|
</ng-container>
|
|
19279
19245
|
` }]
|
|
19280
|
-
}], ctorParameters: () => [{ type: i0220.IterableDiffers }, { type:
|
|
19281
|
-
type:
|
|
19246
|
+
}], ctorParameters: () => [{ type: i0220.IterableDiffers }, { type: i143.BreakpointObserver }, { type: i0220.ChangeDetectorRef }, { type: i0220.ElementRef }, { type: EclRtlService }], propDecorators: { bodyClass: [{
|
|
19247
|
+
type: Input98
|
|
19282
19248
|
}], direction: [{
|
|
19283
|
-
type:
|
|
19249
|
+
type: Input98
|
|
19284
19250
|
}], tabSelect: [{
|
|
19285
19251
|
type: Output46
|
|
19286
19252
|
}], tabs: [{
|
|
@@ -19356,9 +19322,9 @@ i0221.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
19356
19322
|
}] });
|
|
19357
19323
|
|
|
19358
19324
|
// lib/components/ecl-tag/ecl-tag.component.mjs
|
|
19359
|
-
import { Component as Component101, Input as
|
|
19325
|
+
import { Component as Component101, Input as Input99, HostBinding as HostBinding153, Output as Output47, EventEmitter as EventEmitter47, booleanAttribute as booleanAttribute28 } from "@angular/core";
|
|
19360
19326
|
import * as i0222 from "@angular/core";
|
|
19361
|
-
import * as
|
|
19327
|
+
import * as i216 from "@angular/common";
|
|
19362
19328
|
var EclTagRemoveEvent = class extends EclBaseEvent {
|
|
19363
19329
|
};
|
|
19364
19330
|
var EclTagComponent = class _EclTagComponent extends ECLBaseDirective {
|
|
@@ -19393,17 +19359,17 @@ var EclTagComponent = class _EclTagComponent extends ECLBaseDirective {
|
|
|
19393
19359
|
this.ɵfac = i0222.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0222, type: _EclTagComponent, deps: null, target: i0222.ɵɵFactoryTarget.Component });
|
|
19394
19360
|
}
|
|
19395
19361
|
static {
|
|
19396
|
-
this.ɵcmp = i0222.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclTagComponent, selector: "ecl-tag, [eclTag]", inputs: { variant: "variant", isWrapped: ["isWrapped", "isWrapped",
|
|
19362
|
+
this.ɵcmp = i0222.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.3", type: _EclTagComponent, selector: "ecl-tag, [eclTag]", inputs: { variant: "variant", isWrapped: ["isWrapped", "isWrapped", booleanAttribute28] }, outputs: { remove: "remove" }, host: { properties: { "attr.hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0222, template: '<ng-content></ng-content>\n@if(isRemovable) {\n <span class="ecl-tag__icon" (click)="onRemoveClick($event)">\n <ecl-icon icon="close-outline" class="ecl-tag__icon-close" role="img">\n <title>{{title | titlecase}}</title>\n </ecl-icon>\n</span>\n}\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i216.TitleCasePipe, name: "titlecase" }] });
|
|
19397
19363
|
}
|
|
19398
19364
|
};
|
|
19399
19365
|
i0222.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0222, type: EclTagComponent, decorators: [{
|
|
19400
19366
|
type: Component101,
|
|
19401
19367
|
args: [{ selector: "ecl-tag, [eclTag]", template: '<ng-content></ng-content>\n@if(isRemovable) {\n <span class="ecl-tag__icon" (click)="onRemoveClick($event)">\n <ecl-icon icon="close-outline" class="ecl-tag__icon-close" role="img">\n <title>{{title | titlecase}}</title>\n </ecl-icon>\n</span>\n}\n' }]
|
|
19402
19368
|
}], propDecorators: { variant: [{
|
|
19403
|
-
type:
|
|
19369
|
+
type: Input99
|
|
19404
19370
|
}], isWrapped: [{
|
|
19405
|
-
type:
|
|
19406
|
-
args: [{ transform:
|
|
19371
|
+
type: Input99,
|
|
19372
|
+
args: [{ transform: booleanAttribute28 }]
|
|
19407
19373
|
}], remove: [{
|
|
19408
19374
|
type: Output47
|
|
19409
19375
|
}], isHidden: [{
|
|
@@ -19463,11 +19429,11 @@ i0224.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
19463
19429
|
}] });
|
|
19464
19430
|
|
|
19465
19431
|
// lib/components/ecl-text-area/ecl-text-area.directive.mjs
|
|
19466
|
-
import { __decorate as
|
|
19467
|
-
import { Directive as Directive64, HostBinding as HostBinding155, Input as
|
|
19468
|
-
import { coerceBoolean as
|
|
19432
|
+
import { __decorate as __decorate33 } from "tslib";
|
|
19433
|
+
import { Directive as Directive64, HostBinding as HostBinding155, Input as Input100, Optional as Optional9, Self as Self7 } from "@angular/core";
|
|
19434
|
+
import { coerceBoolean as coerceBoolean29 } from "@eui/base";
|
|
19469
19435
|
import * as i0225 from "@angular/core";
|
|
19470
|
-
import * as
|
|
19436
|
+
import * as i144 from "@angular/forms";
|
|
19471
19437
|
var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective {
|
|
19472
19438
|
get cssClasses() {
|
|
19473
19439
|
return [super.getCssClasses("ecl-text-area"), this.eclSize ? `ecl-text-area--${this.eclSize}` : ""].join(" ").trim();
|
|
@@ -19486,28 +19452,28 @@ var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective
|
|
|
19486
19452
|
this.isInvalid = false;
|
|
19487
19453
|
}
|
|
19488
19454
|
static {
|
|
19489
|
-
this.ɵfac = i0225.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0225, type: _EclTextAreaDirective, deps: [{ token:
|
|
19455
|
+
this.ɵfac = i0225.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0225, type: _EclTextAreaDirective, deps: [{ token: i144.NgControl, optional: true, self: true }], target: i0225.ɵɵFactoryTarget.Directive });
|
|
19490
19456
|
}
|
|
19491
19457
|
static {
|
|
19492
19458
|
this.ɵdir = i0225.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.3", type: _EclTextAreaDirective, selector: "textarea[eclTextArea]", inputs: { eclSize: "eclSize", isInvalid: "isInvalid" }, host: { properties: { "class": "this.cssClasses", "class.ecl-text-area--invalid": "this.invalidState" } }, usesInheritance: true, ngImport: i0225 });
|
|
19493
19459
|
}
|
|
19494
19460
|
};
|
|
19495
|
-
|
|
19496
|
-
|
|
19461
|
+
__decorate33([
|
|
19462
|
+
coerceBoolean29
|
|
19497
19463
|
], EclTextAreaDirective.prototype, "isInvalid", void 0);
|
|
19498
19464
|
i0225.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0225, type: EclTextAreaDirective, decorators: [{
|
|
19499
19465
|
type: Directive64,
|
|
19500
19466
|
args: [{
|
|
19501
19467
|
selector: "textarea[eclTextArea]"
|
|
19502
19468
|
}]
|
|
19503
|
-
}], ctorParameters: () => [{ type:
|
|
19469
|
+
}], ctorParameters: () => [{ type: i144.NgControl, decorators: [{
|
|
19504
19470
|
type: Optional9
|
|
19505
19471
|
}, {
|
|
19506
19472
|
type: Self7
|
|
19507
19473
|
}] }], propDecorators: { eclSize: [{
|
|
19508
|
-
type:
|
|
19474
|
+
type: Input100
|
|
19509
19475
|
}], isInvalid: [{
|
|
19510
|
-
type:
|
|
19476
|
+
type: Input100
|
|
19511
19477
|
}], cssClasses: [{
|
|
19512
19478
|
type: HostBinding155,
|
|
19513
19479
|
args: ["class"]
|
|
@@ -19617,13 +19583,13 @@ i0229.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
19617
19583
|
}] } });
|
|
19618
19584
|
|
|
19619
19585
|
// lib/components/ecl-timeline/ecl-timeline-item.component.mjs
|
|
19620
|
-
import { __decorate as
|
|
19621
|
-
import { Component as Component103, Input as
|
|
19622
|
-
import { coerceBoolean as
|
|
19586
|
+
import { __decorate as __decorate34 } from "tslib";
|
|
19587
|
+
import { Component as Component103, Input as Input101, HostBinding as HostBinding158, ViewEncapsulation as ViewEncapsulation17, Output as Output49, EventEmitter as EventEmitter49, ContentChild as ContentChild29, forwardRef as forwardRef56 } from "@angular/core";
|
|
19588
|
+
import { coerceBoolean as coerceBoolean30 } from "@eui/base";
|
|
19623
19589
|
import { Subject as Subject29 } from "rxjs";
|
|
19624
19590
|
import { takeUntil as takeUntil26 } from "rxjs/operators";
|
|
19625
19591
|
import * as i0230 from "@angular/core";
|
|
19626
|
-
import * as
|
|
19592
|
+
import * as i145 from "@angular/common";
|
|
19627
19593
|
import * as i56 from "@ngx-translate/core";
|
|
19628
19594
|
var EclTimelineItemToggleEvent = class extends EclBaseEvent {
|
|
19629
19595
|
constructor(isExpanded, toggleGroup) {
|
|
@@ -19716,11 +19682,11 @@ var EclTimelineItemComponent = class _EclTimelineItemComponent extends ECLBaseDi
|
|
|
19716
19682
|
|
|
19717
19683
|
<ng-template #content>
|
|
19718
19684
|
<ng-content></ng-content>
|
|
19719
|
-
</ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"], dependencies: [{ kind: "directive", type:
|
|
19685
|
+
</ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"], dependencies: [{ kind: "directive", type: i145.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i145.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i56.TranslatePipe, name: "translate" }], encapsulation: i0230.ViewEncapsulation.None });
|
|
19720
19686
|
}
|
|
19721
19687
|
};
|
|
19722
|
-
|
|
19723
|
-
|
|
19688
|
+
__decorate34([
|
|
19689
|
+
coerceBoolean30
|
|
19724
19690
|
], EclTimelineItemComponent.prototype, "isTogglerExpanded", void 0);
|
|
19725
19691
|
i0230.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3", ngImport: i0230, type: EclTimelineItemComponent, decorators: [{
|
|
19726
19692
|
type: Component103,
|
|
@@ -19760,17 +19726,17 @@ i0230.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
19760
19726
|
<ng-content></ng-content>
|
|
19761
19727
|
</ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"] }]
|
|
19762
19728
|
}], propDecorators: { label: [{
|
|
19763
|
-
type:
|
|
19729
|
+
type: Input101
|
|
19764
19730
|
}], eclTitle: [{
|
|
19765
|
-
type:
|
|
19731
|
+
type: Input101
|
|
19766
19732
|
}], toggleButtonLabel: [{
|
|
19767
|
-
type:
|
|
19733
|
+
type: Input101
|
|
19768
19734
|
}], expandLabel: [{
|
|
19769
|
-
type:
|
|
19735
|
+
type: Input101
|
|
19770
19736
|
}], collapseLabel: [{
|
|
19771
|
-
type:
|
|
19737
|
+
type: Input101
|
|
19772
19738
|
}], isTogglerExpanded: [{
|
|
19773
|
-
type:
|
|
19739
|
+
type: Input101
|
|
19774
19740
|
}], cssClasses: [{
|
|
19775
19741
|
type: HostBinding158,
|
|
19776
19742
|
args: ["class"]
|
|
@@ -19778,17 +19744,17 @@ i0230.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.3
|
|
|
19778
19744
|
type: ContentChild29,
|
|
19779
19745
|
args: [forwardRef56(() => EclTimelineItemTogglerComponent)]
|
|
19780
19746
|
}], isCollapsed: [{
|
|
19781
|
-
type:
|
|
19747
|
+
type: Input101
|
|
19782
19748
|
}, {
|
|
19783
19749
|
type: HostBinding158,
|
|
19784
19750
|
args: ["class.ecl-timeline__item--collapsed"]
|
|
19785
19751
|
}], isToggler: [{
|
|
19786
|
-
type:
|
|
19752
|
+
type: Input101
|
|
19787
19753
|
}, {
|
|
19788
19754
|
type: HostBinding158,
|
|
19789
19755
|
args: ["class.ecl-timeline__item--toggle"]
|
|
19790
19756
|
}], toggleGroup: [{
|
|
19791
|
-
type:
|
|
19757
|
+
type: Input101
|
|
19792
19758
|
}], toggle: [{
|
|
19793
19759
|
type: Output49
|
|
19794
19760
|
}] } });
|
|
@@ -20283,7 +20249,6 @@ export {
|
|
|
20283
20249
|
EclFormLabelComponentModule,
|
|
20284
20250
|
EclGalleryComponent,
|
|
20285
20251
|
EclGalleryComponentModule,
|
|
20286
|
-
EclGalleryDownloadEvent,
|
|
20287
20252
|
EclGalleryFooterComponent,
|
|
20288
20253
|
EclGalleryFullScreenEvent,
|
|
20289
20254
|
EclGalleryHideEvent,
|