@siemens/ix-angular 1.4.0-beta.3 → 1.5.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 +206 -214
- package/declare-components.d.ts +1 -1
- package/esm2020/angular-component-lib/utils.mjs +6 -8
- package/esm2020/components.mjs +148 -172
- package/esm2020/declare-components.mjs +1 -2
- package/esm2020/module.mjs +2 -2
- package/fesm2015/siemens-ix-angular.mjs +154 -180
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +154 -180
- 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 +1 -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"; "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,47 +80,47 @@ 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
|
/**
|
|
@@ -120,21 +128,21 @@ export declare interface IxChip extends Components.IxChip {
|
|
|
120
128
|
*/
|
|
121
129
|
close: EventEmitter<CustomEvent<any>>;
|
|
122
130
|
}
|
|
123
|
-
export declare class
|
|
131
|
+
export declare class IxCounterPill {
|
|
124
132
|
protected z: NgZone;
|
|
125
133
|
protected el: HTMLElement;
|
|
126
134
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxCounterPill, never>;
|
|
136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCounterPill, "ix-counter-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
129
137
|
}
|
|
130
138
|
export declare interface IxCounterPill extends Components.IxCounterPill {
|
|
131
139
|
}
|
|
132
|
-
export declare class
|
|
140
|
+
export declare class IxDatePicker {
|
|
133
141
|
protected z: NgZone;
|
|
134
142
|
protected el: HTMLElement;
|
|
135
143
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
136
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
144
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatePicker, never>;
|
|
145
|
+
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
146
|
}
|
|
139
147
|
export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
140
148
|
/**
|
|
@@ -143,12 +151,12 @@ export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
|
143
151
|
If datepicker is in range mode the event detail will be sperated with a `-` e.g.
|
|
144
152
|
`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
153
|
*/
|
|
146
|
-
dateChange: EventEmitter<CustomEvent<
|
|
154
|
+
dateChange: EventEmitter<CustomEvent<IIxDatePickerLegacyDateChangeEvent>>;
|
|
147
155
|
/**
|
|
148
156
|
* Date range change.
|
|
149
157
|
Only triggered if datepicker is in range mode @since 1.1.0
|
|
150
158
|
*/
|
|
151
|
-
dateRangeChange: EventEmitter<CustomEvent<
|
|
159
|
+
dateRangeChange: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
|
|
152
160
|
/**
|
|
153
161
|
* Date selection confirmed via button action @deprecated Will be removed in 2.0.0. Use `dateSelect`
|
|
154
162
|
*/
|
|
@@ -156,23 +164,14 @@ export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
|
156
164
|
/**
|
|
157
165
|
* Date selection confirmed via button action @since 1.1.0
|
|
158
166
|
*/
|
|
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
|
+
dateSelect: EventEmitter<CustomEvent<IIxDatePickerDateChangeEvent>>;
|
|
167
168
|
}
|
|
168
|
-
export declare
|
|
169
|
-
}
|
|
170
|
-
export declare class IxDateTimeCard {
|
|
169
|
+
export declare class IxDatetimePicker {
|
|
171
170
|
protected z: NgZone;
|
|
172
171
|
protected el: HTMLElement;
|
|
173
172
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
175
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
173
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
|
|
174
|
+
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
175
|
}
|
|
177
176
|
export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
178
177
|
/**
|
|
@@ -188,27 +187,27 @@ export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
|
188
187
|
/**
|
|
189
188
|
* Date change @since 1.1.0
|
|
190
189
|
*/
|
|
191
|
-
dateChange: EventEmitter<CustomEvent<
|
|
190
|
+
dateChange: EventEmitter<CustomEvent<IIxDatetimePickerDateTimeDateChangeEvent>>;
|
|
192
191
|
/**
|
|
193
192
|
* Date selection event is fired after confirm button is pressend @since 1.1.0
|
|
194
193
|
*/
|
|
195
|
-
dateSelect: EventEmitter<CustomEvent<
|
|
194
|
+
dateSelect: EventEmitter<CustomEvent<IIxDatetimePickerDateTimeSelectEvent>>;
|
|
196
195
|
}
|
|
197
|
-
export declare class
|
|
196
|
+
export declare class IxDivider {
|
|
198
197
|
protected z: NgZone;
|
|
199
198
|
protected el: HTMLElement;
|
|
200
199
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
201
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
202
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
200
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDivider, never>;
|
|
201
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDivider, "ix-divider", never, {}, {}, never, ["*"]>;
|
|
203
202
|
}
|
|
204
203
|
export declare interface IxDivider extends Components.IxDivider {
|
|
205
204
|
}
|
|
206
|
-
export declare class
|
|
205
|
+
export declare class IxDrawer {
|
|
207
206
|
protected z: NgZone;
|
|
208
207
|
protected el: HTMLElement;
|
|
209
208
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
210
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
209
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDrawer, never>;
|
|
210
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "closeOnClickOutside": "closeOnClickOutside"; "fullHeight": "fullHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "show": "show"; "width": "width"; }, {}, never, ["*"]>;
|
|
212
211
|
}
|
|
213
212
|
export declare interface IxDrawer extends Components.IxDrawer {
|
|
214
213
|
/**
|
|
@@ -220,12 +219,12 @@ export declare interface IxDrawer extends Components.IxDrawer {
|
|
|
220
219
|
*/
|
|
221
220
|
drawerClose: EventEmitter<CustomEvent<any>>;
|
|
222
221
|
}
|
|
223
|
-
export declare class
|
|
222
|
+
export declare class IxDropdown {
|
|
224
223
|
protected z: NgZone;
|
|
225
224
|
protected el: HTMLElement;
|
|
226
225
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
227
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
228
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
226
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
|
|
227
|
+
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
228
|
}
|
|
230
229
|
export declare interface IxDropdown extends Components.IxDropdown {
|
|
231
230
|
/**
|
|
@@ -233,15 +232,6 @@ export declare interface IxDropdown extends Components.IxDropdown {
|
|
|
233
232
|
*/
|
|
234
233
|
showChanged: EventEmitter<CustomEvent<boolean>>;
|
|
235
234
|
}
|
|
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
235
|
export declare class IxDropdownButton {
|
|
246
236
|
protected z: NgZone;
|
|
247
237
|
protected el: HTMLElement;
|
|
@@ -249,11 +239,7 @@ export declare class IxDropdownButton {
|
|
|
249
239
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownButton, never>;
|
|
250
240
|
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
241
|
}
|
|
252
|
-
export declare interface
|
|
253
|
-
/**
|
|
254
|
-
* Click on item
|
|
255
|
-
*/
|
|
256
|
-
itemClick: EventEmitter<CustomEvent<HTMLIxDropdownItemElement>>;
|
|
242
|
+
export declare interface IxDropdownButton extends Components.IxDropdownButton {
|
|
257
243
|
}
|
|
258
244
|
export declare class IxDropdownItem {
|
|
259
245
|
protected z: NgZone;
|
|
@@ -262,7 +248,11 @@ export declare class IxDropdownItem {
|
|
|
262
248
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownItem, never>;
|
|
263
249
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
264
250
|
}
|
|
265
|
-
export declare interface
|
|
251
|
+
export declare interface IxDropdownItem extends Components.IxDropdownItem {
|
|
252
|
+
/**
|
|
253
|
+
* Click on item
|
|
254
|
+
*/
|
|
255
|
+
itemClick: EventEmitter<CustomEvent<HTMLIxDropdownItemElement>>;
|
|
266
256
|
}
|
|
267
257
|
export declare class IxDropdownQuickActions {
|
|
268
258
|
protected z: NgZone;
|
|
@@ -271,7 +261,7 @@ export declare class IxDropdownQuickActions {
|
|
|
271
261
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownQuickActions, never>;
|
|
272
262
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownQuickActions, "ix-dropdown-quick-actions", never, {}, {}, never, ["*"]>;
|
|
273
263
|
}
|
|
274
|
-
export declare interface
|
|
264
|
+
export declare interface IxDropdownQuickActions extends Components.IxDropdownQuickActions {
|
|
275
265
|
}
|
|
276
266
|
export declare class IxEventList {
|
|
277
267
|
protected z: NgZone;
|
|
@@ -280,11 +270,7 @@ export declare class IxEventList {
|
|
|
280
270
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEventList, never>;
|
|
281
271
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventList, "ix-event-list", never, { "animated": "animated"; "chevron": "chevron"; "compact": "compact"; "itemHeight": "itemHeight"; }, {}, never, ["*"]>;
|
|
282
272
|
}
|
|
283
|
-
export declare interface
|
|
284
|
-
/**
|
|
285
|
-
* Event list item click
|
|
286
|
-
*/
|
|
287
|
-
itemClick: EventEmitter<CustomEvent<any>>;
|
|
273
|
+
export declare interface IxEventList extends Components.IxEventList {
|
|
288
274
|
}
|
|
289
275
|
export declare class IxEventListItem {
|
|
290
276
|
protected z: NgZone;
|
|
@@ -293,11 +279,11 @@ export declare class IxEventListItem {
|
|
|
293
279
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEventListItem, never>;
|
|
294
280
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "opacity": "opacity"; "selected": "selected"; }, {}, never, ["*"]>;
|
|
295
281
|
}
|
|
296
|
-
export declare interface
|
|
282
|
+
export declare interface IxEventListItem extends Components.IxEventListItem {
|
|
297
283
|
/**
|
|
298
|
-
*
|
|
284
|
+
* Event list item click
|
|
299
285
|
*/
|
|
300
|
-
|
|
286
|
+
itemClick: EventEmitter<CustomEvent<any>>;
|
|
301
287
|
}
|
|
302
288
|
export declare class IxExpandingSearch {
|
|
303
289
|
protected z: NgZone;
|
|
@@ -306,11 +292,11 @@ export declare class IxExpandingSearch {
|
|
|
306
292
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxExpandingSearch, never>;
|
|
307
293
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "icon": "icon"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"]>;
|
|
308
294
|
}
|
|
309
|
-
export declare interface
|
|
295
|
+
export declare interface IxExpandingSearch extends Components.IxExpandingSearch {
|
|
310
296
|
/**
|
|
311
|
-
*
|
|
297
|
+
* Value changed
|
|
312
298
|
*/
|
|
313
|
-
|
|
299
|
+
valueChange: EventEmitter<CustomEvent<string>>;
|
|
314
300
|
}
|
|
315
301
|
export declare class IxFilterChip {
|
|
316
302
|
protected z: NgZone;
|
|
@@ -319,7 +305,11 @@ export declare class IxFilterChip {
|
|
|
319
305
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
|
|
320
306
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
321
307
|
}
|
|
322
|
-
export declare interface
|
|
308
|
+
export declare interface IxFilterChip extends Components.IxFilterChip {
|
|
309
|
+
/**
|
|
310
|
+
* Close clicked
|
|
311
|
+
*/
|
|
312
|
+
closeClick: EventEmitter<CustomEvent<void>>;
|
|
323
313
|
}
|
|
324
314
|
export declare class IxFlipTile {
|
|
325
315
|
protected z: NgZone;
|
|
@@ -328,7 +318,7 @@ export declare class IxFlipTile {
|
|
|
328
318
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTile, never>;
|
|
329
319
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "footer": "footer"; "state": "state"; }, {}, never, ["*"]>;
|
|
330
320
|
}
|
|
331
|
-
export declare interface
|
|
321
|
+
export declare interface IxFlipTile extends Components.IxFlipTile {
|
|
332
322
|
}
|
|
333
323
|
export declare class IxFlipTileContent {
|
|
334
324
|
protected z: NgZone;
|
|
@@ -337,6 +327,15 @@ export declare class IxFlipTileContent {
|
|
|
337
327
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTileContent, never>;
|
|
338
328
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTileContent, "ix-flip-tile-content", never, {}, {}, never, ["*"]>;
|
|
339
329
|
}
|
|
330
|
+
export declare interface IxFlipTileContent extends Components.IxFlipTileContent {
|
|
331
|
+
}
|
|
332
|
+
export declare class IxGroup {
|
|
333
|
+
protected z: NgZone;
|
|
334
|
+
protected el: HTMLElement;
|
|
335
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
336
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
|
|
337
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"]>;
|
|
338
|
+
}
|
|
340
339
|
export declare interface IxGroup extends Components.IxGroup {
|
|
341
340
|
/**
|
|
342
341
|
* Emits when whole group gets selected.
|
|
@@ -351,15 +350,6 @@ export declare interface IxGroup extends Components.IxGroup {
|
|
|
351
350
|
*/
|
|
352
351
|
collapsedChanged: EventEmitter<CustomEvent<boolean>>;
|
|
353
352
|
}
|
|
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
353
|
export declare class IxGroupContextMenu {
|
|
364
354
|
protected z: NgZone;
|
|
365
355
|
protected el: HTMLElement;
|
|
@@ -367,7 +357,7 @@ export declare class IxGroupContextMenu {
|
|
|
367
357
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupContextMenu, never>;
|
|
368
358
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupContextMenu, "ix-group-context-menu", never, {}, {}, never, ["*"]>;
|
|
369
359
|
}
|
|
370
|
-
export declare interface
|
|
360
|
+
export declare interface IxGroupContextMenu extends Components.IxGroupContextMenu {
|
|
371
361
|
}
|
|
372
362
|
export declare class IxGroupDropdownItem {
|
|
373
363
|
protected z: NgZone;
|
|
@@ -376,11 +366,7 @@ export declare class IxGroupDropdownItem {
|
|
|
376
366
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupDropdownItem, never>;
|
|
377
367
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
378
368
|
}
|
|
379
|
-
export declare interface
|
|
380
|
-
/**
|
|
381
|
-
* Selection changed
|
|
382
|
-
*/
|
|
383
|
-
selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
|
|
369
|
+
export declare interface IxGroupDropdownItem extends Components.IxGroupDropdownItem {
|
|
384
370
|
}
|
|
385
371
|
export declare class IxGroupItem {
|
|
386
372
|
protected z: NgZone;
|
|
@@ -389,7 +375,11 @@ export declare class IxGroupItem {
|
|
|
389
375
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
|
|
390
376
|
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
377
|
}
|
|
392
|
-
export declare interface
|
|
378
|
+
export declare interface IxGroupItem extends Components.IxGroupItem {
|
|
379
|
+
/**
|
|
380
|
+
* Selection changed
|
|
381
|
+
*/
|
|
382
|
+
selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
|
|
393
383
|
}
|
|
394
384
|
export declare class IxIcon {
|
|
395
385
|
protected z: NgZone;
|
|
@@ -398,7 +388,7 @@ export declare class IxIcon {
|
|
|
398
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIcon, never>;
|
|
399
389
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"]>;
|
|
400
390
|
}
|
|
401
|
-
export declare interface
|
|
391
|
+
export declare interface IxIcon extends Components.IxIcon {
|
|
402
392
|
}
|
|
403
393
|
export declare class IxIconButton {
|
|
404
394
|
protected z: NgZone;
|
|
@@ -407,7 +397,7 @@ export declare class IxIconButton {
|
|
|
407
397
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIconButton, never>;
|
|
408
398
|
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
399
|
}
|
|
410
|
-
export declare interface
|
|
400
|
+
export declare interface IxIconButton extends Components.IxIconButton {
|
|
411
401
|
}
|
|
412
402
|
export declare class IxInputGroup {
|
|
413
403
|
protected z: NgZone;
|
|
@@ -416,7 +406,7 @@ export declare class IxInputGroup {
|
|
|
416
406
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
|
|
417
407
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"]>;
|
|
418
408
|
}
|
|
419
|
-
export declare interface
|
|
409
|
+
export declare interface IxInputGroup extends Components.IxInputGroup {
|
|
420
410
|
}
|
|
421
411
|
export declare class IxKpi {
|
|
422
412
|
protected z: NgZone;
|
|
@@ -425,6 +415,15 @@ export declare class IxKpi {
|
|
|
425
415
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxKpi, never>;
|
|
426
416
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": "label"; "orientation": "orientation"; "state": "state"; "unit": "unit"; "value": "value"; }, {}, never, ["*"]>;
|
|
427
417
|
}
|
|
418
|
+
export declare interface IxKpi extends Components.IxKpi {
|
|
419
|
+
}
|
|
420
|
+
export declare class IxMapNavigation {
|
|
421
|
+
protected z: NgZone;
|
|
422
|
+
protected el: HTMLElement;
|
|
423
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
424
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigation, never>;
|
|
425
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"]>;
|
|
426
|
+
}
|
|
428
427
|
export declare interface IxMapNavigation extends Components.IxMapNavigation {
|
|
429
428
|
/**
|
|
430
429
|
* Navigation toggled
|
|
@@ -435,12 +434,12 @@ export declare interface IxMapNavigation extends Components.IxMapNavigation {
|
|
|
435
434
|
*/
|
|
436
435
|
contextMenuClick: EventEmitter<CustomEvent<void>>;
|
|
437
436
|
}
|
|
438
|
-
export declare class
|
|
437
|
+
export declare class IxMapNavigationOverlay {
|
|
439
438
|
protected z: NgZone;
|
|
440
439
|
protected el: HTMLElement;
|
|
441
440
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
442
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
443
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
441
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigationOverlay, never>;
|
|
442
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "name": "name"; }, {}, never, ["*"]>;
|
|
444
443
|
}
|
|
445
444
|
export declare interface IxMapNavigationOverlay extends Components.IxMapNavigationOverlay {
|
|
446
445
|
/**
|
|
@@ -448,12 +447,12 @@ export declare interface IxMapNavigationOverlay extends Components.IxMapNavigati
|
|
|
448
447
|
*/
|
|
449
448
|
closeClick: EventEmitter<CustomEvent<any>>;
|
|
450
449
|
}
|
|
451
|
-
export declare class
|
|
450
|
+
export declare class IxMenu {
|
|
452
451
|
protected z: NgZone;
|
|
453
452
|
protected el: HTMLElement;
|
|
454
453
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
455
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
456
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
454
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
455
|
+
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
456
|
}
|
|
458
457
|
export declare interface IxMenu extends Components.IxMenu {
|
|
459
458
|
/**
|
|
@@ -465,12 +464,12 @@ export declare interface IxMenu extends Components.IxMenu {
|
|
|
465
464
|
*/
|
|
466
465
|
mapExpandChange: EventEmitter<CustomEvent<boolean>>;
|
|
467
466
|
}
|
|
468
|
-
export declare class
|
|
467
|
+
export declare class IxMenuAbout {
|
|
469
468
|
protected z: NgZone;
|
|
470
469
|
protected el: HTMLElement;
|
|
471
470
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
472
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
473
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
471
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAbout, never>;
|
|
472
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
474
473
|
}
|
|
475
474
|
export declare interface IxMenuAbout extends Components.IxMenuAbout {
|
|
476
475
|
/**
|
|
@@ -478,21 +477,21 @@ export declare interface IxMenuAbout extends Components.IxMenuAbout {
|
|
|
478
477
|
*/
|
|
479
478
|
close: EventEmitter<CustomEvent<MouseEvent>>;
|
|
480
479
|
}
|
|
481
|
-
export declare class
|
|
480
|
+
export declare class IxMenuAboutItem {
|
|
482
481
|
protected z: NgZone;
|
|
483
482
|
protected el: HTMLElement;
|
|
484
483
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
485
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
486
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
484
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutItem, never>;
|
|
485
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
487
486
|
}
|
|
488
487
|
export declare interface IxMenuAboutItem extends Components.IxMenuAboutItem {
|
|
489
488
|
}
|
|
490
|
-
export declare class
|
|
489
|
+
export declare class IxMenuAboutNews {
|
|
491
490
|
protected z: NgZone;
|
|
492
491
|
protected el: HTMLElement;
|
|
493
492
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
494
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
495
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
493
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutNews, never>;
|
|
494
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutNews, "ix-menu-about-news", never, { "aboutItemLabel": "aboutItemLabel"; "expanded": "expanded"; "i18nShowMore": "i18nShowMore"; "label": "label"; "offsetBottom": "offsetBottom"; "show": "show"; }, {}, never, ["*"]>;
|
|
496
495
|
}
|
|
497
496
|
export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
|
|
498
497
|
/**
|
|
@@ -504,12 +503,12 @@ export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
|
|
|
504
503
|
*/
|
|
505
504
|
closePopover: EventEmitter<CustomEvent<void>>;
|
|
506
505
|
}
|
|
507
|
-
export declare class
|
|
506
|
+
export declare class IxMenuAvatar {
|
|
508
507
|
protected z: NgZone;
|
|
509
508
|
protected el: HTMLElement;
|
|
510
509
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
511
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
512
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
510
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
|
|
511
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "image": "image"; "initials": "initials"; "top": "top"; }, {}, never, ["*"]>;
|
|
513
512
|
}
|
|
514
513
|
export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
515
514
|
/**
|
|
@@ -517,12 +516,12 @@ export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
|
517
516
|
*/
|
|
518
517
|
logoutClick: EventEmitter<CustomEvent<any>>;
|
|
519
518
|
}
|
|
520
|
-
export declare class
|
|
519
|
+
export declare class IxMenuAvatarItem {
|
|
521
520
|
protected z: NgZone;
|
|
522
521
|
protected el: HTMLElement;
|
|
523
522
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
524
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
525
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
523
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatarItem, never>;
|
|
524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
526
525
|
}
|
|
527
526
|
export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
528
527
|
/**
|
|
@@ -530,21 +529,21 @@ export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
|
530
529
|
*/
|
|
531
530
|
itemClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
532
531
|
}
|
|
533
|
-
export declare class
|
|
532
|
+
export declare class IxMenuItem {
|
|
534
533
|
protected z: NgZone;
|
|
535
534
|
protected el: HTMLElement;
|
|
536
535
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
537
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
538
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
536
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuItem, never>;
|
|
537
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]>;
|
|
539
538
|
}
|
|
540
539
|
export declare interface IxMenuItem extends Components.IxMenuItem {
|
|
541
540
|
}
|
|
542
|
-
export declare class
|
|
541
|
+
export declare class IxMenuSettings {
|
|
543
542
|
protected z: NgZone;
|
|
544
543
|
protected el: HTMLElement;
|
|
545
544
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
546
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
547
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
545
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettings, never>;
|
|
546
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
548
547
|
}
|
|
549
548
|
export declare interface IxMenuSettings extends Components.IxMenuSettings {
|
|
550
549
|
/**
|
|
@@ -552,21 +551,21 @@ export declare interface IxMenuSettings extends Components.IxMenuSettings {
|
|
|
552
551
|
*/
|
|
553
552
|
close: EventEmitter<CustomEvent<MouseEvent>>;
|
|
554
553
|
}
|
|
555
|
-
export declare class
|
|
554
|
+
export declare class IxMenuSettingsItem {
|
|
556
555
|
protected z: NgZone;
|
|
557
556
|
protected el: HTMLElement;
|
|
558
557
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
559
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
560
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
558
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettingsItem, never>;
|
|
559
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
561
560
|
}
|
|
562
561
|
export declare interface IxMenuSettingsItem extends Components.IxMenuSettingsItem {
|
|
563
562
|
}
|
|
564
|
-
export declare class
|
|
563
|
+
export declare class IxMessageBar {
|
|
565
564
|
protected z: NgZone;
|
|
566
565
|
protected el: HTMLElement;
|
|
567
566
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
568
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
569
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
567
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
|
|
568
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"]>;
|
|
570
569
|
}
|
|
571
570
|
export declare interface IxMessageBar extends Components.IxMessageBar {
|
|
572
571
|
/**
|
|
@@ -574,12 +573,12 @@ export declare interface IxMessageBar extends Components.IxMessageBar {
|
|
|
574
573
|
*/
|
|
575
574
|
closedChange: EventEmitter<CustomEvent<any>>;
|
|
576
575
|
}
|
|
577
|
-
export declare class
|
|
576
|
+
export declare class IxModal {
|
|
578
577
|
protected z: NgZone;
|
|
579
578
|
protected el: HTMLElement;
|
|
580
579
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
581
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
582
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
580
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
|
|
581
|
+
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
582
|
}
|
|
584
583
|
export declare interface IxModal extends Components.IxModal {
|
|
585
584
|
/**
|
|
@@ -591,15 +590,6 @@ export declare interface IxModal extends Components.IxModal {
|
|
|
591
590
|
*/
|
|
592
591
|
dismissed: EventEmitter<CustomEvent<any>>;
|
|
593
592
|
}
|
|
594
|
-
export declare class IxModal {
|
|
595
|
-
protected z: NgZone;
|
|
596
|
-
protected el: HTMLElement;
|
|
597
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
598
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
|
|
599
|
-
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, ["*"]>;
|
|
600
|
-
}
|
|
601
|
-
export declare interface IxModalContainer extends Components.IxModalContainer {
|
|
602
|
-
}
|
|
603
593
|
export declare class IxModalContainer {
|
|
604
594
|
protected z: NgZone;
|
|
605
595
|
protected el: HTMLElement;
|
|
@@ -607,7 +597,7 @@ export declare class IxModalContainer {
|
|
|
607
597
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalContainer, never>;
|
|
608
598
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContainer, "ix-modal-container", never, {}, {}, never, ["*"]>;
|
|
609
599
|
}
|
|
610
|
-
export declare interface
|
|
600
|
+
export declare interface IxModalContainer extends Components.IxModalContainer {
|
|
611
601
|
}
|
|
612
602
|
export declare class IxModalExample {
|
|
613
603
|
protected z: NgZone;
|
|
@@ -616,7 +606,7 @@ export declare class IxModalExample {
|
|
|
616
606
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalExample, never>;
|
|
617
607
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"]>;
|
|
618
608
|
}
|
|
619
|
-
export declare interface
|
|
609
|
+
export declare interface IxModalExample extends Components.IxModalExample {
|
|
620
610
|
}
|
|
621
611
|
export declare class IxPill {
|
|
622
612
|
protected z: NgZone;
|
|
@@ -625,6 +615,15 @@ export declare class IxPill {
|
|
|
625
615
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPill, never>;
|
|
626
616
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
627
617
|
}
|
|
618
|
+
export declare interface IxPill extends Components.IxPill {
|
|
619
|
+
}
|
|
620
|
+
export declare class IxSelect {
|
|
621
|
+
protected z: NgZone;
|
|
622
|
+
protected el: HTMLElement;
|
|
623
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
624
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
|
|
625
|
+
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, ["*"]>;
|
|
626
|
+
}
|
|
628
627
|
export declare interface IxSelect extends Components.IxSelect {
|
|
629
628
|
/**
|
|
630
629
|
* Item selection changed
|
|
@@ -635,12 +634,12 @@ export declare interface IxSelect extends Components.IxSelect {
|
|
|
635
634
|
*/
|
|
636
635
|
addItem: EventEmitter<CustomEvent<string>>;
|
|
637
636
|
}
|
|
638
|
-
export declare class
|
|
637
|
+
export declare class IxSelectItem {
|
|
639
638
|
protected z: NgZone;
|
|
640
639
|
protected el: HTMLElement;
|
|
641
640
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
642
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
643
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
641
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
|
|
642
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]>;
|
|
644
643
|
}
|
|
645
644
|
export declare interface IxSelectItem extends Components.IxSelectItem {
|
|
646
645
|
/**
|
|
@@ -648,15 +647,6 @@ export declare interface IxSelectItem extends Components.IxSelectItem {
|
|
|
648
647
|
*/
|
|
649
648
|
itemClick: EventEmitter<CustomEvent<string>>;
|
|
650
649
|
}
|
|
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
650
|
export declare class IxSpinner {
|
|
661
651
|
protected z: NgZone;
|
|
662
652
|
protected el: HTMLElement;
|
|
@@ -664,11 +654,7 @@ export declare class IxSpinner {
|
|
|
664
654
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSpinner, never>;
|
|
665
655
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
666
656
|
}
|
|
667
|
-
export declare interface
|
|
668
|
-
/**
|
|
669
|
-
* Button clicked
|
|
670
|
-
*/
|
|
671
|
-
buttonClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
657
|
+
export declare interface IxSpinner extends Components.IxSpinner {
|
|
672
658
|
}
|
|
673
659
|
export declare class IxSplitButton {
|
|
674
660
|
protected z: NgZone;
|
|
@@ -677,11 +663,11 @@ export declare class IxSplitButton {
|
|
|
677
663
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButton, never>;
|
|
678
664
|
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
665
|
}
|
|
680
|
-
export declare interface
|
|
666
|
+
export declare interface IxSplitButton extends Components.IxSplitButton {
|
|
681
667
|
/**
|
|
682
|
-
*
|
|
668
|
+
* Button clicked
|
|
683
669
|
*/
|
|
684
|
-
|
|
670
|
+
buttonClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
685
671
|
}
|
|
686
672
|
export declare class IxSplitButtonItem {
|
|
687
673
|
protected z: NgZone;
|
|
@@ -690,7 +676,11 @@ export declare class IxSplitButtonItem {
|
|
|
690
676
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButtonItem, never>;
|
|
691
677
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
692
678
|
}
|
|
693
|
-
export declare interface
|
|
679
|
+
export declare interface IxSplitButtonItem extends Components.IxSplitButtonItem {
|
|
680
|
+
/**
|
|
681
|
+
* Dropdown item clicked
|
|
682
|
+
*/
|
|
683
|
+
itemClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
694
684
|
}
|
|
695
685
|
export declare class IxTabItem {
|
|
696
686
|
protected z: NgZone;
|
|
@@ -699,7 +689,7 @@ export declare class IxTabItem {
|
|
|
699
689
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTabItem, never>;
|
|
700
690
|
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
691
|
}
|
|
702
|
-
export declare interface
|
|
692
|
+
export declare interface IxTabItem extends Components.IxTabItem {
|
|
703
693
|
}
|
|
704
694
|
export declare class IxTabs {
|
|
705
695
|
protected z: NgZone;
|
|
@@ -708,7 +698,7 @@ export declare class IxTabs {
|
|
|
708
698
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTabs, never>;
|
|
709
699
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]>;
|
|
710
700
|
}
|
|
711
|
-
export declare interface
|
|
701
|
+
export declare interface IxTabs extends Components.IxTabs {
|
|
712
702
|
}
|
|
713
703
|
export declare class IxTile {
|
|
714
704
|
protected z: NgZone;
|
|
@@ -717,6 +707,15 @@ export declare class IxTile {
|
|
|
717
707
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTile, never>;
|
|
718
708
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"]>;
|
|
719
709
|
}
|
|
710
|
+
export declare interface IxTile extends Components.IxTile {
|
|
711
|
+
}
|
|
712
|
+
export declare class IxTimePicker {
|
|
713
|
+
protected z: NgZone;
|
|
714
|
+
protected el: HTMLElement;
|
|
715
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
716
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
|
|
717
|
+
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, ["*"]>;
|
|
718
|
+
}
|
|
720
719
|
export declare interface IxTimePicker extends Components.IxTimePicker {
|
|
721
720
|
/**
|
|
722
721
|
* Time event
|
|
@@ -727,12 +726,12 @@ export declare interface IxTimePicker extends Components.IxTimePicker {
|
|
|
727
726
|
*/
|
|
728
727
|
timeChange: EventEmitter<CustomEvent<string>>;
|
|
729
728
|
}
|
|
730
|
-
export declare class
|
|
729
|
+
export declare class IxToast {
|
|
731
730
|
protected z: NgZone;
|
|
732
731
|
protected el: HTMLElement;
|
|
733
732
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
734
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
735
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
733
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
|
|
734
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": "autoClose"; "autoCloseDelay": "autoCloseDelay"; "icon": "icon"; "iconColor": "iconColor"; "toastTitle": "toastTitle"; "type": "type"; }, {}, never, ["*"]>;
|
|
736
735
|
}
|
|
737
736
|
export declare interface IxToast extends Components.IxToast {
|
|
738
737
|
/**
|
|
@@ -740,21 +739,21 @@ export declare interface IxToast extends Components.IxToast {
|
|
|
740
739
|
*/
|
|
741
740
|
closeToast: EventEmitter<CustomEvent<any>>;
|
|
742
741
|
}
|
|
743
|
-
export declare class
|
|
742
|
+
export declare class IxToastContainer {
|
|
744
743
|
protected z: NgZone;
|
|
745
744
|
protected el: HTMLElement;
|
|
746
745
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
747
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
748
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
746
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxToastContainer, never>;
|
|
747
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"]>;
|
|
749
748
|
}
|
|
750
749
|
export declare interface IxToastContainer extends Components.IxToastContainer {
|
|
751
750
|
}
|
|
752
|
-
export declare class
|
|
751
|
+
export declare class IxToggle {
|
|
753
752
|
protected z: NgZone;
|
|
754
753
|
protected el: HTMLElement;
|
|
755
754
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
756
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
757
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
755
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxToggle, never>;
|
|
756
|
+
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
757
|
}
|
|
759
758
|
export declare interface IxToggle extends Components.IxToggle {
|
|
760
759
|
/**
|
|
@@ -762,21 +761,21 @@ export declare interface IxToggle extends Components.IxToggle {
|
|
|
762
761
|
*/
|
|
763
762
|
checkedChange: EventEmitter<CustomEvent<boolean>>;
|
|
764
763
|
}
|
|
765
|
-
export declare class
|
|
764
|
+
export declare class IxTooltip {
|
|
766
765
|
protected z: NgZone;
|
|
767
766
|
protected el: HTMLElement;
|
|
768
767
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
769
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
770
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
768
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTooltip, never>;
|
|
769
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTooltip, "ix-tooltip", never, { "for": "for"; "interactive": "interactive"; "titleContent": "titleContent"; }, {}, never, ["*"]>;
|
|
771
770
|
}
|
|
772
771
|
export declare interface IxTooltip extends Components.IxTooltip {
|
|
773
772
|
}
|
|
774
|
-
export declare class
|
|
773
|
+
export declare class IxTreeItem {
|
|
775
774
|
protected z: NgZone;
|
|
776
775
|
protected el: HTMLElement;
|
|
777
776
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
778
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
779
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
777
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxTreeItem, never>;
|
|
778
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"]>;
|
|
780
779
|
}
|
|
781
780
|
export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
782
781
|
/**
|
|
@@ -788,12 +787,12 @@ export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
|
788
787
|
*/
|
|
789
788
|
itemClick: EventEmitter<CustomEvent<void>>;
|
|
790
789
|
}
|
|
791
|
-
export declare class
|
|
790
|
+
export declare class IxUpload {
|
|
792
791
|
protected z: NgZone;
|
|
793
792
|
protected el: HTMLElement;
|
|
794
793
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
795
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
796
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
794
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxUpload, never>;
|
|
795
|
+
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
796
|
}
|
|
798
797
|
export declare interface IxUpload extends Components.IxUpload {
|
|
799
798
|
/**
|
|
@@ -801,15 +800,6 @@ export declare interface IxUpload extends Components.IxUpload {
|
|
|
801
800
|
*/
|
|
802
801
|
filesChanged: EventEmitter<CustomEvent<Array<File>>>;
|
|
803
802
|
}
|
|
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
803
|
export declare class IxValidationTooltip {
|
|
814
804
|
protected z: NgZone;
|
|
815
805
|
protected el: HTMLElement;
|
|
@@ -817,7 +807,7 @@ export declare class IxValidationTooltip {
|
|
|
817
807
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
|
|
818
808
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"]>;
|
|
819
809
|
}
|
|
820
|
-
export declare interface
|
|
810
|
+
export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
821
811
|
}
|
|
822
812
|
export declare class IxWorkflowStep {
|
|
823
813
|
protected z: NgZone;
|
|
@@ -826,11 +816,7 @@ export declare class IxWorkflowStep {
|
|
|
826
816
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowStep, never>;
|
|
827
817
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "position": "position"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
828
818
|
}
|
|
829
|
-
export declare interface
|
|
830
|
-
/**
|
|
831
|
-
* On step selected event
|
|
832
|
-
*/
|
|
833
|
-
stepSelected: EventEmitter<CustomEvent<number>>;
|
|
819
|
+
export declare interface IxWorkflowStep extends Components.IxWorkflowStep {
|
|
834
820
|
}
|
|
835
821
|
export declare class IxWorkflowSteps {
|
|
836
822
|
protected z: NgZone;
|
|
@@ -839,3 +825,9 @@ export declare class IxWorkflowSteps {
|
|
|
839
825
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowSteps, never>;
|
|
840
826
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "linear": "linear"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
841
827
|
}
|
|
828
|
+
export declare interface IxWorkflowSteps extends Components.IxWorkflowSteps {
|
|
829
|
+
/**
|
|
830
|
+
* On step selected event
|
|
831
|
+
*/
|
|
832
|
+
stepSelected: EventEmitter<CustomEvent<number>>;
|
|
833
|
+
}
|