@eui/ecl 18.0.0-next.43 → 18.0.0-next.44
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/EclMultiselectInputComponent.html +0 -26
- package/docs/components/EclRadioHelpComponent.html +1 -1
- package/docs/components/EclRadioLabelComponent.html +2 -2
- package/docs/components/EclRatingFieldComponent.html +4 -4
- package/docs/components/EclSelectContainerComponent.html +64 -1
- package/docs/dependencies.html +1 -1
- package/docs/directives/EclRadioDirective.html +2 -2
- package/docs/directives/EclSelectDirective.html +2 -2
- package/docs/directives/EclTextAreaDirective.html +1 -1
- package/docs/directives/EclTextInputDirective.html +1 -1
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.mjs +1 -1
- package/esm2022/lib/components/ecl-radio/ecl-radio-help.component.mjs +5 -10
- package/esm2022/lib/components/ecl-radio/ecl-radio-label.component.mjs +7 -15
- package/esm2022/lib/components/ecl-radio/ecl-radio.directive.mjs +9 -19
- package/esm2022/lib/components/ecl-rating-field/ecl-rating-field.component.mjs +12 -24
- package/esm2022/lib/components/ecl-select/ecl-select-container.component.mjs +30 -13
- package/esm2022/lib/components/ecl-select/ecl-select.directive.mjs +7 -15
- package/esm2022/lib/components/ecl-select/ecl-select.module.mjs +6 -4
- package/esm2022/lib/components/ecl-text-area/ecl-text-area.directive.mjs +5 -10
- package/esm2022/lib/components/ecl-text-input/ecl-text-input.directive.mjs +6 -12
- package/fesm2022/eui-ecl.mjs +319 -349
- package/fesm2022/eui-ecl.mjs.map +3 -3
- package/lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts +1 -1
- package/lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.d.ts.map +1 -1
- package/lib/components/ecl-radio/ecl-radio-help.component.d.ts +2 -1
- package/lib/components/ecl-radio/ecl-radio-help.component.d.ts.map +1 -1
- package/lib/components/ecl-radio/ecl-radio-label.component.d.ts +4 -2
- package/lib/components/ecl-radio/ecl-radio-label.component.d.ts.map +1 -1
- package/lib/components/ecl-radio/ecl-radio.directive.d.ts +5 -2
- package/lib/components/ecl-radio/ecl-radio.directive.d.ts.map +1 -1
- package/lib/components/ecl-rating-field/ecl-rating-field.component.d.ts +6 -3
- package/lib/components/ecl-rating-field/ecl-rating-field.component.d.ts.map +1 -1
- package/lib/components/ecl-select/ecl-select-container.component.d.ts +8 -0
- package/lib/components/ecl-select/ecl-select-container.component.d.ts.map +1 -1
- package/lib/components/ecl-select/ecl-select.directive.d.ts +4 -2
- package/lib/components/ecl-select/ecl-select.directive.d.ts.map +1 -1
- package/lib/components/ecl-select/ecl-select.module.d.ts +3 -1
- package/lib/components/ecl-select/ecl-select.module.d.ts.map +1 -1
- package/lib/components/ecl-text-area/ecl-text-area.directive.d.ts +2 -1
- package/lib/components/ecl-text-area/ecl-text-area.directive.d.ts.map +1 -1
- package/lib/components/ecl-text-input/ecl-text-input.directive.d.ts +2 -1
- package/lib/components/ecl-text-input/ecl-text-input.directive.d.ts.map +1 -1
- package/package.json +1 -1
package/fesm2022/eui-ecl.mjs
CHANGED
|
@@ -1268,9 +1268,7 @@ i022.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
1268
1268
|
}] });
|
|
1269
1269
|
|
|
1270
1270
|
// lib/components/ecl-text-input/ecl-text-input.directive.mjs
|
|
1271
|
-
import {
|
|
1272
|
-
import { Directive as Directive7, HostBinding as HostBinding12, Input as Input8, Optional as Optional3, Self } from "@angular/core";
|
|
1273
|
-
import { coerceBoolean } from "@eui/base";
|
|
1271
|
+
import { Directive as Directive7, HostBinding as HostBinding12, Input as Input8, Optional as Optional3, Self, booleanAttribute as booleanAttribute6 } from "@angular/core";
|
|
1274
1272
|
import * as i023 from "@angular/core";
|
|
1275
1273
|
import * as i14 from "@angular/forms";
|
|
1276
1274
|
var EclTextInputDirective = class _EclTextInputDirective extends ECLBaseDirective {
|
|
@@ -1295,12 +1293,9 @@ var EclTextInputDirective = class _EclTextInputDirective extends ECLBaseDirectiv
|
|
|
1295
1293
|
this.ɵfac = i023.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i023, type: _EclTextInputDirective, deps: [{ token: i14.NgControl, optional: true, self: true }], target: i023.ɵɵFactoryTarget.Directive });
|
|
1296
1294
|
}
|
|
1297
1295
|
static {
|
|
1298
|
-
this.ɵdir = i023.ɵɵngDeclareDirective({ minVersion: "
|
|
1296
|
+
this.ɵdir = i023.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTextInputDirective, isStandalone: true, selector: "input[eclTextInput]", inputs: { eclSize: "eclSize", isInvalid: ["isInvalid", "isInvalid", booleanAttribute6] }, host: { properties: { "attr.type": "this.type", "class": "this.cssClasses", "class.ecl-text-input--invalid": "this.invalidState" } }, usesInheritance: true, ngImport: i023 });
|
|
1299
1297
|
}
|
|
1300
1298
|
};
|
|
1301
|
-
__decorate([
|
|
1302
|
-
coerceBoolean
|
|
1303
|
-
], EclTextInputDirective.prototype, "isInvalid", void 0);
|
|
1304
1299
|
i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i023, type: EclTextInputDirective, decorators: [{
|
|
1305
1300
|
type: Directive7,
|
|
1306
1301
|
args: [{
|
|
@@ -1311,27 +1306,21 @@ i023.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
1311
1306
|
type: Optional3
|
|
1312
1307
|
}, {
|
|
1313
1308
|
type: Self
|
|
1314
|
-
}] }], propDecorators: {
|
|
1315
|
-
type:
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
}]
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
}],
|
|
1330
|
-
invalidState: [{
|
|
1331
|
-
type: HostBinding12,
|
|
1332
|
-
args: ["class.ecl-text-input--invalid"]
|
|
1333
|
-
}]
|
|
1334
|
-
} });
|
|
1309
|
+
}] }], propDecorators: { type: [{
|
|
1310
|
+
type: HostBinding12,
|
|
1311
|
+
args: ["attr.type"]
|
|
1312
|
+
}], eclSize: [{
|
|
1313
|
+
type: Input8
|
|
1314
|
+
}], isInvalid: [{
|
|
1315
|
+
type: Input8,
|
|
1316
|
+
args: [{ transform: booleanAttribute6 }]
|
|
1317
|
+
}], cssClasses: [{
|
|
1318
|
+
type: HostBinding12,
|
|
1319
|
+
args: ["class"]
|
|
1320
|
+
}], invalidState: [{
|
|
1321
|
+
type: HostBinding12,
|
|
1322
|
+
args: ["class.ecl-text-input--invalid"]
|
|
1323
|
+
}] } });
|
|
1335
1324
|
|
|
1336
1325
|
// lib/components/ecl-text-input/ecl-text-input.module.mjs
|
|
1337
1326
|
import { NgModule as NgModule8 } from "@angular/core";
|
|
@@ -1912,7 +1901,7 @@ i031.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
1912
1901
|
}] } });
|
|
1913
1902
|
|
|
1914
1903
|
// lib/components/ecl-site-header/language/ecl-site-header-language.component.mjs
|
|
1915
|
-
import { __decorate
|
|
1904
|
+
import { __decorate } from "tslib";
|
|
1916
1905
|
import { Component as Component12, ElementRef as ElementRef7, EventEmitter as EventEmitter5, HostBinding as HostBinding19, HostListener as HostListener4, Input as Input11, Output as Output5, ViewChild as ViewChild2 } from "@angular/core";
|
|
1917
1906
|
import { coerceElement } from "@eui/base";
|
|
1918
1907
|
import { debounceTime, fromEvent, Subject as Subject5, takeUntil as takeUntil5 } from "rxjs";
|
|
@@ -2092,10 +2081,10 @@ var EclSiteHeaderLanguageComponent = class _EclSiteHeaderLanguageComponent exten
|
|
|
2092
2081
|
}`, dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "component", type: EclSiteHeaderLanguagePopoverComponent, selector: "ecl-site-header-language-popover", inputs: ["languageCode", "euLanguages", "nonEuLanguages", "euColumnsCount", "nonEuColumnsCount", "isHidden", "isPushRight", "isStack", "isFull", "rightPosition", "languageArrowPosition"], outputs: ["languageClosed", "languageSelected"] }, { kind: "pipe", type: i62.AsyncPipe, name: "async" }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }] });
|
|
2093
2082
|
}
|
|
2094
2083
|
};
|
|
2095
|
-
|
|
2084
|
+
__decorate([
|
|
2096
2085
|
coerceElement
|
|
2097
2086
|
], EclSiteHeaderLanguageComponent.prototype, "languagePopoverElement", void 0);
|
|
2098
|
-
|
|
2087
|
+
__decorate([
|
|
2099
2088
|
coerceElement
|
|
2100
2089
|
], EclSiteHeaderLanguageComponent.prototype, "languageLinkElement", void 0);
|
|
2101
2090
|
i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i032, type: EclSiteHeaderLanguageComponent, decorators: [{
|
|
@@ -2170,9 +2159,9 @@ i032.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
2170
2159
|
}] } });
|
|
2171
2160
|
|
|
2172
2161
|
// lib/components/ecl-site-header/login/ecl-site-header-login.component.mjs
|
|
2173
|
-
import { __decorate as
|
|
2162
|
+
import { __decorate as __decorate2 } from "tslib";
|
|
2174
2163
|
import { Component as Component13, EventEmitter as EventEmitter6, HostBinding as HostBinding20, Input as Input12, Output as Output6 } from "@angular/core";
|
|
2175
|
-
import { coerceBoolean
|
|
2164
|
+
import { coerceBoolean } from "@eui/base";
|
|
2176
2165
|
import * as i033 from "@angular/core";
|
|
2177
2166
|
import * as i16 from "@angular/common";
|
|
2178
2167
|
import * as i3 from "@ngx-translate/core";
|
|
@@ -2245,8 +2234,8 @@ var EclSiteHeaderLoginComponent = class _EclSiteHeaderLoginComponent extends ECL
|
|
|
2245
2234
|
`, styles: [".ecl-site-header__login-toggle .ecl-site-header__login-arrow{display:inline-flex}\n"], dependencies: [{ kind: "directive", type: i16.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i3.TranslatePipe, name: "translate" }] });
|
|
2246
2235
|
}
|
|
2247
2236
|
};
|
|
2248
|
-
|
|
2249
|
-
|
|
2237
|
+
__decorate2([
|
|
2238
|
+
coerceBoolean
|
|
2250
2239
|
], EclSiteHeaderLoginComponent.prototype, "isLoggedIn", void 0);
|
|
2251
2240
|
i033.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i033, type: EclSiteHeaderLoginComponent, decorators: [{
|
|
2252
2241
|
type: Component13,
|
|
@@ -3119,7 +3108,7 @@ i044.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
3119
3108
|
}] } });
|
|
3120
3109
|
|
|
3121
3110
|
// lib/components/ecl-banner/ecl-banner.component.mjs
|
|
3122
|
-
import { Component as Component18, ContentChild as ContentChild3, ContentChildren as ContentChildren4, HostBinding as HostBinding30, Input as Input15, ViewChild as ViewChild4, booleanAttribute as
|
|
3111
|
+
import { Component as Component18, ContentChild as ContentChild3, ContentChildren as ContentChildren4, HostBinding as HostBinding30, Input as Input15, ViewChild as ViewChild4, booleanAttribute as booleanAttribute7, forwardRef as forwardRef9 } from "@angular/core";
|
|
3123
3112
|
import * as i045 from "@angular/core";
|
|
3124
3113
|
import * as i18 from "@angular/common";
|
|
3125
3114
|
var EclBannerComponent = class _EclBannerComponent extends ECLBaseDirective {
|
|
@@ -3192,7 +3181,7 @@ var EclBannerComponent = class _EclBannerComponent extends ECLBaseDirective {
|
|
|
3192
3181
|
this.ɵfac = i045.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i045, type: _EclBannerComponent, deps: [{ token: i045.ElementRef }, { token: i045.Renderer2 }], target: i045.ɵɵFactoryTarget.Component });
|
|
3193
3182
|
}
|
|
3194
3183
|
static {
|
|
3195
|
-
this.ɵcmp = i045.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclBannerComponent, selector: "ecl-banner", inputs: { variant: "variant", eclSize: "eclSize", copyright: "copyright", isCentered: ["isCentered", "isCentered",
|
|
3184
|
+
this.ɵcmp = i045.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclBannerComponent, selector: "ecl-banner", inputs: { variant: "variant", eclSize: "eclSize", copyright: "copyright", isCentered: ["isCentered", "isCentered", booleanAttribute7], isFullWidth: ["isFullWidth", "isFullWidth", booleanAttribute7] }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclBannerImage", first: true, predicate: EclBannerImageDirective, descendants: true }, { propertyName: "eclLinkComponents", predicate: i045.forwardRef(() => EclLinkDirective) }], viewQueries: [{ propertyName: "bannerContainer", first: true, predicate: ["bannerContainer"], descendants: true }], usesInheritance: true, ngImport: i045, template: '<figure class="ecl-banner__picture-container">\n <ng-content select="[eclBannerPicture]"></ng-content>\n @if(copyright) {\n <footer class="ecl-banner__credit"><small>© {{copyright}}</small></footer>\n }\n</figure>\n\n<div class="ecl-container">\n <div #bannerContainer class="ecl-banner__container">\n <div class="ecl-banner__content">\n <ng-content select="[eclBannerTitle]"></ng-content>\n <ng-content select="[eclBannerDescription]"></ng-content>\n <div *ngIf="hasCtaLink" class="ecl-banner__cta">\n <ng-content select="[eclLink]"></ng-content>\n </div>\n <ng-content></ng-content>\n </div>\n </div>\n</div>', dependencies: [{ kind: "directive", type: i18.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3196
3185
|
}
|
|
3197
3186
|
};
|
|
3198
3187
|
i045.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i045, type: EclBannerComponent, decorators: [{
|
|
@@ -3206,10 +3195,10 @@ i045.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
3206
3195
|
type: Input15
|
|
3207
3196
|
}], isCentered: [{
|
|
3208
3197
|
type: Input15,
|
|
3209
|
-
args: [{ transform:
|
|
3198
|
+
args: [{ transform: booleanAttribute7 }]
|
|
3210
3199
|
}], isFullWidth: [{
|
|
3211
3200
|
type: Input15,
|
|
3212
|
-
args: [{ transform:
|
|
3201
|
+
args: [{ transform: booleanAttribute7 }]
|
|
3213
3202
|
}], eclLinkComponents: [{
|
|
3214
3203
|
type: ContentChildren4,
|
|
3215
3204
|
args: [forwardRef9(() => EclLinkDirective)]
|
|
@@ -3413,7 +3402,7 @@ i050.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
3413
3402
|
}] });
|
|
3414
3403
|
|
|
3415
3404
|
// lib/components/ecl-breadcrumb/ecl-breadcrumb-segment.component.mjs
|
|
3416
|
-
import { Component as Component20, EventEmitter as EventEmitter10, HostBinding as HostBinding34, Input as Input17, Output as Output10, ViewEncapsulation as ViewEncapsulation3, booleanAttribute as
|
|
3405
|
+
import { Component as Component20, EventEmitter as EventEmitter10, HostBinding as HostBinding34, Input as Input17, Output as Output10, ViewEncapsulation as ViewEncapsulation3, booleanAttribute as booleanAttribute8 } from "@angular/core";
|
|
3417
3406
|
import * as i051 from "@angular/core";
|
|
3418
3407
|
import * as i110 from "@angular/common";
|
|
3419
3408
|
import * as i25 from "@angular/router";
|
|
@@ -3452,7 +3441,7 @@ var EclBreadcrumbSegmentComponent = class _EclBreadcrumbSegmentComponent extends
|
|
|
3452
3441
|
this.ɵfac = i051.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i051, type: _EclBreadcrumbSegmentComponent, deps: [{ token: i051.ElementRef }], target: i051.ɵɵFactoryTarget.Component });
|
|
3453
3442
|
}
|
|
3454
3443
|
static {
|
|
3455
|
-
this.ɵcmp = i051.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclBreadcrumbSegmentComponent, selector: "ecl-breadcrumb-segment", inputs: { routerLink: "routerLink", queryParams: "queryParams", href: "href", queryParamsHandling: "queryParamsHandling", isCurrentPage: ["isCurrentPage", "isCurrentPage",
|
|
3444
|
+
this.ɵcmp = i051.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclBreadcrumbSegmentComponent, selector: "ecl-breadcrumb-segment", inputs: { routerLink: "routerLink", queryParams: "queryParams", href: "href", queryParamsHandling: "queryParamsHandling", isCurrentPage: ["isCurrentPage", "isCurrentPage", booleanAttribute8], isHidden: ["isHidden", "isHidden", booleanAttribute8] }, outputs: { segmentClick: "segmentClick" }, host: { properties: { "attr.tabindex": "this.tabIndex", "attr.role": "this.role", "attr.aria-hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i051, 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: i110.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i25.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], encapsulation: i051.ViewEncapsulation.None });
|
|
3456
3445
|
}
|
|
3457
3446
|
};
|
|
3458
3447
|
i051.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i051, type: EclBreadcrumbSegmentComponent, decorators: [{
|
|
@@ -3474,10 +3463,10 @@ i051.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
3474
3463
|
type: Input17
|
|
3475
3464
|
}], isCurrentPage: [{
|
|
3476
3465
|
type: Input17,
|
|
3477
|
-
args: [{ transform:
|
|
3466
|
+
args: [{ transform: booleanAttribute8 }]
|
|
3478
3467
|
}], isHidden: [{
|
|
3479
3468
|
type: Input17,
|
|
3480
|
-
args: [{ transform:
|
|
3469
|
+
args: [{ transform: booleanAttribute8 }]
|
|
3481
3470
|
}, {
|
|
3482
3471
|
type: HostBinding34,
|
|
3483
3472
|
args: ["attr.aria-hidden"]
|
|
@@ -3489,7 +3478,7 @@ i051.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
3489
3478
|
}] } });
|
|
3490
3479
|
|
|
3491
3480
|
// lib/components/ecl-breadcrumb/ecl-breadcrumb.component.mjs
|
|
3492
|
-
import { Component as Component21, ContentChildren as ContentChildren5, HostBinding as HostBinding35, Input as Input18, ViewChild as ViewChild5, booleanAttribute as
|
|
3481
|
+
import { Component as Component21, ContentChildren as ContentChildren5, HostBinding as HostBinding35, Input as Input18, ViewChild as ViewChild5, booleanAttribute as booleanAttribute9, forwardRef as forwardRef11, HostListener as HostListener5 } from "@angular/core";
|
|
3493
3482
|
import { Subject as Subject8, takeUntil as takeUntil8 } from "rxjs";
|
|
3494
3483
|
import * as i052 from "@angular/core";
|
|
3495
3484
|
import * as i111 from "@ngx-translate/core";
|
|
@@ -3615,7 +3604,7 @@ var EclBreadcrumbComponent = class _EclBreadcrumbComponent extends ECLBaseDirect
|
|
|
3615
3604
|
this.ɵfac = i052.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i052, type: _EclBreadcrumbComponent, deps: [{ token: i052.ElementRef }, { token: i111.TranslateService }, { token: i052.Renderer2 }], target: i052.ɵɵFactoryTarget.Component });
|
|
3616
3605
|
}
|
|
3617
3606
|
static {
|
|
3618
|
-
this.ɵcmp = i052.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclBreadcrumbComponent, selector: "ecl-breadcrumb", inputs: { isExpanded: ["isExpanded", "isExpanded",
|
|
3607
|
+
this.ɵcmp = i052.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclBreadcrumbComponent, selector: "ecl-breadcrumb", inputs: { isExpanded: ["isExpanded", "isExpanded", booleanAttribute9] }, host: { listeners: { "window:resize": "onWindowResize($event)" }, properties: { "attr.role": "this.role", "attr.aria-label": "this.ariaLabel", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclSegments", predicate: i052.forwardRef(() => EclBreadcrumbSegmentComponent) }], viewQueries: [{ propertyName: "eclEllipsisSegment", first: true, predicate: ["ellipsisSegment"], descendants: true }, { propertyName: "breadcrumbContainer", first: true, predicate: ["breadcrumbContainer"], descendants: true }], usesInheritance: true, ngImport: i052, template: `<ol class="ecl-breadcrumb__container" #breadcrumbContainer>
|
|
3619
3608
|
<ecl-breadcrumb-segment #ellipsisSegment [isHidden]="true" class="ecl-breadcrumb__segment--ellipsis">
|
|
3620
3609
|
<button
|
|
3621
3610
|
tabindex="0"
|
|
@@ -3651,7 +3640,7 @@ i052.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
3651
3640
|
`, styles: [":host{display:block}\n"] }]
|
|
3652
3641
|
}], ctorParameters: () => [{ type: i052.ElementRef }, { type: i111.TranslateService }, { type: i052.Renderer2 }], propDecorators: { isExpanded: [{
|
|
3653
3642
|
type: Input18,
|
|
3654
|
-
args: [{ transform:
|
|
3643
|
+
args: [{ transform: booleanAttribute9 }]
|
|
3655
3644
|
}], role: [{
|
|
3656
3645
|
type: HostBinding35,
|
|
3657
3646
|
args: ["attr.role"]
|
|
@@ -4367,7 +4356,7 @@ var EclSlideEvent = class extends EclBaseEvent {
|
|
|
4367
4356
|
};
|
|
4368
4357
|
|
|
4369
4358
|
// lib/components/ecl-carousel/ecl-carousel-item.component.mjs
|
|
4370
|
-
import { Component as Component25, EventEmitter as EventEmitter11, HostBinding as HostBinding42, HostListener as HostListener6, Input as Input20, Output as Output11, booleanAttribute as
|
|
4359
|
+
import { Component as Component25, EventEmitter as EventEmitter11, HostBinding as HostBinding42, HostListener as HostListener6, Input as Input20, Output as Output11, booleanAttribute as booleanAttribute10, ContentChild as ContentChild6, forwardRef as forwardRef15 } from "@angular/core";
|
|
4371
4360
|
import * as i063 from "@angular/core";
|
|
4372
4361
|
var EclCarouselItemComponent = class _EclCarouselItemComponent extends ECLBaseDirective {
|
|
4373
4362
|
constructor(el) {
|
|
@@ -4390,7 +4379,7 @@ var EclCarouselItemComponent = class _EclCarouselItemComponent extends ECLBaseDi
|
|
|
4390
4379
|
this.ɵfac = i063.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i063, type: _EclCarouselItemComponent, deps: [{ token: i063.ElementRef }], target: i063.ɵɵFactoryTarget.Component });
|
|
4391
4380
|
}
|
|
4392
4381
|
static {
|
|
4393
|
-
this.ɵcmp = i063.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclCarouselItemComponent, selector: "ecl-carousel-item", inputs: { id: "id", isCurrent: ["isCurrent", "isCurrent",
|
|
4382
|
+
this.ɵcmp = i063.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclCarouselItemComponent, selector: "ecl-carousel-item", inputs: { id: "id", isCurrent: ["isCurrent", "isCurrent", booleanAttribute10] }, outputs: { slideClick: "slideClick" }, host: { listeners: { "click": "onSlideClick()" }, properties: { "attr.aria-label": "this.ariaLabel", "attr.role": "this.role", "style.width.%": "this.width", "class": "this.cssClasses", "attr.inert": "this.isInert" } }, queries: [{ propertyName: "banner", first: true, predicate: i063.forwardRef(() => EclBannerComponent), descendants: true }], usesInheritance: true, ngImport: i063, template: "<ng-content></ng-content>\n", styles: [":host:before{left:0!important;display:none}\n"] });
|
|
4394
4383
|
}
|
|
4395
4384
|
};
|
|
4396
4385
|
i063.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i063, type: EclCarouselItemComponent, decorators: [{
|
|
@@ -4409,7 +4398,7 @@ i063.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
4409
4398
|
type: Input20
|
|
4410
4399
|
}], isCurrent: [{
|
|
4411
4400
|
type: Input20,
|
|
4412
|
-
args: [{ transform:
|
|
4401
|
+
args: [{ transform: booleanAttribute10 }]
|
|
4413
4402
|
}], slideClick: [{
|
|
4414
4403
|
type: Output11
|
|
4415
4404
|
}], banner: [{
|
|
@@ -4427,7 +4416,7 @@ i063.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
4427
4416
|
}] } });
|
|
4428
4417
|
|
|
4429
4418
|
// lib/components/ecl-carousel/ecl-carousel.component.mjs
|
|
4430
|
-
import { Component as Component26, ContentChildren as ContentChildren6, EventEmitter as EventEmitter12, HostBinding as HostBinding43, Input as Input21, Output as Output12, ViewChild as ViewChild6, ViewChildren, booleanAttribute as
|
|
4419
|
+
import { Component as Component26, ContentChildren as ContentChildren6, EventEmitter as EventEmitter12, HostBinding as HostBinding43, Input as Input21, Output as Output12, ViewChild as ViewChild6, ViewChildren, booleanAttribute as booleanAttribute11, forwardRef as forwardRef17, numberAttribute as numberAttribute2 } from "@angular/core";
|
|
4431
4420
|
import { Subject as Subject9, interval, switchMap as switchMap2, takeUntil as takeUntil9 } from "rxjs";
|
|
4432
4421
|
import * as i064 from "@angular/core";
|
|
4433
4422
|
import * as i112 from "@angular/cdk/layout";
|
|
@@ -4898,7 +4887,7 @@ var EclCarouselComponent = class _EclCarouselComponent extends ECLBaseDirective
|
|
|
4898
4887
|
this.ɵfac = i064.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i064, type: _EclCarouselComponent, deps: [{ token: i112.BreakpointObserver }, { token: i064.ChangeDetectorRef }, { token: i064.Renderer2 }, { token: EclRtlService }], target: i064.ɵɵFactoryTarget.Component });
|
|
4899
4888
|
}
|
|
4900
4889
|
static {
|
|
4901
|
-
this.ɵcmp = i064.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclCarouselComponent, selector: "ecl-carousel", inputs: { ariaLabel: ["aria-label", "ariaLabel"], isAutoplay: ["isAutoplay", "isAutoplay",
|
|
4890
|
+
this.ɵcmp = i064.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclCarouselComponent, selector: "ecl-carousel", inputs: { ariaLabel: ["aria-label", "ariaLabel"], isAutoplay: ["isAutoplay", "isAutoplay", booleanAttribute11], playInterval: ["playInterval", "playInterval", numberAttribute2] }, outputs: { slide: "slide" }, host: { properties: { "attr.aria-label": "this.ariaLabel", "attr.aria-roledescription": "this.ariaRoleDescription", "class": "this.cssClasses" } }, queries: [{ propertyName: "slides", predicate: i064.forwardRef(() => EclCarouselItemComponent) }], viewQueries: [{ propertyName: "carouselContainerElement", first: true, predicate: ["carouselContainer"], descendants: true }, { propertyName: "playButton", first: true, predicate: ["playButton"], descendants: true }, { propertyName: "pauseButton", first: true, predicate: ["pauseButton"], descendants: true }, { propertyName: "prevButton", first: true, predicate: ["prevButton"], descendants: true }, { propertyName: "nextButton", first: true, predicate: ["nextButton"], descendants: true }, { propertyName: "firstHiddenItem", first: true, predicate: ["firstHiddenItem"], descendants: true }, { propertyName: "lastHiddenItem", first: true, predicate: ["lastHiddenItem"], descendants: true }, { propertyName: "slidesContainer", first: true, predicate: ["slidesContainer"], descendants: true }, { propertyName: "navigationButtons", predicate: ["currButton"], descendants: true }], usesInheritance: true, ngImport: i064, template: `<div #carouselContainer class="ecl-carousel__container" [class.ecl-carousel-container--padded]="isPadded()">
|
|
4902
4891
|
<div #slidesContainer (keyup)="onFirstCarouselElementPress($event)" class="ecl-carousel__slides"
|
|
4903
4892
|
[style.width.px]="getCarouselSlidesWidth()" [style.left.px]="!isRtl ? getCarouselSlidesOffsetLeft() : null"
|
|
4904
4893
|
[style.right.px]="isRtl ? getCarouselSlidesOffsetRight() : null"
|
|
@@ -5079,7 +5068,7 @@ i064.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
5079
5068
|
args: ["attr.aria-roledescription"]
|
|
5080
5069
|
}], isAutoplay: [{
|
|
5081
5070
|
type: Input21,
|
|
5082
|
-
args: [{ transform:
|
|
5071
|
+
args: [{ transform: booleanAttribute11 }]
|
|
5083
5072
|
}], playInterval: [{
|
|
5084
5073
|
type: Input21,
|
|
5085
5074
|
args: [{ transform: numberAttribute2 }]
|
|
@@ -5439,9 +5428,9 @@ i069.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
5439
5428
|
}] });
|
|
5440
5429
|
|
|
5441
5430
|
// lib/components/ecl-help-block/ecl-help-block.directive.mjs
|
|
5442
|
-
import { __decorate as
|
|
5431
|
+
import { __decorate as __decorate3 } from "tslib";
|
|
5443
5432
|
import { Directive as Directive19, HostBinding as HostBinding47, Input as Input24 } from "@angular/core";
|
|
5444
|
-
import { coerceBoolean as
|
|
5433
|
+
import { coerceBoolean as coerceBoolean2 } from "@eui/base";
|
|
5445
5434
|
import * as i070 from "@angular/core";
|
|
5446
5435
|
var EclHelpBlockDirective = class _EclHelpBlockDirective extends ECLBaseDirective {
|
|
5447
5436
|
constructor() {
|
|
@@ -5458,8 +5447,8 @@ var EclHelpBlockDirective = class _EclHelpBlockDirective extends ECLBaseDirectiv
|
|
|
5458
5447
|
this.ɵdir = i070.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.5", type: _EclHelpBlockDirective, selector: "[eclHelpBlock]", inputs: { isDisabled: "isDisabled" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i070 });
|
|
5459
5448
|
}
|
|
5460
5449
|
};
|
|
5461
|
-
|
|
5462
|
-
|
|
5450
|
+
__decorate3([
|
|
5451
|
+
coerceBoolean2
|
|
5463
5452
|
], EclHelpBlockDirective.prototype, "isDisabled", void 0);
|
|
5464
5453
|
i070.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i070, type: EclHelpBlockDirective, decorators: [{
|
|
5465
5454
|
type: Directive19,
|
|
@@ -5474,7 +5463,7 @@ i070.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
5474
5463
|
}] } });
|
|
5475
5464
|
|
|
5476
5465
|
// lib/components/ecl-checkbox/ecl-checkbox-help.component.mjs
|
|
5477
|
-
import { Component as Component30, HostBinding as HostBinding48, Input as Input25, booleanAttribute as
|
|
5466
|
+
import { Component as Component30, HostBinding as HostBinding48, Input as Input25, booleanAttribute as booleanAttribute12 } from "@angular/core";
|
|
5478
5467
|
import * as i071 from "@angular/core";
|
|
5479
5468
|
var EclCheckboxHelpComponent = class _EclCheckboxHelpComponent extends ECLBaseDirective {
|
|
5480
5469
|
constructor() {
|
|
@@ -5488,7 +5477,7 @@ var EclCheckboxHelpComponent = class _EclCheckboxHelpComponent extends ECLBaseDi
|
|
|
5488
5477
|
this.ɵfac = i071.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i071, type: _EclCheckboxHelpComponent, deps: null, target: i071.ɵɵFactoryTarget.Component });
|
|
5489
5478
|
}
|
|
5490
5479
|
static {
|
|
5491
|
-
this.ɵcmp = i071.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclCheckboxHelpComponent, selector: "[eclCheckboxHelp]", inputs: { isDisabled: ["isDisabled", "isDisabled",
|
|
5480
|
+
this.ɵcmp = i071.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclCheckboxHelpComponent, selector: "[eclCheckboxHelp]", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute12] }, host: { properties: { "class.ecl-checkbox__help--disabled": "this.isDisabled", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i071, template: "<ng-content></ng-content>\n" });
|
|
5492
5481
|
}
|
|
5493
5482
|
};
|
|
5494
5483
|
i071.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i071, type: EclCheckboxHelpComponent, decorators: [{
|
|
@@ -5496,7 +5485,7 @@ i071.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
5496
5485
|
args: [{ selector: "[eclCheckboxHelp]", template: "<ng-content></ng-content>\n" }]
|
|
5497
5486
|
}], propDecorators: { isDisabled: [{
|
|
5498
5487
|
type: Input25,
|
|
5499
|
-
args: [{ transform:
|
|
5488
|
+
args: [{ transform: booleanAttribute12 }]
|
|
5500
5489
|
}, {
|
|
5501
5490
|
type: HostBinding48,
|
|
5502
5491
|
args: ["class.ecl-checkbox__help--disabled"]
|
|
@@ -5506,7 +5495,7 @@ i071.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
5506
5495
|
}] } });
|
|
5507
5496
|
|
|
5508
5497
|
// lib/components/ecl-checkbox/ecl-checkbox-label.component.mjs
|
|
5509
|
-
import { Component as Component31, HostBinding as HostBinding49, Input as Input26, ViewEncapsulation as ViewEncapsulation5, booleanAttribute as
|
|
5498
|
+
import { Component as Component31, HostBinding as HostBinding49, Input as Input26, ViewEncapsulation as ViewEncapsulation5, booleanAttribute as booleanAttribute13 } from "@angular/core";
|
|
5510
5499
|
import * as i072 from "@angular/core";
|
|
5511
5500
|
var EclCheckboxLabelComponent = class _EclCheckboxLabelComponent extends ECLBaseDirective {
|
|
5512
5501
|
constructor() {
|
|
@@ -5522,7 +5511,7 @@ var EclCheckboxLabelComponent = class _EclCheckboxLabelComponent extends ECLBase
|
|
|
5522
5511
|
this.ɵfac = i072.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i072, type: _EclCheckboxLabelComponent, deps: null, target: i072.ɵɵFactoryTarget.Component });
|
|
5523
5512
|
}
|
|
5524
5513
|
static {
|
|
5525
|
-
this.ɵcmp = i072.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclCheckboxLabelComponent, selector: "label[eclCheckboxLabel]", inputs: { isInvalid: ["isInvalid", "isInvalid",
|
|
5514
|
+
this.ɵcmp = i072.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclCheckboxLabelComponent, selector: "label[eclCheckboxLabel]", inputs: { isInvalid: ["isInvalid", "isInvalid", booleanAttribute13], isDisabled: ["isDisabled", "isDisabled", booleanAttribute13], isRequired: ["isRequired", "isRequired", booleanAttribute13] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i072, template: '<span class="ecl-checkbox__box" [class.ecl-checkbox__box--disabled]="isDisabled" [class.ecl-checkbox__box--invalid]="isInvalid">\n <ecl-icon size="m" icon="check" class="ecl-checkbox__icon"></ecl-icon>\n</span>\n\n<span class="ecl-checkbox__text">\n <ng-content></ng-content>\n</span>\n@if(isRequired) {\n<span class="ecl-form-label__required" role="note" aria-label="required">*</span>\n}', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }], encapsulation: i072.ViewEncapsulation.None });
|
|
5526
5515
|
}
|
|
5527
5516
|
};
|
|
5528
5517
|
i072.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i072, type: EclCheckboxLabelComponent, decorators: [{
|
|
@@ -5530,20 +5519,20 @@ i072.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
5530
5519
|
args: [{ selector: "label[eclCheckboxLabel]", encapsulation: ViewEncapsulation5.None, template: '<span class="ecl-checkbox__box" [class.ecl-checkbox__box--disabled]="isDisabled" [class.ecl-checkbox__box--invalid]="isInvalid">\n <ecl-icon size="m" icon="check" class="ecl-checkbox__icon"></ecl-icon>\n</span>\n\n<span class="ecl-checkbox__text">\n <ng-content></ng-content>\n</span>\n@if(isRequired) {\n<span class="ecl-form-label__required" role="note" aria-label="required">*</span>\n}' }]
|
|
5531
5520
|
}], propDecorators: { isInvalid: [{
|
|
5532
5521
|
type: Input26,
|
|
5533
|
-
args: [{ transform:
|
|
5522
|
+
args: [{ transform: booleanAttribute13 }]
|
|
5534
5523
|
}], isDisabled: [{
|
|
5535
5524
|
type: Input26,
|
|
5536
|
-
args: [{ transform:
|
|
5525
|
+
args: [{ transform: booleanAttribute13 }]
|
|
5537
5526
|
}], isRequired: [{
|
|
5538
5527
|
type: Input26,
|
|
5539
|
-
args: [{ transform:
|
|
5528
|
+
args: [{ transform: booleanAttribute13 }]
|
|
5540
5529
|
}], cssClasses: [{
|
|
5541
5530
|
type: HostBinding49,
|
|
5542
5531
|
args: ["class"]
|
|
5543
5532
|
}] } });
|
|
5544
5533
|
|
|
5545
5534
|
// lib/components/ecl-checkbox/ecl-checkbox.directive.mjs
|
|
5546
|
-
import { ContentChild as ContentChild9, Directive as Directive20, HostBinding as HostBinding50, Input as Input27, booleanAttribute as
|
|
5535
|
+
import { ContentChild as ContentChild9, Directive as Directive20, HostBinding as HostBinding50, Input as Input27, booleanAttribute as booleanAttribute14, forwardRef as forwardRef25 } from "@angular/core";
|
|
5547
5536
|
import * as i073 from "@angular/core";
|
|
5548
5537
|
var EclCheckboxDirective = class _EclCheckboxDirective extends ECLBaseDirective {
|
|
5549
5538
|
constructor() {
|
|
@@ -5574,7 +5563,7 @@ var EclCheckboxDirective = class _EclCheckboxDirective extends ECLBaseDirective
|
|
|
5574
5563
|
this.ɵfac = i073.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i073, type: _EclCheckboxDirective, deps: null, target: i073.ɵɵFactoryTarget.Directive });
|
|
5575
5564
|
}
|
|
5576
5565
|
static {
|
|
5577
|
-
this.ɵdir = i073.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclCheckboxDirective, isStandalone: true, selector: "[eclCheckbox]", inputs: { isDisabled: ["isDisabled", "isDisabled",
|
|
5566
|
+
this.ɵdir = i073.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclCheckboxDirective, isStandalone: true, selector: "[eclCheckbox]", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute14], isInvalid: ["isInvalid", "isInvalid", booleanAttribute14], isSingle: ["isSingle", "isSingle", booleanAttribute14] }, host: { properties: { "class.ecl-checkbox--disabled": "this.isDisabled", "class.ecl-checkbox--invalid": "this.isInvalid", "class.ecl-checkbox--single": "this.isSingle", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclCheckboxLabelComponent", first: true, predicate: i073.forwardRef(() => EclCheckboxLabelComponent), descendants: true }, { propertyName: "eclCheckboxHelpComponent", first: true, predicate: i073.forwardRef(() => EclCheckboxHelpComponent), descendants: true }, { propertyName: "eclFormLabelDirective", first: true, predicate: i073.forwardRef(() => EclFormLabelComponent), descendants: true }, { propertyName: "eclHelpBlockDirective", first: true, predicate: i073.forwardRef(() => EclHelpBlockDirective), descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i073 });
|
|
5578
5567
|
}
|
|
5579
5568
|
};
|
|
5580
5569
|
i073.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i073, type: EclCheckboxDirective, decorators: [{
|
|
@@ -5585,19 +5574,19 @@ i073.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
5585
5574
|
}]
|
|
5586
5575
|
}], propDecorators: { isDisabled: [{
|
|
5587
5576
|
type: Input27,
|
|
5588
|
-
args: [{ transform:
|
|
5577
|
+
args: [{ transform: booleanAttribute14 }]
|
|
5589
5578
|
}, {
|
|
5590
5579
|
type: HostBinding50,
|
|
5591
5580
|
args: ["class.ecl-checkbox--disabled"]
|
|
5592
5581
|
}], isInvalid: [{
|
|
5593
5582
|
type: Input27,
|
|
5594
|
-
args: [{ transform:
|
|
5583
|
+
args: [{ transform: booleanAttribute14 }]
|
|
5595
5584
|
}, {
|
|
5596
5585
|
type: HostBinding50,
|
|
5597
5586
|
args: ["class.ecl-checkbox--invalid"]
|
|
5598
5587
|
}], isSingle: [{
|
|
5599
5588
|
type: Input27,
|
|
5600
|
-
args: [{ transform:
|
|
5589
|
+
args: [{ transform: booleanAttribute14 }]
|
|
5601
5590
|
}, {
|
|
5602
5591
|
type: HostBinding50,
|
|
5603
5592
|
args: ["class.ecl-checkbox--single"]
|
|
@@ -6185,7 +6174,7 @@ i082.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
6185
6174
|
}] });
|
|
6186
6175
|
|
|
6187
6176
|
// lib/components/ecl-expandable/ecl-expandable.component.mjs
|
|
6188
|
-
import { Component as Component34, Input as Input31, Output as Output15, EventEmitter as EventEmitter15, HostBinding as HostBinding56, booleanAttribute as
|
|
6177
|
+
import { Component as Component34, Input as Input31, Output as Output15, EventEmitter as EventEmitter15, HostBinding as HostBinding56, booleanAttribute as booleanAttribute15 } from "@angular/core";
|
|
6189
6178
|
import * as i083 from "@angular/core";
|
|
6190
6179
|
import * as i43 from "@ngx-translate/core";
|
|
6191
6180
|
var EclExpandableToggleEvent = class extends EclBaseEvent {
|
|
@@ -6220,7 +6209,7 @@ var EclExpandableComponent = class _EclExpandableComponent extends ECLBaseDirect
|
|
|
6220
6209
|
this.ɵfac = i083.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i083, type: _EclExpandableComponent, deps: null, target: i083.ɵɵFactoryTarget.Component });
|
|
6221
6210
|
}
|
|
6222
6211
|
static {
|
|
6223
|
-
this.ɵcmp = i083.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclExpandableComponent, selector: "ecl-expandable", inputs: { isExpanded: ["isExpanded", "isExpanded",
|
|
6212
|
+
this.ɵcmp = i083.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclExpandableComponent, selector: "ecl-expandable", inputs: { isExpanded: ["isExpanded", "isExpanded", booleanAttribute15], collapsedLabel: "collapsedLabel", expandedLabel: "expandedLabel" }, outputs: { toggle: "toggle" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i083, template: `<button
|
|
6224
6213
|
eclButton
|
|
6225
6214
|
variant="ghost"
|
|
6226
6215
|
type="button"
|
|
@@ -6269,7 +6258,7 @@ i083.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
6269
6258
|
args: ["class"]
|
|
6270
6259
|
}], isExpanded: [{
|
|
6271
6260
|
type: Input31,
|
|
6272
|
-
args: [{ transform:
|
|
6261
|
+
args: [{ transform: booleanAttribute15 }]
|
|
6273
6262
|
}], collapsedLabel: [{
|
|
6274
6263
|
type: Input31
|
|
6275
6264
|
}], expandedLabel: [{
|
|
@@ -6513,7 +6502,7 @@ i091.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
6513
6502
|
}] });
|
|
6514
6503
|
|
|
6515
6504
|
// lib/components/ecl-media-container/ecl-media-container.component.mjs
|
|
6516
|
-
import { Component as Component41, ContentChild as ContentChild12, HostBinding as HostBinding63, Input as Input33, booleanAttribute as
|
|
6505
|
+
import { Component as Component41, ContentChild as ContentChild12, HostBinding as HostBinding63, Input as Input33, booleanAttribute as booleanAttribute16 } from "@angular/core";
|
|
6517
6506
|
import * as i092 from "@angular/core";
|
|
6518
6507
|
var EclMediaContainerComponent = class _EclMediaContainerComponent extends ECLBaseDirective {
|
|
6519
6508
|
constructor() {
|
|
@@ -6532,7 +6521,7 @@ var EclMediaContainerComponent = class _EclMediaContainerComponent extends ECLBa
|
|
|
6532
6521
|
this.ɵfac = i092.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i092, type: _EclMediaContainerComponent, deps: null, target: i092.ɵɵFactoryTarget.Component });
|
|
6533
6522
|
}
|
|
6534
6523
|
static {
|
|
6535
|
-
this.ɵcmp = i092.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMediaContainerComponent, selector: "ecl-media-container", inputs: { isFullWidth: ["isFullWidth", "isFullWidth",
|
|
6524
|
+
this.ɵcmp = i092.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMediaContainerComponent, selector: "ecl-media-container", inputs: { isFullWidth: ["isFullWidth", "isFullWidth", booleanAttribute16] }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "expandable", first: true, predicate: EclExpandableComponent, descendants: true }], usesInheritance: true, ngImport: i092, template: '<figure class="ecl-media-container__figure" [class.ecl-media-container--full-width]="isFullWidth">\n <ng-content select="video[eclMediaContainerItem]"></ng-content>\n <ng-content select="div[eclMediaContainerItem]"></ng-content>\n <ng-content select="picture[eclMediaContainerPicture]"></ng-content>\n\n <figcaption class="ecl-media-container__caption">\n <ng-content></ng-content>\n </figcaption>\n <ng-content select="ecl-expandable"></ng-content>\n</figure>\n', styles: [":host{display:block}\n"] });
|
|
6536
6525
|
}
|
|
6537
6526
|
};
|
|
6538
6527
|
i092.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i092, type: EclMediaContainerComponent, decorators: [{
|
|
@@ -6540,7 +6529,7 @@ i092.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
6540
6529
|
args: [{ selector: "ecl-media-container", template: '<figure class="ecl-media-container__figure" [class.ecl-media-container--full-width]="isFullWidth">\n <ng-content select="video[eclMediaContainerItem]"></ng-content>\n <ng-content select="div[eclMediaContainerItem]"></ng-content>\n <ng-content select="picture[eclMediaContainerPicture]"></ng-content>\n\n <figcaption class="ecl-media-container__caption">\n <ng-content></ng-content>\n </figcaption>\n <ng-content select="ecl-expandable"></ng-content>\n</figure>\n', styles: [":host{display:block}\n"] }]
|
|
6541
6530
|
}], propDecorators: { isFullWidth: [{
|
|
6542
6531
|
type: Input33,
|
|
6543
|
-
args: [{ transform:
|
|
6532
|
+
args: [{ transform: booleanAttribute16 }]
|
|
6544
6533
|
}], expandable: [{
|
|
6545
6534
|
type: ContentChild12,
|
|
6546
6535
|
args: [EclExpandableComponent]
|
|
@@ -6819,7 +6808,7 @@ i099.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5"
|
|
|
6819
6808
|
}] } });
|
|
6820
6809
|
|
|
6821
6810
|
// lib/components/ecl-featured/ecl-featured.component.mjs
|
|
6822
|
-
import { Component as Component44, HostBinding as HostBinding70, Input as Input37, booleanAttribute as
|
|
6811
|
+
import { Component as Component44, HostBinding as HostBinding70, Input as Input37, booleanAttribute as booleanAttribute17 } from "@angular/core";
|
|
6823
6812
|
import * as i0100 from "@angular/core";
|
|
6824
6813
|
var EclFeaturedComponent = class _EclFeaturedComponent extends ECLBaseDirective {
|
|
6825
6814
|
constructor() {
|
|
@@ -6835,7 +6824,7 @@ var EclFeaturedComponent = class _EclFeaturedComponent extends ECLBaseDirective
|
|
|
6835
6824
|
this.ɵfac = i0100.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0100, type: _EclFeaturedComponent, deps: null, target: i0100.ɵɵFactoryTarget.Component });
|
|
6836
6825
|
}
|
|
6837
6826
|
static {
|
|
6838
|
-
this.ɵcmp = i0100.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFeaturedComponent, selector: "ecl-featured", inputs: { position: "position", isHighlighted: ["isHighlighted", "isHighlighted",
|
|
6827
|
+
this.ɵcmp = i0100.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFeaturedComponent, selector: "ecl-featured", inputs: { position: "position", isHighlighted: ["isHighlighted", "isHighlighted", booleanAttribute17] }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0100, template: `<div class="ecl-featured-item__container" [class.ecl-featured-item__container--right]="position === 'right'">
|
|
6839
6828
|
<ng-content></ng-content>
|
|
6840
6829
|
</div>
|
|
6841
6830
|
<ng-content select="[eclFeaturedItemFooter]"></ng-content>` });
|
|
@@ -6851,7 +6840,7 @@ i0100.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
6851
6840
|
type: Input37
|
|
6852
6841
|
}], isHighlighted: [{
|
|
6853
6842
|
type: Input37,
|
|
6854
|
-
args: [{ transform:
|
|
6843
|
+
args: [{ transform: booleanAttribute17 }]
|
|
6855
6844
|
}], role: [{
|
|
6856
6845
|
type: HostBinding70,
|
|
6857
6846
|
args: ["attr.role"]
|
|
@@ -6994,7 +6983,7 @@ i0104.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
6994
6983
|
}] });
|
|
6995
6984
|
|
|
6996
6985
|
// lib/components/ecl-file-upload/ecl-file-upload.directive.mjs
|
|
6997
|
-
import { Directive as Directive29, HostBinding as HostBinding73, Input as Input38, Optional as Optional5, Self as Self3, HostListener as HostListener8, Output as Output16, EventEmitter as EventEmitter16, booleanAttribute as
|
|
6986
|
+
import { Directive as Directive29, HostBinding as HostBinding73, Input as Input38, Optional as Optional5, Self as Self3, HostListener as HostListener8, Output as Output16, EventEmitter as EventEmitter16, booleanAttribute as booleanAttribute18 } from "@angular/core";
|
|
6998
6987
|
import { takeUntil as takeUntil12 } from "rxjs/operators";
|
|
6999
6988
|
import { Subject as Subject12 } from "rxjs";
|
|
7000
6989
|
import * as i0105 from "@angular/core";
|
|
@@ -7161,7 +7150,7 @@ var EclFileUploadDirective = class _EclFileUploadDirective extends ECLBaseDirect
|
|
|
7161
7150
|
this.ɵfac = i0105.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0105, type: _EclFileUploadDirective, deps: [{ token: i116.NgControl, optional: true, self: true }, { token: i0105.ElementRef }, { token: i28.TranslateService }, { token: i0105.Renderer2 }], target: i0105.ɵɵFactoryTarget.Directive });
|
|
7162
7151
|
}
|
|
7163
7152
|
static {
|
|
7164
|
-
this.ɵdir = i0105.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFileUploadDirective, selector: "[eclFileUpload]", inputs: { variant: "variant", isInvalid: "isInvalid", id: "id", disabled: ["disabled", "disabled",
|
|
7153
|
+
this.ɵdir = i0105.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFileUploadDirective, selector: "[eclFileUpload]", inputs: { variant: "variant", isInvalid: "isInvalid", id: "id", disabled: ["disabled", "disabled", booleanAttribute18], multiple: ["multiple", "multiple", booleanAttribute18] }, 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: i0105 });
|
|
7165
7154
|
}
|
|
7166
7155
|
};
|
|
7167
7156
|
i0105.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0105, type: EclFileUploadDirective, decorators: [{
|
|
@@ -7184,13 +7173,13 @@ i0105.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7184
7173
|
args: ["attr.id"]
|
|
7185
7174
|
}], disabled: [{
|
|
7186
7175
|
type: Input38,
|
|
7187
|
-
args: [{ transform:
|
|
7176
|
+
args: [{ transform: booleanAttribute18 }]
|
|
7188
7177
|
}, {
|
|
7189
7178
|
type: HostBinding73,
|
|
7190
7179
|
args: ["attr.disabled"]
|
|
7191
7180
|
}], multiple: [{
|
|
7192
7181
|
type: Input38,
|
|
7193
|
-
args: [{ transform:
|
|
7182
|
+
args: [{ transform: booleanAttribute18 }]
|
|
7194
7183
|
}, {
|
|
7195
7184
|
type: HostBinding73,
|
|
7196
7185
|
args: ["attr.multiple"]
|
|
@@ -7353,7 +7342,7 @@ i0108.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7353
7342
|
}] } });
|
|
7354
7343
|
|
|
7355
7344
|
// lib/components/ecl-file/ecl-file-item/ecl-file-item.component.mjs
|
|
7356
|
-
import { Component as Component47, HostBinding as HostBinding76, Input as Input41, booleanAttribute as
|
|
7345
|
+
import { Component as Component47, HostBinding as HostBinding76, Input as Input41, booleanAttribute as booleanAttribute19 } from "@angular/core";
|
|
7357
7346
|
import * as i0109 from "@angular/core";
|
|
7358
7347
|
import * as i210 from "@angular/common";
|
|
7359
7348
|
var EclFileItemComponent = class _EclFileItemComponent extends ECLBaseDirective {
|
|
@@ -7372,7 +7361,7 @@ var EclFileItemComponent = class _EclFileItemComponent extends ECLBaseDirective
|
|
|
7372
7361
|
this.ɵfac = i0109.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0109, type: _EclFileItemComponent, deps: [{ token: EclFileComponent }], target: i0109.ɵɵFactoryTarget.Component });
|
|
7373
7362
|
}
|
|
7374
7363
|
static {
|
|
7375
|
-
this.ɵcmp = i0109.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFileItemComponent, selector: "ecl-file-item", inputs: { isDescription: ["isDescription", "isDescription",
|
|
7364
|
+
this.ɵcmp = i0109.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFileItemComponent, selector: "ecl-file-item", inputs: { isDescription: ["isDescription", "isDescription", booleanAttribute19], eclTitle: "eclTitle", titleId: "titleId", meta: "meta", label: "label", langDetail: "langDetail" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0109, template: '<ng-template [ngIf]="!isDescription">\n <div class="ecl-file__translation-info">\n <div class="ecl-file__translation-title" [id]="titleId" [attr.lang]="langDetail">{{ eclTitle }}</div> \n <div class="ecl-file__translation-meta">{{ meta }}</div>\n </div>\n <ng-content select="[eclFileTranslationDownload]"></ng-content>\n</ng-template>\n<ng-template [ngIf]="isDescription">\n <ng-content></ng-content>\n</ng-template>', dependencies: [{ kind: "directive", type: i210.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7376
7365
|
}
|
|
7377
7366
|
};
|
|
7378
7367
|
i0109.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0109, type: EclFileItemComponent, decorators: [{
|
|
@@ -7380,7 +7369,7 @@ i0109.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7380
7369
|
args: [{ selector: "ecl-file-item", 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>' }]
|
|
7381
7370
|
}], ctorParameters: () => [{ type: EclFileComponent }], propDecorators: { isDescription: [{
|
|
7382
7371
|
type: Input41,
|
|
7383
|
-
args: [{ transform:
|
|
7372
|
+
args: [{ transform: booleanAttribute19 }]
|
|
7384
7373
|
}], eclTitle: [{
|
|
7385
7374
|
type: Input41
|
|
7386
7375
|
}], titleId: [{
|
|
@@ -7397,7 +7386,7 @@ i0109.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7397
7386
|
}] } });
|
|
7398
7387
|
|
|
7399
7388
|
// lib/components/ecl-file/ecl-file-items/ecl-file-items.component.mjs
|
|
7400
|
-
import { Component as Component48, Input as Input42, ContentChildren as ContentChildren11, Output as Output17, EventEmitter as EventEmitter17, HostBinding as HostBinding77, booleanAttribute as
|
|
7389
|
+
import { Component as Component48, Input as Input42, ContentChildren as ContentChildren11, Output as Output17, EventEmitter as EventEmitter17, HostBinding as HostBinding77, booleanAttribute as booleanAttribute20 } from "@angular/core";
|
|
7401
7390
|
import * as i0110 from "@angular/core";
|
|
7402
7391
|
import * as i44 from "@ngx-translate/core";
|
|
7403
7392
|
var EclFileItemsToggleEvent = class extends EclBaseEvent {
|
|
@@ -7430,7 +7419,7 @@ var EclFileItemsComponent = class _EclFileItemsComponent extends ECLBaseDirectiv
|
|
|
7430
7419
|
this.ɵfac = i0110.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0110, type: _EclFileItemsComponent, deps: null, target: i0110.ɵɵFactoryTarget.Component });
|
|
7431
7420
|
}
|
|
7432
7421
|
static {
|
|
7433
|
-
this.ɵcmp = i0110.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFileItemsComponent, selector: "ecl-file-items", inputs: { label: "label", isExpanded: ["isExpanded", "isExpanded",
|
|
7422
|
+
this.ɵcmp = i0110.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclFileItemsComponent, selector: "ecl-file-items", inputs: { label: "label", isExpanded: ["isExpanded", "isExpanded", booleanAttribute20] }, outputs: { toggle: "toggle" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "items", predicate: EclFileItemComponent }], usesInheritance: true, ngImport: i0110, template: `<button eclButton variant="ghost" class="ecl-file__translation-toggle" [attr.aria-expanded]="isExpanded" (click)="onToggleClick($event)">
|
|
7434
7423
|
<span eclButtonLabel>
|
|
7435
7424
|
{{ label || 'ecl.file.OTHER-LANGUAGES' | translate: { count: getItemsCount() } }}
|
|
7436
7425
|
</span>
|
|
@@ -7461,7 +7450,7 @@ i0110.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7461
7450
|
type: Input42
|
|
7462
7451
|
}], isExpanded: [{
|
|
7463
7452
|
type: Input42,
|
|
7464
|
-
args: [{ transform:
|
|
7453
|
+
args: [{ transform: booleanAttribute20 }]
|
|
7465
7454
|
}], toggle: [{
|
|
7466
7455
|
type: Output17
|
|
7467
7456
|
}], items: [{
|
|
@@ -7789,7 +7778,7 @@ i0115.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7789
7778
|
}] } });
|
|
7790
7779
|
|
|
7791
7780
|
// lib/components/ecl-gallery/ecl-gallery-item.component.mjs
|
|
7792
|
-
import { Component as Component51, ContentChild as ContentChild16, EventEmitter as EventEmitter19, HostBinding as HostBinding81, HostListener as HostListener9, Input as Input44, Output as Output19, booleanAttribute as
|
|
7781
|
+
import { Component as Component51, ContentChild as ContentChild16, EventEmitter as EventEmitter19, HostBinding as HostBinding81, HostListener as HostListener9, Input as Input44, Output as Output19, booleanAttribute as booleanAttribute21 } from "@angular/core";
|
|
7793
7782
|
import * as i0116 from "@angular/core";
|
|
7794
7783
|
import * as i117 from "@angular/platform-browser";
|
|
7795
7784
|
var EclGalleryItemClickEvent = class extends EclBaseEvent {
|
|
@@ -7847,7 +7836,7 @@ var EclGalleryItemComponent = class _EclGalleryItemComponent extends ECLBaseDire
|
|
|
7847
7836
|
this.ɵfac = i0116.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0116, type: _EclGalleryItemComponent, deps: [{ token: i117.DomSanitizer }, { token: i0116.ElementRef }], target: i0116.ɵɵFactoryTarget.Component });
|
|
7848
7837
|
}
|
|
7849
7838
|
static {
|
|
7850
|
-
this.ɵcmp = i0116.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclGalleryItemComponent, selector: "ecl-gallery-item", inputs: { isShareable: ["isShareable", "isShareable",
|
|
7839
|
+
this.ɵcmp = i0116.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclGalleryItemComponent, selector: "ecl-gallery-item", inputs: { isShareable: ["isShareable", "isShareable", booleanAttribute21], 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: i0116, template: `<a [href]="src" class="ecl-gallery__item-link" [attr.aria-label]="label" [class.ecl-gallery__item__link--frozen]="isNoOverlay">
|
|
7851
7840
|
<figure class="ecl-gallery__image-container">
|
|
7852
7841
|
@if(mediaType !== 'image') {
|
|
7853
7842
|
<div class="ecl-gallery__item-icon-wrapper">
|
|
@@ -7891,7 +7880,7 @@ i0116.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7891
7880
|
</a>`, styles: [".ecl-gallery__description{width:100%}\n"] }]
|
|
7892
7881
|
}], ctorParameters: () => [{ type: i117.DomSanitizer }, { type: i0116.ElementRef }], propDecorators: { isShareable: [{
|
|
7893
7882
|
type: Input44,
|
|
7894
|
-
args: [{ transform:
|
|
7883
|
+
args: [{ transform: booleanAttribute21 }]
|
|
7895
7884
|
}], mediaType: [{
|
|
7896
7885
|
type: Input44
|
|
7897
7886
|
}], src: [{
|
|
@@ -7922,7 +7911,7 @@ i0116.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
7922
7911
|
|
|
7923
7912
|
// lib/components/ecl-gallery/ecl-gallery.component.mjs
|
|
7924
7913
|
import { Breakpoints } from "@angular/cdk/layout";
|
|
7925
|
-
import { Component as Component52, ContentChild as ContentChild17, ContentChildren as ContentChildren12, EventEmitter as EventEmitter20, HostBinding as HostBinding82, HostListener as HostListener10, Input as Input45, Output as Output20, ViewChild as ViewChild7, booleanAttribute as
|
|
7914
|
+
import { Component as Component52, ContentChild as ContentChild17, ContentChildren as ContentChildren12, EventEmitter as EventEmitter20, HostBinding as HostBinding82, HostListener as HostListener10, Input as Input45, Output as Output20, ViewChild as ViewChild7, booleanAttribute as booleanAttribute22, numberAttribute as numberAttribute3 } from "@angular/core";
|
|
7926
7915
|
import { Subject as Subject13, delay } from "rxjs";
|
|
7927
7916
|
import { takeUntil as takeUntil13 } from "rxjs/operators";
|
|
7928
7917
|
import * as i0117 from "@angular/core";
|
|
@@ -8151,7 +8140,7 @@ var EclGalleryComponent = class _EclGalleryComponent extends ECLBaseDirective {
|
|
|
8151
8140
|
this.ɵfac = i0117.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0117, type: _EclGalleryComponent, deps: [{ token: i118.BreakpointObserver }], target: i0117.ɵɵFactoryTarget.Component });
|
|
8152
8141
|
}
|
|
8153
8142
|
static {
|
|
8154
|
-
this.ɵcmp = i0117.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclGalleryComponent, selector: "ecl-gallery", inputs: { isOpenInFullScreenPossible: ["isOpenInFullScreenPossible", "isOpenInFullScreenPossible",
|
|
8143
|
+
this.ɵcmp = i0117.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclGalleryComponent, selector: "ecl-gallery", inputs: { isOpenInFullScreenPossible: ["isOpenInFullScreenPossible", "isOpenInFullScreenPossible", booleanAttribute22], isShareable: ["isShareable", "isShareable", booleanAttribute22], isFullWidth: ["isFullWidth", "isFullWidth", booleanAttribute22], isNoOverlay: ["isNoOverlay", "isNoOverlay", booleanAttribute22], 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: i0117, template: `<ul class="ecl-gallery__list">
|
|
8155
8144
|
<ng-content></ng-content>
|
|
8156
8145
|
</ul>
|
|
8157
8146
|
|
|
@@ -8335,16 +8324,16 @@ i0117.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
8335
8324
|
</dialog>`, styles: [":host{display:block}\n"] }]
|
|
8336
8325
|
}], ctorParameters: () => [{ type: i118.BreakpointObserver }], propDecorators: { isOpenInFullScreenPossible: [{
|
|
8337
8326
|
type: Input45,
|
|
8338
|
-
args: [{ transform:
|
|
8327
|
+
args: [{ transform: booleanAttribute22 }]
|
|
8339
8328
|
}], isShareable: [{
|
|
8340
8329
|
type: Input45,
|
|
8341
|
-
args: [{ transform:
|
|
8330
|
+
args: [{ transform: booleanAttribute22 }]
|
|
8342
8331
|
}], isFullWidth: [{
|
|
8343
8332
|
type: Input45,
|
|
8344
|
-
args: [{ transform:
|
|
8333
|
+
args: [{ transform: booleanAttribute22 }]
|
|
8345
8334
|
}], isNoOverlay: [{
|
|
8346
8335
|
type: Input45,
|
|
8347
|
-
args: [{ transform:
|
|
8336
|
+
args: [{ transform: booleanAttribute22 }]
|
|
8348
8337
|
}], maxVisibleItems: [{
|
|
8349
8338
|
type: Input45,
|
|
8350
8339
|
args: [{ transform: numberAttribute3 }]
|
|
@@ -8514,7 +8503,7 @@ i0120.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
8514
8503
|
}] } });
|
|
8515
8504
|
|
|
8516
8505
|
// lib/components/ecl-sticky-container/ecl-sticky-container.component.mjs
|
|
8517
|
-
import { Component as Component54, HostBinding as HostBinding84, Input as Input47, booleanAttribute as
|
|
8506
|
+
import { Component as Component54, HostBinding as HostBinding84, Input as Input47, booleanAttribute as booleanAttribute23 } from "@angular/core";
|
|
8518
8507
|
import { Subject as Subject14, delay as delay2 } from "rxjs";
|
|
8519
8508
|
import { takeUntil as takeUntil14 } from "rxjs/operators";
|
|
8520
8509
|
import * as i0121 from "@angular/core";
|
|
@@ -8560,7 +8549,7 @@ var EclStickyContainerComponent = class _EclStickyContainerComponent extends ECL
|
|
|
8560
8549
|
this.ɵfac = i0121.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0121, type: _EclStickyContainerComponent, deps: [{ token: i119.BreakpointObserver }, { token: i0121.Renderer2 }, { token: i0121.ElementRef }], target: i0121.ɵɵFactoryTarget.Component });
|
|
8561
8550
|
}
|
|
8562
8551
|
static {
|
|
8563
|
-
this.ɵcmp = i0121.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: { isEnabled: ["isEnabled", "isEnabled",
|
|
8552
|
+
this.ɵcmp = i0121.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclStickyContainerComponent, selector: "ecl-sticky-container", inputs: { isEnabled: ["isEnabled", "isEnabled", booleanAttribute23], marginTop: "marginTop", marginBottom: "marginBottom" }, host: { properties: { "class": "this.cssClasses", "style.top.px": "this.top", "style.bottom.px": "this.bottom" } }, usesInheritance: true, ngImport: i0121, 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"] });
|
|
8564
8553
|
}
|
|
8565
8554
|
};
|
|
8566
8555
|
i0121.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0121, type: EclStickyContainerComponent, decorators: [{
|
|
@@ -8568,7 +8557,7 @@ i0121.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
8568
8557
|
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"] }]
|
|
8569
8558
|
}], ctorParameters: () => [{ type: i119.BreakpointObserver }, { type: i0121.Renderer2 }, { type: i0121.ElementRef }], propDecorators: { isEnabled: [{
|
|
8570
8559
|
type: Input47,
|
|
8571
|
-
args: [{ transform:
|
|
8560
|
+
args: [{ transform: booleanAttribute23 }]
|
|
8572
8561
|
}], marginTop: [{
|
|
8573
8562
|
type: Input47
|
|
8574
8563
|
}], marginBottom: [{
|
|
@@ -8893,7 +8882,7 @@ i0126.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
8893
8882
|
}] } });
|
|
8894
8883
|
|
|
8895
8884
|
// lib/components/ecl-list-illustration/ecl-list-illustration-picture.directive.mjs
|
|
8896
|
-
import { Directive as Directive34, HostBinding as HostBinding87, Input as Input50, booleanAttribute as
|
|
8885
|
+
import { Directive as Directive34, HostBinding as HostBinding87, Input as Input50, booleanAttribute as booleanAttribute24 } from "@angular/core";
|
|
8897
8886
|
import * as i0127 from "@angular/core";
|
|
8898
8887
|
var EclListIllustrationPictureDirective = class _EclListIllustrationPictureDirective extends ECLBaseDirective {
|
|
8899
8888
|
get cssClasses() {
|
|
@@ -8932,7 +8921,7 @@ var EclListIllustrationImageDirective = class _EclListIllustrationImageDirective
|
|
|
8932
8921
|
this.ɵfac = i0127.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0127, type: _EclListIllustrationImageDirective, deps: null, target: i0127.ɵɵFactoryTarget.Directive });
|
|
8933
8922
|
}
|
|
8934
8923
|
static {
|
|
8935
|
-
this.ɵdir = i0127.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclListIllustrationImageDirective, selector: "img[eclListIllustrationImage]", inputs: { isSquare: ["isSquare", "isSquare",
|
|
8924
|
+
this.ɵdir = i0127.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclListIllustrationImageDirective, selector: "img[eclListIllustrationImage]", inputs: { isSquare: ["isSquare", "isSquare", booleanAttribute24], size: "size" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0127 });
|
|
8936
8925
|
}
|
|
8937
8926
|
};
|
|
8938
8927
|
i0127.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0127, type: EclListIllustrationImageDirective, decorators: [{
|
|
@@ -8942,7 +8931,7 @@ i0127.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
8942
8931
|
}]
|
|
8943
8932
|
}], propDecorators: { isSquare: [{
|
|
8944
8933
|
type: Input50,
|
|
8945
|
-
args: [{ transform:
|
|
8934
|
+
args: [{ transform: booleanAttribute24 }]
|
|
8946
8935
|
}], size: [{
|
|
8947
8936
|
type: Input50
|
|
8948
8937
|
}], cssClasses: [{
|
|
@@ -8951,7 +8940,7 @@ i0127.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
8951
8940
|
}] } });
|
|
8952
8941
|
|
|
8953
8942
|
// lib/components/ecl-list-illustration/ecl-list-illustration.component.mjs
|
|
8954
|
-
import { Component as Component57, HostBinding as HostBinding88, Input as Input51, booleanAttribute as
|
|
8943
|
+
import { Component as Component57, HostBinding as HostBinding88, Input as Input51, booleanAttribute as booleanAttribute25, numberAttribute as numberAttribute4 } from "@angular/core";
|
|
8955
8944
|
import * as i0128 from "@angular/core";
|
|
8956
8945
|
var EclListIllustrationComponent = class _EclListIllustrationComponent extends ECLBaseDirective {
|
|
8957
8946
|
constructor() {
|
|
@@ -8970,7 +8959,7 @@ var EclListIllustrationComponent = class _EclListIllustrationComponent extends E
|
|
|
8970
8959
|
this.ɵfac = i0128.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0128, type: _EclListIllustrationComponent, deps: null, target: i0128.ɵɵFactoryTarget.Component });
|
|
8971
8960
|
}
|
|
8972
8961
|
static {
|
|
8973
|
-
this.ɵcmp = i0128.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclListIllustrationComponent, selector: "ecl-list-illustration", inputs: { isZebra: ["isZebra", "isZebra",
|
|
8962
|
+
this.ɵcmp = i0128.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclListIllustrationComponent, selector: "ecl-list-illustration", inputs: { isZebra: ["isZebra", "isZebra", booleanAttribute25], horizontalColumns: ["horizontalColumns", "horizontalColumns", numberAttribute4] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0128, template: "<ng-content></ng-content>\n" });
|
|
8974
8963
|
}
|
|
8975
8964
|
};
|
|
8976
8965
|
i0128.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0128, type: EclListIllustrationComponent, decorators: [{
|
|
@@ -8978,7 +8967,7 @@ i0128.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
8978
8967
|
args: [{ selector: "ecl-list-illustration", template: "<ng-content></ng-content>\n" }]
|
|
8979
8968
|
}], propDecorators: { isZebra: [{
|
|
8980
8969
|
type: Input51,
|
|
8981
|
-
args: [{ transform:
|
|
8970
|
+
args: [{ transform: booleanAttribute25 }]
|
|
8982
8971
|
}], horizontalColumns: [{
|
|
8983
8972
|
type: Input51,
|
|
8984
8973
|
args: [{ transform: numberAttribute4 }]
|
|
@@ -9171,7 +9160,7 @@ i0131.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
9171
9160
|
}] } });
|
|
9172
9161
|
|
|
9173
9162
|
// lib/components/ecl-list/ecl-list.directive.mjs
|
|
9174
|
-
import { ContentChildren as ContentChildren16, Directive as Directive36, HostBinding as HostBinding91, Input as Input53, booleanAttribute as
|
|
9163
|
+
import { ContentChildren as ContentChildren16, Directive as Directive36, HostBinding as HostBinding91, Input as Input53, booleanAttribute as booleanAttribute26, numberAttribute as numberAttribute5 } from "@angular/core";
|
|
9175
9164
|
import * as i0132 from "@angular/core";
|
|
9176
9165
|
var EclOrderedListDirective = class _EclOrderedListDirective extends ECLBaseDirective {
|
|
9177
9166
|
constructor() {
|
|
@@ -9226,7 +9215,7 @@ var EclUnorderedListDirective = class _EclUnorderedListDirective extends ECLBase
|
|
|
9226
9215
|
this.ɵfac = i0132.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0132, type: _EclUnorderedListDirective, deps: null, target: i0132.ɵɵFactoryTarget.Directive });
|
|
9227
9216
|
}
|
|
9228
9217
|
static {
|
|
9229
|
-
this.ɵdir = i0132.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclUnorderedListDirective, selector: "[eclUnorderedList]", inputs: { isDivider: ["isDivider", "isDivider",
|
|
9218
|
+
this.ɵdir = i0132.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclUnorderedListDirective, selector: "[eclUnorderedList]", inputs: { isDivider: ["isDivider", "isDivider", booleanAttribute26], isNoMarker: ["isNoMarker", "isNoMarker", booleanAttribute26] }, 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: i0132 });
|
|
9230
9219
|
}
|
|
9231
9220
|
};
|
|
9232
9221
|
i0132.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0132, type: EclUnorderedListDirective, decorators: [{
|
|
@@ -9239,13 +9228,13 @@ i0132.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
9239
9228
|
args: ["class.ecl-unordered-list"]
|
|
9240
9229
|
}], isDivider: [{
|
|
9241
9230
|
type: Input53,
|
|
9242
|
-
args: [{ transform:
|
|
9231
|
+
args: [{ transform: booleanAttribute26 }]
|
|
9243
9232
|
}, {
|
|
9244
9233
|
type: HostBinding91,
|
|
9245
9234
|
args: ["class.ecl-unordered-list--divider"]
|
|
9246
9235
|
}], isNoMarker: [{
|
|
9247
9236
|
type: Input53,
|
|
9248
|
-
args: [{ transform:
|
|
9237
|
+
args: [{ transform: booleanAttribute26 }]
|
|
9249
9238
|
}, {
|
|
9250
9239
|
type: HostBinding91,
|
|
9251
9240
|
args: ["class.ecl-unordered-list--no-marker"]
|
|
@@ -9291,7 +9280,7 @@ var EclDescriptionListDirective = class _EclDescriptionListDirective extends ECL
|
|
|
9291
9280
|
this.ɵfac = i0132.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0132, type: _EclDescriptionListDirective, deps: [{ token: i0132.ChangeDetectorRef }], target: i0132.ɵɵFactoryTarget.Directive });
|
|
9292
9281
|
}
|
|
9293
9282
|
static {
|
|
9294
|
-
this.ɵdir = i0132.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclDescriptionListDirective, selector: "[eclDescriptionList]", inputs: { isHorizontal: ["isHorizontal", "isHorizontal",
|
|
9283
|
+
this.ɵdir = i0132.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclDescriptionListDirective, selector: "[eclDescriptionList]", inputs: { isHorizontal: ["isHorizontal", "isHorizontal", booleanAttribute26], maxVisibleItems: ["maxVisibleItems", "maxVisibleItems", numberAttribute5] }, host: { properties: { "class.ecl-description-list--horizontal": "this.isHorizontal", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclListItems", predicate: EclDescriptionListDefinitionComponent }], usesInheritance: true, ngImport: i0132 });
|
|
9295
9284
|
}
|
|
9296
9285
|
};
|
|
9297
9286
|
i0132.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0132, type: EclDescriptionListDirective, decorators: [{
|
|
@@ -9301,7 +9290,7 @@ i0132.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
9301
9290
|
}]
|
|
9302
9291
|
}], ctorParameters: () => [{ type: i0132.ChangeDetectorRef }], propDecorators: { isHorizontal: [{
|
|
9303
9292
|
type: Input53,
|
|
9304
|
-
args: [{ transform:
|
|
9293
|
+
args: [{ transform: booleanAttribute26 }]
|
|
9305
9294
|
}, {
|
|
9306
9295
|
type: HostBinding91,
|
|
9307
9296
|
args: ["class.ecl-description-list--horizontal"]
|
|
@@ -9444,7 +9433,7 @@ var EclMenuItemParentFocusEvent = class {
|
|
|
9444
9433
|
|
|
9445
9434
|
// lib/components/ecl-menu/ecl-menu-mega/ecl-menu-mega-item.component.mjs
|
|
9446
9435
|
import { ENTER } from "@angular/cdk/keycodes";
|
|
9447
|
-
import { Component as Component59, ContentChildren as ContentChildren17, EventEmitter as EventEmitter23, HostBinding as HostBinding92, HostListener as HostListener11, Input as Input54, Output as Output23, ViewChild as ViewChild8, booleanAttribute as
|
|
9436
|
+
import { Component as Component59, ContentChildren as ContentChildren17, EventEmitter as EventEmitter23, HostBinding as HostBinding92, HostListener as HostListener11, Input as Input54, Output as Output23, ViewChild as ViewChild8, booleanAttribute as booleanAttribute27, forwardRef as forwardRef35 } from "@angular/core";
|
|
9448
9437
|
import * as i0134 from "@angular/core";
|
|
9449
9438
|
import * as i121 from "@angular/common";
|
|
9450
9439
|
import * as i214 from "@angular/router";
|
|
@@ -9507,7 +9496,7 @@ var EclMenuMegaItemComponent = class _EclMenuMegaItemComponent extends ECLBaseDi
|
|
|
9507
9496
|
this.ɵfac = i0134.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0134, type: _EclMenuMegaItemComponent, deps: null, target: i0134.ɵɵFactoryTarget.Component });
|
|
9508
9497
|
}
|
|
9509
9498
|
static {
|
|
9510
|
-
this.ɵcmp = i0134.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", 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",
|
|
9499
|
+
this.ɵcmp = i0134.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", 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", booleanAttribute27], isSeeAll: ["isSeeAll", "isSeeAll", booleanAttribute27] }, 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: i0134.forwardRef(() => EclIconComponent) }, { propertyName: "links", predicate: i0134.forwardRef(() => EclLinkDirective) }], viewQueries: [{ propertyName: "megaMenuLink", first: true, predicate: ["megaMenuLink"], descendants: true }], usesInheritance: true, ngImport: i0134, 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: i121.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i121.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i214.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] });
|
|
9511
9500
|
}
|
|
9512
9501
|
};
|
|
9513
9502
|
i0134.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0134, type: EclMenuMegaItemComponent, decorators: [{
|
|
@@ -9535,13 +9524,13 @@ i0134.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
9535
9524
|
args: ["attr.role"]
|
|
9536
9525
|
}], isCurrent: [{
|
|
9537
9526
|
type: Input54,
|
|
9538
|
-
args: [{ transform:
|
|
9527
|
+
args: [{ transform: booleanAttribute27 }]
|
|
9539
9528
|
}, {
|
|
9540
9529
|
type: HostBinding92,
|
|
9541
9530
|
args: ["class.ecl-menu__subitem--current"]
|
|
9542
9531
|
}], isSeeAll: [{
|
|
9543
9532
|
type: Input54,
|
|
9544
|
-
args: [{ transform:
|
|
9533
|
+
args: [{ transform: booleanAttribute27 }]
|
|
9545
9534
|
}, {
|
|
9546
9535
|
type: HostBinding92,
|
|
9547
9536
|
args: ["class.ecl-menu__see-all"]
|
|
@@ -11121,7 +11110,7 @@ i0141.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
11121
11110
|
}] } });
|
|
11122
11111
|
|
|
11123
11112
|
// lib/components/ecl-modal/ecl-modal-body.component.mjs
|
|
11124
|
-
import { Component as Component65, HostBinding as HostBinding98, Input as Input60, booleanAttribute as
|
|
11113
|
+
import { Component as Component65, HostBinding as HostBinding98, Input as Input60, booleanAttribute as booleanAttribute28 } from "@angular/core";
|
|
11125
11114
|
import * as i0142 from "@angular/core";
|
|
11126
11115
|
import * as i124 from "@angular/common";
|
|
11127
11116
|
var EclModalBodyComponent = class _EclModalBodyComponent extends ECLBaseDirective {
|
|
@@ -11139,7 +11128,7 @@ var EclModalBodyComponent = class _EclModalBodyComponent extends ECLBaseDirectiv
|
|
|
11139
11128
|
this.ɵfac = i0142.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0142, type: _EclModalBodyComponent, deps: null, target: i0142.ɵɵFactoryTarget.Component });
|
|
11140
11129
|
}
|
|
11141
11130
|
static {
|
|
11142
|
-
this.ɵcmp = i0142.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclModalBodyComponent, selector: "[eclModalBody]", inputs: { isScrollable: ["isScrollable", "isScrollable",
|
|
11131
|
+
this.ɵcmp = i0142.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclModalBodyComponent, selector: "[eclModalBody]", inputs: { isScrollable: ["isScrollable", "isScrollable", booleanAttribute28] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0142, 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: i124.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
11143
11132
|
}
|
|
11144
11133
|
};
|
|
11145
11134
|
i0142.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0142, type: EclModalBodyComponent, decorators: [{
|
|
@@ -11147,7 +11136,7 @@ i0142.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
11147
11136
|
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>' }]
|
|
11148
11137
|
}], propDecorators: { isScrollable: [{
|
|
11149
11138
|
type: Input60,
|
|
11150
|
-
args: [{ transform:
|
|
11139
|
+
args: [{ transform: booleanAttribute28 }]
|
|
11151
11140
|
}], cssClasses: [{
|
|
11152
11141
|
type: HostBinding98,
|
|
11153
11142
|
args: ["class"]
|
|
@@ -11327,7 +11316,7 @@ i0147.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
11327
11316
|
}] });
|
|
11328
11317
|
|
|
11329
11318
|
// lib/components/ecl-multiselect/ecl-multiselect-option/ecl-multiselect-option.component.mjs
|
|
11330
|
-
import { Component as Component67, EventEmitter as EventEmitter30, HostBinding as HostBinding101, Input as Input62, Output as Output30, ViewChild as ViewChild11, booleanAttribute as
|
|
11319
|
+
import { Component as Component67, EventEmitter as EventEmitter30, HostBinding as HostBinding101, Input as Input62, Output as Output30, ViewChild as ViewChild11, booleanAttribute as booleanAttribute29 } from "@angular/core";
|
|
11331
11320
|
import { Subject as Subject20 } from "rxjs";
|
|
11332
11321
|
import { v4 as uuidgen3 } from "uuid";
|
|
11333
11322
|
import * as i0148 from "@angular/core";
|
|
@@ -11414,7 +11403,7 @@ var EclMultiselectOptionComponent = class _EclMultiselectOptionComponent extends
|
|
|
11414
11403
|
this.ɵfac = i0148.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0148, type: _EclMultiselectOptionComponent, deps: [{ token: i0148.Renderer2 }], target: i0148.ɵɵFactoryTarget.Component });
|
|
11415
11404
|
}
|
|
11416
11405
|
static {
|
|
11417
|
-
this.ɵcmp = i0148.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMultiselectOptionComponent, selector: "div[eclMultiselectOption]", inputs: { value: "value", label: "label", disabled: ["disabled", "disabled",
|
|
11406
|
+
this.ɵcmp = i0148.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMultiselectOptionComponent, selector: "div[eclMultiselectOption]", inputs: { value: "value", label: "label", disabled: ["disabled", "disabled", booleanAttribute29], 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: i0148, 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", "isRequired"] }, { kind: "directive", type: EclCheckboxInputDirective, selector: "input[eclCheckboxInput]" }, { kind: "pipe", type: BoldTextPipe, name: "boldText" }] });
|
|
11418
11407
|
}
|
|
11419
11408
|
};
|
|
11420
11409
|
i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0148, type: EclMultiselectOptionComponent, decorators: [{
|
|
@@ -11429,7 +11418,7 @@ i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
11429
11418
|
type: Input62
|
|
11430
11419
|
}], disabled: [{
|
|
11431
11420
|
type: Input62,
|
|
11432
|
-
args: [{ transform:
|
|
11421
|
+
args: [{ transform: booleanAttribute29 }]
|
|
11433
11422
|
}, {
|
|
11434
11423
|
type: HostBinding101,
|
|
11435
11424
|
args: ["class.ecl-checkbox--disabled"]
|
|
@@ -11451,7 +11440,7 @@ i0148.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
11451
11440
|
}] } });
|
|
11452
11441
|
|
|
11453
11442
|
// lib/components/ecl-multiselect/ecl-multiselect-input/ecl-multiselect-input.component.mjs
|
|
11454
|
-
import { Component as Component68, EventEmitter as EventEmitter31, HostBinding as HostBinding102, Input as Input63, Output as Output31, ViewChild as ViewChild12, booleanAttribute as
|
|
11443
|
+
import { Component as Component68, EventEmitter as EventEmitter31, HostBinding as HostBinding102, Input as Input63, Output as Output31, ViewChild as ViewChild12, booleanAttribute as booleanAttribute30 } from "@angular/core";
|
|
11455
11444
|
import * as i0149 from "@angular/core";
|
|
11456
11445
|
import * as i53 from "@ngx-translate/core";
|
|
11457
11446
|
var EclMultiselectMainInputClickEvent = class {
|
|
@@ -11521,7 +11510,7 @@ var EclMultiselectInputComponent = class _EclMultiselectInputComponent extends E
|
|
|
11521
11510
|
this.ɵfac = i0149.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0149, type: _EclMultiselectInputComponent, deps: [{ token: EclThemeService }, { token: i0149.Renderer2 }], target: i0149.ɵɵFactoryTarget.Component });
|
|
11522
11511
|
}
|
|
11523
11512
|
static {
|
|
11524
|
-
this.ɵcmp = i0149.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMultiselectInputComponent, selector: "div[eclMultiselectInput]", inputs: { eclSize: "eclSize", toggleId: "toggleId", toggleLabel: "toggleLabel", isDisabled: ["isDisabled", "isDisabled",
|
|
11513
|
+
this.ɵcmp = i0149.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMultiselectInputComponent, selector: "div[eclMultiselectInput]", inputs: { eclSize: "eclSize", toggleId: "toggleId", toggleLabel: "toggleLabel", isDisabled: ["isDisabled", "isDisabled", booleanAttribute30], isInvalid: ["isInvalid", "isInvalid", booleanAttribute30], 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: i0149, template: `<div [class.ecl-select-multiple-selections-counter--visible]="isShowCounter" class="ecl-select-multiple-selections-counter">
|
|
11525
11514
|
<span>{{ selectedItemsCount }}</span>
|
|
11526
11515
|
</div>
|
|
11527
11516
|
<button
|
|
@@ -11585,13 +11574,13 @@ i0149.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
11585
11574
|
type: Input63
|
|
11586
11575
|
}], isDisabled: [{
|
|
11587
11576
|
type: Input63,
|
|
11588
|
-
args: [{ transform:
|
|
11577
|
+
args: [{ transform: booleanAttribute30 }]
|
|
11589
11578
|
}, {
|
|
11590
11579
|
type: HostBinding102,
|
|
11591
11580
|
args: ["class.ecl-select__container--disabled"]
|
|
11592
11581
|
}], isInvalid: [{
|
|
11593
11582
|
type: Input63,
|
|
11594
|
-
args: [{ transform:
|
|
11583
|
+
args: [{ transform: booleanAttribute30 }]
|
|
11595
11584
|
}, {
|
|
11596
11585
|
type: HostBinding102,
|
|
11597
11586
|
args: ["class.ecl-select__container--invalid"]
|
|
@@ -11655,7 +11644,7 @@ i0150.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
11655
11644
|
}] } });
|
|
11656
11645
|
|
|
11657
11646
|
// lib/components/ecl-multiselect/ecl-multiselect-dropdown/ecl-multiselect-dropdown.component.mjs
|
|
11658
|
-
import { booleanAttribute as
|
|
11647
|
+
import { booleanAttribute as booleanAttribute31, Component as Component70, ElementRef as ElementRef24, EventEmitter as EventEmitter32, forwardRef as forwardRef43, HostBinding as HostBinding104, HostListener as HostListener17, Input as Input65, Output as Output32, ViewChild as ViewChild13, ViewChildren as ViewChildren2 } from "@angular/core";
|
|
11659
11648
|
import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR4 } from "@angular/forms";
|
|
11660
11649
|
import { Subject as Subject21 } from "rxjs";
|
|
11661
11650
|
import { v4 as uuidgen4 } from "uuid";
|
|
@@ -12041,7 +12030,7 @@ var EclMultiselectDropdownComponent = class _EclMultiselectDropdownComponent ext
|
|
|
12041
12030
|
this.ɵfac = i0151.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0151, type: _EclMultiselectDropdownComponent, deps: [{ token: i0151.ElementRef }, { token: i0151.IterableDiffers }, { token: i0151.Renderer2 }], target: i0151.ɵɵFactoryTarget.Component });
|
|
12042
12031
|
}
|
|
12043
12032
|
static {
|
|
12044
|
-
this.ɵcmp = i0151.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclMultiselectDropdownComponent, selector: "div[eclMultiselectDropdown]", inputs: { isInvalid: ["isInvalid", "isInvalid",
|
|
12033
|
+
this.ɵcmp = i0151.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclMultiselectDropdownComponent, selector: "div[eclMultiselectDropdown]", inputs: { isInvalid: ["isInvalid", "isInvalid", booleanAttribute31], mainInputPlaceholder: "mainInputPlaceholder", searchFieldPlaceholder: "searchFieldPlaceholder", eclSize: "eclSize", disabled: ["disabled", "disabled", booleanAttribute31] }, outputs: { eclChange: "eclChange" }, host: { listeners: { "document:keyup.escape": "onEscapeKey($event)", "document:click": "onKeyUp($event)" }, properties: { "class": "this.cssClasses", "attr.disabled": "this.disabled" } }, providers: [
|
|
12045
12034
|
{
|
|
12046
12035
|
provide: NG_VALUE_ACCESSOR4,
|
|
12047
12036
|
useExisting: forwardRef43(() => _EclMultiselectDropdownComponent),
|
|
@@ -12262,7 +12251,7 @@ i0151.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
12262
12251
|
type: Output32
|
|
12263
12252
|
}], isInvalid: [{
|
|
12264
12253
|
type: Input65,
|
|
12265
|
-
args: [{ transform:
|
|
12254
|
+
args: [{ transform: booleanAttribute31 }]
|
|
12266
12255
|
}], cssClasses: [{
|
|
12267
12256
|
type: HostBinding104,
|
|
12268
12257
|
args: ["class"]
|
|
@@ -12274,7 +12263,7 @@ i0151.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
12274
12263
|
type: Input65
|
|
12275
12264
|
}], disabled: [{
|
|
12276
12265
|
type: Input65,
|
|
12277
|
-
args: [{ transform:
|
|
12266
|
+
args: [{ transform: booleanAttribute31 }]
|
|
12278
12267
|
}, {
|
|
12279
12268
|
type: HostBinding104,
|
|
12280
12269
|
args: ["attr.disabled"]
|
|
@@ -12353,7 +12342,7 @@ i0152.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
12353
12342
|
|
|
12354
12343
|
// lib/components/ecl-multiselect/ecl-multiselect.component.mjs
|
|
12355
12344
|
import { coerceBooleanProperty as coerceBooleanProperty3 } from "@angular/cdk/coercion";
|
|
12356
|
-
import { booleanAttribute as
|
|
12345
|
+
import { booleanAttribute as booleanAttribute32, Component as Component71, ContentChildren as ContentChildren23, EventEmitter as EventEmitter33, forwardRef as forwardRef44, HostBinding as HostBinding106, Input as Input67, Output as Output33, ViewEncapsulation as ViewEncapsulation9 } from "@angular/core";
|
|
12357
12346
|
import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR5, NgControl as NgControl4 } from "@angular/forms";
|
|
12358
12347
|
import { Subject as Subject23, takeUntil as takeUntil20 } from "rxjs";
|
|
12359
12348
|
import * as i0153 from "@angular/core";
|
|
@@ -12488,7 +12477,7 @@ var EclMultiselectComponent = class _EclMultiselectComponent extends ECLBaseDire
|
|
|
12488
12477
|
this.ɵfac = i0153.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0153, type: _EclMultiselectComponent, deps: [{ token: i0153.Injector }, { token: i0153.ElementRef }, { token: i0153.ViewContainerRef }, { token: i0153.IterableDiffers }, { token: i0153.Renderer2 }], target: i0153.ɵɵFactoryTarget.Component });
|
|
12489
12478
|
}
|
|
12490
12479
|
static {
|
|
12491
|
-
this.ɵcmp = i0153.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMultiselectComponent, selector: "select[eclMultiselect]", inputs: { ariaDescribedby: "ariaDescribedby", ariaLabeledby: "ariaLabeledby", id: "id", toggleLabel: "toggleLabel", isInvalid: ["isInvalid", "isInvalid",
|
|
12480
|
+
this.ɵcmp = i0153.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclMultiselectComponent, selector: "select[eclMultiselect]", inputs: { ariaDescribedby: "ariaDescribedby", ariaLabeledby: "ariaLabeledby", id: "id", toggleLabel: "toggleLabel", isInvalid: ["isInvalid", "isInvalid", booleanAttribute32], disabled: "disabled", eclPlaceholder: "eclPlaceholder", eclSize: "eclSize" }, outputs: { eclChange: "eclChange" }, host: { properties: { "attr.disabled": "this.disabled", "class": "this.cssClasses" } }, providers: [
|
|
12492
12481
|
{
|
|
12493
12482
|
provide: NG_VALUE_ACCESSOR5,
|
|
12494
12483
|
useExisting: forwardRef44(() => _EclMultiselectComponent),
|
|
@@ -12519,7 +12508,7 @@ i0153.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
12519
12508
|
type: Input67
|
|
12520
12509
|
}], isInvalid: [{
|
|
12521
12510
|
type: Input67,
|
|
12522
|
-
args: [{ transform:
|
|
12511
|
+
args: [{ transform: booleanAttribute32 }]
|
|
12523
12512
|
}], disabled: [{
|
|
12524
12513
|
type: Input67
|
|
12525
12514
|
}, {
|
|
@@ -12645,7 +12634,7 @@ i0155.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
12645
12634
|
}] } });
|
|
12646
12635
|
|
|
12647
12636
|
// lib/components/ecl-navigation-list/ecl-navigation-list.component.mjs
|
|
12648
|
-
import { Component as Component73, ContentChildren as ContentChildren24, HostBinding as HostBinding108, Input as Input69, booleanAttribute as
|
|
12637
|
+
import { Component as Component73, ContentChildren as ContentChildren24, HostBinding as HostBinding108, Input as Input69, booleanAttribute as booleanAttribute33, forwardRef as forwardRef48, numberAttribute as numberAttribute7 } from "@angular/core";
|
|
12649
12638
|
import * as i0156 from "@angular/core";
|
|
12650
12639
|
var EclNavigationListComponent = class _EclNavigationListComponent extends ECLBaseDirective {
|
|
12651
12640
|
constructor() {
|
|
@@ -12668,7 +12657,7 @@ var EclNavigationListComponent = class _EclNavigationListComponent extends ECLBa
|
|
|
12668
12657
|
this.ɵfac = i0156.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0156, type: _EclNavigationListComponent, deps: null, target: i0156.ɵɵFactoryTarget.Component });
|
|
12669
12658
|
}
|
|
12670
12659
|
static {
|
|
12671
|
-
this.ɵcmp = i0156.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclNavigationListComponent, selector: "ecl-navigation-list", inputs: { columns: ["columns", "columns", numberAttribute7], hasBorders: ["hasBorders", "hasBorders",
|
|
12660
|
+
this.ɵcmp = i0156.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclNavigationListComponent, selector: "ecl-navigation-list", inputs: { columns: ["columns", "columns", numberAttribute7], hasBorders: ["hasBorders", "hasBorders", booleanAttribute33] }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "listItems", predicate: i0156.forwardRef(() => EclNavigationListItemComponent) }], usesInheritance: true, ngImport: i0156, template: "<ng-content></ng-content>\n" });
|
|
12672
12661
|
}
|
|
12673
12662
|
};
|
|
12674
12663
|
i0156.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0156, type: EclNavigationListComponent, decorators: [{
|
|
@@ -12682,7 +12671,7 @@ i0156.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
12682
12671
|
args: [{ transform: numberAttribute7 }]
|
|
12683
12672
|
}], hasBorders: [{
|
|
12684
12673
|
type: Input69,
|
|
12685
|
-
args: [{ transform:
|
|
12674
|
+
args: [{ transform: booleanAttribute33 }]
|
|
12686
12675
|
}], listItems: [{
|
|
12687
12676
|
type: ContentChildren24,
|
|
12688
12677
|
args: [forwardRef48(() => EclNavigationListItemComponent)]
|
|
@@ -12881,7 +12870,7 @@ i0160.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
12881
12870
|
}] } });
|
|
12882
12871
|
|
|
12883
12872
|
// lib/components/ecl-news-ticker/ecl-news-ticker.component.mjs
|
|
12884
|
-
import { Component as Component76, ContentChildren as ContentChildren25, EventEmitter as EventEmitter35, HostBinding as HostBinding112, HostListener as HostListener18, Input as Input71, Output as Output35, ViewChild as ViewChild14, booleanAttribute as
|
|
12873
|
+
import { Component as Component76, ContentChildren as ContentChildren25, EventEmitter as EventEmitter35, HostBinding as HostBinding112, HostListener as HostListener18, Input as Input71, Output as Output35, ViewChild as ViewChild14, booleanAttribute as booleanAttribute34 } from "@angular/core";
|
|
12885
12874
|
import { Subject as Subject25, takeUntil as takeUntil22 } from "rxjs";
|
|
12886
12875
|
import * as i0161 from "@angular/core";
|
|
12887
12876
|
import * as i54 from "@ngx-translate/core";
|
|
@@ -13072,7 +13061,7 @@ var EclNewsTickerComponent = class _EclNewsTickerComponent extends ECLBaseDirect
|
|
|
13072
13061
|
this.ɵfac = i0161.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0161, type: _EclNewsTickerComponent, deps: [{ token: i0161.Renderer2 }], target: i0161.ɵɵFactoryTarget.Component });
|
|
13073
13062
|
}
|
|
13074
13063
|
static {
|
|
13075
|
-
this.ɵcmp = i0161.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclNewsTickerComponent, selector: "ecl-news-ticker", inputs: { isAutoplay: ["isAutoplay", "isAutoplay",
|
|
13064
|
+
this.ɵcmp = i0161.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclNewsTickerComponent, selector: "ecl-news-ticker", inputs: { isAutoplay: ["isAutoplay", "isAutoplay", booleanAttribute34] }, 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: i0161, template: `<div class="ecl-news-ticker__container" [style.height.px]="containerHeight">
|
|
13076
13065
|
<ecl-icon icon="information" size="m" class="ecl-news-ticker__icon"></ecl-icon>
|
|
13077
13066
|
<div class="ecl-news-ticker__content" [style.height.px]="contentHeight">
|
|
13078
13067
|
<ul
|
|
@@ -13186,7 +13175,7 @@ i0161.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13186
13175
|
}` }]
|
|
13187
13176
|
}], ctorParameters: () => [{ type: i0161.Renderer2 }], propDecorators: { isAutoplay: [{
|
|
13188
13177
|
type: Input71,
|
|
13189
|
-
args: [{ transform:
|
|
13178
|
+
args: [{ transform: booleanAttribute34 }]
|
|
13190
13179
|
}], itemSwitch: [{
|
|
13191
13180
|
type: Output35
|
|
13192
13181
|
}], newsTickerItems: [{
|
|
@@ -13235,7 +13224,7 @@ i0162.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13235
13224
|
}] });
|
|
13236
13225
|
|
|
13237
13226
|
// lib/components/ecl-notification/ecl-notification.component.mjs
|
|
13238
|
-
import { Component as Component77, Input as Input72, Output as Output36, EventEmitter as EventEmitter36, HostBinding as HostBinding113, booleanAttribute as
|
|
13227
|
+
import { Component as Component77, Input as Input72, Output as Output36, EventEmitter as EventEmitter36, HostBinding as HostBinding113, booleanAttribute as booleanAttribute35 } from "@angular/core";
|
|
13239
13228
|
import * as i0163 from "@angular/core";
|
|
13240
13229
|
import * as i55 from "@angular/common";
|
|
13241
13230
|
import * as i63 from "@ngx-translate/core";
|
|
@@ -13281,7 +13270,7 @@ var EclNotificationComponent = class _EclNotificationComponent extends ECLBaseDi
|
|
|
13281
13270
|
this.ɵfac = i0163.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0163, type: _EclNotificationComponent, deps: [{ token: EclThemeService }], target: i0163.ɵɵFactoryTarget.Component });
|
|
13282
13271
|
}
|
|
13283
13272
|
static {
|
|
13284
|
-
this.ɵcmp = i0163.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclNotificationComponent, selector: "ecl-notification", inputs: { notificationTitle: "notificationTitle", variant: "variant", isVisible: ["isVisible", "isVisible",
|
|
13273
|
+
this.ɵcmp = i0163.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclNotificationComponent, selector: "ecl-notification", inputs: { notificationTitle: "notificationTitle", variant: "variant", isVisible: ["isVisible", "isVisible", booleanAttribute35], isCloseable: ["isCloseable", "isCloseable", booleanAttribute35] }, outputs: { close: "close" }, host: { properties: { "attr.role": "this.role", "class.ecl-u-d-none": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0163, template: `@if( eclThemeService.isEC$ | async ){
|
|
13285
13274
|
<ecl-icon size="l" class="ecl-notification__icon" [icon]="icon" [ariaHidden]="false" role="img">
|
|
13286
13275
|
<title>{{ icon | titlecase }}</title>
|
|
13287
13276
|
</ecl-icon>
|
|
@@ -13357,10 +13346,10 @@ i0163.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13357
13346
|
type: Input72
|
|
13358
13347
|
}], isVisible: [{
|
|
13359
13348
|
type: Input72,
|
|
13360
|
-
args: [{ transform:
|
|
13349
|
+
args: [{ transform: booleanAttribute35 }]
|
|
13361
13350
|
}], isCloseable: [{
|
|
13362
13351
|
type: Input72,
|
|
13363
|
-
args: [{ transform:
|
|
13352
|
+
args: [{ transform: booleanAttribute35 }]
|
|
13364
13353
|
}], close: [{
|
|
13365
13354
|
type: Output36
|
|
13366
13355
|
}], role: [{
|
|
@@ -13399,7 +13388,7 @@ i0164.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13399
13388
|
}] } });
|
|
13400
13389
|
|
|
13401
13390
|
// lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-section.directive.mjs
|
|
13402
|
-
import { Directive as Directive43, HostBinding as HostBinding115, Input as Input73, booleanAttribute as
|
|
13391
|
+
import { Directive as Directive43, HostBinding as HostBinding115, Input as Input73, booleanAttribute as booleanAttribute36 } from "@angular/core";
|
|
13403
13392
|
import * as i0165 from "@angular/core";
|
|
13404
13393
|
var EclSiteFooterSectionDirective = class _EclSiteFooterSectionDirective extends ECLBaseDirective {
|
|
13405
13394
|
constructor() {
|
|
@@ -13414,7 +13403,7 @@ var EclSiteFooterSectionDirective = class _EclSiteFooterSectionDirective extends
|
|
|
13414
13403
|
this.ɵfac = i0165.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0165, type: _EclSiteFooterSectionDirective, deps: null, target: i0165.ɵɵFactoryTarget.Directive });
|
|
13415
13404
|
}
|
|
13416
13405
|
static {
|
|
13417
|
-
this.ɵdir = i0165.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: { isCondensed: ["isCondensed", "isCondensed",
|
|
13406
|
+
this.ɵdir = i0165.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSiteFooterSectionDirective, selector: "[eclSiteFooterSection]", inputs: { isCondensed: ["isCondensed", "isCondensed", booleanAttribute36], isSiteInfo: ["isSiteInfo", "isSiteInfo", booleanAttribute36], isSplitList: ["isSplitList", "isSplitList", booleanAttribute36], hasSeparator: ["hasSeparator", "hasSeparator", booleanAttribute36] }, 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: i0165 });
|
|
13418
13407
|
}
|
|
13419
13408
|
};
|
|
13420
13409
|
i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0165, type: EclSiteFooterSectionDirective, decorators: [{
|
|
@@ -13427,19 +13416,19 @@ i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13427
13416
|
args: ["class.ecl-site-footer__section"]
|
|
13428
13417
|
}], isCondensed: [{
|
|
13429
13418
|
type: Input73,
|
|
13430
|
-
args: [{ transform:
|
|
13419
|
+
args: [{ transform: booleanAttribute36 }]
|
|
13431
13420
|
}, {
|
|
13432
13421
|
type: HostBinding115,
|
|
13433
13422
|
args: ["class.ecl-site-footer__section--condensed"]
|
|
13434
13423
|
}], isSiteInfo: [{
|
|
13435
13424
|
type: Input73,
|
|
13436
|
-
args: [{ transform:
|
|
13425
|
+
args: [{ transform: booleanAttribute36 }]
|
|
13437
13426
|
}, {
|
|
13438
13427
|
type: HostBinding115,
|
|
13439
13428
|
args: ["class.ecl-site-footer__section--site-info"]
|
|
13440
13429
|
}], isSplitList: [{
|
|
13441
13430
|
type: Input73,
|
|
13442
|
-
args: [{ transform:
|
|
13431
|
+
args: [{ transform: booleanAttribute36 }]
|
|
13443
13432
|
}, {
|
|
13444
13433
|
type: HostBinding115,
|
|
13445
13434
|
args: ["class.ecl-site-footer__section--split-list"]
|
|
@@ -13448,11 +13437,11 @@ i0165.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13448
13437
|
args: ["class.ecl-site-footer__section--separator"]
|
|
13449
13438
|
}, {
|
|
13450
13439
|
type: Input73,
|
|
13451
|
-
args: [{ transform:
|
|
13440
|
+
args: [{ transform: booleanAttribute36 }]
|
|
13452
13441
|
}] } });
|
|
13453
13442
|
|
|
13454
13443
|
// lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-title.directive.mjs
|
|
13455
|
-
import { Directive as Directive44, HostBinding as HostBinding116, Input as Input74, booleanAttribute as
|
|
13444
|
+
import { Directive as Directive44, HostBinding as HostBinding116, Input as Input74, booleanAttribute as booleanAttribute37 } from "@angular/core";
|
|
13456
13445
|
import * as i0166 from "@angular/core";
|
|
13457
13446
|
var EclSiteFooterTitleDirective = class _EclSiteFooterTitleDirective extends ECLBaseDirective {
|
|
13458
13447
|
constructor() {
|
|
@@ -13464,7 +13453,7 @@ var EclSiteFooterTitleDirective = class _EclSiteFooterTitleDirective extends ECL
|
|
|
13464
13453
|
this.ɵfac = i0166.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0166, type: _EclSiteFooterTitleDirective, deps: null, target: i0166.ɵɵFactoryTarget.Directive });
|
|
13465
13454
|
}
|
|
13466
13455
|
static {
|
|
13467
|
-
this.ɵdir = i0166.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: { isSeparator: ["isSeparator", "isSeparator",
|
|
13456
|
+
this.ɵdir = i0166.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSiteFooterTitleDirective, selector: "[eclSiteFooterTitle]", inputs: { isSeparator: ["isSeparator", "isSeparator", booleanAttribute37] }, host: { properties: { "class.ecl-site-footer__title": "this.cmpClass", "class.ecl-site-footer__title--separator": "this.isSeparator" } }, usesInheritance: true, ngImport: i0166 });
|
|
13468
13457
|
}
|
|
13469
13458
|
};
|
|
13470
13459
|
i0166.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0166, type: EclSiteFooterTitleDirective, decorators: [{
|
|
@@ -13477,7 +13466,7 @@ i0166.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13477
13466
|
args: ["class.ecl-site-footer__title"]
|
|
13478
13467
|
}], isSeparator: [{
|
|
13479
13468
|
type: Input74,
|
|
13480
|
-
args: [{ transform:
|
|
13469
|
+
args: [{ transform: booleanAttribute37 }]
|
|
13481
13470
|
}, {
|
|
13482
13471
|
type: HostBinding116,
|
|
13483
13472
|
args: ["class.ecl-site-footer__title--separator"]
|
|
@@ -13530,7 +13519,7 @@ i0167.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13530
13519
|
}] } });
|
|
13531
13520
|
|
|
13532
13521
|
// lib/components/ecl-site-footer/ecl-footer-elements/ecl-site-footer-list.directive.mjs
|
|
13533
|
-
import { Directive as Directive46, HostBinding as HostBinding118, Input as Input75, booleanAttribute as
|
|
13522
|
+
import { Directive as Directive46, HostBinding as HostBinding118, Input as Input75, booleanAttribute as booleanAttribute38 } from "@angular/core";
|
|
13534
13523
|
import * as i0168 from "@angular/core";
|
|
13535
13524
|
var EclSiteFooterListDirective = class _EclSiteFooterListDirective extends ECLBaseDirective {
|
|
13536
13525
|
constructor() {
|
|
@@ -13541,7 +13530,7 @@ var EclSiteFooterListDirective = class _EclSiteFooterListDirective extends ECLBa
|
|
|
13541
13530
|
this.ɵfac = i0168.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0168, type: _EclSiteFooterListDirective, deps: null, target: i0168.ɵɵFactoryTarget.Directive });
|
|
13542
13531
|
}
|
|
13543
13532
|
static {
|
|
13544
|
-
this.ɵdir = i0168.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: { isInline: ["isInline", "isInline",
|
|
13533
|
+
this.ɵdir = i0168.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSiteFooterListDirective, selector: "[eclSiteFooterList]", inputs: { isInline: ["isInline", "isInline", booleanAttribute38], isColumns: ["isColumns", "isColumns", booleanAttribute38] }, 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: i0168 });
|
|
13545
13534
|
}
|
|
13546
13535
|
};
|
|
13547
13536
|
i0168.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0168, type: EclSiteFooterListDirective, decorators: [{
|
|
@@ -13554,13 +13543,13 @@ i0168.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13554
13543
|
args: ["class.ecl-site-footer__list"]
|
|
13555
13544
|
}], isInline: [{
|
|
13556
13545
|
type: Input75,
|
|
13557
|
-
args: [{ transform:
|
|
13546
|
+
args: [{ transform: booleanAttribute38 }]
|
|
13558
13547
|
}, {
|
|
13559
13548
|
type: HostBinding118,
|
|
13560
13549
|
args: ["class.ecl-site-footer__list--inline"]
|
|
13561
13550
|
}], isColumns: [{
|
|
13562
13551
|
type: Input75,
|
|
13563
|
-
args: [{ transform:
|
|
13552
|
+
args: [{ transform: booleanAttribute38 }]
|
|
13564
13553
|
}, {
|
|
13565
13554
|
type: HostBinding118,
|
|
13566
13555
|
args: ["class.ecl-site-footer__list--columns"]
|
|
@@ -13806,7 +13795,7 @@ i0170.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
13806
13795
|
}] } });
|
|
13807
13796
|
|
|
13808
13797
|
// lib/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.mjs
|
|
13809
|
-
import { Component as Component78, Input as Input76, booleanAttribute as
|
|
13798
|
+
import { Component as Component78, Input as Input76, booleanAttribute as booleanAttribute39 } from "@angular/core";
|
|
13810
13799
|
import * as i0171 from "@angular/core";
|
|
13811
13800
|
import * as i126 from "@ngx-translate/core";
|
|
13812
13801
|
import * as i32 from "@angular/common";
|
|
@@ -13821,7 +13810,7 @@ var EclSiteFooterFixedContentECComponent = class _EclSiteFooterFixedContentECCom
|
|
|
13821
13810
|
this.ɵfac = i0171.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0171, type: _EclSiteFooterFixedContentECComponent, deps: [{ token: i126.TranslateService }, { token: EclLanguageService }], target: i0171.ɵɵFactoryTarget.Component });
|
|
13822
13811
|
}
|
|
13823
13812
|
static {
|
|
13824
|
-
this.ɵcmp = i0171.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclSiteFooterFixedContentECComponent, selector: "ecl-site-footer-fixed-content-ec", inputs: { isCore: ["isCore", "isCore",
|
|
13813
|
+
this.ɵcmp = i0171.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclSiteFooterFixedContentECComponent, selector: "ecl-site-footer-fixed-content-ec", inputs: { isCore: ["isCore", "isCore", booleanAttribute39], languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0171, template: `@if(isCore){
|
|
13825
13814
|
<div eclSiteFooterRow>
|
|
13826
13815
|
<div eclSiteFooterColumn>
|
|
13827
13816
|
<div eclSiteFooterSection>
|
|
@@ -14715,7 +14704,7 @@ i0171.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
14715
14704
|
` }]
|
|
14716
14705
|
}], ctorParameters: () => [{ type: i126.TranslateService }, { type: EclLanguageService }], propDecorators: { isCore: [{
|
|
14717
14706
|
type: Input76,
|
|
14718
|
-
args: [{ transform:
|
|
14707
|
+
args: [{ transform: booleanAttribute39 }]
|
|
14719
14708
|
}], languageCode: [{
|
|
14720
14709
|
type: Input76
|
|
14721
14710
|
}], ecLogoLanguageCode: [{
|
|
@@ -14725,7 +14714,7 @@ i0171.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
14725
14714
|
}] } });
|
|
14726
14715
|
|
|
14727
14716
|
// lib/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.mjs
|
|
14728
|
-
import { Component as Component79, Input as Input77, booleanAttribute as
|
|
14717
|
+
import { Component as Component79, Input as Input77, booleanAttribute as booleanAttribute40 } from "@angular/core";
|
|
14729
14718
|
import * as i0172 from "@angular/core";
|
|
14730
14719
|
import * as i127 from "@ngx-translate/core";
|
|
14731
14720
|
import * as i33 from "@angular/common";
|
|
@@ -14749,7 +14738,7 @@ var EclSiteFooterFixedContentEUComponent = class _EclSiteFooterFixedContentEUCom
|
|
|
14749
14738
|
this.ɵfac = i0172.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0172, type: _EclSiteFooterFixedContentEUComponent, deps: [{ token: i127.TranslateService }, { token: EclLanguageService }], target: i0172.ɵɵFactoryTarget.Component });
|
|
14750
14739
|
}
|
|
14751
14740
|
static {
|
|
14752
|
-
this.ɵcmp = i0172.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclSiteFooterFixedContentEUComponent, selector: "ecl-site-footer-fixed-content-eu", inputs: { isCore: ["isCore", "isCore",
|
|
14741
|
+
this.ɵcmp = i0172.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclSiteFooterFixedContentEUComponent, selector: "ecl-site-footer-fixed-content-eu", inputs: { isCore: ["isCore", "isCore", booleanAttribute40], languageCode: "languageCode", ecLogoLanguageCode: "ecLogoLanguageCode", content: "content" }, usesInheritance: true, ngImport: i0172, template: `@if(isCore){
|
|
14753
14742
|
<div eclSiteFooterRow>
|
|
14754
14743
|
<div eclSiteFooterColumn>
|
|
14755
14744
|
<div eclSiteFooterSection>
|
|
@@ -16063,7 +16052,7 @@ i0172.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
16063
16052
|
` }]
|
|
16064
16053
|
}], ctorParameters: () => [{ type: i127.TranslateService }, { type: EclLanguageService }], propDecorators: { isCore: [{
|
|
16065
16054
|
type: Input77,
|
|
16066
|
-
args: [{ transform:
|
|
16055
|
+
args: [{ transform: booleanAttribute40 }]
|
|
16067
16056
|
}], languageCode: [{
|
|
16068
16057
|
type: Input77
|
|
16069
16058
|
}], ecLogoLanguageCode: [{
|
|
@@ -16073,7 +16062,7 @@ i0172.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
16073
16062
|
}] } });
|
|
16074
16063
|
|
|
16075
16064
|
// lib/components/ecl-site-footer/ecl-site-footer.component.mjs
|
|
16076
|
-
import { Component as Component80, HostBinding as HostBinding121, Input as Input78, booleanAttribute as
|
|
16065
|
+
import { Component as Component80, HostBinding as HostBinding121, Input as Input78, booleanAttribute as booleanAttribute41 } from "@angular/core";
|
|
16077
16066
|
import * as i0173 from "@angular/core";
|
|
16078
16067
|
import * as i128 from "@ngx-translate/core";
|
|
16079
16068
|
import * as i56 from "@angular/common";
|
|
@@ -16105,7 +16094,7 @@ var EclSiteFooterComponent = class _EclSiteFooterComponent extends ECLBaseDirect
|
|
|
16105
16094
|
this.ɵfac = i0173.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0173, type: _EclSiteFooterComponent, deps: [{ token: i128.TranslateService }, { token: EclLanguageService }, { token: EclThemeService }], target: i0173.ɵɵFactoryTarget.Component });
|
|
16106
16095
|
}
|
|
16107
16096
|
static {
|
|
16108
|
-
this.ɵcmp = i0173.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclSiteFooterComponent, selector: "ecl-site-footer", inputs: { isCore: ["isCore", "isCore",
|
|
16097
|
+
this.ɵcmp = i0173.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclSiteFooterComponent, selector: "ecl-site-footer", inputs: { isCore: ["isCore", "isCore", booleanAttribute41] }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role" } }, usesInheritance: true, ngImport: i0173, template: '<div class="ecl-container ecl-site-footer__container">\n @if(eclThemeService.isEC$ | async) {\n <ecl-site-footer-fixed-content-ec\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-ec>\n }\n @if(eclThemeService.isEU$ | async) {\n <ecl-site-footer-fixed-content-eu\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-eu>\n }\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n', dependencies: [{ 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: i56.AsyncPipe, name: "async" }] });
|
|
16109
16098
|
}
|
|
16110
16099
|
};
|
|
16111
16100
|
i0173.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0173, type: EclSiteFooterComponent, decorators: [{
|
|
@@ -16113,7 +16102,7 @@ i0173.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
16113
16102
|
args: [{ selector: "ecl-site-footer", template: '<div class="ecl-container ecl-site-footer__container">\n @if(eclThemeService.isEC$ | async) {\n <ecl-site-footer-fixed-content-ec\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-ec>\n }\n @if(eclThemeService.isEU$ | async) {\n <ecl-site-footer-fixed-content-eu\n [isCore]="isCore"\n [languageCode]="languageCode"\n [ecLogoLanguageCode]="getLanguageCode()"\n [content]="content">\n </ecl-site-footer-fixed-content-eu>\n }\n\n <ng-template #content>\n <ng-content></ng-content>\n </ng-template>\n</div>\n' }]
|
|
16114
16103
|
}], ctorParameters: () => [{ type: i128.TranslateService }, { type: EclLanguageService }, { type: EclThemeService }], propDecorators: { isCore: [{
|
|
16115
16104
|
type: Input78,
|
|
16116
|
-
args: [{ transform:
|
|
16105
|
+
args: [{ transform: booleanAttribute41 }]
|
|
16117
16106
|
}], cssClasses: [{
|
|
16118
16107
|
type: HostBinding121,
|
|
16119
16108
|
args: ["class"]
|
|
@@ -16325,7 +16314,7 @@ i0176.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
16325
16314
|
}] } });
|
|
16326
16315
|
|
|
16327
16316
|
// lib/components/ecl-page-header/ecl-page-header-title.directive.mjs
|
|
16328
|
-
import { Directive as Directive50, HostBinding as HostBinding123, Input as Input79, booleanAttribute as
|
|
16317
|
+
import { Directive as Directive50, HostBinding as HostBinding123, Input as Input79, booleanAttribute as booleanAttribute42 } from "@angular/core";
|
|
16329
16318
|
import * as i0177 from "@angular/core";
|
|
16330
16319
|
var EclPageHeaderTitleDirective = class _EclPageHeaderTitleDirective extends ECLBaseDirective {
|
|
16331
16320
|
constructor() {
|
|
@@ -16339,7 +16328,7 @@ var EclPageHeaderTitleDirective = class _EclPageHeaderTitleDirective extends ECL
|
|
|
16339
16328
|
this.ɵfac = i0177.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0177, type: _EclPageHeaderTitleDirective, deps: null, target: i0177.ɵɵFactoryTarget.Directive });
|
|
16340
16329
|
}
|
|
16341
16330
|
static {
|
|
16342
|
-
this.ɵdir = i0177.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclPageHeaderTitleDirective, selector: "[eclPageHeaderTitle]", inputs: { isTitleVisible: ["isTitleVisible", "isTitleVisible",
|
|
16331
|
+
this.ɵdir = i0177.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclPageHeaderTitleDirective, selector: "[eclPageHeaderTitle]", inputs: { isTitleVisible: ["isTitleVisible", "isTitleVisible", booleanAttribute42] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0177 });
|
|
16343
16332
|
}
|
|
16344
16333
|
};
|
|
16345
16334
|
i0177.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0177, type: EclPageHeaderTitleDirective, decorators: [{
|
|
@@ -16349,7 +16338,7 @@ i0177.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
16349
16338
|
}]
|
|
16350
16339
|
}], propDecorators: { isTitleVisible: [{
|
|
16351
16340
|
type: Input79,
|
|
16352
|
-
args: [{ transform:
|
|
16341
|
+
args: [{ transform: booleanAttribute42 }]
|
|
16353
16342
|
}], cssClasses: [{
|
|
16354
16343
|
type: HostBinding123,
|
|
16355
16344
|
args: ["class"]
|
|
@@ -16585,7 +16574,7 @@ i0182.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
16585
16574
|
}] });
|
|
16586
16575
|
|
|
16587
16576
|
// lib/components/ecl-pagination/ecl-pagination-item.component.mjs
|
|
16588
|
-
import { Component as Component82, EventEmitter as EventEmitter37, HostBinding as HostBinding128, Input as Input81, Output as Output37, ViewEncapsulation as ViewEncapsulation11, booleanAttribute as
|
|
16577
|
+
import { Component as Component82, EventEmitter as EventEmitter37, HostBinding as HostBinding128, Input as Input81, Output as Output37, ViewEncapsulation as ViewEncapsulation11, booleanAttribute as booleanAttribute43 } from "@angular/core";
|
|
16589
16578
|
import * as i0183 from "@angular/core";
|
|
16590
16579
|
import * as i215 from "@angular/router";
|
|
16591
16580
|
import * as i64 from "@ngx-translate/core";
|
|
@@ -16646,7 +16635,7 @@ var EclPaginationItemComponent = class _EclPaginationItemComponent extends ECLBa
|
|
|
16646
16635
|
this.ɵfac = i0183.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0183, type: _EclPaginationItemComponent, deps: [{ token: EclThemeService }], target: i0183.ɵɵFactoryTarget.Component });
|
|
16647
16636
|
}
|
|
16648
16637
|
static {
|
|
16649
|
-
this.ɵcmp = i0183.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclPaginationItemComponent, selector: "ecl-pagination-item", inputs: { label: "label", ariaLabel: "ariaLabel", pagesCount: "pagesCount", isCurrent: ["isCurrent", "isCurrent",
|
|
16638
|
+
this.ɵcmp = i0183.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclPaginationItemComponent, selector: "ecl-pagination-item", inputs: { label: "label", ariaLabel: "ariaLabel", pagesCount: "pagesCount", isCurrent: ["isCurrent", "isCurrent", booleanAttribute43], isNext: ["isNext", "isNext", booleanAttribute43], isPrevious: ["isPrevious", "isPrevious", booleanAttribute43], isTruncated: ["isTruncated", "isTruncated", booleanAttribute43], routerLink: "routerLink", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", href: "href" }, outputs: { pageClick: "pageClick" }, host: { properties: { "class": "this.cssClasses", "attr.role": "this.role", "class.ecl-pagination__item--truncation": "this.isTruncated" } }, usesInheritance: true, ngImport: i0183, template: `@if (!isCurrent && !isTruncated) {
|
|
16650
16639
|
@if(routerLink && !isPrevOrNextVisible()){
|
|
16651
16640
|
<a eclLink (click)="onPageClick($event)" variant="standalone"
|
|
16652
16641
|
attr.aria-label="{{ ariaLabel || geti18nPageAriaLabelKey() | translate: { pageNumber: label } }}"
|
|
@@ -16786,16 +16775,16 @@ i0183.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
16786
16775
|
type: Input81
|
|
16787
16776
|
}], isCurrent: [{
|
|
16788
16777
|
type: Input81,
|
|
16789
|
-
args: [{ transform:
|
|
16778
|
+
args: [{ transform: booleanAttribute43 }]
|
|
16790
16779
|
}], isNext: [{
|
|
16791
16780
|
type: Input81,
|
|
16792
|
-
args: [{ transform:
|
|
16781
|
+
args: [{ transform: booleanAttribute43 }]
|
|
16793
16782
|
}], isPrevious: [{
|
|
16794
16783
|
type: Input81,
|
|
16795
|
-
args: [{ transform:
|
|
16784
|
+
args: [{ transform: booleanAttribute43 }]
|
|
16796
16785
|
}], isTruncated: [{
|
|
16797
16786
|
type: Input81,
|
|
16798
|
-
args: [{ transform:
|
|
16787
|
+
args: [{ transform: booleanAttribute43 }]
|
|
16799
16788
|
}, {
|
|
16800
16789
|
type: HostBinding128,
|
|
16801
16790
|
args: ["class.ecl-pagination__item--truncation"]
|
|
@@ -17264,9 +17253,7 @@ i0189.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17264
17253
|
}] });
|
|
17265
17254
|
|
|
17266
17255
|
// lib/components/ecl-radio/ecl-radio-help.component.mjs
|
|
17267
|
-
import {
|
|
17268
|
-
import { Component as Component85, HostBinding as HostBinding133, Input as Input83 } from "@angular/core";
|
|
17269
|
-
import { coerceBoolean as coerceBoolean4 } from "@eui/base";
|
|
17256
|
+
import { Component as Component85, HostBinding as HostBinding133, Input as Input83, booleanAttribute as booleanAttribute44 } from "@angular/core";
|
|
17270
17257
|
import * as i0190 from "@angular/core";
|
|
17271
17258
|
var EclRadioHelpComponent = class _EclRadioHelpComponent extends ECLBaseDirective {
|
|
17272
17259
|
constructor() {
|
|
@@ -17280,17 +17267,15 @@ var EclRadioHelpComponent = class _EclRadioHelpComponent extends ECLBaseDirectiv
|
|
|
17280
17267
|
this.ɵfac = i0190.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0190, type: _EclRadioHelpComponent, deps: null, target: i0190.ɵɵFactoryTarget.Component });
|
|
17281
17268
|
}
|
|
17282
17269
|
static {
|
|
17283
|
-
this.ɵcmp = i0190.ɵɵngDeclareComponent({ minVersion: "
|
|
17270
|
+
this.ɵcmp = i0190.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclRadioHelpComponent, selector: "[eclRadioHelp]", inputs: { isDisabled: ["isDisabled", "isDisabled", booleanAttribute44] }, host: { properties: { "class.ecl-radio__help--disabled": "this.isDisabled", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0190, template: "<ng-content></ng-content>\n" });
|
|
17284
17271
|
}
|
|
17285
17272
|
};
|
|
17286
|
-
__decorate5([
|
|
17287
|
-
coerceBoolean4
|
|
17288
|
-
], EclRadioHelpComponent.prototype, "isDisabled", void 0);
|
|
17289
17273
|
i0190.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0190, type: EclRadioHelpComponent, decorators: [{
|
|
17290
17274
|
type: Component85,
|
|
17291
17275
|
args: [{ selector: "[eclRadioHelp]", template: "<ng-content></ng-content>\n" }]
|
|
17292
17276
|
}], propDecorators: { isDisabled: [{
|
|
17293
|
-
type: Input83
|
|
17277
|
+
type: Input83,
|
|
17278
|
+
args: [{ transform: booleanAttribute44 }]
|
|
17294
17279
|
}, {
|
|
17295
17280
|
type: HostBinding133,
|
|
17296
17281
|
args: ["class.ecl-radio__help--disabled"]
|
|
@@ -17300,9 +17285,7 @@ i0190.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17300
17285
|
}] } });
|
|
17301
17286
|
|
|
17302
17287
|
// lib/components/ecl-radio/ecl-radio-label.component.mjs
|
|
17303
|
-
import {
|
|
17304
|
-
import { Component as Component86, HostBinding as HostBinding134, Input as Input84, ViewEncapsulation as ViewEncapsulation13 } from "@angular/core";
|
|
17305
|
-
import { coerceBoolean as coerceBoolean5 } from "@eui/base";
|
|
17288
|
+
import { Component as Component86, HostBinding as HostBinding134, Input as Input84, ViewEncapsulation as ViewEncapsulation13, booleanAttribute as booleanAttribute45 } from "@angular/core";
|
|
17306
17289
|
import * as i0191 from "@angular/core";
|
|
17307
17290
|
var EclRadioLabelComponent = class _EclRadioLabelComponent extends ECLBaseDirective {
|
|
17308
17291
|
constructor() {
|
|
@@ -17317,31 +17300,25 @@ var EclRadioLabelComponent = class _EclRadioLabelComponent extends ECLBaseDirect
|
|
|
17317
17300
|
this.ɵfac = i0191.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0191, type: _EclRadioLabelComponent, deps: null, target: i0191.ɵɵFactoryTarget.Component });
|
|
17318
17301
|
}
|
|
17319
17302
|
static {
|
|
17320
|
-
this.ɵcmp = i0191.ɵɵngDeclareComponent({ minVersion: "
|
|
17303
|
+
this.ɵcmp = i0191.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclRadioLabelComponent, selector: "[eclRadioLabel]", inputs: { isInvalid: ["isInvalid", "isInvalid", booleanAttribute45], isDisabled: ["isDisabled", "isDisabled", booleanAttribute45] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0191, 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: i0191.ViewEncapsulation.None });
|
|
17321
17304
|
}
|
|
17322
17305
|
};
|
|
17323
|
-
__decorate6([
|
|
17324
|
-
coerceBoolean5
|
|
17325
|
-
], EclRadioLabelComponent.prototype, "isInvalid", void 0);
|
|
17326
|
-
__decorate6([
|
|
17327
|
-
coerceBoolean5
|
|
17328
|
-
], EclRadioLabelComponent.prototype, "isDisabled", void 0);
|
|
17329
17306
|
i0191.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0191, type: EclRadioLabelComponent, decorators: [{
|
|
17330
17307
|
type: Component86,
|
|
17331
17308
|
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' }]
|
|
17332
17309
|
}], propDecorators: { isInvalid: [{
|
|
17333
|
-
type: Input84
|
|
17310
|
+
type: Input84,
|
|
17311
|
+
args: [{ transform: booleanAttribute45 }]
|
|
17334
17312
|
}], isDisabled: [{
|
|
17335
|
-
type: Input84
|
|
17313
|
+
type: Input84,
|
|
17314
|
+
args: [{ transform: booleanAttribute45 }]
|
|
17336
17315
|
}], cssClasses: [{
|
|
17337
17316
|
type: HostBinding134,
|
|
17338
17317
|
args: ["class"]
|
|
17339
17318
|
}] } });
|
|
17340
17319
|
|
|
17341
17320
|
// lib/components/ecl-radio/ecl-radio.directive.mjs
|
|
17342
|
-
import {
|
|
17343
|
-
import { ContentChild as ContentChild24, Directive as Directive56, forwardRef as forwardRef50, HostBinding as HostBinding135, Input as Input85 } from "@angular/core";
|
|
17344
|
-
import { coerceBoolean as coerceBoolean6 } from "@eui/base";
|
|
17321
|
+
import { booleanAttribute as booleanAttribute46, ContentChild as ContentChild24, Directive as Directive56, forwardRef as forwardRef50, HostBinding as HostBinding135, Input as Input85 } from "@angular/core";
|
|
17345
17322
|
import * as i0192 from "@angular/core";
|
|
17346
17323
|
var EclRadioDirective = class _EclRadioDirective extends ECLBaseDirective {
|
|
17347
17324
|
constructor() {
|
|
@@ -17368,32 +17345,26 @@ var EclRadioDirective = class _EclRadioDirective extends ECLBaseDirective {
|
|
|
17368
17345
|
this.ɵfac = i0192.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0192, type: _EclRadioDirective, deps: null, target: i0192.ɵɵFactoryTarget.Directive });
|
|
17369
17346
|
}
|
|
17370
17347
|
static {
|
|
17371
|
-
this.ɵdir = i0192.ɵɵngDeclareDirective({ minVersion: "
|
|
17348
|
+
this.ɵdir = i0192.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclRadioDirective, selector: "[eclRadio]", inputs: { isBinary: ["isBinary", "isBinary", booleanAttribute46], isDisabled: ["isDisabled", "isDisabled", booleanAttribute46], isInvalid: ["isInvalid", "isInvalid", booleanAttribute46] }, host: { properties: { "class.ecl-radio--disabled": "this.isDisabled", "class.ecl-radio--invalid": "this.isInvalid", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclRadioLabelComponent", first: true, predicate: i0192.forwardRef(() => EclRadioLabelComponent), descendants: true }, { propertyName: "eclRadioHelpComponent", first: true, predicate: i0192.forwardRef(() => EclRadioHelpComponent), descendants: true }], usesInheritance: true, ngImport: i0192 });
|
|
17372
17349
|
}
|
|
17373
17350
|
};
|
|
17374
|
-
__decorate7([
|
|
17375
|
-
coerceBoolean6
|
|
17376
|
-
], EclRadioDirective.prototype, "isBinary", void 0);
|
|
17377
|
-
__decorate7([
|
|
17378
|
-
coerceBoolean6
|
|
17379
|
-
], EclRadioDirective.prototype, "isDisabled", void 0);
|
|
17380
|
-
__decorate7([
|
|
17381
|
-
coerceBoolean6
|
|
17382
|
-
], EclRadioDirective.prototype, "isInvalid", void 0);
|
|
17383
17351
|
i0192.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0192, type: EclRadioDirective, decorators: [{
|
|
17384
17352
|
type: Directive56,
|
|
17385
17353
|
args: [{
|
|
17386
17354
|
selector: "[eclRadio]"
|
|
17387
17355
|
}]
|
|
17388
17356
|
}], propDecorators: { isBinary: [{
|
|
17389
|
-
type: Input85
|
|
17357
|
+
type: Input85,
|
|
17358
|
+
args: [{ transform: booleanAttribute46 }]
|
|
17390
17359
|
}], isDisabled: [{
|
|
17391
|
-
type: Input85
|
|
17360
|
+
type: Input85,
|
|
17361
|
+
args: [{ transform: booleanAttribute46 }]
|
|
17392
17362
|
}, {
|
|
17393
17363
|
type: HostBinding135,
|
|
17394
17364
|
args: ["class.ecl-radio--disabled"]
|
|
17395
17365
|
}], isInvalid: [{
|
|
17396
|
-
type: Input85
|
|
17366
|
+
type: Input85,
|
|
17367
|
+
args: [{ transform: booleanAttribute46 }]
|
|
17397
17368
|
}, {
|
|
17398
17369
|
type: HostBinding135,
|
|
17399
17370
|
args: ["class.ecl-radio--invalid"]
|
|
@@ -17479,12 +17450,9 @@ i0194.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17479
17450
|
}] });
|
|
17480
17451
|
|
|
17481
17452
|
// lib/components/ecl-rating-field/ecl-rating-field.component.mjs
|
|
17482
|
-
import {
|
|
17483
|
-
import { Component as Component87, EventEmitter as EventEmitter40, forwardRef as forwardRef53, HostBinding as HostBinding137, Input as Input86, Output as Output40 } from "@angular/core";
|
|
17453
|
+
import { booleanAttribute as booleanAttribute47, Component as Component87, EventEmitter as EventEmitter40, forwardRef as forwardRef53, HostBinding as HostBinding137, Input as Input86, Output as Output40 } from "@angular/core";
|
|
17484
17454
|
import { NG_VALUE_ACCESSOR as NG_VALUE_ACCESSOR6 } from "@angular/forms";
|
|
17485
|
-
import { coerceBoolean as coerceBoolean7, coerceNumber } from "@eui/base";
|
|
17486
17455
|
import * as i0195 from "@angular/core";
|
|
17487
|
-
import * as i132 from "@angular/common";
|
|
17488
17456
|
var EclRatingChangeEvent = class extends EclBaseEvent {
|
|
17489
17457
|
constructor(value) {
|
|
17490
17458
|
super();
|
|
@@ -17538,46 +17506,32 @@ var EclRatingFieldComponent = class _EclRatingFieldComponent extends ECLBaseDire
|
|
|
17538
17506
|
this.ɵfac = i0195.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0195, type: _EclRatingFieldComponent, deps: [], target: i0195.ɵɵFactoryTarget.Component });
|
|
17539
17507
|
}
|
|
17540
17508
|
static {
|
|
17541
|
-
this.ɵcmp = i0195.ɵɵngDeclareComponent({ minVersion: "
|
|
17509
|
+
this.ɵcmp = i0195.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclRatingFieldComponent, selector: "ecl-rating-field", inputs: { name: "name", numberOfStars: ["numberOfStars", "numberOfStars", booleanAttribute47], rating: ["rating", "rating", booleanAttribute47], disabled: ["disabled", "disabled", booleanAttribute47] }, outputs: { ratingChange: "ratingChange" }, host: { properties: { "attr.disabled": "this.disabled", "class": "this.cssClasses" } }, providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], usesInheritance: true, ngImport: i0195, template: '@for(n of numbers;track n) {\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="l"> </ecl-icon>\n <ecl-icon icon="star-outline" class="ecl-rating-field__icon-outline" size="l"> </ecl-icon>\n </label>\n}\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }] });
|
|
17542
17510
|
}
|
|
17543
17511
|
};
|
|
17544
|
-
__decorate8([
|
|
17545
|
-
coerceNumber
|
|
17546
|
-
], EclRatingFieldComponent.prototype, "numberOfStars", void 0);
|
|
17547
|
-
__decorate8([
|
|
17548
|
-
coerceNumber
|
|
17549
|
-
], EclRatingFieldComponent.prototype, "rating", void 0);
|
|
17550
|
-
__decorate8([
|
|
17551
|
-
coerceBoolean7
|
|
17552
|
-
], EclRatingFieldComponent.prototype, "disabled", void 0);
|
|
17553
17512
|
i0195.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0195, type: EclRatingFieldComponent, decorators: [{
|
|
17554
17513
|
type: Component87,
|
|
17555
|
-
args: [{ selector: "ecl-rating-field", providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], template: '
|
|
17556
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
17557
|
-
|
|
17558
|
-
|
|
17559
|
-
|
|
17560
|
-
|
|
17561
|
-
|
|
17562
|
-
|
|
17563
|
-
|
|
17564
|
-
|
|
17565
|
-
|
|
17566
|
-
|
|
17567
|
-
|
|
17568
|
-
|
|
17569
|
-
|
|
17570
|
-
|
|
17571
|
-
|
|
17572
|
-
|
|
17573
|
-
|
|
17574
|
-
|
|
17575
|
-
|
|
17576
|
-
cssClasses: [{
|
|
17577
|
-
type: HostBinding137,
|
|
17578
|
-
args: ["class"]
|
|
17579
|
-
}]
|
|
17580
|
-
} });
|
|
17514
|
+
args: [{ selector: "ecl-rating-field", providers: [ECL_RATINGFIELD_VALUE_ACCESSOR], template: '@for(n of numbers;track n) {\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="l"> </ecl-icon>\n <ecl-icon icon="star-outline" class="ecl-rating-field__icon-outline" size="l"> </ecl-icon>\n </label>\n}\n' }]
|
|
17515
|
+
}], ctorParameters: () => [], propDecorators: { name: [{
|
|
17516
|
+
type: Input86
|
|
17517
|
+
}], numberOfStars: [{
|
|
17518
|
+
type: Input86,
|
|
17519
|
+
args: [{ transform: booleanAttribute47 }]
|
|
17520
|
+
}], rating: [{
|
|
17521
|
+
type: Input86,
|
|
17522
|
+
args: [{ transform: booleanAttribute47 }]
|
|
17523
|
+
}], disabled: [{
|
|
17524
|
+
type: Input86,
|
|
17525
|
+
args: [{ transform: booleanAttribute47 }]
|
|
17526
|
+
}, {
|
|
17527
|
+
type: HostBinding137,
|
|
17528
|
+
args: ["attr.disabled"]
|
|
17529
|
+
}], ratingChange: [{
|
|
17530
|
+
type: Output40
|
|
17531
|
+
}], cssClasses: [{
|
|
17532
|
+
type: HostBinding137,
|
|
17533
|
+
args: ["class"]
|
|
17534
|
+
}] } });
|
|
17581
17535
|
|
|
17582
17536
|
// lib/components/ecl-rating-field/ecl-rating-field.module.mjs
|
|
17583
17537
|
import { NgModule as NgModule48 } from "@angular/core";
|
|
@@ -17607,7 +17561,7 @@ i0196.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17607
17561
|
// lib/components/ecl-range/ecl-range-value.component.mjs
|
|
17608
17562
|
import { Component as Component88, HostBinding as HostBinding138, Input as Input87 } from "@angular/core";
|
|
17609
17563
|
import * as i0197 from "@angular/core";
|
|
17610
|
-
import * as
|
|
17564
|
+
import * as i132 from "@ngx-translate/core";
|
|
17611
17565
|
var EclRangeValueComponent = class _EclRangeValueComponent extends ECLBaseDirective {
|
|
17612
17566
|
get cssClasses() {
|
|
17613
17567
|
return [super.getCssClasses("ecl-range__value")].join(" ").trim();
|
|
@@ -17617,7 +17571,7 @@ var EclRangeValueComponent = class _EclRangeValueComponent extends ECLBaseDirect
|
|
|
17617
17571
|
}
|
|
17618
17572
|
static {
|
|
17619
17573
|
this.ɵcmp = i0197.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", type: _EclRangeValueComponent, selector: "ecl-range-value", inputs: { value: "value" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0197, template: `{{ 'ecl.common.VALUE' | translate }}: <span class="ecl-range__value-current"> {{ value }} </span>
|
|
17620
|
-
`, styles: [":host{display:block}\n"], dependencies: [{ kind: "pipe", type:
|
|
17574
|
+
`, styles: [":host{display:block}\n"], dependencies: [{ kind: "pipe", type: i132.TranslatePipe, name: "translate" }] });
|
|
17621
17575
|
}
|
|
17622
17576
|
};
|
|
17623
17577
|
i0197.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0197, type: EclRangeValueComponent, decorators: [{
|
|
@@ -17632,10 +17586,10 @@ i0197.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17632
17586
|
}] } });
|
|
17633
17587
|
|
|
17634
17588
|
// lib/components/ecl-range/ecl-range.directive.mjs
|
|
17635
|
-
import { Directive as Directive58, EventEmitter as EventEmitter41, HostBinding as HostBinding139, HostListener as HostListener21, Input as Input88, Optional as Optional7, Output as Output41, Self as Self5, booleanAttribute as
|
|
17589
|
+
import { Directive as Directive58, EventEmitter as EventEmitter41, HostBinding as HostBinding139, HostListener as HostListener21, Input as Input88, Optional as Optional7, Output as Output41, Self as Self5, booleanAttribute as booleanAttribute48 } from "@angular/core";
|
|
17636
17590
|
import { distinctUntilChanged } from "rxjs";
|
|
17637
17591
|
import * as i0198 from "@angular/core";
|
|
17638
|
-
import * as
|
|
17592
|
+
import * as i133 from "@angular/forms";
|
|
17639
17593
|
var EclRangeEvent = class extends EclBaseEvent {
|
|
17640
17594
|
constructor(value) {
|
|
17641
17595
|
super();
|
|
@@ -17684,10 +17638,10 @@ var EclRangeDirective = class _EclRangeDirective extends ECLBaseDirective {
|
|
|
17684
17638
|
this.rangeChange.next(new EclRangeEvent(numberValue));
|
|
17685
17639
|
}
|
|
17686
17640
|
static {
|
|
17687
|
-
this.ɵfac = i0198.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0198, type: _EclRangeDirective, deps: [{ token: i0198.ViewContainerRef }, { token:
|
|
17641
|
+
this.ɵfac = i0198.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0198, type: _EclRangeDirective, deps: [{ token: i0198.ViewContainerRef }, { token: i133.NgControl, optional: true, self: true }], target: i0198.ɵɵFactoryTarget.Directive });
|
|
17688
17642
|
}
|
|
17689
17643
|
static {
|
|
17690
|
-
this.ɵdir = i0198.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclRangeDirective, selector: "input[eclRange]", inputs: { eclSize: "eclSize", value: "value", hasValueLabel: ["hasValueLabel", "hasValueLabel",
|
|
17644
|
+
this.ɵdir = i0198.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclRangeDirective, selector: "input[eclRange]", inputs: { eclSize: "eclSize", value: "value", hasValueLabel: ["hasValueLabel", "hasValueLabel", booleanAttribute48] }, outputs: { rangeChange: "rangeChange" }, host: { listeners: { "input": "onInput($event)" }, properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0198 });
|
|
17691
17645
|
}
|
|
17692
17646
|
};
|
|
17693
17647
|
i0198.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0198, type: EclRangeDirective, decorators: [{
|
|
@@ -17695,7 +17649,7 @@ i0198.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17695
17649
|
args: [{
|
|
17696
17650
|
selector: "input[eclRange]"
|
|
17697
17651
|
}]
|
|
17698
|
-
}], ctorParameters: () => [{ type: i0198.ViewContainerRef }, { type:
|
|
17652
|
+
}], ctorParameters: () => [{ type: i0198.ViewContainerRef }, { type: i133.NgControl, decorators: [{
|
|
17699
17653
|
type: Optional7
|
|
17700
17654
|
}, {
|
|
17701
17655
|
type: Self5
|
|
@@ -17705,7 +17659,7 @@ i0198.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17705
17659
|
type: Input88
|
|
17706
17660
|
}], hasValueLabel: [{
|
|
17707
17661
|
type: Input88,
|
|
17708
|
-
args: [{ transform:
|
|
17662
|
+
args: [{ transform: booleanAttribute48 }]
|
|
17709
17663
|
}], rangeChange: [{
|
|
17710
17664
|
type: Output41
|
|
17711
17665
|
}], cssClasses: [{
|
|
@@ -17743,13 +17697,10 @@ i0199.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17743
17697
|
}] });
|
|
17744
17698
|
|
|
17745
17699
|
// lib/components/ecl-select/ecl-select-container.component.mjs
|
|
17746
|
-
import { Component as Component89, HostBinding as HostBinding140, Input as Input89 } from "@angular/core";
|
|
17700
|
+
import { Component as Component89, HostBinding as HostBinding140, Input as Input89, booleanAttribute as booleanAttribute49 } from "@angular/core";
|
|
17747
17701
|
import * as i0200 from "@angular/core";
|
|
17702
|
+
import * as i57 from "@ngx-translate/core";
|
|
17748
17703
|
var EclSelectContainerComponent = class _EclSelectContainerComponent extends ECLBaseDirective {
|
|
17749
|
-
constructor() {
|
|
17750
|
-
super(...arguments);
|
|
17751
|
-
this.eclSize = "m";
|
|
17752
|
-
}
|
|
17753
17704
|
get cssClasses() {
|
|
17754
17705
|
return [
|
|
17755
17706
|
super.getCssClasses("ecl-select__container"),
|
|
@@ -17758,33 +17709,59 @@ var EclSelectContainerComponent = class _EclSelectContainerComponent extends ECL
|
|
|
17758
17709
|
this.isInvalid ? "ecl-select__container--invalid" : ""
|
|
17759
17710
|
].join(" ").trim();
|
|
17760
17711
|
}
|
|
17712
|
+
constructor(eclThemeService) {
|
|
17713
|
+
super();
|
|
17714
|
+
this.eclThemeService = eclThemeService;
|
|
17715
|
+
this.eclSize = "m";
|
|
17716
|
+
this.ICON_SIZE_EC = "xs";
|
|
17717
|
+
this.ICON_SIZE_EU = "s";
|
|
17718
|
+
}
|
|
17719
|
+
get iconSize() {
|
|
17720
|
+
if (this.eclThemeService.isECTheme()) {
|
|
17721
|
+
return this.ICON_SIZE_EC;
|
|
17722
|
+
} else {
|
|
17723
|
+
return this.ICON_SIZE_EU;
|
|
17724
|
+
}
|
|
17725
|
+
}
|
|
17761
17726
|
static {
|
|
17762
|
-
this.ɵfac = i0200.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0200, type: _EclSelectContainerComponent, deps:
|
|
17727
|
+
this.ɵfac = i0200.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0200, type: _EclSelectContainerComponent, deps: [{ token: EclThemeService }], target: i0200.ɵɵFactoryTarget.Component });
|
|
17763
17728
|
}
|
|
17764
17729
|
static {
|
|
17765
|
-
this.ɵcmp = i0200.ɵɵngDeclareComponent({ minVersion: "
|
|
17730
|
+
this.ɵcmp = i0200.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSelectContainerComponent, selector: "ecl-select-container", inputs: { eclSize: "eclSize", disabled: ["disabled", "disabled", booleanAttribute49], isInvalid: ["isInvalid", "isInvalid", booleanAttribute49] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0200, template: `<div class="ecl-select__icon">
|
|
17731
|
+
<button eclButton variant="ghost" isIconOnly>
|
|
17732
|
+
<span eclButtonLabel>{{ 'ecl.multiselect.TOGGLE.DROPDOWN' | translate }}</span>
|
|
17733
|
+
<ecl-icon icon="corner-arrow" [size]="iconSize" transform="rotate-180"></ecl-icon>
|
|
17734
|
+
</button>
|
|
17735
|
+
</div>
|
|
17736
|
+
`, dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "component", type: EclButtonComponent, selector: "button[eclButton], button[ecl-button], a[eclButton]", inputs: ["isIconOnly", "variant", "containerStyleClass"] }, { kind: "directive", type: EclButtonLabelDirective, selector: "[eclButtonLabel]" }, { kind: "pipe", type: i57.TranslatePipe, name: "translate" }] });
|
|
17766
17737
|
}
|
|
17767
17738
|
};
|
|
17768
17739
|
i0200.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0200, type: EclSelectContainerComponent, decorators: [{
|
|
17769
17740
|
type: Component89,
|
|
17770
|
-
args: [{ selector: "ecl-select-container", template:
|
|
17771
|
-
|
|
17741
|
+
args: [{ selector: "ecl-select-container", template: `<div class="ecl-select__icon">
|
|
17742
|
+
<button eclButton variant="ghost" isIconOnly>
|
|
17743
|
+
<span eclButtonLabel>{{ 'ecl.multiselect.TOGGLE.DROPDOWN' | translate }}</span>
|
|
17744
|
+
<ecl-icon icon="corner-arrow" [size]="iconSize" transform="rotate-180"></ecl-icon>
|
|
17745
|
+
</button>
|
|
17746
|
+
</div>
|
|
17747
|
+
` }]
|
|
17748
|
+
}], ctorParameters: () => [{ type: EclThemeService }], propDecorators: { eclSize: [{
|
|
17772
17749
|
type: Input89
|
|
17773
17750
|
}], disabled: [{
|
|
17774
|
-
type: Input89
|
|
17751
|
+
type: Input89,
|
|
17752
|
+
args: [{ transform: booleanAttribute49 }]
|
|
17775
17753
|
}], isInvalid: [{
|
|
17776
|
-
type: Input89
|
|
17754
|
+
type: Input89,
|
|
17755
|
+
args: [{ transform: booleanAttribute49 }]
|
|
17777
17756
|
}], cssClasses: [{
|
|
17778
17757
|
type: HostBinding140,
|
|
17779
17758
|
args: ["class"]
|
|
17780
17759
|
}] } });
|
|
17781
17760
|
|
|
17782
17761
|
// lib/components/ecl-select/ecl-select.directive.mjs
|
|
17783
|
-
import {
|
|
17784
|
-
import { Directive as Directive59, HostBinding as HostBinding141, Input as Input90, Optional as Optional8, Self as Self6 } from "@angular/core";
|
|
17785
|
-
import { coerceBoolean as coerceBoolean8 } from "@eui/base";
|
|
17762
|
+
import { Directive as Directive59, HostBinding as HostBinding141, Input as Input90, Optional as Optional8, Self as Self6, booleanAttribute as booleanAttribute50 } from "@angular/core";
|
|
17786
17763
|
import * as i0201 from "@angular/core";
|
|
17787
|
-
import * as
|
|
17764
|
+
import * as i134 from "@angular/forms";
|
|
17788
17765
|
var EclSelectDirective = class _EclSelectDirective extends ECLBaseDirective {
|
|
17789
17766
|
get cssClasses() {
|
|
17790
17767
|
return [super.getCssClasses("ecl-select")].join(" ").trim();
|
|
@@ -17826,34 +17803,30 @@ var EclSelectDirective = class _EclSelectDirective extends ECLBaseDirective {
|
|
|
17826
17803
|
this.containerComponent.isInvalid = this.isInvalidState;
|
|
17827
17804
|
}
|
|
17828
17805
|
static {
|
|
17829
|
-
this.ɵfac = i0201.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0201, type: _EclSelectDirective, deps: [{ token:
|
|
17806
|
+
this.ɵfac = i0201.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0201, type: _EclSelectDirective, deps: [{ token: i134.NgControl, optional: true, self: true }, { token: i0201.ElementRef }, { token: i0201.ViewContainerRef }], target: i0201.ɵɵFactoryTarget.Directive });
|
|
17830
17807
|
}
|
|
17831
17808
|
static {
|
|
17832
|
-
this.ɵdir = i0201.ɵɵngDeclareDirective({ minVersion: "
|
|
17809
|
+
this.ɵdir = i0201.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSelectDirective, selector: "select[eclSelect]", inputs: { disabled: ["disabled", "disabled", booleanAttribute50], isInvalid: ["isInvalid", "isInvalid", booleanAttribute50], eclSize: "eclSize" }, host: { properties: { "attr.disabled": "this.isDisabled", "class": "this.cssClasses", "class.ecl-select--invalid": "this.isInvalidState" } }, usesInheritance: true, ngImport: i0201 });
|
|
17833
17810
|
}
|
|
17834
17811
|
};
|
|
17835
|
-
__decorate9([
|
|
17836
|
-
coerceBoolean8
|
|
17837
|
-
], EclSelectDirective.prototype, "disabled", void 0);
|
|
17838
|
-
__decorate9([
|
|
17839
|
-
coerceBoolean8
|
|
17840
|
-
], EclSelectDirective.prototype, "isInvalid", void 0);
|
|
17841
17812
|
i0201.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0201, type: EclSelectDirective, decorators: [{
|
|
17842
17813
|
type: Directive59,
|
|
17843
17814
|
args: [{
|
|
17844
17815
|
selector: "select[eclSelect]"
|
|
17845
17816
|
}]
|
|
17846
|
-
}], ctorParameters: () => [{ type:
|
|
17817
|
+
}], ctorParameters: () => [{ type: i134.NgControl, decorators: [{
|
|
17847
17818
|
type: Optional8
|
|
17848
17819
|
}, {
|
|
17849
17820
|
type: Self6
|
|
17850
17821
|
}] }, { type: i0201.ElementRef }, { type: i0201.ViewContainerRef }], propDecorators: { disabled: [{
|
|
17851
|
-
type: Input90
|
|
17822
|
+
type: Input90,
|
|
17823
|
+
args: [{ transform: booleanAttribute50 }]
|
|
17852
17824
|
}, {
|
|
17853
17825
|
type: HostBinding141,
|
|
17854
17826
|
args: ["attr.disabled"]
|
|
17855
17827
|
}], isInvalid: [{
|
|
17856
|
-
type: Input90
|
|
17828
|
+
type: Input90,
|
|
17829
|
+
args: [{ transform: booleanAttribute50 }]
|
|
17857
17830
|
}], eclSize: [{
|
|
17858
17831
|
type: Input90
|
|
17859
17832
|
}], cssClasses: [{
|
|
@@ -17870,6 +17843,7 @@ i0201.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17870
17843
|
// lib/components/ecl-select/ecl-select.module.mjs
|
|
17871
17844
|
import { NgModule as NgModule50 } from "@angular/core";
|
|
17872
17845
|
import { CommonModule as CommonModule50 } from "@angular/common";
|
|
17846
|
+
import { TranslateModule as TranslateModule26 } from "@ngx-translate/core";
|
|
17873
17847
|
import * as i0202 from "@angular/core";
|
|
17874
17848
|
var COMPONENTS24 = [EclSelectDirective, EclSelectContainerComponent];
|
|
17875
17849
|
var EclSelectDirectiveModule = class _EclSelectDirectiveModule {
|
|
@@ -17877,25 +17851,25 @@ var EclSelectDirectiveModule = class _EclSelectDirectiveModule {
|
|
|
17877
17851
|
this.ɵfac = i0202.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0202, type: _EclSelectDirectiveModule, deps: [], target: i0202.ɵɵFactoryTarget.NgModule });
|
|
17878
17852
|
}
|
|
17879
17853
|
static {
|
|
17880
|
-
this.ɵmod = i0202.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5", ngImport: i0202, type: _EclSelectDirectiveModule, declarations: [EclSelectDirective, EclSelectContainerComponent], imports: [CommonModule50, EclIconComponentModule], exports: [EclSelectDirective, EclSelectContainerComponent] });
|
|
17854
|
+
this.ɵmod = i0202.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5", ngImport: i0202, type: _EclSelectDirectiveModule, declarations: [EclSelectDirective, EclSelectContainerComponent], imports: [CommonModule50, EclIconComponentModule, TranslateModule26, EclButtonComponentModule], exports: [EclSelectDirective, EclSelectContainerComponent] });
|
|
17881
17855
|
}
|
|
17882
17856
|
static {
|
|
17883
|
-
this.ɵinj = i0202.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0202, type: _EclSelectDirectiveModule, imports: [CommonModule50, EclIconComponentModule] });
|
|
17857
|
+
this.ɵinj = i0202.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0202, type: _EclSelectDirectiveModule, imports: [CommonModule50, EclIconComponentModule, TranslateModule26, EclButtonComponentModule] });
|
|
17884
17858
|
}
|
|
17885
17859
|
};
|
|
17886
17860
|
i0202.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0202, type: EclSelectDirectiveModule, decorators: [{
|
|
17887
17861
|
type: NgModule50,
|
|
17888
17862
|
args: [{
|
|
17889
|
-
imports: [CommonModule50, EclIconComponentModule],
|
|
17863
|
+
imports: [CommonModule50, EclIconComponentModule, TranslateModule26, EclButtonComponentModule],
|
|
17890
17864
|
exports: [...COMPONENTS24],
|
|
17891
17865
|
declarations: [...COMPONENTS24]
|
|
17892
17866
|
}]
|
|
17893
17867
|
}] });
|
|
17894
17868
|
|
|
17895
17869
|
// lib/components/ecl-social-media-follow/ecl-social-media-follow.component.mjs
|
|
17896
|
-
import { Component as Component90, HostBinding as HostBinding142, Input as Input91, booleanAttribute as
|
|
17870
|
+
import { Component as Component90, HostBinding as HostBinding142, Input as Input91, booleanAttribute as booleanAttribute51 } from "@angular/core";
|
|
17897
17871
|
import * as i0203 from "@angular/core";
|
|
17898
|
-
import * as
|
|
17872
|
+
import * as i135 from "@angular/common";
|
|
17899
17873
|
var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends ECLBaseDirective {
|
|
17900
17874
|
constructor() {
|
|
17901
17875
|
super(...arguments);
|
|
@@ -17908,7 +17882,7 @@ var EclSocialMediaFollowComponent = class _EclSocialMediaFollowComponent extends
|
|
|
17908
17882
|
this.ɵfac = i0203.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0203, type: _EclSocialMediaFollowComponent, deps: null, target: i0203.ɵɵFactoryTarget.Component });
|
|
17909
17883
|
}
|
|
17910
17884
|
static {
|
|
17911
|
-
this.ɵcmp = i0203.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: ["isVertical", "isVertical",
|
|
17885
|
+
this.ɵcmp = i0203.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclSocialMediaFollowComponent, selector: "ecl-social-media-follow", inputs: { description: "description", isVertical: ["isVertical", "isVertical", booleanAttribute51] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0203, 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: i135.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
17912
17886
|
}
|
|
17913
17887
|
};
|
|
17914
17888
|
i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0203, type: EclSocialMediaFollowComponent, decorators: [{
|
|
@@ -17918,7 +17892,7 @@ i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17918
17892
|
type: Input91
|
|
17919
17893
|
}], isVertical: [{
|
|
17920
17894
|
type: Input91,
|
|
17921
|
-
args: [{ transform:
|
|
17895
|
+
args: [{ transform: booleanAttribute51 }]
|
|
17922
17896
|
}], cssClasses: [{
|
|
17923
17897
|
type: HostBinding142,
|
|
17924
17898
|
args: ["class"]
|
|
@@ -17927,7 +17901,7 @@ i0203.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
17927
17901
|
// lib/components/ecl-social-media-follow/ecl-social-media-follow-item.component.mjs
|
|
17928
17902
|
import { Component as Component91, EventEmitter as EventEmitter42, HostBinding as HostBinding143, Input as Input92, Output as Output42 } from "@angular/core";
|
|
17929
17903
|
import * as i0204 from "@angular/core";
|
|
17930
|
-
import * as
|
|
17904
|
+
import * as i136 from "@angular/common";
|
|
17931
17905
|
import * as i216 from "@angular/router";
|
|
17932
17906
|
var EclSocialMediaFollowItemClickEvent = class extends EclBaseEvent {
|
|
17933
17907
|
};
|
|
@@ -17954,7 +17928,7 @@ var EclSocialMediaFollowItemComponent = class _EclSocialMediaFollowItemComponent
|
|
|
17954
17928
|
this.ɵfac = i0204.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0204, type: _EclSocialMediaFollowItemComponent, deps: null, target: i0204.ɵɵFactoryTarget.Component });
|
|
17955
17929
|
}
|
|
17956
17930
|
static {
|
|
17957
|
-
this.ɵcmp = i0204.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", 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: i0204, 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:
|
|
17931
|
+
this.ɵcmp = i0204.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", 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: i0204, 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: i136.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i216.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "directive", type: EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: EclLinkLabelDirective, selector: "[eclLinkLabel]" }] });
|
|
17958
17932
|
}
|
|
17959
17933
|
};
|
|
17960
17934
|
i0204.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0204, type: EclSocialMediaFollowItemComponent, decorators: [{
|
|
@@ -18041,9 +18015,9 @@ i0206.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18041
18015
|
}] });
|
|
18042
18016
|
|
|
18043
18017
|
// lib/components/ecl-social-media-share/ecl-social-media-share.component.mjs
|
|
18044
|
-
import { __decorate as
|
|
18018
|
+
import { __decorate as __decorate4 } from "tslib";
|
|
18045
18019
|
import { Component as Component92, HostBinding as HostBinding145, Input as Input93 } from "@angular/core";
|
|
18046
|
-
import { coerceBoolean as
|
|
18020
|
+
import { coerceBoolean as coerceBoolean3 } from "@eui/base";
|
|
18047
18021
|
import * as i0207 from "@angular/core";
|
|
18048
18022
|
var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends ECLBaseDirective {
|
|
18049
18023
|
constructor() {
|
|
@@ -18060,8 +18034,8 @@ var EclSocialMediaShareComponent = class _EclSocialMediaShareComponent extends E
|
|
|
18060
18034
|
this.ɵcmp = i0207.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", type: _EclSocialMediaShareComponent, selector: "ecl-social-media-share", inputs: { description: "description", isVertical: "isVertical" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0207, 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"] });
|
|
18061
18035
|
}
|
|
18062
18036
|
};
|
|
18063
|
-
|
|
18064
|
-
|
|
18037
|
+
__decorate4([
|
|
18038
|
+
coerceBoolean3
|
|
18065
18039
|
], EclSocialMediaShareComponent.prototype, "isVertical", void 0);
|
|
18066
18040
|
i0207.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0207, type: EclSocialMediaShareComponent, decorators: [{
|
|
18067
18041
|
type: Component92,
|
|
@@ -18078,7 +18052,7 @@ i0207.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18078
18052
|
// lib/components/ecl-social-media-share/ecl-social-media-share-item.component.mjs
|
|
18079
18053
|
import { Component as Component93, EventEmitter as EventEmitter43, HostBinding as HostBinding146, Input as Input94, Output as Output43 } from "@angular/core";
|
|
18080
18054
|
import * as i0208 from "@angular/core";
|
|
18081
|
-
import * as
|
|
18055
|
+
import * as i137 from "@angular/common";
|
|
18082
18056
|
var EclSocialMediaShareItemClickEvent = class extends EclBaseEvent {
|
|
18083
18057
|
};
|
|
18084
18058
|
var EclSocialMediaShareItemComponent = class _EclSocialMediaShareItemComponent extends ECLBaseDirective {
|
|
@@ -18103,7 +18077,7 @@ var EclSocialMediaShareItemComponent = class _EclSocialMediaShareItemComponent e
|
|
|
18103
18077
|
this.ɵfac = i0208.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0208, type: _EclSocialMediaShareItemComponent, deps: null, target: i0208.ɵɵFactoryTarget.Component });
|
|
18104
18078
|
}
|
|
18105
18079
|
static {
|
|
18106
|
-
this.ɵcmp = i0208.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", 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: i0208, 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:
|
|
18080
|
+
this.ɵcmp = i0208.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.5", 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: i0208, 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: i137.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i137.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"] }] });
|
|
18107
18081
|
}
|
|
18108
18082
|
};
|
|
18109
18083
|
i0208.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0208, type: EclSocialMediaShareItemComponent, decorators: [{
|
|
@@ -18187,7 +18161,7 @@ i0210.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18187
18161
|
}] });
|
|
18188
18162
|
|
|
18189
18163
|
// lib/components/ecl-loading-indicator/ecl-loading-indicator.component.mjs
|
|
18190
|
-
import { Component as Component94, HostBinding as HostBinding148, Input as Input95, booleanAttribute as
|
|
18164
|
+
import { Component as Component94, HostBinding as HostBinding148, Input as Input95, booleanAttribute as booleanAttribute52 } from "@angular/core";
|
|
18191
18165
|
import * as i0211 from "@angular/core";
|
|
18192
18166
|
var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends ECLBaseDirective {
|
|
18193
18167
|
constructor() {
|
|
@@ -18210,7 +18184,7 @@ var EclLoadingIndicatorComponent = class _EclLoadingIndicatorComponent extends E
|
|
|
18210
18184
|
this.ɵfac = i0211.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0211, type: _EclLoadingIndicatorComponent, deps: null, target: i0211.ɵɵFactoryTarget.Component });
|
|
18211
18185
|
}
|
|
18212
18186
|
static {
|
|
18213
|
-
this.ɵcmp = i0211.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclLoadingIndicatorComponent, selector: "ecl-loading-indicator", inputs: { size: "size", variant: "variant", isCentered: ["isCentered", "isCentered",
|
|
18187
|
+
this.ɵcmp = i0211.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclLoadingIndicatorComponent, selector: "ecl-loading-indicator", inputs: { size: "size", variant: "variant", isCentered: ["isCentered", "isCentered", booleanAttribute52], isVisible: ["isVisible", "isVisible", booleanAttribute52] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0211, 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' });
|
|
18214
18188
|
}
|
|
18215
18189
|
};
|
|
18216
18190
|
i0211.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0211, type: EclLoadingIndicatorComponent, decorators: [{
|
|
@@ -18225,10 +18199,10 @@ i0211.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18225
18199
|
type: Input95
|
|
18226
18200
|
}], isCentered: [{
|
|
18227
18201
|
type: Input95,
|
|
18228
|
-
args: [{ transform:
|
|
18202
|
+
args: [{ transform: booleanAttribute52 }]
|
|
18229
18203
|
}], isVisible: [{
|
|
18230
18204
|
type: Input95,
|
|
18231
|
-
args: [{ transform:
|
|
18205
|
+
args: [{ transform: booleanAttribute52 }]
|
|
18232
18206
|
}] } });
|
|
18233
18207
|
|
|
18234
18208
|
// lib/components/ecl-loading-indicator/ecl-loading-indicator-label.directive.mjs
|
|
@@ -18282,23 +18256,23 @@ i0213.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18282
18256
|
// lib/components/ecl-loading-indicator/ecl-loading-indicator.module.mjs
|
|
18283
18257
|
import { NgModule as NgModule53 } from "@angular/core";
|
|
18284
18258
|
import { CommonModule as CommonModule53 } from "@angular/common";
|
|
18285
|
-
import { TranslateModule as
|
|
18259
|
+
import { TranslateModule as TranslateModule27 } from "@ngx-translate/core";
|
|
18286
18260
|
import * as i0214 from "@angular/core";
|
|
18287
18261
|
var EclLoadingIndicatorComponentModule = class _EclLoadingIndicatorComponentModule {
|
|
18288
18262
|
static {
|
|
18289
18263
|
this.ɵfac = i0214.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0214, type: _EclLoadingIndicatorComponentModule, deps: [], target: i0214.ɵɵFactoryTarget.NgModule });
|
|
18290
18264
|
}
|
|
18291
18265
|
static {
|
|
18292
|
-
this.ɵmod = i0214.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5", ngImport: i0214, type: _EclLoadingIndicatorComponentModule, declarations: [EclLoadingIndicatorComponent, EclLoadingIndicatorLabelDirective, EclLoadingIndicatorOverlayDirective], imports: [CommonModule53,
|
|
18266
|
+
this.ɵmod = i0214.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.5", ngImport: i0214, type: _EclLoadingIndicatorComponentModule, declarations: [EclLoadingIndicatorComponent, EclLoadingIndicatorLabelDirective, EclLoadingIndicatorOverlayDirective], imports: [CommonModule53, TranslateModule27], exports: [EclLoadingIndicatorComponent, EclLoadingIndicatorLabelDirective, EclLoadingIndicatorOverlayDirective] });
|
|
18293
18267
|
}
|
|
18294
18268
|
static {
|
|
18295
|
-
this.ɵinj = i0214.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0214, type: _EclLoadingIndicatorComponentModule, imports: [CommonModule53,
|
|
18269
|
+
this.ɵinj = i0214.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0214, type: _EclLoadingIndicatorComponentModule, imports: [CommonModule53, TranslateModule27] });
|
|
18296
18270
|
}
|
|
18297
18271
|
};
|
|
18298
18272
|
i0214.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0214, type: EclLoadingIndicatorComponentModule, decorators: [{
|
|
18299
18273
|
type: NgModule53,
|
|
18300
18274
|
args: [{
|
|
18301
|
-
imports: [CommonModule53,
|
|
18275
|
+
imports: [CommonModule53, TranslateModule27],
|
|
18302
18276
|
exports: [EclLoadingIndicatorComponent, EclLoadingIndicatorLabelDirective, EclLoadingIndicatorOverlayDirective],
|
|
18303
18277
|
declarations: [EclLoadingIndicatorComponent, EclLoadingIndicatorLabelDirective, EclLoadingIndicatorOverlayDirective]
|
|
18304
18278
|
}]
|
|
@@ -18340,7 +18314,7 @@ i0215.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18340
18314
|
}] } });
|
|
18341
18315
|
|
|
18342
18316
|
// lib/components/ecl-table/ecl-table.directive.mjs
|
|
18343
|
-
import { ContentChildren as ContentChildren26, Directive as Directive64, EventEmitter as EventEmitter44, forwardRef as forwardRef54, HostBinding as HostBinding152, HostListener as HostListener22, Input as Input96, Output as Output44, booleanAttribute as
|
|
18317
|
+
import { ContentChildren as ContentChildren26, Directive as Directive64, EventEmitter as EventEmitter44, forwardRef as forwardRef54, HostBinding as HostBinding152, HostListener as HostListener22, Input as Input96, Output as Output44, booleanAttribute as booleanAttribute53 } from "@angular/core";
|
|
18344
18318
|
import { Subject as Subject27 } from "rxjs";
|
|
18345
18319
|
import { takeUntil as takeUntil24 } from "rxjs/operators";
|
|
18346
18320
|
import * as i0216 from "@angular/core";
|
|
@@ -18386,7 +18360,7 @@ var EclTableDirective = class _EclTableDirective extends ECLBaseDirective {
|
|
|
18386
18360
|
this.ɵfac = i0216.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0216, type: _EclTableDirective, deps: [{ token: i0216.IterableDiffers }], target: i0216.ɵɵFactoryTarget.Directive });
|
|
18387
18361
|
}
|
|
18388
18362
|
static {
|
|
18389
|
-
this.ɵdir = i0216.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTableDirective, selector: "[eclTable]", inputs: { isZebra: ["isZebra", "isZebra",
|
|
18363
|
+
this.ɵdir = i0216.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTableDirective, selector: "[eclTable]", inputs: { isZebra: ["isZebra", "isZebra", booleanAttribute53] }, outputs: { sort: "sort" }, host: { properties: { "class.ecl-table--zebra": "this.isZebra", "class": "this.cssClasses" } }, queries: [{ propertyName: "eclTableHeaders", predicate: i0216.forwardRef(() => EclTableHeaderDirective), descendants: true }], usesInheritance: true, ngImport: i0216 });
|
|
18390
18364
|
}
|
|
18391
18365
|
};
|
|
18392
18366
|
i0216.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0216, type: EclTableDirective, decorators: [{
|
|
@@ -18396,7 +18370,7 @@ i0216.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18396
18370
|
}]
|
|
18397
18371
|
}], ctorParameters: () => [{ type: i0216.IterableDiffers }], propDecorators: { isZebra: [{
|
|
18398
18372
|
type: Input96,
|
|
18399
|
-
args: [{ transform:
|
|
18373
|
+
args: [{ transform: booleanAttribute53 }]
|
|
18400
18374
|
}, {
|
|
18401
18375
|
type: HostBinding152,
|
|
18402
18376
|
args: ["class.ecl-table--zebra"]
|
|
@@ -18732,7 +18706,7 @@ i0218.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18732
18706
|
}], ctorParameters: () => [{ type: i0218.ElementRef }] });
|
|
18733
18707
|
|
|
18734
18708
|
// lib/components/ecl-tabs/ecl-tab.component.mjs
|
|
18735
|
-
import { Component as Component97, ContentChild as ContentChild27, EventEmitter as EventEmitter45, HostBinding as HostBinding153, Input as Input97, Output as Output45, ViewChild as ViewChild16, booleanAttribute as
|
|
18709
|
+
import { Component as Component97, ContentChild as ContentChild27, EventEmitter as EventEmitter45, HostBinding as HostBinding153, Input as Input97, Output as Output45, ViewChild as ViewChild16, booleanAttribute as booleanAttribute54 } from "@angular/core";
|
|
18736
18710
|
import * as i0219 from "@angular/core";
|
|
18737
18711
|
var EclTabSelectEvent = class extends EclBaseEvent {
|
|
18738
18712
|
constructor(tab) {
|
|
@@ -18786,7 +18760,7 @@ var EclTabComponent = class _EclTabComponent extends ECLBaseDirective {
|
|
|
18786
18760
|
this.ɵfac = i0219.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0219, type: _EclTabComponent, deps: [{ token: i0219.ElementRef }], target: i0219.ɵɵFactoryTarget.Component });
|
|
18787
18761
|
}
|
|
18788
18762
|
static {
|
|
18789
|
-
this.ɵcmp = i0219.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTabComponent, selector: "ecl-tab, [eclTab]", inputs: { id: "id", isHidden: ["isHidden", "isHidden",
|
|
18763
|
+
this.ɵcmp = i0219.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTabComponent, selector: "ecl-tab, [eclTab]", inputs: { id: "id", isHidden: ["isHidden", "isHidden", booleanAttribute54], isActive: ["isActive", "isActive", booleanAttribute54] }, outputs: { selectTab: "selectTab", keydownTab: "keydownTab" }, host: { properties: { "class.ecl-tabs__item--hidden": "this.isHidden", "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: i0219, 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"] }] });
|
|
18790
18764
|
}
|
|
18791
18765
|
};
|
|
18792
18766
|
i0219.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0219, type: EclTabComponent, decorators: [{
|
|
@@ -18796,13 +18770,13 @@ i0219.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18796
18770
|
type: Input97
|
|
18797
18771
|
}], isHidden: [{
|
|
18798
18772
|
type: Input97,
|
|
18799
|
-
args: [{ transform:
|
|
18773
|
+
args: [{ transform: booleanAttribute54 }]
|
|
18800
18774
|
}, {
|
|
18801
18775
|
type: HostBinding153,
|
|
18802
18776
|
args: ["class.ecl-tabs__item--hidden"]
|
|
18803
18777
|
}], isActive: [{
|
|
18804
18778
|
type: Input97,
|
|
18805
|
-
args: [{ transform:
|
|
18779
|
+
args: [{ transform: booleanAttribute54 }]
|
|
18806
18780
|
}], selectTab: [{
|
|
18807
18781
|
type: Output45
|
|
18808
18782
|
}], keydownTab: [{
|
|
@@ -18822,7 +18796,7 @@ i0219.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18822
18796
|
}] } });
|
|
18823
18797
|
|
|
18824
18798
|
// lib/components/ecl-tabs/ecl-tab-more.component.mjs
|
|
18825
|
-
import { Component as Component98, HostBinding as HostBinding154, Input as Input98, booleanAttribute as
|
|
18799
|
+
import { Component as Component98, HostBinding as HostBinding154, Input as Input98, booleanAttribute as booleanAttribute55 } from "@angular/core";
|
|
18826
18800
|
import * as i0220 from "@angular/core";
|
|
18827
18801
|
var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
|
|
18828
18802
|
constructor() {
|
|
@@ -18836,7 +18810,7 @@ var EclTabMoreComponent = class _EclTabMoreComponent extends ECLBaseDirective {
|
|
|
18836
18810
|
this.ɵfac = i0220.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0220, type: _EclTabMoreComponent, deps: null, target: i0220.ɵɵFactoryTarget.Component });
|
|
18837
18811
|
}
|
|
18838
18812
|
static {
|
|
18839
|
-
this.ɵcmp = i0220.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTabMoreComponent, selector: "ecl-tab-more", inputs: { isHidden: ["isHidden", "isHidden",
|
|
18813
|
+
this.ɵcmp = i0220.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTabMoreComponent, selector: "ecl-tab-more", inputs: { isHidden: ["isHidden", "isHidden", booleanAttribute55] }, host: { properties: { "class.ecl-tabs__item--hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0220, template: "<ng-content></ng-content>\n" });
|
|
18840
18814
|
}
|
|
18841
18815
|
};
|
|
18842
18816
|
i0220.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0220, type: EclTabMoreComponent, decorators: [{
|
|
@@ -18844,7 +18818,7 @@ i0220.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
18844
18818
|
args: [{ selector: "ecl-tab-more", template: "<ng-content></ng-content>\n" }]
|
|
18845
18819
|
}], propDecorators: { isHidden: [{
|
|
18846
18820
|
type: Input98,
|
|
18847
|
-
args: [{ transform:
|
|
18821
|
+
args: [{ transform: booleanAttribute55 }]
|
|
18848
18822
|
}, {
|
|
18849
18823
|
type: HostBinding154,
|
|
18850
18824
|
args: ["class.ecl-tabs__item--hidden"]
|
|
@@ -18858,7 +18832,7 @@ import { Component as Component99, ContentChildren as ContentChildren27, EventEm
|
|
|
18858
18832
|
import { of as of4, Subject as Subject28 } from "rxjs";
|
|
18859
18833
|
import { mergeWith as mergeWith3, takeUntil as takeUntil25 } from "rxjs/operators";
|
|
18860
18834
|
import * as i0221 from "@angular/core";
|
|
18861
|
-
import * as
|
|
18835
|
+
import * as i138 from "@angular/cdk/layout";
|
|
18862
18836
|
import * as i35 from "@angular/common";
|
|
18863
18837
|
import * as i10 from "@ngx-translate/core";
|
|
18864
18838
|
var ShiftDirection;
|
|
@@ -19266,7 +19240,7 @@ var EclTabsComponent = class _EclTabsComponent extends ECLBaseDirective {
|
|
|
19266
19240
|
this.index = 0;
|
|
19267
19241
|
}
|
|
19268
19242
|
static {
|
|
19269
|
-
this.ɵfac = i0221.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0221, type: _EclTabsComponent, deps: [{ token: i0221.IterableDiffers }, { token:
|
|
19243
|
+
this.ɵfac = i0221.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0221, type: _EclTabsComponent, deps: [{ token: i0221.IterableDiffers }, { token: i138.BreakpointObserver }, { token: i0221.ChangeDetectorRef }, { token: i0221.ElementRef }, { token: EclRtlService }], target: i0221.ɵɵFactoryTarget.Component });
|
|
19270
19244
|
}
|
|
19271
19245
|
static {
|
|
19272
19246
|
this.ɵcmp = i0221.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclTabsComponent, selector: "nav[eclTabs], ecl-tabs", inputs: { bodyClass: "bodyClass" }, outputs: { tabSelect: "tabSelect" }, host: { listeners: { "document:click": "onClick($event.target)", "window:resize": "onWindowResize($event)" } }, queries: [{ propertyName: "tabs", predicate: i0221.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: i0221, template: `<div class="ecl-tabs">
|
|
@@ -19417,7 +19391,7 @@ i0221.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19417
19391
|
<ng-container *ngTemplateOutlet="tab.contentTemplate"></ng-container>
|
|
19418
19392
|
</div>
|
|
19419
19393
|
}` }]
|
|
19420
|
-
}], ctorParameters: () => [{ type: i0221.IterableDiffers }, { type:
|
|
19394
|
+
}], ctorParameters: () => [{ type: i0221.IterableDiffers }, { type: i138.BreakpointObserver }, { type: i0221.ChangeDetectorRef }, { type: i0221.ElementRef }, { type: EclRtlService }], propDecorators: { bodyClass: [{
|
|
19421
19395
|
type: Input99
|
|
19422
19396
|
}], tabSelect: [{
|
|
19423
19397
|
type: Output46
|
|
@@ -19450,7 +19424,7 @@ i0221.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19450
19424
|
// lib/components/ecl-tabs/ecl-tabs.module.mjs
|
|
19451
19425
|
import { CommonModule as CommonModule55 } from "@angular/common";
|
|
19452
19426
|
import { NgModule as NgModule55 } from "@angular/core";
|
|
19453
|
-
import { TranslateModule as
|
|
19427
|
+
import { TranslateModule as TranslateModule28 } from "@ngx-translate/core";
|
|
19454
19428
|
import * as i0222 from "@angular/core";
|
|
19455
19429
|
var COMPONENTS28 = [EclTabsComponent, EclTabComponent, EclTabLabelComponent, EclTabMoreComponent];
|
|
19456
19430
|
var EclTabsComponentModule = class _EclTabsComponentModule {
|
|
@@ -19463,7 +19437,7 @@ var EclTabsComponentModule = class _EclTabsComponentModule {
|
|
|
19463
19437
|
EclLinkDirectiveModule,
|
|
19464
19438
|
EclButtonComponentModule,
|
|
19465
19439
|
EclIconComponentModule,
|
|
19466
|
-
|
|
19440
|
+
TranslateModule28,
|
|
19467
19441
|
ECLClickOutsideDirective
|
|
19468
19442
|
], exports: [EclTabsComponent, EclTabComponent, EclTabLabelComponent, EclTabMoreComponent] });
|
|
19469
19443
|
}
|
|
@@ -19473,7 +19447,7 @@ var EclTabsComponentModule = class _EclTabsComponentModule {
|
|
|
19473
19447
|
EclLinkDirectiveModule,
|
|
19474
19448
|
EclButtonComponentModule,
|
|
19475
19449
|
EclIconComponentModule,
|
|
19476
|
-
|
|
19450
|
+
TranslateModule28
|
|
19477
19451
|
] });
|
|
19478
19452
|
}
|
|
19479
19453
|
};
|
|
@@ -19485,7 +19459,7 @@ i0222.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19485
19459
|
EclLinkDirectiveModule,
|
|
19486
19460
|
EclButtonComponentModule,
|
|
19487
19461
|
EclIconComponentModule,
|
|
19488
|
-
|
|
19462
|
+
TranslateModule28,
|
|
19489
19463
|
ECLClickOutsideDirective
|
|
19490
19464
|
],
|
|
19491
19465
|
exports: [...COMPONENTS28],
|
|
@@ -19494,7 +19468,7 @@ i0222.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19494
19468
|
}] });
|
|
19495
19469
|
|
|
19496
19470
|
// lib/components/ecl-tag/ecl-tag.component.mjs
|
|
19497
|
-
import { Component as Component100, Input as Input100, HostBinding as HostBinding155, Output as Output47, EventEmitter as EventEmitter47, booleanAttribute as
|
|
19471
|
+
import { Component as Component100, Input as Input100, HostBinding as HostBinding155, Output as Output47, EventEmitter as EventEmitter47, booleanAttribute as booleanAttribute56 } from "@angular/core";
|
|
19498
19472
|
import * as i0223 from "@angular/core";
|
|
19499
19473
|
import * as i217 from "@angular/common";
|
|
19500
19474
|
var EclTagRemoveEvent = class extends EclBaseEvent {
|
|
@@ -19531,7 +19505,7 @@ var EclTagComponent = class _EclTagComponent extends ECLBaseDirective {
|
|
|
19531
19505
|
this.ɵfac = i0223.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0223, type: _EclTagComponent, deps: null, target: i0223.ɵɵFactoryTarget.Component });
|
|
19532
19506
|
}
|
|
19533
19507
|
static {
|
|
19534
|
-
this.ɵcmp = i0223.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclTagComponent, selector: "ecl-tag, [eclTag]", inputs: { variant: "variant", isWrapped: ["isWrapped", "isWrapped",
|
|
19508
|
+
this.ɵcmp = i0223.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.0.0-next.5", type: _EclTagComponent, selector: "ecl-tag, [eclTag]", inputs: { variant: "variant", isWrapped: ["isWrapped", "isWrapped", booleanAttribute56] }, outputs: { remove: "remove" }, host: { properties: { "attr.hidden": "this.isHidden", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0223, template: '<ng-content></ng-content>\n@if(isRemovable) {\n <span class="ecl-tag__icon" (click)="onRemoveClick($event)">\n <ecl-icon icon="close-outline" class="ecl-tag__icon-close" role="img">\n <title>{{title | titlecase}}</title>\n </ecl-icon>\n</span>\n}\n', dependencies: [{ kind: "component", type: EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "ariaHidden", "focusable"] }, { kind: "pipe", type: i217.TitleCasePipe, name: "titlecase" }] });
|
|
19535
19509
|
}
|
|
19536
19510
|
};
|
|
19537
19511
|
i0223.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0223, type: EclTagComponent, decorators: [{
|
|
@@ -19541,7 +19515,7 @@ i0223.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19541
19515
|
type: Input100
|
|
19542
19516
|
}], isWrapped: [{
|
|
19543
19517
|
type: Input100,
|
|
19544
|
-
args: [{ transform:
|
|
19518
|
+
args: [{ transform: booleanAttribute56 }]
|
|
19545
19519
|
}], remove: [{
|
|
19546
19520
|
type: Output47
|
|
19547
19521
|
}], isHidden: [{
|
|
@@ -19601,11 +19575,9 @@ i0225.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19601
19575
|
}] });
|
|
19602
19576
|
|
|
19603
19577
|
// lib/components/ecl-text-area/ecl-text-area.directive.mjs
|
|
19604
|
-
import {
|
|
19605
|
-
import { Directive as Directive66, HostBinding as HostBinding157, Input as Input101, Optional as Optional9, Self as Self7 } from "@angular/core";
|
|
19606
|
-
import { coerceBoolean as coerceBoolean10 } from "@eui/base";
|
|
19578
|
+
import { Directive as Directive66, HostBinding as HostBinding157, Input as Input101, Optional as Optional9, Self as Self7, booleanAttribute as booleanAttribute57 } from "@angular/core";
|
|
19607
19579
|
import * as i0226 from "@angular/core";
|
|
19608
|
-
import * as
|
|
19580
|
+
import * as i139 from "@angular/forms";
|
|
19609
19581
|
var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective {
|
|
19610
19582
|
get cssClasses() {
|
|
19611
19583
|
return [super.getCssClasses("ecl-text-area"), this.eclSize ? `ecl-text-area--${this.eclSize}` : ""].join(" ").trim();
|
|
@@ -19624,28 +19596,26 @@ var EclTextAreaDirective = class _EclTextAreaDirective extends ECLBaseDirective
|
|
|
19624
19596
|
this.isInvalid = false;
|
|
19625
19597
|
}
|
|
19626
19598
|
static {
|
|
19627
|
-
this.ɵfac = i0226.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0226, type: _EclTextAreaDirective, deps: [{ token:
|
|
19599
|
+
this.ɵfac = i0226.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0226, type: _EclTextAreaDirective, deps: [{ token: i139.NgControl, optional: true, self: true }], target: i0226.ɵɵFactoryTarget.Directive });
|
|
19628
19600
|
}
|
|
19629
19601
|
static {
|
|
19630
|
-
this.ɵdir = i0226.ɵɵngDeclareDirective({ minVersion: "
|
|
19602
|
+
this.ɵdir = i0226.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.0.0-next.5", type: _EclTextAreaDirective, selector: "textarea[eclTextArea]", inputs: { eclSize: "eclSize", isInvalid: ["isInvalid", "isInvalid", booleanAttribute57] }, host: { properties: { "class": "this.cssClasses", "class.ecl-text-area--invalid": "this.invalidState" } }, usesInheritance: true, ngImport: i0226 });
|
|
19631
19603
|
}
|
|
19632
19604
|
};
|
|
19633
|
-
__decorate11([
|
|
19634
|
-
coerceBoolean10
|
|
19635
|
-
], EclTextAreaDirective.prototype, "isInvalid", void 0);
|
|
19636
19605
|
i0226.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0226, type: EclTextAreaDirective, decorators: [{
|
|
19637
19606
|
type: Directive66,
|
|
19638
19607
|
args: [{
|
|
19639
19608
|
selector: "textarea[eclTextArea]"
|
|
19640
19609
|
}]
|
|
19641
|
-
}], ctorParameters: () => [{ type:
|
|
19610
|
+
}], ctorParameters: () => [{ type: i139.NgControl, decorators: [{
|
|
19642
19611
|
type: Optional9
|
|
19643
19612
|
}, {
|
|
19644
19613
|
type: Self7
|
|
19645
19614
|
}] }], propDecorators: { eclSize: [{
|
|
19646
19615
|
type: Input101
|
|
19647
19616
|
}], isInvalid: [{
|
|
19648
|
-
type: Input101
|
|
19617
|
+
type: Input101,
|
|
19618
|
+
args: [{ transform: booleanAttribute57 }]
|
|
19649
19619
|
}], cssClasses: [{
|
|
19650
19620
|
type: HostBinding157,
|
|
19651
19621
|
args: ["class"]
|
|
@@ -19755,14 +19725,14 @@ i0230.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19755
19725
|
}] } });
|
|
19756
19726
|
|
|
19757
19727
|
// lib/components/ecl-timeline/ecl-timeline-item.component.mjs
|
|
19758
|
-
import { __decorate as
|
|
19728
|
+
import { __decorate as __decorate5 } from "tslib";
|
|
19759
19729
|
import { Component as Component102, Input as Input102, HostBinding as HostBinding160, ViewEncapsulation as ViewEncapsulation17, Output as Output49, EventEmitter as EventEmitter49, ContentChild as ContentChild28, forwardRef as forwardRef58 } from "@angular/core";
|
|
19760
|
-
import { coerceBoolean as
|
|
19730
|
+
import { coerceBoolean as coerceBoolean4 } from "@eui/base";
|
|
19761
19731
|
import { Subject as Subject29 } from "rxjs";
|
|
19762
19732
|
import { takeUntil as takeUntil26 } from "rxjs/operators";
|
|
19763
19733
|
import * as i0231 from "@angular/core";
|
|
19764
|
-
import * as
|
|
19765
|
-
import * as
|
|
19734
|
+
import * as i140 from "@angular/common";
|
|
19735
|
+
import * as i58 from "@ngx-translate/core";
|
|
19766
19736
|
var EclTimelineItemToggleEvent = class extends EclBaseEvent {
|
|
19767
19737
|
constructor(isExpanded, toggleGroup) {
|
|
19768
19738
|
super();
|
|
@@ -19854,11 +19824,11 @@ var EclTimelineItemComponent = class _EclTimelineItemComponent extends ECLBaseDi
|
|
|
19854
19824
|
|
|
19855
19825
|
<ng-template #content>
|
|
19856
19826
|
<ng-content></ng-content>
|
|
19857
|
-
</ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"], dependencies: [{ kind: "directive", type:
|
|
19827
|
+
</ng-template>`, styles: ["ecl-timeline-item{display:list-item}\n"], dependencies: [{ kind: "directive", type: i140.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i140.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: i58.TranslatePipe, name: "translate" }], encapsulation: i0231.ViewEncapsulation.None });
|
|
19858
19828
|
}
|
|
19859
19829
|
};
|
|
19860
|
-
|
|
19861
|
-
|
|
19830
|
+
__decorate5([
|
|
19831
|
+
coerceBoolean4
|
|
19862
19832
|
], EclTimelineItemComponent.prototype, "isTogglerExpanded", void 0);
|
|
19863
19833
|
i0231.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0231, type: EclTimelineItemComponent, decorators: [{
|
|
19864
19834
|
type: Component102,
|
|
@@ -19984,7 +19954,7 @@ i0232.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5
|
|
|
19984
19954
|
// lib/components/ecl-timeline/ecl-timeline.module.mjs
|
|
19985
19955
|
import { CommonModule as CommonModule58 } from "@angular/common";
|
|
19986
19956
|
import { NgModule as NgModule58 } from "@angular/core";
|
|
19987
|
-
import { TranslateModule as
|
|
19957
|
+
import { TranslateModule as TranslateModule29 } from "@ngx-translate/core";
|
|
19988
19958
|
import * as i0233 from "@angular/core";
|
|
19989
19959
|
var EclTimelineComponentModule = class _EclTimelineComponentModule {
|
|
19990
19960
|
static {
|
|
@@ -19997,7 +19967,7 @@ var EclTimelineComponentModule = class _EclTimelineComponentModule {
|
|
|
19997
19967
|
EclTimelineItemTogglerComponent,
|
|
19998
19968
|
EclTimelineItemLabelDirective,
|
|
19999
19969
|
EclTimelineItemTitleDirective
|
|
20000
|
-
], imports: [CommonModule58,
|
|
19970
|
+
], imports: [CommonModule58, TranslateModule29, EclButtonComponentModule, EclIconComponentModule], exports: [
|
|
20001
19971
|
EclTimelineComponent,
|
|
20002
19972
|
EclTimelineItemComponent,
|
|
20003
19973
|
EclTimelineItemTogglerComponent,
|
|
@@ -20006,13 +19976,13 @@ var EclTimelineComponentModule = class _EclTimelineComponentModule {
|
|
|
20006
19976
|
] });
|
|
20007
19977
|
}
|
|
20008
19978
|
static {
|
|
20009
|
-
this.ɵinj = i0233.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0233, type: _EclTimelineComponentModule, imports: [CommonModule58,
|
|
19979
|
+
this.ɵinj = i0233.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0233, type: _EclTimelineComponentModule, imports: [CommonModule58, TranslateModule29, EclButtonComponentModule, EclIconComponentModule] });
|
|
20010
19980
|
}
|
|
20011
19981
|
};
|
|
20012
19982
|
i0233.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.5", ngImport: i0233, type: EclTimelineComponentModule, decorators: [{
|
|
20013
19983
|
type: NgModule58,
|
|
20014
19984
|
args: [{
|
|
20015
|
-
imports: [CommonModule58,
|
|
19985
|
+
imports: [CommonModule58, TranslateModule29, EclButtonComponentModule, EclIconComponentModule],
|
|
20016
19986
|
exports: [
|
|
20017
19987
|
EclTimelineComponent,
|
|
20018
19988
|
EclTimelineItemComponent,
|