@siemens/ix-angular 0.0.0-20240419081748

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.
Files changed (52) hide show
  1. package/LICENSE +9 -0
  2. package/README.md +4 -0
  3. package/angular-component-lib/utils.d.ts +9 -0
  4. package/app-initialize.d.ts +1 -0
  5. package/boolean-value-accessor.d.ts +9 -0
  6. package/components.d.ts +1162 -0
  7. package/declare-components.d.ts +2 -0
  8. package/dropdown/trigger.directive.d.ts +10 -0
  9. package/esm2020/angular-component-lib/utils.mjs +59 -0
  10. package/esm2020/app-initialize.mjs +26 -0
  11. package/esm2020/boolean-value-accessor.mjs +38 -0
  12. package/esm2020/components.mjs +2366 -0
  13. package/esm2020/declare-components.mjs +97 -0
  14. package/esm2020/dropdown/trigger.directive.mjs +29 -0
  15. package/esm2020/index.mjs +20 -0
  16. package/esm2020/ix-icon.mjs +38 -0
  17. package/esm2020/modal/index.mjs +11 -0
  18. package/esm2020/modal/modal-ref.mjs +39 -0
  19. package/esm2020/modal/modal.config.mjs +10 -0
  20. package/esm2020/modal/modal.service.mjs +86 -0
  21. package/esm2020/module.mjs +66 -0
  22. package/esm2020/select-value-accessor.mjs +35 -0
  23. package/esm2020/siemens-ix-angular.mjs +5 -0
  24. package/esm2020/theme/index.mjs +10 -0
  25. package/esm2020/theme/theme.service.mjs +38 -0
  26. package/esm2020/toast/index.mjs +10 -0
  27. package/esm2020/toast/toast.config.mjs +10 -0
  28. package/esm2020/toast/toast.service.mjs +52 -0
  29. package/esm2020/tree/index.mjs +10 -0
  30. package/esm2020/tree/tree.mjs +81 -0
  31. package/esm2020/value-accessor.mjs +40 -0
  32. package/fesm2015/siemens-ix-angular.mjs +2966 -0
  33. package/fesm2015/siemens-ix-angular.mjs.map +1 -0
  34. package/fesm2020/siemens-ix-angular.mjs +2984 -0
  35. package/fesm2020/siemens-ix-angular.mjs.map +1 -0
  36. package/index.d.ts +11 -0
  37. package/ix-icon.d.ts +12 -0
  38. package/modal/index.d.ts +2 -0
  39. package/modal/modal-ref.d.ts +21 -0
  40. package/modal/modal.config.d.ts +6 -0
  41. package/modal/modal.service.d.ts +15 -0
  42. package/module.d.ts +14 -0
  43. package/package.json +45 -0
  44. package/select-value-accessor.d.ts +8 -0
  45. package/theme/index.d.ts +1 -0
  46. package/theme/theme.service.d.ts +14 -0
  47. package/toast/index.d.ts +1 -0
  48. package/toast/toast.config.d.ts +5 -0
  49. package/toast/toast.service.d.ts +9 -0
  50. package/tree/index.d.ts +1 -0
  51. package/tree/tree.d.ts +26 -0
  52. package/value-accessor.d.ts +18 -0
@@ -0,0 +1,1162 @@
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
+ import { Components } from '@siemens/ix';
3
+ import type { InputState as IIxCategoryFilterInputState } from '@siemens/ix';
4
+ import type { FilterState as IIxCategoryFilterFilterState } from '@siemens/ix';
5
+ import type { DateRangeChangeEvent as IIxDateDropdownDateRangeChangeEvent } from '@siemens/ix';
6
+ import type { DateChangeEvent as IIxDatePickerDateChangeEvent } from '@siemens/ix';
7
+ import type { DateTimeDateChangeEvent as IIxDatetimePickerDateTimeDateChangeEvent } from '@siemens/ix';
8
+ import type { DateTimeSelectEvent as IIxDatetimePickerDateTimeSelectEvent } from '@siemens/ix';
9
+ import type { CustomCloseEvent as IIxMenuAboutCustomCloseEvent } from '@siemens/ix';
10
+ import type { CustomLabelChangeEvent as IIxMenuAboutItemCustomLabelChangeEvent } from '@siemens/ix';
11
+ import type { CustomCloseEvent as IIxMenuSettingsCustomCloseEvent } from '@siemens/ix';
12
+ import type { CustomLabelChangeEvent as IIxMenuSettingsItemCustomLabelChangeEvent } from '@siemens/ix';
13
+ import type { ExpandedChangedEvent as IIxPaneExpandedChangedEvent } from '@siemens/ix';
14
+ import type { VariantChangedEvent as IIxPaneVariantChangedEvent } from '@siemens/ix';
15
+ import type { BorderlessChangedEvent as IIxPaneBorderlessChangedEvent } from '@siemens/ix';
16
+ import type { TabClickDetail as IIxTabItemTabClickDetail } from '@siemens/ix';
17
+ import * as i0 from "@angular/core";
18
+ export declare class IxActionCard {
19
+ protected z: NgZone;
20
+ protected el: HTMLElement;
21
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxActionCard, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxActionCard, "ix-action-card", never, { "heading": "heading"; "icon": "icon"; "selected": "selected"; "subheading": "subheading"; "variant": "variant"; }, {}, never, ["*"]>;
24
+ }
25
+ export declare interface IxActionCard extends Components.IxActionCard {
26
+ }
27
+ export declare class IxApplication {
28
+ protected z: NgZone;
29
+ protected el: HTMLElement;
30
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxApplication, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxApplication, "ix-application", never, { "appSwitchConfig": "appSwitchConfig"; "breakpoints": "breakpoints"; "forceBreakpoint": "forceBreakpoint"; "theme": "theme"; "themeSystemAppearance": "themeSystemAppearance"; }, {}, never, ["*"]>;
33
+ }
34
+ export declare interface IxApplication extends Components.IxApplication {
35
+ }
36
+ export declare class IxApplicationHeader {
37
+ protected z: NgZone;
38
+ protected el: HTMLElement;
39
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxApplicationHeader, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxApplicationHeader, "ix-application-header", never, { "name": "name"; }, {}, never, ["*"]>;
42
+ }
43
+ export declare interface IxApplicationHeader extends Components.IxApplicationHeader {
44
+ }
45
+ export declare class IxAvatar {
46
+ protected z: NgZone;
47
+ protected el: HTMLElement;
48
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxAvatar, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxAvatar, "ix-avatar", never, { "extra": "extra"; "image": "image"; "initials": "initials"; "username": "username"; }, {}, never, ["*"]>;
51
+ }
52
+ export declare interface IxAvatar extends Components.IxAvatar {
53
+ }
54
+ export declare class IxBasicNavigation {
55
+ protected z: NgZone;
56
+ protected el: HTMLElement;
57
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxBasicNavigation, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxBasicNavigation, "ix-basic-navigation", never, { "applicationName": "applicationName"; "breakpoints": "breakpoints"; "forceBreakpoint": "forceBreakpoint"; "hideHeader": "hideHeader"; }, {}, never, ["*"]>;
60
+ }
61
+ export declare interface IxBasicNavigation extends Components.IxBasicNavigation {
62
+ }
63
+ export declare class IxBlind {
64
+ protected z: NgZone;
65
+ protected el: HTMLElement;
66
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxBlind, never>;
68
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "icon": "icon"; "label": "label"; "sublabel": "sublabel"; "variant": "variant"; }, {}, never, ["*"]>;
69
+ }
70
+ export declare interface IxBlind extends Components.IxBlind {
71
+ /**
72
+ * Collapsed state changed
73
+ */
74
+ collapsedChange: EventEmitter<CustomEvent<boolean>>;
75
+ }
76
+ export declare class IxBreadcrumb {
77
+ protected z: NgZone;
78
+ protected el: HTMLElement;
79
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
80
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumb, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ariaLabelPreviousButton": "ariaLabelPreviousButton"; "ghost": "ghost"; "nextItems": "nextItems"; "visibleItemCount": "visibleItemCount"; }, {}, never, ["*"]>;
82
+ }
83
+ export declare interface IxBreadcrumb extends Components.IxBreadcrumb {
84
+ /**
85
+ * Crumb item clicked event
86
+ */
87
+ itemClick: EventEmitter<CustomEvent<string>>;
88
+ /**
89
+ * Next item clicked event
90
+ */
91
+ nextClick: EventEmitter<CustomEvent<{
92
+ event: UIEvent;
93
+ item: string;
94
+ }>>;
95
+ }
96
+ export declare class IxBreadcrumbItem {
97
+ protected z: NgZone;
98
+ protected el: HTMLElement;
99
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
100
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumbItem, never>;
101
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumbItem, "ix-breadcrumb-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
102
+ }
103
+ export declare interface IxBreadcrumbItem extends Components.IxBreadcrumbItem {
104
+ }
105
+ export declare class IxButton {
106
+ protected z: NgZone;
107
+ protected el: HTMLElement;
108
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
109
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxButton, never>;
110
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "loading": "loading"; "outline": "outline"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
111
+ }
112
+ export declare interface IxButton extends Components.IxButton {
113
+ }
114
+ export declare class IxCard {
115
+ protected z: NgZone;
116
+ protected el: HTMLElement;
117
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
118
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCard, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCard, "ix-card", never, { "selected": "selected"; "variant": "variant"; }, {}, never, ["*"]>;
120
+ }
121
+ export declare interface IxCard extends Components.IxCard {
122
+ }
123
+ export declare class IxCardAccordion {
124
+ protected z: NgZone;
125
+ protected el: HTMLElement;
126
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
127
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCardAccordion, never>;
128
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCardAccordion, "ix-card-accordion", never, { "collapse": "collapse"; }, {}, never, ["*"]>;
129
+ }
130
+ export declare interface IxCardAccordion extends Components.IxCardAccordion {
131
+ }
132
+ export declare class IxCardContent {
133
+ protected z: NgZone;
134
+ protected el: HTMLElement;
135
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
136
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCardContent, never>;
137
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCardContent, "ix-card-content", never, {}, {}, never, ["*"]>;
138
+ }
139
+ export declare interface IxCardContent extends Components.IxCardContent {
140
+ }
141
+ export declare class IxCardList {
142
+ protected z: NgZone;
143
+ protected el: HTMLElement;
144
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
145
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCardList, never>;
146
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCardList, "ix-card-list", never, { "collapse": "collapse"; "hideShowAll": "hideShowAll"; "i18nMoreCards": "i18nMoreCards"; "i18nShowAll": "i18nShowAll"; "label": "label"; "listStyle": "listStyle"; "showAllCount": "showAllCount"; "suppressOverflowHandling": "suppressOverflowHandling"; }, {}, never, ["*"]>;
147
+ }
148
+ export declare interface IxCardList extends Components.IxCardList {
149
+ /**
150
+ * Fire event when the collapse state is changed by the user
151
+ */
152
+ collapseChanged: EventEmitter<CustomEvent<boolean>>;
153
+ /**
154
+ * Fire event when the collapse state is changed by the user
155
+ */
156
+ showAllClick: EventEmitter<CustomEvent<{
157
+ nativeEvent: MouseEvent;
158
+ }>>;
159
+ /**
160
+ * Fire event when the show more card is clicked.
161
+ */
162
+ showMoreCardClick: EventEmitter<CustomEvent<{
163
+ nativeEvent: MouseEvent;
164
+ }>>;
165
+ }
166
+ export declare class IxCardTitle {
167
+ protected z: NgZone;
168
+ protected el: HTMLElement;
169
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
170
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCardTitle, never>;
171
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCardTitle, "ix-card-title", never, {}, {}, never, ["*"]>;
172
+ }
173
+ export declare interface IxCardTitle extends Components.IxCardTitle {
174
+ }
175
+ export declare class IxCategoryFilter {
176
+ protected z: NgZone;
177
+ protected el: HTMLElement;
178
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
179
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
180
+ 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, ["*"]>;
181
+ }
182
+ export declare interface IxCategoryFilter extends Components.IxCategoryFilter {
183
+ /**
184
+ * Event dispatched whenever the a category gets selected in the dropdown
185
+ */
186
+ categoryChanged: EventEmitter<CustomEvent<string>>;
187
+ /**
188
+ * Event dispatched whenever the text input changes.
189
+ */
190
+ inputChanged: EventEmitter<CustomEvent<IIxCategoryFilterInputState>>;
191
+ /**
192
+ * Event dispatched whenever the filter state changes.
193
+ */
194
+ filterChanged: EventEmitter<CustomEvent<IIxCategoryFilterFilterState>>;
195
+ }
196
+ export declare class IxChip {
197
+ protected z: NgZone;
198
+ protected el: HTMLElement;
199
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
200
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxChip, never>;
201
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": "active"; "background": "background"; "chipColor": "chipColor"; "closable": "closable"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
202
+ }
203
+ export declare interface IxChip extends Components.IxChip {
204
+ /**
205
+ * Fire event if close button is clicked @since 1.5.0
206
+ */
207
+ closeChip: EventEmitter<CustomEvent<any>>;
208
+ }
209
+ export declare class IxCol {
210
+ protected z: NgZone;
211
+ protected el: HTMLElement;
212
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
213
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxCol, never>;
214
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxCol, "ix-col", never, { "size": "size"; "sizeLg": "sizeLg"; "sizeMd": "sizeMd"; "sizeSm": "sizeSm"; }, {}, never, ["*"]>;
215
+ }
216
+ export declare interface IxCol extends Components.IxCol {
217
+ }
218
+ export declare class IxContent {
219
+ protected z: NgZone;
220
+ protected el: HTMLElement;
221
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
222
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxContent, never>;
223
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxContent, "ix-content", never, {}, {}, never, ["*"]>;
224
+ }
225
+ export declare interface IxContent extends Components.IxContent {
226
+ }
227
+ export declare class IxContentHeader {
228
+ protected z: NgZone;
229
+ protected el: HTMLElement;
230
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
231
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxContentHeader, never>;
232
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxContentHeader, "ix-content-header", never, { "hasBackButton": "hasBackButton"; "headerSubtitle": "headerSubtitle"; "headerTitle": "headerTitle"; "variant": "variant"; }, {}, never, ["*"]>;
233
+ }
234
+ export declare interface IxContentHeader extends Components.IxContentHeader {
235
+ /**
236
+ * Triggered when back button is clicked
237
+ */
238
+ backButtonClick: EventEmitter<CustomEvent<void>>;
239
+ }
240
+ export declare class IxDateDropdown {
241
+ protected z: NgZone;
242
+ protected el: HTMLElement;
243
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
244
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDateDropdown, never>;
245
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDateDropdown, "ix-date-dropdown", never, { "customRangeAllowed": "customRangeAllowed"; "dateRangeId": "dateRangeId"; "dateRangeOptions": "dateRangeOptions"; "format": "format"; "from": "from"; "i18nCustomItem": "i18nCustomItem"; "i18nDone": "i18nDone"; "i18nNoRange": "i18nNoRange"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "to": "to"; }, {}, never, ["*"]>;
246
+ }
247
+ export declare interface IxDateDropdown extends Components.IxDateDropdown {
248
+ /**
249
+ * EventEmitter for date range change events.
250
+
251
+ This event is emitted when the date range changes within the component.
252
+ The event payload contains information about the selected date range.
253
+ */
254
+ dateRangeChange: EventEmitter<CustomEvent<IIxDateDropdownDateRangeChangeEvent>>;
255
+ }
256
+ export declare class IxDatePicker {
257
+ protected z: NgZone;
258
+ protected el: HTMLElement;
259
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
260
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
261
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "corners": "corners"; "eventDelimiter": "eventDelimiter"; "format": "format"; "from": "from"; "i18nDone": "i18nDone"; "individual": "individual"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "textSelectDate": "textSelectDate"; "to": "to"; "weekStartIndex": "weekStartIndex"; }, {}, never, ["*"]>;
262
+ }
263
+ export declare interface IxDatePicker extends Components.IxDatePicker {
264
+ /**
265
+ * Triggers if the date selection changes.
266
+ Note: Since 2.0.0 `dateChange` does not dispatch detail property as `string` @since 2.1.0
267
+ */
268
+ dateChange: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
269
+ /**
270
+ * Triggers if the date selection changes.
271
+ Only triggered if date-picker-rework is in range mode. @since 2.1.0
272
+ */
273
+ dateRangeChange: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
274
+ /**
275
+ * Date selection confirmed via button action @since 1.1.0
276
+ */
277
+ dateSelect: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
278
+ /**
279
+ * Date selection confirmed via button action @deprecated NOT getting dispatched after 2.0.0. Use `dateSelect`.
280
+ */
281
+ done: EventEmitter<CustomEvent<string>>;
282
+ }
283
+ export declare class IxDatetimePicker {
284
+ protected z: NgZone;
285
+ protected el: HTMLElement;
286
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
287
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
288
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "dateFormat": "dateFormat"; "eventDelimiter": "eventDelimiter"; "from": "from"; "i18nDone": "i18nDone"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "showHour": "showHour"; "showMinutes": "showMinutes"; "showSeconds": "showSeconds"; "showTimeReference": "showTimeReference"; "textSelectDate": "textSelectDate"; "time": "time"; "timeFormat": "timeFormat"; "timeReference": "timeReference"; "to": "to"; "weekStartIndex": "weekStartIndex"; }, {}, never, ["*"]>;
289
+ }
290
+ export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
291
+ /**
292
+ * Done event
293
+
294
+ Set `doneEventDelimiter` to null or undefine to get the typed event @deprecated Use `this.dateChange`
295
+ */
296
+ done: EventEmitter<CustomEvent<string>>;
297
+ /**
298
+ * Time change @since 1.1.0
299
+ */
300
+ timeChange: EventEmitter<CustomEvent<string>>;
301
+ /**
302
+ * Date change @since 1.1.0
303
+ */
304
+ dateChange: EventEmitter<CustomEvent<IIxDatetimePickerDateTimeDateChangeEvent>>;
305
+ /**
306
+ * Datetime selection event is fired after confirm button is pressed @since 1.1.0
307
+ */
308
+ dateSelect: EventEmitter<CustomEvent<IIxDatetimePickerDateTimeSelectEvent>>;
309
+ }
310
+ export declare class IxDivider {
311
+ protected z: NgZone;
312
+ protected el: HTMLElement;
313
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
314
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDivider, never>;
315
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDivider, "ix-divider", never, {}, {}, never, ["*"]>;
316
+ }
317
+ export declare interface IxDivider extends Components.IxDivider {
318
+ }
319
+ export declare class IxDrawer {
320
+ protected z: NgZone;
321
+ protected el: HTMLElement;
322
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
323
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDrawer, never>;
324
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "closeOnClickOutside": "closeOnClickOutside"; "fullHeight": "fullHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "show": "show"; "width": "width"; }, {}, never, ["*"]>;
325
+ }
326
+ export declare interface IxDrawer extends Components.IxDrawer {
327
+ /**
328
+ * Fire event after drawer is open
329
+ */
330
+ open: EventEmitter<CustomEvent<any>>;
331
+ /**
332
+ * Fire event after drawer is close
333
+ */
334
+ drawerClose: EventEmitter<CustomEvent<any>>;
335
+ }
336
+ export declare class IxDropdown {
337
+ protected z: NgZone;
338
+ protected el: HTMLElement;
339
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
340
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
341
+ 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, ["*"]>;
342
+ }
343
+ export declare interface IxDropdown extends Components.IxDropdown {
344
+ /**
345
+ * Fire event after visibility of dropdown has changed
346
+ */
347
+ showChanged: EventEmitter<CustomEvent<boolean>>;
348
+ }
349
+ export declare class IxDropdownButton {
350
+ protected z: NgZone;
351
+ protected el: HTMLElement;
352
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
353
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownButton, never>;
354
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "closeBehavior": "closeBehavior"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "label": "label"; "outline": "outline"; "placement": "placement"; "variant": "variant"; }, {}, never, ["*"]>;
355
+ }
356
+ export declare interface IxDropdownButton extends Components.IxDropdownButton {
357
+ }
358
+ export declare class IxDropdownHeader {
359
+ protected z: NgZone;
360
+ protected el: HTMLElement;
361
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
362
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownHeader, never>;
363
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownHeader, "ix-dropdown-header", never, { "label": "label"; }, {}, never, ["*"]>;
364
+ }
365
+ export declare interface IxDropdownHeader extends Components.IxDropdownHeader {
366
+ }
367
+ export declare class IxDropdownItem {
368
+ protected z: NgZone;
369
+ protected el: HTMLElement;
370
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
371
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownItem, never>;
372
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
373
+ }
374
+ export declare interface IxDropdownItem extends Components.IxDropdownItem {
375
+ }
376
+ export declare class IxDropdownQuickActions {
377
+ protected z: NgZone;
378
+ protected el: HTMLElement;
379
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
380
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownQuickActions, never>;
381
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownQuickActions, "ix-dropdown-quick-actions", never, {}, {}, never, ["*"]>;
382
+ }
383
+ export declare interface IxDropdownQuickActions extends Components.IxDropdownQuickActions {
384
+ }
385
+ export declare class IxEmptyState {
386
+ protected z: NgZone;
387
+ protected el: HTMLElement;
388
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
389
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxEmptyState, never>;
390
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxEmptyState, "ix-empty-state", never, { "action": "action"; "header": "header"; "icon": "icon"; "layout": "layout"; "subHeader": "subHeader"; }, {}, never, ["*"]>;
391
+ }
392
+ export declare interface IxEmptyState extends Components.IxEmptyState {
393
+ /**
394
+ * Empty state action click event
395
+ */
396
+ actionClick: EventEmitter<CustomEvent<void>>;
397
+ }
398
+ export declare class IxEventList {
399
+ protected z: NgZone;
400
+ protected el: HTMLElement;
401
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
402
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxEventList, never>;
403
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxEventList, "ix-event-list", never, { "animated": "animated"; "chevron": "chevron"; "compact": "compact"; "itemHeight": "itemHeight"; }, {}, never, ["*"]>;
404
+ }
405
+ export declare interface IxEventList extends Components.IxEventList {
406
+ }
407
+ export declare class IxEventListItem {
408
+ protected z: NgZone;
409
+ protected el: HTMLElement;
410
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
411
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxEventListItem, never>;
412
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "itemColor": "itemColor"; "selected": "selected"; }, {}, never, ["*"]>;
413
+ }
414
+ export declare interface IxEventListItem extends Components.IxEventListItem {
415
+ /**
416
+ * Event list item click
417
+ */
418
+ itemClick: EventEmitter<CustomEvent<any>>;
419
+ }
420
+ export declare class IxExpandingSearch {
421
+ protected z: NgZone;
422
+ protected el: HTMLElement;
423
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
424
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxExpandingSearch, never>;
425
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "fullWidth": "fullWidth"; "icon": "icon"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"]>;
426
+ }
427
+ export declare interface IxExpandingSearch extends Components.IxExpandingSearch {
428
+ /**
429
+ * Value changed
430
+ */
431
+ valueChange: EventEmitter<CustomEvent<string>>;
432
+ }
433
+ export declare class IxFilterChip {
434
+ protected z: NgZone;
435
+ protected el: HTMLElement;
436
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
437
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
438
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; "readonly": "readonly"; }, {}, never, ["*"]>;
439
+ }
440
+ export declare interface IxFilterChip extends Components.IxFilterChip {
441
+ /**
442
+ * Close clicked
443
+ */
444
+ closeClick: EventEmitter<CustomEvent<void>>;
445
+ }
446
+ export declare class IxFlipTile {
447
+ protected z: NgZone;
448
+ protected el: HTMLElement;
449
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
450
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTile, never>;
451
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "height": "height"; "state": "state"; "width": "width"; }, {}, never, ["*"]>;
452
+ }
453
+ export declare interface IxFlipTile extends Components.IxFlipTile {
454
+ }
455
+ export declare class IxFlipTileContent {
456
+ protected z: NgZone;
457
+ protected el: HTMLElement;
458
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
459
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTileContent, never>;
460
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTileContent, "ix-flip-tile-content", never, {}, {}, never, ["*"]>;
461
+ }
462
+ export declare interface IxFlipTileContent extends Components.IxFlipTileContent {
463
+ }
464
+ export declare class IxFormField {
465
+ protected z: NgZone;
466
+ protected el: HTMLElement;
467
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
468
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxFormField, never>;
469
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxFormField, "ix-form-field", never, { "label": "label"; }, {}, never, ["*"]>;
470
+ }
471
+ export declare interface IxFormField extends Components.IxFormField {
472
+ }
473
+ export declare class IxGroup {
474
+ protected z: NgZone;
475
+ protected el: HTMLElement;
476
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
477
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
478
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"]>;
479
+ }
480
+ export declare interface IxGroup extends Components.IxGroup {
481
+ /**
482
+ * Emits when whole group gets selected.
483
+ */
484
+ selectGroup: EventEmitter<CustomEvent<boolean>>;
485
+ /**
486
+ * Emits when group item gets selected.
487
+ */
488
+ selectItem: EventEmitter<CustomEvent<number>>;
489
+ /**
490
+ * Group collapsed
491
+ */
492
+ collapsedChanged: EventEmitter<CustomEvent<boolean>>;
493
+ }
494
+ export declare class IxGroupContextMenu {
495
+ protected z: NgZone;
496
+ protected el: HTMLElement;
497
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
498
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupContextMenu, never>;
499
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupContextMenu, "ix-group-context-menu", never, {}, {}, never, ["*"]>;
500
+ }
501
+ export declare interface IxGroupContextMenu extends Components.IxGroupContextMenu {
502
+ }
503
+ export declare class IxGroupItem {
504
+ protected z: NgZone;
505
+ protected el: HTMLElement;
506
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
507
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
508
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "focusable": "focusable"; "icon": "icon"; "index": "index"; "secondaryText": "secondaryText"; "selected": "selected"; "suppressSelection": "suppressSelection"; "text": "text"; }, {}, never, ["*"]>;
509
+ }
510
+ export declare interface IxGroupItem extends Components.IxGroupItem {
511
+ /**
512
+ * Selection changed
513
+ */
514
+ selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
515
+ }
516
+ export declare class IxIconButton {
517
+ protected z: NgZone;
518
+ protected el: HTMLElement;
519
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
520
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxIconButton, never>;
521
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxIconButton, "ix-icon-button", never, { "a11yLabel": "a11yLabel"; "color": "color"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "iconColor": "iconColor"; "loading": "loading"; "outline": "outline"; "oval": "oval"; "size": "size"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
522
+ }
523
+ export declare interface IxIconButton extends Components.IxIconButton {
524
+ }
525
+ export declare class IxIconToggleButton {
526
+ protected z: NgZone;
527
+ protected el: HTMLElement;
528
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
529
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxIconToggleButton, never>;
530
+ 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, ["*"]>;
531
+ }
532
+ export declare interface IxIconToggleButton extends Components.IxIconToggleButton {
533
+ /**
534
+ * Pressed change event
535
+ */
536
+ pressedChange: EventEmitter<CustomEvent<boolean>>;
537
+ }
538
+ export declare class IxInputGroup {
539
+ protected z: NgZone;
540
+ protected el: HTMLElement;
541
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
542
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
543
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"]>;
544
+ }
545
+ export declare interface IxInputGroup extends Components.IxInputGroup {
546
+ }
547
+ export declare class IxKeyValue {
548
+ protected z: NgZone;
549
+ protected el: HTMLElement;
550
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
551
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxKeyValue, never>;
552
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxKeyValue, "ix-key-value", never, { "icon": "icon"; "label": "label"; "labelPosition": "labelPosition"; "value": "value"; }, {}, never, ["*"]>;
553
+ }
554
+ export declare interface IxKeyValue extends Components.IxKeyValue {
555
+ }
556
+ export declare class IxKeyValueList {
557
+ protected z: NgZone;
558
+ protected el: HTMLElement;
559
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
560
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxKeyValueList, never>;
561
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxKeyValueList, "ix-key-value-list", never, { "striped": "striped"; }, {}, never, ["*"]>;
562
+ }
563
+ export declare interface IxKeyValueList extends Components.IxKeyValueList {
564
+ }
565
+ export declare class IxKpi {
566
+ protected z: NgZone;
567
+ protected el: HTMLElement;
568
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
569
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxKpi, never>;
570
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": "label"; "orientation": "orientation"; "state": "state"; "unit": "unit"; "value": "value"; }, {}, never, ["*"]>;
571
+ }
572
+ export declare interface IxKpi extends Components.IxKpi {
573
+ }
574
+ export declare class IxLayoutGrid {
575
+ protected z: NgZone;
576
+ protected el: HTMLElement;
577
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
578
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxLayoutGrid, never>;
579
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxLayoutGrid, "ix-layout-grid", never, { "columns": "columns"; "gap": "gap"; "noMargin": "noMargin"; }, {}, never, ["*"]>;
580
+ }
581
+ export declare interface IxLayoutGrid extends Components.IxLayoutGrid {
582
+ }
583
+ export declare class IxLinkButton {
584
+ protected z: NgZone;
585
+ protected el: HTMLElement;
586
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
587
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxLinkButton, never>;
588
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxLinkButton, "ix-link-button", never, { "disabled": "disabled"; "target": "target"; "url": "url"; }, {}, never, ["*"]>;
589
+ }
590
+ export declare interface IxLinkButton extends Components.IxLinkButton {
591
+ }
592
+ export declare class IxMapNavigation {
593
+ protected z: NgZone;
594
+ protected el: HTMLElement;
595
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
596
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigation, never>;
597
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"]>;
598
+ }
599
+ export declare interface IxMapNavigation extends Components.IxMapNavigation {
600
+ /**
601
+ * Navigation toggled
602
+ */
603
+ navigationToggled: EventEmitter<CustomEvent<boolean>>;
604
+ /**
605
+ * Context menu clicked
606
+ */
607
+ contextMenuClick: EventEmitter<CustomEvent<void>>;
608
+ }
609
+ export declare class IxMapNavigationOverlay {
610
+ protected z: NgZone;
611
+ protected el: HTMLElement;
612
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
613
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigationOverlay, never>;
614
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "iconColor": "iconColor"; "name": "name"; }, {}, never, ["*"]>;
615
+ }
616
+ export declare interface IxMapNavigationOverlay extends Components.IxMapNavigationOverlay {
617
+ /**
618
+ * Event closed
619
+ */
620
+ closeClick: EventEmitter<CustomEvent<any>>;
621
+ }
622
+ export declare class IxMenu {
623
+ protected z: NgZone;
624
+ protected el: HTMLElement;
625
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
626
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
627
+ 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"; "startExpanded": "startExpanded"; }, {}, never, ["*"]>;
628
+ }
629
+ export declare interface IxMenu extends Components.IxMenu {
630
+ /**
631
+ * Menu expanded
632
+ */
633
+ expandChange: EventEmitter<CustomEvent<boolean>>;
634
+ /**
635
+ * Map Sidebar expanded
636
+ */
637
+ mapExpandChange: EventEmitter<CustomEvent<boolean>>;
638
+ }
639
+ export declare class IxMenuAbout {
640
+ protected z: NgZone;
641
+ protected el: HTMLElement;
642
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
643
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAbout, never>;
644
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
645
+ }
646
+ export declare interface IxMenuAbout extends Components.IxMenuAbout {
647
+ /**
648
+ * About and Legal closed
649
+ */
650
+ close: EventEmitter<CustomEvent<IIxMenuAboutCustomCloseEvent>>;
651
+ }
652
+ export declare class IxMenuAboutItem {
653
+ protected z: NgZone;
654
+ protected el: HTMLElement;
655
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
656
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutItem, never>;
657
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"]>;
658
+ }
659
+ export declare interface IxMenuAboutItem extends Components.IxMenuAboutItem {
660
+ /**
661
+ * Label changed
662
+ */
663
+ labelChange: EventEmitter<CustomEvent<IIxMenuAboutItemCustomLabelChangeEvent>>;
664
+ }
665
+ export declare class IxMenuAboutNews {
666
+ protected z: NgZone;
667
+ protected el: HTMLElement;
668
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
669
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutNews, never>;
670
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutNews, "ix-menu-about-news", never, { "aboutItemLabel": "aboutItemLabel"; "expanded": "expanded"; "i18nShowMore": "i18nShowMore"; "label": "label"; "offsetBottom": "offsetBottom"; "show": "show"; }, {}, never, ["*"]>;
671
+ }
672
+ export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
673
+ /**
674
+ * Show More button is pressed
675
+ */
676
+ showMore: EventEmitter<CustomEvent<MouseEvent>>;
677
+ /**
678
+ * Popover closed
679
+ */
680
+ closePopover: EventEmitter<CustomEvent<void>>;
681
+ }
682
+ export declare class IxMenuAvatar {
683
+ protected z: NgZone;
684
+ protected el: HTMLElement;
685
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
686
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
687
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "image": "image"; "initials": "initials"; "showLogoutButton": "showLogoutButton"; "top": "top"; }, {}, never, ["*"]>;
688
+ }
689
+ export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
690
+ /**
691
+ * Logout click
692
+ */
693
+ logoutClick: EventEmitter<CustomEvent<any>>;
694
+ }
695
+ export declare class IxMenuAvatarItem {
696
+ protected z: NgZone;
697
+ protected el: HTMLElement;
698
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
699
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatarItem, never>;
700
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
701
+ }
702
+ export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
703
+ /**
704
+ * Avatar dropdown item clicked
705
+ */
706
+ itemClick: EventEmitter<CustomEvent<MouseEvent>>;
707
+ }
708
+ export declare class IxMenuCategory {
709
+ protected z: NgZone;
710
+ protected el: HTMLElement;
711
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
712
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuCategory, never>;
713
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuCategory, "ix-menu-category", never, { "icon": "icon"; "label": "label"; "notifications": "notifications"; }, {}, never, ["*"]>;
714
+ }
715
+ export declare interface IxMenuCategory extends Components.IxMenuCategory {
716
+ }
717
+ export declare class IxMenuItem {
718
+ protected z: NgZone;
719
+ protected el: HTMLElement;
720
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
721
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuItem, never>;
722
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "icon": "icon"; "label": "label"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]>;
723
+ }
724
+ export declare interface IxMenuItem extends Components.IxMenuItem {
725
+ }
726
+ export declare class IxMenuSettings {
727
+ protected z: NgZone;
728
+ protected el: HTMLElement;
729
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
730
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettings, never>;
731
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
732
+ }
733
+ export declare interface IxMenuSettings extends Components.IxMenuSettings {
734
+ /**
735
+ * Popover closed
736
+ */
737
+ close: EventEmitter<CustomEvent<IIxMenuSettingsCustomCloseEvent>>;
738
+ }
739
+ export declare class IxMenuSettingsItem {
740
+ protected z: NgZone;
741
+ protected el: HTMLElement;
742
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
743
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettingsItem, never>;
744
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"]>;
745
+ }
746
+ export declare interface IxMenuSettingsItem extends Components.IxMenuSettingsItem {
747
+ /**
748
+ * Label changed
749
+ */
750
+ labelChange: EventEmitter<CustomEvent<IIxMenuSettingsItemCustomLabelChangeEvent>>;
751
+ }
752
+ export declare class IxMessageBar {
753
+ protected z: NgZone;
754
+ protected el: HTMLElement;
755
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
756
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
757
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"]>;
758
+ }
759
+ export declare interface IxMessageBar extends Components.IxMessageBar {
760
+ /**
761
+ * An event emitted when the close button is clicked
762
+ */
763
+ closedChange: EventEmitter<CustomEvent<any>>;
764
+ }
765
+ export declare class IxModal {
766
+ protected z: NgZone;
767
+ protected el: HTMLElement;
768
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
769
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
770
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxModal, "ix-modal", never, { "animation": "animation"; "backdrop": "backdrop"; "beforeDismiss": "beforeDismiss"; "centered": "centered"; "closeOnBackdropClick": "closeOnBackdropClick"; "closeOnEscape": "closeOnEscape"; "keyboard": "keyboard"; "size": "size"; }, {}, never, ["*"]>;
771
+ }
772
+ export declare interface IxModal extends Components.IxModal {
773
+ /**
774
+ * Dialog close
775
+ */
776
+ dialogClose: EventEmitter<CustomEvent<any>>;
777
+ /**
778
+ * Dialog cancel
779
+ */
780
+ dialogDismiss: EventEmitter<CustomEvent<any>>;
781
+ }
782
+ export declare class IxModalContent {
783
+ protected z: NgZone;
784
+ protected el: HTMLElement;
785
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
786
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxModalContent, never>;
787
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContent, "ix-modal-content", never, {}, {}, never, ["*"]>;
788
+ }
789
+ export declare interface IxModalContent extends Components.IxModalContent {
790
+ }
791
+ export declare class IxModalExample {
792
+ protected z: NgZone;
793
+ protected el: HTMLElement;
794
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
795
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxModalExample, never>;
796
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"]>;
797
+ }
798
+ export declare interface IxModalExample extends Components.IxModalExample {
799
+ }
800
+ export declare class IxModalFooter {
801
+ protected z: NgZone;
802
+ protected el: HTMLElement;
803
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
804
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxModalFooter, never>;
805
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxModalFooter, "ix-modal-footer", never, {}, {}, never, ["*"]>;
806
+ }
807
+ export declare interface IxModalFooter extends Components.IxModalFooter {
808
+ }
809
+ export declare class IxModalHeader {
810
+ protected z: NgZone;
811
+ protected el: HTMLElement;
812
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
813
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxModalHeader, never>;
814
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxModalHeader, "ix-modal-header", never, { "hideClose": "hideClose"; "icon": "icon"; "iconColor": "iconColor"; }, {}, never, ["*"]>;
815
+ }
816
+ export declare interface IxModalHeader extends Components.IxModalHeader {
817
+ /**
818
+ * Emits when close icon is clicked and closes the modal
819
+ Can be prevented, in which case only the event is triggered, and the modal remains open
820
+ */
821
+ closeClick: EventEmitter<CustomEvent<MouseEvent>>;
822
+ }
823
+ export declare class IxPagination {
824
+ protected z: NgZone;
825
+ protected el: HTMLElement;
826
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
827
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxPagination, never>;
828
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxPagination, "ix-pagination", never, { "advanced": "advanced"; "count": "count"; "i18nItems": "i18nItems"; "i18nOf": "i18nOf"; "i18nPage": "i18nPage"; "itemCount": "itemCount"; "selectedPage": "selectedPage"; "showItemCount": "showItemCount"; }, {}, never, ["*"]>;
829
+ }
830
+ export declare interface IxPagination extends Components.IxPagination {
831
+ /**
832
+ * Page selection event
833
+ */
834
+ pageSelected: EventEmitter<CustomEvent<number>>;
835
+ /**
836
+ * Item count change event
837
+ */
838
+ itemCountChanged: EventEmitter<CustomEvent<number>>;
839
+ }
840
+ export declare class IxPane {
841
+ protected z: NgZone;
842
+ protected el: HTMLElement;
843
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
844
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxPane, never>;
845
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxPane, "ix-pane", never, { "borderless": "borderless"; "composition": "composition"; "expanded": "expanded"; "heading": "heading"; "hideOnCollapse": "hideOnCollapse"; "icon": "icon"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
846
+ }
847
+ export declare interface IxPane extends Components.IxPane {
848
+ /**
849
+ * This event is triggered when the pane either expands or contracts
850
+ */
851
+ expandedChanged: EventEmitter<CustomEvent<IIxPaneExpandedChangedEvent>>;
852
+ /**
853
+ * This event is triggered when the variant of the pane is changed
854
+ */
855
+ variantChanged: EventEmitter<CustomEvent<IIxPaneVariantChangedEvent>>;
856
+ /**
857
+ * This event is triggered when the variant of the pane is changed
858
+ */
859
+ borderlessChanged: EventEmitter<CustomEvent<IIxPaneBorderlessChangedEvent>>;
860
+ }
861
+ export declare class IxPaneLayout {
862
+ protected z: NgZone;
863
+ protected el: HTMLElement;
864
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
865
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxPaneLayout, never>;
866
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxPaneLayout, "ix-pane-layout", never, { "borderless": "borderless"; "layout": "layout"; "variant": "variant"; }, {}, never, ["*"]>;
867
+ }
868
+ export declare interface IxPaneLayout extends Components.IxPaneLayout {
869
+ }
870
+ export declare class IxPill {
871
+ protected z: NgZone;
872
+ protected el: HTMLElement;
873
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
874
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxPill, never>;
875
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "icon": "icon"; "outline": "outline"; "pillColor": "pillColor"; "variant": "variant"; }, {}, never, ["*"]>;
876
+ }
877
+ export declare interface IxPill extends Components.IxPill {
878
+ }
879
+ export declare class IxPushCard {
880
+ protected z: NgZone;
881
+ protected el: HTMLElement;
882
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
883
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxPushCard, never>;
884
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxPushCard, "ix-push-card", never, { "collapse": "collapse"; "heading": "heading"; "icon": "icon"; "notification": "notification"; "subheading": "subheading"; "variant": "variant"; }, {}, never, ["*"]>;
885
+ }
886
+ export declare interface IxPushCard extends Components.IxPushCard {
887
+ }
888
+ export declare class IxRow {
889
+ protected z: NgZone;
890
+ protected el: HTMLElement;
891
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
892
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxRow, never>;
893
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxRow, "ix-row", never, {}, {}, never, ["*"]>;
894
+ }
895
+ export declare interface IxRow extends Components.IxRow {
896
+ }
897
+ export declare class IxSelect {
898
+ protected z: NgZone;
899
+ protected el: HTMLElement;
900
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
901
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
902
+ 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, ["*"]>;
903
+ }
904
+ export declare interface IxSelect extends Components.IxSelect {
905
+ /**
906
+ * Value changed @since 2.0.0
907
+ */
908
+ valueChange: EventEmitter<CustomEvent<string | string[]>>;
909
+ /**
910
+ * Item selection changed @deprecated since 2.0.0. Use `valueChange` instead.
911
+ */
912
+ itemSelectionChange: EventEmitter<CustomEvent<string[]>>;
913
+ /**
914
+ * Event dispatched whenever the text input changes. @since 2.0.0
915
+ */
916
+ inputChange: EventEmitter<CustomEvent<string>>;
917
+ /**
918
+ * Item added to selection
919
+ */
920
+ addItem: EventEmitter<CustomEvent<string>>;
921
+ }
922
+ export declare class IxSelectItem {
923
+ protected z: NgZone;
924
+ protected el: HTMLElement;
925
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
926
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
927
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]>;
928
+ }
929
+ export declare interface IxSelectItem extends Components.IxSelectItem {
930
+ /**
931
+ * Item clicked
932
+ */
933
+ itemClick: EventEmitter<CustomEvent<string>>;
934
+ }
935
+ export declare class IxSlider {
936
+ protected z: NgZone;
937
+ protected el: HTMLElement;
938
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
939
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxSlider, never>;
940
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxSlider, "ix-slider", never, { "disabled": "disabled"; "error": "error"; "marker": "marker"; "max": "max"; "min": "min"; "step": "step"; "trace": "trace"; "traceReference": "traceReference"; "value": "value"; }, {}, never, ["*"]>;
941
+ }
942
+ export declare interface IxSlider extends Components.IxSlider {
943
+ valueChange: EventEmitter<CustomEvent<number>>;
944
+ }
945
+ export declare class IxSpinner {
946
+ protected z: NgZone;
947
+ protected el: HTMLElement;
948
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
949
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxSpinner, never>;
950
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
951
+ }
952
+ export declare interface IxSpinner extends Components.IxSpinner {
953
+ }
954
+ export declare class IxSplitButton {
955
+ protected z: NgZone;
956
+ protected el: HTMLElement;
957
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
958
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButton, never>;
959
+ 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, ["*"]>;
960
+ }
961
+ export declare interface IxSplitButton extends Components.IxSplitButton {
962
+ /**
963
+ * Button clicked
964
+ */
965
+ buttonClick: EventEmitter<CustomEvent<MouseEvent>>;
966
+ }
967
+ export declare class IxSplitButtonItem {
968
+ protected z: NgZone;
969
+ protected el: HTMLElement;
970
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
971
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButtonItem, never>;
972
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
973
+ }
974
+ export declare interface IxSplitButtonItem extends Components.IxSplitButtonItem {
975
+ /**
976
+ * Dropdown item clicked
977
+ */
978
+ itemClick: EventEmitter<CustomEvent<MouseEvent>>;
979
+ }
980
+ export declare class IxTabItem {
981
+ protected z: NgZone;
982
+ protected el: HTMLElement;
983
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
984
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTabItem, never>;
985
+ 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, ["*"]>;
986
+ }
987
+ export declare interface IxTabItem extends Components.IxTabItem {
988
+ /**
989
+ * On tab click @since 2.0.0
990
+ */
991
+ tabClick: EventEmitter<CustomEvent<IIxTabItemTabClickDetail>>;
992
+ }
993
+ export declare class IxTabs {
994
+ protected z: NgZone;
995
+ protected el: HTMLElement;
996
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
997
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTabs, never>;
998
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]>;
999
+ }
1000
+ export declare interface IxTabs extends Components.IxTabs {
1001
+ /**
1002
+ * `selected` property changed @since 2.0.0
1003
+ */
1004
+ selectedChange: EventEmitter<CustomEvent<number>>;
1005
+ }
1006
+ export declare class IxTile {
1007
+ protected z: NgZone;
1008
+ protected el: HTMLElement;
1009
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1010
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTile, never>;
1011
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"]>;
1012
+ }
1013
+ export declare interface IxTile extends Components.IxTile {
1014
+ }
1015
+ export declare class IxTimePicker {
1016
+ protected z: NgZone;
1017
+ protected el: HTMLElement;
1018
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1019
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
1020
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": "corners"; "format": "format"; "individual": "individual"; "showHour": "showHour"; "showMinutes": "showMinutes"; "showSeconds": "showSeconds"; "showTimeReference": "showTimeReference"; "standaloneAppearance": "standaloneAppearance"; "textSelectTime": "textSelectTime"; "textTime": "textTime"; "time": "time"; "timeReference": "timeReference"; }, {}, never, ["*"]>;
1021
+ }
1022
+ export declare interface IxTimePicker extends Components.IxTimePicker {
1023
+ /**
1024
+ * Time event
1025
+ */
1026
+ timeSelect: EventEmitter<CustomEvent<string>>;
1027
+ /**
1028
+ * Time event @deprecated Will be removed in 3.0.0. Use `time-select` event.
1029
+ */
1030
+ done: EventEmitter<CustomEvent<string>>;
1031
+ /**
1032
+ * Time change event
1033
+ */
1034
+ timeChange: EventEmitter<CustomEvent<string>>;
1035
+ }
1036
+ export declare class IxToast {
1037
+ protected z: NgZone;
1038
+ protected el: HTMLElement;
1039
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1040
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
1041
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": "autoClose"; "autoCloseDelay": "autoCloseDelay"; "icon": "icon"; "iconColor": "iconColor"; "toastTitle": "toastTitle"; "type": "type"; }, {}, never, ["*"]>;
1042
+ }
1043
+ export declare interface IxToast extends Components.IxToast {
1044
+ /**
1045
+ * Toast closed
1046
+ */
1047
+ closeToast: EventEmitter<CustomEvent<any>>;
1048
+ }
1049
+ export declare class IxToastContainer {
1050
+ protected z: NgZone;
1051
+ protected el: HTMLElement;
1052
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1053
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxToastContainer, never>;
1054
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"]>;
1055
+ }
1056
+ export declare interface IxToastContainer extends Components.IxToastContainer {
1057
+ }
1058
+ export declare class IxToggle {
1059
+ protected z: NgZone;
1060
+ protected el: HTMLElement;
1061
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1062
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxToggle, never>;
1063
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxToggle, "ix-toggle", never, { "checked": "checked"; "disabled": "disabled"; "hideText": "hideText"; "indeterminate": "indeterminate"; "textIndeterminate": "textIndeterminate"; "textOff": "textOff"; "textOn": "textOn"; }, {}, never, ["*"]>;
1064
+ }
1065
+ export declare interface IxToggle extends Components.IxToggle {
1066
+ /**
1067
+ * An event will be dispatched each time the slide-toggle changes its value.
1068
+ */
1069
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
1070
+ }
1071
+ export declare class IxToggleButton {
1072
+ protected z: NgZone;
1073
+ protected el: HTMLElement;
1074
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1075
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxToggleButton, never>;
1076
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxToggleButton, "ix-toggle-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "loading": "loading"; "outline": "outline"; "pressed": "pressed"; "variant": "variant"; }, {}, never, ["*"]>;
1077
+ }
1078
+ export declare interface IxToggleButton extends Components.IxToggleButton {
1079
+ /**
1080
+ * Pressed change event
1081
+ */
1082
+ pressedChange: EventEmitter<CustomEvent<boolean>>;
1083
+ }
1084
+ export declare class IxTooltip {
1085
+ protected z: NgZone;
1086
+ protected el: HTMLElement;
1087
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1088
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTooltip, never>;
1089
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxTooltip, "ix-tooltip", never, { "for": "for"; "interactive": "interactive"; "placement": "placement"; "titleContent": "titleContent"; }, {}, never, ["*"]>;
1090
+ }
1091
+ export declare interface IxTooltip extends Components.IxTooltip {
1092
+ }
1093
+ export declare class IxTreeItem {
1094
+ protected z: NgZone;
1095
+ protected el: HTMLElement;
1096
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1097
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTreeItem, never>;
1098
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"]>;
1099
+ }
1100
+ export declare interface IxTreeItem extends Components.IxTreeItem {
1101
+ /**
1102
+ * Expand/Collapsed toggled
1103
+ */
1104
+ toggle: EventEmitter<CustomEvent<void>>;
1105
+ /**
1106
+ * Clicked
1107
+ */
1108
+ itemClick: EventEmitter<CustomEvent<void>>;
1109
+ }
1110
+ export declare class IxTypography {
1111
+ protected z: NgZone;
1112
+ protected el: HTMLElement;
1113
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1114
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxTypography, never>;
1115
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxTypography, "ix-typography", never, { "bold": "bold"; "color": "color"; "format": "format"; "textColor": "textColor"; "textDecoration": "textDecoration"; }, {}, never, ["*"]>;
1116
+ }
1117
+ export declare interface IxTypography extends Components.IxTypography {
1118
+ }
1119
+ export declare class IxUpload {
1120
+ protected z: NgZone;
1121
+ protected el: HTMLElement;
1122
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1123
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxUpload, never>;
1124
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxUpload, "ix-upload", never, { "accept": "accept"; "disabled": "disabled"; "i18nUploadDisabled": "i18nUploadDisabled"; "i18nUploadFile": "i18nUploadFile"; "loadingText": "loadingText"; "multiline": "multiline"; "multiple": "multiple"; "selectFileText": "selectFileText"; "state": "state"; "uploadFailedText": "uploadFailedText"; "uploadSuccessText": "uploadSuccessText"; }, {}, never, ["*"]>;
1125
+ }
1126
+ export declare interface IxUpload extends Components.IxUpload {
1127
+ /**
1128
+ * You get an array of Files after drop-action or browse action is finished
1129
+ */
1130
+ filesChanged: EventEmitter<CustomEvent<Array<File>>>;
1131
+ }
1132
+ export declare class IxValidationTooltip {
1133
+ protected z: NgZone;
1134
+ protected el: HTMLElement;
1135
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1136
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
1137
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; "suppressAutomaticPlacement": "suppressAutomaticPlacement"; }, {}, never, ["*"]>;
1138
+ }
1139
+ export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
1140
+ }
1141
+ export declare class IxWorkflowStep {
1142
+ protected z: NgZone;
1143
+ protected el: HTMLElement;
1144
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1145
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowStep, never>;
1146
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]>;
1147
+ }
1148
+ export declare interface IxWorkflowStep extends Components.IxWorkflowStep {
1149
+ }
1150
+ export declare class IxWorkflowSteps {
1151
+ protected z: NgZone;
1152
+ protected el: HTMLElement;
1153
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1154
+ static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowSteps, never>;
1155
+ static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]>;
1156
+ }
1157
+ export declare interface IxWorkflowSteps extends Components.IxWorkflowSteps {
1158
+ /**
1159
+ * On step selected event
1160
+ */
1161
+ stepSelected: EventEmitter<CustomEvent<number>>;
1162
+ }