@siemens/ix-angular 0.0.0-pr-2166-20251001134702 → 0.0.0-pr-2214-20251017134939
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 +20 -20
- package/fesm2022/siemens-ix-angular-standalone.mjs +231 -176
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +159 -57
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +54 -22
- package/package.json +3 -3
- package/standalone/index.d.ts +39 -21
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { themeSwitcher } from '@siemens/ix';
|
|
1
2
|
export * from '@siemens/ix';
|
|
2
3
|
import { __decorate } from 'tslib';
|
|
3
4
|
import * as i0 from '@angular/core';
|
|
@@ -251,11 +252,11 @@ let IxBreadcrumb = class IxBreadcrumb {
|
|
|
251
252
|
this.el = r.nativeElement;
|
|
252
253
|
}
|
|
253
254
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
254
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumb, isStandalone: false, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton",
|
|
255
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumb, isStandalone: false, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton", ghost: "ghost", nextItems: "nextItems", visibleItemCount: "visibleItemCount" }, outputs: { itemClick: "itemClick", nextClick: "nextClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
255
256
|
};
|
|
256
257
|
IxBreadcrumb = __decorate([
|
|
257
258
|
ProxyCmp({
|
|
258
|
-
inputs: ['ariaLabelPreviousButton', '
|
|
259
|
+
inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount']
|
|
259
260
|
})
|
|
260
261
|
], IxBreadcrumb);
|
|
261
262
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
@@ -265,7 +266,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
265
266
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
266
267
|
template: '<ng-content></ng-content>',
|
|
267
268
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
268
|
-
inputs: ['ariaLabelPreviousButton', '
|
|
269
|
+
inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount'],
|
|
269
270
|
outputs: ['itemClick', 'nextClick'],
|
|
270
271
|
standalone: false
|
|
271
272
|
}]
|
|
@@ -482,11 +483,11 @@ let IxCategoryFilter = class IxCategoryFilter {
|
|
|
482
483
|
this.el = r.nativeElement;
|
|
483
484
|
}
|
|
484
485
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCategoryFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
485
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCategoryFilter, isStandalone: false, selector: "ix-category-filter", inputs: { ariaLabelFilterInput: "ariaLabelFilterInput", ariaLabelOperatorButton: "ariaLabelOperatorButton", ariaLabelResetButton: "ariaLabelResetButton", categories: "categories", disabled: "disabled", filterState: "filterState", hideIcon: "hideIcon", i18nPlainText: "i18nPlainText", icon: "icon", labelCategories: "labelCategories", nonSelectableCategories: "nonSelectableCategories", placeholder: "placeholder", readonly: "readonly",
|
|
486
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCategoryFilter, isStandalone: false, selector: "ix-category-filter", inputs: { ariaLabelFilterInput: "ariaLabelFilterInput", ariaLabelOperatorButton: "ariaLabelOperatorButton", ariaLabelResetButton: "ariaLabelResetButton", categories: "categories", disabled: "disabled", filterState: "filterState", hideIcon: "hideIcon", i18nPlainText: "i18nPlainText", icon: "icon", labelCategories: "labelCategories", nonSelectableCategories: "nonSelectableCategories", placeholder: "placeholder", readonly: "readonly", repeatCategories: "repeatCategories", staticOperator: "staticOperator", suggestions: "suggestions" }, outputs: { categoryChanged: "categoryChanged", inputChanged: "inputChanged", filterChanged: "filterChanged", filterCleared: "filterCleared" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
486
487
|
};
|
|
487
488
|
IxCategoryFilter = __decorate([
|
|
488
489
|
ProxyCmp({
|
|
489
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', '
|
|
490
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'staticOperator', 'suggestions']
|
|
490
491
|
})
|
|
491
492
|
], IxCategoryFilter);
|
|
492
493
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
@@ -496,7 +497,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
496
497
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
497
498
|
template: '<ng-content></ng-content>',
|
|
498
499
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
499
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', '
|
|
500
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'staticOperator', 'suggestions'],
|
|
500
501
|
outputs: ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared'],
|
|
501
502
|
standalone: false
|
|
502
503
|
}]
|
|
@@ -583,11 +584,11 @@ let IxChip = class IxChip {
|
|
|
583
584
|
this.el = r.nativeElement;
|
|
584
585
|
}
|
|
585
586
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
586
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxChip, isStandalone: false, selector: "ix-chip", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", background: "background", centerContent: "centerContent", chipColor: "chipColor", closable: "closable", icon: "icon",
|
|
587
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxChip, isStandalone: false, selector: "ix-chip", inputs: { active: "active", ariaLabelCloseButton: "ariaLabelCloseButton", background: "background", centerContent: "centerContent", chipColor: "chipColor", closable: "closable", icon: "icon", outline: "outline", tooltipText: "tooltipText", variant: "variant" }, outputs: { closeChip: "closeChip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
587
588
|
};
|
|
588
589
|
IxChip = __decorate([
|
|
589
590
|
ProxyCmp({
|
|
590
|
-
inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', '
|
|
591
|
+
inputs: ['active', 'ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant']
|
|
591
592
|
})
|
|
592
593
|
], IxChip);
|
|
593
594
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxChip, decorators: [{
|
|
@@ -597,7 +598,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
597
598
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
598
599
|
template: '<ng-content></ng-content>',
|
|
599
600
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
600
|
-
inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', '
|
|
601
|
+
inputs: ['active', 'ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant'],
|
|
601
602
|
outputs: ['closeChip'],
|
|
602
603
|
standalone: false
|
|
603
604
|
}]
|
|
@@ -724,11 +725,11 @@ let IxDateDropdown = class IxDateDropdown {
|
|
|
724
725
|
this.el = r.nativeElement;
|
|
725
726
|
}
|
|
726
727
|
/** @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 });
|
|
727
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateDropdown, isStandalone: false, selector: "ix-date-dropdown", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton",
|
|
728
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateDropdown, isStandalone: false, 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 });
|
|
728
729
|
};
|
|
729
730
|
IxDateDropdown = __decorate([
|
|
730
731
|
ProxyCmp({
|
|
731
|
-
inputs: ['ariaLabelDropdownButton', '
|
|
732
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
|
|
732
733
|
methods: ['getDateRange']
|
|
733
734
|
})
|
|
734
735
|
], IxDateDropdown);
|
|
@@ -739,7 +740,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
739
740
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
740
741
|
template: '<ng-content></ng-content>',
|
|
741
742
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
742
|
-
inputs: ['ariaLabelDropdownButton', '
|
|
743
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
|
|
743
744
|
outputs: ['dateRangeChange'],
|
|
744
745
|
standalone: false
|
|
745
746
|
}]
|
|
@@ -793,11 +794,11 @@ let IxDatePicker = class IxDatePicker {
|
|
|
793
794
|
this.el = r.nativeElement;
|
|
794
795
|
}
|
|
795
796
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
796
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatePicker, isStandalone: false, selector: "ix-date-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", corners: "corners", format: "format", from: "from", i18nDone: "i18nDone", locale: "locale", maxDate: "maxDate", minDate: "minDate",
|
|
797
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatePicker, isStandalone: false, selector: "ix-date-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", corners: "corners", format: "format", from: "from", i18nDone: "i18nDone", locale: "locale", maxDate: "maxDate", minDate: "minDate", range: "range", showWeekNumbers: "showWeekNumbers", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { dateChange: "dateChange", dateRangeChange: "dateRangeChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
797
798
|
};
|
|
798
799
|
IxDatePicker = __decorate([
|
|
799
800
|
ProxyCmp({
|
|
800
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', '
|
|
801
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'weekStartIndex'],
|
|
801
802
|
methods: ['getCurrentDate']
|
|
802
803
|
})
|
|
803
804
|
], IxDatePicker);
|
|
@@ -808,7 +809,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
808
809
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
809
810
|
template: '<ng-content></ng-content>',
|
|
810
811
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
811
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', '
|
|
812
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'weekStartIndex'],
|
|
812
813
|
outputs: ['dateChange', 'dateRangeChange', 'dateSelect'],
|
|
813
814
|
standalone: false
|
|
814
815
|
}]
|
|
@@ -831,11 +832,11 @@ let IxDatetimePicker = class IxDatetimePicker {
|
|
|
831
832
|
this.el = r.nativeElement;
|
|
832
833
|
}
|
|
833
834
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatetimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
834
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatetimePicker, isStandalone: false, selector: "ix-datetime-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", dateFormat: "dateFormat", from: "from", i18nDone: "i18nDone", i18nTime: "i18nTime", locale: "locale", maxDate: "maxDate", minDate: "minDate",
|
|
835
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatetimePicker, isStandalone: false, selector: "ix-datetime-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", dateFormat: "dateFormat", from: "from", i18nDone: "i18nDone", i18nTime: "i18nTime", locale: "locale", maxDate: "maxDate", minDate: "minDate", range: "range", showHour: "showHour", showMinutes: "showMinutes", showSeconds: "showSeconds", showTimeReference: "showTimeReference", showWeekNumbers: "showWeekNumbers", 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 });
|
|
835
836
|
};
|
|
836
837
|
IxDatetimePicker = __decorate([
|
|
837
838
|
ProxyCmp({
|
|
838
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', '
|
|
839
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'showWeekNumbers', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
|
|
839
840
|
})
|
|
840
841
|
], IxDatetimePicker);
|
|
841
842
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatetimePicker, decorators: [{
|
|
@@ -845,7 +846,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
845
846
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
846
847
|
template: '<ng-content></ng-content>',
|
|
847
848
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
848
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', '
|
|
849
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'showWeekNumbers', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex'],
|
|
849
850
|
outputs: ['timeChange', 'dateChange', 'dateSelect'],
|
|
850
851
|
standalone: false
|
|
851
852
|
}]
|
|
@@ -1293,18 +1294,18 @@ let IxGroup = class IxGroup {
|
|
|
1293
1294
|
el;
|
|
1294
1295
|
selectGroup = new EventEmitter();
|
|
1295
1296
|
selectItem = new EventEmitter();
|
|
1296
|
-
|
|
1297
|
+
collapsedChanged = new EventEmitter();
|
|
1297
1298
|
constructor(c, r, z) {
|
|
1298
1299
|
this.z = z;
|
|
1299
1300
|
c.detach();
|
|
1300
1301
|
this.el = r.nativeElement;
|
|
1301
1302
|
}
|
|
1302
1303
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1303
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroup, isStandalone: false, selector: "ix-group", inputs: {
|
|
1304
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroup, isStandalone: false, selector: "ix-group", inputs: { collapsed: "collapsed", expandOnHeaderClick: "expandOnHeaderClick", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, outputs: { selectGroup: "selectGroup", selectItem: "selectItem", collapsedChanged: "collapsedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1304
1305
|
};
|
|
1305
1306
|
IxGroup = __decorate([
|
|
1306
1307
|
ProxyCmp({
|
|
1307
|
-
inputs: ['
|
|
1308
|
+
inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
1308
1309
|
})
|
|
1309
1310
|
], IxGroup);
|
|
1310
1311
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroup, decorators: [{
|
|
@@ -1314,15 +1315,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1314
1315
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1315
1316
|
template: '<ng-content></ng-content>',
|
|
1316
1317
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1317
|
-
inputs: ['
|
|
1318
|
-
outputs: ['selectGroup', 'selectItem', '
|
|
1318
|
+
inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection'],
|
|
1319
|
+
outputs: ['selectGroup', 'selectItem', 'collapsedChanged'],
|
|
1319
1320
|
standalone: false
|
|
1320
1321
|
}]
|
|
1321
1322
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectGroup: [{
|
|
1322
1323
|
type: Output
|
|
1323
1324
|
}], selectItem: [{
|
|
1324
1325
|
type: Output
|
|
1325
|
-
}],
|
|
1326
|
+
}], collapsedChanged: [{
|
|
1326
1327
|
type: Output
|
|
1327
1328
|
}] } });
|
|
1328
1329
|
let IxGroupContextMenu = class IxGroupContextMenu {
|
|
@@ -1360,11 +1361,11 @@ let IxGroupItem = class IxGroupItem {
|
|
|
1360
1361
|
this.el = r.nativeElement;
|
|
1361
1362
|
}
|
|
1362
1363
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1363
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroupItem, isStandalone: false, selector: "ix-group-item", inputs: { ariaLabelIcon: "ariaLabelIcon",
|
|
1364
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroupItem, isStandalone: false, selector: "ix-group-item", inputs: { ariaLabelIcon: "ariaLabelIcon", focusable: "focusable", 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 });
|
|
1364
1365
|
};
|
|
1365
1366
|
IxGroupItem = __decorate([
|
|
1366
1367
|
ProxyCmp({
|
|
1367
|
-
inputs: ['ariaLabelIcon', '
|
|
1368
|
+
inputs: ['ariaLabelIcon', 'focusable', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
|
|
1368
1369
|
})
|
|
1369
1370
|
], IxGroupItem);
|
|
1370
1371
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupItem, decorators: [{
|
|
@@ -1374,7 +1375,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1374
1375
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1375
1376
|
template: '<ng-content></ng-content>',
|
|
1376
1377
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1377
|
-
inputs: ['ariaLabelIcon', '
|
|
1378
|
+
inputs: ['ariaLabelIcon', 'focusable', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text'],
|
|
1378
1379
|
outputs: ['selectedChanged'],
|
|
1379
1380
|
standalone: false
|
|
1380
1381
|
}]
|
|
@@ -1504,6 +1505,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1504
1505
|
}], ixBlur: [{
|
|
1505
1506
|
type: Output
|
|
1506
1507
|
}] } });
|
|
1508
|
+
let IxInputGroup = class IxInputGroup {
|
|
1509
|
+
z;
|
|
1510
|
+
el;
|
|
1511
|
+
constructor(c, r, z) {
|
|
1512
|
+
this.z = z;
|
|
1513
|
+
c.detach();
|
|
1514
|
+
this.el = r.nativeElement;
|
|
1515
|
+
}
|
|
1516
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1517
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxInputGroup, isStandalone: false, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1518
|
+
};
|
|
1519
|
+
IxInputGroup = __decorate([
|
|
1520
|
+
ProxyCmp({})
|
|
1521
|
+
], IxInputGroup);
|
|
1522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInputGroup, decorators: [{
|
|
1523
|
+
type: Component,
|
|
1524
|
+
args: [{
|
|
1525
|
+
selector: 'ix-input-group',
|
|
1526
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1527
|
+
template: '<ng-content></ng-content>',
|
|
1528
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1529
|
+
inputs: [],
|
|
1530
|
+
standalone: false
|
|
1531
|
+
}]
|
|
1532
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1507
1533
|
let IxKeyValue = class IxKeyValue {
|
|
1508
1534
|
z;
|
|
1509
1535
|
el;
|
|
@@ -1746,11 +1772,11 @@ let IxMenu = class IxMenu {
|
|
|
1746
1772
|
this.el = r.nativeElement;
|
|
1747
1773
|
}
|
|
1748
1774
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1749
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenu, isStandalone: false, 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 });
|
|
1775
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenu, isStandalone: false, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableSettings: "enableSettings", 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 });
|
|
1750
1776
|
};
|
|
1751
1777
|
IxMenu = __decorate([
|
|
1752
1778
|
ProxyCmp({
|
|
1753
|
-
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1779
|
+
inputs: ['applicationDescription', 'applicationName', 'enableSettings', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1754
1780
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1755
1781
|
})
|
|
1756
1782
|
], IxMenu);
|
|
@@ -1761,7 +1787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1761
1787
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1762
1788
|
template: '<ng-content></ng-content>',
|
|
1763
1789
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1764
|
-
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1790
|
+
inputs: ['applicationDescription', 'applicationName', 'enableSettings', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1765
1791
|
outputs: ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout'],
|
|
1766
1792
|
standalone: false
|
|
1767
1793
|
}]
|
|
@@ -1885,11 +1911,11 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
1885
1911
|
this.el = r.nativeElement;
|
|
1886
1912
|
}
|
|
1887
1913
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1888
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAvatar, isStandalone: false, selector: "ix-menu-avatar", inputs: { bottom: "bottom",
|
|
1914
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAvatar, isStandalone: false, selector: "ix-menu-avatar", inputs: { bottom: "bottom", i18nLogout: "i18nLogout", image: "image", initials: "initials", showLogoutButton: "showLogoutButton", top: "top" }, outputs: { logoutClick: "logoutClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1889
1915
|
};
|
|
1890
1916
|
IxMenuAvatar = __decorate([
|
|
1891
1917
|
ProxyCmp({
|
|
1892
|
-
inputs: ['bottom', '
|
|
1918
|
+
inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'showLogoutButton', 'top']
|
|
1893
1919
|
})
|
|
1894
1920
|
], IxMenuAvatar);
|
|
1895
1921
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
@@ -1899,7 +1925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1899
1925
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1900
1926
|
template: '<ng-content></ng-content>',
|
|
1901
1927
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1902
|
-
inputs: ['bottom', '
|
|
1928
|
+
inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'showLogoutButton', 'top'],
|
|
1903
1929
|
outputs: ['logoutClick'],
|
|
1904
1930
|
standalone: false
|
|
1905
1931
|
}]
|
|
@@ -2067,11 +2093,11 @@ let IxMessageBar = class IxMessageBar {
|
|
|
2067
2093
|
this.el = r.nativeElement;
|
|
2068
2094
|
}
|
|
2069
2095
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2070
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMessageBar, isStandalone: false, selector: "ix-message-bar", inputs: {
|
|
2096
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMessageBar, isStandalone: false, selector: "ix-message-bar", inputs: { dismissible: "dismissible", type: "type" }, outputs: { closedChange: "closedChange", closeAnimationCompleted: "closeAnimationCompleted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2071
2097
|
};
|
|
2072
2098
|
IxMessageBar = __decorate([
|
|
2073
2099
|
ProxyCmp({
|
|
2074
|
-
inputs: ['
|
|
2100
|
+
inputs: ['dismissible', 'type']
|
|
2075
2101
|
})
|
|
2076
2102
|
], IxMessageBar);
|
|
2077
2103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
@@ -2081,7 +2107,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2081
2107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2082
2108
|
template: '<ng-content></ng-content>',
|
|
2083
2109
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2084
|
-
inputs: ['
|
|
2110
|
+
inputs: ['dismissible', 'type'],
|
|
2085
2111
|
outputs: ['closedChange', 'closeAnimationCompleted'],
|
|
2086
2112
|
standalone: false
|
|
2087
2113
|
}]
|
|
@@ -2101,11 +2127,11 @@ let IxModal = class IxModal {
|
|
|
2101
2127
|
this.el = r.nativeElement;
|
|
2102
2128
|
}
|
|
2103
2129
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2104
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModal, isStandalone: false, selector: "ix-modal", inputs: {
|
|
2130
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModal, isStandalone: false, selector: "ix-modal", inputs: { animation: "animation", backdrop: "backdrop", beforeDismiss: "beforeDismiss", centered: "centered", closeOnBackdropClick: "closeOnBackdropClick", closeOnEscape: "closeOnEscape", size: "size" }, outputs: { dialogClose: "dialogClose", dialogDismiss: "dialogDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2105
2131
|
};
|
|
2106
2132
|
IxModal = __decorate([
|
|
2107
2133
|
ProxyCmp({
|
|
2108
|
-
inputs: ['
|
|
2134
|
+
inputs: ['animation', 'backdrop', 'beforeDismiss', 'centered', 'closeOnBackdropClick', 'closeOnEscape', 'size'],
|
|
2109
2135
|
methods: ['showModal', 'dismissModal', 'closeModal']
|
|
2110
2136
|
})
|
|
2111
2137
|
], IxModal);
|
|
@@ -2116,7 +2142,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2116
2142
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2117
2143
|
template: '<ng-content></ng-content>',
|
|
2118
2144
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2119
|
-
inputs: ['
|
|
2145
|
+
inputs: ['animation', 'backdrop', 'beforeDismiss', 'centered', 'closeOnBackdropClick', 'closeOnEscape', 'size'],
|
|
2120
2146
|
outputs: ['dialogClose', 'dialogDismiss'],
|
|
2121
2147
|
standalone: false
|
|
2122
2148
|
}]
|
|
@@ -2255,11 +2281,11 @@ let IxPagination = class IxPagination {
|
|
|
2255
2281
|
this.el = r.nativeElement;
|
|
2256
2282
|
}
|
|
2257
2283
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2258
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPagination, isStandalone: false, selector: "ix-pagination", inputs: { advanced: "advanced", ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", count: "count",
|
|
2284
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPagination, isStandalone: false, selector: "ix-pagination", inputs: { advanced: "advanced", ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", count: "count", i18nItems: "i18nItems", i18nOf: "i18nOf", i18nPage: "i18nPage", itemCount: "itemCount", selectedPage: "selectedPage", showItemCount: "showItemCount" }, outputs: { pageSelected: "pageSelected", itemCountChanged: "itemCountChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2259
2285
|
};
|
|
2260
2286
|
IxPagination = __decorate([
|
|
2261
2287
|
ProxyCmp({
|
|
2262
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', '
|
|
2288
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage', 'showItemCount']
|
|
2263
2289
|
})
|
|
2264
2290
|
], IxPagination);
|
|
2265
2291
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, decorators: [{
|
|
@@ -2269,7 +2295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2269
2295
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2270
2296
|
template: '<ng-content></ng-content>',
|
|
2271
2297
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2272
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', '
|
|
2298
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage', 'showItemCount'],
|
|
2273
2299
|
outputs: ['pageSelected', 'itemCountChanged'],
|
|
2274
2300
|
standalone: false
|
|
2275
2301
|
}]
|
|
@@ -2405,11 +2431,11 @@ let IxPushCard = class IxPushCard {
|
|
|
2405
2431
|
this.el = r.nativeElement;
|
|
2406
2432
|
}
|
|
2407
2433
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2408
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPushCard, isStandalone: false, selector: "ix-push-card", inputs: { ariaLabelIcon: "ariaLabelIcon",
|
|
2434
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPushCard, isStandalone: false, selector: "ix-push-card", inputs: { ariaLabelIcon: "ariaLabelIcon", collapse: "collapse", heading: "heading", icon: "icon", notification: "notification", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2409
2435
|
};
|
|
2410
2436
|
IxPushCard = __decorate([
|
|
2411
2437
|
ProxyCmp({
|
|
2412
|
-
inputs: ['ariaLabelIcon', '
|
|
2438
|
+
inputs: ['ariaLabelIcon', 'collapse', 'heading', 'icon', 'notification', 'subheading', 'variant']
|
|
2413
2439
|
})
|
|
2414
2440
|
], IxPushCard);
|
|
2415
2441
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, decorators: [{
|
|
@@ -2419,7 +2445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2419
2445
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2420
2446
|
template: '<ng-content></ng-content>',
|
|
2421
2447
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2422
|
-
inputs: ['ariaLabelIcon', '
|
|
2448
|
+
inputs: ['ariaLabelIcon', 'collapse', 'heading', 'icon', 'notification', 'subheading', 'variant'],
|
|
2423
2449
|
standalone: false
|
|
2424
2450
|
}]
|
|
2425
2451
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -2815,11 +2841,11 @@ let IxTimeInput = class IxTimeInput {
|
|
|
2815
2841
|
this.el = r.nativeElement;
|
|
2816
2842
|
}
|
|
2817
2843
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2818
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimeInput, isStandalone: false, selector: "ix-time-input", inputs: { disabled: "disabled", format: "format", helperText: "helperText", 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", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2844
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimeInput, isStandalone: false, selector: "ix-time-input", inputs: { disabled: "disabled", 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", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2819
2845
|
};
|
|
2820
2846
|
IxTimeInput = __decorate([
|
|
2821
2847
|
ProxyCmp({
|
|
2822
|
-
inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2848
|
+
inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2823
2849
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2824
2850
|
})
|
|
2825
2851
|
], IxTimeInput);
|
|
@@ -2830,7 +2856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2830
2856
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2831
2857
|
template: '<ng-content></ng-content>',
|
|
2832
2858
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2833
|
-
inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2859
|
+
inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2834
2860
|
outputs: ['valueChange', 'validityStateChange'],
|
|
2835
2861
|
standalone: false
|
|
2836
2862
|
}]
|
|
@@ -2850,11 +2876,11 @@ let IxTimePicker = class IxTimePicker {
|
|
|
2850
2876
|
this.el = r.nativeElement;
|
|
2851
2877
|
}
|
|
2852
2878
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2853
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimePicker, isStandalone: false, selector: "ix-time-picker", inputs: { corners: "corners",
|
|
2879
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimePicker, isStandalone: false, selector: "ix-time-picker", inputs: { corners: "corners", format: "format", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nConfirmTime: "i18nConfirmTime", i18nHeader: "i18nHeader", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", secondInterval: "secondInterval", showHour: "showHour", showMinutes: "showMinutes", showSeconds: "showSeconds", standaloneAppearance: "standaloneAppearance", textSelectTime: "textSelectTime", textTime: "textTime", time: "time", timeReference: "timeReference" }, outputs: { timeSelect: "timeSelect", timeChange: "timeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2854
2880
|
};
|
|
2855
2881
|
IxTimePicker = __decorate([
|
|
2856
2882
|
ProxyCmp({
|
|
2857
|
-
inputs: ['corners', '
|
|
2883
|
+
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
|
|
2858
2884
|
methods: ['getCurrentTime']
|
|
2859
2885
|
})
|
|
2860
2886
|
], IxTimePicker);
|
|
@@ -2865,7 +2891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2865
2891
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2866
2892
|
template: '<ng-content></ng-content>',
|
|
2867
2893
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2868
|
-
inputs: ['corners', '
|
|
2894
|
+
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
|
|
2869
2895
|
outputs: ['timeSelect', 'timeChange'],
|
|
2870
2896
|
standalone: false
|
|
2871
2897
|
}]
|
|
@@ -2884,11 +2910,11 @@ let IxToast = class IxToast {
|
|
|
2884
2910
|
this.el = r.nativeElement;
|
|
2885
2911
|
}
|
|
2886
2912
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2887
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToast, isStandalone: false, selector: "ix-toast", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", autoCloseDelay: "autoCloseDelay", icon: "icon", iconColor: "iconColor",
|
|
2913
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToast, isStandalone: false, selector: "ix-toast", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", autoClose: "autoClose", autoCloseDelay: "autoCloseDelay", icon: "icon", iconColor: "iconColor", toastTitle: "toastTitle", type: "type" }, outputs: { closeToast: "closeToast" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2888
2914
|
};
|
|
2889
2915
|
IxToast = __decorate([
|
|
2890
2916
|
ProxyCmp({
|
|
2891
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2917
|
+
inputs: ['ariaLabelCloseIconButton', 'autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type'],
|
|
2892
2918
|
methods: ['pause', 'resume', 'isPaused']
|
|
2893
2919
|
})
|
|
2894
2920
|
], IxToast);
|
|
@@ -2899,7 +2925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2899
2925
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2900
2926
|
template: '<ng-content></ng-content>',
|
|
2901
2927
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2902
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2928
|
+
inputs: ['ariaLabelCloseIconButton', 'autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type'],
|
|
2903
2929
|
outputs: ['closeToast'],
|
|
2904
2930
|
standalone: false
|
|
2905
2931
|
}]
|
|
@@ -3119,6 +3145,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3119
3145
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { filesChanged: [{
|
|
3120
3146
|
type: Output
|
|
3121
3147
|
}] } });
|
|
3148
|
+
let IxValidationTooltip = class IxValidationTooltip {
|
|
3149
|
+
z;
|
|
3150
|
+
el;
|
|
3151
|
+
constructor(c, r, z) {
|
|
3152
|
+
this.z = z;
|
|
3153
|
+
c.detach();
|
|
3154
|
+
this.el = r.nativeElement;
|
|
3155
|
+
}
|
|
3156
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxValidationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3157
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxValidationTooltip, isStandalone: false, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement", suppressAutomaticPlacement: "suppressAutomaticPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3158
|
+
};
|
|
3159
|
+
IxValidationTooltip = __decorate([
|
|
3160
|
+
ProxyCmp({
|
|
3161
|
+
inputs: ['message', 'placement', 'suppressAutomaticPlacement']
|
|
3162
|
+
})
|
|
3163
|
+
], IxValidationTooltip);
|
|
3164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxValidationTooltip, decorators: [{
|
|
3165
|
+
type: Component,
|
|
3166
|
+
args: [{
|
|
3167
|
+
selector: 'ix-validation-tooltip',
|
|
3168
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3169
|
+
template: '<ng-content></ng-content>',
|
|
3170
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3171
|
+
inputs: ['message', 'placement', 'suppressAutomaticPlacement'],
|
|
3172
|
+
standalone: false
|
|
3173
|
+
}]
|
|
3174
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
3122
3175
|
let IxWorkflowStep = class IxWorkflowStep {
|
|
3123
3176
|
z;
|
|
3124
3177
|
el;
|
|
@@ -3304,6 +3357,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3304
3357
|
}]
|
|
3305
3358
|
}], ctorParameters: () => [] });
|
|
3306
3359
|
|
|
3360
|
+
/*
|
|
3361
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3362
|
+
*
|
|
3363
|
+
* SPDX-License-Identifier: MIT
|
|
3364
|
+
*
|
|
3365
|
+
* This source code is licensed under the MIT license found in the
|
|
3366
|
+
* LICENSE file in the root directory of this source tree.
|
|
3367
|
+
*/
|
|
3368
|
+
/**
|
|
3369
|
+
* @deprecated Will be removed in 4.0.0. Use themeSwitcher from core package `import { themeSwitcher } from '@siemens/ix';`
|
|
3370
|
+
*
|
|
3371
|
+
*/
|
|
3372
|
+
class ThemeService {
|
|
3373
|
+
themeChanged = new EventEmitter();
|
|
3374
|
+
themeSwitcher;
|
|
3375
|
+
constructor() {
|
|
3376
|
+
this.themeSwitcher = themeSwitcher;
|
|
3377
|
+
this.themeSwitcher.themeChanged.on((theme) => this.themeChanged.emit(theme));
|
|
3378
|
+
}
|
|
3379
|
+
toggleMode() {
|
|
3380
|
+
this.themeSwitcher.toggleMode();
|
|
3381
|
+
}
|
|
3382
|
+
setTheme(themeName) {
|
|
3383
|
+
this.themeSwitcher.setTheme(themeName);
|
|
3384
|
+
}
|
|
3385
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3386
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
3387
|
+
}
|
|
3388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ThemeService, decorators: [{
|
|
3389
|
+
type: Injectable,
|
|
3390
|
+
args: [{
|
|
3391
|
+
providedIn: 'root',
|
|
3392
|
+
}]
|
|
3393
|
+
}], ctorParameters: () => [], propDecorators: { themeChanged: [{
|
|
3394
|
+
type: Output
|
|
3395
|
+
}] } });
|
|
3396
|
+
|
|
3397
|
+
/*
|
|
3398
|
+
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3399
|
+
*
|
|
3400
|
+
* SPDX-License-Identifier: MIT
|
|
3401
|
+
*
|
|
3402
|
+
* This source code is licensed under the MIT license found in the
|
|
3403
|
+
* LICENSE file in the root directory of this source tree.
|
|
3404
|
+
*/
|
|
3405
|
+
|
|
3307
3406
|
/*
|
|
3308
3407
|
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3309
3408
|
*
|
|
@@ -3534,6 +3633,7 @@ const DIRECTIVES = [
|
|
|
3534
3633
|
IxIconButton,
|
|
3535
3634
|
IxIconToggleButton,
|
|
3536
3635
|
IxInput,
|
|
3636
|
+
IxInputGroup,
|
|
3537
3637
|
IxKeyValue,
|
|
3538
3638
|
IxKeyValueList,
|
|
3539
3639
|
IxKpi,
|
|
@@ -3586,6 +3686,7 @@ const DIRECTIVES = [
|
|
|
3586
3686
|
IxTreeItem,
|
|
3587
3687
|
IxTypography,
|
|
3588
3688
|
IxUpload,
|
|
3689
|
+
IxValidationTooltip,
|
|
3589
3690
|
IxWorkflowStep,
|
|
3590
3691
|
IxWorkflowSteps
|
|
3591
3692
|
];
|
|
@@ -3621,18 +3722,19 @@ class IxModule {
|
|
|
3621
3722
|
deps: [DOCUMENT, NgZone],
|
|
3622
3723
|
},
|
|
3623
3724
|
ModalService,
|
|
3725
|
+
ThemeService,
|
|
3624
3726
|
ToastService,
|
|
3625
3727
|
],
|
|
3626
3728
|
};
|
|
3627
3729
|
}
|
|
3628
3730
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3629
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3731
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3630
3732
|
IxDropdownTriggerDirective,
|
|
3631
3733
|
IxTextValueAccessorDirective,
|
|
3632
3734
|
IxSelectValueAccessorDirective,
|
|
3633
3735
|
IxRadioValueAccessorDirective,
|
|
3634
3736
|
IxBooleanValueAccessorDirective,
|
|
3635
|
-
IxDateValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3737
|
+
IxDateValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3636
3738
|
IxDropdownTriggerDirective,
|
|
3637
3739
|
IxTextValueAccessorDirective,
|
|
3638
3740
|
IxSelectValueAccessorDirective,
|
|
@@ -3662,5 +3764,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3662
3764
|
* Generated bundle index. Do not edit.
|
|
3663
3765
|
*/
|
|
3664
3766
|
|
|
3665
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxWorkflowStep, IxWorkflowSteps, ModalService, ToastService };
|
|
3767
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
|
|
3666
3768
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|