@siemens/ix-angular 1.0.0 → 1.1.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 DELETED
@@ -1,767 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
- import { Components } from '@siemens/ix';
3
- import type { InputState as ICategoryFilterInputState } from '@siemens/ix';
4
- import type { FilterState as ICategoryFilterFilterState } from '@siemens/ix';
5
- import * as i0 from "@angular/core";
6
- export declare interface IxAnimatedTab extends Components.IxAnimatedTab {
7
- }
8
- export declare class IxAnimatedTab {
9
- protected z: NgZone;
10
- protected el: HTMLElement;
11
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
12
- static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTab, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTab, "ix-animated-tab", never, { "count": "count"; "icon": "icon"; }, {}, never, ["*"], false>;
14
- }
15
- export declare interface IxAnimatedTabs extends Components.IxAnimatedTabs {
16
- /**
17
- * Tab navigated
18
- */
19
- tabClick: EventEmitter<CustomEvent<any>>;
20
- }
21
- export declare class IxAnimatedTabs {
22
- protected z: NgZone;
23
- protected el: HTMLElement;
24
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
25
- static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTabs, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTabs, "ix-animated-tabs", never, { "disableAnimations": "disableAnimations"; "selectedIndex": "selectedIndex"; "tabPlacement": "tabPlacement"; }, {}, never, ["*"], false>;
27
- }
28
- export declare interface IxApplicationHeader extends Components.IxApplicationHeader {
29
- }
30
- export declare class IxApplicationHeader {
31
- protected z: NgZone;
32
- protected el: HTMLElement;
33
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
34
- static ɵfac: i0.ɵɵFactoryDeclaration<IxApplicationHeader, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<IxApplicationHeader, "ix-application-header", never, { "name": "name"; }, {}, never, ["*"], false>;
36
- }
37
- export declare interface IxBasicNavigation extends Components.IxBasicNavigation {
38
- }
39
- export declare class IxBasicNavigation {
40
- protected z: NgZone;
41
- protected el: HTMLElement;
42
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
43
- static ɵfac: i0.ɵɵFactoryDeclaration<IxBasicNavigation, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<IxBasicNavigation, "ix-basic-navigation", never, { "applicationName": "applicationName"; "hideHeader": "hideHeader"; }, {}, never, ["*"], false>;
45
- }
46
- export declare interface IxBlind extends Components.IxBlind {
47
- /**
48
- * Collapsed state changed
49
- */
50
- collapsedChange: EventEmitter<CustomEvent<boolean>>;
51
- }
52
- export declare class IxBlind {
53
- protected z: NgZone;
54
- protected el: HTMLElement;
55
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
56
- static ɵfac: i0.ɵɵFactoryDeclaration<IxBlind, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "label": "label"; }, {}, never, ["*"], false>;
58
- }
59
- export declare interface IxBreadcrumb extends Components.IxBreadcrumb {
60
- /**
61
- * Crumb item clicked event
62
- */
63
- itemClick: EventEmitter<CustomEvent<string>>;
64
- /**
65
- * Next item clicked event
66
- */
67
- nextClick: EventEmitter<CustomEvent<{
68
- event: UIEvent;
69
- item: string;
70
- }>>;
71
- }
72
- export declare class IxBreadcrumb {
73
- protected z: NgZone;
74
- protected el: HTMLElement;
75
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
76
- static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumb, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ghost": "ghost"; "nextItems": "nextItems"; "visibleItemCount": "visibleItemCount"; }, {}, never, ["*"], false>;
78
- }
79
- export declare interface IxBreadcrumbItem extends Components.IxBreadcrumbItem {
80
- }
81
- export declare class IxBreadcrumbItem {
82
- protected z: NgZone;
83
- protected el: HTMLElement;
84
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
85
- static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumbItem, never>;
86
- static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumbItem, "ix-breadcrumb-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
87
- }
88
- export declare interface IxButton extends Components.IxButton {
89
- }
90
- export declare class IxButton {
91
- protected z: NgZone;
92
- protected el: HTMLElement;
93
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
94
- static ɵfac: i0.ɵɵFactoryDeclaration<IxButton, never>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "invisible": "invisible"; "outline": "outline"; "selected": "selected"; "type": "type"; "variant": "variant"; }, {}, never, ["*"], false>;
96
- }
97
- export declare interface IxCategoryFilter extends Components.IxCategoryFilter {
98
- /**
99
- * Event dispatched whenever the text input changes.
100
- */
101
- inputChanged: EventEmitter<CustomEvent<ICategoryFilterInputState>>;
102
- /**
103
- * Event dispatched whenever the filter state changes.
104
- */
105
- filterChanged: EventEmitter<CustomEvent<ICategoryFilterFilterState>>;
106
- }
107
- export declare class IxCategoryFilter {
108
- protected z: NgZone;
109
- protected el: HTMLElement;
110
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
111
- static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
112
- 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"; "tmpDisableScrollIntoView": "tmpDisableScrollIntoView"; }, {}, never, ["*"], false>;
113
- }
114
- export declare interface IxChip extends Components.IxChip {
115
- /**
116
- * Fire event if close button is clicked
117
- */
118
- close: EventEmitter<CustomEvent<any>>;
119
- }
120
- export declare class IxChip {
121
- protected z: NgZone;
122
- protected el: HTMLElement;
123
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
124
- static ɵfac: i0.ɵɵFactoryDeclaration<IxChip, never>;
125
- static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": "active"; "background": "background"; "closable": "closable"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"], false>;
126
- }
127
- export declare interface IxCounterPill extends Components.IxCounterPill {
128
- }
129
- export declare class IxCounterPill {
130
- protected z: NgZone;
131
- protected el: HTMLElement;
132
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
133
- static ɵfac: i0.ɵɵFactoryDeclaration<IxCounterPill, never>;
134
- static ɵcmp: i0.ɵɵComponentDeclaration<IxCounterPill, "ix-counter-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"], false>;
135
- }
136
- export declare interface IxDatePicker extends Components.IxDatePicker {
137
- /**
138
- * Time change event
139
- */
140
- dateChange: EventEmitter<CustomEvent<string>>;
141
- /**
142
- * done event
143
- */
144
- done: EventEmitter<CustomEvent<string>>;
145
- }
146
- export declare class IxDatePicker {
147
- protected z: NgZone;
148
- protected el: HTMLElement;
149
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
150
- static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
151
- static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "corners": "corners"; "format": "format"; "individual": "individual"; "range": "range"; }, {}, never, ["*"], false>;
152
- }
153
- export declare interface IxDateTimeCard extends Components.IxDateTimeCard {
154
- }
155
- export declare class IxDateTimeCard {
156
- protected z: NgZone;
157
- protected el: HTMLElement;
158
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
159
- static ɵfac: i0.ɵɵFactoryDeclaration<IxDateTimeCard, never>;
160
- static ɵcmp: i0.ɵɵComponentDeclaration<IxDateTimeCard, "ix-date-time-card", never, { "corners": "corners"; "individual": "individual"; }, {}, never, ["*"], false>;
161
- }
162
- export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
163
- /**
164
- * Time event
165
- */
166
- done: EventEmitter<CustomEvent<string>>;
167
- }
168
- export declare class IxDatetimePicker {
169
- protected z: NgZone;
170
- protected el: HTMLElement;
171
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
172
- static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
173
- static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "range": "range"; "showHour": "showHour"; "showMinutes": "showMinutes"; "showSeconds": "showSeconds"; "showTimeReference": "showTimeReference"; }, {}, never, ["*"], false>;
174
- }
175
- export declare interface IxDrawer extends Components.IxDrawer {
176
- /**
177
- * Fire event after drawer is open
178
- */
179
- open: EventEmitter<CustomEvent<any>>;
180
- /**
181
- * Fire event after drawer is close
182
- */
183
- drawerClose: EventEmitter<CustomEvent<any>>;
184
- }
185
- export declare class IxDrawer {
186
- protected z: NgZone;
187
- protected el: HTMLElement;
188
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
189
- static ɵfac: i0.ɵɵFactoryDeclaration<IxDrawer, never>;
190
- static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "closeOnClickOutside": "closeOnClickOutside"; "fullHeight": "fullHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "show": "show"; "width": "width"; }, {}, never, ["*"], false>;
191
- }
192
- export declare interface IxDropdown extends Components.IxDropdown {
193
- /**
194
- * Fire event after visibility of dropdown has changed
195
- */
196
- showChanged: EventEmitter<CustomEvent<boolean>>;
197
- }
198
- export declare class IxDropdown {
199
- protected z: NgZone;
200
- protected el: HTMLElement;
201
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
202
- static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
203
- static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdown, "ix-dropdown", never, { "adjustDropdownWidthToReferenceWidth": "adjustDropdownWidthToReferenceWidth"; "adjustDropdownWidthToReferenceWith": "adjustDropdownWidthToReferenceWith"; "anchor": "anchor"; "closeBehavior": "closeBehavior"; "header": "header"; "placement": "placement"; "positioningStrategy": "positioningStrategy"; "show": "show"; "trigger": "trigger"; }, {}, never, ["*"], false>;
204
- }
205
- export declare interface IxDropdownItem extends Components.IxDropdownItem {
206
- /**
207
- * Click on item
208
- */
209
- itemClick: EventEmitter<CustomEvent<HTMLIxDropdownItemElement>>;
210
- }
211
- export declare class IxDropdownItem {
212
- protected z: NgZone;
213
- protected el: HTMLElement;
214
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
215
- static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownItem, never>;
216
- static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
217
- }
218
- export declare interface IxEventList extends Components.IxEventList {
219
- }
220
- export declare class IxEventList {
221
- protected z: NgZone;
222
- protected el: HTMLElement;
223
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
224
- static ɵfac: i0.ɵɵFactoryDeclaration<IxEventList, never>;
225
- static ɵcmp: i0.ɵɵComponentDeclaration<IxEventList, "ix-event-list", never, { "animated": "animated"; "chevron": "chevron"; "compact": "compact"; "itemHeight": "itemHeight"; }, {}, never, ["*"], false>;
226
- }
227
- export declare interface IxEventListItem extends Components.IxEventListItem {
228
- /**
229
- * Event list item click
230
- */
231
- itemClick: EventEmitter<CustomEvent<any>>;
232
- }
233
- export declare class IxEventListItem {
234
- protected z: NgZone;
235
- protected el: HTMLElement;
236
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
237
- static ɵfac: i0.ɵɵFactoryDeclaration<IxEventListItem, never>;
238
- static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "opacity": "opacity"; "selected": "selected"; }, {}, never, ["*"], false>;
239
- }
240
- export declare interface IxExpandingSearch extends Components.IxExpandingSearch {
241
- /**
242
- * Value changed
243
- */
244
- valueChange: EventEmitter<CustomEvent<string>>;
245
- }
246
- export declare class IxExpandingSearch {
247
- protected z: NgZone;
248
- protected el: HTMLElement;
249
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
250
- static ɵfac: i0.ɵɵFactoryDeclaration<IxExpandingSearch, never>;
251
- static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "icon": "icon"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"], false>;
252
- }
253
- export declare interface IxFilterChip extends Components.IxFilterChip {
254
- /**
255
- * Close clicked
256
- */
257
- closeClick: EventEmitter<CustomEvent<void>>;
258
- }
259
- export declare class IxFilterChip {
260
- protected z: NgZone;
261
- protected el: HTMLElement;
262
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
263
- static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
264
- static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; }, {}, never, ["*"], false>;
265
- }
266
- export declare interface IxFlipTile extends Components.IxFlipTile {
267
- }
268
- export declare class IxFlipTile {
269
- protected z: NgZone;
270
- protected el: HTMLElement;
271
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
272
- static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTile, never>;
273
- static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "footer": "footer"; "state": "state"; }, {}, never, ["*"], false>;
274
- }
275
- export declare interface IxFlipTileContent extends Components.IxFlipTileContent {
276
- }
277
- export declare class IxFlipTileContent {
278
- protected z: NgZone;
279
- protected el: HTMLElement;
280
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
281
- static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTileContent, never>;
282
- static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTileContent, "ix-flip-tile-content", never, {}, {}, never, ["*"], false>;
283
- }
284
- export declare interface IxGroup extends Components.IxGroup {
285
- /**
286
- * Emits when whole group gets selected.
287
- */
288
- selectGroup: EventEmitter<CustomEvent<boolean>>;
289
- /**
290
- * Emits when group item gets selected.
291
- */
292
- selectItem: EventEmitter<CustomEvent<number>>;
293
- /**
294
- * Group collapsed
295
- */
296
- collapsedChanged: EventEmitter<CustomEvent<boolean>>;
297
- }
298
- export declare class IxGroup {
299
- protected z: NgZone;
300
- protected el: HTMLElement;
301
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
302
- static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
303
- static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"], false>;
304
- }
305
- export declare interface IxGroupDropdownItem extends Components.IxGroupDropdownItem {
306
- }
307
- export declare class IxGroupDropdownItem {
308
- protected z: NgZone;
309
- protected el: HTMLElement;
310
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
311
- static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupDropdownItem, never>;
312
- static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
313
- }
314
- export declare interface IxGroupItem extends Components.IxGroupItem {
315
- /**
316
- * Selection changed
317
- */
318
- selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
319
- }
320
- export declare class IxGroupItem {
321
- protected z: NgZone;
322
- protected el: HTMLElement;
323
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
324
- static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
325
- static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "focusable": "focusable"; "icon": "icon"; "index": "index"; "secondaryText": "secondaryText"; "selected": "selected"; "suppressSelection": "suppressSelection"; "text": "text"; }, {}, never, ["*"], false>;
326
- }
327
- export declare interface IxIcon extends Components.IxIcon {
328
- }
329
- export declare class IxIcon {
330
- protected z: NgZone;
331
- protected el: HTMLElement;
332
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
333
- static ɵfac: i0.ɵɵFactoryDeclaration<IxIcon, never>;
334
- static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"], false>;
335
- }
336
- export declare interface IxIconButton extends Components.IxIconButton {
337
- }
338
- export declare class IxIconButton {
339
- protected z: NgZone;
340
- protected el: HTMLElement;
341
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
342
- static ɵfac: i0.ɵɵFactoryDeclaration<IxIconButton, never>;
343
- 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, ["*"], false>;
344
- }
345
- export declare interface IxInputGroup extends Components.IxInputGroup {
346
- }
347
- export declare class IxInputGroup {
348
- protected z: NgZone;
349
- protected el: HTMLElement;
350
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
351
- static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
352
- static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"], false>;
353
- }
354
- export declare interface IxKpi extends Components.IxKpi {
355
- }
356
- export declare class IxKpi {
357
- protected z: NgZone;
358
- protected el: HTMLElement;
359
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
360
- static ɵfac: i0.ɵɵFactoryDeclaration<IxKpi, never>;
361
- static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": "label"; "orientation": "orientation"; "state": "state"; "unit": "unit"; "value": "value"; }, {}, never, ["*"], false>;
362
- }
363
- export declare interface IxMapNavigation extends Components.IxMapNavigation {
364
- /**
365
- * Navigation toggled
366
- */
367
- navigationToggled: EventEmitter<CustomEvent<boolean>>;
368
- /**
369
- * Context menu clicked
370
- */
371
- contextMenuClick: EventEmitter<CustomEvent<void>>;
372
- }
373
- export declare class IxMapNavigation {
374
- protected z: NgZone;
375
- protected el: HTMLElement;
376
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
377
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigation, never>;
378
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"], false>;
379
- }
380
- export declare interface IxMapNavigationOverlay extends Components.IxMapNavigationOverlay {
381
- /**
382
- * Event closed
383
- */
384
- closeClick: EventEmitter<CustomEvent<any>>;
385
- }
386
- export declare class IxMapNavigationOverlay {
387
- protected z: NgZone;
388
- protected el: HTMLElement;
389
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
390
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigationOverlay, never>;
391
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "name": "name"; }, {}, never, ["*"], false>;
392
- }
393
- export declare interface IxMenu extends Components.IxMenu {
394
- /**
395
- * Menu expanded
396
- */
397
- expandChange: EventEmitter<CustomEvent<boolean>>;
398
- /**
399
- * Map Sidebar expanded
400
- */
401
- mapExpandChange: EventEmitter<CustomEvent<boolean>>;
402
- }
403
- export declare class IxMenu {
404
- protected z: NgZone;
405
- protected el: HTMLElement;
406
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
407
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
408
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenu, "ix-menu", never, { "applicationDescription": "applicationDescription"; "applicationName": "applicationName"; "enableMapExpand": "enableMapExpand"; "enableSettings": "enableSettings"; "enableToggleTheme": "enableToggleTheme"; "expand": "expand"; "i18nCollapse": "i18nCollapse"; "i18nExpand": "i18nExpand"; "i18nLegal": "i18nLegal"; "i18nMore": "i18nMore"; "i18nSettings": "i18nSettings"; "i18nToggleTheme": "i18nToggleTheme"; "maxVisibleMenuItems": "maxVisibleMenuItems"; "showAbout": "showAbout"; "showSettings": "showSettings"; }, {}, never, ["*"], false>;
409
- }
410
- export declare interface IxMenuAbout extends Components.IxMenuAbout {
411
- /**
412
- * About and Legal closed
413
- */
414
- close: EventEmitter<CustomEvent<MouseEvent>>;
415
- }
416
- export declare class IxMenuAbout {
417
- protected z: NgZone;
418
- protected el: HTMLElement;
419
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
420
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAbout, never>;
421
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "i18nImprintLabel": "i18nImprintLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"], false>;
422
- }
423
- export declare interface IxMenuAboutItem extends Components.IxMenuAboutItem {
424
- }
425
- export declare class IxMenuAboutItem {
426
- protected z: NgZone;
427
- protected el: HTMLElement;
428
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
429
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutItem, never>;
430
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"], false>;
431
- }
432
- export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
433
- /**
434
- * Show More button is pressed
435
- */
436
- showMore: EventEmitter<CustomEvent<MouseEvent>>;
437
- /**
438
- * Popover closed
439
- */
440
- closePopover: EventEmitter<CustomEvent<void>>;
441
- }
442
- export declare class IxMenuAboutNews {
443
- protected z: NgZone;
444
- protected el: HTMLElement;
445
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
446
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutNews, never>;
447
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutNews, "ix-menu-about-news", never, { "aboutItemLabel": "aboutItemLabel"; "expanded": "expanded"; "i18nShowMore": "i18nShowMore"; "label": "label"; "offsetBottom": "offsetBottom"; "show": "show"; }, {}, never, ["*"], false>;
448
- }
449
- export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
450
- /**
451
- * Logout click
452
- */
453
- logoutClick: EventEmitter<CustomEvent<any>>;
454
- }
455
- export declare class IxMenuAvatar {
456
- protected z: NgZone;
457
- protected el: HTMLElement;
458
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
459
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
460
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "top": "top"; }, {}, never, ["*"], false>;
461
- }
462
- export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
463
- /**
464
- * Avatar dropdown item clicked
465
- */
466
- itemClick: EventEmitter<CustomEvent<MouseEvent>>;
467
- }
468
- export declare class IxMenuAvatarItem {
469
- protected z: NgZone;
470
- protected el: HTMLElement;
471
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
472
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatarItem, never>;
473
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
474
- }
475
- export declare interface IxMenuItem extends Components.IxMenuItem {
476
- }
477
- export declare class IxMenuItem {
478
- protected z: NgZone;
479
- protected el: HTMLElement;
480
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
481
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuItem, never>;
482
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"], false>;
483
- }
484
- export declare interface IxMenuSettings extends Components.IxMenuSettings {
485
- /**
486
- * Popover closed
487
- */
488
- close: EventEmitter<CustomEvent<MouseEvent>>;
489
- }
490
- export declare class IxMenuSettings {
491
- protected z: NgZone;
492
- protected el: HTMLElement;
493
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
494
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettings, never>;
495
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"], false>;
496
- }
497
- export declare interface IxMenuSettingsItem extends Components.IxMenuSettingsItem {
498
- }
499
- export declare class IxMenuSettingsItem {
500
- protected z: NgZone;
501
- protected el: HTMLElement;
502
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
503
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettingsItem, never>;
504
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"], false>;
505
- }
506
- export declare interface IxMessageBar extends Components.IxMessageBar {
507
- /**
508
- * An event emitted when the close button is clicked
509
- */
510
- closedChange: EventEmitter<CustomEvent<any>>;
511
- }
512
- export declare class IxMessageBar {
513
- protected z: NgZone;
514
- protected el: HTMLElement;
515
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
516
- static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
517
- static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"], false>;
518
- }
519
- export declare interface IxModal extends Components.IxModal {
520
- /**
521
- * Modal closed
522
- */
523
- closed: EventEmitter<CustomEvent<any>>;
524
- /**
525
- * Modal dismissed
526
- */
527
- dismissed: EventEmitter<CustomEvent<any>>;
528
- }
529
- export declare class IxModal {
530
- protected z: NgZone;
531
- protected el: HTMLElement;
532
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
533
- static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
534
- static ɵcmp: i0.ɵɵComponentDeclaration<IxModal, "ix-modal", never, { "animation": "animation"; "ariaDescribedBy": "ariaDescribedBy"; "ariaLabelledBy": "ariaLabelledBy"; "backdrop": "backdrop"; "backdropClass": "backdropClass"; "beforeDismiss": "beforeDismiss"; "centered": "centered"; "content": "content"; "headerTitle": "headerTitle"; "icon": "icon"; "iconColor": "iconColor"; "keyboard": "keyboard"; "modalDialogClass": "modalDialogClass"; "scrollable": "scrollable"; "size": "size"; "windowClass": "windowClass"; }, {}, never, ["*"], false>;
535
- }
536
- export declare interface IxModalContainer extends Components.IxModalContainer {
537
- }
538
- export declare class IxModalContainer {
539
- protected z: NgZone;
540
- protected el: HTMLElement;
541
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
542
- static ɵfac: i0.ɵɵFactoryDeclaration<IxModalContainer, never>;
543
- static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContainer, "ix-modal-container", never, {}, {}, never, ["*"], false>;
544
- }
545
- export declare interface IxModalExample extends Components.IxModalExample {
546
- }
547
- export declare class IxModalExample {
548
- protected z: NgZone;
549
- protected el: HTMLElement;
550
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
551
- static ɵfac: i0.ɵɵFactoryDeclaration<IxModalExample, never>;
552
- static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"], false>;
553
- }
554
- export declare interface IxPill extends Components.IxPill {
555
- }
556
- export declare class IxPill {
557
- protected z: NgZone;
558
- protected el: HTMLElement;
559
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
560
- static ɵfac: i0.ɵɵFactoryDeclaration<IxPill, never>;
561
- static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"], false>;
562
- }
563
- export declare interface IxSelect extends Components.IxSelect {
564
- /**
565
- * Item selection changed
566
- */
567
- itemSelectionChange: EventEmitter<CustomEvent<string | string[]>>;
568
- /**
569
- * Item added to selection
570
- */
571
- addItem: EventEmitter<CustomEvent<string>>;
572
- }
573
- export declare class IxSelect {
574
- protected z: NgZone;
575
- protected el: HTMLElement;
576
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
577
- static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
578
- static ɵcmp: i0.ɵɵComponentDeclaration<IxSelect, "ix-select", never, { "allowClear": "allowClear"; "disabled": "disabled"; "editable": "editable"; "i18nPlaceholder": "i18nPlaceholder"; "i18nPlaceholderEditable": "i18nPlaceholderEditable"; "i18nSelectListHeader": "i18nSelectListHeader"; "mode": "mode"; "readonly": "readonly"; "selectedIndices": "selectedIndices"; }, {}, never, ["*"], false>;
579
- }
580
- export declare interface IxSelectItem extends Components.IxSelectItem {
581
- /**
582
- * Item clicked
583
- */
584
- itemClick: EventEmitter<CustomEvent<string>>;
585
- }
586
- export declare class IxSelectItem {
587
- protected z: NgZone;
588
- protected el: HTMLElement;
589
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
590
- static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
591
- static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "hover": "hover"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"], false>;
592
- }
593
- export declare interface IxSpinner extends Components.IxSpinner {
594
- }
595
- export declare class IxSpinner {
596
- protected z: NgZone;
597
- protected el: HTMLElement;
598
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
599
- static ɵfac: i0.ɵɵFactoryDeclaration<IxSpinner, never>;
600
- static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
601
- }
602
- export declare interface IxSplitButton extends Components.IxSplitButton {
603
- /**
604
- * Button clicked
605
- */
606
- buttonClick: EventEmitter<CustomEvent<MouseEvent>>;
607
- }
608
- export declare class IxSplitButton {
609
- protected z: NgZone;
610
- protected el: HTMLElement;
611
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
612
- static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButton, never>;
613
- static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButton, "ix-split-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "invisible": "invisible"; "label": "label"; "outline": "outline"; "placement": "placement"; "splitIcon": "splitIcon"; "variant": "variant"; }, {}, never, ["*"], false>;
614
- }
615
- export declare interface IxSplitButtonItem extends Components.IxSplitButtonItem {
616
- /**
617
- * Dropdown item clicked
618
- */
619
- itemClick: EventEmitter<CustomEvent<MouseEvent>>;
620
- }
621
- export declare class IxSplitButtonItem {
622
- protected z: NgZone;
623
- protected el: HTMLElement;
624
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
625
- static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButtonItem, never>;
626
- static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"], false>;
627
- }
628
- export declare interface IxTabItem extends Components.IxTabItem {
629
- }
630
- export declare class IxTabItem {
631
- protected z: NgZone;
632
- protected el: HTMLElement;
633
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
634
- static ɵfac: i0.ɵɵFactoryDeclaration<IxTabItem, never>;
635
- 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, ["*"], false>;
636
- }
637
- export declare interface IxTabs extends Components.IxTabs {
638
- }
639
- export declare class IxTabs {
640
- protected z: NgZone;
641
- protected el: HTMLElement;
642
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
643
- static ɵfac: i0.ɵɵFactoryDeclaration<IxTabs, never>;
644
- static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"], false>;
645
- }
646
- export declare interface IxTile extends Components.IxTile {
647
- }
648
- export declare class IxTile {
649
- protected z: NgZone;
650
- protected el: HTMLElement;
651
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
652
- static ɵfac: i0.ɵɵFactoryDeclaration<IxTile, never>;
653
- static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"], false>;
654
- }
655
- export declare interface IxTimePicker extends Components.IxTimePicker {
656
- /**
657
- * Time event
658
- */
659
- done: EventEmitter<CustomEvent<string>>;
660
- /**
661
- * Time change event
662
- */
663
- timeChange: EventEmitter<CustomEvent<string>>;
664
- }
665
- export declare class IxTimePicker {
666
- protected z: NgZone;
667
- protected el: HTMLElement;
668
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
669
- static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
670
- static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": "corners"; "individual": "individual"; "showHour": "showHour"; "showMinutes": "showMinutes"; "showSeconds": "showSeconds"; "showTimeReference": "showTimeReference"; }, {}, never, ["*"], false>;
671
- }
672
- export declare interface IxToast extends Components.IxToast {
673
- /**
674
- * Toast closed
675
- */
676
- closeToast: EventEmitter<CustomEvent<any>>;
677
- }
678
- export declare class IxToast {
679
- protected z: NgZone;
680
- protected el: HTMLElement;
681
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
682
- static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
683
- static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": "autoClose"; "autoCloseDelay": "autoCloseDelay"; "icon": "icon"; "iconColor": "iconColor"; "toastTitle": "toastTitle"; "type": "type"; }, {}, never, ["*"], false>;
684
- }
685
- export declare interface IxToastContainer extends Components.IxToastContainer {
686
- }
687
- export declare class IxToastContainer {
688
- protected z: NgZone;
689
- protected el: HTMLElement;
690
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
691
- static ɵfac: i0.ɵɵFactoryDeclaration<IxToastContainer, never>;
692
- static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"], false>;
693
- }
694
- export declare interface IxToggle extends Components.IxToggle {
695
- /**
696
- * An event will be dispatched each time the slide-toggle changes its value.
697
- */
698
- checkedChange: EventEmitter<CustomEvent<boolean>>;
699
- }
700
- export declare class IxToggle {
701
- protected z: NgZone;
702
- protected el: HTMLElement;
703
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
704
- static ɵfac: i0.ɵɵFactoryDeclaration<IxToggle, never>;
705
- static ɵcmp: i0.ɵɵComponentDeclaration<IxToggle, "ix-toggle", never, { "checked": "checked"; "color": "color"; "disabled": "disabled"; "hideText": "hideText"; "indeterminate": "indeterminate"; "textIndeterminate": "textIndeterminate"; "textOff": "textOff"; "textOn": "textOn"; }, {}, never, ["*"], false>;
706
- }
707
- export declare interface IxTreeItem extends Components.IxTreeItem {
708
- /**
709
- * Expand/Collapsed toggled
710
- */
711
- toggle: EventEmitter<CustomEvent<void>>;
712
- /**
713
- * Clicked
714
- */
715
- itemClick: EventEmitter<CustomEvent<void>>;
716
- }
717
- export declare class IxTreeItem {
718
- protected z: NgZone;
719
- protected el: HTMLElement;
720
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
721
- static ɵfac: i0.ɵɵFactoryDeclaration<IxTreeItem, never>;
722
- static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"], false>;
723
- }
724
- export declare interface IxUpload extends Components.IxUpload {
725
- /**
726
- * You get an array of Files after drop-action or browse action is finished
727
- */
728
- filesChanged: EventEmitter<CustomEvent<Array<File>>>;
729
- }
730
- export declare class IxUpload {
731
- protected z: NgZone;
732
- protected el: HTMLElement;
733
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
734
- static ɵfac: i0.ɵɵFactoryDeclaration<IxUpload, never>;
735
- 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, ["*"], false>;
736
- }
737
- export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
738
- }
739
- export declare class IxValidationTooltip {
740
- protected z: NgZone;
741
- protected el: HTMLElement;
742
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
743
- static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
744
- static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"], false>;
745
- }
746
- export declare interface IxWorkflowStep extends Components.IxWorkflowStep {
747
- }
748
- export declare class IxWorkflowStep {
749
- protected z: NgZone;
750
- protected el: HTMLElement;
751
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
752
- static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowStep, never>;
753
- static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "position": "position"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"], false>;
754
- }
755
- export declare interface IxWorkflowSteps extends Components.IxWorkflowSteps {
756
- /**
757
- * On step selected event
758
- */
759
- stepSelected: EventEmitter<CustomEvent<number>>;
760
- }
761
- export declare class IxWorkflowSteps {
762
- protected z: NgZone;
763
- protected el: HTMLElement;
764
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
765
- static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowSteps, never>;
766
- static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "linear": "linear"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"], false>;
767
- }