@siemens/ix-angular 2.0.0-beta.0 → 2.0.0-beta.1

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 CHANGED
@@ -6,6 +6,7 @@ import type { LegacyDateChangeEvent as IIxDatePickerLegacyDateChangeEvent } from
6
6
  import type { DateChangeEvent as IIxDatePickerDateChangeEvent } from '@siemens/ix';
7
7
  import type { DateTimeDateChangeEvent as IIxDatetimePickerDateTimeDateChangeEvent } from '@siemens/ix';
8
8
  import type { DateTimeSelectEvent as IIxDatetimePickerDateTimeSelectEvent } from '@siemens/ix';
9
+ import type { TabClickDetail as IIxTabItemTabClickDetail } from '@siemens/ix';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class IxActionCard {
11
12
  protected z: NgZone;
@@ -16,28 +17,6 @@ export declare class IxActionCard {
16
17
  }
17
18
  export declare interface IxActionCard extends Components.IxActionCard {
18
19
  }
19
- export declare class IxAnimatedTab {
20
- protected z: NgZone;
21
- protected el: HTMLElement;
22
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
23
- static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTab, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTab, "ix-animated-tab", never, { "count": "count"; "icon": "icon"; }, {}, never, ["*"]>;
25
- }
26
- export declare interface IxAnimatedTab extends Components.IxAnimatedTab {
27
- }
28
- export declare class IxAnimatedTabs {
29
- protected z: NgZone;
30
- protected el: HTMLElement;
31
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
32
- static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTabs, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTabs, "ix-animated-tabs", never, { "selectedIndex": "selectedIndex"; "tabPlacement": "tabPlacement"; }, {}, never, ["*"]>;
34
- }
35
- export declare interface IxAnimatedTabs extends Components.IxAnimatedTabs {
36
- /**
37
- * Tab navigated
38
- */
39
- tabClick: EventEmitter<CustomEvent<any>>;
40
- }
41
20
  export declare class IxApplicationHeader {
42
21
  protected z: NgZone;
43
22
  protected el: HTMLElement;
@@ -61,7 +40,7 @@ export declare class IxBasicNavigation {
61
40
  protected el: HTMLElement;
62
41
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
63
42
  static ɵfac: i0.ɵɵFactoryDeclaration<IxBasicNavigation, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<IxBasicNavigation, "ix-basic-navigation", never, { "applicationName": "applicationName"; "hideHeader": "hideHeader"; }, {}, never, ["*"]>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxBasicNavigation, "ix-basic-navigation", never, { "applicationName": "applicationName"; "breakpoints": "breakpoints"; "forceBreakpoint": "forceBreakpoint"; "hideHeader": "hideHeader"; }, {}, never, ["*"]>;
65
44
  }
66
45
  export declare interface IxBasicNavigation extends Components.IxBasicNavigation {
67
46
  }
@@ -70,7 +49,7 @@ export declare class IxBlind {
70
49
  protected el: HTMLElement;
71
50
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
72
51
  static ɵfac: i0.ɵɵFactoryDeclaration<IxBlind, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "icon": "icon"; "label": "label"; "sublabel": "sublabel"; }, {}, never, ["*"]>;
74
53
  }
75
54
  export declare interface IxBlind extends Components.IxBlind {
76
55
  /**
@@ -83,7 +62,7 @@ export declare class IxBreadcrumb {
83
62
  protected el: HTMLElement;
84
63
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
85
64
  static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumb, never>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ghost": "ghost"; "nextItems": "nextItems"; "visibleItemCount": "visibleItemCount"; }, {}, never, ["*"]>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ariaLabelPreviousButton": "ariaLabelPreviousButton"; "ghost": "ghost"; "nextItems": "nextItems"; "visibleItemCount": "visibleItemCount"; }, {}, never, ["*"]>;
87
66
  }
88
67
  export declare interface IxBreadcrumb extends Components.IxBreadcrumb {
89
68
  /**
@@ -112,7 +91,7 @@ export declare class IxButton {
112
91
  protected el: HTMLElement;
113
92
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
114
93
  static ɵfac: i0.ɵɵFactoryDeclaration<IxButton, 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, ["*"]>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "loading": "loading"; "outline": "outline"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
116
95
  }
117
96
  export declare interface IxButton extends Components.IxButton {
118
97
  }
@@ -182,9 +161,13 @@ export declare class IxCategoryFilter {
182
161
  protected el: HTMLElement;
183
162
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
184
163
  static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
185
- static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": "categories"; "filterState": "filterState"; "hideIcon": "hideIcon"; "i18nPlainText": "i18nPlainText"; "icon": "icon"; "initialState": "initialState"; "labelCategories": "labelCategories"; "nonSelectableCategories": "nonSelectableCategories"; "placeholder": "placeholder"; "repeatCategories": "repeatCategories"; "suggestions": "suggestions"; }, {}, never, ["*"]>;
164
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": "categories"; "disabled": "disabled"; "filterState": "filterState"; "hideIcon": "hideIcon"; "i18nPlainText": "i18nPlainText"; "icon": "icon"; "labelCategories": "labelCategories"; "nonSelectableCategories": "nonSelectableCategories"; "placeholder": "placeholder"; "readonly": "readonly"; "repeatCategories": "repeatCategories"; "suggestions": "suggestions"; }, {}, never, ["*"]>;
186
165
  }
187
166
  export declare interface IxCategoryFilter extends Components.IxCategoryFilter {
167
+ /**
168
+ * Event dispatched whenever the a category gets selected in the dropdown
169
+ */
170
+ categoryChanged: EventEmitter<CustomEvent<string>>;
188
171
  /**
189
172
  * Event dispatched whenever the text input changes.
190
173
  */
@@ -211,6 +194,15 @@ export declare interface IxChip extends Components.IxChip {
211
194
  */
212
195
  closeChip: EventEmitter<CustomEvent<any>>;
213
196
  }
197
+ export declare class IxCol {
198
+ protected z: NgZone;
199
+ protected el: HTMLElement;
200
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
201
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCol, never>;
202
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCol, "ix-col", never, { "size": "size"; "sizeLg": "sizeLg"; "sizeMd": "sizeMd"; "sizeSm": "sizeSm"; }, {}, never, ["*"]>;
203
+ }
204
+ export declare interface IxCol extends Components.IxCol {
205
+ }
214
206
  export declare class IxContentHeader {
215
207
  protected z: NgZone;
216
208
  protected el: HTMLElement;
@@ -324,7 +316,7 @@ export declare class IxDropdownButton {
324
316
  protected el: HTMLElement;
325
317
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
326
318
  static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownButton, never>;
327
- static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "active": "active"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "label": "label"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
319
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "active": "active"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "label": "label"; "outline": "outline"; "placement": "placement"; "variant": "variant"; }, {}, never, ["*"]>;
328
320
  }
329
321
  export declare interface IxDropdownButton extends Components.IxDropdownButton {
330
322
  }
@@ -412,7 +404,7 @@ export declare class IxFilterChip {
412
404
  protected el: HTMLElement;
413
405
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
414
406
  static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
415
- static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; }, {}, never, ["*"]>;
407
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; "readonly": "readonly"; }, {}, never, ["*"]>;
416
408
  }
417
409
  export declare interface IxFilterChip extends Components.IxFilterChip {
418
410
  /**
@@ -425,7 +417,7 @@ export declare class IxFlipTile {
425
417
  protected el: HTMLElement;
426
418
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
427
419
  static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTile, never>;
428
- static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "footer": "footer"; "height": "height"; "state": "state"; "width": "width"; }, {}, never, ["*"]>;
420
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "height": "height"; "state": "state"; "width": "width"; }, {}, never, ["*"]>;
429
421
  }
430
422
  export declare interface IxFlipTile extends Components.IxFlipTile {
431
423
  }
@@ -438,6 +430,24 @@ export declare class IxFlipTileContent {
438
430
  }
439
431
  export declare interface IxFlipTileContent extends Components.IxFlipTileContent {
440
432
  }
433
+ export declare class IxFormField {
434
+ protected z: NgZone;
435
+ protected el: HTMLElement;
436
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
437
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxFormField, never>;
438
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxFormField, "ix-form-field", never, { "label": "label"; }, {}, never, ["*"]>;
439
+ }
440
+ export declare interface IxFormField extends Components.IxFormField {
441
+ }
442
+ export declare class IxGrid {
443
+ protected z: NgZone;
444
+ protected el: HTMLElement;
445
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
446
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxGrid, never>;
447
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxGrid, "ix-grid", never, { "columns": "columns"; "noPadding": "noPadding"; "noRowGap": "noRowGap"; }, {}, never, ["*"]>;
448
+ }
449
+ export declare interface IxGrid extends Components.IxGrid {
450
+ }
441
451
  export declare class IxGroup {
442
452
  protected z: NgZone;
443
453
  protected el: HTMLElement;
@@ -495,10 +505,23 @@ export declare class IxIconButton {
495
505
  protected el: HTMLElement;
496
506
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
497
507
  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"; "loading": "loading"; "outline": "outline"; "oval": "oval"; "selected": "selected"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
508
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxIconButton, "ix-icon-button", never, { "color": "color"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "loading": "loading"; "outline": "outline"; "oval": "oval"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
499
509
  }
500
510
  export declare interface IxIconButton extends Components.IxIconButton {
501
511
  }
512
+ export declare class IxIconToggleButton {
513
+ protected z: NgZone;
514
+ protected el: HTMLElement;
515
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
516
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxIconToggleButton, never>;
517
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxIconToggleButton, "ix-icon-toggle-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "loading": "loading"; "outline": "outline"; "pressed": "pressed"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
518
+ }
519
+ export declare interface IxIconToggleButton extends Components.IxIconToggleButton {
520
+ /**
521
+ * Pressed change event
522
+ */
523
+ pressedChange: EventEmitter<CustomEvent<boolean>>;
524
+ }
502
525
  export declare class IxInputGroup {
503
526
  protected z: NgZone;
504
527
  protected el: HTMLElement;
@@ -579,7 +602,7 @@ export declare class IxMenu {
579
602
  protected el: HTMLElement;
580
603
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
581
604
  static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
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, ["*"]>;
605
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": "applicationDescription"; "applicationName": "applicationName"; "enableMapExpand": "enableMapExpand"; "enableSettings": "enableSettings"; "enableToggleTheme": "enableToggleTheme"; "expand": "expand"; "i18nCollapse": "i18nCollapse"; "i18nExpand": "i18nExpand"; "i18nExpandSidebar": "i18nExpandSidebar"; "i18nLegal": "i18nLegal"; "i18nSettings": "i18nSettings"; "i18nToggleTheme": "i18nToggleTheme"; "maxVisibleMenuItems": "maxVisibleMenuItems"; "pinned": "pinned"; "showAbout": "showAbout"; "showSettings": "showSettings"; }, {}, never, ["*"]>;
583
606
  }
584
607
  export declare interface IxMenu extends Components.IxMenu {
585
608
  /**
@@ -807,18 +830,31 @@ export declare class IxPushCard {
807
830
  }
808
831
  export declare interface IxPushCard extends Components.IxPushCard {
809
832
  }
833
+ export declare class IxRow {
834
+ protected z: NgZone;
835
+ protected el: HTMLElement;
836
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
837
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxRow, never>;
838
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxRow, "ix-row", never, {}, {}, never, ["*"]>;
839
+ }
840
+ export declare interface IxRow extends Components.IxRow {
841
+ }
810
842
  export declare class IxSelect {
811
843
  protected z: NgZone;
812
844
  protected el: HTMLElement;
813
845
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
814
846
  static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
815
- static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": "allowClear"; "disabled": "disabled"; "editable": "editable"; "hideListHeader": "hideListHeader"; "i18nNoMatches": "i18nNoMatches"; "i18nPlaceholder": "i18nPlaceholder"; "i18nPlaceholderEditable": "i18nPlaceholderEditable"; "i18nSelectListHeader": "i18nSelectListHeader"; "mode": "mode"; "readonly": "readonly"; "selectedIndices": "selectedIndices"; }, {}, never, ["*"]>;
847
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": "allowClear"; "disabled": "disabled"; "editable": "editable"; "hideListHeader": "hideListHeader"; "i18nNoMatches": "i18nNoMatches"; "i18nPlaceholder": "i18nPlaceholder"; "i18nPlaceholderEditable": "i18nPlaceholderEditable"; "i18nSelectListHeader": "i18nSelectListHeader"; "mode": "mode"; "readonly": "readonly"; "selectedIndices": "selectedIndices"; "value": "value"; }, {}, never, ["*"]>;
816
848
  }
817
849
  export declare interface IxSelect extends Components.IxSelect {
818
850
  /**
819
- * Item selection changed
851
+ * Value changed @since 2.0.0
820
852
  */
821
- itemSelectionChange: EventEmitter<CustomEvent<string | string[]>>;
853
+ valueChange: EventEmitter<CustomEvent<string | string[]>>;
854
+ /**
855
+ * Item selection changed @deprecated since 2.0.0. Use `valueChange` instead.
856
+ */
857
+ itemSelectionChange: EventEmitter<CustomEvent<string[]>>;
822
858
  /**
823
859
  * Event dispatched whenever the text input changes. @since 2.0.0
824
860
  */
@@ -884,6 +920,10 @@ export declare class IxTabItem {
884
920
  static ɵcmp: i0.ɵɵComponentDeclaration<IxTabItem, "ix-tab-item", never, { "counter": "counter"; "disabled": "disabled"; "icon": "icon"; "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]>;
885
921
  }
886
922
  export declare interface IxTabItem extends Components.IxTabItem {
923
+ /**
924
+ * On tab click @since 2.0.0
925
+ */
926
+ tabClick: EventEmitter<CustomEvent<IIxTabItemTabClickDetail>>;
887
927
  }
888
928
  export declare class IxTabs {
889
929
  protected z: NgZone;
@@ -893,6 +933,10 @@ export declare class IxTabs {
893
933
  static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]>;
894
934
  }
895
935
  export declare interface IxTabs extends Components.IxTabs {
936
+ /**
937
+ * `selected` property changed @since 2.0.0
938
+ */
939
+ selectedChange: EventEmitter<CustomEvent<number>>;
896
940
  }
897
941
  export declare class IxTile {
898
942
  protected z: NgZone;
@@ -955,6 +999,19 @@ export declare interface IxToggle extends Components.IxToggle {
955
999
  */
956
1000
  checkedChange: EventEmitter<CustomEvent<boolean>>;
957
1001
  }
1002
+ export declare class IxToggleButton {
1003
+ protected z: NgZone;
1004
+ protected el: HTMLElement;
1005
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1006
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxToggleButton, never>;
1007
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxToggleButton, "ix-toggle-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "loading": "loading"; "outline": "outline"; "pressed": "pressed"; "variant": "variant"; }, {}, never, ["*"]>;
1008
+ }
1009
+ export declare interface IxToggleButton extends Components.IxToggleButton {
1010
+ /**
1011
+ * Pressed change event
1012
+ */
1013
+ pressedChange: EventEmitter<CustomEvent<boolean>>;
1014
+ }
958
1015
  export declare class IxTooltip {
959
1016
  protected z: NgZone;
960
1017
  protected el: HTMLElement;
@@ -981,6 +1038,15 @@ export declare interface IxTreeItem extends Components.IxTreeItem {
981
1038
  */
982
1039
  itemClick: EventEmitter<CustomEvent<void>>;
983
1040
  }
1041
+ export declare class IxTypography {
1042
+ protected z: NgZone;
1043
+ protected el: HTMLElement;
1044
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1045
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTypography, never>;
1046
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxTypography, "ix-typography", never, { "bold": "bold"; "color": "color"; "format": "format"; "textDecoration": "textDecoration"; }, {}, never, ["*"]>;
1047
+ }
1048
+ export declare interface IxTypography extends Components.IxTypography {
1049
+ }
984
1050
  export declare class IxUpload {
985
1051
  protected z: NgZone;
986
1052
  protected el: HTMLElement;
@@ -1008,7 +1074,7 @@ export declare class IxWorkflowStep {
1008
1074
  protected el: HTMLElement;
1009
1075
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1010
1076
  static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowStep, never>;
1011
- static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "position": "position"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]>;
1077
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]>;
1012
1078
  }
1013
1079
  export declare interface IxWorkflowStep extends Components.IxWorkflowStep {
1014
1080
  }
@@ -1017,7 +1083,7 @@ export declare class IxWorkflowSteps {
1017
1083
  protected el: HTMLElement;
1018
1084
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1019
1085
  static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowSteps, never>;
1020
- static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "linear": "linear"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]>;
1086
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]>;
1021
1087
  }
1022
1088
  export declare interface IxWorkflowSteps extends Components.IxWorkflowSteps {
1023
1089
  /**
@@ -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.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)[];
2
+ export declare const DIRECTIVES: (typeof d.IxActionCard | 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.IxCol | 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.IxFormField | typeof d.IxGrid | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxIconToggleButton | 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.IxRow | 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.IxToggleButton | typeof d.IxTooltip | typeof d.IxTreeItem | typeof d.IxTypography | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];