@siemens/ix-angular 0.0.0-pr-2155-20250924075220 → 0.0.0-pr-2166-20251001083917
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/fesm2022/siemens-ix-angular-standalone.mjs +173 -228
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +63 -156
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +30 -53
- package/package.json +2 -2
- package/standalone/index.d.ts +20 -38
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { themeSwitcher } from '@siemens/ix';
|
|
2
1
|
export * from '@siemens/ix';
|
|
3
2
|
import { __decorate } from 'tslib';
|
|
4
3
|
import * as i0 from '@angular/core';
|
|
@@ -252,11 +251,11 @@ let IxBreadcrumb = class IxBreadcrumb {
|
|
|
252
251
|
this.el = r.nativeElement;
|
|
253
252
|
}
|
|
254
253
|
/** @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 });
|
|
255
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumb, isStandalone: false, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton",
|
|
254
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumb, isStandalone: false, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton", nextItems: "nextItems", subtle: "subtle", visibleItemCount: "visibleItemCount" }, outputs: { itemClick: "itemClick", nextClick: "nextClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
256
255
|
};
|
|
257
256
|
IxBreadcrumb = __decorate([
|
|
258
257
|
ProxyCmp({
|
|
259
|
-
inputs: ['ariaLabelPreviousButton', '
|
|
258
|
+
inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount']
|
|
260
259
|
})
|
|
261
260
|
], IxBreadcrumb);
|
|
262
261
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
@@ -266,7 +265,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
266
265
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
267
266
|
template: '<ng-content></ng-content>',
|
|
268
267
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
269
|
-
inputs: ['ariaLabelPreviousButton', '
|
|
268
|
+
inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount'],
|
|
270
269
|
outputs: ['itemClick', 'nextClick'],
|
|
271
270
|
standalone: false
|
|
272
271
|
}]
|
|
@@ -483,11 +482,11 @@ let IxCategoryFilter = class IxCategoryFilter {
|
|
|
483
482
|
this.el = r.nativeElement;
|
|
484
483
|
}
|
|
485
484
|
/** @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 });
|
|
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",
|
|
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", staticOperator: "staticOperator", suggestions: "suggestions", uniqueCategories: "uniqueCategories" }, outputs: { categoryChanged: "categoryChanged", inputChanged: "inputChanged", filterChanged: "filterChanged", filterCleared: "filterCleared" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
487
486
|
};
|
|
488
487
|
IxCategoryFilter = __decorate([
|
|
489
488
|
ProxyCmp({
|
|
490
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', '
|
|
489
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories']
|
|
491
490
|
})
|
|
492
491
|
], IxCategoryFilter);
|
|
493
492
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
@@ -497,7 +496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
497
496
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
498
497
|
template: '<ng-content></ng-content>',
|
|
499
498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
500
|
-
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', '
|
|
499
|
+
inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories'],
|
|
501
500
|
outputs: ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared'],
|
|
502
501
|
standalone: false
|
|
503
502
|
}]
|
|
@@ -584,11 +583,11 @@ let IxChip = class IxChip {
|
|
|
584
583
|
this.el = r.nativeElement;
|
|
585
584
|
}
|
|
586
585
|
/** @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 });
|
|
587
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxChip, isStandalone: false, selector: "ix-chip", inputs: {
|
|
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", inactive: "inactive", outline: "outline", tooltipText: "tooltipText", variant: "variant" }, outputs: { closeChip: "closeChip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
588
587
|
};
|
|
589
588
|
IxChip = __decorate([
|
|
590
589
|
ProxyCmp({
|
|
591
|
-
inputs: ['
|
|
590
|
+
inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'inactive', 'outline', 'tooltipText', 'variant']
|
|
592
591
|
})
|
|
593
592
|
], IxChip);
|
|
594
593
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxChip, decorators: [{
|
|
@@ -598,7 +597,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
598
597
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
599
598
|
template: '<ng-content></ng-content>',
|
|
600
599
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
601
|
-
inputs: ['
|
|
600
|
+
inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'inactive', 'outline', 'tooltipText', 'variant'],
|
|
602
601
|
outputs: ['closeChip'],
|
|
603
602
|
standalone: false
|
|
604
603
|
}]
|
|
@@ -725,11 +724,11 @@ let IxDateDropdown = class IxDateDropdown {
|
|
|
725
724
|
this.el = r.nativeElement;
|
|
726
725
|
}
|
|
727
726
|
/** @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 });
|
|
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",
|
|
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", customRangeDisabled: "customRangeDisabled", dateRangeId: "dateRangeId", dateRangeOptions: "dateRangeOptions", disabled: "disabled", format: "format", from: "from", i18nCustomItem: "i18nCustomItem", i18nDone: "i18nDone", i18nNoRange: "i18nNoRange", loading: "loading", locale: "locale", maxDate: "maxDate", minDate: "minDate", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", variant: "variant", weekStartIndex: "weekStartIndex" }, outputs: { dateRangeChange: "dateRangeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
729
728
|
};
|
|
730
729
|
IxDateDropdown = __decorate([
|
|
731
730
|
ProxyCmp({
|
|
732
|
-
inputs: ['ariaLabelDropdownButton', '
|
|
731
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
733
732
|
methods: ['getDateRange']
|
|
734
733
|
})
|
|
735
734
|
], IxDateDropdown);
|
|
@@ -740,7 +739,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
740
739
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
741
740
|
template: '<ng-content></ng-content>',
|
|
742
741
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
743
|
-
inputs: ['ariaLabelDropdownButton', '
|
|
742
|
+
inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
|
|
744
743
|
outputs: ['dateRangeChange'],
|
|
745
744
|
standalone: false
|
|
746
745
|
}]
|
|
@@ -794,11 +793,11 @@ let IxDatePicker = class IxDatePicker {
|
|
|
794
793
|
this.el = r.nativeElement;
|
|
795
794
|
}
|
|
796
795
|
/** @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 });
|
|
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",
|
|
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", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { dateChange: "dateChange", dateRangeChange: "dateRangeChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
798
797
|
};
|
|
799
798
|
IxDatePicker = __decorate([
|
|
800
799
|
ProxyCmp({
|
|
801
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', '
|
|
800
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
802
801
|
methods: ['getCurrentDate']
|
|
803
802
|
})
|
|
804
803
|
], IxDatePicker);
|
|
@@ -809,7 +808,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
809
808
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
810
809
|
template: '<ng-content></ng-content>',
|
|
811
810
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
812
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', '
|
|
811
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
|
|
813
812
|
outputs: ['dateChange', 'dateRangeChange', 'dateSelect'],
|
|
814
813
|
standalone: false
|
|
815
814
|
}]
|
|
@@ -832,11 +831,11 @@ let IxDatetimePicker = class IxDatetimePicker {
|
|
|
832
831
|
this.el = r.nativeElement;
|
|
833
832
|
}
|
|
834
833
|
/** @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 });
|
|
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",
|
|
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", showTimeReference: "showTimeReference", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", time: "time", timeFormat: "timeFormat", timeReference: "timeReference", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { timeChange: "timeChange", dateChange: "dateChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
836
835
|
};
|
|
837
836
|
IxDatetimePicker = __decorate([
|
|
838
837
|
ProxyCmp({
|
|
839
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', '
|
|
838
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'showTimeReference', 'showWeekNumbers', 'singleSelection', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
|
|
840
839
|
})
|
|
841
840
|
], IxDatetimePicker);
|
|
842
841
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatetimePicker, decorators: [{
|
|
@@ -846,7 +845,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
846
845
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
847
846
|
template: '<ng-content></ng-content>',
|
|
848
847
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
849
|
-
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', '
|
|
848
|
+
inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'showTimeReference', 'showWeekNumbers', 'singleSelection', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex'],
|
|
850
849
|
outputs: ['timeChange', 'dateChange', 'dateSelect'],
|
|
851
850
|
standalone: false
|
|
852
851
|
}]
|
|
@@ -1294,18 +1293,18 @@ let IxGroup = class IxGroup {
|
|
|
1294
1293
|
el;
|
|
1295
1294
|
selectGroup = new EventEmitter();
|
|
1296
1295
|
selectItem = new EventEmitter();
|
|
1297
|
-
|
|
1296
|
+
expandedChanged = new EventEmitter();
|
|
1298
1297
|
constructor(c, r, z) {
|
|
1299
1298
|
this.z = z;
|
|
1300
1299
|
c.detach();
|
|
1301
1300
|
this.el = r.nativeElement;
|
|
1302
1301
|
}
|
|
1303
1302
|
/** @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 });
|
|
1304
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroup, isStandalone: false, selector: "ix-group", inputs: {
|
|
1303
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroup, isStandalone: false, selector: "ix-group", inputs: { expandOnHeaderClick: "expandOnHeaderClick", expanded: "expanded", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, outputs: { selectGroup: "selectGroup", selectItem: "selectItem", expandedChanged: "expandedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1305
1304
|
};
|
|
1306
1305
|
IxGroup = __decorate([
|
|
1307
1306
|
ProxyCmp({
|
|
1308
|
-
inputs: ['
|
|
1307
|
+
inputs: ['expandOnHeaderClick', 'expanded', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
1309
1308
|
})
|
|
1310
1309
|
], IxGroup);
|
|
1311
1310
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroup, decorators: [{
|
|
@@ -1315,15 +1314,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1315
1314
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1316
1315
|
template: '<ng-content></ng-content>',
|
|
1317
1316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1318
|
-
inputs: ['
|
|
1319
|
-
outputs: ['selectGroup', 'selectItem', '
|
|
1317
|
+
inputs: ['expandOnHeaderClick', 'expanded', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection'],
|
|
1318
|
+
outputs: ['selectGroup', 'selectItem', 'expandedChanged'],
|
|
1320
1319
|
standalone: false
|
|
1321
1320
|
}]
|
|
1322
1321
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectGroup: [{
|
|
1323
1322
|
type: Output
|
|
1324
1323
|
}], selectItem: [{
|
|
1325
1324
|
type: Output
|
|
1326
|
-
}],
|
|
1325
|
+
}], expandedChanged: [{
|
|
1327
1326
|
type: Output
|
|
1328
1327
|
}] } });
|
|
1329
1328
|
let IxGroupContextMenu = class IxGroupContextMenu {
|
|
@@ -1361,11 +1360,11 @@ let IxGroupItem = class IxGroupItem {
|
|
|
1361
1360
|
this.el = r.nativeElement;
|
|
1362
1361
|
}
|
|
1363
1362
|
/** @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 });
|
|
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",
|
|
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", disabled: "disabled", icon: "icon", index: "index", secondaryText: "secondaryText", selected: "selected", suppressSelection: "suppressSelection", text: "text" }, outputs: { selectedChanged: "selectedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1365
1364
|
};
|
|
1366
1365
|
IxGroupItem = __decorate([
|
|
1367
1366
|
ProxyCmp({
|
|
1368
|
-
inputs: ['ariaLabelIcon', '
|
|
1367
|
+
inputs: ['ariaLabelIcon', 'disabled', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
|
|
1369
1368
|
})
|
|
1370
1369
|
], IxGroupItem);
|
|
1371
1370
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupItem, decorators: [{
|
|
@@ -1375,7 +1374,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1375
1374
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1376
1375
|
template: '<ng-content></ng-content>',
|
|
1377
1376
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1378
|
-
inputs: ['ariaLabelIcon', '
|
|
1377
|
+
inputs: ['ariaLabelIcon', 'disabled', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text'],
|
|
1379
1378
|
outputs: ['selectedChanged'],
|
|
1380
1379
|
standalone: false
|
|
1381
1380
|
}]
|
|
@@ -1505,31 +1504,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1505
1504
|
}], ixBlur: [{
|
|
1506
1505
|
type: Output
|
|
1507
1506
|
}] } });
|
|
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 }] });
|
|
1533
1507
|
let IxKeyValue = class IxKeyValue {
|
|
1534
1508
|
z;
|
|
1535
1509
|
el;
|
|
@@ -1772,11 +1746,11 @@ let IxMenu = class IxMenu {
|
|
|
1772
1746
|
this.el = r.nativeElement;
|
|
1773
1747
|
}
|
|
1774
1748
|
/** @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 });
|
|
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",
|
|
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 });
|
|
1776
1750
|
};
|
|
1777
1751
|
IxMenu = __decorate([
|
|
1778
1752
|
ProxyCmp({
|
|
1779
|
-
inputs: ['applicationDescription', 'applicationName', '
|
|
1753
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1780
1754
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1781
1755
|
})
|
|
1782
1756
|
], IxMenu);
|
|
@@ -1787,7 +1761,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1787
1761
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1788
1762
|
template: '<ng-content></ng-content>',
|
|
1789
1763
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1790
|
-
inputs: ['applicationDescription', 'applicationName', '
|
|
1764
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1791
1765
|
outputs: ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout'],
|
|
1792
1766
|
standalone: false
|
|
1793
1767
|
}]
|
|
@@ -1911,11 +1885,11 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
1911
1885
|
this.el = r.nativeElement;
|
|
1912
1886
|
}
|
|
1913
1887
|
/** @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 });
|
|
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",
|
|
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", hideLogoutButton: "hideLogoutButton", i18nLogout: "i18nLogout", image: "image", initials: "initials", top: "top" }, outputs: { logoutClick: "logoutClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1915
1889
|
};
|
|
1916
1890
|
IxMenuAvatar = __decorate([
|
|
1917
1891
|
ProxyCmp({
|
|
1918
|
-
inputs: ['bottom', '
|
|
1892
|
+
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top']
|
|
1919
1893
|
})
|
|
1920
1894
|
], IxMenuAvatar);
|
|
1921
1895
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
@@ -1925,7 +1899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1925
1899
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1926
1900
|
template: '<ng-content></ng-content>',
|
|
1927
1901
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1928
|
-
inputs: ['bottom', '
|
|
1902
|
+
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top'],
|
|
1929
1903
|
outputs: ['logoutClick'],
|
|
1930
1904
|
standalone: false
|
|
1931
1905
|
}]
|
|
@@ -2093,11 +2067,11 @@ let IxMessageBar = class IxMessageBar {
|
|
|
2093
2067
|
this.el = r.nativeElement;
|
|
2094
2068
|
}
|
|
2095
2069
|
/** @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 });
|
|
2096
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMessageBar, isStandalone: false, selector: "ix-message-bar", inputs: {
|
|
2070
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMessageBar, isStandalone: false, selector: "ix-message-bar", inputs: { persistent: "persistent", type: "type" }, outputs: { closedChange: "closedChange", closeAnimationCompleted: "closeAnimationCompleted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2097
2071
|
};
|
|
2098
2072
|
IxMessageBar = __decorate([
|
|
2099
2073
|
ProxyCmp({
|
|
2100
|
-
inputs: ['
|
|
2074
|
+
inputs: ['persistent', 'type']
|
|
2101
2075
|
})
|
|
2102
2076
|
], IxMessageBar);
|
|
2103
2077
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
@@ -2107,7 +2081,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2107
2081
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2108
2082
|
template: '<ng-content></ng-content>',
|
|
2109
2083
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2110
|
-
inputs: ['
|
|
2084
|
+
inputs: ['persistent', 'type'],
|
|
2111
2085
|
outputs: ['closedChange', 'closeAnimationCompleted'],
|
|
2112
2086
|
standalone: false
|
|
2113
2087
|
}]
|
|
@@ -2127,11 +2101,11 @@ let IxModal = class IxModal {
|
|
|
2127
2101
|
this.el = r.nativeElement;
|
|
2128
2102
|
}
|
|
2129
2103
|
/** @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 });
|
|
2130
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModal, isStandalone: false, selector: "ix-modal", inputs: {
|
|
2104
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModal, isStandalone: false, selector: "ix-modal", inputs: { beforeDismiss: "beforeDismiss", centered: "centered", closeOnBackdropClick: "closeOnBackdropClick", disableAnimation: "disableAnimation", disableEscapeClose: "disableEscapeClose", hideBackdrop: "hideBackdrop", size: "size" }, outputs: { dialogClose: "dialogClose", dialogDismiss: "dialogDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2131
2105
|
};
|
|
2132
2106
|
IxModal = __decorate([
|
|
2133
2107
|
ProxyCmp({
|
|
2134
|
-
inputs: ['
|
|
2108
|
+
inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
|
|
2135
2109
|
methods: ['showModal', 'dismissModal', 'closeModal']
|
|
2136
2110
|
})
|
|
2137
2111
|
], IxModal);
|
|
@@ -2142,7 +2116,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2142
2116
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2143
2117
|
template: '<ng-content></ng-content>',
|
|
2144
2118
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2145
|
-
inputs: ['
|
|
2119
|
+
inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
|
|
2146
2120
|
outputs: ['dialogClose', 'dialogDismiss'],
|
|
2147
2121
|
standalone: false
|
|
2148
2122
|
}]
|
|
@@ -2281,11 +2255,11 @@ let IxPagination = class IxPagination {
|
|
|
2281
2255
|
this.el = r.nativeElement;
|
|
2282
2256
|
}
|
|
2283
2257
|
/** @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 });
|
|
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"
|
|
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", hideItemCount: "hideItemCount", i18nItems: "i18nItems", i18nOf: "i18nOf", i18nPage: "i18nPage", itemCount: "itemCount", selectedPage: "selectedPage" }, outputs: { pageSelected: "pageSelected", itemCountChanged: "itemCountChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2285
2259
|
};
|
|
2286
2260
|
IxPagination = __decorate([
|
|
2287
2261
|
ProxyCmp({
|
|
2288
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'
|
|
2262
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage']
|
|
2289
2263
|
})
|
|
2290
2264
|
], IxPagination);
|
|
2291
2265
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, decorators: [{
|
|
@@ -2295,7 +2269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2295
2269
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2296
2270
|
template: '<ng-content></ng-content>',
|
|
2297
2271
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2298
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'
|
|
2272
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'],
|
|
2299
2273
|
outputs: ['pageSelected', 'itemCountChanged'],
|
|
2300
2274
|
standalone: false
|
|
2301
2275
|
}]
|
|
@@ -2431,11 +2405,11 @@ let IxPushCard = class IxPushCard {
|
|
|
2431
2405
|
this.el = r.nativeElement;
|
|
2432
2406
|
}
|
|
2433
2407
|
/** @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 });
|
|
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",
|
|
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", expanded: "expanded", heading: "heading", icon: "icon", notification: "notification", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2435
2409
|
};
|
|
2436
2410
|
IxPushCard = __decorate([
|
|
2437
2411
|
ProxyCmp({
|
|
2438
|
-
inputs: ['ariaLabelIcon', '
|
|
2412
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant']
|
|
2439
2413
|
})
|
|
2440
2414
|
], IxPushCard);
|
|
2441
2415
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, decorators: [{
|
|
@@ -2445,7 +2419,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2445
2419
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2446
2420
|
template: '<ng-content></ng-content>',
|
|
2447
2421
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2448
|
-
inputs: ['ariaLabelIcon', '
|
|
2422
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant'],
|
|
2449
2423
|
standalone: false
|
|
2450
2424
|
}]
|
|
2451
2425
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -2876,11 +2850,11 @@ let IxTimePicker = class IxTimePicker {
|
|
|
2876
2850
|
this.el = r.nativeElement;
|
|
2877
2851
|
}
|
|
2878
2852
|
/** @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 });
|
|
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",
|
|
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", embedded: "embedded", format: "format", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nConfirmTime: "i18nConfirmTime", i18nHeader: "i18nHeader", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", secondInterval: "secondInterval", time: "time" }, outputs: { timeSelect: "timeSelect", timeChange: "timeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2880
2854
|
};
|
|
2881
2855
|
IxTimePicker = __decorate([
|
|
2882
2856
|
ProxyCmp({
|
|
2883
|
-
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', '
|
|
2857
|
+
inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
|
|
2884
2858
|
methods: ['getCurrentTime']
|
|
2885
2859
|
})
|
|
2886
2860
|
], IxTimePicker);
|
|
@@ -2891,7 +2865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2891
2865
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2892
2866
|
template: '<ng-content></ng-content>',
|
|
2893
2867
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2894
|
-
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', '
|
|
2868
|
+
inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
|
|
2895
2869
|
outputs: ['timeSelect', 'timeChange'],
|
|
2896
2870
|
standalone: false
|
|
2897
2871
|
}]
|
|
@@ -2910,11 +2884,11 @@ let IxToast = class IxToast {
|
|
|
2910
2884
|
this.el = r.nativeElement;
|
|
2911
2885
|
}
|
|
2912
2886
|
/** @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 });
|
|
2913
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToast, isStandalone: false, selector: "ix-toast", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton",
|
|
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", preventAutoClose: "preventAutoClose", toastTitle: "toastTitle", type: "type" }, outputs: { closeToast: "closeToast" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2914
2888
|
};
|
|
2915
2889
|
IxToast = __decorate([
|
|
2916
2890
|
ProxyCmp({
|
|
2917
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2891
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2918
2892
|
methods: ['pause', 'resume', 'isPaused']
|
|
2919
2893
|
})
|
|
2920
2894
|
], IxToast);
|
|
@@ -2925,7 +2899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2925
2899
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2926
2900
|
template: '<ng-content></ng-content>',
|
|
2927
2901
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2928
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2902
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2929
2903
|
outputs: ['closeToast'],
|
|
2930
2904
|
standalone: false
|
|
2931
2905
|
}]
|
|
@@ -3145,33 +3119,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3145
3119
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { filesChanged: [{
|
|
3146
3120
|
type: Output
|
|
3147
3121
|
}] } });
|
|
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 }] });
|
|
3175
3122
|
let IxWorkflowStep = class IxWorkflowStep {
|
|
3176
3123
|
z;
|
|
3177
3124
|
el;
|
|
@@ -3329,12 +3276,21 @@ class ToastService extends ToastService$1 {
|
|
|
3329
3276
|
constructor() {
|
|
3330
3277
|
super();
|
|
3331
3278
|
}
|
|
3279
|
+
/**
|
|
3280
|
+
* Gets the current toast position
|
|
3281
|
+
*/
|
|
3332
3282
|
getPosition() {
|
|
3333
3283
|
return super.getPosition();
|
|
3334
3284
|
}
|
|
3285
|
+
/**
|
|
3286
|
+
* Sets the current toast position
|
|
3287
|
+
*/
|
|
3335
3288
|
setPosition(position) {
|
|
3336
3289
|
super.setPosition(position);
|
|
3337
3290
|
}
|
|
3291
|
+
/**
|
|
3292
|
+
* Shows the toast
|
|
3293
|
+
*/
|
|
3338
3294
|
show(config) {
|
|
3339
3295
|
return super.show(config);
|
|
3340
3296
|
}
|
|
@@ -3348,52 +3304,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3348
3304
|
}]
|
|
3349
3305
|
}], ctorParameters: () => [] });
|
|
3350
3306
|
|
|
3351
|
-
/*
|
|
3352
|
-
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3353
|
-
*
|
|
3354
|
-
* SPDX-License-Identifier: MIT
|
|
3355
|
-
*
|
|
3356
|
-
* This source code is licensed under the MIT license found in the
|
|
3357
|
-
* LICENSE file in the root directory of this source tree.
|
|
3358
|
-
*/
|
|
3359
|
-
/**
|
|
3360
|
-
* @deprecated Will be removed in 4.0.0. Use themeSwitcher from core package `import { themeSwitcher } from '@siemens/ix';`
|
|
3361
|
-
*
|
|
3362
|
-
*/
|
|
3363
|
-
class ThemeService {
|
|
3364
|
-
themeChanged = new EventEmitter();
|
|
3365
|
-
themeSwitcher;
|
|
3366
|
-
constructor() {
|
|
3367
|
-
this.themeSwitcher = themeSwitcher;
|
|
3368
|
-
this.themeSwitcher.themeChanged.on((theme) => this.themeChanged.emit(theme));
|
|
3369
|
-
}
|
|
3370
|
-
toggleMode() {
|
|
3371
|
-
this.themeSwitcher.toggleMode();
|
|
3372
|
-
}
|
|
3373
|
-
setTheme(themeName) {
|
|
3374
|
-
this.themeSwitcher.setTheme(themeName);
|
|
3375
|
-
}
|
|
3376
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3377
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
3378
|
-
}
|
|
3379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ThemeService, decorators: [{
|
|
3380
|
-
type: Injectable,
|
|
3381
|
-
args: [{
|
|
3382
|
-
providedIn: 'root',
|
|
3383
|
-
}]
|
|
3384
|
-
}], ctorParameters: () => [], propDecorators: { themeChanged: [{
|
|
3385
|
-
type: Output
|
|
3386
|
-
}] } });
|
|
3387
|
-
|
|
3388
|
-
/*
|
|
3389
|
-
* SPDX-FileCopyrightText: 2024 Siemens AG
|
|
3390
|
-
*
|
|
3391
|
-
* SPDX-License-Identifier: MIT
|
|
3392
|
-
*
|
|
3393
|
-
* This source code is licensed under the MIT license found in the
|
|
3394
|
-
* LICENSE file in the root directory of this source tree.
|
|
3395
|
-
*/
|
|
3396
|
-
|
|
3397
3307
|
/*
|
|
3398
3308
|
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3399
3309
|
*
|
|
@@ -3624,7 +3534,6 @@ const DIRECTIVES = [
|
|
|
3624
3534
|
IxIconButton,
|
|
3625
3535
|
IxIconToggleButton,
|
|
3626
3536
|
IxInput,
|
|
3627
|
-
IxInputGroup,
|
|
3628
3537
|
IxKeyValue,
|
|
3629
3538
|
IxKeyValueList,
|
|
3630
3539
|
IxKpi,
|
|
@@ -3677,7 +3586,6 @@ const DIRECTIVES = [
|
|
|
3677
3586
|
IxTreeItem,
|
|
3678
3587
|
IxTypography,
|
|
3679
3588
|
IxUpload,
|
|
3680
|
-
IxValidationTooltip,
|
|
3681
3589
|
IxWorkflowStep,
|
|
3682
3590
|
IxWorkflowSteps
|
|
3683
3591
|
];
|
|
@@ -3713,19 +3621,18 @@ class IxModule {
|
|
|
3713
3621
|
deps: [DOCUMENT, NgZone],
|
|
3714
3622
|
},
|
|
3715
3623
|
ModalService,
|
|
3716
|
-
ThemeService,
|
|
3717
3624
|
ToastService,
|
|
3718
3625
|
],
|
|
3719
3626
|
};
|
|
3720
3627
|
}
|
|
3721
3628
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3722
|
-
/** @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,
|
|
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,
|
|
3723
3630
|
IxDropdownTriggerDirective,
|
|
3724
3631
|
IxTextValueAccessorDirective,
|
|
3725
3632
|
IxSelectValueAccessorDirective,
|
|
3726
3633
|
IxRadioValueAccessorDirective,
|
|
3727
3634
|
IxBooleanValueAccessorDirective,
|
|
3728
|
-
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,
|
|
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,
|
|
3729
3636
|
IxDropdownTriggerDirective,
|
|
3730
3637
|
IxTextValueAccessorDirective,
|
|
3731
3638
|
IxSelectValueAccessorDirective,
|
|
@@ -3755,5 +3662,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3755
3662
|
* Generated bundle index. Do not edit.
|
|
3756
3663
|
*/
|
|
3757
3664
|
|
|
3758
|
-
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,
|
|
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 };
|
|
3759
3666
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|