@siemens/ix-angular 1.1.0 → 1.2.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 +64 -64
- package/esm2020/components.mjs +194 -194
- package/esm2020/modal/modal.config.mjs +1 -1
- package/esm2020/modal/modal.service.mjs +6 -4
- package/esm2020/module.mjs +5 -5
- package/esm2020/toast/toast.service.mjs +4 -4
- package/esm2020/tree/tree.mjs +4 -4
- package/fesm2015/siemens-ix-angular.mjs +208 -210
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +208 -206
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/modal/modal.config.d.ts +3 -1
- package/modal/modal.service.d.ts +1 -2
- package/package.json +3 -3
- package/tree/tree.d.ts +1 -1
package/components.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare class IxAnimatedTab {
|
|
|
13
13
|
protected el: HTMLElement;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTab, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTab, "ix-animated-tab", never, { "count": "count"; "icon": "icon"; }, {}, never, ["*"]
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTab, "ix-animated-tab", never, { "count": "count"; "icon": "icon"; }, {}, never, ["*"]>;
|
|
17
17
|
}
|
|
18
18
|
export declare interface IxAnimatedTabs extends Components.IxAnimatedTabs {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export declare class IxAnimatedTabs {
|
|
|
26
26
|
protected el: HTMLElement;
|
|
27
27
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxAnimatedTabs, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTabs, "ix-animated-tabs", never, { "
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxAnimatedTabs, "ix-animated-tabs", never, { "selectedIndex": "selectedIndex"; "tabPlacement": "tabPlacement"; }, {}, never, ["*"]>;
|
|
30
30
|
}
|
|
31
31
|
export declare interface IxApplicationHeader extends Components.IxApplicationHeader {
|
|
32
32
|
}
|
|
@@ -35,7 +35,7 @@ export declare class IxApplicationHeader {
|
|
|
35
35
|
protected el: HTMLElement;
|
|
36
36
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxApplicationHeader, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxApplicationHeader, "ix-application-header", never, { "name": "name"; }, {}, never, ["*"]
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxApplicationHeader, "ix-application-header", never, { "name": "name"; }, {}, never, ["*"]>;
|
|
39
39
|
}
|
|
40
40
|
export declare interface IxBasicNavigation extends Components.IxBasicNavigation {
|
|
41
41
|
}
|
|
@@ -44,7 +44,7 @@ export declare class IxBasicNavigation {
|
|
|
44
44
|
protected el: HTMLElement;
|
|
45
45
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBasicNavigation, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBasicNavigation, "ix-basic-navigation", never, { "applicationName": "applicationName"; "hideHeader": "hideHeader"; }, {}, never, ["*"]
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBasicNavigation, "ix-basic-navigation", never, { "applicationName": "applicationName"; "hideHeader": "hideHeader"; }, {}, never, ["*"]>;
|
|
48
48
|
}
|
|
49
49
|
export declare interface IxBlind extends Components.IxBlind {
|
|
50
50
|
/**
|
|
@@ -57,7 +57,7 @@ export declare class IxBlind {
|
|
|
57
57
|
protected el: HTMLElement;
|
|
58
58
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBlind, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "label": "label"; }, {}, never, ["*"]
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "label": "label"; }, {}, never, ["*"]>;
|
|
61
61
|
}
|
|
62
62
|
export declare interface IxBreadcrumb extends Components.IxBreadcrumb {
|
|
63
63
|
/**
|
|
@@ -77,7 +77,7 @@ export declare class IxBreadcrumb {
|
|
|
77
77
|
protected el: HTMLElement;
|
|
78
78
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumb, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ghost": "ghost"; "nextItems": "nextItems"; "visibleItemCount": "visibleItemCount"; }, {}, never, ["*"]
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumb, "ix-breadcrumb", never, { "ghost": "ghost"; "nextItems": "nextItems"; "visibleItemCount": "visibleItemCount"; }, {}, never, ["*"]>;
|
|
81
81
|
}
|
|
82
82
|
export declare interface IxBreadcrumbItem extends Components.IxBreadcrumbItem {
|
|
83
83
|
}
|
|
@@ -86,7 +86,7 @@ export declare class IxBreadcrumbItem {
|
|
|
86
86
|
protected el: HTMLElement;
|
|
87
87
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
88
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBreadcrumbItem, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumbItem, "ix-breadcrumb-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBreadcrumbItem, "ix-breadcrumb-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
90
90
|
}
|
|
91
91
|
export declare interface IxButton extends Components.IxButton {
|
|
92
92
|
}
|
|
@@ -95,7 +95,7 @@ export declare class IxButton {
|
|
|
95
95
|
protected el: HTMLElement;
|
|
96
96
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxButton, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "invisible": "invisible"; "outline": "outline"; "selected": "selected"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxButton, "ix-button", never, { "disabled": "disabled"; "ghost": "ghost"; "invisible": "invisible"; "outline": "outline"; "selected": "selected"; "type": "type"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
99
99
|
}
|
|
100
100
|
export declare interface IxCategoryFilter extends Components.IxCategoryFilter {
|
|
101
101
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class IxCategoryFilter {
|
|
|
112
112
|
protected el: HTMLElement;
|
|
113
113
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
114
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCategoryFilter, never>;
|
|
115
|
-
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";
|
|
115
|
+
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, ["*"]>;
|
|
116
116
|
}
|
|
117
117
|
export declare interface IxChip extends Components.IxChip {
|
|
118
118
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class IxChip {
|
|
|
125
125
|
protected el: HTMLElement;
|
|
126
126
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
127
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxChip, never>;
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": "active"; "background": "background"; "closable": "closable"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": "active"; "background": "background"; "closable": "closable"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
129
129
|
}
|
|
130
130
|
export declare interface IxCounterPill extends Components.IxCounterPill {
|
|
131
131
|
}
|
|
@@ -134,7 +134,7 @@ export declare class IxCounterPill {
|
|
|
134
134
|
protected el: HTMLElement;
|
|
135
135
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
136
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCounterPill, never>;
|
|
137
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCounterPill, "ix-counter-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]
|
|
137
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCounterPill, "ix-counter-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
138
138
|
}
|
|
139
139
|
export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
140
140
|
/**
|
|
@@ -150,7 +150,7 @@ export declare interface IxDatePicker extends Components.IxDatePicker {
|
|
|
150
150
|
*/
|
|
151
151
|
dateRangeChange: EventEmitter<CustomEvent<IDatePickerDateChangeEvent>>;
|
|
152
152
|
/**
|
|
153
|
-
* Date selection confirmed via button action @deprecated Use `dateSelect`
|
|
153
|
+
* Date selection confirmed via button action @deprecated Will be removed in 2.0.0. Use `dateSelect`
|
|
154
154
|
*/
|
|
155
155
|
done: EventEmitter<CustomEvent<string>>;
|
|
156
156
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class IxDatePicker {
|
|
|
163
163
|
protected el: HTMLElement;
|
|
164
164
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
165
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, ["*"]
|
|
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
167
|
}
|
|
168
168
|
export declare interface IxDateTimeCard extends Components.IxDateTimeCard {
|
|
169
169
|
}
|
|
@@ -172,7 +172,7 @@ export declare class IxDateTimeCard {
|
|
|
172
172
|
protected el: HTMLElement;
|
|
173
173
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
174
174
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDateTimeCard, never>;
|
|
175
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateTimeCard, "ix-date-time-card", never, { "corners": "corners"; "individual": "individual"; }, {}, never, ["*"]
|
|
175
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDateTimeCard, "ix-date-time-card", never, { "corners": "corners"; "individual": "individual"; }, {}, never, ["*"]>;
|
|
176
176
|
}
|
|
177
177
|
export declare interface IxDatetimePicker extends Components.IxDatetimePicker {
|
|
178
178
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class IxDatetimePicker {
|
|
|
199
199
|
protected el: HTMLElement;
|
|
200
200
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
201
201
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDatetimePicker, never>;
|
|
202
|
-
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, ["*"]
|
|
202
|
+
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, ["*"]>;
|
|
203
203
|
}
|
|
204
204
|
export declare interface IxDrawer extends Components.IxDrawer {
|
|
205
205
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class IxDrawer {
|
|
|
216
216
|
protected el: HTMLElement;
|
|
217
217
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
218
218
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDrawer, never>;
|
|
219
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "closeOnClickOutside": "closeOnClickOutside"; "fullHeight": "fullHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "show": "show"; "width": "width"; }, {}, never, ["*"]
|
|
219
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDrawer, "ix-drawer", never, { "closeOnClickOutside": "closeOnClickOutside"; "fullHeight": "fullHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "show": "show"; "width": "width"; }, {}, never, ["*"]>;
|
|
220
220
|
}
|
|
221
221
|
export declare interface IxDropdown extends Components.IxDropdown {
|
|
222
222
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class IxDropdown {
|
|
|
229
229
|
protected el: HTMLElement;
|
|
230
230
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
231
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdown, never>;
|
|
232
|
-
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, ["*"]
|
|
232
|
+
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, ["*"]>;
|
|
233
233
|
}
|
|
234
234
|
export declare interface IxDropdownItem extends Components.IxDropdownItem {
|
|
235
235
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class IxDropdownItem {
|
|
|
242
242
|
protected el: HTMLElement;
|
|
243
243
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
244
244
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownItem, never>;
|
|
245
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
245
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
246
246
|
}
|
|
247
247
|
export declare interface IxEventList extends Components.IxEventList {
|
|
248
248
|
}
|
|
@@ -251,7 +251,7 @@ export declare class IxEventList {
|
|
|
251
251
|
protected el: HTMLElement;
|
|
252
252
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
253
253
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEventList, never>;
|
|
254
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventList, "ix-event-list", never, { "animated": "animated"; "chevron": "chevron"; "compact": "compact"; "itemHeight": "itemHeight"; }, {}, never, ["*"]
|
|
254
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventList, "ix-event-list", never, { "animated": "animated"; "chevron": "chevron"; "compact": "compact"; "itemHeight": "itemHeight"; }, {}, never, ["*"]>;
|
|
255
255
|
}
|
|
256
256
|
export declare interface IxEventListItem extends Components.IxEventListItem {
|
|
257
257
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class IxEventListItem {
|
|
|
264
264
|
protected el: HTMLElement;
|
|
265
265
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
266
266
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEventListItem, never>;
|
|
267
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "opacity": "opacity"; "selected": "selected"; }, {}, never, ["*"]
|
|
267
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "opacity": "opacity"; "selected": "selected"; }, {}, never, ["*"]>;
|
|
268
268
|
}
|
|
269
269
|
export declare interface IxExpandingSearch extends Components.IxExpandingSearch {
|
|
270
270
|
/**
|
|
@@ -277,7 +277,7 @@ export declare class IxExpandingSearch {
|
|
|
277
277
|
protected el: HTMLElement;
|
|
278
278
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
279
279
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxExpandingSearch, never>;
|
|
280
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "icon": "icon"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"]
|
|
280
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxExpandingSearch, "ix-expanding-search", never, { "icon": "icon"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"]>;
|
|
281
281
|
}
|
|
282
282
|
export declare interface IxFilterChip extends Components.IxFilterChip {
|
|
283
283
|
/**
|
|
@@ -290,7 +290,7 @@ export declare class IxFilterChip {
|
|
|
290
290
|
protected el: HTMLElement;
|
|
291
291
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
292
292
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFilterChip, never>;
|
|
293
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; }, {}, never, ["*"]
|
|
293
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFilterChip, "ix-filter-chip", never, { "disabled": "disabled"; }, {}, never, ["*"]>;
|
|
294
294
|
}
|
|
295
295
|
export declare interface IxFlipTile extends Components.IxFlipTile {
|
|
296
296
|
}
|
|
@@ -299,7 +299,7 @@ export declare class IxFlipTile {
|
|
|
299
299
|
protected el: HTMLElement;
|
|
300
300
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
301
301
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTile, never>;
|
|
302
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "footer": "footer"; "state": "state"; }, {}, never, ["*"]
|
|
302
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTile, "ix-flip-tile", never, { "footer": "footer"; "state": "state"; }, {}, never, ["*"]>;
|
|
303
303
|
}
|
|
304
304
|
export declare interface IxFlipTileContent extends Components.IxFlipTileContent {
|
|
305
305
|
}
|
|
@@ -308,7 +308,7 @@ export declare class IxFlipTileContent {
|
|
|
308
308
|
protected el: HTMLElement;
|
|
309
309
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
310
310
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxFlipTileContent, never>;
|
|
311
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTileContent, "ix-flip-tile-content", never, {}, {}, never, ["*"]
|
|
311
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxFlipTileContent, "ix-flip-tile-content", never, {}, {}, never, ["*"]>;
|
|
312
312
|
}
|
|
313
313
|
export declare interface IxGroup extends Components.IxGroup {
|
|
314
314
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class IxGroup {
|
|
|
329
329
|
protected el: HTMLElement;
|
|
330
330
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
331
331
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroup, never>;
|
|
332
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"]
|
|
332
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroup, "ix-group", never, { "collapsed": "collapsed"; "expandOnHeaderClick": "expandOnHeaderClick"; "header": "header"; "index": "index"; "selected": "selected"; "subHeader": "subHeader"; "suppressHeaderSelection": "suppressHeaderSelection"; }, {}, never, ["*"]>;
|
|
333
333
|
}
|
|
334
334
|
export declare interface IxGroupDropdownItem extends Components.IxGroupDropdownItem {
|
|
335
335
|
}
|
|
@@ -338,7 +338,7 @@ export declare class IxGroupDropdownItem {
|
|
|
338
338
|
protected el: HTMLElement;
|
|
339
339
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
340
340
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupDropdownItem, never>;
|
|
341
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
341
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
342
342
|
}
|
|
343
343
|
export declare interface IxGroupItem extends Components.IxGroupItem {
|
|
344
344
|
/**
|
|
@@ -351,7 +351,7 @@ export declare class IxGroupItem {
|
|
|
351
351
|
protected el: HTMLElement;
|
|
352
352
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
353
353
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupItem, never>;
|
|
354
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "focusable": "focusable"; "icon": "icon"; "index": "index"; "secondaryText": "secondaryText"; "selected": "selected"; "suppressSelection": "suppressSelection"; "text": "text"; }, {}, never, ["*"]
|
|
354
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupItem, "ix-group-item", never, { "focusable": "focusable"; "icon": "icon"; "index": "index"; "secondaryText": "secondaryText"; "selected": "selected"; "suppressSelection": "suppressSelection"; "text": "text"; }, {}, never, ["*"]>;
|
|
355
355
|
}
|
|
356
356
|
export declare interface IxIcon extends Components.IxIcon {
|
|
357
357
|
}
|
|
@@ -360,7 +360,7 @@ export declare class IxIcon {
|
|
|
360
360
|
protected el: HTMLElement;
|
|
361
361
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
362
362
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIcon, never>;
|
|
363
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"]
|
|
363
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"]>;
|
|
364
364
|
}
|
|
365
365
|
export declare interface IxIconButton extends Components.IxIconButton {
|
|
366
366
|
}
|
|
@@ -369,7 +369,7 @@ export declare class IxIconButton {
|
|
|
369
369
|
protected el: HTMLElement;
|
|
370
370
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
371
371
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIconButton, never>;
|
|
372
|
-
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, ["*"]
|
|
372
|
+
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, ["*"]>;
|
|
373
373
|
}
|
|
374
374
|
export declare interface IxInputGroup extends Components.IxInputGroup {
|
|
375
375
|
}
|
|
@@ -378,7 +378,7 @@ export declare class IxInputGroup {
|
|
|
378
378
|
protected el: HTMLElement;
|
|
379
379
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
380
380
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
|
|
381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"]
|
|
381
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"]>;
|
|
382
382
|
}
|
|
383
383
|
export declare interface IxKpi extends Components.IxKpi {
|
|
384
384
|
}
|
|
@@ -387,7 +387,7 @@ export declare class IxKpi {
|
|
|
387
387
|
protected el: HTMLElement;
|
|
388
388
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
389
389
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxKpi, never>;
|
|
390
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": "label"; "orientation": "orientation"; "state": "state"; "unit": "unit"; "value": "value"; }, {}, never, ["*"]
|
|
390
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": "label"; "orientation": "orientation"; "state": "state"; "unit": "unit"; "value": "value"; }, {}, never, ["*"]>;
|
|
391
391
|
}
|
|
392
392
|
export declare interface IxMapNavigation extends Components.IxMapNavigation {
|
|
393
393
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class IxMapNavigation {
|
|
|
404
404
|
protected el: HTMLElement;
|
|
405
405
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
406
406
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigation, never>;
|
|
407
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"]
|
|
407
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"]>;
|
|
408
408
|
}
|
|
409
409
|
export declare interface IxMapNavigationOverlay extends Components.IxMapNavigationOverlay {
|
|
410
410
|
/**
|
|
@@ -417,7 +417,7 @@ export declare class IxMapNavigationOverlay {
|
|
|
417
417
|
protected el: HTMLElement;
|
|
418
418
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
419
419
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigationOverlay, never>;
|
|
420
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "name": "name"; }, {}, never, ["*"]
|
|
420
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "name": "name"; }, {}, never, ["*"]>;
|
|
421
421
|
}
|
|
422
422
|
export declare interface IxMenu extends Components.IxMenu {
|
|
423
423
|
/**
|
|
@@ -434,7 +434,7 @@ export declare class IxMenu {
|
|
|
434
434
|
protected el: HTMLElement;
|
|
435
435
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
436
436
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenu, never>;
|
|
437
|
-
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, ["*"]
|
|
437
|
+
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, ["*"]>;
|
|
438
438
|
}
|
|
439
439
|
export declare interface IxMenuAbout extends Components.IxMenuAbout {
|
|
440
440
|
/**
|
|
@@ -447,7 +447,7 @@ export declare class IxMenuAbout {
|
|
|
447
447
|
protected el: HTMLElement;
|
|
448
448
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
449
449
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAbout, never>;
|
|
450
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]
|
|
450
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
451
451
|
}
|
|
452
452
|
export declare interface IxMenuAboutItem extends Components.IxMenuAboutItem {
|
|
453
453
|
}
|
|
@@ -456,7 +456,7 @@ export declare class IxMenuAboutItem {
|
|
|
456
456
|
protected el: HTMLElement;
|
|
457
457
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
458
458
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutItem, never>;
|
|
459
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"]
|
|
459
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
460
460
|
}
|
|
461
461
|
export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
|
|
462
462
|
/**
|
|
@@ -473,7 +473,7 @@ export declare class IxMenuAboutNews {
|
|
|
473
473
|
protected el: HTMLElement;
|
|
474
474
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
475
475
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutNews, never>;
|
|
476
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutNews, "ix-menu-about-news", never, { "aboutItemLabel": "aboutItemLabel"; "expanded": "expanded"; "i18nShowMore": "i18nShowMore"; "label": "label"; "offsetBottom": "offsetBottom"; "show": "show"; }, {}, never, ["*"]
|
|
476
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutNews, "ix-menu-about-news", never, { "aboutItemLabel": "aboutItemLabel"; "expanded": "expanded"; "i18nShowMore": "i18nShowMore"; "label": "label"; "offsetBottom": "offsetBottom"; "show": "show"; }, {}, never, ["*"]>;
|
|
477
477
|
}
|
|
478
478
|
export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
479
479
|
/**
|
|
@@ -486,7 +486,7 @@ export declare class IxMenuAvatar {
|
|
|
486
486
|
protected el: HTMLElement;
|
|
487
487
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
488
488
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
|
|
489
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "top": "top"; }, {}, never, ["*"]
|
|
489
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "top": "top"; }, {}, never, ["*"]>;
|
|
490
490
|
}
|
|
491
491
|
export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
492
492
|
/**
|
|
@@ -499,7 +499,7 @@ export declare class IxMenuAvatarItem {
|
|
|
499
499
|
protected el: HTMLElement;
|
|
500
500
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
501
501
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatarItem, never>;
|
|
502
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
502
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
503
503
|
}
|
|
504
504
|
export declare interface IxMenuItem extends Components.IxMenuItem {
|
|
505
505
|
}
|
|
@@ -508,7 +508,7 @@ export declare class IxMenuItem {
|
|
|
508
508
|
protected el: HTMLElement;
|
|
509
509
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
510
510
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuItem, never>;
|
|
511
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]
|
|
511
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]>;
|
|
512
512
|
}
|
|
513
513
|
export declare interface IxMenuSettings extends Components.IxMenuSettings {
|
|
514
514
|
/**
|
|
@@ -521,7 +521,7 @@ export declare class IxMenuSettings {
|
|
|
521
521
|
protected el: HTMLElement;
|
|
522
522
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
523
523
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettings, never>;
|
|
524
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]
|
|
524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
525
525
|
}
|
|
526
526
|
export declare interface IxMenuSettingsItem extends Components.IxMenuSettingsItem {
|
|
527
527
|
}
|
|
@@ -530,7 +530,7 @@ export declare class IxMenuSettingsItem {
|
|
|
530
530
|
protected el: HTMLElement;
|
|
531
531
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
532
532
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettingsItem, never>;
|
|
533
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"]
|
|
533
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
534
534
|
}
|
|
535
535
|
export declare interface IxMessageBar extends Components.IxMessageBar {
|
|
536
536
|
/**
|
|
@@ -543,7 +543,7 @@ export declare class IxMessageBar {
|
|
|
543
543
|
protected el: HTMLElement;
|
|
544
544
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
545
545
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
|
|
546
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"]
|
|
546
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"]>;
|
|
547
547
|
}
|
|
548
548
|
export declare interface IxModal extends Components.IxModal {
|
|
549
549
|
/**
|
|
@@ -560,7 +560,7 @@ export declare class IxModal {
|
|
|
560
560
|
protected el: HTMLElement;
|
|
561
561
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
562
562
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModal, never>;
|
|
563
|
-
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, ["*"]
|
|
563
|
+
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, ["*"]>;
|
|
564
564
|
}
|
|
565
565
|
export declare interface IxModalContainer extends Components.IxModalContainer {
|
|
566
566
|
}
|
|
@@ -569,7 +569,7 @@ export declare class IxModalContainer {
|
|
|
569
569
|
protected el: HTMLElement;
|
|
570
570
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
571
571
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalContainer, never>;
|
|
572
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContainer, "ix-modal-container", never, {}, {}, never, ["*"]
|
|
572
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContainer, "ix-modal-container", never, {}, {}, never, ["*"]>;
|
|
573
573
|
}
|
|
574
574
|
export declare interface IxModalExample extends Components.IxModalExample {
|
|
575
575
|
}
|
|
@@ -578,7 +578,7 @@ export declare class IxModalExample {
|
|
|
578
578
|
protected el: HTMLElement;
|
|
579
579
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
580
580
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalExample, never>;
|
|
581
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"]
|
|
581
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"]>;
|
|
582
582
|
}
|
|
583
583
|
export declare interface IxPill extends Components.IxPill {
|
|
584
584
|
}
|
|
@@ -587,7 +587,7 @@ export declare class IxPill {
|
|
|
587
587
|
protected el: HTMLElement;
|
|
588
588
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
589
589
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxPill, never>;
|
|
590
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]
|
|
590
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
591
591
|
}
|
|
592
592
|
export declare interface IxSelect extends Components.IxSelect {
|
|
593
593
|
/**
|
|
@@ -604,7 +604,7 @@ export declare class IxSelect {
|
|
|
604
604
|
protected el: HTMLElement;
|
|
605
605
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
606
606
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelect, never>;
|
|
607
|
-
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, ["*"]
|
|
607
|
+
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, ["*"]>;
|
|
608
608
|
}
|
|
609
609
|
export declare interface IxSelectItem extends Components.IxSelectItem {
|
|
610
610
|
/**
|
|
@@ -617,7 +617,7 @@ export declare class IxSelectItem {
|
|
|
617
617
|
protected el: HTMLElement;
|
|
618
618
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
619
619
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSelectItem, never>;
|
|
620
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "hover": "hover"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]
|
|
620
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "hover": "hover"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]>;
|
|
621
621
|
}
|
|
622
622
|
export declare interface IxSpinner extends Components.IxSpinner {
|
|
623
623
|
}
|
|
@@ -626,7 +626,7 @@ export declare class IxSpinner {
|
|
|
626
626
|
protected el: HTMLElement;
|
|
627
627
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
628
628
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSpinner, never>;
|
|
629
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"]
|
|
629
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
630
630
|
}
|
|
631
631
|
export declare interface IxSplitButton extends Components.IxSplitButton {
|
|
632
632
|
/**
|
|
@@ -639,7 +639,7 @@ export declare class IxSplitButton {
|
|
|
639
639
|
protected el: HTMLElement;
|
|
640
640
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
641
641
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButton, never>;
|
|
642
|
-
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, ["*"]
|
|
642
|
+
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, ["*"]>;
|
|
643
643
|
}
|
|
644
644
|
export declare interface IxSplitButtonItem extends Components.IxSplitButtonItem {
|
|
645
645
|
/**
|
|
@@ -652,7 +652,7 @@ export declare class IxSplitButtonItem {
|
|
|
652
652
|
protected el: HTMLElement;
|
|
653
653
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
654
654
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButtonItem, never>;
|
|
655
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
655
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
656
656
|
}
|
|
657
657
|
export declare interface IxTabItem extends Components.IxTabItem {
|
|
658
658
|
}
|
|
@@ -661,7 +661,7 @@ export declare class IxTabItem {
|
|
|
661
661
|
protected el: HTMLElement;
|
|
662
662
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
663
663
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTabItem, never>;
|
|
664
|
-
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, ["*"]
|
|
664
|
+
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, ["*"]>;
|
|
665
665
|
}
|
|
666
666
|
export declare interface IxTabs extends Components.IxTabs {
|
|
667
667
|
}
|
|
@@ -670,7 +670,7 @@ export declare class IxTabs {
|
|
|
670
670
|
protected el: HTMLElement;
|
|
671
671
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
672
672
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTabs, never>;
|
|
673
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]
|
|
673
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]>;
|
|
674
674
|
}
|
|
675
675
|
export declare interface IxTile extends Components.IxTile {
|
|
676
676
|
}
|
|
@@ -679,7 +679,7 @@ export declare class IxTile {
|
|
|
679
679
|
protected el: HTMLElement;
|
|
680
680
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
681
681
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTile, never>;
|
|
682
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"]
|
|
682
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"]>;
|
|
683
683
|
}
|
|
684
684
|
export declare interface IxTimePicker extends Components.IxTimePicker {
|
|
685
685
|
/**
|
|
@@ -696,7 +696,7 @@ export declare class IxTimePicker {
|
|
|
696
696
|
protected el: HTMLElement;
|
|
697
697
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
698
698
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTimePicker, never>;
|
|
699
|
-
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, ["*"]
|
|
699
|
+
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, ["*"]>;
|
|
700
700
|
}
|
|
701
701
|
export declare interface IxToast extends Components.IxToast {
|
|
702
702
|
/**
|
|
@@ -709,7 +709,7 @@ export declare class IxToast {
|
|
|
709
709
|
protected el: HTMLElement;
|
|
710
710
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
711
711
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToast, never>;
|
|
712
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": "autoClose"; "autoCloseDelay": "autoCloseDelay"; "icon": "icon"; "iconColor": "iconColor"; "toastTitle": "toastTitle"; "type": "type"; }, {}, never, ["*"]
|
|
712
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": "autoClose"; "autoCloseDelay": "autoCloseDelay"; "icon": "icon"; "iconColor": "iconColor"; "toastTitle": "toastTitle"; "type": "type"; }, {}, never, ["*"]>;
|
|
713
713
|
}
|
|
714
714
|
export declare interface IxToastContainer extends Components.IxToastContainer {
|
|
715
715
|
}
|
|
@@ -718,7 +718,7 @@ export declare class IxToastContainer {
|
|
|
718
718
|
protected el: HTMLElement;
|
|
719
719
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
720
720
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToastContainer, never>;
|
|
721
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"]
|
|
721
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"]>;
|
|
722
722
|
}
|
|
723
723
|
export declare interface IxToggle extends Components.IxToggle {
|
|
724
724
|
/**
|
|
@@ -731,7 +731,7 @@ export declare class IxToggle {
|
|
|
731
731
|
protected el: HTMLElement;
|
|
732
732
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
733
733
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToggle, never>;
|
|
734
|
-
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, ["*"]
|
|
734
|
+
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, ["*"]>;
|
|
735
735
|
}
|
|
736
736
|
export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
737
737
|
/**
|
|
@@ -748,7 +748,7 @@ export declare class IxTreeItem {
|
|
|
748
748
|
protected el: HTMLElement;
|
|
749
749
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
750
750
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTreeItem, never>;
|
|
751
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"]
|
|
751
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"]>;
|
|
752
752
|
}
|
|
753
753
|
export declare interface IxUpload extends Components.IxUpload {
|
|
754
754
|
/**
|
|
@@ -761,7 +761,7 @@ export declare class IxUpload {
|
|
|
761
761
|
protected el: HTMLElement;
|
|
762
762
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
763
763
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxUpload, never>;
|
|
764
|
-
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, ["*"]
|
|
764
|
+
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, ["*"]>;
|
|
765
765
|
}
|
|
766
766
|
export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
767
767
|
}
|
|
@@ -770,7 +770,7 @@ export declare class IxValidationTooltip {
|
|
|
770
770
|
protected el: HTMLElement;
|
|
771
771
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
772
772
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
|
|
773
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"]
|
|
773
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"]>;
|
|
774
774
|
}
|
|
775
775
|
export declare interface IxWorkflowStep extends Components.IxWorkflowStep {
|
|
776
776
|
}
|
|
@@ -779,7 +779,7 @@ export declare class IxWorkflowStep {
|
|
|
779
779
|
protected el: HTMLElement;
|
|
780
780
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
781
781
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowStep, never>;
|
|
782
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "position": "position"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]
|
|
782
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "position": "position"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
783
783
|
}
|
|
784
784
|
export declare interface IxWorkflowSteps extends Components.IxWorkflowSteps {
|
|
785
785
|
/**
|
|
@@ -792,5 +792,5 @@ export declare class IxWorkflowSteps {
|
|
|
792
792
|
protected el: HTMLElement;
|
|
793
793
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
794
794
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxWorkflowSteps, never>;
|
|
795
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "linear": "linear"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]
|
|
795
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "linear": "linear"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
796
796
|
}
|