@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
package/standalone/index.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ declare class IxBreadcrumb {
|
|
|
84
84
|
}>>;
|
|
85
85
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumb, never>;
|
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ariaLabelPreviousButton": { "alias": "ariaLabelPreviousButton"; "required": false; }; "
|
|
87
|
+
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, ["*"], true, never>;
|
|
88
88
|
}
|
|
89
89
|
declare interface IxBreadcrumb extends Components.IxBreadcrumb {
|
|
90
90
|
/**
|
|
@@ -194,7 +194,7 @@ declare class IxCategoryFilter {
|
|
|
194
194
|
filterCleared: EventEmitter<CustomEvent<void>>;
|
|
195
195
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
196
196
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
|
|
197
|
-
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; }; "
|
|
197
|
+
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, ["*"], true, never>;
|
|
198
198
|
}
|
|
199
199
|
declare interface IxCategoryFilter extends Components.IxCategoryFilter {
|
|
200
200
|
/**
|
|
@@ -253,7 +253,7 @@ declare class IxChip {
|
|
|
253
253
|
closeChip: EventEmitter<CustomEvent<any>>;
|
|
254
254
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
255
255
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxChip, never>;
|
|
256
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "
|
|
256
|
+
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, ["*"], true, never>;
|
|
257
257
|
}
|
|
258
258
|
declare interface IxChip extends Components.IxChip {
|
|
259
259
|
/**
|
|
@@ -308,7 +308,7 @@ declare class IxDateDropdown {
|
|
|
308
308
|
dateRangeChange: EventEmitter<CustomEvent<DateRangeChangeEvent>>;
|
|
309
309
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
310
310
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDateDropdown, never>;
|
|
311
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "ariaLabelDropdownButton": { "alias": "ariaLabelDropdownButton"; "required": false; }; "
|
|
311
|
+
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, ["*"], true, never>;
|
|
312
312
|
}
|
|
313
313
|
declare interface IxDateDropdown extends Components.IxDateDropdown {
|
|
314
314
|
/**
|
|
@@ -346,7 +346,7 @@ declare class IxDatePicker {
|
|
|
346
346
|
dateSelect: EventEmitter<CustomEvent<DateChangeEvent>>;
|
|
347
347
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
348
348
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
|
|
349
|
-
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; }; "
|
|
349
|
+
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, ["*"], true, never>;
|
|
350
350
|
}
|
|
351
351
|
declare interface IxDatePicker extends Components.IxDatePicker {
|
|
352
352
|
/**
|
|
@@ -377,7 +377,7 @@ declare class IxDatetimePicker {
|
|
|
377
377
|
dateSelect: EventEmitter<CustomEvent<DateTimeSelectEvent>>;
|
|
378
378
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
379
379
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
|
|
380
|
-
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; }; "
|
|
380
|
+
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, ["*"], true, never>;
|
|
381
381
|
}
|
|
382
382
|
declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
383
383
|
/**
|
|
@@ -573,10 +573,10 @@ declare class IxGroup {
|
|
|
573
573
|
protected el: HTMLIxGroupElement;
|
|
574
574
|
selectGroup: EventEmitter<CustomEvent<boolean>>;
|
|
575
575
|
selectItem: EventEmitter<CustomEvent<number>>;
|
|
576
|
-
|
|
576
|
+
expandedChanged: EventEmitter<CustomEvent<boolean>>;
|
|
577
577
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
578
578
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
|
|
579
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "
|
|
579
|
+
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, ["*"], true, never>;
|
|
580
580
|
}
|
|
581
581
|
declare interface IxGroup extends Components.IxGroup {
|
|
582
582
|
/**
|
|
@@ -588,9 +588,9 @@ declare interface IxGroup extends Components.IxGroup {
|
|
|
588
588
|
*/
|
|
589
589
|
selectItem: EventEmitter<CustomEvent<number>>;
|
|
590
590
|
/**
|
|
591
|
-
* Group
|
|
591
|
+
* Group expanded
|
|
592
592
|
*/
|
|
593
|
-
|
|
593
|
+
expandedChanged: EventEmitter<CustomEvent<boolean>>;
|
|
594
594
|
}
|
|
595
595
|
declare class IxGroupContextMenu {
|
|
596
596
|
protected z: NgZone;
|
|
@@ -607,7 +607,7 @@ declare class IxGroupItem {
|
|
|
607
607
|
selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
|
|
608
608
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
609
609
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
|
|
610
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "
|
|
610
|
+
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, ["*"], true, never>;
|
|
611
611
|
}
|
|
612
612
|
declare interface IxGroupItem extends Components.IxGroupItem {
|
|
613
613
|
/**
|
|
@@ -671,15 +671,6 @@ declare interface IxInput extends Components.IxInput {
|
|
|
671
671
|
*/
|
|
672
672
|
ixBlur: EventEmitter<CustomEvent<void>>;
|
|
673
673
|
}
|
|
674
|
-
declare class IxInputGroup {
|
|
675
|
-
protected z: NgZone;
|
|
676
|
-
protected el: HTMLIxInputGroupElement;
|
|
677
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
678
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
|
|
679
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"], true, never>;
|
|
680
|
-
}
|
|
681
|
-
declare interface IxInputGroup extends Components.IxInputGroup {
|
|
682
|
-
}
|
|
683
674
|
declare class IxKeyValue {
|
|
684
675
|
protected z: NgZone;
|
|
685
676
|
protected el: HTMLIxKeyValueElement;
|
|
@@ -777,7 +768,7 @@ declare class IxMenu {
|
|
|
777
768
|
openAbout: EventEmitter<CustomEvent<void>>;
|
|
778
769
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
779
770
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
780
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": { "alias": "applicationDescription"; "required": false; }; "applicationName": { "alias": "applicationName"; "required": false; }; "
|
|
771
|
+
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, ["*"], true, never>;
|
|
781
772
|
}
|
|
782
773
|
declare interface IxMenu extends Components.IxMenu {
|
|
783
774
|
/**
|
|
@@ -859,7 +850,7 @@ declare class IxMenuAvatar {
|
|
|
859
850
|
logoutClick: EventEmitter<CustomEvent<any>>;
|
|
860
851
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
861
852
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
|
|
862
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": { "alias": "bottom"; "required": false; }; "
|
|
853
|
+
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, ["*"], true, never>;
|
|
863
854
|
}
|
|
864
855
|
declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
865
856
|
/**
|
|
@@ -939,7 +930,7 @@ declare class IxMessageBar {
|
|
|
939
930
|
closeAnimationCompleted: EventEmitter<CustomEvent<any>>;
|
|
940
931
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
941
932
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
|
|
942
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "
|
|
933
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "persistent": { "alias": "persistent"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "closedChange": "closedChange"; "closeAnimationCompleted": "closeAnimationCompleted"; }, never, ["*"], true, never>;
|
|
943
934
|
}
|
|
944
935
|
declare interface IxMessageBar extends Components.IxMessageBar {
|
|
945
936
|
/**
|
|
@@ -958,7 +949,7 @@ declare class IxModal {
|
|
|
958
949
|
dialogDismiss: EventEmitter<CustomEvent<any>>;
|
|
959
950
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
960
951
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
|
|
961
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModal, "ix-modal", never, { "
|
|
952
|
+
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, ["*"], true, never>;
|
|
962
953
|
}
|
|
963
954
|
declare interface IxModal extends Components.IxModal {
|
|
964
955
|
/**
|
|
@@ -1034,7 +1025,7 @@ declare class IxPagination {
|
|
|
1034
1025
|
itemCountChanged: EventEmitter<CustomEvent<number>>;
|
|
1035
1026
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1036
1027
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPagination, never>;
|
|
1037
|
-
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; }; "
|
|
1028
|
+
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, ["*"], true, never>;
|
|
1038
1029
|
}
|
|
1039
1030
|
declare interface IxPagination extends Components.IxPagination {
|
|
1040
1031
|
/**
|
|
@@ -1102,7 +1093,7 @@ declare class IxPushCard {
|
|
|
1102
1093
|
protected el: HTMLIxPushCardElement;
|
|
1103
1094
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1104
1095
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPushCard, never>;
|
|
1105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPushCard, "ix-push-card", never, { "ariaLabelIcon": { "alias": "ariaLabelIcon"; "required": false; }; "
|
|
1096
|
+
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, ["*"], true, never>;
|
|
1106
1097
|
}
|
|
1107
1098
|
declare interface IxPushCard extends Components.IxPushCard {
|
|
1108
1099
|
}
|
|
@@ -1317,7 +1308,7 @@ declare class IxTimePicker {
|
|
|
1317
1308
|
timeChange: EventEmitter<CustomEvent<string>>;
|
|
1318
1309
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1319
1310
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
|
|
1320
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": { "alias": "corners"; "required": false; }; "
|
|
1311
|
+
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, ["*"], true, never>;
|
|
1321
1312
|
}
|
|
1322
1313
|
declare interface IxTimePicker extends Components.IxTimePicker {
|
|
1323
1314
|
/**
|
|
@@ -1335,7 +1326,7 @@ declare class IxToast {
|
|
|
1335
1326
|
closeToast: EventEmitter<CustomEvent<any>>;
|
|
1336
1327
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1337
1328
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
|
|
1338
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "ariaLabelCloseIconButton": { "alias": "ariaLabelCloseIconButton"; "required": false; }; "
|
|
1329
|
+
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, ["*"], true, never>;
|
|
1339
1330
|
}
|
|
1340
1331
|
declare interface IxToast extends Components.IxToast {
|
|
1341
1332
|
/**
|
|
@@ -1436,15 +1427,6 @@ declare interface IxUpload extends Components.IxUpload {
|
|
|
1436
1427
|
*/
|
|
1437
1428
|
filesChanged: EventEmitter<CustomEvent<Array<File>>>;
|
|
1438
1429
|
}
|
|
1439
|
-
declare class IxValidationTooltip {
|
|
1440
|
-
protected z: NgZone;
|
|
1441
|
-
protected el: HTMLIxValidationTooltipElement;
|
|
1442
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1443
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
|
|
1444
|
-
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, ["*"], true, never>;
|
|
1445
|
-
}
|
|
1446
|
-
declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
1447
|
-
}
|
|
1448
1430
|
declare class IxWorkflowStep {
|
|
1449
1431
|
protected z: NgZone;
|
|
1450
1432
|
protected el: HTMLIxWorkflowStepElement;
|
|
@@ -1565,4 +1547,4 @@ declare class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
1565
1547
|
*/
|
|
1566
1548
|
declare const IxValueAccessorDirectives: readonly [typeof IxBooleanValueAccessorDirective, typeof IxRadioValueAccessorDirective, typeof IxSelectValueAccessorDirective, typeof IxTextValueAccessorDirective, typeof IxDateValueAccessorDirective];
|
|
1567
1549
|
|
|
1568
|
-
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,
|
|
1550
|
+
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, 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, IxValueAccessorDirectives, IxWorkflowStep, IxWorkflowSteps, ModalService, ToastService };
|