@siemens/ix-angular 0.0.0-pr-2042-20250801111750 → 0.0.0-pr-2155-20250923141322
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 +24 -127
- package/fesm2022/siemens-ix-angular-standalone.mjs +50 -49
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +50 -49
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +16 -16
- package/package.json +2 -2
- package/standalone/index.d.ts +16 -16
|
@@ -239,12 +239,12 @@ let IxApplicationHeader = class IxApplicationHeader {
|
|
|
239
239
|
this.el = r.nativeElement;
|
|
240
240
|
}
|
|
241
241
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplicationHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
242
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxApplicationHeader, isStandalone: true, selector: "ix-application-header", inputs: { ariaLabelAppSwitchIconButton: "ariaLabelAppSwitchIconButton", ariaLabelMenuExpandIconButton: "ariaLabelMenuExpandIconButton", ariaLabelMoreMenuIconButton: "ariaLabelMoreMenuIconButton", name: "name", showMenu: "showMenu" }, outputs: { menuToggle: "menuToggle", openAppSwitch: "openAppSwitch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
242
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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", 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 });
|
|
243
243
|
};
|
|
244
244
|
IxApplicationHeader = __decorate([
|
|
245
245
|
ProxyCmp({
|
|
246
246
|
defineCustomElementFn: defineCustomElement$3,
|
|
247
|
-
inputs: ['ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'name', 'showMenu']
|
|
247
|
+
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu']
|
|
248
248
|
})
|
|
249
249
|
], IxApplicationHeader);
|
|
250
250
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplicationHeader, decorators: [{
|
|
@@ -254,7 +254,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
254
254
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
255
255
|
template: '<ng-content></ng-content>',
|
|
256
256
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
257
|
-
inputs: ['ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'name', 'showMenu'],
|
|
257
|
+
inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu'],
|
|
258
258
|
outputs: ['menuToggle', 'openAppSwitch'],
|
|
259
259
|
}]
|
|
260
260
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuToggle: [{
|
|
@@ -271,12 +271,12 @@ let IxAvatar = class IxAvatar {
|
|
|
271
271
|
this.el = r.nativeElement;
|
|
272
272
|
}
|
|
273
273
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
274
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxAvatar, isStandalone: true, selector: "ix-avatar", inputs: { a11yLabel: "a11yLabel", extra: "extra", image: "image", initials: "initials", username: "username" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
274
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
275
275
|
};
|
|
276
276
|
IxAvatar = __decorate([
|
|
277
277
|
ProxyCmp({
|
|
278
278
|
defineCustomElementFn: defineCustomElement$4,
|
|
279
|
-
inputs: ['a11yLabel', 'extra', 'image', 'initials', 'username']
|
|
279
|
+
inputs: ['a11yLabel', 'ariaLabelTooltip', 'extra', 'image', 'initials', 'tooltipText', 'username']
|
|
280
280
|
})
|
|
281
281
|
], IxAvatar);
|
|
282
282
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxAvatar, decorators: [{
|
|
@@ -286,7 +286,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
286
286
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
287
287
|
template: '<ng-content></ng-content>',
|
|
288
288
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
289
|
-
inputs: ['a11yLabel', 'extra', 'image', 'initials', 'username'],
|
|
289
|
+
inputs: ['a11yLabel', 'ariaLabelTooltip', 'extra', 'image', 'initials', 'tooltipText', 'username'],
|
|
290
290
|
}]
|
|
291
291
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
292
292
|
let IxBasicNavigation = class IxBasicNavigation {
|
|
@@ -390,12 +390,12 @@ let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
|
390
390
|
this.el = r.nativeElement;
|
|
391
391
|
}
|
|
392
392
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
393
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumbItem, isStandalone: true, selector: "ix-breadcrumb-item", inputs: { ariaLabelButton: "ariaLabelButton", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
393
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
394
394
|
};
|
|
395
395
|
IxBreadcrumbItem = __decorate([
|
|
396
396
|
ProxyCmp({
|
|
397
397
|
defineCustomElementFn: defineCustomElement$8,
|
|
398
|
-
inputs: ['ariaLabelButton', 'icon', 'label']
|
|
398
|
+
inputs: ['ariaLabelButton', 'href', 'icon', 'label', 'rel', 'target']
|
|
399
399
|
})
|
|
400
400
|
], IxBreadcrumbItem);
|
|
401
401
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
|
|
@@ -405,7 +405,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
405
405
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
406
406
|
template: '<ng-content></ng-content>',
|
|
407
407
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
408
|
-
inputs: ['ariaLabelButton', 'icon', 'label'],
|
|
408
|
+
inputs: ['ariaLabelButton', 'href', 'icon', 'label', 'rel', 'target'],
|
|
409
409
|
}]
|
|
410
410
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
411
411
|
let IxButton = class IxButton {
|
|
@@ -417,12 +417,12 @@ let IxButton = class IxButton {
|
|
|
417
417
|
this.el = r.nativeElement;
|
|
418
418
|
}
|
|
419
419
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
420
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxButton, isStandalone: true, selector: "ix-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", form: "form",
|
|
420
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
421
421
|
};
|
|
422
422
|
IxButton = __decorate([
|
|
423
423
|
ProxyCmp({
|
|
424
424
|
defineCustomElementFn: defineCustomElement$9,
|
|
425
|
-
inputs: ['ariaLabelButton', 'disabled', 'form', '
|
|
425
|
+
inputs: ['ariaLabelButton', 'disabled', 'form', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target', 'type', 'variant']
|
|
426
426
|
})
|
|
427
427
|
], IxButton);
|
|
428
428
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxButton, decorators: [{
|
|
@@ -432,7 +432,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
432
432
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
433
433
|
template: '<ng-content></ng-content>',
|
|
434
434
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
435
|
-
inputs: ['ariaLabelButton', 'disabled', 'form', '
|
|
435
|
+
inputs: ['ariaLabelButton', 'disabled', 'form', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target', 'type', 'variant'],
|
|
436
436
|
}]
|
|
437
437
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
438
438
|
let IxCard = class IxCard {
|
|
@@ -471,12 +471,12 @@ let IxCardAccordion = class IxCardAccordion {
|
|
|
471
471
|
this.el = r.nativeElement;
|
|
472
472
|
}
|
|
473
473
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
474
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardAccordion, isStandalone: true, selector: "ix-card-accordion", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
474
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
475
475
|
};
|
|
476
476
|
IxCardAccordion = __decorate([
|
|
477
477
|
ProxyCmp({
|
|
478
478
|
defineCustomElementFn: defineCustomElement$b,
|
|
479
|
-
inputs: ['ariaLabelExpandButton', 'collapse']
|
|
479
|
+
inputs: ['ariaLabelExpandButton', 'collapse', 'variant']
|
|
480
480
|
})
|
|
481
481
|
], IxCardAccordion);
|
|
482
482
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardAccordion, decorators: [{
|
|
@@ -486,7 +486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
486
486
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
487
487
|
template: '<ng-content></ng-content>',
|
|
488
488
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
489
|
-
inputs: ['ariaLabelExpandButton', 'collapse'],
|
|
489
|
+
inputs: ['ariaLabelExpandButton', 'collapse', 'variant'],
|
|
490
490
|
}]
|
|
491
491
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
492
492
|
let IxCardContent = class IxCardContent {
|
|
@@ -834,12 +834,12 @@ let IxDateDropdown = class IxDateDropdown {
|
|
|
834
834
|
this.el = r.nativeElement;
|
|
835
835
|
}
|
|
836
836
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
837
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateDropdown, isStandalone: true, selector: "ix-date-dropdown", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", customRangeAllowed: "customRangeAllowed", dateRangeId: "dateRangeId", dateRangeOptions: "dateRangeOptions", disabled: "disabled", format: "format", from: "from",
|
|
837
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateDropdown, isStandalone: true, selector: "ix-date-dropdown", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", customRangeAllowed: "customRangeAllowed", dateRangeId: "dateRangeId", dateRangeOptions: "dateRangeOptions", disabled: "disabled", format: "format", from: "from", i18nCustomItem: "i18nCustomItem", i18nDone: "i18nDone", i18nNoRange: "i18nNoRange", loading: "loading", locale: "locale", maxDate: "maxDate", minDate: "minDate", range: "range", showWeekNumbers: "showWeekNumbers", to: "to", variant: "variant", weekStartIndex: "weekStartIndex" }, outputs: { dateRangeChange: "dateRangeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
838
838
|
};
|
|
839
839
|
IxDateDropdown = __decorate([
|
|
840
840
|
ProxyCmp({
|
|
841
841
|
defineCustomElementFn: defineCustomElement$n,
|
|
842
|
-
inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', '
|
|
842
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
|
|
843
843
|
methods: ['getDateRange']
|
|
844
844
|
})
|
|
845
845
|
], IxDateDropdown);
|
|
@@ -850,7 +850,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
850
850
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
851
851
|
template: '<ng-content></ng-content>',
|
|
852
852
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
853
|
-
inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', '
|
|
853
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
|
|
854
854
|
outputs: ['dateRangeChange'],
|
|
855
855
|
}]
|
|
856
856
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dateRangeChange: [{
|
|
@@ -1068,12 +1068,12 @@ let IxDropdownButton = class IxDropdownButton {
|
|
|
1068
1068
|
this.el = r.nativeElement;
|
|
1069
1069
|
}
|
|
1070
1070
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1071
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownButton, isStandalone: true, selector: "ix-dropdown-button", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", closeBehavior: "closeBehavior", disabled: "disabled",
|
|
1071
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownButton, isStandalone: true, selector: "ix-dropdown-button", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", closeBehavior: "closeBehavior", disabled: "disabled", icon: "icon", label: "label", placement: "placement", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1072
1072
|
};
|
|
1073
1073
|
IxDropdownButton = __decorate([
|
|
1074
1074
|
ProxyCmp({
|
|
1075
1075
|
defineCustomElementFn: defineCustomElement$u,
|
|
1076
|
-
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', '
|
|
1076
|
+
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant']
|
|
1077
1077
|
})
|
|
1078
1078
|
], IxDropdownButton);
|
|
1079
1079
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownButton, decorators: [{
|
|
@@ -1083,7 +1083,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1083
1083
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1084
1084
|
template: '<ng-content></ng-content>',
|
|
1085
1085
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1086
|
-
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', '
|
|
1086
|
+
inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant'],
|
|
1087
1087
|
}]
|
|
1088
1088
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1089
1089
|
let IxDropdownHeader = class IxDropdownHeader {
|
|
@@ -1234,12 +1234,12 @@ let IxEventListItem = class IxEventListItem {
|
|
|
1234
1234
|
this.el = r.nativeElement;
|
|
1235
1235
|
}
|
|
1236
1236
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1237
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxEventListItem, isStandalone: true, selector: "ix-event-list-item", inputs: { chevron: "chevron", disabled: "disabled", itemColor: "itemColor", selected: "selected" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1237
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
1238
1238
|
};
|
|
1239
1239
|
IxEventListItem = __decorate([
|
|
1240
1240
|
ProxyCmp({
|
|
1241
1241
|
defineCustomElementFn: defineCustomElement$A,
|
|
1242
|
-
inputs: ['chevron', 'disabled', 'itemColor', 'selected']
|
|
1242
|
+
inputs: ['chevron', 'disabled', 'itemColor', 'selected', 'variant']
|
|
1243
1243
|
})
|
|
1244
1244
|
], IxEventListItem);
|
|
1245
1245
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventListItem, decorators: [{
|
|
@@ -1249,7 +1249,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1249
1249
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1250
1250
|
template: '<ng-content></ng-content>',
|
|
1251
1251
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1252
|
-
inputs: ['chevron', 'disabled', 'itemColor', 'selected'],
|
|
1252
|
+
inputs: ['chevron', 'disabled', 'itemColor', 'selected', 'variant'],
|
|
1253
1253
|
outputs: ['itemClick'],
|
|
1254
1254
|
}]
|
|
1255
1255
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
|
|
@@ -1265,12 +1265,12 @@ let IxExpandingSearch = class IxExpandingSearch {
|
|
|
1265
1265
|
this.el = r.nativeElement;
|
|
1266
1266
|
}
|
|
1267
1267
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxExpandingSearch, 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.1.4", type: IxExpandingSearch, isStandalone: true, selector: "ix-expanding-search", inputs: { ariaLabelClearIconButton: "ariaLabelClearIconButton", ariaLabelSearchIconButton: "ariaLabelSearchIconButton", ariaLabelSearchInput: "ariaLabelSearchInput", fullWidth: "fullWidth",
|
|
1268
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
1269
1269
|
};
|
|
1270
1270
|
IxExpandingSearch = __decorate([
|
|
1271
1271
|
ProxyCmp({
|
|
1272
1272
|
defineCustomElementFn: defineCustomElement$B,
|
|
1273
|
-
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', '
|
|
1273
|
+
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'icon', 'placeholder', 'value', 'variant']
|
|
1274
1274
|
})
|
|
1275
1275
|
], IxExpandingSearch);
|
|
1276
1276
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxExpandingSearch, decorators: [{
|
|
@@ -1280,7 +1280,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1280
1280
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1281
1281
|
template: '<ng-content></ng-content>',
|
|
1282
1282
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1283
|
-
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', '
|
|
1283
|
+
inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'icon', 'placeholder', 'value', 'variant'],
|
|
1284
1284
|
outputs: ['valueChange'],
|
|
1285
1285
|
}]
|
|
1286
1286
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
|
|
@@ -1354,12 +1354,12 @@ let IxFlipTile = class IxFlipTile {
|
|
|
1354
1354
|
this.el = r.nativeElement;
|
|
1355
1355
|
}
|
|
1356
1356
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTile, 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.1.4", type: IxFlipTile, isStandalone: true, selector: "ix-flip-tile", inputs: { ariaLabelEyeIconButton: "ariaLabelEyeIconButton", height: "height", index: "index",
|
|
1357
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
1358
1358
|
};
|
|
1359
1359
|
IxFlipTile = __decorate([
|
|
1360
1360
|
ProxyCmp({
|
|
1361
1361
|
defineCustomElementFn: defineCustomElement$E,
|
|
1362
|
-
inputs: ['ariaLabelEyeIconButton', 'height', 'index', '
|
|
1362
|
+
inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'variant', 'width']
|
|
1363
1363
|
})
|
|
1364
1364
|
], IxFlipTile);
|
|
1365
1365
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTile, decorators: [{
|
|
@@ -1369,7 +1369,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1369
1369
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1370
1370
|
template: '<ng-content></ng-content>',
|
|
1371
1371
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1372
|
-
inputs: ['ariaLabelEyeIconButton', 'height', 'index', '
|
|
1372
|
+
inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'variant', 'width'],
|
|
1373
1373
|
outputs: ['toggle'],
|
|
1374
1374
|
}]
|
|
1375
1375
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggle: [{
|
|
@@ -1531,12 +1531,12 @@ let IxIconButton = class IxIconButton {
|
|
|
1531
1531
|
this.el = r.nativeElement;
|
|
1532
1532
|
}
|
|
1533
1533
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1534
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxIconButton, isStandalone: true, selector: "ix-icon-button", inputs: { a11yLabel: "a11yLabel", disabled: "disabled",
|
|
1534
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
1535
1535
|
};
|
|
1536
1536
|
IxIconButton = __decorate([
|
|
1537
1537
|
ProxyCmp({
|
|
1538
1538
|
defineCustomElementFn: defineCustomElement$K,
|
|
1539
|
-
inputs: ['a11yLabel', 'disabled', '
|
|
1539
|
+
inputs: ['a11yLabel', 'disabled', 'icon', 'iconColor', 'loading', 'oval', 'size', 'type', 'variant']
|
|
1540
1540
|
})
|
|
1541
1541
|
], IxIconButton);
|
|
1542
1542
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconButton, decorators: [{
|
|
@@ -1546,7 +1546,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1546
1546
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1547
1547
|
template: '<ng-content></ng-content>',
|
|
1548
1548
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1549
|
-
inputs: ['a11yLabel', 'disabled', '
|
|
1549
|
+
inputs: ['a11yLabel', 'disabled', 'icon', 'iconColor', 'loading', 'oval', 'size', 'type', 'variant'],
|
|
1550
1550
|
}]
|
|
1551
1551
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1552
1552
|
let IxIconToggleButton = class IxIconToggleButton {
|
|
@@ -2086,12 +2086,12 @@ let IxMenuCategory = class IxMenuCategory {
|
|
|
2086
2086
|
this.el = r.nativeElement;
|
|
2087
2087
|
}
|
|
2088
2088
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuCategory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2089
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuCategory, isStandalone: true, selector: "ix-menu-category", inputs: { icon: "icon", label: "label", notifications: "notifications" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2089
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
2090
2090
|
};
|
|
2091
2091
|
IxMenuCategory = __decorate([
|
|
2092
2092
|
ProxyCmp({
|
|
2093
2093
|
defineCustomElementFn: defineCustomElement$10,
|
|
2094
|
-
inputs: ['icon', 'label', 'notifications']
|
|
2094
|
+
inputs: ['icon', 'label', 'notifications', 'tooltipText']
|
|
2095
2095
|
})
|
|
2096
2096
|
], IxMenuCategory);
|
|
2097
2097
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuCategory, decorators: [{
|
|
@@ -2101,7 +2101,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2101
2101
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2102
2102
|
template: '<ng-content></ng-content>',
|
|
2103
2103
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2104
|
-
inputs: ['icon', 'label', 'notifications'],
|
|
2104
|
+
inputs: ['icon', 'label', 'notifications', 'tooltipText'],
|
|
2105
2105
|
}]
|
|
2106
2106
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2107
2107
|
let IxMenuItem = class IxMenuItem {
|
|
@@ -2113,12 +2113,12 @@ let IxMenuItem = class IxMenuItem {
|
|
|
2113
2113
|
this.el = r.nativeElement;
|
|
2114
2114
|
}
|
|
2115
2115
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2116
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuItem, isStandalone: true, selector: "ix-menu-item", inputs: { active: "active", bottom: "bottom", disabled: "disabled", home: "home", icon: "icon", label: "label", notifications: "notifications" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2116
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
2117
2117
|
};
|
|
2118
2118
|
IxMenuItem = __decorate([
|
|
2119
2119
|
ProxyCmp({
|
|
2120
2120
|
defineCustomElementFn: defineCustomElement$11,
|
|
2121
|
-
inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications']
|
|
2121
|
+
inputs: ['active', 'bottom', 'disabled', 'home', 'href', 'icon', 'label', 'notifications', 'rel', 'target', 'tooltipText']
|
|
2122
2122
|
})
|
|
2123
2123
|
], IxMenuItem);
|
|
2124
2124
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuItem, decorators: [{
|
|
@@ -2128,7 +2128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2128
2128
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2129
2129
|
template: '<ng-content></ng-content>',
|
|
2130
2130
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2131
|
-
inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications'],
|
|
2131
|
+
inputs: ['active', 'bottom', 'disabled', 'home', 'href', 'icon', 'label', 'notifications', 'rel', 'target', 'tooltipText'],
|
|
2132
2132
|
}]
|
|
2133
2133
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2134
2134
|
let IxMenuSettings = class IxMenuSettings {
|
|
@@ -2432,12 +2432,12 @@ let IxPane = class IxPane {
|
|
|
2432
2432
|
this.el = r.nativeElement;
|
|
2433
2433
|
}
|
|
2434
2434
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2435
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPane, isStandalone: true, selector: "ix-pane", inputs: { ariaLabelIcon: "ariaLabelIcon", borderless: "borderless", 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 });
|
|
2435
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
2436
2436
|
};
|
|
2437
2437
|
IxPane = __decorate([
|
|
2438
2438
|
ProxyCmp({
|
|
2439
2439
|
defineCustomElementFn: defineCustomElement$1b,
|
|
2440
|
-
inputs: ['ariaLabelIcon', 'borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2440
|
+
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2441
2441
|
})
|
|
2442
2442
|
], IxPane);
|
|
2443
2443
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPane, decorators: [{
|
|
@@ -2447,7 +2447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2447
2447
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2448
2448
|
template: '<ng-content></ng-content>',
|
|
2449
2449
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2450
|
-
inputs: ['ariaLabelIcon', 'borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant'],
|
|
2450
|
+
inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant'],
|
|
2451
2451
|
outputs: ['expandedChanged', 'variantChanged', 'borderlessChanged'],
|
|
2452
2452
|
}]
|
|
2453
2453
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChanged: [{
|
|
@@ -2799,12 +2799,12 @@ let IxSplitButton = class IxSplitButton {
|
|
|
2799
2799
|
this.el = r.nativeElement;
|
|
2800
2800
|
}
|
|
2801
2801
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2802
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSplitButton, isStandalone: true, selector: "ix-split-button", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelSplitIconButton: "ariaLabelSplitIconButton", closeBehavior: "closeBehavior", disabled: "disabled",
|
|
2802
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSplitButton, isStandalone: true, selector: "ix-split-button", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelSplitIconButton: "ariaLabelSplitIconButton", closeBehavior: "closeBehavior", disabled: "disabled", 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 });
|
|
2803
2803
|
};
|
|
2804
2804
|
IxSplitButton = __decorate([
|
|
2805
2805
|
ProxyCmp({
|
|
2806
2806
|
defineCustomElementFn: defineCustomElement$1n,
|
|
2807
|
-
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', '
|
|
2807
|
+
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant']
|
|
2808
2808
|
})
|
|
2809
2809
|
], IxSplitButton);
|
|
2810
2810
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSplitButton, decorators: [{
|
|
@@ -2814,7 +2814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2814
2814
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2815
2815
|
template: '<ng-content></ng-content>',
|
|
2816
2816
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2817
|
-
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', '
|
|
2817
|
+
inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant'],
|
|
2818
2818
|
outputs: ['buttonClick'],
|
|
2819
2819
|
}]
|
|
2820
2820
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonClick: [{
|
|
@@ -3032,7 +3032,8 @@ let IxToast = class IxToast {
|
|
|
3032
3032
|
IxToast = __decorate([
|
|
3033
3033
|
ProxyCmp({
|
|
3034
3034
|
defineCustomElementFn: defineCustomElement$1u,
|
|
3035
|
-
inputs: ['ariaLabelCloseIconButton', 'autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type']
|
|
3035
|
+
inputs: ['ariaLabelCloseIconButton', 'autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type'],
|
|
3036
|
+
methods: ['pause', 'resume', 'isPaused']
|
|
3036
3037
|
})
|
|
3037
3038
|
], IxToast);
|
|
3038
3039
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToast, decorators: [{
|
|
@@ -3120,12 +3121,12 @@ let IxToggleButton = class IxToggleButton {
|
|
|
3120
3121
|
this.el = r.nativeElement;
|
|
3121
3122
|
}
|
|
3122
3123
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3123
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToggleButton, isStandalone: true, selector: "ix-toggle-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled",
|
|
3124
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", 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 });
|
|
3124
3125
|
};
|
|
3125
3126
|
IxToggleButton = __decorate([
|
|
3126
3127
|
ProxyCmp({
|
|
3127
3128
|
defineCustomElementFn: defineCustomElement$1x,
|
|
3128
|
-
inputs: ['ariaLabelButton', 'disabled', '
|
|
3129
|
+
inputs: ['ariaLabelButton', 'disabled', 'icon', 'iconRight', 'loading', 'pressed', 'variant']
|
|
3129
3130
|
})
|
|
3130
3131
|
], IxToggleButton);
|
|
3131
3132
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggleButton, decorators: [{
|
|
@@ -3135,7 +3136,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3135
3136
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3136
3137
|
template: '<ng-content></ng-content>',
|
|
3137
3138
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3138
|
-
inputs: ['ariaLabelButton', 'disabled', '
|
|
3139
|
+
inputs: ['ariaLabelButton', 'disabled', 'icon', 'iconRight', 'loading', 'pressed', 'variant'],
|
|
3139
3140
|
outputs: ['pressedChange'],
|
|
3140
3141
|
}]
|
|
3141
3142
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pressedChange: [{
|