@siemens/ix-angular 0.0.0-pr-2155-20250929074944 → 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
package/index.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ declare class IxBreadcrumb {
|
|
|
85
85
|
}>>;
|
|
86
86
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumb, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ariaLabelPreviousButton": { "alias": "ariaLabelPreviousButton"; "required": false; }; "
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ariaLabelPreviousButton": { "alias": "ariaLabelPreviousButton"; "required": false; }; "nextItems": { "alias": "nextItems"; "required": false; }; "subtle": { "alias": "subtle"; "required": false; }; "visibleItemCount": { "alias": "visibleItemCount"; "required": false; }; }, { "itemClick": "itemClick"; "nextClick": "nextClick"; }, never, ["*"], false, never>;
|
|
89
89
|
}
|
|
90
90
|
declare interface IxBreadcrumb extends Components.IxBreadcrumb {
|
|
91
91
|
/**
|
|
@@ -195,7 +195,7 @@ declare class IxCategoryFilter {
|
|
|
195
195
|
filterCleared: EventEmitter<CustomEvent<void>>;
|
|
196
196
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
197
197
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
|
|
198
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "ariaLabelFilterInput": { "alias": "ariaLabelFilterInput"; "required": false; }; "ariaLabelOperatorButton": { "alias": "ariaLabelOperatorButton"; "required": false; }; "ariaLabelResetButton": { "alias": "ariaLabelResetButton"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "filterState": { "alias": "filterState"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "i18nPlainText": { "alias": "i18nPlainText"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "labelCategories": { "alias": "labelCategories"; "required": false; }; "nonSelectableCategories": { "alias": "nonSelectableCategories"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "
|
|
198
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "ariaLabelFilterInput": { "alias": "ariaLabelFilterInput"; "required": false; }; "ariaLabelOperatorButton": { "alias": "ariaLabelOperatorButton"; "required": false; }; "ariaLabelResetButton": { "alias": "ariaLabelResetButton"; "required": false; }; "categories": { "alias": "categories"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "filterState": { "alias": "filterState"; "required": false; }; "hideIcon": { "alias": "hideIcon"; "required": false; }; "i18nPlainText": { "alias": "i18nPlainText"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "labelCategories": { "alias": "labelCategories"; "required": false; }; "nonSelectableCategories": { "alias": "nonSelectableCategories"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "staticOperator": { "alias": "staticOperator"; "required": false; }; "suggestions": { "alias": "suggestions"; "required": false; }; "uniqueCategories": { "alias": "uniqueCategories"; "required": false; }; }, { "categoryChanged": "categoryChanged"; "inputChanged": "inputChanged"; "filterChanged": "filterChanged"; "filterCleared": "filterCleared"; }, never, ["*"], false, never>;
|
|
199
199
|
}
|
|
200
200
|
declare interface IxCategoryFilter extends Components.IxCategoryFilter {
|
|
201
201
|
/**
|
|
@@ -254,7 +254,7 @@ declare class IxChip {
|
|
|
254
254
|
closeChip: EventEmitter<CustomEvent<any>>;
|
|
255
255
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
256
256
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxChip, never>;
|
|
257
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "
|
|
257
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "ariaLabelCloseButton": { "alias": "ariaLabelCloseButton"; "required": false; }; "background": { "alias": "background"; "required": false; }; "centerContent": { "alias": "centerContent"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "inactive": { "alias": "inactive"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "closeChip": "closeChip"; }, never, ["*"], false, never>;
|
|
258
258
|
}
|
|
259
259
|
declare interface IxChip extends Components.IxChip {
|
|
260
260
|
/**
|
|
@@ -309,7 +309,7 @@ declare class IxDateDropdown {
|
|
|
309
309
|
dateRangeChange: EventEmitter<CustomEvent<DateRangeChangeEvent>>;
|
|
310
310
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
311
311
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDateDropdown, never>;
|
|
312
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "ariaLabelDropdownButton": { "alias": "ariaLabelDropdownButton"; "required": false; }; "
|
|
312
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "ariaLabelDropdownButton": { "alias": "ariaLabelDropdownButton"; "required": false; }; "customRangeDisabled": { "alias": "customRangeDisabled"; "required": false; }; "dateRangeId": { "alias": "dateRangeId"; "required": false; }; "dateRangeOptions": { "alias": "dateRangeOptions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nCustomItem": { "alias": "i18nCustomItem"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "i18nNoRange": { "alias": "i18nNoRange"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "to": { "alias": "to"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, { "dateRangeChange": "dateRangeChange"; }, never, ["*"], false, never>;
|
|
313
313
|
}
|
|
314
314
|
declare interface IxDateDropdown extends Components.IxDateDropdown {
|
|
315
315
|
/**
|
|
@@ -347,7 +347,7 @@ declare class IxDatePicker {
|
|
|
347
347
|
dateSelect: EventEmitter<CustomEvent<DateChangeEvent>>;
|
|
348
348
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
349
349
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
|
|
350
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "ariaLabelNextMonthButton": { "alias": "ariaLabelNextMonthButton"; "required": false; }; "ariaLabelPreviousMonthButton": { "alias": "ariaLabelPreviousMonthButton"; "required": false; }; "corners": { "alias": "corners"; "required": false; }; "format": { "alias": "format"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "
|
|
350
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "ariaLabelNextMonthButton": { "alias": "ariaLabelNextMonthButton"; "required": false; }; "ariaLabelPreviousMonthButton": { "alias": "ariaLabelPreviousMonthButton"; "required": false; }; "corners": { "alias": "corners"; "required": false; }; "format": { "alias": "format"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "to": { "alias": "to"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, { "dateChange": "dateChange"; "dateRangeChange": "dateRangeChange"; "dateSelect": "dateSelect"; }, never, ["*"], false, never>;
|
|
351
351
|
}
|
|
352
352
|
declare interface IxDatePicker extends Components.IxDatePicker {
|
|
353
353
|
/**
|
|
@@ -378,7 +378,7 @@ declare class IxDatetimePicker {
|
|
|
378
378
|
dateSelect: EventEmitter<CustomEvent<DateTimeSelectEvent>>;
|
|
379
379
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
380
380
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
|
|
381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "ariaLabelNextMonthButton": { "alias": "ariaLabelNextMonthButton"; "required": false; }; "ariaLabelPreviousMonthButton": { "alias": "ariaLabelPreviousMonthButton"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "i18nTime": { "alias": "i18nTime"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "
|
|
381
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "ariaLabelNextMonthButton": { "alias": "ariaLabelNextMonthButton"; "required": false; }; "ariaLabelPreviousMonthButton": { "alias": "ariaLabelPreviousMonthButton"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "from": { "alias": "from"; "required": false; }; "i18nDone": { "alias": "i18nDone"; "required": false; }; "i18nTime": { "alias": "i18nTime"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "showTimeReference": { "alias": "showTimeReference"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "time": { "alias": "time"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "timeReference": { "alias": "timeReference"; "required": false; }; "to": { "alias": "to"; "required": false; }; "weekStartIndex": { "alias": "weekStartIndex"; "required": false; }; }, { "timeChange": "timeChange"; "dateChange": "dateChange"; "dateSelect": "dateSelect"; }, never, ["*"], false, never>;
|
|
382
382
|
}
|
|
383
383
|
declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
384
384
|
/**
|
|
@@ -574,10 +574,10 @@ declare class IxGroup {
|
|
|
574
574
|
protected el: HTMLIxGroupElement;
|
|
575
575
|
selectGroup: EventEmitter<CustomEvent<boolean>>;
|
|
576
576
|
selectItem: EventEmitter<CustomEvent<number>>;
|
|
577
|
-
|
|
577
|
+
expandedChanged: EventEmitter<CustomEvent<boolean>>;
|
|
578
578
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
579
579
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
|
|
580
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "
|
|
580
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "expandOnHeaderClick": { "alias": "expandOnHeaderClick"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "header": { "alias": "header"; "required": false; }; "index": { "alias": "index"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "subHeader": { "alias": "subHeader"; "required": false; }; "suppressHeaderSelection": { "alias": "suppressHeaderSelection"; "required": false; }; }, { "selectGroup": "selectGroup"; "selectItem": "selectItem"; "expandedChanged": "expandedChanged"; }, never, ["*"], false, never>;
|
|
581
581
|
}
|
|
582
582
|
declare interface IxGroup extends Components.IxGroup {
|
|
583
583
|
/**
|
|
@@ -589,9 +589,9 @@ declare interface IxGroup extends Components.IxGroup {
|
|
|
589
589
|
*/
|
|
590
590
|
selectItem: EventEmitter<CustomEvent<number>>;
|
|
591
591
|
/**
|
|
592
|
-
* Group
|
|
592
|
+
* Group expanded
|
|
593
593
|
*/
|
|
594
|
-
|
|
594
|
+
expandedChanged: EventEmitter<CustomEvent<boolean>>;
|
|
595
595
|
}
|
|
596
596
|
declare class IxGroupContextMenu {
|
|
597
597
|
protected z: NgZone;
|
|
@@ -608,7 +608,7 @@ declare class IxGroupItem {
|
|
|
608
608
|
selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
|
|
609
609
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
610
610
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
|
|
611
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "
|
|
611
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "index": { "alias": "index"; "required": false; }; "secondaryText": { "alias": "secondaryText"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "suppressSelection": { "alias": "suppressSelection"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "selectedChanged": "selectedChanged"; }, never, ["*"], false, never>;
|
|
612
612
|
}
|
|
613
613
|
declare interface IxGroupItem extends Components.IxGroupItem {
|
|
614
614
|
/**
|
|
@@ -672,15 +672,6 @@ declare interface IxInput extends Components.IxInput {
|
|
|
672
672
|
*/
|
|
673
673
|
ixBlur: EventEmitter<CustomEvent<void>>;
|
|
674
674
|
}
|
|
675
|
-
declare class IxInputGroup {
|
|
676
|
-
protected z: NgZone;
|
|
677
|
-
protected el: HTMLIxInputGroupElement;
|
|
678
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
679
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
|
|
680
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"], false, never>;
|
|
681
|
-
}
|
|
682
|
-
declare interface IxInputGroup extends Components.IxInputGroup {
|
|
683
|
-
}
|
|
684
675
|
declare class IxKeyValue {
|
|
685
676
|
protected z: NgZone;
|
|
686
677
|
protected el: HTMLIxKeyValueElement;
|
|
@@ -778,7 +769,7 @@ declare class IxMenu {
|
|
|
778
769
|
openAbout: EventEmitter<CustomEvent<void>>;
|
|
779
770
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
780
771
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
781
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": { "alias": "applicationDescription"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "
|
|
772
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": { "alias": "applicationDescription"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "enableToggleTheme": { "alias": "enableToggleTheme"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "i18nCollapse": { "alias": "i18nCollapse"; "required": false; }; "i18nExpand": { "alias": "i18nExpand"; "required": false; }; "i18nExpandSidebar": { "alias": "i18nExpandSidebar"; "required": false; }; "i18nLegal": { "alias": "i18nLegal"; "required": false; }; "i18nSettings": { "alias": "i18nSettings"; "required": false; }; "i18nToggleTheme": { "alias": "i18nToggleTheme"; "required": false; }; "pinned": { "alias": "pinned"; "required": false; }; "showAbout": { "alias": "showAbout"; "required": false; }; "showSettings": { "alias": "showSettings"; "required": false; }; "startExpanded": { "alias": "startExpanded"; "required": false; }; }, { "expandChange": "expandChange"; "mapExpandChange": "mapExpandChange"; "openAppSwitch": "openAppSwitch"; "openSettings": "openSettings"; "openAbout": "openAbout"; }, never, ["*"], false, never>;
|
|
782
773
|
}
|
|
783
774
|
declare interface IxMenu extends Components.IxMenu {
|
|
784
775
|
/**
|
|
@@ -860,7 +851,7 @@ declare class IxMenuAvatar {
|
|
|
860
851
|
logoutClick: EventEmitter<CustomEvent<any>>;
|
|
861
852
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
862
853
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
|
|
863
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": { "alias": "bottom"; "required": false; }; "
|
|
854
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": { "alias": "bottom"; "required": false; }; "hideLogoutButton": { "alias": "hideLogoutButton"; "required": false; }; "i18nLogout": { "alias": "i18nLogout"; "required": false; }; "image": { "alias": "image"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "top": { "alias": "top"; "required": false; }; }, { "logoutClick": "logoutClick"; }, never, ["*"], false, never>;
|
|
864
855
|
}
|
|
865
856
|
declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
866
857
|
/**
|
|
@@ -940,7 +931,7 @@ declare class IxMessageBar {
|
|
|
940
931
|
closeAnimationCompleted: EventEmitter<CustomEvent<any>>;
|
|
941
932
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
942
933
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
|
|
943
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "
|
|
934
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "persistent": { "alias": "persistent"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "closedChange": "closedChange"; "closeAnimationCompleted": "closeAnimationCompleted"; }, never, ["*"], false, never>;
|
|
944
935
|
}
|
|
945
936
|
declare interface IxMessageBar extends Components.IxMessageBar {
|
|
946
937
|
/**
|
|
@@ -959,7 +950,7 @@ declare class IxModal {
|
|
|
959
950
|
dialogDismiss: EventEmitter<CustomEvent<any>>;
|
|
960
951
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
961
952
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
|
|
962
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModal, "ix-modal", never, { "
|
|
953
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModal, "ix-modal", never, { "beforeDismiss": { "alias": "beforeDismiss"; "required": false; }; "centered": { "alias": "centered"; "required": false; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; }; "disableAnimation": { "alias": "disableAnimation"; "required": false; }; "disableEscapeClose": { "alias": "disableEscapeClose"; "required": false; }; "hideBackdrop": { "alias": "hideBackdrop"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "dialogClose": "dialogClose"; "dialogDismiss": "dialogDismiss"; }, never, ["*"], false, never>;
|
|
963
954
|
}
|
|
964
955
|
declare interface IxModal extends Components.IxModal {
|
|
965
956
|
/**
|
|
@@ -1035,7 +1026,7 @@ declare class IxPagination {
|
|
|
1035
1026
|
itemCountChanged: EventEmitter<CustomEvent<number>>;
|
|
1036
1027
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1037
1028
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPagination, never>;
|
|
1038
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPagination, "ix-pagination", never, { "advanced": { "alias": "advanced"; "required": false; }; "ariaLabelChevronLeftIconButton": { "alias": "ariaLabelChevronLeftIconButton"; "required": false; }; "ariaLabelChevronRightIconButton": { "alias": "ariaLabelChevronRightIconButton"; "required": false; }; "count": { "alias": "count"; "required": false; }; "
|
|
1029
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPagination, "ix-pagination", never, { "advanced": { "alias": "advanced"; "required": false; }; "ariaLabelChevronLeftIconButton": { "alias": "ariaLabelChevronLeftIconButton"; "required": false; }; "ariaLabelChevronRightIconButton": { "alias": "ariaLabelChevronRightIconButton"; "required": false; }; "count": { "alias": "count"; "required": false; }; "hideItemCount": { "alias": "hideItemCount"; "required": false; }; "i18nItems": { "alias": "i18nItems"; "required": false; }; "i18nOf": { "alias": "i18nOf"; "required": false; }; "i18nPage": { "alias": "i18nPage"; "required": false; }; "itemCount": { "alias": "itemCount"; "required": false; }; "selectedPage": { "alias": "selectedPage"; "required": false; }; }, { "pageSelected": "pageSelected"; "itemCountChanged": "itemCountChanged"; }, never, ["*"], false, never>;
|
|
1039
1030
|
}
|
|
1040
1031
|
declare interface IxPagination extends Components.IxPagination {
|
|
1041
1032
|
/**
|
|
@@ -1103,7 +1094,7 @@ declare class IxPushCard {
|
|
|
1103
1094
|
protected el: HTMLIxPushCardElement;
|
|
1104
1095
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1105
1096
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPushCard, never>;
|
|
1106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPushCard, "ix-push-card", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "
|
|
1097
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPushCard, "ix-push-card", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "subheading": { "alias": "subheading"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1107
1098
|
}
|
|
1108
1099
|
declare interface IxPushCard extends Components.IxPushCard {
|
|
1109
1100
|
}
|
|
@@ -1318,7 +1309,7 @@ declare class IxTimePicker {
|
|
|
1318
1309
|
timeChange: EventEmitter<CustomEvent<string>>;
|
|
1319
1310
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1320
1311
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
|
|
1321
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": { "alias": "corners"; "required": false; }; "
|
|
1312
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": { "alias": "corners"; "required": false; }; "embedded": { "alias": "embedded"; "required": false; }; "format": { "alias": "format"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "hourInterval": { "alias": "hourInterval"; "required": false; }; "i18nConfirmTime": { "alias": "i18nConfirmTime"; "required": false; }; "i18nHeader": { "alias": "i18nHeader"; "required": false; }; "i18nHourColumnHeader": { "alias": "i18nHourColumnHeader"; "required": false; }; "i18nMillisecondColumnHeader": { "alias": "i18nMillisecondColumnHeader"; "required": false; }; "i18nMinuteColumnHeader": { "alias": "i18nMinuteColumnHeader"; "required": false; }; "i18nSecondColumnHeader": { "alias": "i18nSecondColumnHeader"; "required": false; }; "millisecondInterval": { "alias": "millisecondInterval"; "required": false; }; "minuteInterval": { "alias": "minuteInterval"; "required": false; }; "secondInterval": { "alias": "secondInterval"; "required": false; }; "time": { "alias": "time"; "required": false; }; }, { "timeSelect": "timeSelect"; "timeChange": "timeChange"; }, never, ["*"], false, never>;
|
|
1322
1313
|
}
|
|
1323
1314
|
declare interface IxTimePicker extends Components.IxTimePicker {
|
|
1324
1315
|
/**
|
|
@@ -1336,7 +1327,7 @@ declare class IxToast {
|
|
|
1336
1327
|
closeToast: EventEmitter<CustomEvent<any>>;
|
|
1337
1328
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1338
1329
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
|
|
1339
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "
|
|
1330
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "autoCloseDelay": { "alias": "autoCloseDelay"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "preventAutoClose": { "alias": "preventAutoClose"; "required": false; }; "toastTitle": { "alias": "toastTitle"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "closeToast": "closeToast"; }, never, ["*"], false, never>;
|
|
1340
1331
|
}
|
|
1341
1332
|
declare interface IxToast extends Components.IxToast {
|
|
1342
1333
|
/**
|
|
@@ -1437,15 +1428,6 @@ declare interface IxUpload extends Components.IxUpload {
|
|
|
1437
1428
|
*/
|
|
1438
1429
|
filesChanged: EventEmitter<CustomEvent<Array<File>>>;
|
|
1439
1430
|
}
|
|
1440
|
-
declare class IxValidationTooltip {
|
|
1441
|
-
protected z: NgZone;
|
|
1442
|
-
protected el: HTMLIxValidationTooltipElement;
|
|
1443
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1444
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
|
|
1445
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": { "alias": "message"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "suppressAutomaticPlacement": { "alias": "suppressAutomaticPlacement"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1446
|
-
}
|
|
1447
|
-
declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
1448
|
-
}
|
|
1449
1431
|
declare class IxWorkflowStep {
|
|
1450
1432
|
protected z: NgZone;
|
|
1451
1433
|
protected el: HTMLIxWorkflowStepElement;
|
|
@@ -1496,27 +1478,22 @@ declare class ModalService extends ModalService$1 {
|
|
|
1496
1478
|
|
|
1497
1479
|
declare class ToastService extends ToastService$1 {
|
|
1498
1480
|
constructor();
|
|
1481
|
+
/**
|
|
1482
|
+
* Gets the current toast position
|
|
1483
|
+
*/
|
|
1499
1484
|
getPosition(): ToastPosition;
|
|
1485
|
+
/**
|
|
1486
|
+
* Sets the current toast position
|
|
1487
|
+
*/
|
|
1500
1488
|
setPosition(position: ToastPosition): void;
|
|
1489
|
+
/**
|
|
1490
|
+
* Shows the toast
|
|
1491
|
+
*/
|
|
1501
1492
|
show(config: ToastConfig): Promise<ShowToastResult>;
|
|
1502
1493
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
|
|
1503
1494
|
static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
|
|
1504
1495
|
}
|
|
1505
1496
|
|
|
1506
|
-
/**
|
|
1507
|
-
* @deprecated Will be removed in 4.0.0. Use themeSwitcher from core package `import { themeSwitcher } from '@siemens/ix';`
|
|
1508
|
-
*
|
|
1509
|
-
*/
|
|
1510
|
-
declare class ThemeService {
|
|
1511
|
-
themeChanged: EventEmitter<string>;
|
|
1512
|
-
private readonly themeSwitcher;
|
|
1513
|
-
constructor();
|
|
1514
|
-
toggleMode(): void;
|
|
1515
|
-
setTheme(themeName: string): void;
|
|
1516
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
|
|
1517
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
1497
|
declare class IxBooleanValueAccessorDirective extends BooleanValueAccessorBaseDirective {
|
|
1521
1498
|
constructor(injector: Injector, el: ElementRef);
|
|
1522
1499
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBooleanValueAccessorDirective, never>;
|
|
@@ -1558,8 +1535,8 @@ declare class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
1558
1535
|
declare class IxModule {
|
|
1559
1536
|
static forRoot(): ModuleWithProviders<IxModule>;
|
|
1560
1537
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModule, never>;
|
|
1561
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IxModule, [typeof IxActionCard, typeof IxApplication, typeof IxApplicationHeader, typeof IxAvatar, typeof IxBasicNavigation, typeof IxBlind, typeof IxBreadcrumb, typeof IxBreadcrumbItem, typeof IxButton, typeof IxCard, typeof IxCardAccordion, typeof IxCardContent, typeof IxCardList, typeof IxCardTitle, typeof IxCategoryFilter, typeof IxCheckbox, typeof IxCheckboxGroup, typeof IxChip, typeof IxCol, typeof IxContent, typeof IxContentHeader, typeof IxCustomField, typeof IxDateDropdown, typeof IxDateInput, typeof IxDatePicker, typeof IxDatetimePicker, typeof IxDivider, typeof IxDrawer, typeof IxDropdown, typeof IxDropdownButton, typeof IxDropdownHeader, typeof IxDropdownItem, typeof IxDropdownQuickActions, typeof IxEmptyState, typeof IxEventList, typeof IxEventListItem, typeof IxExpandingSearch, typeof IxFieldLabel, typeof IxFilterChip, typeof IxFlipTile, typeof IxFlipTileContent, typeof IxGroup, typeof IxGroupContextMenu, typeof IxGroupItem, typeof IxHelperText, typeof IxIconButton, typeof IxIconToggleButton, typeof IxInput, typeof
|
|
1538
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IxModule, [typeof IxActionCard, typeof IxApplication, typeof IxApplicationHeader, typeof IxAvatar, typeof IxBasicNavigation, typeof IxBlind, typeof IxBreadcrumb, typeof IxBreadcrumbItem, typeof IxButton, typeof IxCard, typeof IxCardAccordion, typeof IxCardContent, typeof IxCardList, typeof IxCardTitle, typeof IxCategoryFilter, typeof IxCheckbox, typeof IxCheckboxGroup, typeof IxChip, typeof IxCol, typeof IxContent, typeof IxContentHeader, typeof IxCustomField, typeof IxDateDropdown, typeof IxDateInput, typeof IxDatePicker, typeof IxDatetimePicker, typeof IxDivider, typeof IxDrawer, typeof IxDropdown, typeof IxDropdownButton, typeof IxDropdownHeader, typeof IxDropdownItem, typeof IxDropdownQuickActions, typeof IxEmptyState, typeof IxEventList, typeof IxEventListItem, typeof IxExpandingSearch, typeof IxFieldLabel, typeof IxFilterChip, typeof IxFlipTile, typeof IxFlipTileContent, typeof IxGroup, typeof IxGroupContextMenu, typeof IxGroupItem, typeof IxHelperText, typeof IxIconButton, typeof IxIconToggleButton, typeof IxInput, typeof IxKeyValue, typeof IxKeyValueList, typeof IxKpi, typeof IxLayoutAuto, typeof IxLayoutGrid, typeof IxLinkButton, typeof IxMapNavigation, typeof IxMapNavigationOverlay, typeof IxMenu, typeof IxMenuAbout, typeof IxMenuAboutItem, typeof IxMenuAboutNews, typeof IxMenuAvatar, typeof IxMenuAvatarItem, typeof IxMenuCategory, typeof IxMenuItem, typeof IxMenuSettings, typeof IxMenuSettingsItem, typeof IxMessageBar, typeof IxModal, typeof IxModalContent, typeof IxModalFooter, typeof IxModalHeader, typeof IxNumberInput, typeof IxPagination, typeof IxPane, typeof IxPaneLayout, typeof IxPill, typeof IxProgressIndicator, typeof IxPushCard, typeof IxRadio, typeof IxRadioGroup, typeof IxRow, typeof IxSelect, typeof IxSelectItem, typeof IxSlider, typeof IxSpinner, typeof IxSplitButton, typeof IxTabItem, typeof IxTabs, typeof IxTextarea, typeof IxTile, typeof IxTimeInput, typeof IxTimePicker, typeof IxToast, typeof IxToastContainer, typeof IxToggle, typeof IxToggleButton, typeof IxTooltip, typeof IxTreeItem, typeof IxTypography, typeof IxUpload, typeof IxWorkflowStep, typeof IxWorkflowSteps, typeof IxTree, typeof IxIcon, typeof IxDropdownTriggerDirective, typeof IxTextValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxBooleanValueAccessorDirective, typeof IxDateValueAccessorDirective], never, [typeof IxActionCard, typeof IxApplication, typeof IxApplicationHeader, typeof IxAvatar, typeof IxBasicNavigation, typeof IxBlind, typeof IxBreadcrumb, typeof IxBreadcrumbItem, typeof IxButton, typeof IxCard, typeof IxCardAccordion, typeof IxCardContent, typeof IxCardList, typeof IxCardTitle, typeof IxCategoryFilter, typeof IxCheckbox, typeof IxCheckboxGroup, typeof IxChip, typeof IxCol, typeof IxContent, typeof IxContentHeader, typeof IxCustomField, typeof IxDateDropdown, typeof IxDateInput, typeof IxDatePicker, typeof IxDatetimePicker, typeof IxDivider, typeof IxDrawer, typeof IxDropdown, typeof IxDropdownButton, typeof IxDropdownHeader, typeof IxDropdownItem, typeof IxDropdownQuickActions, typeof IxEmptyState, typeof IxEventList, typeof IxEventListItem, typeof IxExpandingSearch, typeof IxFieldLabel, typeof IxFilterChip, typeof IxFlipTile, typeof IxFlipTileContent, typeof IxGroup, typeof IxGroupContextMenu, typeof IxGroupItem, typeof IxHelperText, typeof IxIconButton, typeof IxIconToggleButton, typeof IxInput, typeof IxKeyValue, typeof IxKeyValueList, typeof IxKpi, typeof IxLayoutAuto, typeof IxLayoutGrid, typeof IxLinkButton, typeof IxMapNavigation, typeof IxMapNavigationOverlay, typeof IxMenu, typeof IxMenuAbout, typeof IxMenuAboutItem, typeof IxMenuAboutNews, typeof IxMenuAvatar, typeof IxMenuAvatarItem, typeof IxMenuCategory, typeof IxMenuItem, typeof IxMenuSettings, typeof IxMenuSettingsItem, typeof IxMessageBar, typeof IxModal, typeof IxModalContent, typeof IxModalFooter, typeof IxModalHeader, typeof IxNumberInput, typeof IxPagination, typeof IxPane, typeof IxPaneLayout, typeof IxPill, typeof IxProgressIndicator, typeof IxPushCard, typeof IxRadio, typeof IxRadioGroup, typeof IxRow, typeof IxSelect, typeof IxSelectItem, typeof IxSlider, typeof IxSpinner, typeof IxSplitButton, typeof IxTabItem, typeof IxTabs, typeof IxTextarea, typeof IxTile, typeof IxTimeInput, typeof IxTimePicker, typeof IxToast, typeof IxToastContainer, typeof IxToggle, typeof IxToggleButton, typeof IxTooltip, typeof IxTreeItem, typeof IxTypography, typeof IxUpload, typeof IxWorkflowStep, typeof IxWorkflowSteps, typeof IxTree, typeof IxIcon, typeof IxDropdownTriggerDirective, typeof IxTextValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxBooleanValueAccessorDirective, typeof IxDateValueAccessorDirective]>;
|
|
1562
1539
|
static ɵinj: i0.ɵɵInjectorDeclaration<IxModule>;
|
|
1563
1540
|
}
|
|
1564
1541
|
|
|
1565
|
-
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,
|
|
1542
|
+
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 };
|
package/package.json
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"url": "https://github.com/siemens/ix",
|
|
8
8
|
"directory": "packages/angular"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.0.0-pr-
|
|
10
|
+
"version": "0.0.0-pr-2166-20251001083917",
|
|
11
11
|
"description": "Siemens iX for Angular",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@siemens/ix": "0.0.0-pr-
|
|
14
|
+
"@siemens/ix": "0.0.0-pr-2166-20251001083917",
|
|
15
15
|
"tslib": "^2.3.0"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|