@siemens/ix-angular 1.6.3 → 2.0.0-beta.0
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/components.d.ts +87 -37
- package/declare-components.d.ts +1 -1
- package/esm2020/components.mjs +189 -92
- package/esm2020/declare-components.mjs +8 -4
- package/esm2020/modal/modal.service.mjs +3 -4
- package/esm2020/module.mjs +2 -2
- package/fesm2015/siemens-ix-angular.mjs +192 -95
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +192 -96
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/module.d.ts +1 -1
- package/package.json +2 -2
package/components.d.ts
CHANGED
|
@@ -47,6 +47,15 @@ export declare class IxApplicationHeader {
|
|
|
47
47
|
}
|
|
48
48
|
export declare interface IxApplicationHeader extends Components.IxApplicationHeader {
|
|
49
49
|
}
|
|
50
|
+
export declare class IxAvatar {
|
|
51
|
+
protected z: NgZone;
|
|
52
|
+
protected el: HTMLElement;
|
|
53
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxAvatar, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxAvatar, "ix-avatar", never, { "image": "image"; "initials": "initials"; }, {}, never, ["*"]>;
|
|
56
|
+
}
|
|
57
|
+
export declare interface IxAvatar extends Components.IxAvatar {
|
|
58
|
+
}
|
|
50
59
|
export declare class IxBasicNavigation {
|
|
51
60
|
protected z: NgZone;
|
|
52
61
|
protected el: HTMLElement;
|
|
@@ -103,7 +112,7 @@ export declare class IxButton {
|
|
|
103
112
|
protected el: HTMLElement;
|
|
104
113
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
105
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxButton, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "invisible": "invisible"; "outline": "outline"; "selected": "selected"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "invisible": "invisible"; "loading": "loading"; "outline": "outline"; "selected": "selected"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
107
116
|
}
|
|
108
117
|
export declare interface IxButton extends Components.IxButton {
|
|
109
118
|
}
|
|
@@ -215,15 +224,6 @@ export declare interface IxContentHeader extends Components.IxContentHeader {
|
|
|
215
224
|
*/
|
|
216
225
|
backButtonClick: EventEmitter<CustomEvent<void>>;
|
|
217
226
|
}
|
|
218
|
-
export declare class IxCounterPill {
|
|
219
|
-
protected z: NgZone;
|
|
220
|
-
protected el: HTMLElement;
|
|
221
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
222
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxCounterPill, never>;
|
|
223
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCounterPill, "ix-counter-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
224
|
-
}
|
|
225
|
-
export declare interface IxCounterPill extends Components.IxCounterPill {
|
|
226
|
-
}
|
|
227
227
|
export declare class IxDatePicker {
|
|
228
228
|
protected z: NgZone;
|
|
229
229
|
protected el: HTMLElement;
|
|
@@ -311,7 +311,7 @@ export declare class IxDropdown {
|
|
|
311
311
|
protected el: HTMLElement;
|
|
312
312
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
313
313
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
|
|
314
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdown, "ix-dropdown", never, { "
|
|
314
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdown, "ix-dropdown", never, { "anchor": "anchor"; "closeBehavior": "closeBehavior"; "header": "header"; "placement": "placement"; "positioningStrategy": "positioningStrategy"; "show": "show"; "suppressAutomaticPlacement": "suppressAutomaticPlacement"; "trigger": "trigger"; }, {}, never, ["*"]>;
|
|
315
315
|
}
|
|
316
316
|
export declare interface IxDropdown extends Components.IxDropdown {
|
|
317
317
|
/**
|
|
@@ -328,6 +328,15 @@ export declare class IxDropdownButton {
|
|
|
328
328
|
}
|
|
329
329
|
export declare interface IxDropdownButton extends Components.IxDropdownButton {
|
|
330
330
|
}
|
|
331
|
+
export declare class IxDropdownHeader {
|
|
332
|
+
protected z: NgZone;
|
|
333
|
+
protected el: HTMLElement;
|
|
334
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
335
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownHeader, never>;
|
|
336
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownHeader, "ix-dropdown-header", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
337
|
+
}
|
|
338
|
+
export declare interface IxDropdownHeader extends Components.IxDropdownHeader {
|
|
339
|
+
}
|
|
331
340
|
export declare class IxDropdownItem {
|
|
332
341
|
protected z: NgZone;
|
|
333
342
|
protected el: HTMLElement;
|
|
@@ -459,15 +468,6 @@ export declare class IxGroupContextMenu {
|
|
|
459
468
|
}
|
|
460
469
|
export declare interface IxGroupContextMenu extends Components.IxGroupContextMenu {
|
|
461
470
|
}
|
|
462
|
-
export declare class IxGroupDropdownItem {
|
|
463
|
-
protected z: NgZone;
|
|
464
|
-
protected el: HTMLElement;
|
|
465
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
466
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupDropdownItem, never>;
|
|
467
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
468
|
-
}
|
|
469
|
-
export declare interface IxGroupDropdownItem extends Components.IxGroupDropdownItem {
|
|
470
|
-
}
|
|
471
471
|
export declare class IxGroupItem {
|
|
472
472
|
protected z: NgZone;
|
|
473
473
|
protected el: HTMLElement;
|
|
@@ -495,7 +495,7 @@ export declare class IxIconButton {
|
|
|
495
495
|
protected el: HTMLElement;
|
|
496
496
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
497
497
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIconButton, never>;
|
|
498
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxIconButton, "ix-icon-button", never, { "color": "color"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "invisible": "invisible"; "outline": "outline"; "oval": "oval"; "selected": "selected"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
498
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxIconButton, "ix-icon-button", never, { "color": "color"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "invisible": "invisible"; "loading": "loading"; "outline": "outline"; "oval": "oval"; "selected": "selected"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
499
499
|
}
|
|
500
500
|
export declare interface IxIconButton extends Components.IxIconButton {
|
|
501
501
|
}
|
|
@@ -535,6 +535,15 @@ export declare class IxKpi {
|
|
|
535
535
|
}
|
|
536
536
|
export declare interface IxKpi extends Components.IxKpi {
|
|
537
537
|
}
|
|
538
|
+
export declare class IxLinkButton {
|
|
539
|
+
protected z: NgZone;
|
|
540
|
+
protected el: HTMLElement;
|
|
541
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
542
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxLinkButton, never>;
|
|
543
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxLinkButton, "ix-link-button", never, { "disabled": "disabled"; "target": "target"; "url": "url"; }, {}, never, ["*"]>;
|
|
544
|
+
}
|
|
545
|
+
export declare interface IxLinkButton extends Components.IxLinkButton {
|
|
546
|
+
}
|
|
538
547
|
export declare class IxMapNavigation {
|
|
539
548
|
protected z: NgZone;
|
|
540
549
|
protected el: HTMLElement;
|
|
@@ -570,7 +579,7 @@ export declare class IxMenu {
|
|
|
570
579
|
protected el: HTMLElement;
|
|
571
580
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
572
581
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
573
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": "applicationDescription"; "applicationName": "applicationName"; "enableMapExpand": "enableMapExpand"; "enableSettings": "enableSettings"; "enableToggleTheme": "enableToggleTheme"; "expand": "expand"; "i18nCollapse": "i18nCollapse"; "i18nExpand": "i18nExpand"; "
|
|
582
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": "applicationDescription"; "applicationName": "applicationName"; "enableMapExpand": "enableMapExpand"; "enableSettings": "enableSettings"; "enableToggleTheme": "enableToggleTheme"; "expand": "expand"; "forceLayout": "forceLayout"; "i18nCollapse": "i18nCollapse"; "i18nExpand": "i18nExpand"; "i18nExpandSidebar": "i18nExpandSidebar"; "i18nLegal": "i18nLegal"; "i18nSettings": "i18nSettings"; "i18nToggleTheme": "i18nToggleTheme"; "maxVisibleMenuItems": "maxVisibleMenuItems"; "pinned": "pinned"; "showAbout": "showAbout"; "showSettings": "showSettings"; "supportedModes": "supportedModes"; }, {}, never, ["*"]>;
|
|
574
583
|
}
|
|
575
584
|
export declare interface IxMenu extends Components.IxMenu {
|
|
576
585
|
/**
|
|
@@ -593,7 +602,10 @@ export declare interface IxMenuAbout extends Components.IxMenuAbout {
|
|
|
593
602
|
/**
|
|
594
603
|
* About and Legal closed
|
|
595
604
|
*/
|
|
596
|
-
close: EventEmitter<CustomEvent<
|
|
605
|
+
close: EventEmitter<CustomEvent<{
|
|
606
|
+
nativeEvent: MouseEvent;
|
|
607
|
+
name: string;
|
|
608
|
+
}>>;
|
|
597
609
|
}
|
|
598
610
|
export declare class IxMenuAboutItem {
|
|
599
611
|
protected z: NgZone;
|
|
@@ -647,12 +659,21 @@ export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
|
647
659
|
*/
|
|
648
660
|
itemClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
649
661
|
}
|
|
662
|
+
export declare class IxMenuCategory {
|
|
663
|
+
protected z: NgZone;
|
|
664
|
+
protected el: HTMLElement;
|
|
665
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
666
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuCategory, never>;
|
|
667
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuCategory, "ix-menu-category", never, { "icon": "icon"; "label": "label"; "notifications": "notifications"; }, {}, never, ["*"]>;
|
|
668
|
+
}
|
|
669
|
+
export declare interface IxMenuCategory extends Components.IxMenuCategory {
|
|
670
|
+
}
|
|
650
671
|
export declare class IxMenuItem {
|
|
651
672
|
protected z: NgZone;
|
|
652
673
|
protected el: HTMLElement;
|
|
653
674
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
654
675
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuItem, never>;
|
|
655
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]>;
|
|
676
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "icon": "icon"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]>;
|
|
656
677
|
}
|
|
657
678
|
export declare interface IxMenuItem extends Components.IxMenuItem {
|
|
658
679
|
}
|
|
@@ -667,7 +688,10 @@ export declare interface IxMenuSettings extends Components.IxMenuSettings {
|
|
|
667
688
|
/**
|
|
668
689
|
* Popover closed
|
|
669
690
|
*/
|
|
670
|
-
close: EventEmitter<CustomEvent<
|
|
691
|
+
close: EventEmitter<CustomEvent<{
|
|
692
|
+
nativeEvent: MouseEvent;
|
|
693
|
+
name: string;
|
|
694
|
+
}>>;
|
|
671
695
|
}
|
|
672
696
|
export declare class IxMenuSettingsItem {
|
|
673
697
|
protected z: NgZone;
|
|
@@ -696,26 +720,26 @@ export declare class IxModal {
|
|
|
696
720
|
protected el: HTMLElement;
|
|
697
721
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
698
722
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
|
|
699
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModal, "ix-modal", never, { "animation": "animation"; "
|
|
723
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModal, "ix-modal", never, { "animation": "animation"; "backdrop": "backdrop"; "beforeDismiss": "beforeDismiss"; "centered": "centered"; "closeOnBackdropClick": "closeOnBackdropClick"; "keyboard": "keyboard"; "size": "size"; }, {}, never, ["*"]>;
|
|
700
724
|
}
|
|
701
725
|
export declare interface IxModal extends Components.IxModal {
|
|
702
726
|
/**
|
|
703
|
-
*
|
|
727
|
+
* Dialog close
|
|
704
728
|
*/
|
|
705
|
-
|
|
729
|
+
dialogClose: EventEmitter<CustomEvent<any>>;
|
|
706
730
|
/**
|
|
707
|
-
*
|
|
731
|
+
* Dialog cancel
|
|
708
732
|
*/
|
|
709
|
-
|
|
733
|
+
dialogDismiss: EventEmitter<CustomEvent<any>>;
|
|
710
734
|
}
|
|
711
|
-
export declare class
|
|
735
|
+
export declare class IxModalContent {
|
|
712
736
|
protected z: NgZone;
|
|
713
737
|
protected el: HTMLElement;
|
|
714
738
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
715
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
716
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
739
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalContent, never>;
|
|
740
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContent, "ix-modal-content", never, {}, {}, never, ["*"]>;
|
|
717
741
|
}
|
|
718
|
-
export declare interface
|
|
742
|
+
export declare interface IxModalContent extends Components.IxModalContent {
|
|
719
743
|
}
|
|
720
744
|
export declare class IxModalExample {
|
|
721
745
|
protected z: NgZone;
|
|
@@ -726,6 +750,28 @@ export declare class IxModalExample {
|
|
|
726
750
|
}
|
|
727
751
|
export declare interface IxModalExample extends Components.IxModalExample {
|
|
728
752
|
}
|
|
753
|
+
export declare class IxModalFooter {
|
|
754
|
+
protected z: NgZone;
|
|
755
|
+
protected el: HTMLElement;
|
|
756
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
757
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalFooter, never>;
|
|
758
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalFooter, "ix-modal-footer", never, {}, {}, never, ["*"]>;
|
|
759
|
+
}
|
|
760
|
+
export declare interface IxModalFooter extends Components.IxModalFooter {
|
|
761
|
+
}
|
|
762
|
+
export declare class IxModalHeader {
|
|
763
|
+
protected z: NgZone;
|
|
764
|
+
protected el: HTMLElement;
|
|
765
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
766
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalHeader, never>;
|
|
767
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalHeader, "ix-modal-header", never, { "hideClose": "hideClose"; "icon": "icon"; "iconColor": "iconColor"; }, {}, never, ["*"]>;
|
|
768
|
+
}
|
|
769
|
+
export declare interface IxModalHeader extends Components.IxModalHeader {
|
|
770
|
+
/**
|
|
771
|
+
* Close icon is clicked
|
|
772
|
+
*/
|
|
773
|
+
closeClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
774
|
+
}
|
|
729
775
|
export declare class IxPagination {
|
|
730
776
|
protected z: NgZone;
|
|
731
777
|
protected el: HTMLElement;
|
|
@@ -773,6 +819,10 @@ export declare interface IxSelect extends Components.IxSelect {
|
|
|
773
819
|
* Item selection changed
|
|
774
820
|
*/
|
|
775
821
|
itemSelectionChange: EventEmitter<CustomEvent<string | string[]>>;
|
|
822
|
+
/**
|
|
823
|
+
* Event dispatched whenever the text input changes. @since 2.0.0
|
|
824
|
+
*/
|
|
825
|
+
inputChange: EventEmitter<CustomEvent<string>>;
|
|
776
826
|
/**
|
|
777
827
|
* Item added to selection
|
|
778
828
|
*/
|
|
@@ -805,7 +855,7 @@ export declare class IxSplitButton {
|
|
|
805
855
|
protected el: HTMLElement;
|
|
806
856
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
807
857
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButton, never>;
|
|
808
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButton, "ix-split-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "
|
|
858
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButton, "ix-split-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "label": "label"; "outline": "outline"; "placement": "placement"; "splitIcon": "splitIcon"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
809
859
|
}
|
|
810
860
|
export declare interface IxSplitButton extends Components.IxSplitButton {
|
|
811
861
|
/**
|
|
@@ -897,7 +947,7 @@ export declare class IxToggle {
|
|
|
897
947
|
protected el: HTMLElement;
|
|
898
948
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
899
949
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToggle, never>;
|
|
900
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToggle, "ix-toggle", never, { "checked": "checked"; "
|
|
950
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToggle, "ix-toggle", never, { "checked": "checked"; "disabled": "disabled"; "hideText": "hideText"; "indeterminate": "indeterminate"; "textIndeterminate": "textIndeterminate"; "textOff": "textOff"; "textOn": "textOn"; }, {}, never, ["*"]>;
|
|
901
951
|
}
|
|
902
952
|
export declare interface IxToggle extends Components.IxToggle {
|
|
903
953
|
/**
|
|
@@ -949,7 +999,7 @@ export declare class IxValidationTooltip {
|
|
|
949
999
|
protected el: HTMLElement;
|
|
950
1000
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
951
1001
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
|
|
952
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"]>;
|
|
1002
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; "suppressAutomaticPlacement": "suppressAutomaticPlacement"; }, {}, never, ["*"]>;
|
|
953
1003
|
}
|
|
954
1004
|
export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
955
1005
|
}
|
package/declare-components.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.IxActionCard | typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCard | typeof d.IxCardAccordion | typeof d.IxCardContent | typeof d.IxCardList | typeof d.IxCardTitle | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxContentHeader | typeof d.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.IxActionCard | typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxAvatar | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCard | typeof d.IxCardAccordion | typeof d.IxCardContent | typeof d.IxCardList | typeof d.IxCardTitle | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxContentHeader | typeof d.IxDatePicker | typeof d.IxDatetimePicker | typeof d.IxDivider | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownButton | typeof d.IxDropdownHeader | typeof d.IxDropdownItem | typeof d.IxDropdownQuickActions | typeof d.IxEmptyState | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxInputGroup | typeof d.IxKeyValue | typeof d.IxKeyValueList | typeof d.IxKpi | typeof d.IxLinkButton | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuCategory | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContent | typeof d.IxModalExample | typeof d.IxModalFooter | typeof d.IxModalHeader | typeof d.IxPagination | typeof d.IxPill | typeof d.IxPushCard | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxTooltip | typeof d.IxTreeItem | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|