@siemens/ix-angular 0.0.0-pr-2214-20251017134939 → 0.0.0-pr-2238-20251103095443
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 +54 -54
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +55 -103
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +21 -35
- package/package.json +2 -2
- package/standalone/index.d.ts +20 -20
|
@@ -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
|
}]
|
|
@@ -1772,11 +1771,11 @@ let IxMenu = class IxMenu {
|
|
|
1772
1771
|
this.el = r.nativeElement;
|
|
1773
1772
|
}
|
|
1774
1773
|
/** @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",
|
|
1774
|
+
/** @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
1775
|
};
|
|
1777
1776
|
IxMenu = __decorate([
|
|
1778
1777
|
ProxyCmp({
|
|
1779
|
-
inputs: ['applicationDescription', 'applicationName', '
|
|
1778
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1780
1779
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1781
1780
|
})
|
|
1782
1781
|
], IxMenu);
|
|
@@ -1787,7 +1786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1787
1786
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1788
1787
|
template: '<ng-content></ng-content>',
|
|
1789
1788
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1790
|
-
inputs: ['applicationDescription', 'applicationName', '
|
|
1789
|
+
inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
|
|
1791
1790
|
outputs: ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout'],
|
|
1792
1791
|
standalone: false
|
|
1793
1792
|
}]
|
|
@@ -1878,11 +1877,11 @@ let IxMenuAboutNews = class IxMenuAboutNews {
|
|
|
1878
1877
|
this.el = r.nativeElement;
|
|
1879
1878
|
}
|
|
1880
1879
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1881
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAboutNews, isStandalone: false, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", i18nShowMore: "i18nShowMore", label: "label",
|
|
1880
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAboutNews, isStandalone: false, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", i18nShowMore: "i18nShowMore", label: "label", show: "show" }, outputs: { showMore: "showMore", closePopover: "closePopover" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1882
1881
|
};
|
|
1883
1882
|
IxMenuAboutNews = __decorate([
|
|
1884
1883
|
ProxyCmp({
|
|
1885
|
-
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', '
|
|
1884
|
+
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'show']
|
|
1886
1885
|
})
|
|
1887
1886
|
], IxMenuAboutNews);
|
|
1888
1887
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutNews, decorators: [{
|
|
@@ -1892,7 +1891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1892
1891
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1893
1892
|
template: '<ng-content></ng-content>',
|
|
1894
1893
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1895
|
-
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', '
|
|
1894
|
+
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'show'],
|
|
1896
1895
|
outputs: ['showMore', 'closePopover'],
|
|
1897
1896
|
standalone: false
|
|
1898
1897
|
}]
|
|
@@ -1911,11 +1910,11 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
1911
1910
|
this.el = r.nativeElement;
|
|
1912
1911
|
}
|
|
1913
1912
|
/** @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",
|
|
1913
|
+
/** @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
1914
|
};
|
|
1916
1915
|
IxMenuAvatar = __decorate([
|
|
1917
1916
|
ProxyCmp({
|
|
1918
|
-
inputs: ['bottom', '
|
|
1917
|
+
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top']
|
|
1919
1918
|
})
|
|
1920
1919
|
], IxMenuAvatar);
|
|
1921
1920
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
@@ -1925,7 +1924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1925
1924
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1926
1925
|
template: '<ng-content></ng-content>',
|
|
1927
1926
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1928
|
-
inputs: ['bottom', '
|
|
1927
|
+
inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top'],
|
|
1929
1928
|
outputs: ['logoutClick'],
|
|
1930
1929
|
standalone: false
|
|
1931
1930
|
}]
|
|
@@ -2093,11 +2092,11 @@ let IxMessageBar = class IxMessageBar {
|
|
|
2093
2092
|
this.el = r.nativeElement;
|
|
2094
2093
|
}
|
|
2095
2094
|
/** @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: {
|
|
2095
|
+
/** @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
2096
|
};
|
|
2098
2097
|
IxMessageBar = __decorate([
|
|
2099
2098
|
ProxyCmp({
|
|
2100
|
-
inputs: ['
|
|
2099
|
+
inputs: ['persistent', 'type']
|
|
2101
2100
|
})
|
|
2102
2101
|
], IxMessageBar);
|
|
2103
2102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
@@ -2107,7 +2106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2107
2106
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2108
2107
|
template: '<ng-content></ng-content>',
|
|
2109
2108
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2110
|
-
inputs: ['
|
|
2109
|
+
inputs: ['persistent', 'type'],
|
|
2111
2110
|
outputs: ['closedChange', 'closeAnimationCompleted'],
|
|
2112
2111
|
standalone: false
|
|
2113
2112
|
}]
|
|
@@ -2127,11 +2126,11 @@ let IxModal = class IxModal {
|
|
|
2127
2126
|
this.el = r.nativeElement;
|
|
2128
2127
|
}
|
|
2129
2128
|
/** @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: {
|
|
2129
|
+
/** @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
2130
|
};
|
|
2132
2131
|
IxModal = __decorate([
|
|
2133
2132
|
ProxyCmp({
|
|
2134
|
-
inputs: ['
|
|
2133
|
+
inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
|
|
2135
2134
|
methods: ['showModal', 'dismissModal', 'closeModal']
|
|
2136
2135
|
})
|
|
2137
2136
|
], IxModal);
|
|
@@ -2142,7 +2141,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2142
2141
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2143
2142
|
template: '<ng-content></ng-content>',
|
|
2144
2143
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2145
|
-
inputs: ['
|
|
2144
|
+
inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
|
|
2146
2145
|
outputs: ['dialogClose', 'dialogDismiss'],
|
|
2147
2146
|
standalone: false
|
|
2148
2147
|
}]
|
|
@@ -2281,11 +2280,11 @@ let IxPagination = class IxPagination {
|
|
|
2281
2280
|
this.el = r.nativeElement;
|
|
2282
2281
|
}
|
|
2283
2282
|
/** @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"
|
|
2283
|
+
/** @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
2284
|
};
|
|
2286
2285
|
IxPagination = __decorate([
|
|
2287
2286
|
ProxyCmp({
|
|
2288
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'
|
|
2287
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage']
|
|
2289
2288
|
})
|
|
2290
2289
|
], IxPagination);
|
|
2291
2290
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, decorators: [{
|
|
@@ -2295,7 +2294,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2295
2294
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2296
2295
|
template: '<ng-content></ng-content>',
|
|
2297
2296
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2298
|
-
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'
|
|
2297
|
+
inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'],
|
|
2299
2298
|
outputs: ['pageSelected', 'itemCountChanged'],
|
|
2300
2299
|
standalone: false
|
|
2301
2300
|
}]
|
|
@@ -2431,11 +2430,11 @@ let IxPushCard = class IxPushCard {
|
|
|
2431
2430
|
this.el = r.nativeElement;
|
|
2432
2431
|
}
|
|
2433
2432
|
/** @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",
|
|
2433
|
+
/** @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
2434
|
};
|
|
2436
2435
|
IxPushCard = __decorate([
|
|
2437
2436
|
ProxyCmp({
|
|
2438
|
-
inputs: ['ariaLabelIcon', '
|
|
2437
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant']
|
|
2439
2438
|
})
|
|
2440
2439
|
], IxPushCard);
|
|
2441
2440
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, decorators: [{
|
|
@@ -2445,7 +2444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2445
2444
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2446
2445
|
template: '<ng-content></ng-content>',
|
|
2447
2446
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2448
|
-
inputs: ['ariaLabelIcon', '
|
|
2447
|
+
inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant'],
|
|
2449
2448
|
standalone: false
|
|
2450
2449
|
}]
|
|
2451
2450
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -2876,11 +2875,11 @@ let IxTimePicker = class IxTimePicker {
|
|
|
2876
2875
|
this.el = r.nativeElement;
|
|
2877
2876
|
}
|
|
2878
2877
|
/** @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",
|
|
2878
|
+
/** @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
2879
|
};
|
|
2881
2880
|
IxTimePicker = __decorate([
|
|
2882
2881
|
ProxyCmp({
|
|
2883
|
-
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', '
|
|
2882
|
+
inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
|
|
2884
2883
|
methods: ['getCurrentTime']
|
|
2885
2884
|
})
|
|
2886
2885
|
], IxTimePicker);
|
|
@@ -2891,7 +2890,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2891
2890
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2892
2891
|
template: '<ng-content></ng-content>',
|
|
2893
2892
|
// 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', '
|
|
2893
|
+
inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
|
|
2895
2894
|
outputs: ['timeSelect', 'timeChange'],
|
|
2896
2895
|
standalone: false
|
|
2897
2896
|
}]
|
|
@@ -2910,11 +2909,11 @@ let IxToast = class IxToast {
|
|
|
2910
2909
|
this.el = r.nativeElement;
|
|
2911
2910
|
}
|
|
2912
2911
|
/** @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",
|
|
2912
|
+
/** @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
2913
|
};
|
|
2915
2914
|
IxToast = __decorate([
|
|
2916
2915
|
ProxyCmp({
|
|
2917
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2916
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2918
2917
|
methods: ['pause', 'resume', 'isPaused']
|
|
2919
2918
|
})
|
|
2920
2919
|
], IxToast);
|
|
@@ -2925,7 +2924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
2925
2924
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2926
2925
|
template: '<ng-content></ng-content>',
|
|
2927
2926
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2928
|
-
inputs: ['ariaLabelCloseIconButton', '
|
|
2927
|
+
inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
|
|
2929
2928
|
outputs: ['closeToast'],
|
|
2930
2929
|
standalone: false
|
|
2931
2930
|
}]
|
|
@@ -3357,52 +3356,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3357
3356
|
}]
|
|
3358
3357
|
}], ctorParameters: () => [] });
|
|
3359
3358
|
|
|
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
|
-
|
|
3406
3359
|
/*
|
|
3407
3360
|
* SPDX-FileCopyrightText: 2025 Siemens AG
|
|
3408
3361
|
*
|
|
@@ -3722,7 +3675,6 @@ class IxModule {
|
|
|
3722
3675
|
deps: [DOCUMENT, NgZone],
|
|
3723
3676
|
},
|
|
3724
3677
|
ModalService,
|
|
3725
|
-
ThemeService,
|
|
3726
3678
|
ToastService,
|
|
3727
3679
|
],
|
|
3728
3680
|
};
|
|
@@ -3764,5 +3716,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
3764
3716
|
* Generated bundle index. Do not edit.
|
|
3765
3717
|
*/
|
|
3766
3718
|
|
|
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,
|
|
3719
|
+
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, ToastService };
|
|
3768
3720
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|