@siemens/ix-angular 1.4.2 → 1.5.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.d.ts +228 -215
- package/declare-components.d.ts +1 -1
- package/esm2020/angular-component-lib/utils.mjs +6 -8
- package/esm2020/components.mjs +179 -177
- package/esm2020/declare-components.mjs +2 -2
- package/esm2020/module.mjs +2 -2
- package/esm2020/toast/toast.service.mjs +8 -2
- package/fesm2015/siemens-ix-angular.mjs +192 -186
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +192 -186
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/module.d.ts +1 -1
- package/package.json +2 -2
- package/toast/toast.service.d.ts +3 -1
package/components.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
2
|
import { Components } from '@siemens/ix';
|
|
3
|
-
import type { InputState as
|
|
4
|
-
import type { FilterState as
|
|
5
|
-
import type { LegacyDateChangeEvent as
|
|
6
|
-
import type { DateChangeEvent as
|
|
7
|
-
import type {
|
|
3
|
+
import type { InputState as IIxCategoryFilterInputState } from '@siemens/ix';
|
|
4
|
+
import type { FilterState as IIxCategoryFilterFilterState } from '@siemens/ix';
|
|
5
|
+
import type { LegacyDateChangeEvent as IIxDatePickerLegacyDateChangeEvent } 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';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare interface IxAnimatedTab extends Components.IxAnimatedTab {
|
|
10
|
-
}
|
|
11
10
|
export declare class IxAnimatedTab {
|
|
12
11
|
protected z: NgZone;
|
|
13
12
|
protected el: HTMLElement;
|
|
@@ -15,11 +14,7 @@ export declare class IxAnimatedTab {
|
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTab, never>;
|
|
16
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTab, "ix-animated-tab", never, { "count": "count"; "icon": "icon"; }, {}, never, ["*"]>;
|
|
17
16
|
}
|
|
18
|
-
export declare interface
|
|
19
|
-
/**
|
|
20
|
-
* Tab navigated
|
|
21
|
-
*/
|
|
22
|
-
tabClick: EventEmitter<CustomEvent<any>>;
|
|
17
|
+
export declare interface IxAnimatedTab extends Components.IxAnimatedTab {
|
|
23
18
|
}
|
|
24
19
|
export declare class IxAnimatedTabs {
|
|
25
20
|
protected z: NgZone;
|
|
@@ -28,7 +23,11 @@ export declare class IxAnimatedTabs {
|
|
|
28
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTabs, never>;
|
|
29
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTabs, "ix-animated-tabs", never, { "selectedIndex": "selectedIndex"; "tabPlacement": "tabPlacement"; }, {}, never, ["*"]>;
|
|
30
25
|
}
|
|
31
|
-
export declare interface
|
|
26
|
+
export declare interface IxAnimatedTabs extends Components.IxAnimatedTabs {
|
|
27
|
+
/**
|
|
28
|
+
* Tab navigated
|
|
29
|
+
*/
|
|
30
|
+
tabClick: EventEmitter<CustomEvent<any>>;
|
|
32
31
|
}
|
|
33
32
|
export declare class IxApplicationHeader {
|
|
34
33
|
protected z: NgZone;
|
|
@@ -37,7 +36,7 @@ export declare class IxApplicationHeader {
|
|
|
37
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxApplicationHeader, never>;
|
|
38
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxApplicationHeader, "ix-application-header", never, { "name": "name"; }, {}, never, ["*"]>;
|
|
39
38
|
}
|
|
40
|
-
export declare interface
|
|
39
|
+
export declare interface IxApplicationHeader extends Components.IxApplicationHeader {
|
|
41
40
|
}
|
|
42
41
|
export declare class IxBasicNavigation {
|
|
43
42
|
protected z: NgZone;
|
|
@@ -46,18 +45,27 @@ export declare class IxBasicNavigation {
|
|
|
46
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBasicNavigation, never>;
|
|
47
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxBasicNavigation, "ix-basic-navigation", never, { "applicationName": "applicationName"; "hideHeader": "hideHeader"; }, {}, never, ["*"]>;
|
|
48
47
|
}
|
|
48
|
+
export declare interface IxBasicNavigation extends Components.IxBasicNavigation {
|
|
49
|
+
}
|
|
50
|
+
export declare class IxBlind {
|
|
51
|
+
protected z: NgZone;
|
|
52
|
+
protected el: HTMLElement;
|
|
53
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxBlind, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
56
|
+
}
|
|
49
57
|
export declare interface IxBlind extends Components.IxBlind {
|
|
50
58
|
/**
|
|
51
59
|
* Collapsed state changed
|
|
52
60
|
*/
|
|
53
61
|
collapsedChange: EventEmitter<CustomEvent<boolean>>;
|
|
54
62
|
}
|
|
55
|
-
export declare class
|
|
63
|
+
export declare class IxBreadcrumb {
|
|
56
64
|
protected z: NgZone;
|
|
57
65
|
protected el: HTMLElement;
|
|
58
66
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
67
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumb, never>;
|
|
68
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ghost": "ghost"; "nextItems": "nextItems"; "visibleItemCount": "visibleItemCount"; }, {}, never, ["*"]>;
|
|
61
69
|
}
|
|
62
70
|
export declare interface IxBreadcrumb extends Components.IxBreadcrumb {
|
|
63
71
|
/**
|
|
@@ -72,69 +80,73 @@ export declare interface IxBreadcrumb extends Components.IxBreadcrumb {
|
|
|
72
80
|
item: string;
|
|
73
81
|
}>>;
|
|
74
82
|
}
|
|
75
|
-
export declare class
|
|
83
|
+
export declare class IxBreadcrumbItem {
|
|
76
84
|
protected z: NgZone;
|
|
77
85
|
protected el: HTMLElement;
|
|
78
86
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
79
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumbItem, never>;
|
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumbItem, "ix-breadcrumb-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
81
89
|
}
|
|
82
90
|
export declare interface IxBreadcrumbItem extends Components.IxBreadcrumbItem {
|
|
83
91
|
}
|
|
84
|
-
export declare class
|
|
92
|
+
export declare class IxButton {
|
|
85
93
|
protected z: NgZone;
|
|
86
94
|
protected el: HTMLElement;
|
|
87
95
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxButton, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "invisible": "invisible"; "outline": "outline"; "selected": "selected"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
90
98
|
}
|
|
91
99
|
export declare interface IxButton extends Components.IxButton {
|
|
92
100
|
}
|
|
93
|
-
export declare class
|
|
101
|
+
export declare class IxCategoryFilter {
|
|
94
102
|
protected z: NgZone;
|
|
95
103
|
protected el: HTMLElement;
|
|
96
104
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
97
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCategoryFilter, "ix-category-filter", never, { "categories": "categories"; "filterState": "filterState"; "hideIcon": "hideIcon"; "i18nPlainText": "i18nPlainText"; "icon": "icon"; "initialState": "initialState"; "labelCategories": "labelCategories"; "nonSelectableCategories": "nonSelectableCategories"; "placeholder": "placeholder"; "repeatCategories": "repeatCategories"; "suggestions": "suggestions"; }, {}, never, ["*"]>;
|
|
99
107
|
}
|
|
100
108
|
export declare interface IxCategoryFilter extends Components.IxCategoryFilter {
|
|
101
109
|
/**
|
|
102
110
|
* Event dispatched whenever the text input changes.
|
|
103
111
|
*/
|
|
104
|
-
inputChanged: EventEmitter<CustomEvent<
|
|
112
|
+
inputChanged: EventEmitter<CustomEvent<IIxCategoryFilterInputState>>;
|
|
105
113
|
/**
|
|
106
114
|
* Event dispatched whenever the filter state changes.
|
|
107
115
|
*/
|
|
108
|
-
filterChanged: EventEmitter<CustomEvent<
|
|
116
|
+
filterChanged: EventEmitter<CustomEvent<IIxCategoryFilterFilterState>>;
|
|
109
117
|
}
|
|
110
|
-
export declare class
|
|
118
|
+
export declare class IxChip {
|
|
111
119
|
protected z: NgZone;
|
|
112
120
|
protected el: HTMLElement;
|
|
113
121
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
114
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
122
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxChip, never>;
|
|
123
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": "active"; "background": "background"; "closable": "closable"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
116
124
|
}
|
|
117
125
|
export declare interface IxChip extends Components.IxChip {
|
|
118
126
|
/**
|
|
119
|
-
* Fire event if close button is clicked
|
|
127
|
+
* Fire event if close button is clicked @deprecated Will be removed in 2.0.0. Use `closeChip`
|
|
120
128
|
*/
|
|
121
129
|
close: EventEmitter<CustomEvent<any>>;
|
|
130
|
+
/**
|
|
131
|
+
* Fire event if close button is clicked @since 1.5.0
|
|
132
|
+
*/
|
|
133
|
+
closeChip: EventEmitter<CustomEvent<any>>;
|
|
122
134
|
}
|
|
123
|
-
export declare class
|
|
135
|
+
export declare class IxCounterPill {
|
|
124
136
|
protected z: NgZone;
|
|
125
137
|
protected el: HTMLElement;
|
|
126
138
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
139
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxCounterPill, never>;
|
|
140
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCounterPill, "ix-counter-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
129
141
|
}
|
|
130
142
|
export declare interface IxCounterPill extends Components.IxCounterPill {
|
|
131
143
|
}
|
|
132
|
-
export declare class
|
|
144
|
+
export declare class IxDatePicker {
|
|
133
145
|
protected z: NgZone;
|
|
134
146
|
protected el: HTMLElement;
|
|
135
147
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
136
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
148
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "corners": "corners"; "eventDelimiter": "eventDelimiter"; "format": "format"; "from": "from"; "individual": "individual"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "textSelectDate": "textSelectDate"; "to": "to"; }, {}, never, ["*"]>;
|
|
138
150
|
}
|
|
139
151
|
export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
140
152
|
/**
|
|
@@ -143,12 +155,12 @@ export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
|
143
155
|
If datepicker is in range mode the event detail will be sperated with a `-` e.g.
|
|
144
156
|
`2022/10/22 - 2022/10/24` (start and end). If range mode is choosen consider to use `dateRangeChange`. @deprecated String output will be removed. Set ´doneEventDelimiter´ to undefined or null to get date change object instead of a string
|
|
145
157
|
*/
|
|
146
|
-
dateChange: EventEmitter<CustomEvent<
|
|
158
|
+
dateChange: EventEmitter<CustomEvent<IIxDatePickerLegacyDateChangeEvent>>;
|
|
147
159
|
/**
|
|
148
160
|
* Date range change.
|
|
149
161
|
Only triggered if datepicker is in range mode @since 1.1.0
|
|
150
162
|
*/
|
|
151
|
-
dateRangeChange: EventEmitter<CustomEvent<
|
|
163
|
+
dateRangeChange: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
|
|
152
164
|
/**
|
|
153
165
|
* Date selection confirmed via button action @deprecated Will be removed in 2.0.0. Use `dateSelect`
|
|
154
166
|
*/
|
|
@@ -156,23 +168,14 @@ export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
|
156
168
|
/**
|
|
157
169
|
* Date selection confirmed via button action @since 1.1.0
|
|
158
170
|
*/
|
|
159
|
-
dateSelect: EventEmitter<CustomEvent<
|
|
160
|
-
}
|
|
161
|
-
export declare class IxDatePicker {
|
|
162
|
-
protected z: NgZone;
|
|
163
|
-
protected el: HTMLElement;
|
|
164
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
165
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
|
|
166
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatePicker, "ix-date-picker", never, { "corners": "corners"; "eventDelimiter": "eventDelimiter"; "format": "format"; "from": "from"; "individual": "individual"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "textSelectDate": "textSelectDate"; "to": "to"; }, {}, never, ["*"]>;
|
|
167
|
-
}
|
|
168
|
-
export declare interface IxDateTimeCard extends Components.IxDateTimeCard {
|
|
171
|
+
dateSelect: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
|
|
169
172
|
}
|
|
170
|
-
export declare class
|
|
173
|
+
export declare class IxDatetimePicker {
|
|
171
174
|
protected z: NgZone;
|
|
172
175
|
protected el: HTMLElement;
|
|
173
176
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
175
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
177
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
|
|
178
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDatetimePicker, "ix-datetime-picker", never, { "dateFormat": "dateFormat"; "eventDelimiter": "eventDelimiter"; "from": "from"; "maxDate": "maxDate"; "minDate": "minDate"; "range": "range"; "showHour": "showHour"; "showMinutes": "showMinutes"; "showSeconds": "showSeconds"; "showTimeReference": "showTimeReference"; "textSelectDate": "textSelectDate"; "time": "time"; "timeFormat": "timeFormat"; "timeReference": "timeReference"; "to": "to"; }, {}, never, ["*"]>;
|
|
176
179
|
}
|
|
177
180
|
export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
178
181
|
/**
|
|
@@ -188,27 +191,27 @@ export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
|
188
191
|
/**
|
|
189
192
|
* Date change @since 1.1.0
|
|
190
193
|
*/
|
|
191
|
-
dateChange: EventEmitter<CustomEvent<
|
|
194
|
+
dateChange: EventEmitter<CustomEvent<IIxDatetimePickerDateTimeDateChangeEvent>>;
|
|
192
195
|
/**
|
|
193
196
|
* Date selection event is fired after confirm button is pressend @since 1.1.0
|
|
194
197
|
*/
|
|
195
|
-
dateSelect: EventEmitter<CustomEvent<
|
|
198
|
+
dateSelect: EventEmitter<CustomEvent<IIxDatetimePickerDateTimeSelectEvent>>;
|
|
196
199
|
}
|
|
197
|
-
export declare class
|
|
200
|
+
export declare class IxDivider {
|
|
198
201
|
protected z: NgZone;
|
|
199
202
|
protected el: HTMLElement;
|
|
200
203
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
201
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
202
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
204
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDivider, never>;
|
|
205
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDivider, "ix-divider", never, {}, {}, never, ["*"]>;
|
|
203
206
|
}
|
|
204
207
|
export declare interface IxDivider extends Components.IxDivider {
|
|
205
208
|
}
|
|
206
|
-
export declare class
|
|
209
|
+
export declare class IxDrawer {
|
|
207
210
|
protected z: NgZone;
|
|
208
211
|
protected el: HTMLElement;
|
|
209
212
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
210
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDrawer, never>;
|
|
214
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "closeOnClickOutside": "closeOnClickOutside"; "fullHeight": "fullHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "show": "show"; "width": "width"; }, {}, never, ["*"]>;
|
|
212
215
|
}
|
|
213
216
|
export declare interface IxDrawer extends Components.IxDrawer {
|
|
214
217
|
/**
|
|
@@ -220,12 +223,12 @@ export declare interface IxDrawer extends Components.IxDrawer {
|
|
|
220
223
|
*/
|
|
221
224
|
drawerClose: EventEmitter<CustomEvent<any>>;
|
|
222
225
|
}
|
|
223
|
-
export declare class
|
|
226
|
+
export declare class IxDropdown {
|
|
224
227
|
protected z: NgZone;
|
|
225
228
|
protected el: HTMLElement;
|
|
226
229
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
227
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
228
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
230
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
|
|
231
|
+
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, ["*"]>;
|
|
229
232
|
}
|
|
230
233
|
export declare interface IxDropdown extends Components.IxDropdown {
|
|
231
234
|
/**
|
|
@@ -233,15 +236,6 @@ export declare interface IxDropdown extends Components.IxDropdown {
|
|
|
233
236
|
*/
|
|
234
237
|
showChanged: EventEmitter<CustomEvent<boolean>>;
|
|
235
238
|
}
|
|
236
|
-
export declare class IxDropdown {
|
|
237
|
-
protected z: NgZone;
|
|
238
|
-
protected el: HTMLElement;
|
|
239
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
240
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
|
|
241
|
-
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, ["*"]>;
|
|
242
|
-
}
|
|
243
|
-
export declare interface IxDropdownButton extends Components.IxDropdownButton {
|
|
244
|
-
}
|
|
245
239
|
export declare class IxDropdownButton {
|
|
246
240
|
protected z: NgZone;
|
|
247
241
|
protected el: HTMLElement;
|
|
@@ -249,11 +243,7 @@ export declare class IxDropdownButton {
|
|
|
249
243
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownButton, never>;
|
|
250
244
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "active": "active"; "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "label": "label"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
251
245
|
}
|
|
252
|
-
export declare interface
|
|
253
|
-
/**
|
|
254
|
-
* Click on item
|
|
255
|
-
*/
|
|
256
|
-
itemClick: EventEmitter<CustomEvent<HTMLIxDropdownItemElement>>;
|
|
246
|
+
export declare interface IxDropdownButton extends Components.IxDropdownButton {
|
|
257
247
|
}
|
|
258
248
|
export declare class IxDropdownItem {
|
|
259
249
|
protected z: NgZone;
|
|
@@ -262,7 +252,11 @@ export declare class IxDropdownItem {
|
|
|
262
252
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownItem, never>;
|
|
263
253
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
264
254
|
}
|
|
265
|
-
export declare interface
|
|
255
|
+
export declare interface IxDropdownItem extends Components.IxDropdownItem {
|
|
256
|
+
/**
|
|
257
|
+
* Click on item
|
|
258
|
+
*/
|
|
259
|
+
itemClick: EventEmitter<CustomEvent<HTMLIxDropdownItemElement>>;
|
|
266
260
|
}
|
|
267
261
|
export declare class IxDropdownQuickActions {
|
|
268
262
|
protected z: NgZone;
|
|
@@ -271,7 +265,7 @@ export declare class IxDropdownQuickActions {
|
|
|
271
265
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownQuickActions, never>;
|
|
272
266
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownQuickActions, "ix-dropdown-quick-actions", never, {}, {}, never, ["*"]>;
|
|
273
267
|
}
|
|
274
|
-
export declare interface
|
|
268
|
+
export declare interface IxDropdownQuickActions extends Components.IxDropdownQuickActions {
|
|
275
269
|
}
|
|
276
270
|
export declare class IxEventList {
|
|
277
271
|
protected z: NgZone;
|
|
@@ -280,11 +274,7 @@ export declare class IxEventList {
|
|
|
280
274
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEventList, never>;
|
|
281
275
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventList, "ix-event-list", never, { "animated": "animated"; "chevron": "chevron"; "compact": "compact"; "itemHeight": "itemHeight"; }, {}, never, ["*"]>;
|
|
282
276
|
}
|
|
283
|
-
export declare interface
|
|
284
|
-
/**
|
|
285
|
-
* Event list item click
|
|
286
|
-
*/
|
|
287
|
-
itemClick: EventEmitter<CustomEvent<any>>;
|
|
277
|
+
export declare interface IxEventList extends Components.IxEventList {
|
|
288
278
|
}
|
|
289
279
|
export declare class IxEventListItem {
|
|
290
280
|
protected z: NgZone;
|
|
@@ -293,11 +283,11 @@ export declare class IxEventListItem {
|
|
|
293
283
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEventListItem, never>;
|
|
294
284
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "opacity": "opacity"; "selected": "selected"; }, {}, never, ["*"]>;
|
|
295
285
|
}
|
|
296
|
-
export declare interface
|
|
286
|
+
export declare interface IxEventListItem extends Components.IxEventListItem {
|
|
297
287
|
/**
|
|
298
|
-
*
|
|
288
|
+
* Event list item click
|
|
299
289
|
*/
|
|
300
|
-
|
|
290
|
+
itemClick: EventEmitter<CustomEvent<any>>;
|
|
301
291
|
}
|
|
302
292
|
export declare class IxExpandingSearch {
|
|
303
293
|
protected z: NgZone;
|
|
@@ -306,11 +296,11 @@ export declare class IxExpandingSearch {
|
|
|
306
296
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxExpandingSearch, never>;
|
|
307
297
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "icon": "icon"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"]>;
|
|
308
298
|
}
|
|
309
|
-
export declare interface
|
|
299
|
+
export declare interface IxExpandingSearch extends Components.IxExpandingSearch {
|
|
310
300
|
/**
|
|
311
|
-
*
|
|
301
|
+
* Value changed
|
|
312
302
|
*/
|
|
313
|
-
|
|
303
|
+
valueChange: EventEmitter<CustomEvent<string>>;
|
|
314
304
|
}
|
|
315
305
|
export declare class IxFilterChip {
|
|
316
306
|
protected z: NgZone;
|
|
@@ -319,16 +309,20 @@ export declare class IxFilterChip {
|
|
|
319
309
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
|
|
320
310
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
321
311
|
}
|
|
322
|
-
export declare interface
|
|
312
|
+
export declare interface IxFilterChip extends Components.IxFilterChip {
|
|
313
|
+
/**
|
|
314
|
+
* Close clicked
|
|
315
|
+
*/
|
|
316
|
+
closeClick: EventEmitter<CustomEvent<void>>;
|
|
323
317
|
}
|
|
324
318
|
export declare class IxFlipTile {
|
|
325
319
|
protected z: NgZone;
|
|
326
320
|
protected el: HTMLElement;
|
|
327
321
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
328
322
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTile, never>;
|
|
329
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "footer": "footer"; "state": "state"; }, {}, never, ["*"]>;
|
|
323
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "footer": "footer"; "height": "height"; "state": "state"; "width": "width"; }, {}, never, ["*"]>;
|
|
330
324
|
}
|
|
331
|
-
export declare interface
|
|
325
|
+
export declare interface IxFlipTile extends Components.IxFlipTile {
|
|
332
326
|
}
|
|
333
327
|
export declare class IxFlipTileContent {
|
|
334
328
|
protected z: NgZone;
|
|
@@ -337,6 +331,15 @@ export declare class IxFlipTileContent {
|
|
|
337
331
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTileContent, never>;
|
|
338
332
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTileContent, "ix-flip-tile-content", never, {}, {}, never, ["*"]>;
|
|
339
333
|
}
|
|
334
|
+
export declare interface IxFlipTileContent extends Components.IxFlipTileContent {
|
|
335
|
+
}
|
|
336
|
+
export declare class IxGroup {
|
|
337
|
+
protected z: NgZone;
|
|
338
|
+
protected el: HTMLElement;
|
|
339
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
340
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
|
|
341
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"]>;
|
|
342
|
+
}
|
|
340
343
|
export declare interface IxGroup extends Components.IxGroup {
|
|
341
344
|
/**
|
|
342
345
|
* Emits when whole group gets selected.
|
|
@@ -351,15 +354,6 @@ export declare interface IxGroup extends Components.IxGroup {
|
|
|
351
354
|
*/
|
|
352
355
|
collapsedChanged: EventEmitter<CustomEvent<boolean>>;
|
|
353
356
|
}
|
|
354
|
-
export declare class IxGroup {
|
|
355
|
-
protected z: NgZone;
|
|
356
|
-
protected el: HTMLElement;
|
|
357
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
358
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
|
|
359
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"]>;
|
|
360
|
-
}
|
|
361
|
-
export declare interface IxGroupContextMenu extends Components.IxGroupContextMenu {
|
|
362
|
-
}
|
|
363
357
|
export declare class IxGroupContextMenu {
|
|
364
358
|
protected z: NgZone;
|
|
365
359
|
protected el: HTMLElement;
|
|
@@ -367,7 +361,7 @@ export declare class IxGroupContextMenu {
|
|
|
367
361
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupContextMenu, never>;
|
|
368
362
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupContextMenu, "ix-group-context-menu", never, {}, {}, never, ["*"]>;
|
|
369
363
|
}
|
|
370
|
-
export declare interface
|
|
364
|
+
export declare interface IxGroupContextMenu extends Components.IxGroupContextMenu {
|
|
371
365
|
}
|
|
372
366
|
export declare class IxGroupDropdownItem {
|
|
373
367
|
protected z: NgZone;
|
|
@@ -376,11 +370,7 @@ export declare class IxGroupDropdownItem {
|
|
|
376
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupDropdownItem, never>;
|
|
377
371
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
378
372
|
}
|
|
379
|
-
export declare interface
|
|
380
|
-
/**
|
|
381
|
-
* Selection changed
|
|
382
|
-
*/
|
|
383
|
-
selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
|
|
373
|
+
export declare interface IxGroupDropdownItem extends Components.IxGroupDropdownItem {
|
|
384
374
|
}
|
|
385
375
|
export declare class IxGroupItem {
|
|
386
376
|
protected z: NgZone;
|
|
@@ -389,7 +379,11 @@ export declare class IxGroupItem {
|
|
|
389
379
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
|
|
390
380
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "focusable": "focusable"; "icon": "icon"; "index": "index"; "secondaryText": "secondaryText"; "selected": "selected"; "suppressSelection": "suppressSelection"; "text": "text"; }, {}, never, ["*"]>;
|
|
391
381
|
}
|
|
392
|
-
export declare interface
|
|
382
|
+
export declare interface IxGroupItem extends Components.IxGroupItem {
|
|
383
|
+
/**
|
|
384
|
+
* Selection changed
|
|
385
|
+
*/
|
|
386
|
+
selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
|
|
393
387
|
}
|
|
394
388
|
export declare class IxIcon {
|
|
395
389
|
protected z: NgZone;
|
|
@@ -398,7 +392,7 @@ export declare class IxIcon {
|
|
|
398
392
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIcon, never>;
|
|
399
393
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"]>;
|
|
400
394
|
}
|
|
401
|
-
export declare interface
|
|
395
|
+
export declare interface IxIcon extends Components.IxIcon {
|
|
402
396
|
}
|
|
403
397
|
export declare class IxIconButton {
|
|
404
398
|
protected z: NgZone;
|
|
@@ -407,7 +401,7 @@ export declare class IxIconButton {
|
|
|
407
401
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIconButton, never>;
|
|
408
402
|
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, ["*"]>;
|
|
409
403
|
}
|
|
410
|
-
export declare interface
|
|
404
|
+
export declare interface IxIconButton extends Components.IxIconButton {
|
|
411
405
|
}
|
|
412
406
|
export declare class IxInputGroup {
|
|
413
407
|
protected z: NgZone;
|
|
@@ -416,7 +410,7 @@ export declare class IxInputGroup {
|
|
|
416
410
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
|
|
417
411
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"]>;
|
|
418
412
|
}
|
|
419
|
-
export declare interface
|
|
413
|
+
export declare interface IxInputGroup extends Components.IxInputGroup {
|
|
420
414
|
}
|
|
421
415
|
export declare class IxKpi {
|
|
422
416
|
protected z: NgZone;
|
|
@@ -425,6 +419,15 @@ export declare class IxKpi {
|
|
|
425
419
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxKpi, never>;
|
|
426
420
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": "label"; "orientation": "orientation"; "state": "state"; "unit": "unit"; "value": "value"; }, {}, never, ["*"]>;
|
|
427
421
|
}
|
|
422
|
+
export declare interface IxKpi extends Components.IxKpi {
|
|
423
|
+
}
|
|
424
|
+
export declare class IxMapNavigation {
|
|
425
|
+
protected z: NgZone;
|
|
426
|
+
protected el: HTMLElement;
|
|
427
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
428
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigation, never>;
|
|
429
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"]>;
|
|
430
|
+
}
|
|
428
431
|
export declare interface IxMapNavigation extends Components.IxMapNavigation {
|
|
429
432
|
/**
|
|
430
433
|
* Navigation toggled
|
|
@@ -435,12 +438,12 @@ export declare interface IxMapNavigation extends Components.IxMapNavigation {
|
|
|
435
438
|
*/
|
|
436
439
|
contextMenuClick: EventEmitter<CustomEvent<void>>;
|
|
437
440
|
}
|
|
438
|
-
export declare class
|
|
441
|
+
export declare class IxMapNavigationOverlay {
|
|
439
442
|
protected z: NgZone;
|
|
440
443
|
protected el: HTMLElement;
|
|
441
444
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
442
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
443
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
445
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigationOverlay, never>;
|
|
446
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "name": "name"; }, {}, never, ["*"]>;
|
|
444
447
|
}
|
|
445
448
|
export declare interface IxMapNavigationOverlay extends Components.IxMapNavigationOverlay {
|
|
446
449
|
/**
|
|
@@ -448,12 +451,12 @@ export declare interface IxMapNavigationOverlay extends Components.IxMapNavigati
|
|
|
448
451
|
*/
|
|
449
452
|
closeClick: EventEmitter<CustomEvent<any>>;
|
|
450
453
|
}
|
|
451
|
-
export declare class
|
|
454
|
+
export declare class IxMenu {
|
|
452
455
|
protected z: NgZone;
|
|
453
456
|
protected el: HTMLElement;
|
|
454
457
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
455
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
456
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
458
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
459
|
+
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, ["*"]>;
|
|
457
460
|
}
|
|
458
461
|
export declare interface IxMenu extends Components.IxMenu {
|
|
459
462
|
/**
|
|
@@ -465,12 +468,12 @@ export declare interface IxMenu extends Components.IxMenu {
|
|
|
465
468
|
*/
|
|
466
469
|
mapExpandChange: EventEmitter<CustomEvent<boolean>>;
|
|
467
470
|
}
|
|
468
|
-
export declare class
|
|
471
|
+
export declare class IxMenuAbout {
|
|
469
472
|
protected z: NgZone;
|
|
470
473
|
protected el: HTMLElement;
|
|
471
474
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
472
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
473
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
475
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAbout, never>;
|
|
476
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
474
477
|
}
|
|
475
478
|
export declare interface IxMenuAbout extends Components.IxMenuAbout {
|
|
476
479
|
/**
|
|
@@ -478,21 +481,21 @@ export declare interface IxMenuAbout extends Components.IxMenuAbout {
|
|
|
478
481
|
*/
|
|
479
482
|
close: EventEmitter<CustomEvent<MouseEvent>>;
|
|
480
483
|
}
|
|
481
|
-
export declare class
|
|
484
|
+
export declare class IxMenuAboutItem {
|
|
482
485
|
protected z: NgZone;
|
|
483
486
|
protected el: HTMLElement;
|
|
484
487
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
485
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
486
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
488
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutItem, never>;
|
|
489
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
487
490
|
}
|
|
488
491
|
export declare interface IxMenuAboutItem extends Components.IxMenuAboutItem {
|
|
489
492
|
}
|
|
490
|
-
export declare class
|
|
493
|
+
export declare class IxMenuAboutNews {
|
|
491
494
|
protected z: NgZone;
|
|
492
495
|
protected el: HTMLElement;
|
|
493
496
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
494
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
495
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
497
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutNews, never>;
|
|
498
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutNews, "ix-menu-about-news", never, { "aboutItemLabel": "aboutItemLabel"; "expanded": "expanded"; "i18nShowMore": "i18nShowMore"; "label": "label"; "offsetBottom": "offsetBottom"; "show": "show"; }, {}, never, ["*"]>;
|
|
496
499
|
}
|
|
497
500
|
export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
|
|
498
501
|
/**
|
|
@@ -504,12 +507,12 @@ export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
|
|
|
504
507
|
*/
|
|
505
508
|
closePopover: EventEmitter<CustomEvent<void>>;
|
|
506
509
|
}
|
|
507
|
-
export declare class
|
|
510
|
+
export declare class IxMenuAvatar {
|
|
508
511
|
protected z: NgZone;
|
|
509
512
|
protected el: HTMLElement;
|
|
510
513
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
511
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
512
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
514
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
|
|
515
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "image": "image"; "initials": "initials"; "top": "top"; }, {}, never, ["*"]>;
|
|
513
516
|
}
|
|
514
517
|
export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
515
518
|
/**
|
|
@@ -517,12 +520,12 @@ export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
|
517
520
|
*/
|
|
518
521
|
logoutClick: EventEmitter<CustomEvent<any>>;
|
|
519
522
|
}
|
|
520
|
-
export declare class
|
|
523
|
+
export declare class IxMenuAvatarItem {
|
|
521
524
|
protected z: NgZone;
|
|
522
525
|
protected el: HTMLElement;
|
|
523
526
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
524
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
525
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
527
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatarItem, never>;
|
|
528
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
526
529
|
}
|
|
527
530
|
export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
528
531
|
/**
|
|
@@ -530,21 +533,21 @@ export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
|
530
533
|
*/
|
|
531
534
|
itemClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
532
535
|
}
|
|
533
|
-
export declare class
|
|
536
|
+
export declare class IxMenuItem {
|
|
534
537
|
protected z: NgZone;
|
|
535
538
|
protected el: HTMLElement;
|
|
536
539
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
537
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
538
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
540
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuItem, never>;
|
|
541
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]>;
|
|
539
542
|
}
|
|
540
543
|
export declare interface IxMenuItem extends Components.IxMenuItem {
|
|
541
544
|
}
|
|
542
|
-
export declare class
|
|
545
|
+
export declare class IxMenuSettings {
|
|
543
546
|
protected z: NgZone;
|
|
544
547
|
protected el: HTMLElement;
|
|
545
548
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
546
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
547
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
549
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettings, never>;
|
|
550
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
548
551
|
}
|
|
549
552
|
export declare interface IxMenuSettings extends Components.IxMenuSettings {
|
|
550
553
|
/**
|
|
@@ -552,21 +555,21 @@ export declare interface IxMenuSettings extends Components.IxMenuSettings {
|
|
|
552
555
|
*/
|
|
553
556
|
close: EventEmitter<CustomEvent<MouseEvent>>;
|
|
554
557
|
}
|
|
555
|
-
export declare class
|
|
558
|
+
export declare class IxMenuSettingsItem {
|
|
556
559
|
protected z: NgZone;
|
|
557
560
|
protected el: HTMLElement;
|
|
558
561
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
559
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
560
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
562
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettingsItem, never>;
|
|
563
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
561
564
|
}
|
|
562
565
|
export declare interface IxMenuSettingsItem extends Components.IxMenuSettingsItem {
|
|
563
566
|
}
|
|
564
|
-
export declare class
|
|
567
|
+
export declare class IxMessageBar {
|
|
565
568
|
protected z: NgZone;
|
|
566
569
|
protected el: HTMLElement;
|
|
567
570
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
568
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
569
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
571
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
|
|
572
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"]>;
|
|
570
573
|
}
|
|
571
574
|
export declare interface IxMessageBar extends Components.IxMessageBar {
|
|
572
575
|
/**
|
|
@@ -574,12 +577,12 @@ export declare interface IxMessageBar extends Components.IxMessageBar {
|
|
|
574
577
|
*/
|
|
575
578
|
closedChange: EventEmitter<CustomEvent<any>>;
|
|
576
579
|
}
|
|
577
|
-
export declare class
|
|
580
|
+
export declare class IxModal {
|
|
578
581
|
protected z: NgZone;
|
|
579
582
|
protected el: HTMLElement;
|
|
580
583
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
581
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
582
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
584
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
|
|
585
|
+
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, ["*"]>;
|
|
583
586
|
}
|
|
584
587
|
export declare interface IxModal extends Components.IxModal {
|
|
585
588
|
/**
|
|
@@ -591,32 +594,40 @@ export declare interface IxModal extends Components.IxModal {
|
|
|
591
594
|
*/
|
|
592
595
|
dismissed: EventEmitter<CustomEvent<any>>;
|
|
593
596
|
}
|
|
594
|
-
export declare class
|
|
597
|
+
export declare class IxModalContainer {
|
|
595
598
|
protected z: NgZone;
|
|
596
599
|
protected el: HTMLElement;
|
|
597
600
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
598
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
599
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
601
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalContainer, never>;
|
|
602
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContainer, "ix-modal-container", never, {}, {}, never, ["*"]>;
|
|
600
603
|
}
|
|
601
604
|
export declare interface IxModalContainer extends Components.IxModalContainer {
|
|
602
605
|
}
|
|
603
|
-
export declare class
|
|
606
|
+
export declare class IxModalExample {
|
|
604
607
|
protected z: NgZone;
|
|
605
608
|
protected el: HTMLElement;
|
|
606
609
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
607
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
608
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
610
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalExample, never>;
|
|
611
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"]>;
|
|
609
612
|
}
|
|
610
613
|
export declare interface IxModalExample extends Components.IxModalExample {
|
|
611
614
|
}
|
|
612
|
-
export declare class
|
|
615
|
+
export declare class IxPagination {
|
|
613
616
|
protected z: NgZone;
|
|
614
617
|
protected el: HTMLElement;
|
|
615
618
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
616
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
617
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
619
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxPagination, never>;
|
|
620
|
+
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, ["*"]>;
|
|
618
621
|
}
|
|
619
|
-
export declare interface
|
|
622
|
+
export declare interface IxPagination extends Components.IxPagination {
|
|
623
|
+
/**
|
|
624
|
+
* Page selection event
|
|
625
|
+
*/
|
|
626
|
+
pageSelected: EventEmitter<CustomEvent<number>>;
|
|
627
|
+
/**
|
|
628
|
+
* Item count change event
|
|
629
|
+
*/
|
|
630
|
+
itemCountChanged: EventEmitter<CustomEvent<number>>;
|
|
620
631
|
}
|
|
621
632
|
export declare class IxPill {
|
|
622
633
|
protected z: NgZone;
|
|
@@ -625,6 +636,15 @@ export declare class IxPill {
|
|
|
625
636
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPill, never>;
|
|
626
637
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
627
638
|
}
|
|
639
|
+
export declare interface IxPill extends Components.IxPill {
|
|
640
|
+
}
|
|
641
|
+
export declare class IxSelect {
|
|
642
|
+
protected z: NgZone;
|
|
643
|
+
protected el: HTMLElement;
|
|
644
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
645
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
|
|
646
|
+
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, ["*"]>;
|
|
647
|
+
}
|
|
628
648
|
export declare interface IxSelect extends Components.IxSelect {
|
|
629
649
|
/**
|
|
630
650
|
* Item selection changed
|
|
@@ -635,12 +655,12 @@ export declare interface IxSelect extends Components.IxSelect {
|
|
|
635
655
|
*/
|
|
636
656
|
addItem: EventEmitter<CustomEvent<string>>;
|
|
637
657
|
}
|
|
638
|
-
export declare class
|
|
658
|
+
export declare class IxSelectItem {
|
|
639
659
|
protected z: NgZone;
|
|
640
660
|
protected el: HTMLElement;
|
|
641
661
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
642
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
643
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
662
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
|
|
663
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]>;
|
|
644
664
|
}
|
|
645
665
|
export declare interface IxSelectItem extends Components.IxSelectItem {
|
|
646
666
|
/**
|
|
@@ -648,15 +668,6 @@ export declare interface IxSelectItem extends Components.IxSelectItem {
|
|
|
648
668
|
*/
|
|
649
669
|
itemClick: EventEmitter<CustomEvent<string>>;
|
|
650
670
|
}
|
|
651
|
-
export declare class IxSelectItem {
|
|
652
|
-
protected z: NgZone;
|
|
653
|
-
protected el: HTMLElement;
|
|
654
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
655
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
|
|
656
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]>;
|
|
657
|
-
}
|
|
658
|
-
export declare interface IxSpinner extends Components.IxSpinner {
|
|
659
|
-
}
|
|
660
671
|
export declare class IxSpinner {
|
|
661
672
|
protected z: NgZone;
|
|
662
673
|
protected el: HTMLElement;
|
|
@@ -664,11 +675,7 @@ export declare class IxSpinner {
|
|
|
664
675
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSpinner, never>;
|
|
665
676
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
666
677
|
}
|
|
667
|
-
export declare interface
|
|
668
|
-
/**
|
|
669
|
-
* Button clicked
|
|
670
|
-
*/
|
|
671
|
-
buttonClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
678
|
+
export declare interface IxSpinner extends Components.IxSpinner {
|
|
672
679
|
}
|
|
673
680
|
export declare class IxSplitButton {
|
|
674
681
|
protected z: NgZone;
|
|
@@ -677,11 +684,11 @@ export declare class IxSplitButton {
|
|
|
677
684
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButton, never>;
|
|
678
685
|
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, ["*"]>;
|
|
679
686
|
}
|
|
680
|
-
export declare interface
|
|
687
|
+
export declare interface IxSplitButton extends Components.IxSplitButton {
|
|
681
688
|
/**
|
|
682
|
-
*
|
|
689
|
+
* Button clicked
|
|
683
690
|
*/
|
|
684
|
-
|
|
691
|
+
buttonClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
685
692
|
}
|
|
686
693
|
export declare class IxSplitButtonItem {
|
|
687
694
|
protected z: NgZone;
|
|
@@ -690,7 +697,11 @@ export declare class IxSplitButtonItem {
|
|
|
690
697
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButtonItem, never>;
|
|
691
698
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
692
699
|
}
|
|
693
|
-
export declare interface
|
|
700
|
+
export declare interface IxSplitButtonItem extends Components.IxSplitButtonItem {
|
|
701
|
+
/**
|
|
702
|
+
* Dropdown item clicked
|
|
703
|
+
*/
|
|
704
|
+
itemClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
694
705
|
}
|
|
695
706
|
export declare class IxTabItem {
|
|
696
707
|
protected z: NgZone;
|
|
@@ -699,7 +710,7 @@ export declare class IxTabItem {
|
|
|
699
710
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTabItem, never>;
|
|
700
711
|
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, ["*"]>;
|
|
701
712
|
}
|
|
702
|
-
export declare interface
|
|
713
|
+
export declare interface IxTabItem extends Components.IxTabItem {
|
|
703
714
|
}
|
|
704
715
|
export declare class IxTabs {
|
|
705
716
|
protected z: NgZone;
|
|
@@ -708,7 +719,7 @@ export declare class IxTabs {
|
|
|
708
719
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTabs, never>;
|
|
709
720
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]>;
|
|
710
721
|
}
|
|
711
|
-
export declare interface
|
|
722
|
+
export declare interface IxTabs extends Components.IxTabs {
|
|
712
723
|
}
|
|
713
724
|
export declare class IxTile {
|
|
714
725
|
protected z: NgZone;
|
|
@@ -717,6 +728,15 @@ export declare class IxTile {
|
|
|
717
728
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTile, never>;
|
|
718
729
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"]>;
|
|
719
730
|
}
|
|
731
|
+
export declare interface IxTile extends Components.IxTile {
|
|
732
|
+
}
|
|
733
|
+
export declare class IxTimePicker {
|
|
734
|
+
protected z: NgZone;
|
|
735
|
+
protected el: HTMLElement;
|
|
736
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
737
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
|
|
738
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTimePicker, "ix-time-picker", never, { "corners": "corners"; "format": "format"; "individual": "individual"; "showHour": "showHour"; "showMinutes": "showMinutes"; "showSeconds": "showSeconds"; "showTimeReference": "showTimeReference"; "textSelectTime": "textSelectTime"; "time": "time"; "timeReference": "timeReference"; }, {}, never, ["*"]>;
|
|
739
|
+
}
|
|
720
740
|
export declare interface IxTimePicker extends Components.IxTimePicker {
|
|
721
741
|
/**
|
|
722
742
|
* Time event
|
|
@@ -727,12 +747,12 @@ export declare interface IxTimePicker extends Components.IxTimePicker {
|
|
|
727
747
|
*/
|
|
728
748
|
timeChange: EventEmitter<CustomEvent<string>>;
|
|
729
749
|
}
|
|
730
|
-
export declare class
|
|
750
|
+
export declare class IxToast {
|
|
731
751
|
protected z: NgZone;
|
|
732
752
|
protected el: HTMLElement;
|
|
733
753
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
734
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
735
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
754
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
|
|
755
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": "autoClose"; "autoCloseDelay": "autoCloseDelay"; "icon": "icon"; "iconColor": "iconColor"; "toastTitle": "toastTitle"; "type": "type"; }, {}, never, ["*"]>;
|
|
736
756
|
}
|
|
737
757
|
export declare interface IxToast extends Components.IxToast {
|
|
738
758
|
/**
|
|
@@ -740,21 +760,21 @@ export declare interface IxToast extends Components.IxToast {
|
|
|
740
760
|
*/
|
|
741
761
|
closeToast: EventEmitter<CustomEvent<any>>;
|
|
742
762
|
}
|
|
743
|
-
export declare class
|
|
763
|
+
export declare class IxToastContainer {
|
|
744
764
|
protected z: NgZone;
|
|
745
765
|
protected el: HTMLElement;
|
|
746
766
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
747
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
748
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
767
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxToastContainer, never>;
|
|
768
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"]>;
|
|
749
769
|
}
|
|
750
770
|
export declare interface IxToastContainer extends Components.IxToastContainer {
|
|
751
771
|
}
|
|
752
|
-
export declare class
|
|
772
|
+
export declare class IxToggle {
|
|
753
773
|
protected z: NgZone;
|
|
754
774
|
protected el: HTMLElement;
|
|
755
775
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
756
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
757
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
776
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxToggle, never>;
|
|
777
|
+
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, ["*"]>;
|
|
758
778
|
}
|
|
759
779
|
export declare interface IxToggle extends Components.IxToggle {
|
|
760
780
|
/**
|
|
@@ -762,21 +782,21 @@ export declare interface IxToggle extends Components.IxToggle {
|
|
|
762
782
|
*/
|
|
763
783
|
checkedChange: EventEmitter<CustomEvent<boolean>>;
|
|
764
784
|
}
|
|
765
|
-
export declare class
|
|
785
|
+
export declare class IxTooltip {
|
|
766
786
|
protected z: NgZone;
|
|
767
787
|
protected el: HTMLElement;
|
|
768
788
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
769
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
770
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
789
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTooltip, never>;
|
|
790
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTooltip, "ix-tooltip", never, { "for": "for"; "interactive": "interactive"; "titleContent": "titleContent"; }, {}, never, ["*"]>;
|
|
771
791
|
}
|
|
772
792
|
export declare interface IxTooltip extends Components.IxTooltip {
|
|
773
793
|
}
|
|
774
|
-
export declare class
|
|
794
|
+
export declare class IxTreeItem {
|
|
775
795
|
protected z: NgZone;
|
|
776
796
|
protected el: HTMLElement;
|
|
777
797
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
778
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
779
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
798
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTreeItem, never>;
|
|
799
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"]>;
|
|
780
800
|
}
|
|
781
801
|
export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
782
802
|
/**
|
|
@@ -788,12 +808,12 @@ export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
|
788
808
|
*/
|
|
789
809
|
itemClick: EventEmitter<CustomEvent<void>>;
|
|
790
810
|
}
|
|
791
|
-
export declare class
|
|
811
|
+
export declare class IxUpload {
|
|
792
812
|
protected z: NgZone;
|
|
793
813
|
protected el: HTMLElement;
|
|
794
814
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
795
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
796
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
815
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxUpload, never>;
|
|
816
|
+
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, ["*"]>;
|
|
797
817
|
}
|
|
798
818
|
export declare interface IxUpload extends Components.IxUpload {
|
|
799
819
|
/**
|
|
@@ -801,15 +821,6 @@ export declare interface IxUpload extends Components.IxUpload {
|
|
|
801
821
|
*/
|
|
802
822
|
filesChanged: EventEmitter<CustomEvent<Array<File>>>;
|
|
803
823
|
}
|
|
804
|
-
export declare class IxUpload {
|
|
805
|
-
protected z: NgZone;
|
|
806
|
-
protected el: HTMLElement;
|
|
807
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
808
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxUpload, never>;
|
|
809
|
-
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, ["*"]>;
|
|
810
|
-
}
|
|
811
|
-
export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
812
|
-
}
|
|
813
824
|
export declare class IxValidationTooltip {
|
|
814
825
|
protected z: NgZone;
|
|
815
826
|
protected el: HTMLElement;
|
|
@@ -817,7 +828,7 @@ export declare class IxValidationTooltip {
|
|
|
817
828
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
|
|
818
829
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"]>;
|
|
819
830
|
}
|
|
820
|
-
export declare interface
|
|
831
|
+
export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
821
832
|
}
|
|
822
833
|
export declare class IxWorkflowStep {
|
|
823
834
|
protected z: NgZone;
|
|
@@ -826,11 +837,7 @@ export declare class IxWorkflowStep {
|
|
|
826
837
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowStep, never>;
|
|
827
838
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "position": "position"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
828
839
|
}
|
|
829
|
-
export declare interface
|
|
830
|
-
/**
|
|
831
|
-
* On step selected event
|
|
832
|
-
*/
|
|
833
|
-
stepSelected: EventEmitter<CustomEvent<number>>;
|
|
840
|
+
export declare interface IxWorkflowStep extends Components.IxWorkflowStep {
|
|
834
841
|
}
|
|
835
842
|
export declare class IxWorkflowSteps {
|
|
836
843
|
protected z: NgZone;
|
|
@@ -839,3 +846,9 @@ export declare class IxWorkflowSteps {
|
|
|
839
846
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowSteps, never>;
|
|
840
847
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "linear": "linear"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
841
848
|
}
|
|
849
|
+
export declare interface IxWorkflowSteps extends Components.IxWorkflowSteps {
|
|
850
|
+
/**
|
|
851
|
+
* On step selected event
|
|
852
|
+
*/
|
|
853
|
+
stepSelected: EventEmitter<CustomEvent<number>>;
|
|
854
|
+
}
|