@siemens/ix-angular 1.1.1 → 1.2.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 +72 -63
- package/declare-components.d.ts +1 -1
- package/dropdown/trigger.directive.d.ts +10 -0
- package/esm2020/components.mjs +213 -190
- package/esm2020/declare-components.mjs +2 -1
- package/esm2020/dropdown/trigger.directive.mjs +29 -0
- package/esm2020/index.mjs +2 -1
- package/esm2020/modal/modal.config.mjs +1 -1
- package/esm2020/modal/modal.service.mjs +6 -4
- package/esm2020/module.mjs +8 -7
- package/esm2020/toast/toast.service.mjs +4 -4
- package/esm2020/tree/tree.mjs +4 -4
- package/fesm2015/siemens-ix-angular.mjs +257 -209
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +257 -205
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/modal/modal.config.d.ts +3 -1
- package/modal/modal.service.d.ts +1 -5
- package/module.d.ts +2 -1
- 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, { "selectedIndex": "selectedIndex"; "tabPlacement": "tabPlacement"; }, {}, 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"; }, {}, 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"; }, {}, 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
|
/**
|
|
@@ -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,16 @@ 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
|
+
}
|
|
334
|
+
export declare interface IxGroupContextMenu extends Components.IxGroupContextMenu {
|
|
335
|
+
}
|
|
336
|
+
export declare class IxGroupContextMenu {
|
|
337
|
+
protected z: NgZone;
|
|
338
|
+
protected el: HTMLElement;
|
|
339
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
340
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupContextMenu, never>;
|
|
341
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupContextMenu, "ix-group-context-menu", never, {}, {}, never, ["*"]>;
|
|
333
342
|
}
|
|
334
343
|
export declare interface IxGroupDropdownItem extends Components.IxGroupDropdownItem {
|
|
335
344
|
}
|
|
@@ -338,7 +347,7 @@ export declare class IxGroupDropdownItem {
|
|
|
338
347
|
protected el: HTMLElement;
|
|
339
348
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
340
349
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxGroupDropdownItem, never>;
|
|
341
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
350
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxGroupDropdownItem, "ix-group-dropdown-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
342
351
|
}
|
|
343
352
|
export declare interface IxGroupItem extends Components.IxGroupItem {
|
|
344
353
|
/**
|
|
@@ -351,7 +360,7 @@ export declare class IxGroupItem {
|
|
|
351
360
|
protected el: HTMLElement;
|
|
352
361
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
353
362
|
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, ["*"]
|
|
363
|
+
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
364
|
}
|
|
356
365
|
export declare interface IxIcon extends Components.IxIcon {
|
|
357
366
|
}
|
|
@@ -360,7 +369,7 @@ export declare class IxIcon {
|
|
|
360
369
|
protected el: HTMLElement;
|
|
361
370
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
362
371
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxIcon, never>;
|
|
363
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"]
|
|
372
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"]>;
|
|
364
373
|
}
|
|
365
374
|
export declare interface IxIconButton extends Components.IxIconButton {
|
|
366
375
|
}
|
|
@@ -369,7 +378,7 @@ export declare class IxIconButton {
|
|
|
369
378
|
protected el: HTMLElement;
|
|
370
379
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
371
380
|
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, ["*"]
|
|
381
|
+
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
382
|
}
|
|
374
383
|
export declare interface IxInputGroup extends Components.IxInputGroup {
|
|
375
384
|
}
|
|
@@ -378,7 +387,7 @@ export declare class IxInputGroup {
|
|
|
378
387
|
protected el: HTMLElement;
|
|
379
388
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
380
389
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxInputGroup, never>;
|
|
381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"]
|
|
390
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxInputGroup, "ix-input-group", never, {}, {}, never, ["*"]>;
|
|
382
391
|
}
|
|
383
392
|
export declare interface IxKpi extends Components.IxKpi {
|
|
384
393
|
}
|
|
@@ -387,7 +396,7 @@ export declare class IxKpi {
|
|
|
387
396
|
protected el: HTMLElement;
|
|
388
397
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
389
398
|
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, ["*"]
|
|
399
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxKpi, "ix-kpi", never, { "label": "label"; "orientation": "orientation"; "state": "state"; "unit": "unit"; "value": "value"; }, {}, never, ["*"]>;
|
|
391
400
|
}
|
|
392
401
|
export declare interface IxMapNavigation extends Components.IxMapNavigation {
|
|
393
402
|
/**
|
|
@@ -404,7 +413,7 @@ export declare class IxMapNavigation {
|
|
|
404
413
|
protected el: HTMLElement;
|
|
405
414
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
406
415
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigation, never>;
|
|
407
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"]
|
|
416
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigation, "ix-map-navigation", never, { "applicationName": "applicationName"; "hideContextMenu": "hideContextMenu"; "navigationTitle": "navigationTitle"; }, {}, never, ["*"]>;
|
|
408
417
|
}
|
|
409
418
|
export declare interface IxMapNavigationOverlay extends Components.IxMapNavigationOverlay {
|
|
410
419
|
/**
|
|
@@ -417,7 +426,7 @@ export declare class IxMapNavigationOverlay {
|
|
|
417
426
|
protected el: HTMLElement;
|
|
418
427
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
419
428
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMapNavigationOverlay, never>;
|
|
420
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "name": "name"; }, {}, never, ["*"]
|
|
429
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMapNavigationOverlay, "ix-map-navigation-overlay", never, { "color": "color"; "icon": "icon"; "name": "name"; }, {}, never, ["*"]>;
|
|
421
430
|
}
|
|
422
431
|
export declare interface IxMenu extends Components.IxMenu {
|
|
423
432
|
/**
|
|
@@ -434,7 +443,7 @@ export declare class IxMenu {
|
|
|
434
443
|
protected el: HTMLElement;
|
|
435
444
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
436
445
|
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, ["*"]
|
|
446
|
+
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
447
|
}
|
|
439
448
|
export declare interface IxMenuAbout extends Components.IxMenuAbout {
|
|
440
449
|
/**
|
|
@@ -447,7 +456,7 @@ export declare class IxMenuAbout {
|
|
|
447
456
|
protected el: HTMLElement;
|
|
448
457
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
449
458
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAbout, never>;
|
|
450
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]
|
|
459
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAbout, "ix-menu-about", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
451
460
|
}
|
|
452
461
|
export declare interface IxMenuAboutItem extends Components.IxMenuAboutItem {
|
|
453
462
|
}
|
|
@@ -456,7 +465,7 @@ export declare class IxMenuAboutItem {
|
|
|
456
465
|
protected el: HTMLElement;
|
|
457
466
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
458
467
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAboutItem, never>;
|
|
459
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"]
|
|
468
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutItem, "ix-menu-about-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
460
469
|
}
|
|
461
470
|
export declare interface IxMenuAboutNews extends Components.IxMenuAboutNews {
|
|
462
471
|
/**
|
|
@@ -473,7 +482,7 @@ export declare class IxMenuAboutNews {
|
|
|
473
482
|
protected el: HTMLElement;
|
|
474
483
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
475
484
|
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, ["*"]
|
|
485
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAboutNews, "ix-menu-about-news", never, { "aboutItemLabel": "aboutItemLabel"; "expanded": "expanded"; "i18nShowMore": "i18nShowMore"; "label": "label"; "offsetBottom": "offsetBottom"; "show": "show"; }, {}, never, ["*"]>;
|
|
477
486
|
}
|
|
478
487
|
export declare interface IxMenuAvatar extends Components.IxMenuAvatar {
|
|
479
488
|
/**
|
|
@@ -486,7 +495,7 @@ export declare class IxMenuAvatar {
|
|
|
486
495
|
protected el: HTMLElement;
|
|
487
496
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
488
497
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatar, never>;
|
|
489
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "top": "top"; }, {}, never, ["*"]
|
|
498
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatar, "ix-menu-avatar", never, { "bottom": "bottom"; "i18nLogout": "i18nLogout"; "top": "top"; }, {}, never, ["*"]>;
|
|
490
499
|
}
|
|
491
500
|
export declare interface IxMenuAvatarItem extends Components.IxMenuAvatarItem {
|
|
492
501
|
/**
|
|
@@ -499,7 +508,7 @@ export declare class IxMenuAvatarItem {
|
|
|
499
508
|
protected el: HTMLElement;
|
|
500
509
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
501
510
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuAvatarItem, never>;
|
|
502
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
511
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuAvatarItem, "ix-menu-avatar-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
503
512
|
}
|
|
504
513
|
export declare interface IxMenuItem extends Components.IxMenuItem {
|
|
505
514
|
}
|
|
@@ -508,7 +517,7 @@ export declare class IxMenuItem {
|
|
|
508
517
|
protected el: HTMLElement;
|
|
509
518
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
510
519
|
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, ["*"]
|
|
520
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuItem, "ix-menu-item", never, { "active": "active"; "bottom": "bottom"; "disabled": "disabled"; "home": "home"; "notifications": "notifications"; "tabIcon": "tabIcon"; }, {}, never, ["*"]>;
|
|
512
521
|
}
|
|
513
522
|
export declare interface IxMenuSettings extends Components.IxMenuSettings {
|
|
514
523
|
/**
|
|
@@ -521,7 +530,7 @@ export declare class IxMenuSettings {
|
|
|
521
530
|
protected el: HTMLElement;
|
|
522
531
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
523
532
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettings, never>;
|
|
524
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]
|
|
533
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettings, "ix-menu-settings", never, { "activeTabLabel": "activeTabLabel"; "label": "label"; "show": "show"; }, {}, never, ["*"]>;
|
|
525
534
|
}
|
|
526
535
|
export declare interface IxMenuSettingsItem extends Components.IxMenuSettingsItem {
|
|
527
536
|
}
|
|
@@ -530,7 +539,7 @@ export declare class IxMenuSettingsItem {
|
|
|
530
539
|
protected el: HTMLElement;
|
|
531
540
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
532
541
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMenuSettingsItem, never>;
|
|
533
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"]
|
|
542
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMenuSettingsItem, "ix-menu-settings-item", never, { "label": "label"; }, {}, never, ["*"]>;
|
|
534
543
|
}
|
|
535
544
|
export declare interface IxMessageBar extends Components.IxMessageBar {
|
|
536
545
|
/**
|
|
@@ -543,7 +552,7 @@ export declare class IxMessageBar {
|
|
|
543
552
|
protected el: HTMLElement;
|
|
544
553
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
545
554
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxMessageBar, never>;
|
|
546
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"]
|
|
555
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxMessageBar, "ix-message-bar", never, { "dismissible": "dismissible"; "type": "type"; }, {}, never, ["*"]>;
|
|
547
556
|
}
|
|
548
557
|
export declare interface IxModal extends Components.IxModal {
|
|
549
558
|
/**
|
|
@@ -560,7 +569,7 @@ export declare class IxModal {
|
|
|
560
569
|
protected el: HTMLElement;
|
|
561
570
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
562
571
|
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, ["*"]
|
|
572
|
+
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
573
|
}
|
|
565
574
|
export declare interface IxModalContainer extends Components.IxModalContainer {
|
|
566
575
|
}
|
|
@@ -569,7 +578,7 @@ export declare class IxModalContainer {
|
|
|
569
578
|
protected el: HTMLElement;
|
|
570
579
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
571
580
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalContainer, never>;
|
|
572
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContainer, "ix-modal-container", never, {}, {}, never, ["*"]
|
|
581
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalContainer, "ix-modal-container", never, {}, {}, never, ["*"]>;
|
|
573
582
|
}
|
|
574
583
|
export declare interface IxModalExample extends Components.IxModalExample {
|
|
575
584
|
}
|
|
@@ -578,7 +587,7 @@ export declare class IxModalExample {
|
|
|
578
587
|
protected el: HTMLElement;
|
|
579
588
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
580
589
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxModalExample, never>;
|
|
581
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"]
|
|
590
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxModalExample, "ix-modal-example", never, {}, {}, never, ["*"]>;
|
|
582
591
|
}
|
|
583
592
|
export declare interface IxPill extends Components.IxPill {
|
|
584
593
|
}
|
|
@@ -587,7 +596,7 @@ export declare class IxPill {
|
|
|
587
596
|
protected el: HTMLElement;
|
|
588
597
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
589
598
|
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, ["*"]
|
|
599
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxPill, "ix-pill", never, { "alignLeft": "alignLeft"; "background": "background"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
591
600
|
}
|
|
592
601
|
export declare interface IxSelect extends Components.IxSelect {
|
|
593
602
|
/**
|
|
@@ -604,7 +613,7 @@ export declare class IxSelect {
|
|
|
604
613
|
protected el: HTMLElement;
|
|
605
614
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
606
615
|
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, ["*"]
|
|
616
|
+
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
617
|
}
|
|
609
618
|
export declare interface IxSelectItem extends Components.IxSelectItem {
|
|
610
619
|
/**
|
|
@@ -617,7 +626,7 @@ export declare class IxSelectItem {
|
|
|
617
626
|
protected el: HTMLElement;
|
|
618
627
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
619
628
|
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, ["*"]
|
|
629
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSelectItem, "ix-select-item", never, { "hover": "hover"; "label": "label"; "selected": "selected"; "value": "value"; }, {}, never, ["*"]>;
|
|
621
630
|
}
|
|
622
631
|
export declare interface IxSpinner extends Components.IxSpinner {
|
|
623
632
|
}
|
|
@@ -626,7 +635,7 @@ export declare class IxSpinner {
|
|
|
626
635
|
protected el: HTMLElement;
|
|
627
636
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
628
637
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSpinner, never>;
|
|
629
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"]
|
|
638
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSpinner, "ix-spinner", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
630
639
|
}
|
|
631
640
|
export declare interface IxSplitButton extends Components.IxSplitButton {
|
|
632
641
|
/**
|
|
@@ -639,7 +648,7 @@ export declare class IxSplitButton {
|
|
|
639
648
|
protected el: HTMLElement;
|
|
640
649
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
641
650
|
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, ["*"]
|
|
651
|
+
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
652
|
}
|
|
644
653
|
export declare interface IxSplitButtonItem extends Components.IxSplitButtonItem {
|
|
645
654
|
/**
|
|
@@ -652,7 +661,7 @@ export declare class IxSplitButtonItem {
|
|
|
652
661
|
protected el: HTMLElement;
|
|
653
662
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
654
663
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxSplitButtonItem, never>;
|
|
655
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]
|
|
664
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSplitButtonItem, "ix-split-button-item", never, { "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
656
665
|
}
|
|
657
666
|
export declare interface IxTabItem extends Components.IxTabItem {
|
|
658
667
|
}
|
|
@@ -661,7 +670,7 @@ export declare class IxTabItem {
|
|
|
661
670
|
protected el: HTMLElement;
|
|
662
671
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
663
672
|
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, ["*"]
|
|
673
|
+
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
674
|
}
|
|
666
675
|
export declare interface IxTabs extends Components.IxTabs {
|
|
667
676
|
}
|
|
@@ -670,7 +679,7 @@ export declare class IxTabs {
|
|
|
670
679
|
protected el: HTMLElement;
|
|
671
680
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
672
681
|
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, ["*"]
|
|
682
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTabs, "ix-tabs", never, { "layout": "layout"; "placement": "placement"; "rounded": "rounded"; "selected": "selected"; "small": "small"; }, {}, never, ["*"]>;
|
|
674
683
|
}
|
|
675
684
|
export declare interface IxTile extends Components.IxTile {
|
|
676
685
|
}
|
|
@@ -679,7 +688,7 @@ export declare class IxTile {
|
|
|
679
688
|
protected el: HTMLElement;
|
|
680
689
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
681
690
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTile, never>;
|
|
682
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"]
|
|
691
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTile, "ix-tile", never, { "size": "size"; }, {}, never, ["*"]>;
|
|
683
692
|
}
|
|
684
693
|
export declare interface IxTimePicker extends Components.IxTimePicker {
|
|
685
694
|
/**
|
|
@@ -696,7 +705,7 @@ export declare class IxTimePicker {
|
|
|
696
705
|
protected el: HTMLElement;
|
|
697
706
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
698
707
|
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, ["*"]
|
|
708
|
+
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
709
|
}
|
|
701
710
|
export declare interface IxToast extends Components.IxToast {
|
|
702
711
|
/**
|
|
@@ -709,7 +718,7 @@ export declare class IxToast {
|
|
|
709
718
|
protected el: HTMLElement;
|
|
710
719
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
711
720
|
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, ["*"]
|
|
721
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToast, "ix-toast", never, { "autoClose": "autoClose"; "autoCloseDelay": "autoCloseDelay"; "icon": "icon"; "iconColor": "iconColor"; "toastTitle": "toastTitle"; "type": "type"; }, {}, never, ["*"]>;
|
|
713
722
|
}
|
|
714
723
|
export declare interface IxToastContainer extends Components.IxToastContainer {
|
|
715
724
|
}
|
|
@@ -718,7 +727,7 @@ export declare class IxToastContainer {
|
|
|
718
727
|
protected el: HTMLElement;
|
|
719
728
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
720
729
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxToastContainer, never>;
|
|
721
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"]
|
|
730
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxToastContainer, "ix-toast-container", never, { "containerClass": "containerClass"; "containerId": "containerId"; "position": "position"; }, {}, never, ["*"]>;
|
|
722
731
|
}
|
|
723
732
|
export declare interface IxToggle extends Components.IxToggle {
|
|
724
733
|
/**
|
|
@@ -731,7 +740,7 @@ export declare class IxToggle {
|
|
|
731
740
|
protected el: HTMLElement;
|
|
732
741
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
733
742
|
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, ["*"]
|
|
743
|
+
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
744
|
}
|
|
736
745
|
export declare interface IxTreeItem extends Components.IxTreeItem {
|
|
737
746
|
/**
|
|
@@ -748,7 +757,7 @@ export declare class IxTreeItem {
|
|
|
748
757
|
protected el: HTMLElement;
|
|
749
758
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
750
759
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxTreeItem, never>;
|
|
751
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"]
|
|
760
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxTreeItem, "ix-tree-item", never, { "context": "context"; "hasChildren": "hasChildren"; "text": "text"; }, {}, never, ["*"]>;
|
|
752
761
|
}
|
|
753
762
|
export declare interface IxUpload extends Components.IxUpload {
|
|
754
763
|
/**
|
|
@@ -761,7 +770,7 @@ export declare class IxUpload {
|
|
|
761
770
|
protected el: HTMLElement;
|
|
762
771
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
763
772
|
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, ["*"]
|
|
773
|
+
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
774
|
}
|
|
766
775
|
export declare interface IxValidationTooltip extends Components.IxValidationTooltip {
|
|
767
776
|
}
|
|
@@ -770,7 +779,7 @@ export declare class IxValidationTooltip {
|
|
|
770
779
|
protected el: HTMLElement;
|
|
771
780
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
772
781
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxValidationTooltip, never>;
|
|
773
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"]
|
|
782
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxValidationTooltip, "ix-validation-tooltip", never, { "message": "message"; "placement": "placement"; }, {}, never, ["*"]>;
|
|
774
783
|
}
|
|
775
784
|
export declare interface IxWorkflowStep extends Components.IxWorkflowStep {
|
|
776
785
|
}
|
|
@@ -779,7 +788,7 @@ export declare class IxWorkflowStep {
|
|
|
779
788
|
protected el: HTMLElement;
|
|
780
789
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
781
790
|
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, ["*"]
|
|
791
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowStep, "ix-workflow-step", never, { "clickable": "clickable"; "disabled": "disabled"; "position": "position"; "selected": "selected"; "status": "status"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
783
792
|
}
|
|
784
793
|
export declare interface IxWorkflowSteps extends Components.IxWorkflowSteps {
|
|
785
794
|
/**
|
|
@@ -792,5 +801,5 @@ export declare class IxWorkflowSteps {
|
|
|
792
801
|
protected el: HTMLElement;
|
|
793
802
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
794
803
|
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, ["*"]
|
|
804
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxWorkflowSteps, "ix-workflow-steps", never, { "clickable": "clickable"; "linear": "linear"; "selectedIndex": "selectedIndex"; "vertical": "vertical"; }, {}, never, ["*"]>;
|
|
796
805
|
}
|
package/declare-components.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCounterPill | typeof d.IxDatePicker | typeof d.IxDateTimeCard | typeof d.IxDatetimePicker | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownItem | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupDropdownItem | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxInputGroup | typeof d.IxKpi | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContainer | typeof d.IxModalExample | typeof d.IxPill | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxTreeItem | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.IxAnimatedTab | typeof d.IxAnimatedTabs | typeof d.IxApplicationHeader | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCounterPill | typeof d.IxDatePicker | typeof d.IxDateTimeCard | typeof d.IxDatetimePicker | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownItem | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupDropdownItem | typeof d.IxGroupItem | typeof d.IxIcon | typeof d.IxIconButton | typeof d.IxInputGroup | typeof d.IxKpi | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContainer | typeof d.IxModalExample | typeof d.IxPill | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxTreeItem | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IxDropdownTriggerDirective {
|
|
4
|
+
private element;
|
|
5
|
+
ixDropdownTrigger: any;
|
|
6
|
+
constructor(element: ElementRef);
|
|
7
|
+
protected ngOnChanges(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownTriggerDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<IxDropdownTriggerDirective, "[ixDropdownTrigger]", never, { "ixDropdownTrigger": "ixDropdownTrigger"; }, {}, never>;
|
|
10
|
+
}
|