@siemens/ix-angular 4.2.0 → 4.3.0
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/READMEOSS.html +0 -0
- package/common/index.d.ts +27 -0
- package/fesm2022/siemens-ix-angular-common.mjs +63 -36
- package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular-standalone.mjs +377 -377
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +387 -381
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +28 -19
- package/package.json +2 -2
- package/standalone/index.d.ts +22 -19
|
@@ -179,23 +179,23 @@ let IxActionCard = class IxActionCard {
|
|
|
179
179
|
c.detach();
|
|
180
180
|
this.el = r.nativeElement;
|
|
181
181
|
}
|
|
182
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
183
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
182
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxActionCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxActionCard, isStandalone: true, selector: "ix-action-card", inputs: { ariaLabelCard: "ariaLabelCard", ariaLabelIcon: "ariaLabelIcon", heading: "heading", icon: "icon", passive: "passive", selected: "selected", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
184
184
|
};
|
|
185
185
|
IxActionCard = __decorate([
|
|
186
186
|
ProxyCmp({
|
|
187
187
|
defineCustomElementFn: defineCustomElement$1,
|
|
188
|
-
inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'selected', 'subheading', 'variant']
|
|
188
|
+
inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'passive', 'selected', 'subheading', 'variant']
|
|
189
189
|
})
|
|
190
190
|
], IxActionCard);
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxActionCard, decorators: [{
|
|
192
192
|
type: Component,
|
|
193
193
|
args: [{
|
|
194
194
|
selector: 'ix-action-card',
|
|
195
195
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
196
196
|
template: '<ng-content></ng-content>',
|
|
197
197
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
198
|
-
inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'selected', 'subheading', 'variant'],
|
|
198
|
+
inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'passive', 'selected', 'subheading', 'variant'],
|
|
199
199
|
}]
|
|
200
200
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
201
201
|
let IxApplication = class IxApplication {
|
|
@@ -206,8 +206,8 @@ let IxApplication = class IxApplication {
|
|
|
206
206
|
c.detach();
|
|
207
207
|
this.el = r.nativeElement;
|
|
208
208
|
}
|
|
209
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
210
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
209
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxApplication, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
210
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxApplication, isStandalone: true, selector: "ix-application", inputs: { appSwitchConfig: "appSwitchConfig", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", theme: "theme", themeSystemAppearance: "themeSystemAppearance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
211
211
|
};
|
|
212
212
|
IxApplication = __decorate([
|
|
213
213
|
ProxyCmp({
|
|
@@ -215,7 +215,7 @@ IxApplication = __decorate([
|
|
|
215
215
|
inputs: ['appSwitchConfig', 'breakpoints', 'forceBreakpoint', 'theme', 'themeSystemAppearance']
|
|
216
216
|
})
|
|
217
217
|
], IxApplication);
|
|
218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxApplication, decorators: [{
|
|
219
219
|
type: Component,
|
|
220
220
|
args: [{
|
|
221
221
|
selector: 'ix-application',
|
|
@@ -235,23 +235,23 @@ let IxApplicationHeader = class IxApplicationHeader {
|
|
|
235
235
|
c.detach();
|
|
236
236
|
this.el = r.nativeElement;
|
|
237
237
|
}
|
|
238
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
239
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
238
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxApplicationHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
239
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxApplicationHeader, isStandalone: true, selector: "ix-application-header", inputs: { appIcon: "appIcon", appIconAlt: "appIconAlt", appIconOutline: "appIconOutline", ariaLabelAppSwitchIconButton: "ariaLabelAppSwitchIconButton", ariaLabelMenuExpandIconButton: "ariaLabelMenuExpandIconButton", ariaLabelMoreMenuIconButton: "ariaLabelMoreMenuIconButton", companyLogo: "companyLogo", companyLogoAlt: "companyLogoAlt", enableTopLayer: "enableTopLayer", hideBottomBorder: "hideBottomBorder", name: "name", nameSuffix: "nameSuffix", showMenu: "showMenu" }, outputs: { menuToggle: "menuToggle", openAppSwitch: "openAppSwitch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
240
240
|
};
|
|
241
241
|
IxApplicationHeader = __decorate([
|
|
242
242
|
ProxyCmp({
|
|
243
243
|
defineCustomElementFn: defineCustomElement$3,
|
|
244
|
-
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu']
|
|
244
|
+
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'enableTopLayer', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu']
|
|
245
245
|
})
|
|
246
246
|
], IxApplicationHeader);
|
|
247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxApplicationHeader, decorators: [{
|
|
248
248
|
type: Component,
|
|
249
249
|
args: [{
|
|
250
250
|
selector: 'ix-application-header',
|
|
251
251
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
252
252
|
template: '<ng-content></ng-content>',
|
|
253
253
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
254
|
-
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu'],
|
|
254
|
+
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'enableTopLayer', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu'],
|
|
255
255
|
outputs: ['menuToggle', 'openAppSwitch'],
|
|
256
256
|
}]
|
|
257
257
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuToggle: [{
|
|
@@ -267,8 +267,8 @@ let IxAvatar = class IxAvatar {
|
|
|
267
267
|
c.detach();
|
|
268
268
|
this.el = r.nativeElement;
|
|
269
269
|
}
|
|
270
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
271
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
270
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
271
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxAvatar, isStandalone: true, selector: "ix-avatar", inputs: { a11yLabel: "a11yLabel", ariaLabelTooltip: "ariaLabelTooltip", extra: "extra", image: "image", initials: "initials", tooltipText: "tooltipText", username: "username" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
272
272
|
};
|
|
273
273
|
IxAvatar = __decorate([
|
|
274
274
|
ProxyCmp({
|
|
@@ -276,7 +276,7 @@ IxAvatar = __decorate([
|
|
|
276
276
|
inputs: ['a11yLabel', 'ariaLabelTooltip', 'extra', 'image', 'initials', 'tooltipText', 'username']
|
|
277
277
|
})
|
|
278
278
|
], IxAvatar);
|
|
279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxAvatar, decorators: [{
|
|
280
280
|
type: Component,
|
|
281
281
|
args: [{
|
|
282
282
|
selector: 'ix-avatar',
|
|
@@ -295,8 +295,8 @@ let IxBlind = class IxBlind {
|
|
|
295
295
|
c.detach();
|
|
296
296
|
this.el = r.nativeElement;
|
|
297
297
|
}
|
|
298
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
299
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
298
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBlind, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
299
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxBlind, isStandalone: true, selector: "ix-blind", inputs: { collapsed: "collapsed", icon: "icon", label: "label", sublabel: "sublabel", variant: "variant" }, outputs: { collapsedChange: "collapsedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
300
300
|
};
|
|
301
301
|
IxBlind = __decorate([
|
|
302
302
|
ProxyCmp({
|
|
@@ -304,7 +304,7 @@ IxBlind = __decorate([
|
|
|
304
304
|
inputs: ['collapsed', 'icon', 'label', 'sublabel', 'variant']
|
|
305
305
|
})
|
|
306
306
|
], IxBlind);
|
|
307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBlind, decorators: [{
|
|
308
308
|
type: Component,
|
|
309
309
|
args: [{
|
|
310
310
|
selector: 'ix-blind',
|
|
@@ -327,23 +327,23 @@ let IxBreadcrumb = class IxBreadcrumb {
|
|
|
327
327
|
c.detach();
|
|
328
328
|
this.el = r.nativeElement;
|
|
329
329
|
}
|
|
330
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
331
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
330
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
331
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxBreadcrumb, isStandalone: true, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton", enableTopLayer: "enableTopLayer", nextItems: "nextItems", subtle: "subtle", visibleItemCount: "visibleItemCount" }, outputs: { itemClick: "itemClick", nextClick: "nextClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
332
332
|
};
|
|
333
333
|
IxBreadcrumb = __decorate([
|
|
334
334
|
ProxyCmp({
|
|
335
335
|
defineCustomElementFn: defineCustomElement$6,
|
|
336
|
-
inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount']
|
|
336
|
+
inputs: ['ariaLabelPreviousButton', 'enableTopLayer', 'nextItems', 'subtle', 'visibleItemCount']
|
|
337
337
|
})
|
|
338
338
|
], IxBreadcrumb);
|
|
339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
340
340
|
type: Component,
|
|
341
341
|
args: [{
|
|
342
342
|
selector: 'ix-breadcrumb',
|
|
343
343
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
344
344
|
template: '<ng-content></ng-content>',
|
|
345
345
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
346
|
-
inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount'],
|
|
346
|
+
inputs: ['ariaLabelPreviousButton', 'enableTopLayer', 'nextItems', 'subtle', 'visibleItemCount'],
|
|
347
347
|
outputs: ['itemClick', 'nextClick'],
|
|
348
348
|
}]
|
|
349
349
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
|
|
@@ -359,8 +359,8 @@ let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
|
359
359
|
c.detach();
|
|
360
360
|
this.el = r.nativeElement;
|
|
361
361
|
}
|
|
362
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
363
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
362
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
363
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxBreadcrumbItem, isStandalone: true, selector: "ix-breadcrumb-item", inputs: { ariaLabelButton: "ariaLabelButton", href: "href", icon: "icon", label: "label", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
364
364
|
};
|
|
365
365
|
IxBreadcrumbItem = __decorate([
|
|
366
366
|
ProxyCmp({
|
|
@@ -368,7 +368,7 @@ IxBreadcrumbItem = __decorate([
|
|
|
368
368
|
inputs: ['ariaLabelButton', 'href', 'icon', 'label', 'rel', 'target']
|
|
369
369
|
})
|
|
370
370
|
], IxBreadcrumbItem);
|
|
371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
|
|
372
372
|
type: Component,
|
|
373
373
|
args: [{
|
|
374
374
|
selector: 'ix-breadcrumb-item',
|
|
@@ -386,8 +386,8 @@ let IxButton = class IxButton {
|
|
|
386
386
|
c.detach();
|
|
387
387
|
this.el = r.nativeElement;
|
|
388
388
|
}
|
|
389
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
390
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
389
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
390
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxButton, isStandalone: true, selector: "ix-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", form: "form", href: "href", icon: "icon", iconRight: "iconRight", loading: "loading", rel: "rel", target: "target", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
391
391
|
};
|
|
392
392
|
IxButton = __decorate([
|
|
393
393
|
ProxyCmp({
|
|
@@ -395,7 +395,7 @@ IxButton = __decorate([
|
|
|
395
395
|
inputs: ['ariaLabelButton', 'disabled', 'form', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target', 'type', 'variant']
|
|
396
396
|
})
|
|
397
397
|
], IxButton);
|
|
398
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxButton, decorators: [{
|
|
399
399
|
type: Component,
|
|
400
400
|
args: [{
|
|
401
401
|
selector: 'ix-button',
|
|
@@ -413,23 +413,23 @@ let IxCard = class IxCard {
|
|
|
413
413
|
c.detach();
|
|
414
414
|
this.el = r.nativeElement;
|
|
415
415
|
}
|
|
416
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
417
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
416
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
417
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCard, isStandalone: true, selector: "ix-card", inputs: { passive: "passive", selected: "selected", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
418
418
|
};
|
|
419
419
|
IxCard = __decorate([
|
|
420
420
|
ProxyCmp({
|
|
421
421
|
defineCustomElementFn: defineCustomElement$9,
|
|
422
|
-
inputs: ['selected', 'variant']
|
|
422
|
+
inputs: ['passive', 'selected', 'variant']
|
|
423
423
|
})
|
|
424
424
|
], IxCard);
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCard, decorators: [{
|
|
426
426
|
type: Component,
|
|
427
427
|
args: [{
|
|
428
428
|
selector: 'ix-card',
|
|
429
429
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
430
430
|
template: '<ng-content></ng-content>',
|
|
431
431
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
432
|
-
inputs: ['selected', 'variant'],
|
|
432
|
+
inputs: ['passive', 'selected', 'variant'],
|
|
433
433
|
}]
|
|
434
434
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
435
435
|
let IxCardAccordion = class IxCardAccordion {
|
|
@@ -440,8 +440,8 @@ let IxCardAccordion = class IxCardAccordion {
|
|
|
440
440
|
c.detach();
|
|
441
441
|
this.el = r.nativeElement;
|
|
442
442
|
}
|
|
443
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
444
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
443
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
444
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCardAccordion, isStandalone: true, selector: "ix-card-accordion", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
445
445
|
};
|
|
446
446
|
IxCardAccordion = __decorate([
|
|
447
447
|
ProxyCmp({
|
|
@@ -449,7 +449,7 @@ IxCardAccordion = __decorate([
|
|
|
449
449
|
inputs: ['ariaLabelExpandButton', 'collapse', 'variant']
|
|
450
450
|
})
|
|
451
451
|
], IxCardAccordion);
|
|
452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardAccordion, decorators: [{
|
|
453
453
|
type: Component,
|
|
454
454
|
args: [{
|
|
455
455
|
selector: 'ix-card-accordion',
|
|
@@ -467,15 +467,15 @@ let IxCardContent = class IxCardContent {
|
|
|
467
467
|
c.detach();
|
|
468
468
|
this.el = r.nativeElement;
|
|
469
469
|
}
|
|
470
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
471
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
470
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
471
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCardContent, isStandalone: true, selector: "ix-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
472
472
|
};
|
|
473
473
|
IxCardContent = __decorate([
|
|
474
474
|
ProxyCmp({
|
|
475
475
|
defineCustomElementFn: defineCustomElement$b
|
|
476
476
|
})
|
|
477
477
|
], IxCardContent);
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardContent, decorators: [{
|
|
479
479
|
type: Component,
|
|
480
480
|
args: [{
|
|
481
481
|
selector: 'ix-card-content',
|
|
@@ -496,8 +496,8 @@ let IxCardList = class IxCardList {
|
|
|
496
496
|
c.detach();
|
|
497
497
|
this.el = r.nativeElement;
|
|
498
498
|
}
|
|
499
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
500
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
499
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
500
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCardList, isStandalone: true, selector: "ix-card-list", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse", hideShowAll: "hideShowAll", i18nMoreCards: "i18nMoreCards", i18nShowAll: "i18nShowAll", label: "label", listStyle: "listStyle", showAllCount: "showAllCount", suppressOverflowHandling: "suppressOverflowHandling" }, outputs: { collapseChanged: "collapseChanged", showAllClick: "showAllClick", showMoreCardClick: "showMoreCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
501
501
|
};
|
|
502
502
|
IxCardList = __decorate([
|
|
503
503
|
ProxyCmp({
|
|
@@ -505,7 +505,7 @@ IxCardList = __decorate([
|
|
|
505
505
|
inputs: ['ariaLabelExpandButton', 'collapse', 'hideShowAll', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling']
|
|
506
506
|
})
|
|
507
507
|
], IxCardList);
|
|
508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardList, decorators: [{
|
|
509
509
|
type: Component,
|
|
510
510
|
args: [{
|
|
511
511
|
selector: 'ix-card-list',
|
|
@@ -530,15 +530,15 @@ let IxCardTitle = class IxCardTitle {
|
|
|
530
530
|
c.detach();
|
|
531
531
|
this.el = r.nativeElement;
|
|
532
532
|
}
|
|
533
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
534
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
533
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
534
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCardTitle, isStandalone: true, selector: "ix-card-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
535
535
|
};
|
|
536
536
|
IxCardTitle = __decorate([
|
|
537
537
|
ProxyCmp({
|
|
538
538
|
defineCustomElementFn: defineCustomElement$d
|
|
539
539
|
})
|
|
540
540
|
], IxCardTitle);
|
|
541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCardTitle, decorators: [{
|
|
542
542
|
type: Component,
|
|
543
543
|
args: [{
|
|
544
544
|
selector: 'ix-card-title',
|
|
@@ -560,23 +560,23 @@ let IxCategoryFilter = class IxCategoryFilter {
|
|
|
560
560
|
c.detach();
|
|
561
561
|
this.el = r.nativeElement;
|
|
562
562
|
}
|
|
563
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
564
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
563
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCategoryFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
564
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCategoryFilter, isStandalone: true, selector: "ix-category-filter", inputs: { ariaLabelFilterInput: "ariaLabelFilterInput", ariaLabelOperatorButton: "ariaLabelOperatorButton", ariaLabelResetButton: "ariaLabelResetButton", categories: "categories", disabled: "disabled", enableTopLayer: "enableTopLayer", filterState: "filterState", hideIcon: "hideIcon", i18nPlainText: "i18nPlainText", icon: "icon", labelCategories: "labelCategories", nonSelectableCategories: "nonSelectableCategories", placeholder: "placeholder", readonly: "readonly", staticOperator: "staticOperator", suggestions: "suggestions", uniqueCategories: "uniqueCategories" }, outputs: { categoryChanged: "categoryChanged", inputChanged: "inputChanged", filterChanged: "filterChanged", filterCleared: "filterCleared" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
565
565
|
};
|
|
566
566
|
IxCategoryFilter = __decorate([
|
|
567
567
|
ProxyCmp({
|
|
568
568
|
defineCustomElementFn: defineCustomElement$e,
|
|
569
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories']
|
|
569
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'enableTopLayer', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories']
|
|
570
570
|
})
|
|
571
571
|
], IxCategoryFilter);
|
|
572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
573
573
|
type: Component,
|
|
574
574
|
args: [{
|
|
575
575
|
selector: 'ix-category-filter',
|
|
576
576
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
577
577
|
template: '<ng-content></ng-content>',
|
|
578
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
579
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories'],
|
|
579
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'enableTopLayer', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories'],
|
|
580
580
|
outputs: ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared'],
|
|
581
581
|
}]
|
|
582
582
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { categoryChanged: [{
|
|
@@ -599,8 +599,8 @@ let IxCheckbox = class IxCheckbox {
|
|
|
599
599
|
c.detach();
|
|
600
600
|
this.el = r.nativeElement;
|
|
601
601
|
}
|
|
602
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
603
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
602
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
603
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCheckbox, isStandalone: true, selector: "ix-checkbox", inputs: { checked: "checked", disabled: "disabled", indeterminate: "indeterminate", label: "label", name: "name", required: "required", value: "value" }, outputs: { checkedChange: "checkedChange", valueChange: "valueChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
604
604
|
};
|
|
605
605
|
IxCheckbox = __decorate([
|
|
606
606
|
ProxyCmp({
|
|
@@ -608,7 +608,7 @@ IxCheckbox = __decorate([
|
|
|
608
608
|
inputs: ['checked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'value']
|
|
609
609
|
})
|
|
610
610
|
], IxCheckbox);
|
|
611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCheckbox, decorators: [{
|
|
612
612
|
type: Component,
|
|
613
613
|
args: [{
|
|
614
614
|
selector: 'ix-checkbox',
|
|
@@ -633,8 +633,8 @@ let IxCheckboxGroup = class IxCheckboxGroup {
|
|
|
633
633
|
c.detach();
|
|
634
634
|
this.el = r.nativeElement;
|
|
635
635
|
}
|
|
636
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
637
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
636
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCheckboxGroup, isStandalone: true, selector: "ix-checkbox-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
638
638
|
};
|
|
639
639
|
IxCheckboxGroup = __decorate([
|
|
640
640
|
ProxyCmp({
|
|
@@ -642,7 +642,7 @@ IxCheckboxGroup = __decorate([
|
|
|
642
642
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'warningText']
|
|
643
643
|
})
|
|
644
644
|
], IxCheckboxGroup);
|
|
645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCheckboxGroup, decorators: [{
|
|
646
646
|
type: Component,
|
|
647
647
|
args: [{
|
|
648
648
|
selector: 'ix-checkbox-group',
|
|
@@ -661,8 +661,8 @@ let IxChip = class IxChip {
|
|
|
661
661
|
c.detach();
|
|
662
662
|
this.el = r.nativeElement;
|
|
663
663
|
}
|
|
664
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
665
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
664
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
665
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxChip, isStandalone: true, selector: "ix-chip", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", background: "background", centerContent: "centerContent", chipColor: "chipColor", closable: "closable", icon: "icon", inactive: "inactive", outline: "outline", tooltipText: "tooltipText", variant: "variant" }, outputs: { closeChip: "closeChip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
666
666
|
};
|
|
667
667
|
IxChip = __decorate([
|
|
668
668
|
ProxyCmp({
|
|
@@ -670,7 +670,7 @@ IxChip = __decorate([
|
|
|
670
670
|
inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'inactive', 'outline', 'tooltipText', 'variant']
|
|
671
671
|
})
|
|
672
672
|
], IxChip);
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxChip, decorators: [{
|
|
674
674
|
type: Component,
|
|
675
675
|
args: [{
|
|
676
676
|
selector: 'ix-chip',
|
|
@@ -691,8 +691,8 @@ let IxCol = class IxCol {
|
|
|
691
691
|
c.detach();
|
|
692
692
|
this.el = r.nativeElement;
|
|
693
693
|
}
|
|
694
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
695
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
694
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
695
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCol, isStandalone: true, selector: "ix-col", inputs: { size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
696
696
|
};
|
|
697
697
|
IxCol = __decorate([
|
|
698
698
|
ProxyCmp({
|
|
@@ -700,7 +700,7 @@ IxCol = __decorate([
|
|
|
700
700
|
inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm']
|
|
701
701
|
})
|
|
702
702
|
], IxCol);
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCol, decorators: [{
|
|
704
704
|
type: Component,
|
|
705
705
|
args: [{
|
|
706
706
|
selector: 'ix-col',
|
|
@@ -718,15 +718,15 @@ let IxContent = class IxContent {
|
|
|
718
718
|
c.detach();
|
|
719
719
|
this.el = r.nativeElement;
|
|
720
720
|
}
|
|
721
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
722
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
721
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
722
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxContent, isStandalone: true, selector: "ix-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
723
723
|
};
|
|
724
724
|
IxContent = __decorate([
|
|
725
725
|
ProxyCmp({
|
|
726
726
|
defineCustomElementFn: defineCustomElement$j
|
|
727
727
|
})
|
|
728
728
|
], IxContent);
|
|
729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxContent, decorators: [{
|
|
730
730
|
type: Component,
|
|
731
731
|
args: [{
|
|
732
732
|
selector: 'ix-content',
|
|
@@ -745,8 +745,8 @@ let IxContentHeader = class IxContentHeader {
|
|
|
745
745
|
c.detach();
|
|
746
746
|
this.el = r.nativeElement;
|
|
747
747
|
}
|
|
748
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
749
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
748
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxContentHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
749
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxContentHeader, isStandalone: true, selector: "ix-content-header", inputs: { hasBackButton: "hasBackButton", headerSubtitle: "headerSubtitle", headerTitle: "headerTitle", variant: "variant" }, outputs: { backButtonClick: "backButtonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
750
750
|
};
|
|
751
751
|
IxContentHeader = __decorate([
|
|
752
752
|
ProxyCmp({
|
|
@@ -754,7 +754,7 @@ IxContentHeader = __decorate([
|
|
|
754
754
|
inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant']
|
|
755
755
|
})
|
|
756
756
|
], IxContentHeader);
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxContentHeader, decorators: [{
|
|
758
758
|
type: Component,
|
|
759
759
|
args: [{
|
|
760
760
|
selector: 'ix-content-header',
|
|
@@ -775,8 +775,8 @@ let IxCustomField = class IxCustomField {
|
|
|
775
775
|
c.detach();
|
|
776
776
|
this.el = r.nativeElement;
|
|
777
777
|
}
|
|
778
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
779
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
778
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCustomField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
779
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxCustomField, isStandalone: true, selector: "ix-custom-field", inputs: { helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
780
780
|
};
|
|
781
781
|
IxCustomField = __decorate([
|
|
782
782
|
ProxyCmp({
|
|
@@ -784,7 +784,7 @@ IxCustomField = __decorate([
|
|
|
784
784
|
inputs: ['helperText', 'infoText', 'invalidText', 'label', 'required', 'showTextAsTooltip', 'validText', 'warningText']
|
|
785
785
|
})
|
|
786
786
|
], IxCustomField);
|
|
787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxCustomField, decorators: [{
|
|
788
788
|
type: Component,
|
|
789
789
|
args: [{
|
|
790
790
|
selector: 'ix-custom-field',
|
|
@@ -803,24 +803,24 @@ let IxDateDropdown = class IxDateDropdown {
|
|
|
803
803
|
c.detach();
|
|
804
804
|
this.el = r.nativeElement;
|
|
805
805
|
}
|
|
806
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
807
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
806
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDateDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
807
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDateDropdown, isStandalone: true, selector: "ix-date-dropdown", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", customRangeDisabled: "customRangeDisabled", dateRangeId: "dateRangeId", dateRangeOptions: "dateRangeOptions", disabled: "disabled", enableTopLayer: "enableTopLayer", format: "format", from: "from", i18nCustomItem: "i18nCustomItem", i18nDone: "i18nDone", i18nNoRange: "i18nNoRange", loading: "loading", locale: "locale", maxDate: "maxDate", minDate: "minDate", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", variant: "variant", weekStartIndex: "weekStartIndex" }, outputs: { dateRangeChange: "dateRangeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
808
808
|
};
|
|
809
809
|
IxDateDropdown = __decorate([
|
|
810
810
|
ProxyCmp({
|
|
811
811
|
defineCustomElementFn: defineCustomElement$m,
|
|
812
|
-
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
812
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'enableTopLayer', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
813
813
|
methods: ['getDateRange']
|
|
814
814
|
})
|
|
815
815
|
], IxDateDropdown);
|
|
816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDateDropdown, decorators: [{
|
|
817
817
|
type: Component,
|
|
818
818
|
args: [{
|
|
819
819
|
selector: 'ix-date-dropdown',
|
|
820
820
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
821
821
|
template: '<ng-content></ng-content>',
|
|
822
822
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
823
|
-
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
823
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'enableTopLayer', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
824
824
|
outputs: ['dateRangeChange'],
|
|
825
825
|
}]
|
|
826
826
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dateRangeChange: [{
|
|
@@ -836,24 +836,24 @@ let IxDateInput = class IxDateInput {
|
|
|
836
836
|
c.detach();
|
|
837
837
|
this.el = r.nativeElement;
|
|
838
838
|
}
|
|
839
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
840
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
839
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
840
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDateInput, isStandalone: true, selector: "ix-date-input", inputs: { ariaLabelCalendarButton: "ariaLabelCalendarButton", ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", disabled: "disabled", enableTopLayer: "enableTopLayer", format: "format", helperText: "helperText", i18nErrorDateUnparsable: "i18nErrorDateUnparsable", infoText: "infoText", invalidText: "invalidText", label: "label", locale: "locale", maxDate: "maxDate", minDate: "minDate", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", showWeekNumbers: "showWeekNumbers", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", validText: "validText", value: "value", warningText: "warningText", weekStartIndex: "weekStartIndex" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
841
841
|
};
|
|
842
842
|
IxDateInput = __decorate([
|
|
843
843
|
ProxyCmp({
|
|
844
844
|
defineCustomElementFn: defineCustomElement$n,
|
|
845
|
-
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
845
|
+
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'enableTopLayer', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
846
846
|
methods: ['getNativeInputElement', 'focusInput']
|
|
847
847
|
})
|
|
848
848
|
], IxDateInput);
|
|
849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDateInput, decorators: [{
|
|
850
850
|
type: Component,
|
|
851
851
|
args: [{
|
|
852
852
|
selector: 'ix-date-input',
|
|
853
853
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
854
854
|
template: '<ng-content></ng-content>',
|
|
855
855
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
856
|
-
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
856
|
+
inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'enableTopLayer', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText', 'weekStartIndex'],
|
|
857
857
|
outputs: ['valueChange', 'validityStateChange'],
|
|
858
858
|
}]
|
|
859
859
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
@@ -872,24 +872,24 @@ let IxDatePicker = class IxDatePicker {
|
|
|
872
872
|
c.detach();
|
|
873
873
|
this.el = r.nativeElement;
|
|
874
874
|
}
|
|
875
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
876
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
875
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
876
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDatePicker, isStandalone: true, selector: "ix-date-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", corners: "corners", enableTopLayer: "enableTopLayer", format: "format", from: "from", i18nDone: "i18nDone", locale: "locale", maxDate: "maxDate", minDate: "minDate", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { dateChange: "dateChange", dateRangeChange: "dateRangeChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
877
877
|
};
|
|
878
878
|
IxDatePicker = __decorate([
|
|
879
879
|
ProxyCmp({
|
|
880
880
|
defineCustomElementFn: defineCustomElement$o,
|
|
881
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
881
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'enableTopLayer', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
882
882
|
methods: ['getCurrentDate']
|
|
883
883
|
})
|
|
884
884
|
], IxDatePicker);
|
|
885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDatePicker, decorators: [{
|
|
886
886
|
type: Component,
|
|
887
887
|
args: [{
|
|
888
888
|
selector: 'ix-date-picker',
|
|
889
889
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
890
890
|
template: '<ng-content></ng-content>',
|
|
891
891
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
892
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
892
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'enableTopLayer', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
893
893
|
outputs: ['dateChange', 'dateRangeChange', 'dateSelect'],
|
|
894
894
|
}]
|
|
895
895
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dateChange: [{
|
|
@@ -910,8 +910,8 @@ let IxDatetimePicker = class IxDatetimePicker {
|
|
|
910
910
|
c.detach();
|
|
911
911
|
this.el = r.nativeElement;
|
|
912
912
|
}
|
|
913
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
914
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
913
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDatetimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
914
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDatetimePicker, isStandalone: true, selector: "ix-datetime-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", dateFormat: "dateFormat", from: "from", i18nDone: "i18nDone", i18nTime: "i18nTime", locale: "locale", maxDate: "maxDate", minDate: "minDate", showTimeReference: "showTimeReference", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", time: "time", timeFormat: "timeFormat", timeReference: "timeReference", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { timeChange: "timeChange", dateChange: "dateChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
915
915
|
};
|
|
916
916
|
IxDatetimePicker = __decorate([
|
|
917
917
|
ProxyCmp({
|
|
@@ -919,7 +919,7 @@ IxDatetimePicker = __decorate([
|
|
|
919
919
|
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'showTimeReference', 'showWeekNumbers', 'singleSelection', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
|
|
920
920
|
})
|
|
921
921
|
], IxDatetimePicker);
|
|
922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDatetimePicker, decorators: [{
|
|
923
923
|
type: Component,
|
|
924
924
|
args: [{
|
|
925
925
|
selector: 'ix-datetime-picker',
|
|
@@ -944,15 +944,15 @@ let IxDivider = class IxDivider {
|
|
|
944
944
|
c.detach();
|
|
945
945
|
this.el = r.nativeElement;
|
|
946
946
|
}
|
|
947
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
948
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
947
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
948
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDivider, isStandalone: true, selector: "ix-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
949
949
|
};
|
|
950
950
|
IxDivider = __decorate([
|
|
951
951
|
ProxyCmp({
|
|
952
952
|
defineCustomElementFn: defineCustomElement$q
|
|
953
953
|
})
|
|
954
954
|
], IxDivider);
|
|
955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDivider, decorators: [{
|
|
956
956
|
type: Component,
|
|
957
957
|
args: [{
|
|
958
958
|
selector: 'ix-divider',
|
|
@@ -972,8 +972,8 @@ let IxDrawer = class IxDrawer {
|
|
|
972
972
|
c.detach();
|
|
973
973
|
this.el = r.nativeElement;
|
|
974
974
|
}
|
|
975
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
976
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
975
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
976
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDrawer, isStandalone: true, selector: "ix-drawer", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", closeOnClickOutside: "closeOnClickOutside", fullHeight: "fullHeight", maxWidth: "maxWidth", minWidth: "minWidth", show: "show", width: "width" }, outputs: { open: "open", drawerClose: "drawerClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
977
977
|
};
|
|
978
978
|
IxDrawer = __decorate([
|
|
979
979
|
ProxyCmp({
|
|
@@ -982,7 +982,7 @@ IxDrawer = __decorate([
|
|
|
982
982
|
methods: ['toggleDrawer']
|
|
983
983
|
})
|
|
984
984
|
], IxDrawer);
|
|
985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDrawer, decorators: [{
|
|
986
986
|
type: Component,
|
|
987
987
|
args: [{
|
|
988
988
|
selector: 'ix-drawer',
|
|
@@ -1006,24 +1006,24 @@ let IxDropdown = class IxDropdown {
|
|
|
1006
1006
|
c.detach();
|
|
1007
1007
|
this.el = r.nativeElement;
|
|
1008
1008
|
}
|
|
1009
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1010
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1009
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1010
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDropdown, isStandalone: true, selector: "ix-dropdown", inputs: { anchor: "anchor", closeBehavior: "closeBehavior", enableTopLayer: "enableTopLayer", header: "header", placement: "placement", positioningStrategy: "positioningStrategy", show: "show", suppressAutomaticPlacement: "suppressAutomaticPlacement", trigger: "trigger" }, outputs: { showChanged: "showChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1011
1011
|
};
|
|
1012
1012
|
IxDropdown = __decorate([
|
|
1013
1013
|
ProxyCmp({
|
|
1014
1014
|
defineCustomElementFn: defineCustomElement$s,
|
|
1015
|
-
inputs: ['anchor', 'closeBehavior', 'header', 'placement', 'positioningStrategy', 'show', 'suppressAutomaticPlacement', 'trigger'],
|
|
1015
|
+
inputs: ['anchor', 'closeBehavior', 'enableTopLayer', 'header', 'placement', 'positioningStrategy', 'show', 'suppressAutomaticPlacement', 'trigger'],
|
|
1016
1016
|
methods: ['updatePosition']
|
|
1017
1017
|
})
|
|
1018
1018
|
], IxDropdown);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdown, decorators: [{
|
|
1020
1020
|
type: Component,
|
|
1021
1021
|
args: [{
|
|
1022
1022
|
selector: 'ix-dropdown',
|
|
1023
1023
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1024
1024
|
template: '<ng-content></ng-content>',
|
|
1025
1025
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1026
|
-
inputs: ['anchor', 'closeBehavior', 'header', 'placement', 'positioningStrategy', 'show', 'suppressAutomaticPlacement', 'trigger'],
|
|
1026
|
+
inputs: ['anchor', 'closeBehavior', 'enableTopLayer', 'header', 'placement', 'positioningStrategy', 'show', 'suppressAutomaticPlacement', 'trigger'],
|
|
1027
1027
|
outputs: ['showChanged'],
|
|
1028
1028
|
}]
|
|
1029
1029
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { showChanged: [{
|
|
@@ -1037,23 +1037,23 @@ let IxDropdownButton = class IxDropdownButton {
|
|
|
1037
1037
|
c.detach();
|
|
1038
1038
|
this.el = r.nativeElement;
|
|
1039
1039
|
}
|
|
1040
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1041
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1040
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1041
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDropdownButton, isStandalone: true, selector: "ix-dropdown-button", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", closeBehavior: "closeBehavior", disabled: "disabled", enableTopLayer: "enableTopLayer", icon: "icon", label: "label", placement: "placement", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1042
1042
|
};
|
|
1043
1043
|
IxDropdownButton = __decorate([
|
|
1044
1044
|
ProxyCmp({
|
|
1045
1045
|
defineCustomElementFn: defineCustomElement$t,
|
|
1046
|
-
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant']
|
|
1046
|
+
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'enableTopLayer', 'icon', 'label', 'placement', 'variant']
|
|
1047
1047
|
})
|
|
1048
1048
|
], IxDropdownButton);
|
|
1049
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownButton, decorators: [{
|
|
1050
1050
|
type: Component,
|
|
1051
1051
|
args: [{
|
|
1052
1052
|
selector: 'ix-dropdown-button',
|
|
1053
1053
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1054
1054
|
template: '<ng-content></ng-content>',
|
|
1055
1055
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1056
|
-
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant'],
|
|
1056
|
+
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'enableTopLayer', 'icon', 'label', 'placement', 'variant'],
|
|
1057
1057
|
}]
|
|
1058
1058
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1059
1059
|
let IxDropdownHeader = class IxDropdownHeader {
|
|
@@ -1064,8 +1064,8 @@ let IxDropdownHeader = class IxDropdownHeader {
|
|
|
1064
1064
|
c.detach();
|
|
1065
1065
|
this.el = r.nativeElement;
|
|
1066
1066
|
}
|
|
1067
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1068
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1067
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1068
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDropdownHeader, isStandalone: true, selector: "ix-dropdown-header", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1069
1069
|
};
|
|
1070
1070
|
IxDropdownHeader = __decorate([
|
|
1071
1071
|
ProxyCmp({
|
|
@@ -1073,7 +1073,7 @@ IxDropdownHeader = __decorate([
|
|
|
1073
1073
|
inputs: ['label']
|
|
1074
1074
|
})
|
|
1075
1075
|
], IxDropdownHeader);
|
|
1076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownHeader, decorators: [{
|
|
1077
1077
|
type: Component,
|
|
1078
1078
|
args: [{
|
|
1079
1079
|
selector: 'ix-dropdown-header',
|
|
@@ -1091,8 +1091,8 @@ let IxDropdownItem = class IxDropdownItem {
|
|
|
1091
1091
|
c.detach();
|
|
1092
1092
|
this.el = r.nativeElement;
|
|
1093
1093
|
}
|
|
1094
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1095
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1094
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1095
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDropdownItem, isStandalone: true, selector: "ix-dropdown-item", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelIcon: "ariaLabelIcon", checked: "checked", disabled: "disabled", hover: "hover", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1096
1096
|
};
|
|
1097
1097
|
IxDropdownItem = __decorate([
|
|
1098
1098
|
ProxyCmp({
|
|
@@ -1100,7 +1100,7 @@ IxDropdownItem = __decorate([
|
|
|
1100
1100
|
inputs: ['ariaLabelButton', 'ariaLabelIcon', 'checked', 'disabled', 'hover', 'icon', 'label']
|
|
1101
1101
|
})
|
|
1102
1102
|
], IxDropdownItem);
|
|
1103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownItem, decorators: [{
|
|
1104
1104
|
type: Component,
|
|
1105
1105
|
args: [{
|
|
1106
1106
|
selector: 'ix-dropdown-item',
|
|
@@ -1118,15 +1118,15 @@ let IxDropdownQuickActions = class IxDropdownQuickActions {
|
|
|
1118
1118
|
c.detach();
|
|
1119
1119
|
this.el = r.nativeElement;
|
|
1120
1120
|
}
|
|
1121
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1122
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1121
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownQuickActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1122
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxDropdownQuickActions, isStandalone: true, selector: "ix-dropdown-quick-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1123
1123
|
};
|
|
1124
1124
|
IxDropdownQuickActions = __decorate([
|
|
1125
1125
|
ProxyCmp({
|
|
1126
1126
|
defineCustomElementFn: defineCustomElement$w
|
|
1127
1127
|
})
|
|
1128
1128
|
], IxDropdownQuickActions);
|
|
1129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownQuickActions, decorators: [{
|
|
1130
1130
|
type: Component,
|
|
1131
1131
|
args: [{
|
|
1132
1132
|
selector: 'ix-dropdown-quick-actions',
|
|
@@ -1145,8 +1145,8 @@ let IxEmptyState = class IxEmptyState {
|
|
|
1145
1145
|
c.detach();
|
|
1146
1146
|
this.el = r.nativeElement;
|
|
1147
1147
|
}
|
|
1148
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1149
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1148
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1149
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxEmptyState, isStandalone: true, selector: "ix-empty-state", inputs: { action: "action", ariaLabelEmptyStateIcon: "ariaLabelEmptyStateIcon", header: "header", icon: "icon", layout: "layout", subHeader: "subHeader" }, outputs: { actionClick: "actionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1150
1150
|
};
|
|
1151
1151
|
IxEmptyState = __decorate([
|
|
1152
1152
|
ProxyCmp({
|
|
@@ -1154,7 +1154,7 @@ IxEmptyState = __decorate([
|
|
|
1154
1154
|
inputs: ['action', 'ariaLabelEmptyStateIcon', 'header', 'icon', 'layout', 'subHeader']
|
|
1155
1155
|
})
|
|
1156
1156
|
], IxEmptyState);
|
|
1157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxEmptyState, decorators: [{
|
|
1158
1158
|
type: Component,
|
|
1159
1159
|
args: [{
|
|
1160
1160
|
selector: 'ix-empty-state',
|
|
@@ -1175,8 +1175,8 @@ let IxEventList = class IxEventList {
|
|
|
1175
1175
|
c.detach();
|
|
1176
1176
|
this.el = r.nativeElement;
|
|
1177
1177
|
}
|
|
1178
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1179
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1178
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxEventList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1179
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxEventList, isStandalone: true, selector: "ix-event-list", inputs: { animated: "animated", chevron: "chevron", compact: "compact", itemHeight: "itemHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1180
1180
|
};
|
|
1181
1181
|
IxEventList = __decorate([
|
|
1182
1182
|
ProxyCmp({
|
|
@@ -1184,7 +1184,7 @@ IxEventList = __decorate([
|
|
|
1184
1184
|
inputs: ['animated', 'chevron', 'compact', 'itemHeight']
|
|
1185
1185
|
})
|
|
1186
1186
|
], IxEventList);
|
|
1187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxEventList, decorators: [{
|
|
1188
1188
|
type: Component,
|
|
1189
1189
|
args: [{
|
|
1190
1190
|
selector: 'ix-event-list',
|
|
@@ -1203,8 +1203,8 @@ let IxEventListItem = class IxEventListItem {
|
|
|
1203
1203
|
c.detach();
|
|
1204
1204
|
this.el = r.nativeElement;
|
|
1205
1205
|
}
|
|
1206
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1206
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxEventListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1207
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxEventListItem, isStandalone: true, selector: "ix-event-list-item", inputs: { chevron: "chevron", disabled: "disabled", itemColor: "itemColor", selected: "selected", variant: "variant" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1208
1208
|
};
|
|
1209
1209
|
IxEventListItem = __decorate([
|
|
1210
1210
|
ProxyCmp({
|
|
@@ -1212,7 +1212,7 @@ IxEventListItem = __decorate([
|
|
|
1212
1212
|
inputs: ['chevron', 'disabled', 'itemColor', 'selected', 'variant']
|
|
1213
1213
|
})
|
|
1214
1214
|
], IxEventListItem);
|
|
1215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxEventListItem, decorators: [{
|
|
1216
1216
|
type: Component,
|
|
1217
1217
|
args: [{
|
|
1218
1218
|
selector: 'ix-event-list-item',
|
|
@@ -1234,8 +1234,8 @@ let IxExpandingSearch = class IxExpandingSearch {
|
|
|
1234
1234
|
c.detach();
|
|
1235
1235
|
this.el = r.nativeElement;
|
|
1236
1236
|
}
|
|
1237
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1238
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1237
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxExpandingSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1238
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxExpandingSearch, isStandalone: true, selector: "ix-expanding-search", inputs: { ariaLabelClearIconButton: "ariaLabelClearIconButton", ariaLabelSearchIconButton: "ariaLabelSearchIconButton", ariaLabelSearchInput: "ariaLabelSearchInput", fullWidth: "fullWidth", icon: "icon", placeholder: "placeholder", value: "value", variant: "variant" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1239
1239
|
};
|
|
1240
1240
|
IxExpandingSearch = __decorate([
|
|
1241
1241
|
ProxyCmp({
|
|
@@ -1243,7 +1243,7 @@ IxExpandingSearch = __decorate([
|
|
|
1243
1243
|
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'icon', 'placeholder', 'value', 'variant']
|
|
1244
1244
|
})
|
|
1245
1245
|
], IxExpandingSearch);
|
|
1246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxExpandingSearch, decorators: [{
|
|
1247
1247
|
type: Component,
|
|
1248
1248
|
args: [{
|
|
1249
1249
|
selector: 'ix-expanding-search',
|
|
@@ -1264,8 +1264,8 @@ let IxFieldLabel = class IxFieldLabel {
|
|
|
1264
1264
|
c.detach();
|
|
1265
1265
|
this.el = r.nativeElement;
|
|
1266
1266
|
}
|
|
1267
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1268
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1267
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1268
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxFieldLabel, isStandalone: true, selector: "ix-field-label", inputs: { htmlFor: "htmlFor", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1269
1269
|
};
|
|
1270
1270
|
IxFieldLabel = __decorate([
|
|
1271
1271
|
ProxyCmp({
|
|
@@ -1273,7 +1273,7 @@ IxFieldLabel = __decorate([
|
|
|
1273
1273
|
inputs: ['htmlFor', 'required']
|
|
1274
1274
|
})
|
|
1275
1275
|
], IxFieldLabel);
|
|
1276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFieldLabel, decorators: [{
|
|
1277
1277
|
type: Component,
|
|
1278
1278
|
args: [{
|
|
1279
1279
|
selector: 'ix-field-label',
|
|
@@ -1292,8 +1292,8 @@ let IxFilterChip = class IxFilterChip {
|
|
|
1292
1292
|
c.detach();
|
|
1293
1293
|
this.el = r.nativeElement;
|
|
1294
1294
|
}
|
|
1295
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1296
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1295
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFilterChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1296
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxFilterChip, isStandalone: true, selector: "ix-filter-chip", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", disabled: "disabled", readonly: "readonly" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1297
1297
|
};
|
|
1298
1298
|
IxFilterChip = __decorate([
|
|
1299
1299
|
ProxyCmp({
|
|
@@ -1301,7 +1301,7 @@ IxFilterChip = __decorate([
|
|
|
1301
1301
|
inputs: ['ariaLabelCloseIconButton', 'disabled', 'readonly']
|
|
1302
1302
|
})
|
|
1303
1303
|
], IxFilterChip);
|
|
1304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFilterChip, decorators: [{
|
|
1305
1305
|
type: Component,
|
|
1306
1306
|
args: [{
|
|
1307
1307
|
selector: 'ix-filter-chip',
|
|
@@ -1323,8 +1323,8 @@ let IxFlipTile = class IxFlipTile {
|
|
|
1323
1323
|
c.detach();
|
|
1324
1324
|
this.el = r.nativeElement;
|
|
1325
1325
|
}
|
|
1326
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1327
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1326
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFlipTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1327
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxFlipTile, isStandalone: true, selector: "ix-flip-tile", inputs: { ariaLabelEyeIconButton: "ariaLabelEyeIconButton", height: "height", index: "index", variant: "variant", width: "width" }, outputs: { toggle: "toggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1328
1328
|
};
|
|
1329
1329
|
IxFlipTile = __decorate([
|
|
1330
1330
|
ProxyCmp({
|
|
@@ -1332,7 +1332,7 @@ IxFlipTile = __decorate([
|
|
|
1332
1332
|
inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'variant', 'width']
|
|
1333
1333
|
})
|
|
1334
1334
|
], IxFlipTile);
|
|
1335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFlipTile, decorators: [{
|
|
1336
1336
|
type: Component,
|
|
1337
1337
|
args: [{
|
|
1338
1338
|
selector: 'ix-flip-tile',
|
|
@@ -1353,15 +1353,15 @@ let IxFlipTileContent = class IxFlipTileContent {
|
|
|
1353
1353
|
c.detach();
|
|
1354
1354
|
this.el = r.nativeElement;
|
|
1355
1355
|
}
|
|
1356
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1357
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1356
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFlipTileContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1357
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxFlipTileContent, isStandalone: true, selector: "ix-flip-tile-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1358
1358
|
};
|
|
1359
1359
|
IxFlipTileContent = __decorate([
|
|
1360
1360
|
ProxyCmp({
|
|
1361
1361
|
defineCustomElementFn: defineCustomElement$E
|
|
1362
1362
|
})
|
|
1363
1363
|
], IxFlipTileContent);
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxFlipTileContent, decorators: [{
|
|
1365
1365
|
type: Component,
|
|
1366
1366
|
args: [{
|
|
1367
1367
|
selector: 'ix-flip-tile-content',
|
|
@@ -1382,8 +1382,8 @@ let IxGroup = class IxGroup {
|
|
|
1382
1382
|
c.detach();
|
|
1383
1383
|
this.el = r.nativeElement;
|
|
1384
1384
|
}
|
|
1385
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1386
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1385
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1386
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxGroup, isStandalone: true, selector: "ix-group", inputs: { expandOnHeaderClick: "expandOnHeaderClick", expanded: "expanded", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, outputs: { selectGroup: "selectGroup", selectItem: "selectItem", expandedChanged: "expandedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1387
1387
|
};
|
|
1388
1388
|
IxGroup = __decorate([
|
|
1389
1389
|
ProxyCmp({
|
|
@@ -1391,7 +1391,7 @@ IxGroup = __decorate([
|
|
|
1391
1391
|
inputs: ['expandOnHeaderClick', 'expanded', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
1392
1392
|
})
|
|
1393
1393
|
], IxGroup);
|
|
1394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxGroup, decorators: [{
|
|
1395
1395
|
type: Component,
|
|
1396
1396
|
args: [{
|
|
1397
1397
|
selector: 'ix-group',
|
|
@@ -1416,15 +1416,15 @@ let IxGroupContextMenu = class IxGroupContextMenu {
|
|
|
1416
1416
|
c.detach();
|
|
1417
1417
|
this.el = r.nativeElement;
|
|
1418
1418
|
}
|
|
1419
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1420
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1419
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxGroupContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1420
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxGroupContextMenu, isStandalone: true, selector: "ix-group-context-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1421
1421
|
};
|
|
1422
1422
|
IxGroupContextMenu = __decorate([
|
|
1423
1423
|
ProxyCmp({
|
|
1424
1424
|
defineCustomElementFn: defineCustomElement$G
|
|
1425
1425
|
})
|
|
1426
1426
|
], IxGroupContextMenu);
|
|
1427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxGroupContextMenu, decorators: [{
|
|
1428
1428
|
type: Component,
|
|
1429
1429
|
args: [{
|
|
1430
1430
|
selector: 'ix-group-context-menu',
|
|
@@ -1443,8 +1443,8 @@ let IxGroupItem = class IxGroupItem {
|
|
|
1443
1443
|
c.detach();
|
|
1444
1444
|
this.el = r.nativeElement;
|
|
1445
1445
|
}
|
|
1446
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1447
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1446
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1447
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxGroupItem, isStandalone: true, selector: "ix-group-item", inputs: { ariaLabelIcon: "ariaLabelIcon", disabled: "disabled", icon: "icon", index: "index", secondaryText: "secondaryText", selected: "selected", suppressSelection: "suppressSelection", text: "text" }, outputs: { selectedChanged: "selectedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1448
1448
|
};
|
|
1449
1449
|
IxGroupItem = __decorate([
|
|
1450
1450
|
ProxyCmp({
|
|
@@ -1452,7 +1452,7 @@ IxGroupItem = __decorate([
|
|
|
1452
1452
|
inputs: ['ariaLabelIcon', 'disabled', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
|
|
1453
1453
|
})
|
|
1454
1454
|
], IxGroupItem);
|
|
1455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxGroupItem, decorators: [{
|
|
1456
1456
|
type: Component,
|
|
1457
1457
|
args: [{
|
|
1458
1458
|
selector: 'ix-group-item',
|
|
@@ -1473,8 +1473,8 @@ let IxHelperText = class IxHelperText {
|
|
|
1473
1473
|
c.detach();
|
|
1474
1474
|
this.el = r.nativeElement;
|
|
1475
1475
|
}
|
|
1476
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1477
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1476
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxHelperText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1477
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxHelperText, isStandalone: true, selector: "ix-helper-text", inputs: { helperText: "helperText", htmlFor: "htmlFor", infoText: "infoText", invalidText: "invalidText", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1478
1478
|
};
|
|
1479
1479
|
IxHelperText = __decorate([
|
|
1480
1480
|
ProxyCmp({
|
|
@@ -1482,7 +1482,7 @@ IxHelperText = __decorate([
|
|
|
1482
1482
|
inputs: ['helperText', 'htmlFor', 'infoText', 'invalidText', 'validText', 'warningText']
|
|
1483
1483
|
})
|
|
1484
1484
|
], IxHelperText);
|
|
1485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxHelperText, decorators: [{
|
|
1486
1486
|
type: Component,
|
|
1487
1487
|
args: [{
|
|
1488
1488
|
selector: 'ix-helper-text',
|
|
@@ -1500,8 +1500,8 @@ let IxIconButton = class IxIconButton {
|
|
|
1500
1500
|
c.detach();
|
|
1501
1501
|
this.el = r.nativeElement;
|
|
1502
1502
|
}
|
|
1503
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1504
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1503
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1504
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxIconButton, isStandalone: true, selector: "ix-icon-button", inputs: { a11yLabel: "a11yLabel", disabled: "disabled", icon: "icon", iconColor: "iconColor", loading: "loading", oval: "oval", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1505
1505
|
};
|
|
1506
1506
|
IxIconButton = __decorate([
|
|
1507
1507
|
ProxyCmp({
|
|
@@ -1509,7 +1509,7 @@ IxIconButton = __decorate([
|
|
|
1509
1509
|
inputs: ['a11yLabel', 'disabled', 'icon', 'iconColor', 'loading', 'oval', 'size', 'type', 'variant']
|
|
1510
1510
|
})
|
|
1511
1511
|
], IxIconButton);
|
|
1512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxIconButton, decorators: [{
|
|
1513
1513
|
type: Component,
|
|
1514
1514
|
args: [{
|
|
1515
1515
|
selector: 'ix-icon-button',
|
|
@@ -1528,8 +1528,8 @@ let IxIconToggleButton = class IxIconToggleButton {
|
|
|
1528
1528
|
c.detach();
|
|
1529
1529
|
this.el = r.nativeElement;
|
|
1530
1530
|
}
|
|
1531
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1532
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1531
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxIconToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1532
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxIconToggleButton, isStandalone: true, selector: "ix-icon-toggle-button", inputs: { ariaLabelIconButton: "ariaLabelIconButton", disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", oval: "oval", pressed: "pressed", size: "size", variant: "variant" }, outputs: { pressedChange: "pressedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1533
1533
|
};
|
|
1534
1534
|
IxIconToggleButton = __decorate([
|
|
1535
1535
|
ProxyCmp({
|
|
@@ -1537,7 +1537,7 @@ IxIconToggleButton = __decorate([
|
|
|
1537
1537
|
inputs: ['ariaLabelIconButton', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'pressed', 'size', 'variant']
|
|
1538
1538
|
})
|
|
1539
1539
|
], IxIconToggleButton);
|
|
1540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxIconToggleButton, decorators: [{
|
|
1541
1541
|
type: Component,
|
|
1542
1542
|
args: [{
|
|
1543
1543
|
selector: 'ix-icon-toggle-button',
|
|
@@ -1561,8 +1561,8 @@ let IxInput = class IxInput {
|
|
|
1561
1561
|
c.detach();
|
|
1562
1562
|
this.el = r.nativeElement;
|
|
1563
1563
|
}
|
|
1564
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1565
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1564
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1565
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxInput, isStandalone: true, selector: "ix-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", type: "type", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1566
1566
|
};
|
|
1567
1567
|
IxInput = __decorate([
|
|
1568
1568
|
ProxyCmp({
|
|
@@ -1571,7 +1571,7 @@ IxInput = __decorate([
|
|
|
1571
1571
|
methods: ['getNativeInputElement', 'getValidityState', 'focusInput']
|
|
1572
1572
|
})
|
|
1573
1573
|
], IxInput);
|
|
1574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxInput, decorators: [{
|
|
1575
1575
|
type: Component,
|
|
1576
1576
|
args: [{
|
|
1577
1577
|
selector: 'ix-input',
|
|
@@ -1596,15 +1596,15 @@ let IxInputGroup = class IxInputGroup {
|
|
|
1596
1596
|
c.detach();
|
|
1597
1597
|
this.el = r.nativeElement;
|
|
1598
1598
|
}
|
|
1599
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1600
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1599
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1600
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxInputGroup, isStandalone: true, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1601
1601
|
};
|
|
1602
1602
|
IxInputGroup = __decorate([
|
|
1603
1603
|
ProxyCmp({
|
|
1604
1604
|
defineCustomElementFn: defineCustomElement$M
|
|
1605
1605
|
})
|
|
1606
1606
|
], IxInputGroup);
|
|
1607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxInputGroup, decorators: [{
|
|
1608
1608
|
type: Component,
|
|
1609
1609
|
args: [{
|
|
1610
1610
|
selector: 'ix-input-group',
|
|
@@ -1622,8 +1622,8 @@ let IxKeyValue = class IxKeyValue {
|
|
|
1622
1622
|
c.detach();
|
|
1623
1623
|
this.el = r.nativeElement;
|
|
1624
1624
|
}
|
|
1625
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1626
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1625
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxKeyValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1626
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxKeyValue, isStandalone: true, selector: "ix-key-value", inputs: { ariaLabelIcon: "ariaLabelIcon", icon: "icon", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1627
1627
|
};
|
|
1628
1628
|
IxKeyValue = __decorate([
|
|
1629
1629
|
ProxyCmp({
|
|
@@ -1631,7 +1631,7 @@ IxKeyValue = __decorate([
|
|
|
1631
1631
|
inputs: ['ariaLabelIcon', 'icon', 'label', 'labelPosition', 'value']
|
|
1632
1632
|
})
|
|
1633
1633
|
], IxKeyValue);
|
|
1634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxKeyValue, decorators: [{
|
|
1635
1635
|
type: Component,
|
|
1636
1636
|
args: [{
|
|
1637
1637
|
selector: 'ix-key-value',
|
|
@@ -1649,8 +1649,8 @@ let IxKeyValueList = class IxKeyValueList {
|
|
|
1649
1649
|
c.detach();
|
|
1650
1650
|
this.el = r.nativeElement;
|
|
1651
1651
|
}
|
|
1652
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1653
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1652
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxKeyValueList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1653
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxKeyValueList, isStandalone: true, selector: "ix-key-value-list", inputs: { striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1654
1654
|
};
|
|
1655
1655
|
IxKeyValueList = __decorate([
|
|
1656
1656
|
ProxyCmp({
|
|
@@ -1658,7 +1658,7 @@ IxKeyValueList = __decorate([
|
|
|
1658
1658
|
inputs: ['striped']
|
|
1659
1659
|
})
|
|
1660
1660
|
], IxKeyValueList);
|
|
1661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxKeyValueList, decorators: [{
|
|
1662
1662
|
type: Component,
|
|
1663
1663
|
args: [{
|
|
1664
1664
|
selector: 'ix-key-value-list',
|
|
@@ -1676,8 +1676,8 @@ let IxKpi = class IxKpi {
|
|
|
1676
1676
|
c.detach();
|
|
1677
1677
|
this.el = r.nativeElement;
|
|
1678
1678
|
}
|
|
1679
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1680
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1679
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxKpi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1680
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxKpi, isStandalone: true, selector: "ix-kpi", inputs: { ariaLabelAlarmIcon: "ariaLabelAlarmIcon", ariaLabelWarningIcon: "ariaLabelWarningIcon", label: "label", orientation: "orientation", state: "state", unit: "unit", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1681
1681
|
};
|
|
1682
1682
|
IxKpi = __decorate([
|
|
1683
1683
|
ProxyCmp({
|
|
@@ -1685,7 +1685,7 @@ IxKpi = __decorate([
|
|
|
1685
1685
|
inputs: ['ariaLabelAlarmIcon', 'ariaLabelWarningIcon', 'label', 'orientation', 'state', 'unit', 'value']
|
|
1686
1686
|
})
|
|
1687
1687
|
], IxKpi);
|
|
1688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxKpi, decorators: [{
|
|
1689
1689
|
type: Component,
|
|
1690
1690
|
args: [{
|
|
1691
1691
|
selector: 'ix-kpi',
|
|
@@ -1703,8 +1703,8 @@ let IxLayoutAuto = class IxLayoutAuto {
|
|
|
1703
1703
|
c.detach();
|
|
1704
1704
|
this.el = r.nativeElement;
|
|
1705
1705
|
}
|
|
1706
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1707
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1706
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxLayoutAuto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1707
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxLayoutAuto, isStandalone: true, selector: "ix-layout-auto", inputs: { layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1708
1708
|
};
|
|
1709
1709
|
IxLayoutAuto = __decorate([
|
|
1710
1710
|
ProxyCmp({
|
|
@@ -1712,7 +1712,7 @@ IxLayoutAuto = __decorate([
|
|
|
1712
1712
|
inputs: ['layout']
|
|
1713
1713
|
})
|
|
1714
1714
|
], IxLayoutAuto);
|
|
1715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxLayoutAuto, decorators: [{
|
|
1716
1716
|
type: Component,
|
|
1717
1717
|
args: [{
|
|
1718
1718
|
selector: 'ix-layout-auto',
|
|
@@ -1730,8 +1730,8 @@ let IxLayoutGrid = class IxLayoutGrid {
|
|
|
1730
1730
|
c.detach();
|
|
1731
1731
|
this.el = r.nativeElement;
|
|
1732
1732
|
}
|
|
1733
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1734
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1733
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1734
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxLayoutGrid, isStandalone: true, selector: "ix-layout-grid", inputs: { columns: "columns", gap: "gap", noMargin: "noMargin" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1735
1735
|
};
|
|
1736
1736
|
IxLayoutGrid = __decorate([
|
|
1737
1737
|
ProxyCmp({
|
|
@@ -1739,7 +1739,7 @@ IxLayoutGrid = __decorate([
|
|
|
1739
1739
|
inputs: ['columns', 'gap', 'noMargin']
|
|
1740
1740
|
})
|
|
1741
1741
|
], IxLayoutGrid);
|
|
1742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxLayoutGrid, decorators: [{
|
|
1743
1743
|
type: Component,
|
|
1744
1744
|
args: [{
|
|
1745
1745
|
selector: 'ix-layout-grid',
|
|
@@ -1757,8 +1757,8 @@ let IxLinkButton = class IxLinkButton {
|
|
|
1757
1757
|
c.detach();
|
|
1758
1758
|
this.el = r.nativeElement;
|
|
1759
1759
|
}
|
|
1760
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1761
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1760
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxLinkButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1761
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxLinkButton, isStandalone: true, selector: "ix-link-button", inputs: { disabled: "disabled", target: "target", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1762
1762
|
};
|
|
1763
1763
|
IxLinkButton = __decorate([
|
|
1764
1764
|
ProxyCmp({
|
|
@@ -1766,7 +1766,7 @@ IxLinkButton = __decorate([
|
|
|
1766
1766
|
inputs: ['disabled', 'target', 'url']
|
|
1767
1767
|
})
|
|
1768
1768
|
], IxLinkButton);
|
|
1769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxLinkButton, decorators: [{
|
|
1770
1770
|
type: Component,
|
|
1771
1771
|
args: [{
|
|
1772
1772
|
selector: 'ix-link-button',
|
|
@@ -1789,8 +1789,8 @@ let IxMenu = class IxMenu {
|
|
|
1789
1789
|
c.detach();
|
|
1790
1790
|
this.el = r.nativeElement;
|
|
1791
1791
|
}
|
|
1792
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1793
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1792
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1793
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenu, isStandalone: true, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableToggleTheme: "enableToggleTheme", expand: "expand", i18nCollapse: "i18nCollapse", i18nExpand: "i18nExpand", i18nExpandSidebar: "i18nExpandSidebar", i18nLegal: "i18nLegal", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings", startExpanded: "startExpanded" }, outputs: { expandChange: "expandChange", mapExpandChange: "mapExpandChange", openAppSwitch: "openAppSwitch", openSettings: "openSettings", openAbout: "openAbout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1794
1794
|
};
|
|
1795
1795
|
IxMenu = __decorate([
|
|
1796
1796
|
ProxyCmp({
|
|
@@ -1799,7 +1799,7 @@ IxMenu = __decorate([
|
|
|
1799
1799
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1800
1800
|
})
|
|
1801
1801
|
], IxMenu);
|
|
1802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenu, decorators: [{
|
|
1803
1803
|
type: Component,
|
|
1804
1804
|
args: [{
|
|
1805
1805
|
selector: 'ix-menu',
|
|
@@ -1830,23 +1830,23 @@ let IxMenuAbout = class IxMenuAbout {
|
|
|
1830
1830
|
c.detach();
|
|
1831
1831
|
this.el = r.nativeElement;
|
|
1832
1832
|
}
|
|
1833
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1834
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1833
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAbout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1834
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuAbout, isStandalone: true, selector: "ix-menu-about", inputs: { activeTabLabel: "activeTabLabel", ariaLabelCloseButton: "ariaLabelCloseButton", label: "label" }, outputs: { tabChange: "tabChange", close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1835
1835
|
};
|
|
1836
1836
|
IxMenuAbout = __decorate([
|
|
1837
1837
|
ProxyCmp({
|
|
1838
1838
|
defineCustomElementFn: defineCustomElement$U,
|
|
1839
|
-
inputs: ['activeTabLabel', 'label']
|
|
1839
|
+
inputs: ['activeTabLabel', 'ariaLabelCloseButton', 'label']
|
|
1840
1840
|
})
|
|
1841
1841
|
], IxMenuAbout);
|
|
1842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAbout, decorators: [{
|
|
1843
1843
|
type: Component,
|
|
1844
1844
|
args: [{
|
|
1845
1845
|
selector: 'ix-menu-about',
|
|
1846
1846
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1847
1847
|
template: '<ng-content></ng-content>',
|
|
1848
1848
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1849
|
-
inputs: ['activeTabLabel', 'label'],
|
|
1849
|
+
inputs: ['activeTabLabel', 'ariaLabelCloseButton', 'label'],
|
|
1850
1850
|
outputs: ['tabChange', 'close'],
|
|
1851
1851
|
}]
|
|
1852
1852
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
|
|
@@ -1863,8 +1863,8 @@ let IxMenuAboutItem = class IxMenuAboutItem {
|
|
|
1863
1863
|
c.detach();
|
|
1864
1864
|
this.el = r.nativeElement;
|
|
1865
1865
|
}
|
|
1866
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1867
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1866
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAboutItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1867
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuAboutItem, isStandalone: true, selector: "ix-menu-about-item", inputs: { label: "label" }, outputs: { labelChange: "labelChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1868
1868
|
};
|
|
1869
1869
|
IxMenuAboutItem = __decorate([
|
|
1870
1870
|
ProxyCmp({
|
|
@@ -1872,7 +1872,7 @@ IxMenuAboutItem = __decorate([
|
|
|
1872
1872
|
inputs: ['label']
|
|
1873
1873
|
})
|
|
1874
1874
|
], IxMenuAboutItem);
|
|
1875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAboutItem, decorators: [{
|
|
1876
1876
|
type: Component,
|
|
1877
1877
|
args: [{
|
|
1878
1878
|
selector: 'ix-menu-about-item',
|
|
@@ -1895,8 +1895,8 @@ let IxMenuAboutNews = class IxMenuAboutNews {
|
|
|
1895
1895
|
c.detach();
|
|
1896
1896
|
this.el = r.nativeElement;
|
|
1897
1897
|
}
|
|
1898
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1899
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1898
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAboutNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1899
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuAboutNews, isStandalone: true, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", i18nShowMore: "i18nShowMore", label: "label", show: "show" }, outputs: { showMore: "showMore", closePopover: "closePopover" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1900
1900
|
};
|
|
1901
1901
|
IxMenuAboutNews = __decorate([
|
|
1902
1902
|
ProxyCmp({
|
|
@@ -1904,7 +1904,7 @@ IxMenuAboutNews = __decorate([
|
|
|
1904
1904
|
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'show']
|
|
1905
1905
|
})
|
|
1906
1906
|
], IxMenuAboutNews);
|
|
1907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAboutNews, decorators: [{
|
|
1908
1908
|
type: Component,
|
|
1909
1909
|
args: [{
|
|
1910
1910
|
selector: 'ix-menu-about-news',
|
|
@@ -1928,23 +1928,23 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
1928
1928
|
c.detach();
|
|
1929
1929
|
this.el = r.nativeElement;
|
|
1930
1930
|
}
|
|
1931
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1932
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1931
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1932
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuAvatar, isStandalone: true, selector: "ix-menu-avatar", inputs: { ariaLabelTooltip: "ariaLabelTooltip", bottom: "bottom", enableTopLayer: "enableTopLayer", hideLogoutButton: "hideLogoutButton", i18nLogout: "i18nLogout", image: "image", initials: "initials", tooltipText: "tooltipText", top: "top" }, outputs: { logoutClick: "logoutClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1933
1933
|
};
|
|
1934
1934
|
IxMenuAvatar = __decorate([
|
|
1935
1935
|
ProxyCmp({
|
|
1936
1936
|
defineCustomElementFn: defineCustomElement$X,
|
|
1937
|
-
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top']
|
|
1937
|
+
inputs: ['ariaLabelTooltip', 'bottom', 'enableTopLayer', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'tooltipText', 'top']
|
|
1938
1938
|
})
|
|
1939
1939
|
], IxMenuAvatar);
|
|
1940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
1941
1941
|
type: Component,
|
|
1942
1942
|
args: [{
|
|
1943
1943
|
selector: 'ix-menu-avatar',
|
|
1944
1944
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1945
1945
|
template: '<ng-content></ng-content>',
|
|
1946
1946
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1947
|
-
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top'],
|
|
1947
|
+
inputs: ['ariaLabelTooltip', 'bottom', 'enableTopLayer', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'tooltipText', 'top'],
|
|
1948
1948
|
outputs: ['logoutClick'],
|
|
1949
1949
|
}]
|
|
1950
1950
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { logoutClick: [{
|
|
@@ -1959,8 +1959,8 @@ let IxMenuAvatarItem = class IxMenuAvatarItem {
|
|
|
1959
1959
|
c.detach();
|
|
1960
1960
|
this.el = r.nativeElement;
|
|
1961
1961
|
}
|
|
1962
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1963
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1962
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAvatarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1963
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuAvatarItem, isStandalone: true, selector: "ix-menu-avatar-item", inputs: { icon: "icon", label: "label" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1964
1964
|
};
|
|
1965
1965
|
IxMenuAvatarItem = __decorate([
|
|
1966
1966
|
ProxyCmp({
|
|
@@ -1968,7 +1968,7 @@ IxMenuAvatarItem = __decorate([
|
|
|
1968
1968
|
inputs: ['icon', 'label']
|
|
1969
1969
|
})
|
|
1970
1970
|
], IxMenuAvatarItem);
|
|
1971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuAvatarItem, decorators: [{
|
|
1972
1972
|
type: Component,
|
|
1973
1973
|
args: [{
|
|
1974
1974
|
selector: 'ix-menu-avatar-item',
|
|
@@ -1989,8 +1989,8 @@ let IxMenuCategory = class IxMenuCategory {
|
|
|
1989
1989
|
c.detach();
|
|
1990
1990
|
this.el = r.nativeElement;
|
|
1991
1991
|
}
|
|
1992
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1993
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
1992
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuCategory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1993
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuCategory, isStandalone: true, selector: "ix-menu-category", inputs: { icon: "icon", label: "label", notifications: "notifications", tooltipText: "tooltipText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1994
1994
|
};
|
|
1995
1995
|
IxMenuCategory = __decorate([
|
|
1996
1996
|
ProxyCmp({
|
|
@@ -1998,7 +1998,7 @@ IxMenuCategory = __decorate([
|
|
|
1998
1998
|
inputs: ['icon', 'label', 'notifications', 'tooltipText']
|
|
1999
1999
|
})
|
|
2000
2000
|
], IxMenuCategory);
|
|
2001
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuCategory, decorators: [{
|
|
2002
2002
|
type: Component,
|
|
2003
2003
|
args: [{
|
|
2004
2004
|
selector: 'ix-menu-category',
|
|
@@ -2016,8 +2016,8 @@ let IxMenuItem = class IxMenuItem {
|
|
|
2016
2016
|
c.detach();
|
|
2017
2017
|
this.el = r.nativeElement;
|
|
2018
2018
|
}
|
|
2019
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2020
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2019
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2020
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuItem, isStandalone: true, selector: "ix-menu-item", inputs: { active: "active", bottom: "bottom", disabled: "disabled", home: "home", href: "href", icon: "icon", label: "label", notifications: "notifications", rel: "rel", target: "target", tooltipText: "tooltipText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2021
2021
|
};
|
|
2022
2022
|
IxMenuItem = __decorate([
|
|
2023
2023
|
ProxyCmp({
|
|
@@ -2025,7 +2025,7 @@ IxMenuItem = __decorate([
|
|
|
2025
2025
|
inputs: ['active', 'bottom', 'disabled', 'home', 'href', 'icon', 'label', 'notifications', 'rel', 'target', 'tooltipText']
|
|
2026
2026
|
})
|
|
2027
2027
|
], IxMenuItem);
|
|
2028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuItem, decorators: [{
|
|
2029
2029
|
type: Component,
|
|
2030
2030
|
args: [{
|
|
2031
2031
|
selector: 'ix-menu-item',
|
|
@@ -2045,23 +2045,23 @@ let IxMenuSettings = class IxMenuSettings {
|
|
|
2045
2045
|
c.detach();
|
|
2046
2046
|
this.el = r.nativeElement;
|
|
2047
2047
|
}
|
|
2048
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2049
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2048
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2049
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuSettings, isStandalone: true, selector: "ix-menu-settings", inputs: { activeTabLabel: "activeTabLabel", ariaLabelCloseButton: "ariaLabelCloseButton", label: "label" }, outputs: { tabChange: "tabChange", close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2050
2050
|
};
|
|
2051
2051
|
IxMenuSettings = __decorate([
|
|
2052
2052
|
ProxyCmp({
|
|
2053
2053
|
defineCustomElementFn: defineCustomElement$$,
|
|
2054
|
-
inputs: ['activeTabLabel', 'label']
|
|
2054
|
+
inputs: ['activeTabLabel', 'ariaLabelCloseButton', 'label']
|
|
2055
2055
|
})
|
|
2056
2056
|
], IxMenuSettings);
|
|
2057
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuSettings, decorators: [{
|
|
2058
2058
|
type: Component,
|
|
2059
2059
|
args: [{
|
|
2060
2060
|
selector: 'ix-menu-settings',
|
|
2061
2061
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2062
2062
|
template: '<ng-content></ng-content>',
|
|
2063
2063
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2064
|
-
inputs: ['activeTabLabel', 'label'],
|
|
2064
|
+
inputs: ['activeTabLabel', 'ariaLabelCloseButton', 'label'],
|
|
2065
2065
|
outputs: ['tabChange', 'close'],
|
|
2066
2066
|
}]
|
|
2067
2067
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
|
|
@@ -2078,8 +2078,8 @@ let IxMenuSettingsItem = class IxMenuSettingsItem {
|
|
|
2078
2078
|
c.detach();
|
|
2079
2079
|
this.el = r.nativeElement;
|
|
2080
2080
|
}
|
|
2081
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2082
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2081
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuSettingsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2082
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMenuSettingsItem, isStandalone: true, selector: "ix-menu-settings-item", inputs: { label: "label" }, outputs: { labelChange: "labelChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2083
2083
|
};
|
|
2084
2084
|
IxMenuSettingsItem = __decorate([
|
|
2085
2085
|
ProxyCmp({
|
|
@@ -2087,7 +2087,7 @@ IxMenuSettingsItem = __decorate([
|
|
|
2087
2087
|
inputs: ['label']
|
|
2088
2088
|
})
|
|
2089
2089
|
], IxMenuSettingsItem);
|
|
2090
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMenuSettingsItem, decorators: [{
|
|
2091
2091
|
type: Component,
|
|
2092
2092
|
args: [{
|
|
2093
2093
|
selector: 'ix-menu-settings-item',
|
|
@@ -2110,8 +2110,8 @@ let IxMessageBar = class IxMessageBar {
|
|
|
2110
2110
|
c.detach();
|
|
2111
2111
|
this.el = r.nativeElement;
|
|
2112
2112
|
}
|
|
2113
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2114
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2113
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMessageBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2114
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxMessageBar, isStandalone: true, selector: "ix-message-bar", inputs: { persistent: "persistent", type: "type" }, outputs: { closedChange: "closedChange", closeAnimationCompleted: "closeAnimationCompleted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2115
2115
|
};
|
|
2116
2116
|
IxMessageBar = __decorate([
|
|
2117
2117
|
ProxyCmp({
|
|
@@ -2119,7 +2119,7 @@ IxMessageBar = __decorate([
|
|
|
2119
2119
|
inputs: ['persistent', 'type']
|
|
2120
2120
|
})
|
|
2121
2121
|
], IxMessageBar);
|
|
2122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
2123
2123
|
type: Component,
|
|
2124
2124
|
args: [{
|
|
2125
2125
|
selector: 'ix-message-bar',
|
|
@@ -2144,8 +2144,8 @@ let IxModal = class IxModal {
|
|
|
2144
2144
|
c.detach();
|
|
2145
2145
|
this.el = r.nativeElement;
|
|
2146
2146
|
}
|
|
2147
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2148
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2147
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2148
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxModal, isStandalone: true, selector: "ix-modal", inputs: { beforeDismiss: "beforeDismiss", centered: "centered", closeOnBackdropClick: "closeOnBackdropClick", disableAnimation: "disableAnimation", disableEscapeClose: "disableEscapeClose", hideBackdrop: "hideBackdrop", size: "size" }, outputs: { dialogClose: "dialogClose", dialogDismiss: "dialogDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2149
2149
|
};
|
|
2150
2150
|
IxModal = __decorate([
|
|
2151
2151
|
ProxyCmp({
|
|
@@ -2154,7 +2154,7 @@ IxModal = __decorate([
|
|
|
2154
2154
|
methods: ['showModal', 'dismissModal', 'closeModal']
|
|
2155
2155
|
})
|
|
2156
2156
|
], IxModal);
|
|
2157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModal, decorators: [{
|
|
2158
2158
|
type: Component,
|
|
2159
2159
|
args: [{
|
|
2160
2160
|
selector: 'ix-modal',
|
|
@@ -2177,15 +2177,15 @@ let IxModalContent = class IxModalContent {
|
|
|
2177
2177
|
c.detach();
|
|
2178
2178
|
this.el = r.nativeElement;
|
|
2179
2179
|
}
|
|
2180
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2181
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2180
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModalContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2181
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxModalContent, isStandalone: true, selector: "ix-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2182
2182
|
};
|
|
2183
2183
|
IxModalContent = __decorate([
|
|
2184
2184
|
ProxyCmp({
|
|
2185
2185
|
defineCustomElementFn: defineCustomElement$13
|
|
2186
2186
|
})
|
|
2187
2187
|
], IxModalContent);
|
|
2188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModalContent, decorators: [{
|
|
2189
2189
|
type: Component,
|
|
2190
2190
|
args: [{
|
|
2191
2191
|
selector: 'ix-modal-content',
|
|
@@ -2203,15 +2203,15 @@ let IxModalFooter = class IxModalFooter {
|
|
|
2203
2203
|
c.detach();
|
|
2204
2204
|
this.el = r.nativeElement;
|
|
2205
2205
|
}
|
|
2206
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2206
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2207
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxModalFooter, isStandalone: true, selector: "ix-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2208
2208
|
};
|
|
2209
2209
|
IxModalFooter = __decorate([
|
|
2210
2210
|
ProxyCmp({
|
|
2211
2211
|
defineCustomElementFn: defineCustomElement$14
|
|
2212
2212
|
})
|
|
2213
2213
|
], IxModalFooter);
|
|
2214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModalFooter, decorators: [{
|
|
2215
2215
|
type: Component,
|
|
2216
2216
|
args: [{
|
|
2217
2217
|
selector: 'ix-modal-footer',
|
|
@@ -2230,8 +2230,8 @@ let IxModalHeader = class IxModalHeader {
|
|
|
2230
2230
|
c.detach();
|
|
2231
2231
|
this.el = r.nativeElement;
|
|
2232
2232
|
}
|
|
2233
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2234
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2233
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2234
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxModalHeader, isStandalone: true, selector: "ix-modal-header", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", ariaLabelIcon: "ariaLabelIcon", hideClose: "hideClose", icon: "icon", iconColor: "iconColor" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2235
2235
|
};
|
|
2236
2236
|
IxModalHeader = __decorate([
|
|
2237
2237
|
ProxyCmp({
|
|
@@ -2239,7 +2239,7 @@ IxModalHeader = __decorate([
|
|
|
2239
2239
|
inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'hideClose', 'icon', 'iconColor']
|
|
2240
2240
|
})
|
|
2241
2241
|
], IxModalHeader);
|
|
2242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxModalHeader, decorators: [{
|
|
2243
2243
|
type: Component,
|
|
2244
2244
|
args: [{
|
|
2245
2245
|
selector: 'ix-modal-header',
|
|
@@ -2263,8 +2263,8 @@ let IxNumberInput = class IxNumberInput {
|
|
|
2263
2263
|
c.detach();
|
|
2264
2264
|
this.el = r.nativeElement;
|
|
2265
2265
|
}
|
|
2266
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2267
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2266
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2267
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxNumberInput, isStandalone: true, selector: "ix-number-input", inputs: { allowEmptyValueChange: "allowEmptyValueChange", allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showStepperButtons: "showStepperButtons", showTextAsTooltip: "showTextAsTooltip", step: "step", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2268
2268
|
};
|
|
2269
2269
|
IxNumberInput = __decorate([
|
|
2270
2270
|
ProxyCmp({
|
|
@@ -2273,7 +2273,7 @@ IxNumberInput = __decorate([
|
|
|
2273
2273
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2274
2274
|
})
|
|
2275
2275
|
], IxNumberInput);
|
|
2276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxNumberInput, decorators: [{
|
|
2277
2277
|
type: Component,
|
|
2278
2278
|
args: [{
|
|
2279
2279
|
selector: 'ix-number-input',
|
|
@@ -2300,8 +2300,8 @@ let IxPagination = class IxPagination {
|
|
|
2300
2300
|
c.detach();
|
|
2301
2301
|
this.el = r.nativeElement;
|
|
2302
2302
|
}
|
|
2303
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2304
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2303
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2304
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxPagination, isStandalone: true, selector: "ix-pagination", inputs: { advanced: "advanced", ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", ariaLabelPageSelection: "ariaLabelPageSelection", count: "count", hideItemCount: "hideItemCount", i18nItems: "i18nItems", i18nOf: "i18nOf", i18nPage: "i18nPage", itemCount: "itemCount", selectedPage: "selectedPage" }, outputs: { pageSelected: "pageSelected", itemCountChanged: "itemCountChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2305
2305
|
};
|
|
2306
2306
|
IxPagination = __decorate([
|
|
2307
2307
|
ProxyCmp({
|
|
@@ -2309,7 +2309,7 @@ IxPagination = __decorate([
|
|
|
2309
2309
|
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'ariaLabelPageSelection', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage']
|
|
2310
2310
|
})
|
|
2311
2311
|
], IxPagination);
|
|
2312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPagination, decorators: [{
|
|
2313
2313
|
type: Component,
|
|
2314
2314
|
args: [{
|
|
2315
2315
|
selector: 'ix-pagination',
|
|
@@ -2335,8 +2335,8 @@ let IxPane = class IxPane {
|
|
|
2335
2335
|
c.detach();
|
|
2336
2336
|
this.el = r.nativeElement;
|
|
2337
2337
|
}
|
|
2338
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2339
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2338
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2339
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxPane, isStandalone: true, selector: "ix-pane", inputs: { ariaLabelCollapseCloseButton: "ariaLabelCollapseCloseButton", ariaLabelIcon: "ariaLabelIcon", borderless: "borderless", closeOnClickOutside: "closeOnClickOutside", composition: "composition", expanded: "expanded", heading: "heading", hideOnCollapse: "hideOnCollapse", icon: "icon", size: "size", variant: "variant" }, outputs: { expandedChanged: "expandedChanged", variantChanged: "variantChanged", borderlessChanged: "borderlessChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2340
2340
|
};
|
|
2341
2341
|
IxPane = __decorate([
|
|
2342
2342
|
ProxyCmp({
|
|
@@ -2344,7 +2344,7 @@ IxPane = __decorate([
|
|
|
2344
2344
|
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2345
2345
|
})
|
|
2346
2346
|
], IxPane);
|
|
2347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPane, decorators: [{
|
|
2348
2348
|
type: Component,
|
|
2349
2349
|
args: [{
|
|
2350
2350
|
selector: 'ix-pane',
|
|
@@ -2369,8 +2369,8 @@ let IxPaneLayout = class IxPaneLayout {
|
|
|
2369
2369
|
c.detach();
|
|
2370
2370
|
this.el = r.nativeElement;
|
|
2371
2371
|
}
|
|
2372
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2373
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2372
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPaneLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2373
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxPaneLayout, isStandalone: true, selector: "ix-pane-layout", inputs: { borderless: "borderless", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2374
2374
|
};
|
|
2375
2375
|
IxPaneLayout = __decorate([
|
|
2376
2376
|
ProxyCmp({
|
|
@@ -2378,7 +2378,7 @@ IxPaneLayout = __decorate([
|
|
|
2378
2378
|
inputs: ['borderless', 'layout', 'variant']
|
|
2379
2379
|
})
|
|
2380
2380
|
], IxPaneLayout);
|
|
2381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPaneLayout, decorators: [{
|
|
2382
2382
|
type: Component,
|
|
2383
2383
|
args: [{
|
|
2384
2384
|
selector: 'ix-pane-layout',
|
|
@@ -2396,8 +2396,8 @@ let IxPill = class IxPill {
|
|
|
2396
2396
|
c.detach();
|
|
2397
2397
|
this.el = r.nativeElement;
|
|
2398
2398
|
}
|
|
2399
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2400
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2399
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2400
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxPill, isStandalone: true, selector: "ix-pill", inputs: { alignLeft: "alignLeft", ariaLabelIcon: "ariaLabelIcon", background: "background", icon: "icon", outline: "outline", pillColor: "pillColor", tooltipText: "tooltipText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2401
2401
|
};
|
|
2402
2402
|
IxPill = __decorate([
|
|
2403
2403
|
ProxyCmp({
|
|
@@ -2405,7 +2405,7 @@ IxPill = __decorate([
|
|
|
2405
2405
|
inputs: ['alignLeft', 'ariaLabelIcon', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant']
|
|
2406
2406
|
})
|
|
2407
2407
|
], IxPill);
|
|
2408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPill, decorators: [{
|
|
2409
2409
|
type: Component,
|
|
2410
2410
|
args: [{
|
|
2411
2411
|
selector: 'ix-pill',
|
|
@@ -2423,8 +2423,8 @@ let IxProgressIndicator = class IxProgressIndicator {
|
|
|
2423
2423
|
c.detach();
|
|
2424
2424
|
this.el = r.nativeElement;
|
|
2425
2425
|
}
|
|
2426
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2427
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2426
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2427
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxProgressIndicator, isStandalone: true, selector: "ix-progress-indicator", inputs: { helperText: "helperText", label: "label", max: "max", min: "min", showTextAsTooltip: "showTextAsTooltip", size: "size", status: "status", textAlignment: "textAlignment", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2428
2428
|
};
|
|
2429
2429
|
IxProgressIndicator = __decorate([
|
|
2430
2430
|
ProxyCmp({
|
|
@@ -2432,7 +2432,7 @@ IxProgressIndicator = __decorate([
|
|
|
2432
2432
|
inputs: ['helperText', 'label', 'max', 'min', 'showTextAsTooltip', 'size', 'status', 'textAlignment', 'type', 'value']
|
|
2433
2433
|
})
|
|
2434
2434
|
], IxProgressIndicator);
|
|
2435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxProgressIndicator, decorators: [{
|
|
2436
2436
|
type: Component,
|
|
2437
2437
|
args: [{
|
|
2438
2438
|
selector: 'ix-progress-indicator',
|
|
@@ -2450,23 +2450,23 @@ let IxPushCard = class IxPushCard {
|
|
|
2450
2450
|
c.detach();
|
|
2451
2451
|
this.el = r.nativeElement;
|
|
2452
2452
|
}
|
|
2453
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2454
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2453
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPushCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2454
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxPushCard, isStandalone: true, selector: "ix-push-card", inputs: { ariaLabelIcon: "ariaLabelIcon", expanded: "expanded", heading: "heading", icon: "icon", notification: "notification", passive: "passive", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2455
2455
|
};
|
|
2456
2456
|
IxPushCard = __decorate([
|
|
2457
2457
|
ProxyCmp({
|
|
2458
2458
|
defineCustomElementFn: defineCustomElement$1c,
|
|
2459
|
-
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant']
|
|
2459
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'passive', 'subheading', 'variant']
|
|
2460
2460
|
})
|
|
2461
2461
|
], IxPushCard);
|
|
2462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxPushCard, decorators: [{
|
|
2463
2463
|
type: Component,
|
|
2464
2464
|
args: [{
|
|
2465
2465
|
selector: 'ix-push-card',
|
|
2466
2466
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2467
2467
|
template: '<ng-content></ng-content>',
|
|
2468
2468
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2469
|
-
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant'],
|
|
2469
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'passive', 'subheading', 'variant'],
|
|
2470
2470
|
}]
|
|
2471
2471
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2472
2472
|
let IxRadio = class IxRadio {
|
|
@@ -2480,8 +2480,8 @@ let IxRadio = class IxRadio {
|
|
|
2480
2480
|
c.detach();
|
|
2481
2481
|
this.el = r.nativeElement;
|
|
2482
2482
|
}
|
|
2483
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2484
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2483
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2484
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxRadio, isStandalone: true, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", required: "required", value: "value" }, outputs: { checkedChange: "checkedChange", valueChange: "valueChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2485
2485
|
};
|
|
2486
2486
|
IxRadio = __decorate([
|
|
2487
2487
|
ProxyCmp({
|
|
@@ -2489,7 +2489,7 @@ IxRadio = __decorate([
|
|
|
2489
2489
|
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value']
|
|
2490
2490
|
})
|
|
2491
2491
|
], IxRadio);
|
|
2492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRadio, decorators: [{
|
|
2493
2493
|
type: Component,
|
|
2494
2494
|
args: [{
|
|
2495
2495
|
selector: 'ix-radio',
|
|
@@ -2515,8 +2515,8 @@ let IxRadioGroup = class IxRadioGroup {
|
|
|
2515
2515
|
c.detach();
|
|
2516
2516
|
this.el = r.nativeElement;
|
|
2517
2517
|
}
|
|
2518
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2519
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2518
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2519
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxRadioGroup, isStandalone: true, selector: "ix-radio-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2520
2520
|
};
|
|
2521
2521
|
IxRadioGroup = __decorate([
|
|
2522
2522
|
ProxyCmp({
|
|
@@ -2524,7 +2524,7 @@ IxRadioGroup = __decorate([
|
|
|
2524
2524
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'value', 'warningText']
|
|
2525
2525
|
})
|
|
2526
2526
|
], IxRadioGroup);
|
|
2527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRadioGroup, decorators: [{
|
|
2528
2528
|
type: Component,
|
|
2529
2529
|
args: [{
|
|
2530
2530
|
selector: 'ix-radio-group',
|
|
@@ -2545,15 +2545,15 @@ let IxRow = class IxRow {
|
|
|
2545
2545
|
c.detach();
|
|
2546
2546
|
this.el = r.nativeElement;
|
|
2547
2547
|
}
|
|
2548
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2549
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2548
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2549
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxRow, isStandalone: true, selector: "ix-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2550
2550
|
};
|
|
2551
2551
|
IxRow = __decorate([
|
|
2552
2552
|
ProxyCmp({
|
|
2553
2553
|
defineCustomElementFn: defineCustomElement$1f
|
|
2554
2554
|
})
|
|
2555
2555
|
], IxRow);
|
|
2556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRow, decorators: [{
|
|
2557
2557
|
type: Component,
|
|
2558
2558
|
args: [{
|
|
2559
2559
|
selector: 'ix-row',
|
|
@@ -2575,24 +2575,24 @@ let IxSelect = class IxSelect {
|
|
|
2575
2575
|
c.detach();
|
|
2576
2576
|
this.el = r.nativeElement;
|
|
2577
2577
|
}
|
|
2578
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2579
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2578
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2579
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxSelect, isStandalone: true, selector: "ix-select", inputs: { allowClear: "allowClear", ariaLabelChevronDownIconButton: "ariaLabelChevronDownIconButton", ariaLabelClearIconButton: "ariaLabelClearIconButton", collapseMultipleSelection: "collapseMultipleSelection", disabled: "disabled", dropdownMaxWidth: "dropdownMaxWidth", dropdownWidth: "dropdownWidth", editable: "editable", enableTopLayer: "enableTopLayer", helperText: "helperText", hideListHeader: "hideListHeader", i18nAllSelected: "i18nAllSelected", i18nNoMatches: "i18nNoMatches", i18nPlaceholder: "i18nPlaceholder", i18nPlaceholderEditable: "i18nPlaceholderEditable", i18nSelectListHeader: "i18nSelectListHeader", infoText: "infoText", invalidText: "invalidText", label: "label", mode: "mode", name: "name", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", inputChange: "inputChange", addItem: "addItem", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2580
2580
|
};
|
|
2581
2581
|
IxSelect = __decorate([
|
|
2582
2582
|
ProxyCmp({
|
|
2583
2583
|
defineCustomElementFn: defineCustomElement$1g,
|
|
2584
|
-
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2584
|
+
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'enableTopLayer', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2585
2585
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2586
2586
|
})
|
|
2587
2587
|
], IxSelect);
|
|
2588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSelect, decorators: [{
|
|
2589
2589
|
type: Component,
|
|
2590
2590
|
args: [{
|
|
2591
2591
|
selector: 'ix-select',
|
|
2592
2592
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2593
2593
|
template: '<ng-content></ng-content>',
|
|
2594
2594
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2595
|
-
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2595
|
+
inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'collapseMultipleSelection', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'enableTopLayer', 'helperText', 'hideListHeader', 'i18nAllSelected', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2596
2596
|
outputs: ['valueChange', 'inputChange', 'addItem', 'ixBlur'],
|
|
2597
2597
|
}]
|
|
2598
2598
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
@@ -2613,8 +2613,8 @@ let IxSelectItem = class IxSelectItem {
|
|
|
2613
2613
|
c.detach();
|
|
2614
2614
|
this.el = r.nativeElement;
|
|
2615
2615
|
}
|
|
2616
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2617
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2616
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSelectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2617
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxSelectItem, isStandalone: true, selector: "ix-select-item", inputs: { label: "label", selected: "selected", value: "value" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2618
2618
|
};
|
|
2619
2619
|
IxSelectItem = __decorate([
|
|
2620
2620
|
ProxyCmp({
|
|
@@ -2622,7 +2622,7 @@ IxSelectItem = __decorate([
|
|
|
2622
2622
|
inputs: ['label', 'selected', 'value']
|
|
2623
2623
|
})
|
|
2624
2624
|
], IxSelectItem);
|
|
2625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSelectItem, decorators: [{
|
|
2626
2626
|
type: Component,
|
|
2627
2627
|
args: [{
|
|
2628
2628
|
selector: 'ix-select-item',
|
|
@@ -2644,23 +2644,23 @@ let IxSlider = class IxSlider {
|
|
|
2644
2644
|
c.detach();
|
|
2645
2645
|
this.el = r.nativeElement;
|
|
2646
2646
|
}
|
|
2647
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2648
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2647
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2648
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxSlider, isStandalone: true, selector: "ix-slider", inputs: { disabled: "disabled", error: "error", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", marker: "marker", max: "max", min: "min", showTextAsTooltip: "showTextAsTooltip", step: "step", trace: "trace", traceReference: "traceReference", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2649
2649
|
};
|
|
2650
2650
|
IxSlider = __decorate([
|
|
2651
2651
|
ProxyCmp({
|
|
2652
2652
|
defineCustomElementFn: defineCustomElement$1i,
|
|
2653
|
-
inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value']
|
|
2653
|
+
inputs: ['disabled', 'error', 'helperText', 'infoText', 'invalidText', 'label', 'marker', 'max', 'min', 'showTextAsTooltip', 'step', 'trace', 'traceReference', 'validText', 'value', 'warningText']
|
|
2654
2654
|
})
|
|
2655
2655
|
], IxSlider);
|
|
2656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSlider, decorators: [{
|
|
2657
2657
|
type: Component,
|
|
2658
2658
|
args: [{
|
|
2659
2659
|
selector: 'ix-slider',
|
|
2660
2660
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2661
2661
|
template: '<ng-content></ng-content>',
|
|
2662
2662
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2663
|
-
inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value'],
|
|
2663
|
+
inputs: ['disabled', 'error', 'helperText', 'infoText', 'invalidText', 'label', 'marker', 'max', 'min', 'showTextAsTooltip', 'step', 'trace', 'traceReference', 'validText', 'value', 'warningText'],
|
|
2664
2664
|
outputs: ['valueChange'],
|
|
2665
2665
|
}]
|
|
2666
2666
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
@@ -2674,8 +2674,8 @@ let IxSpinner = class IxSpinner {
|
|
|
2674
2674
|
c.detach();
|
|
2675
2675
|
this.el = r.nativeElement;
|
|
2676
2676
|
}
|
|
2677
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2678
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2677
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2678
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxSpinner, isStandalone: true, selector: "ix-spinner", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2679
2679
|
};
|
|
2680
2680
|
IxSpinner = __decorate([
|
|
2681
2681
|
ProxyCmp({
|
|
@@ -2683,7 +2683,7 @@ IxSpinner = __decorate([
|
|
|
2683
2683
|
inputs: ['size', 'variant']
|
|
2684
2684
|
})
|
|
2685
2685
|
], IxSpinner);
|
|
2686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSpinner, decorators: [{
|
|
2687
2687
|
type: Component,
|
|
2688
2688
|
args: [{
|
|
2689
2689
|
selector: 'ix-spinner',
|
|
@@ -2702,23 +2702,23 @@ let IxSplitButton = class IxSplitButton {
|
|
|
2702
2702
|
c.detach();
|
|
2703
2703
|
this.el = r.nativeElement;
|
|
2704
2704
|
}
|
|
2705
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2706
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2705
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2706
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxSplitButton, isStandalone: true, selector: "ix-split-button", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelSplitIconButton: "ariaLabelSplitIconButton", closeBehavior: "closeBehavior", disableButton: "disableButton", disableDropdownButton: "disableDropdownButton", disabled: "disabled", enableTopLayer: "enableTopLayer", icon: "icon", label: "label", placement: "placement", splitIcon: "splitIcon", variant: "variant" }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2707
2707
|
};
|
|
2708
2708
|
IxSplitButton = __decorate([
|
|
2709
2709
|
ProxyCmp({
|
|
2710
2710
|
defineCustomElementFn: defineCustomElement$1k,
|
|
2711
|
-
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disableButton', 'disableDropdownButton', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant']
|
|
2711
|
+
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disableButton', 'disableDropdownButton', 'disabled', 'enableTopLayer', 'icon', 'label', 'placement', 'splitIcon', 'variant']
|
|
2712
2712
|
})
|
|
2713
2713
|
], IxSplitButton);
|
|
2714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSplitButton, decorators: [{
|
|
2715
2715
|
type: Component,
|
|
2716
2716
|
args: [{
|
|
2717
2717
|
selector: 'ix-split-button',
|
|
2718
2718
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2719
2719
|
template: '<ng-content></ng-content>',
|
|
2720
2720
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2721
|
-
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disableButton', 'disableDropdownButton', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant'],
|
|
2721
|
+
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disableButton', 'disableDropdownButton', 'disabled', 'enableTopLayer', 'icon', 'label', 'placement', 'splitIcon', 'variant'],
|
|
2722
2722
|
outputs: ['buttonClick'],
|
|
2723
2723
|
}]
|
|
2724
2724
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonClick: [{
|
|
@@ -2733,8 +2733,8 @@ let IxTabItem = class IxTabItem {
|
|
|
2733
2733
|
c.detach();
|
|
2734
2734
|
this.el = r.nativeElement;
|
|
2735
2735
|
}
|
|
2736
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2737
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2736
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2737
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTabItem, isStandalone: true, selector: "ix-tab-item", inputs: { counter: "counter", disabled: "disabled", icon: "icon", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, outputs: { tabClick: "tabClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2738
2738
|
};
|
|
2739
2739
|
IxTabItem = __decorate([
|
|
2740
2740
|
ProxyCmp({
|
|
@@ -2742,7 +2742,7 @@ IxTabItem = __decorate([
|
|
|
2742
2742
|
inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small']
|
|
2743
2743
|
})
|
|
2744
2744
|
], IxTabItem);
|
|
2745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTabItem, decorators: [{
|
|
2746
2746
|
type: Component,
|
|
2747
2747
|
args: [{
|
|
2748
2748
|
selector: 'ix-tab-item',
|
|
@@ -2764,8 +2764,8 @@ let IxTabs = class IxTabs {
|
|
|
2764
2764
|
c.detach();
|
|
2765
2765
|
this.el = r.nativeElement;
|
|
2766
2766
|
}
|
|
2767
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2768
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2767
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2768
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTabs, isStandalone: true, selector: "ix-tabs", inputs: { ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, outputs: { selectedChange: "selectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2769
2769
|
};
|
|
2770
2770
|
IxTabs = __decorate([
|
|
2771
2771
|
ProxyCmp({
|
|
@@ -2773,7 +2773,7 @@ IxTabs = __decorate([
|
|
|
2773
2773
|
inputs: ['ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'layout', 'placement', 'rounded', 'selected', 'small']
|
|
2774
2774
|
})
|
|
2775
2775
|
], IxTabs);
|
|
2776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTabs, decorators: [{
|
|
2777
2777
|
type: Component,
|
|
2778
2778
|
args: [{
|
|
2779
2779
|
selector: 'ix-tabs',
|
|
@@ -2797,8 +2797,8 @@ let IxTextarea = class IxTextarea {
|
|
|
2797
2797
|
c.detach();
|
|
2798
2798
|
this.el = r.nativeElement;
|
|
2799
2799
|
}
|
|
2800
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2801
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2800
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2801
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTextarea, isStandalone: true, selector: "ix-textarea", inputs: { disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resizeBehavior: "resizeBehavior", showTextAsTooltip: "showTextAsTooltip", textareaCols: "textareaCols", textareaHeight: "textareaHeight", textareaRows: "textareaRows", textareaWidth: "textareaWidth", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2802
2802
|
};
|
|
2803
2803
|
IxTextarea = __decorate([
|
|
2804
2804
|
ProxyCmp({
|
|
@@ -2807,7 +2807,7 @@ IxTextarea = __decorate([
|
|
|
2807
2807
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2808
2808
|
})
|
|
2809
2809
|
], IxTextarea);
|
|
2810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTextarea, decorators: [{
|
|
2811
2811
|
type: Component,
|
|
2812
2812
|
args: [{
|
|
2813
2813
|
selector: 'ix-textarea',
|
|
@@ -2832,8 +2832,8 @@ let IxTile = class IxTile {
|
|
|
2832
2832
|
c.detach();
|
|
2833
2833
|
this.el = r.nativeElement;
|
|
2834
2834
|
}
|
|
2835
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2836
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2835
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2836
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTile, isStandalone: true, selector: "ix-tile", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2837
2837
|
};
|
|
2838
2838
|
IxTile = __decorate([
|
|
2839
2839
|
ProxyCmp({
|
|
@@ -2841,7 +2841,7 @@ IxTile = __decorate([
|
|
|
2841
2841
|
inputs: ['size']
|
|
2842
2842
|
})
|
|
2843
2843
|
], IxTile);
|
|
2844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTile, decorators: [{
|
|
2845
2845
|
type: Component,
|
|
2846
2846
|
args: [{
|
|
2847
2847
|
selector: 'ix-tile',
|
|
@@ -2861,24 +2861,24 @@ let IxTimeInput = class IxTimeInput {
|
|
|
2861
2861
|
c.detach();
|
|
2862
2862
|
this.el = r.nativeElement;
|
|
2863
2863
|
}
|
|
2864
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2865
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2864
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2865
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTimeInput, isStandalone: true, selector: "ix-time-input", inputs: { disabled: "disabled", enableTopLayer: "enableTopLayer", format: "format", helperText: "helperText", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nErrorTimeUnparsable: "i18nErrorTimeUnparsable", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", i18nSelectTime: "i18nSelectTime", i18nTime: "i18nTime", infoText: "infoText", invalidText: "invalidText", label: "label", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", secondInterval: "secondInterval", showTextAsTooltip: "showTextAsTooltip", suppressSubmitOnEnter: "suppressSubmitOnEnter", textAlignment: "textAlignment", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2866
2866
|
};
|
|
2867
2867
|
IxTimeInput = __decorate([
|
|
2868
2868
|
ProxyCmp({
|
|
2869
2869
|
defineCustomElementFn: defineCustomElement$1p,
|
|
2870
|
-
inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2870
|
+
inputs: ['disabled', 'enableTopLayer', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2871
2871
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2872
2872
|
})
|
|
2873
2873
|
], IxTimeInput);
|
|
2874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2874
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTimeInput, decorators: [{
|
|
2875
2875
|
type: Component,
|
|
2876
2876
|
args: [{
|
|
2877
2877
|
selector: 'ix-time-input',
|
|
2878
2878
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2879
2879
|
template: '<ng-content></ng-content>',
|
|
2880
2880
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2881
|
-
inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2881
|
+
inputs: ['disabled', 'enableTopLayer', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'suppressSubmitOnEnter', 'textAlignment', 'validText', 'value', 'warningText'],
|
|
2882
2882
|
outputs: ['valueChange', 'validityStateChange'],
|
|
2883
2883
|
}]
|
|
2884
2884
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
@@ -2896,8 +2896,8 @@ let IxTimePicker = class IxTimePicker {
|
|
|
2896
2896
|
c.detach();
|
|
2897
2897
|
this.el = r.nativeElement;
|
|
2898
2898
|
}
|
|
2899
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2900
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2899
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2900
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTimePicker, isStandalone: true, selector: "ix-time-picker", inputs: { corners: "corners", embedded: "embedded", format: "format", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nConfirmTime: "i18nConfirmTime", i18nHeader: "i18nHeader", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", secondInterval: "secondInterval", time: "time" }, outputs: { timeSelect: "timeSelect", timeChange: "timeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2901
2901
|
};
|
|
2902
2902
|
IxTimePicker = __decorate([
|
|
2903
2903
|
ProxyCmp({
|
|
@@ -2906,7 +2906,7 @@ IxTimePicker = __decorate([
|
|
|
2906
2906
|
methods: ['getCurrentTime']
|
|
2907
2907
|
})
|
|
2908
2908
|
], IxTimePicker);
|
|
2909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTimePicker, decorators: [{
|
|
2910
2910
|
type: Component,
|
|
2911
2911
|
args: [{
|
|
2912
2912
|
selector: 'ix-time-picker',
|
|
@@ -2930,24 +2930,24 @@ let IxToast = class IxToast {
|
|
|
2930
2930
|
c.detach();
|
|
2931
2931
|
this.el = r.nativeElement;
|
|
2932
2932
|
}
|
|
2933
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2934
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2933
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2934
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxToast, isStandalone: true, selector: "ix-toast", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", autoCloseDelay: "autoCloseDelay", hideIcon: "hideIcon", icon: "icon", iconColor: "iconColor", preventAutoClose: "preventAutoClose", toastTitle: "toastTitle", type: "type" }, outputs: { closeToast: "closeToast" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2935
2935
|
};
|
|
2936
2936
|
IxToast = __decorate([
|
|
2937
2937
|
ProxyCmp({
|
|
2938
2938
|
defineCustomElementFn: defineCustomElement$1r,
|
|
2939
|
-
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2939
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'hideIcon', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2940
2940
|
methods: ['pause', 'resume', 'isPaused']
|
|
2941
2941
|
})
|
|
2942
2942
|
], IxToast);
|
|
2943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToast, decorators: [{
|
|
2944
2944
|
type: Component,
|
|
2945
2945
|
args: [{
|
|
2946
2946
|
selector: 'ix-toast',
|
|
2947
2947
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2948
2948
|
template: '<ng-content></ng-content>',
|
|
2949
2949
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2950
|
-
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2950
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'hideIcon', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2951
2951
|
outputs: ['closeToast'],
|
|
2952
2952
|
}]
|
|
2953
2953
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeToast: [{
|
|
@@ -2961,8 +2961,8 @@ let IxToastContainer = class IxToastContainer {
|
|
|
2961
2961
|
c.detach();
|
|
2962
2962
|
this.el = r.nativeElement;
|
|
2963
2963
|
}
|
|
2964
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2965
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2964
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToastContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2965
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxToastContainer, isStandalone: true, selector: "ix-toast-container", inputs: { containerClass: "containerClass", containerId: "containerId", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2966
2966
|
};
|
|
2967
2967
|
IxToastContainer = __decorate([
|
|
2968
2968
|
ProxyCmp({
|
|
@@ -2971,7 +2971,7 @@ IxToastContainer = __decorate([
|
|
|
2971
2971
|
methods: ['showToast']
|
|
2972
2972
|
})
|
|
2973
2973
|
], IxToastContainer);
|
|
2974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
2974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToastContainer, decorators: [{
|
|
2975
2975
|
type: Component,
|
|
2976
2976
|
args: [{
|
|
2977
2977
|
selector: 'ix-toast-container',
|
|
@@ -2991,8 +2991,8 @@ let IxToggle = class IxToggle {
|
|
|
2991
2991
|
c.detach();
|
|
2992
2992
|
this.el = r.nativeElement;
|
|
2993
2993
|
}
|
|
2994
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2995
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
2994
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2995
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxToggle, isStandalone: true, selector: "ix-toggle", inputs: { checked: "checked", disabled: "disabled", hideText: "hideText", indeterminate: "indeterminate", name: "name", required: "required", textIndeterminate: "textIndeterminate", textOff: "textOff", textOn: "textOn", value: "value" }, outputs: { checkedChange: "checkedChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2996
2996
|
};
|
|
2997
2997
|
IxToggle = __decorate([
|
|
2998
2998
|
ProxyCmp({
|
|
@@ -3000,7 +3000,7 @@ IxToggle = __decorate([
|
|
|
3000
3000
|
inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'name', 'required', 'textIndeterminate', 'textOff', 'textOn', 'value']
|
|
3001
3001
|
})
|
|
3002
3002
|
], IxToggle);
|
|
3003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToggle, decorators: [{
|
|
3004
3004
|
type: Component,
|
|
3005
3005
|
args: [{
|
|
3006
3006
|
selector: 'ix-toggle',
|
|
@@ -3024,8 +3024,8 @@ let IxToggleButton = class IxToggleButton {
|
|
|
3024
3024
|
c.detach();
|
|
3025
3025
|
this.el = r.nativeElement;
|
|
3026
3026
|
}
|
|
3027
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3028
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3027
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3028
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxToggleButton, isStandalone: true, selector: "ix-toggle-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", icon: "icon", iconRight: "iconRight", loading: "loading", pressed: "pressed", variant: "variant" }, outputs: { pressedChange: "pressedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3029
3029
|
};
|
|
3030
3030
|
IxToggleButton = __decorate([
|
|
3031
3031
|
ProxyCmp({
|
|
@@ -3033,7 +3033,7 @@ IxToggleButton = __decorate([
|
|
|
3033
3033
|
inputs: ['ariaLabelButton', 'disabled', 'icon', 'iconRight', 'loading', 'pressed', 'variant']
|
|
3034
3034
|
})
|
|
3035
3035
|
], IxToggleButton);
|
|
3036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxToggleButton, decorators: [{
|
|
3037
3037
|
type: Component,
|
|
3038
3038
|
args: [{
|
|
3039
3039
|
selector: 'ix-toggle-button',
|
|
@@ -3054,8 +3054,8 @@ let IxTooltip = class IxTooltip {
|
|
|
3054
3054
|
c.detach();
|
|
3055
3055
|
this.el = r.nativeElement;
|
|
3056
3056
|
}
|
|
3057
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3058
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3057
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3058
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTooltip, isStandalone: true, selector: "ix-tooltip", inputs: { for: "for", interactive: "interactive", placement: "placement", titleContent: "titleContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3059
3059
|
};
|
|
3060
3060
|
IxTooltip = __decorate([
|
|
3061
3061
|
ProxyCmp({
|
|
@@ -3063,7 +3063,7 @@ IxTooltip = __decorate([
|
|
|
3063
3063
|
inputs: ['for', 'interactive', 'placement', 'titleContent']
|
|
3064
3064
|
})
|
|
3065
3065
|
], IxTooltip);
|
|
3066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTooltip, decorators: [{
|
|
3067
3067
|
type: Component,
|
|
3068
3068
|
args: [{
|
|
3069
3069
|
selector: 'ix-tooltip',
|
|
@@ -3083,8 +3083,8 @@ let IxTreeItem = class IxTreeItem {
|
|
|
3083
3083
|
c.detach();
|
|
3084
3084
|
this.el = r.nativeElement;
|
|
3085
3085
|
}
|
|
3086
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3087
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3086
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3087
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTreeItem, isStandalone: true, selector: "ix-tree-item", inputs: { ariaLabelChevronIcon: "ariaLabelChevronIcon", context: "context", hasChildren: "hasChildren", text: "text" }, outputs: { toggle: "toggle", itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3088
3088
|
};
|
|
3089
3089
|
IxTreeItem = __decorate([
|
|
3090
3090
|
ProxyCmp({
|
|
@@ -3092,7 +3092,7 @@ IxTreeItem = __decorate([
|
|
|
3092
3092
|
inputs: ['ariaLabelChevronIcon', 'context', 'hasChildren', 'text']
|
|
3093
3093
|
})
|
|
3094
3094
|
], IxTreeItem);
|
|
3095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTreeItem, decorators: [{
|
|
3096
3096
|
type: Component,
|
|
3097
3097
|
args: [{
|
|
3098
3098
|
selector: 'ix-tree-item',
|
|
@@ -3115,8 +3115,8 @@ let IxTypography = class IxTypography {
|
|
|
3115
3115
|
c.detach();
|
|
3116
3116
|
this.el = r.nativeElement;
|
|
3117
3117
|
}
|
|
3118
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3119
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3118
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3119
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTypography, isStandalone: true, selector: "ix-typography", inputs: { bold: "bold", format: "format", textColor: "textColor", textDecoration: "textDecoration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3120
3120
|
};
|
|
3121
3121
|
IxTypography = __decorate([
|
|
3122
3122
|
ProxyCmp({
|
|
@@ -3124,7 +3124,7 @@ IxTypography = __decorate([
|
|
|
3124
3124
|
inputs: ['bold', 'format', 'textColor', 'textDecoration']
|
|
3125
3125
|
})
|
|
3126
3126
|
], IxTypography);
|
|
3127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTypography, decorators: [{
|
|
3128
3128
|
type: Component,
|
|
3129
3129
|
args: [{
|
|
3130
3130
|
selector: 'ix-typography',
|
|
@@ -3143,8 +3143,8 @@ let IxUpload = class IxUpload {
|
|
|
3143
3143
|
c.detach();
|
|
3144
3144
|
this.el = r.nativeElement;
|
|
3145
3145
|
}
|
|
3146
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3147
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3146
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3147
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxUpload, isStandalone: true, selector: "ix-upload", inputs: { accept: "accept", disabled: "disabled", i18nUploadDisabled: "i18nUploadDisabled", i18nUploadFile: "i18nUploadFile", loadingText: "loadingText", multiline: "multiline", multiple: "multiple", selectFileText: "selectFileText", state: "state", uploadFailedText: "uploadFailedText", uploadSuccessText: "uploadSuccessText" }, outputs: { filesChanged: "filesChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3148
3148
|
};
|
|
3149
3149
|
IxUpload = __decorate([
|
|
3150
3150
|
ProxyCmp({
|
|
@@ -3153,7 +3153,7 @@ IxUpload = __decorate([
|
|
|
3153
3153
|
methods: ['setFilesToUpload']
|
|
3154
3154
|
})
|
|
3155
3155
|
], IxUpload);
|
|
3156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxUpload, decorators: [{
|
|
3157
3157
|
type: Component,
|
|
3158
3158
|
args: [{
|
|
3159
3159
|
selector: 'ix-upload',
|
|
@@ -3174,8 +3174,8 @@ let IxValidationTooltip = class IxValidationTooltip {
|
|
|
3174
3174
|
c.detach();
|
|
3175
3175
|
this.el = r.nativeElement;
|
|
3176
3176
|
}
|
|
3177
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3178
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3177
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxValidationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3178
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxValidationTooltip, isStandalone: true, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement", suppressAutomaticPlacement: "suppressAutomaticPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3179
3179
|
};
|
|
3180
3180
|
IxValidationTooltip = __decorate([
|
|
3181
3181
|
ProxyCmp({
|
|
@@ -3183,7 +3183,7 @@ IxValidationTooltip = __decorate([
|
|
|
3183
3183
|
inputs: ['message', 'placement', 'suppressAutomaticPlacement']
|
|
3184
3184
|
})
|
|
3185
3185
|
], IxValidationTooltip);
|
|
3186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxValidationTooltip, decorators: [{
|
|
3187
3187
|
type: Component,
|
|
3188
3188
|
args: [{
|
|
3189
3189
|
selector: 'ix-validation-tooltip',
|
|
@@ -3201,8 +3201,8 @@ let IxWorkflowStep = class IxWorkflowStep {
|
|
|
3201
3201
|
c.detach();
|
|
3202
3202
|
this.el = r.nativeElement;
|
|
3203
3203
|
}
|
|
3204
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3205
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3204
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxWorkflowStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3205
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxWorkflowStep, isStandalone: true, selector: "ix-workflow-step", inputs: { clickable: "clickable", disabled: "disabled", selected: "selected", status: "status", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3206
3206
|
};
|
|
3207
3207
|
IxWorkflowStep = __decorate([
|
|
3208
3208
|
ProxyCmp({
|
|
@@ -3210,7 +3210,7 @@ IxWorkflowStep = __decorate([
|
|
|
3210
3210
|
inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical']
|
|
3211
3211
|
})
|
|
3212
3212
|
], IxWorkflowStep);
|
|
3213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxWorkflowStep, decorators: [{
|
|
3214
3214
|
type: Component,
|
|
3215
3215
|
args: [{
|
|
3216
3216
|
selector: 'ix-workflow-step',
|
|
@@ -3229,8 +3229,8 @@ let IxWorkflowSteps = class IxWorkflowSteps {
|
|
|
3229
3229
|
c.detach();
|
|
3230
3230
|
this.el = r.nativeElement;
|
|
3231
3231
|
}
|
|
3232
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3233
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3232
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxWorkflowSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3233
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxWorkflowSteps, isStandalone: true, selector: "ix-workflow-steps", inputs: { clickable: "clickable", selectedIndex: "selectedIndex", vertical: "vertical" }, outputs: { stepSelected: "stepSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3234
3234
|
};
|
|
3235
3235
|
IxWorkflowSteps = __decorate([
|
|
3236
3236
|
ProxyCmp({
|
|
@@ -3238,7 +3238,7 @@ IxWorkflowSteps = __decorate([
|
|
|
3238
3238
|
inputs: ['clickable', 'selectedIndex', 'vertical']
|
|
3239
3239
|
})
|
|
3240
3240
|
], IxWorkflowSteps);
|
|
3241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxWorkflowSteps, decorators: [{
|
|
3242
3242
|
type: Component,
|
|
3243
3243
|
args: [{
|
|
3244
3244
|
selector: 'ix-workflow-steps',
|
|
@@ -3279,8 +3279,8 @@ let IxIcon = class IxIcon {
|
|
|
3279
3279
|
c.detach();
|
|
3280
3280
|
this.el = r.nativeElement;
|
|
3281
3281
|
}
|
|
3282
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3283
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3282
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3283
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxIcon, isStandalone: true, selector: "ix-icon", inputs: { color: "color", size: "size", name: "name", lazyLoading: "lazyLoading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3284
3284
|
};
|
|
3285
3285
|
IxIcon = __decorate([
|
|
3286
3286
|
ProxyCmp({
|
|
@@ -3288,7 +3288,7 @@ IxIcon = __decorate([
|
|
|
3288
3288
|
defineCustomElementFn: defineCustomElement$1H,
|
|
3289
3289
|
})
|
|
3290
3290
|
], IxIcon);
|
|
3291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxIcon, decorators: [{
|
|
3292
3292
|
type: Component,
|
|
3293
3293
|
args: [{
|
|
3294
3294
|
selector: 'ix-icon',
|
|
@@ -3305,8 +3305,8 @@ let IxTree = class IxTree extends TreeBaseDirective {
|
|
|
3305
3305
|
super(c, r, z, proxyOutputs);
|
|
3306
3306
|
this.z = z;
|
|
3307
3307
|
}
|
|
3308
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3309
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.
|
|
3308
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3309
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: IxTree, isStandalone: true, selector: "ix-tree", inputs: { context: "context", model: "model", root: "root", renderItem: "renderItem", lazyLoading: "lazyLoading" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3310
3310
|
};
|
|
3311
3311
|
IxTree = __decorate([
|
|
3312
3312
|
ProxyCmp({
|
|
@@ -3314,7 +3314,7 @@ IxTree = __decorate([
|
|
|
3314
3314
|
defineCustomElementFn: defineCustomElement$1I,
|
|
3315
3315
|
})
|
|
3316
3316
|
], IxTree);
|
|
3317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTree, decorators: [{
|
|
3318
3318
|
type: Component,
|
|
3319
3319
|
args: [{
|
|
3320
3320
|
selector: 'ix-tree',
|
|
@@ -3343,10 +3343,10 @@ class ModalService extends ModalService$1 {
|
|
|
3343
3343
|
close(instance, reason) {
|
|
3344
3344
|
super.close(instance, reason);
|
|
3345
3345
|
}
|
|
3346
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3347
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3346
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3347
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ModalService, providedIn: 'root' });
|
|
3348
3348
|
}
|
|
3349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ModalService, decorators: [{
|
|
3350
3350
|
type: Injectable,
|
|
3351
3351
|
args: [{ providedIn: 'root' }]
|
|
3352
3352
|
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }] });
|
|
@@ -3374,10 +3374,10 @@ class ToastService extends ToastService$1 {
|
|
|
3374
3374
|
show(config) {
|
|
3375
3375
|
return super.show(config);
|
|
3376
3376
|
}
|
|
3377
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3378
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3377
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3378
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
3379
3379
|
}
|
|
3380
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: ToastService, decorators: [{
|
|
3381
3381
|
type: Injectable,
|
|
3382
3382
|
args: [{ providedIn: 'root' }]
|
|
3383
3383
|
}], ctorParameters: () => [] });
|
|
@@ -3407,10 +3407,10 @@ class MessageService extends MessageService$1 {
|
|
|
3407
3407
|
question(title, message, textOkay, textCancel, payloadOkay, payloadCancel) {
|
|
3408
3408
|
return super.question(title, message, textOkay, textCancel, payloadOkay, payloadCancel);
|
|
3409
3409
|
}
|
|
3410
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3411
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3410
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: MessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3411
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
3412
3412
|
}
|
|
3413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: MessageService, decorators: [{
|
|
3414
3414
|
type: Injectable,
|
|
3415
3415
|
args: [{ providedIn: 'root' }]
|
|
3416
3416
|
}], ctorParameters: () => [] });
|
|
@@ -3431,10 +3431,10 @@ class LoadingService extends LoadingService$1 {
|
|
|
3431
3431
|
showModalLoading(message) {
|
|
3432
3432
|
return super.showModalLoading(message);
|
|
3433
3433
|
}
|
|
3434
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3435
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3434
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: LoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3435
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: LoadingService, providedIn: 'root' });
|
|
3436
3436
|
}
|
|
3437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: LoadingService, decorators: [{
|
|
3438
3438
|
type: Injectable,
|
|
3439
3439
|
args: [{
|
|
3440
3440
|
providedIn: 'root',
|
|
@@ -3456,10 +3456,10 @@ class IxBooleanValueAccessorDirective extends BooleanValueAccessorBaseDirective
|
|
|
3456
3456
|
constructor(injector, el) {
|
|
3457
3457
|
super(injector, el);
|
|
3458
3458
|
}
|
|
3459
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3460
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
3459
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBooleanValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3460
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: IxBooleanValueAccessorDirective, isStandalone: true, selector: "ix-checkbox,ix-toggle", providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3461
3461
|
}
|
|
3462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
|
|
3463
3463
|
type: Directive,
|
|
3464
3464
|
args: [{
|
|
3465
3465
|
selector: 'ix-checkbox,ix-toggle',
|
|
@@ -3482,10 +3482,10 @@ class IxRadioValueAccessorDirective extends RadioValueAccessorBaseDirective {
|
|
|
3482
3482
|
constructor(injector, el) {
|
|
3483
3483
|
super(injector, el);
|
|
3484
3484
|
}
|
|
3485
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3486
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
3485
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRadioValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3486
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: IxRadioValueAccessorDirective, isStandalone: true, selector: "ix-radio", providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3487
3487
|
}
|
|
3488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
|
|
3489
3489
|
type: Directive,
|
|
3490
3490
|
args: [{
|
|
3491
3491
|
selector: 'ix-radio',
|
|
@@ -3508,10 +3508,10 @@ class IxSelectValueAccessorDirective extends SelectValueAccessorBaseDirective {
|
|
|
3508
3508
|
constructor(injector, el) {
|
|
3509
3509
|
super(injector, el);
|
|
3510
3510
|
}
|
|
3511
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3512
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
3511
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSelectValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3512
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: IxSelectValueAccessorDirective, isStandalone: true, selector: "ix-select", providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3513
3513
|
}
|
|
3514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
|
|
3515
3515
|
type: Directive,
|
|
3516
3516
|
args: [{
|
|
3517
3517
|
selector: 'ix-select',
|
|
@@ -3534,10 +3534,10 @@ class IxTextValueAccessorDirective extends TextValueAccessorBaseDirective {
|
|
|
3534
3534
|
constructor(injector, el) {
|
|
3535
3535
|
super(injector, el);
|
|
3536
3536
|
}
|
|
3537
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3538
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
3537
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTextValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3538
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: IxTextValueAccessorDirective, isStandalone: true, selector: "ix-input,ix-number-input,ix-textarea", providers: [createValueAccessorProvider(IxTextValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3539
3539
|
}
|
|
3540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
|
|
3541
3541
|
type: Directive,
|
|
3542
3542
|
args: [{
|
|
3543
3543
|
selector: 'ix-input,ix-number-input,ix-textarea',
|
|
@@ -3560,10 +3560,10 @@ class IxDateValueAccessorDirective extends DateValueAccessorBaseDirective {
|
|
|
3560
3560
|
constructor(injector, el) {
|
|
3561
3561
|
super(injector, el);
|
|
3562
3562
|
}
|
|
3563
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3564
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
3563
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDateValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3564
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: IxDateValueAccessorDirective, isStandalone: true, selector: "ix-date-input", providers: [createValueAccessorProvider(IxDateValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3565
3565
|
}
|
|
3566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
|
|
3567
3567
|
type: Directive,
|
|
3568
3568
|
args: [{
|
|
3569
3569
|
selector: 'ix-date-input',
|
|
@@ -3596,10 +3596,10 @@ class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
3596
3596
|
ngOnChanges() {
|
|
3597
3597
|
super.ngOnChanges();
|
|
3598
3598
|
}
|
|
3599
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3600
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.
|
|
3599
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3600
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: IxDropdownTriggerDirective, isStandalone: true, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
3601
3601
|
}
|
|
3602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
|
|
3603
3603
|
type: Directive,
|
|
3604
3604
|
args: [{
|
|
3605
3605
|
selector: '[ixDropdownTrigger]',
|