@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
|
@@ -2,7 +2,7 @@ import { closeModal, dismissModal, modal, toast } from '@siemens/ix';
|
|
|
2
2
|
export * from '@siemens/ix';
|
|
3
3
|
import { __decorate, __awaiter } from 'tslib';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import { Component, ChangeDetectionStrategy,
|
|
5
|
+
import { Component, ChangeDetectionStrategy, Directive, Input, Injectable, APP_INITIALIZER, NgZone, NgModule } from '@angular/core';
|
|
6
6
|
import { fromEvent } from 'rxjs';
|
|
7
7
|
import { DOCUMENT } from '@angular/common';
|
|
8
8
|
import { applyPolyfills, defineCustomElements } from '@siemens/ix/loader';
|
|
@@ -65,15 +65,15 @@ let IxAnimatedTab = class IxAnimatedTab {
|
|
|
65
65
|
this.el = r.nativeElement;
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
|
-
/** @nocollapse */ IxAnimatedTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
69
|
-
/** @nocollapse */ IxAnimatedTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
68
|
+
/** @nocollapse */ IxAnimatedTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxAnimatedTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
+
/** @nocollapse */ IxAnimatedTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxAnimatedTab, selector: "ix-animated-tab", inputs: { count: "count", icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
70
70
|
IxAnimatedTab = __decorate([
|
|
71
71
|
ProxyCmp({
|
|
72
72
|
defineCustomElementFn: undefined,
|
|
73
73
|
inputs: ['count', 'icon']
|
|
74
74
|
})
|
|
75
75
|
], IxAnimatedTab);
|
|
76
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
76
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxAnimatedTab, decorators: [{
|
|
77
77
|
type: Component,
|
|
78
78
|
args: [{
|
|
79
79
|
selector: 'ix-animated-tab',
|
|
@@ -90,15 +90,15 @@ let IxAnimatedTabs = class IxAnimatedTabs {
|
|
|
90
90
|
proxyOutputs(this, this.el, ['tabClick']);
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
|
-
/** @nocollapse */ IxAnimatedTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
94
|
-
/** @nocollapse */ IxAnimatedTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
93
|
+
/** @nocollapse */ IxAnimatedTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxAnimatedTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
94
|
+
/** @nocollapse */ IxAnimatedTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxAnimatedTabs, selector: "ix-animated-tabs", inputs: { selectedIndex: "selectedIndex", tabPlacement: "tabPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
95
95
|
IxAnimatedTabs = __decorate([
|
|
96
96
|
ProxyCmp({
|
|
97
97
|
defineCustomElementFn: undefined,
|
|
98
98
|
inputs: ['selectedIndex', 'tabPlacement']
|
|
99
99
|
})
|
|
100
100
|
], IxAnimatedTabs);
|
|
101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxAnimatedTabs, decorators: [{
|
|
102
102
|
type: Component,
|
|
103
103
|
args: [{
|
|
104
104
|
selector: 'ix-animated-tabs',
|
|
@@ -114,15 +114,15 @@ let IxApplicationHeader = class IxApplicationHeader {
|
|
|
114
114
|
this.el = r.nativeElement;
|
|
115
115
|
}
|
|
116
116
|
};
|
|
117
|
-
/** @nocollapse */ IxApplicationHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
118
|
-
/** @nocollapse */ IxApplicationHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
117
|
+
/** @nocollapse */ IxApplicationHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxApplicationHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
118
|
+
/** @nocollapse */ IxApplicationHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxApplicationHeader, selector: "ix-application-header", inputs: { name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
119
119
|
IxApplicationHeader = __decorate([
|
|
120
120
|
ProxyCmp({
|
|
121
121
|
defineCustomElementFn: undefined,
|
|
122
122
|
inputs: ['name']
|
|
123
123
|
})
|
|
124
124
|
], IxApplicationHeader);
|
|
125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxApplicationHeader, decorators: [{
|
|
126
126
|
type: Component,
|
|
127
127
|
args: [{
|
|
128
128
|
selector: 'ix-application-header',
|
|
@@ -138,15 +138,15 @@ let IxBasicNavigation = class IxBasicNavigation {
|
|
|
138
138
|
this.el = r.nativeElement;
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
|
-
/** @nocollapse */ IxBasicNavigation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
142
|
-
/** @nocollapse */ IxBasicNavigation.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
141
|
+
/** @nocollapse */ IxBasicNavigation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBasicNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
142
|
+
/** @nocollapse */ IxBasicNavigation.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBasicNavigation, selector: "ix-basic-navigation", inputs: { applicationName: "applicationName", hideHeader: "hideHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
143
143
|
IxBasicNavigation = __decorate([
|
|
144
144
|
ProxyCmp({
|
|
145
145
|
defineCustomElementFn: undefined,
|
|
146
146
|
inputs: ['applicationName', 'hideHeader']
|
|
147
147
|
})
|
|
148
148
|
], IxBasicNavigation);
|
|
149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBasicNavigation, decorators: [{
|
|
150
150
|
type: Component,
|
|
151
151
|
args: [{
|
|
152
152
|
selector: 'ix-basic-navigation',
|
|
@@ -163,15 +163,15 @@ let IxBlind = class IxBlind {
|
|
|
163
163
|
proxyOutputs(this, this.el, ['collapsedChange']);
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
/** @nocollapse */ IxBlind.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
167
|
-
/** @nocollapse */ IxBlind.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
166
|
+
/** @nocollapse */ IxBlind.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBlind, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
167
|
+
/** @nocollapse */ IxBlind.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBlind, selector: "ix-blind", inputs: { collapsed: "collapsed", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
168
168
|
IxBlind = __decorate([
|
|
169
169
|
ProxyCmp({
|
|
170
170
|
defineCustomElementFn: undefined,
|
|
171
171
|
inputs: ['collapsed', 'label']
|
|
172
172
|
})
|
|
173
173
|
], IxBlind);
|
|
174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBlind, decorators: [{
|
|
175
175
|
type: Component,
|
|
176
176
|
args: [{
|
|
177
177
|
selector: 'ix-blind',
|
|
@@ -188,15 +188,15 @@ let IxBreadcrumb = class IxBreadcrumb {
|
|
|
188
188
|
proxyOutputs(this, this.el, ['itemClick', 'nextClick']);
|
|
189
189
|
}
|
|
190
190
|
};
|
|
191
|
-
/** @nocollapse */ IxBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
192
|
-
/** @nocollapse */ IxBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
191
|
+
/** @nocollapse */ IxBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
192
|
+
/** @nocollapse */ IxBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBreadcrumb, selector: "ix-breadcrumb", inputs: { ghost: "ghost", nextItems: "nextItems", visibleItemCount: "visibleItemCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
193
193
|
IxBreadcrumb = __decorate([
|
|
194
194
|
ProxyCmp({
|
|
195
195
|
defineCustomElementFn: undefined,
|
|
196
196
|
inputs: ['ghost', 'nextItems', 'visibleItemCount']
|
|
197
197
|
})
|
|
198
198
|
], IxBreadcrumb);
|
|
199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
200
200
|
type: Component,
|
|
201
201
|
args: [{
|
|
202
202
|
selector: 'ix-breadcrumb',
|
|
@@ -212,15 +212,15 @@ let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
|
212
212
|
this.el = r.nativeElement;
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
|
-
/** @nocollapse */ IxBreadcrumbItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
216
|
-
/** @nocollapse */ IxBreadcrumbItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
215
|
+
/** @nocollapse */ IxBreadcrumbItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
216
|
+
/** @nocollapse */ IxBreadcrumbItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBreadcrumbItem, selector: "ix-breadcrumb-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
217
217
|
IxBreadcrumbItem = __decorate([
|
|
218
218
|
ProxyCmp({
|
|
219
219
|
defineCustomElementFn: undefined,
|
|
220
220
|
inputs: ['icon', 'label']
|
|
221
221
|
})
|
|
222
222
|
], IxBreadcrumbItem);
|
|
223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
|
|
224
224
|
type: Component,
|
|
225
225
|
args: [{
|
|
226
226
|
selector: 'ix-breadcrumb-item',
|
|
@@ -236,15 +236,15 @@ let IxButton = class IxButton {
|
|
|
236
236
|
this.el = r.nativeElement;
|
|
237
237
|
}
|
|
238
238
|
};
|
|
239
|
-
/** @nocollapse */ IxButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
240
|
-
/** @nocollapse */ IxButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
239
|
+
/** @nocollapse */ IxButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
240
|
+
/** @nocollapse */ IxButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxButton, selector: "ix-button", inputs: { disabled: "disabled", ghost: "ghost", invisible: "invisible", outline: "outline", selected: "selected", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
241
241
|
IxButton = __decorate([
|
|
242
242
|
ProxyCmp({
|
|
243
243
|
defineCustomElementFn: undefined,
|
|
244
244
|
inputs: ['disabled', 'ghost', 'invisible', 'outline', 'selected', 'type', 'variant']
|
|
245
245
|
})
|
|
246
246
|
], IxButton);
|
|
247
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxButton, decorators: [{
|
|
248
248
|
type: Component,
|
|
249
249
|
args: [{
|
|
250
250
|
selector: 'ix-button',
|
|
@@ -261,15 +261,15 @@ let IxCategoryFilter = class IxCategoryFilter {
|
|
|
261
261
|
proxyOutputs(this, this.el, ['inputChanged', 'filterChanged']);
|
|
262
262
|
}
|
|
263
263
|
};
|
|
264
|
-
/** @nocollapse */ IxCategoryFilter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
265
|
-
/** @nocollapse */ IxCategoryFilter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
264
|
+
/** @nocollapse */ IxCategoryFilter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCategoryFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
265
|
+
/** @nocollapse */ IxCategoryFilter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCategoryFilter, selector: "ix-category-filter", inputs: { categories: "categories", filterState: "filterState", hideIcon: "hideIcon", i18nPlainText: "i18nPlainText", icon: "icon", initialState: "initialState", labelCategories: "labelCategories", nonSelectableCategories: "nonSelectableCategories", placeholder: "placeholder", repeatCategories: "repeatCategories", suggestions: "suggestions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
266
266
|
IxCategoryFilter = __decorate([
|
|
267
267
|
ProxyCmp({
|
|
268
268
|
defineCustomElementFn: undefined,
|
|
269
269
|
inputs: ['categories', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'initialState', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'repeatCategories', 'suggestions']
|
|
270
270
|
})
|
|
271
271
|
], IxCategoryFilter);
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
273
273
|
type: Component,
|
|
274
274
|
args: [{
|
|
275
275
|
selector: 'ix-category-filter',
|
|
@@ -286,15 +286,15 @@ let IxChip = class IxChip {
|
|
|
286
286
|
proxyOutputs(this, this.el, ['close']);
|
|
287
287
|
}
|
|
288
288
|
};
|
|
289
|
-
/** @nocollapse */ IxChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
290
|
-
/** @nocollapse */ IxChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
289
|
+
/** @nocollapse */ IxChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
290
|
+
/** @nocollapse */ IxChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxChip, selector: "ix-chip", inputs: { active: "active", background: "background", closable: "closable", color: "color", icon: "icon", outline: "outline", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
291
291
|
IxChip = __decorate([
|
|
292
292
|
ProxyCmp({
|
|
293
293
|
defineCustomElementFn: undefined,
|
|
294
294
|
inputs: ['active', 'background', 'closable', 'color', 'icon', 'outline', 'variant']
|
|
295
295
|
})
|
|
296
296
|
], IxChip);
|
|
297
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxChip, decorators: [{
|
|
298
298
|
type: Component,
|
|
299
299
|
args: [{
|
|
300
300
|
selector: 'ix-chip',
|
|
@@ -310,15 +310,15 @@ let IxCounterPill = class IxCounterPill {
|
|
|
310
310
|
this.el = r.nativeElement;
|
|
311
311
|
}
|
|
312
312
|
};
|
|
313
|
-
/** @nocollapse */ IxCounterPill.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
314
|
-
/** @nocollapse */ IxCounterPill.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
313
|
+
/** @nocollapse */ IxCounterPill.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCounterPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
314
|
+
/** @nocollapse */ IxCounterPill.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCounterPill, selector: "ix-counter-pill", inputs: { alignLeft: "alignLeft", background: "background", color: "color", outline: "outline", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
315
315
|
IxCounterPill = __decorate([
|
|
316
316
|
ProxyCmp({
|
|
317
317
|
defineCustomElementFn: undefined,
|
|
318
318
|
inputs: ['alignLeft', 'background', 'color', 'outline', 'variant']
|
|
319
319
|
})
|
|
320
320
|
], IxCounterPill);
|
|
321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCounterPill, decorators: [{
|
|
322
322
|
type: Component,
|
|
323
323
|
args: [{
|
|
324
324
|
selector: 'ix-counter-pill',
|
|
@@ -335,8 +335,8 @@ let IxDatePicker = class IxDatePicker {
|
|
|
335
335
|
proxyOutputs(this, this.el, ['dateChange', 'dateRangeChange', 'done', 'dateSelect']);
|
|
336
336
|
}
|
|
337
337
|
};
|
|
338
|
-
/** @nocollapse */ IxDatePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
339
|
-
/** @nocollapse */ IxDatePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
338
|
+
/** @nocollapse */ IxDatePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
339
|
+
/** @nocollapse */ IxDatePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDatePicker, selector: "ix-date-picker", inputs: { corners: "corners", eventDelimiter: "eventDelimiter", format: "format", from: "from", individual: "individual", maxDate: "maxDate", minDate: "minDate", range: "range", textSelectDate: "textSelectDate", to: "to" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
340
340
|
IxDatePicker = __decorate([
|
|
341
341
|
ProxyCmp({
|
|
342
342
|
defineCustomElementFn: undefined,
|
|
@@ -344,7 +344,7 @@ IxDatePicker = __decorate([
|
|
|
344
344
|
methods: ['getCurrentDate']
|
|
345
345
|
})
|
|
346
346
|
], IxDatePicker);
|
|
347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDatePicker, decorators: [{
|
|
348
348
|
type: Component,
|
|
349
349
|
args: [{
|
|
350
350
|
selector: 'ix-date-picker',
|
|
@@ -360,15 +360,15 @@ let IxDateTimeCard = class IxDateTimeCard {
|
|
|
360
360
|
this.el = r.nativeElement;
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
|
-
/** @nocollapse */ IxDateTimeCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
364
|
-
/** @nocollapse */ IxDateTimeCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
363
|
+
/** @nocollapse */ IxDateTimeCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDateTimeCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
364
|
+
/** @nocollapse */ IxDateTimeCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDateTimeCard, selector: "ix-date-time-card", inputs: { corners: "corners", individual: "individual" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
365
365
|
IxDateTimeCard = __decorate([
|
|
366
366
|
ProxyCmp({
|
|
367
367
|
defineCustomElementFn: undefined,
|
|
368
368
|
inputs: ['corners', 'individual']
|
|
369
369
|
})
|
|
370
370
|
], IxDateTimeCard);
|
|
371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDateTimeCard, decorators: [{
|
|
372
372
|
type: Component,
|
|
373
373
|
args: [{
|
|
374
374
|
selector: 'ix-date-time-card',
|
|
@@ -385,15 +385,15 @@ let IxDatetimePicker = class IxDatetimePicker {
|
|
|
385
385
|
proxyOutputs(this, this.el, ['done', 'timeChange', 'dateChange', 'dateSelect']);
|
|
386
386
|
}
|
|
387
387
|
};
|
|
388
|
-
/** @nocollapse */ IxDatetimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
389
|
-
/** @nocollapse */ IxDatetimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
388
|
+
/** @nocollapse */ IxDatetimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDatetimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
389
|
+
/** @nocollapse */ IxDatetimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDatetimePicker, selector: "ix-datetime-picker", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
390
390
|
IxDatetimePicker = __decorate([
|
|
391
391
|
ProxyCmp({
|
|
392
392
|
defineCustomElementFn: undefined,
|
|
393
393
|
inputs: ['dateFormat', 'eventDelimiter', 'from', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'textSelectDate', 'time', 'timeFormat', 'timeReference', 'to']
|
|
394
394
|
})
|
|
395
395
|
], IxDatetimePicker);
|
|
396
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDatetimePicker, decorators: [{
|
|
397
397
|
type: Component,
|
|
398
398
|
args: [{
|
|
399
399
|
selector: 'ix-datetime-picker',
|
|
@@ -410,8 +410,8 @@ let IxDrawer = class IxDrawer {
|
|
|
410
410
|
proxyOutputs(this, this.el, ['open', 'drawerClose']);
|
|
411
411
|
}
|
|
412
412
|
};
|
|
413
|
-
/** @nocollapse */ IxDrawer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
414
|
-
/** @nocollapse */ IxDrawer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
413
|
+
/** @nocollapse */ IxDrawer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
414
|
+
/** @nocollapse */ IxDrawer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDrawer, selector: "ix-drawer", inputs: { closeOnClickOutside: "closeOnClickOutside", fullHeight: "fullHeight", maxWidth: "maxWidth", minWidth: "minWidth", show: "show", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
415
415
|
IxDrawer = __decorate([
|
|
416
416
|
ProxyCmp({
|
|
417
417
|
defineCustomElementFn: undefined,
|
|
@@ -419,7 +419,7 @@ IxDrawer = __decorate([
|
|
|
419
419
|
methods: ['toggleDrawer']
|
|
420
420
|
})
|
|
421
421
|
], IxDrawer);
|
|
422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDrawer, decorators: [{
|
|
423
423
|
type: Component,
|
|
424
424
|
args: [{
|
|
425
425
|
selector: 'ix-drawer',
|
|
@@ -436,8 +436,8 @@ let IxDropdown = class IxDropdown {
|
|
|
436
436
|
proxyOutputs(this, this.el, ['showChanged']);
|
|
437
437
|
}
|
|
438
438
|
};
|
|
439
|
-
/** @nocollapse */ IxDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
440
|
-
/** @nocollapse */ IxDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
439
|
+
/** @nocollapse */ IxDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
440
|
+
/** @nocollapse */ IxDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDropdown, selector: "ix-dropdown", inputs: { adjustDropdownWidthToReferenceWidth: "adjustDropdownWidthToReferenceWidth", adjustDropdownWidthToReferenceWith: "adjustDropdownWidthToReferenceWith", anchor: "anchor", closeBehavior: "closeBehavior", header: "header", placement: "placement", positioningStrategy: "positioningStrategy", show: "show", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
441
441
|
IxDropdown = __decorate([
|
|
442
442
|
ProxyCmp({
|
|
443
443
|
defineCustomElementFn: undefined,
|
|
@@ -445,7 +445,7 @@ IxDropdown = __decorate([
|
|
|
445
445
|
methods: ['updatePosition']
|
|
446
446
|
})
|
|
447
447
|
], IxDropdown);
|
|
448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdown, decorators: [{
|
|
449
449
|
type: Component,
|
|
450
450
|
args: [{
|
|
451
451
|
selector: 'ix-dropdown',
|
|
@@ -462,8 +462,8 @@ let IxDropdownItem = class IxDropdownItem {
|
|
|
462
462
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
|
-
/** @nocollapse */ IxDropdownItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
466
|
-
/** @nocollapse */ IxDropdownItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
465
|
+
/** @nocollapse */ IxDropdownItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
466
|
+
/** @nocollapse */ IxDropdownItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDropdownItem, selector: "ix-dropdown-item", inputs: { checked: "checked", disabled: "disabled", hover: "hover", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
467
467
|
IxDropdownItem = __decorate([
|
|
468
468
|
ProxyCmp({
|
|
469
469
|
defineCustomElementFn: undefined,
|
|
@@ -471,7 +471,7 @@ IxDropdownItem = __decorate([
|
|
|
471
471
|
methods: ['emitItemClick']
|
|
472
472
|
})
|
|
473
473
|
], IxDropdownItem);
|
|
474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownItem, decorators: [{
|
|
475
475
|
type: Component,
|
|
476
476
|
args: [{
|
|
477
477
|
selector: 'ix-dropdown-item',
|
|
@@ -487,15 +487,15 @@ let IxEventList = class IxEventList {
|
|
|
487
487
|
this.el = r.nativeElement;
|
|
488
488
|
}
|
|
489
489
|
};
|
|
490
|
-
/** @nocollapse */ IxEventList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
491
|
-
/** @nocollapse */ IxEventList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
490
|
+
/** @nocollapse */ IxEventList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxEventList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
491
|
+
/** @nocollapse */ IxEventList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxEventList, selector: "ix-event-list", inputs: { animated: "animated", chevron: "chevron", compact: "compact", itemHeight: "itemHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
492
492
|
IxEventList = __decorate([
|
|
493
493
|
ProxyCmp({
|
|
494
494
|
defineCustomElementFn: undefined,
|
|
495
495
|
inputs: ['animated', 'chevron', 'compact', 'itemHeight']
|
|
496
496
|
})
|
|
497
497
|
], IxEventList);
|
|
498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxEventList, decorators: [{
|
|
499
499
|
type: Component,
|
|
500
500
|
args: [{
|
|
501
501
|
selector: 'ix-event-list',
|
|
@@ -512,15 +512,15 @@ let IxEventListItem = class IxEventListItem {
|
|
|
512
512
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
513
513
|
}
|
|
514
514
|
};
|
|
515
|
-
/** @nocollapse */ IxEventListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
516
|
-
/** @nocollapse */ IxEventListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
515
|
+
/** @nocollapse */ IxEventListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxEventListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
516
|
+
/** @nocollapse */ IxEventListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxEventListItem, selector: "ix-event-list-item", inputs: { chevron: "chevron", color: "color", disabled: "disabled", opacity: "opacity", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
517
517
|
IxEventListItem = __decorate([
|
|
518
518
|
ProxyCmp({
|
|
519
519
|
defineCustomElementFn: undefined,
|
|
520
520
|
inputs: ['chevron', 'color', 'disabled', 'opacity', 'selected']
|
|
521
521
|
})
|
|
522
522
|
], IxEventListItem);
|
|
523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxEventListItem, decorators: [{
|
|
524
524
|
type: Component,
|
|
525
525
|
args: [{
|
|
526
526
|
selector: 'ix-event-list-item',
|
|
@@ -537,15 +537,15 @@ let IxExpandingSearch = class IxExpandingSearch {
|
|
|
537
537
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
538
538
|
}
|
|
539
539
|
};
|
|
540
|
-
/** @nocollapse */ IxExpandingSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
541
|
-
/** @nocollapse */ IxExpandingSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
540
|
+
/** @nocollapse */ IxExpandingSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxExpandingSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
541
|
+
/** @nocollapse */ IxExpandingSearch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxExpandingSearch, selector: "ix-expanding-search", inputs: { icon: "icon", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
542
542
|
IxExpandingSearch = __decorate([
|
|
543
543
|
ProxyCmp({
|
|
544
544
|
defineCustomElementFn: undefined,
|
|
545
545
|
inputs: ['icon', 'placeholder', 'value']
|
|
546
546
|
})
|
|
547
547
|
], IxExpandingSearch);
|
|
548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxExpandingSearch, decorators: [{
|
|
549
549
|
type: Component,
|
|
550
550
|
args: [{
|
|
551
551
|
selector: 'ix-expanding-search',
|
|
@@ -562,15 +562,15 @@ let IxFilterChip = class IxFilterChip {
|
|
|
562
562
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
563
563
|
}
|
|
564
564
|
};
|
|
565
|
-
/** @nocollapse */ IxFilterChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
566
|
-
/** @nocollapse */ IxFilterChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
565
|
+
/** @nocollapse */ IxFilterChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFilterChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
566
|
+
/** @nocollapse */ IxFilterChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxFilterChip, selector: "ix-filter-chip", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
567
567
|
IxFilterChip = __decorate([
|
|
568
568
|
ProxyCmp({
|
|
569
569
|
defineCustomElementFn: undefined,
|
|
570
570
|
inputs: ['disabled']
|
|
571
571
|
})
|
|
572
572
|
], IxFilterChip);
|
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFilterChip, decorators: [{
|
|
574
574
|
type: Component,
|
|
575
575
|
args: [{
|
|
576
576
|
selector: 'ix-filter-chip',
|
|
@@ -586,15 +586,15 @@ let IxFlipTile = class IxFlipTile {
|
|
|
586
586
|
this.el = r.nativeElement;
|
|
587
587
|
}
|
|
588
588
|
};
|
|
589
|
-
/** @nocollapse */ IxFlipTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
590
|
-
/** @nocollapse */ IxFlipTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
589
|
+
/** @nocollapse */ IxFlipTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFlipTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
590
|
+
/** @nocollapse */ IxFlipTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxFlipTile, selector: "ix-flip-tile", inputs: { footer: "footer", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
591
591
|
IxFlipTile = __decorate([
|
|
592
592
|
ProxyCmp({
|
|
593
593
|
defineCustomElementFn: undefined,
|
|
594
594
|
inputs: ['footer', 'state']
|
|
595
595
|
})
|
|
596
596
|
], IxFlipTile);
|
|
597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFlipTile, decorators: [{
|
|
598
598
|
type: Component,
|
|
599
599
|
args: [{
|
|
600
600
|
selector: 'ix-flip-tile',
|
|
@@ -610,14 +610,14 @@ let IxFlipTileContent = class IxFlipTileContent {
|
|
|
610
610
|
this.el = r.nativeElement;
|
|
611
611
|
}
|
|
612
612
|
};
|
|
613
|
-
/** @nocollapse */ IxFlipTileContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
614
|
-
/** @nocollapse */ IxFlipTileContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
613
|
+
/** @nocollapse */ IxFlipTileContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFlipTileContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
614
|
+
/** @nocollapse */ IxFlipTileContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxFlipTileContent, selector: "ix-flip-tile-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
615
615
|
IxFlipTileContent = __decorate([
|
|
616
616
|
ProxyCmp({
|
|
617
617
|
defineCustomElementFn: undefined
|
|
618
618
|
})
|
|
619
619
|
], IxFlipTileContent);
|
|
620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFlipTileContent, decorators: [{
|
|
621
621
|
type: Component,
|
|
622
622
|
args: [{
|
|
623
623
|
selector: 'ix-flip-tile-content',
|
|
@@ -633,15 +633,15 @@ let IxGroup = class IxGroup {
|
|
|
633
633
|
proxyOutputs(this, this.el, ['selectGroup', 'selectItem', 'collapsedChanged']);
|
|
634
634
|
}
|
|
635
635
|
};
|
|
636
|
-
/** @nocollapse */ IxGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
637
|
-
/** @nocollapse */ IxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
636
|
+
/** @nocollapse */ IxGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
|
+
/** @nocollapse */ IxGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxGroup, selector: "ix-group", inputs: { collapsed: "collapsed", expandOnHeaderClick: "expandOnHeaderClick", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
638
638
|
IxGroup = __decorate([
|
|
639
639
|
ProxyCmp({
|
|
640
640
|
defineCustomElementFn: undefined,
|
|
641
641
|
inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
642
642
|
})
|
|
643
643
|
], IxGroup);
|
|
644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroup, decorators: [{
|
|
645
645
|
type: Component,
|
|
646
646
|
args: [{
|
|
647
647
|
selector: 'ix-group',
|
|
@@ -650,6 +650,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.4", ngImpor
|
|
|
650
650
|
inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
651
651
|
}]
|
|
652
652
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
653
|
+
let IxGroupContextMenu = class IxGroupContextMenu {
|
|
654
|
+
constructor(c, r, z) {
|
|
655
|
+
this.z = z;
|
|
656
|
+
c.detach();
|
|
657
|
+
this.el = r.nativeElement;
|
|
658
|
+
}
|
|
659
|
+
};
|
|
660
|
+
/** @nocollapse */ IxGroupContextMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroupContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
661
|
+
/** @nocollapse */ IxGroupContextMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxGroupContextMenu, selector: "ix-group-context-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
662
|
+
IxGroupContextMenu = __decorate([
|
|
663
|
+
ProxyCmp({
|
|
664
|
+
defineCustomElementFn: undefined
|
|
665
|
+
})
|
|
666
|
+
], IxGroupContextMenu);
|
|
667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroupContextMenu, decorators: [{
|
|
668
|
+
type: Component,
|
|
669
|
+
args: [{
|
|
670
|
+
selector: 'ix-group-context-menu',
|
|
671
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
672
|
+
template: '<ng-content></ng-content>'
|
|
673
|
+
}]
|
|
674
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
653
675
|
let IxGroupDropdownItem = class IxGroupDropdownItem {
|
|
654
676
|
constructor(c, r, z) {
|
|
655
677
|
this.z = z;
|
|
@@ -657,15 +679,15 @@ let IxGroupDropdownItem = class IxGroupDropdownItem {
|
|
|
657
679
|
this.el = r.nativeElement;
|
|
658
680
|
}
|
|
659
681
|
};
|
|
660
|
-
/** @nocollapse */ IxGroupDropdownItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
661
|
-
/** @nocollapse */ IxGroupDropdownItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
682
|
+
/** @nocollapse */ IxGroupDropdownItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroupDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
683
|
+
/** @nocollapse */ IxGroupDropdownItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxGroupDropdownItem, selector: "ix-group-dropdown-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
662
684
|
IxGroupDropdownItem = __decorate([
|
|
663
685
|
ProxyCmp({
|
|
664
686
|
defineCustomElementFn: undefined,
|
|
665
687
|
inputs: ['icon', 'label']
|
|
666
688
|
})
|
|
667
689
|
], IxGroupDropdownItem);
|
|
668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroupDropdownItem, decorators: [{
|
|
669
691
|
type: Component,
|
|
670
692
|
args: [{
|
|
671
693
|
selector: 'ix-group-dropdown-item',
|
|
@@ -682,15 +704,15 @@ let IxGroupItem = class IxGroupItem {
|
|
|
682
704
|
proxyOutputs(this, this.el, ['selectedChanged']);
|
|
683
705
|
}
|
|
684
706
|
};
|
|
685
|
-
/** @nocollapse */ IxGroupItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
686
|
-
/** @nocollapse */ IxGroupItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
707
|
+
/** @nocollapse */ IxGroupItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
708
|
+
/** @nocollapse */ IxGroupItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxGroupItem, selector: "ix-group-item", inputs: { focusable: "focusable", icon: "icon", index: "index", secondaryText: "secondaryText", selected: "selected", suppressSelection: "suppressSelection", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
687
709
|
IxGroupItem = __decorate([
|
|
688
710
|
ProxyCmp({
|
|
689
711
|
defineCustomElementFn: undefined,
|
|
690
712
|
inputs: ['focusable', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
|
|
691
713
|
})
|
|
692
714
|
], IxGroupItem);
|
|
693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGroupItem, decorators: [{
|
|
694
716
|
type: Component,
|
|
695
717
|
args: [{
|
|
696
718
|
selector: 'ix-group-item',
|
|
@@ -706,15 +728,15 @@ let IxIcon = class IxIcon {
|
|
|
706
728
|
this.el = r.nativeElement;
|
|
707
729
|
}
|
|
708
730
|
};
|
|
709
|
-
/** @nocollapse */ IxIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
710
|
-
/** @nocollapse */ IxIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
731
|
+
/** @nocollapse */ IxIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
732
|
+
/** @nocollapse */ IxIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxIcon, selector: "ix-icon", inputs: { color: "color", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
711
733
|
IxIcon = __decorate([
|
|
712
734
|
ProxyCmp({
|
|
713
735
|
defineCustomElementFn: undefined,
|
|
714
736
|
inputs: ['color', 'name', 'size']
|
|
715
737
|
})
|
|
716
738
|
], IxIcon);
|
|
717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxIcon, decorators: [{
|
|
718
740
|
type: Component,
|
|
719
741
|
args: [{
|
|
720
742
|
selector: 'ix-icon',
|
|
@@ -730,15 +752,15 @@ let IxIconButton = class IxIconButton {
|
|
|
730
752
|
this.el = r.nativeElement;
|
|
731
753
|
}
|
|
732
754
|
};
|
|
733
|
-
/** @nocollapse */ IxIconButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
734
|
-
/** @nocollapse */ IxIconButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
755
|
+
/** @nocollapse */ IxIconButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
756
|
+
/** @nocollapse */ IxIconButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxIconButton, selector: "ix-icon-button", inputs: { color: "color", disabled: "disabled", ghost: "ghost", icon: "icon", invisible: "invisible", outline: "outline", oval: "oval", selected: "selected", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
735
757
|
IxIconButton = __decorate([
|
|
736
758
|
ProxyCmp({
|
|
737
759
|
defineCustomElementFn: undefined,
|
|
738
760
|
inputs: ['color', 'disabled', 'ghost', 'icon', 'invisible', 'outline', 'oval', 'selected', 'size', 'type', 'variant']
|
|
739
761
|
})
|
|
740
762
|
], IxIconButton);
|
|
741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxIconButton, decorators: [{
|
|
742
764
|
type: Component,
|
|
743
765
|
args: [{
|
|
744
766
|
selector: 'ix-icon-button',
|
|
@@ -754,14 +776,14 @@ let IxInputGroup = class IxInputGroup {
|
|
|
754
776
|
this.el = r.nativeElement;
|
|
755
777
|
}
|
|
756
778
|
};
|
|
757
|
-
/** @nocollapse */ IxInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
758
|
-
/** @nocollapse */ IxInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
779
|
+
/** @nocollapse */ IxInputGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
780
|
+
/** @nocollapse */ IxInputGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxInputGroup, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
759
781
|
IxInputGroup = __decorate([
|
|
760
782
|
ProxyCmp({
|
|
761
783
|
defineCustomElementFn: undefined
|
|
762
784
|
})
|
|
763
785
|
], IxInputGroup);
|
|
764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxInputGroup, decorators: [{
|
|
765
787
|
type: Component,
|
|
766
788
|
args: [{
|
|
767
789
|
selector: 'ix-input-group',
|
|
@@ -776,15 +798,15 @@ let IxKpi = class IxKpi {
|
|
|
776
798
|
this.el = r.nativeElement;
|
|
777
799
|
}
|
|
778
800
|
};
|
|
779
|
-
/** @nocollapse */ IxKpi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
780
|
-
/** @nocollapse */ IxKpi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
801
|
+
/** @nocollapse */ IxKpi.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxKpi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
802
|
+
/** @nocollapse */ IxKpi.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxKpi, selector: "ix-kpi", inputs: { label: "label", orientation: "orientation", state: "state", unit: "unit", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
781
803
|
IxKpi = __decorate([
|
|
782
804
|
ProxyCmp({
|
|
783
805
|
defineCustomElementFn: undefined,
|
|
784
806
|
inputs: ['label', 'orientation', 'state', 'unit', 'value']
|
|
785
807
|
})
|
|
786
808
|
], IxKpi);
|
|
787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxKpi, decorators: [{
|
|
788
810
|
type: Component,
|
|
789
811
|
args: [{
|
|
790
812
|
selector: 'ix-kpi',
|
|
@@ -801,8 +823,8 @@ let IxMapNavigation = class IxMapNavigation {
|
|
|
801
823
|
proxyOutputs(this, this.el, ['navigationToggled', 'contextMenuClick']);
|
|
802
824
|
}
|
|
803
825
|
};
|
|
804
|
-
/** @nocollapse */ IxMapNavigation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
805
|
-
/** @nocollapse */ IxMapNavigation.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
826
|
+
/** @nocollapse */ IxMapNavigation.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMapNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
827
|
+
/** @nocollapse */ IxMapNavigation.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMapNavigation, selector: "ix-map-navigation", inputs: { applicationName: "applicationName", hideContextMenu: "hideContextMenu", navigationTitle: "navigationTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
806
828
|
IxMapNavigation = __decorate([
|
|
807
829
|
ProxyCmp({
|
|
808
830
|
defineCustomElementFn: undefined,
|
|
@@ -810,7 +832,7 @@ IxMapNavigation = __decorate([
|
|
|
810
832
|
methods: ['openOverlay', 'closeOverlay']
|
|
811
833
|
})
|
|
812
834
|
], IxMapNavigation);
|
|
813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMapNavigation, decorators: [{
|
|
814
836
|
type: Component,
|
|
815
837
|
args: [{
|
|
816
838
|
selector: 'ix-map-navigation',
|
|
@@ -827,15 +849,15 @@ let IxMapNavigationOverlay = class IxMapNavigationOverlay {
|
|
|
827
849
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
828
850
|
}
|
|
829
851
|
};
|
|
830
|
-
/** @nocollapse */ IxMapNavigationOverlay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
831
|
-
/** @nocollapse */ IxMapNavigationOverlay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
852
|
+
/** @nocollapse */ IxMapNavigationOverlay.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMapNavigationOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
853
|
+
/** @nocollapse */ IxMapNavigationOverlay.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMapNavigationOverlay, selector: "ix-map-navigation-overlay", inputs: { color: "color", icon: "icon", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
832
854
|
IxMapNavigationOverlay = __decorate([
|
|
833
855
|
ProxyCmp({
|
|
834
856
|
defineCustomElementFn: undefined,
|
|
835
857
|
inputs: ['color', 'icon', 'name']
|
|
836
858
|
})
|
|
837
859
|
], IxMapNavigationOverlay);
|
|
838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMapNavigationOverlay, decorators: [{
|
|
839
861
|
type: Component,
|
|
840
862
|
args: [{
|
|
841
863
|
selector: 'ix-map-navigation-overlay',
|
|
@@ -852,8 +874,8 @@ let IxMenu = class IxMenu {
|
|
|
852
874
|
proxyOutputs(this, this.el, ['expandChange', 'mapExpandChange']);
|
|
853
875
|
}
|
|
854
876
|
};
|
|
855
|
-
/** @nocollapse */ IxMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
856
|
-
/** @nocollapse */ IxMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
877
|
+
/** @nocollapse */ IxMenu.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
878
|
+
/** @nocollapse */ IxMenu.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenu, selector: "ix-menu", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
857
879
|
IxMenu = __decorate([
|
|
858
880
|
ProxyCmp({
|
|
859
881
|
defineCustomElementFn: undefined,
|
|
@@ -861,7 +883,7 @@ IxMenu = __decorate([
|
|
|
861
883
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
862
884
|
})
|
|
863
885
|
], IxMenu);
|
|
864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenu, decorators: [{
|
|
865
887
|
type: Component,
|
|
866
888
|
args: [{
|
|
867
889
|
selector: 'ix-menu',
|
|
@@ -878,15 +900,15 @@ let IxMenuAbout = class IxMenuAbout {
|
|
|
878
900
|
proxyOutputs(this, this.el, ['close']);
|
|
879
901
|
}
|
|
880
902
|
};
|
|
881
|
-
/** @nocollapse */ IxMenuAbout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
882
|
-
/** @nocollapse */ IxMenuAbout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
903
|
+
/** @nocollapse */ IxMenuAbout.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAbout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
904
|
+
/** @nocollapse */ IxMenuAbout.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuAbout, selector: "ix-menu-about", inputs: { activeTabLabel: "activeTabLabel", label: "label", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
883
905
|
IxMenuAbout = __decorate([
|
|
884
906
|
ProxyCmp({
|
|
885
907
|
defineCustomElementFn: undefined,
|
|
886
908
|
inputs: ['activeTabLabel', 'label', 'show']
|
|
887
909
|
})
|
|
888
910
|
], IxMenuAbout);
|
|
889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAbout, decorators: [{
|
|
890
912
|
type: Component,
|
|
891
913
|
args: [{
|
|
892
914
|
selector: 'ix-menu-about',
|
|
@@ -902,15 +924,15 @@ let IxMenuAboutItem = class IxMenuAboutItem {
|
|
|
902
924
|
this.el = r.nativeElement;
|
|
903
925
|
}
|
|
904
926
|
};
|
|
905
|
-
/** @nocollapse */ IxMenuAboutItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
906
|
-
/** @nocollapse */ IxMenuAboutItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
927
|
+
/** @nocollapse */ IxMenuAboutItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAboutItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
928
|
+
/** @nocollapse */ IxMenuAboutItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuAboutItem, selector: "ix-menu-about-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
907
929
|
IxMenuAboutItem = __decorate([
|
|
908
930
|
ProxyCmp({
|
|
909
931
|
defineCustomElementFn: undefined,
|
|
910
932
|
inputs: ['label']
|
|
911
933
|
})
|
|
912
934
|
], IxMenuAboutItem);
|
|
913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAboutItem, decorators: [{
|
|
914
936
|
type: Component,
|
|
915
937
|
args: [{
|
|
916
938
|
selector: 'ix-menu-about-item',
|
|
@@ -927,15 +949,15 @@ let IxMenuAboutNews = class IxMenuAboutNews {
|
|
|
927
949
|
proxyOutputs(this, this.el, ['showMore', 'closePopover']);
|
|
928
950
|
}
|
|
929
951
|
};
|
|
930
|
-
/** @nocollapse */ IxMenuAboutNews.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
931
|
-
/** @nocollapse */ IxMenuAboutNews.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
952
|
+
/** @nocollapse */ IxMenuAboutNews.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAboutNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
953
|
+
/** @nocollapse */ IxMenuAboutNews.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuAboutNews, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", expanded: "expanded", i18nShowMore: "i18nShowMore", label: "label", offsetBottom: "offsetBottom", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
932
954
|
IxMenuAboutNews = __decorate([
|
|
933
955
|
ProxyCmp({
|
|
934
956
|
defineCustomElementFn: undefined,
|
|
935
957
|
inputs: ['aboutItemLabel', 'expanded', 'i18nShowMore', 'label', 'offsetBottom', 'show']
|
|
936
958
|
})
|
|
937
959
|
], IxMenuAboutNews);
|
|
938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAboutNews, decorators: [{
|
|
939
961
|
type: Component,
|
|
940
962
|
args: [{
|
|
941
963
|
selector: 'ix-menu-about-news',
|
|
@@ -952,15 +974,15 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
952
974
|
proxyOutputs(this, this.el, ['logoutClick']);
|
|
953
975
|
}
|
|
954
976
|
};
|
|
955
|
-
/** @nocollapse */ IxMenuAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
956
|
-
/** @nocollapse */ IxMenuAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
977
|
+
/** @nocollapse */ IxMenuAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
978
|
+
/** @nocollapse */ IxMenuAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuAvatar, selector: "ix-menu-avatar", inputs: { bottom: "bottom", i18nLogout: "i18nLogout", top: "top" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
957
979
|
IxMenuAvatar = __decorate([
|
|
958
980
|
ProxyCmp({
|
|
959
981
|
defineCustomElementFn: undefined,
|
|
960
982
|
inputs: ['bottom', 'i18nLogout', 'top']
|
|
961
983
|
})
|
|
962
984
|
], IxMenuAvatar);
|
|
963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
964
986
|
type: Component,
|
|
965
987
|
args: [{
|
|
966
988
|
selector: 'ix-menu-avatar',
|
|
@@ -977,15 +999,15 @@ let IxMenuAvatarItem = class IxMenuAvatarItem {
|
|
|
977
999
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
978
1000
|
}
|
|
979
1001
|
};
|
|
980
|
-
/** @nocollapse */ IxMenuAvatarItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
981
|
-
/** @nocollapse */ IxMenuAvatarItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1002
|
+
/** @nocollapse */ IxMenuAvatarItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAvatarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1003
|
+
/** @nocollapse */ IxMenuAvatarItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuAvatarItem, selector: "ix-menu-avatar-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
982
1004
|
IxMenuAvatarItem = __decorate([
|
|
983
1005
|
ProxyCmp({
|
|
984
1006
|
defineCustomElementFn: undefined,
|
|
985
1007
|
inputs: ['icon', 'label']
|
|
986
1008
|
})
|
|
987
1009
|
], IxMenuAvatarItem);
|
|
988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuAvatarItem, decorators: [{
|
|
989
1011
|
type: Component,
|
|
990
1012
|
args: [{
|
|
991
1013
|
selector: 'ix-menu-avatar-item',
|
|
@@ -1001,15 +1023,15 @@ let IxMenuItem = class IxMenuItem {
|
|
|
1001
1023
|
this.el = r.nativeElement;
|
|
1002
1024
|
}
|
|
1003
1025
|
};
|
|
1004
|
-
/** @nocollapse */ IxMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1005
|
-
/** @nocollapse */ IxMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1026
|
+
/** @nocollapse */ IxMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1027
|
+
/** @nocollapse */ IxMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuItem, selector: "ix-menu-item", inputs: { active: "active", bottom: "bottom", disabled: "disabled", home: "home", notifications: "notifications", tabIcon: "tabIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1006
1028
|
IxMenuItem = __decorate([
|
|
1007
1029
|
ProxyCmp({
|
|
1008
1030
|
defineCustomElementFn: undefined,
|
|
1009
1031
|
inputs: ['active', 'bottom', 'disabled', 'home', 'notifications', 'tabIcon']
|
|
1010
1032
|
})
|
|
1011
1033
|
], IxMenuItem);
|
|
1012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuItem, decorators: [{
|
|
1013
1035
|
type: Component,
|
|
1014
1036
|
args: [{
|
|
1015
1037
|
selector: 'ix-menu-item',
|
|
@@ -1026,15 +1048,15 @@ let IxMenuSettings = class IxMenuSettings {
|
|
|
1026
1048
|
proxyOutputs(this, this.el, ['close']);
|
|
1027
1049
|
}
|
|
1028
1050
|
};
|
|
1029
|
-
/** @nocollapse */ IxMenuSettings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1030
|
-
/** @nocollapse */ IxMenuSettings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1051
|
+
/** @nocollapse */ IxMenuSettings.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1052
|
+
/** @nocollapse */ IxMenuSettings.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuSettings, selector: "ix-menu-settings", inputs: { activeTabLabel: "activeTabLabel", label: "label", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1031
1053
|
IxMenuSettings = __decorate([
|
|
1032
1054
|
ProxyCmp({
|
|
1033
1055
|
defineCustomElementFn: undefined,
|
|
1034
1056
|
inputs: ['activeTabLabel', 'label', 'show']
|
|
1035
1057
|
})
|
|
1036
1058
|
], IxMenuSettings);
|
|
1037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1059
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuSettings, decorators: [{
|
|
1038
1060
|
type: Component,
|
|
1039
1061
|
args: [{
|
|
1040
1062
|
selector: 'ix-menu-settings',
|
|
@@ -1050,15 +1072,15 @@ let IxMenuSettingsItem = class IxMenuSettingsItem {
|
|
|
1050
1072
|
this.el = r.nativeElement;
|
|
1051
1073
|
}
|
|
1052
1074
|
};
|
|
1053
|
-
/** @nocollapse */ IxMenuSettingsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1054
|
-
/** @nocollapse */ IxMenuSettingsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1075
|
+
/** @nocollapse */ IxMenuSettingsItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuSettingsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1076
|
+
/** @nocollapse */ IxMenuSettingsItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMenuSettingsItem, selector: "ix-menu-settings-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1055
1077
|
IxMenuSettingsItem = __decorate([
|
|
1056
1078
|
ProxyCmp({
|
|
1057
1079
|
defineCustomElementFn: undefined,
|
|
1058
1080
|
inputs: ['label']
|
|
1059
1081
|
})
|
|
1060
1082
|
], IxMenuSettingsItem);
|
|
1061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMenuSettingsItem, decorators: [{
|
|
1062
1084
|
type: Component,
|
|
1063
1085
|
args: [{
|
|
1064
1086
|
selector: 'ix-menu-settings-item',
|
|
@@ -1075,15 +1097,15 @@ let IxMessageBar = class IxMessageBar {
|
|
|
1075
1097
|
proxyOutputs(this, this.el, ['closedChange']);
|
|
1076
1098
|
}
|
|
1077
1099
|
};
|
|
1078
|
-
/** @nocollapse */ IxMessageBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1079
|
-
/** @nocollapse */ IxMessageBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1100
|
+
/** @nocollapse */ IxMessageBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMessageBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1101
|
+
/** @nocollapse */ IxMessageBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxMessageBar, selector: "ix-message-bar", inputs: { dismissible: "dismissible", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1080
1102
|
IxMessageBar = __decorate([
|
|
1081
1103
|
ProxyCmp({
|
|
1082
1104
|
defineCustomElementFn: undefined,
|
|
1083
1105
|
inputs: ['dismissible', 'type']
|
|
1084
1106
|
})
|
|
1085
1107
|
], IxMessageBar);
|
|
1086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
1087
1109
|
type: Component,
|
|
1088
1110
|
args: [{
|
|
1089
1111
|
selector: 'ix-message-bar',
|
|
@@ -1100,8 +1122,8 @@ let IxModal = class IxModal {
|
|
|
1100
1122
|
proxyOutputs(this, this.el, ['closed', 'dismissed']);
|
|
1101
1123
|
}
|
|
1102
1124
|
};
|
|
1103
|
-
/** @nocollapse */ IxModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1104
|
-
/** @nocollapse */ IxModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1125
|
+
/** @nocollapse */ IxModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1126
|
+
/** @nocollapse */ IxModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxModal, selector: "ix-modal", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1105
1127
|
IxModal = __decorate([
|
|
1106
1128
|
ProxyCmp({
|
|
1107
1129
|
defineCustomElementFn: undefined,
|
|
@@ -1109,7 +1131,7 @@ IxModal = __decorate([
|
|
|
1109
1131
|
methods: ['dismiss', 'close']
|
|
1110
1132
|
})
|
|
1111
1133
|
], IxModal);
|
|
1112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModal, decorators: [{
|
|
1113
1135
|
type: Component,
|
|
1114
1136
|
args: [{
|
|
1115
1137
|
selector: 'ix-modal',
|
|
@@ -1125,15 +1147,15 @@ let IxModalContainer = class IxModalContainer {
|
|
|
1125
1147
|
this.el = r.nativeElement;
|
|
1126
1148
|
}
|
|
1127
1149
|
};
|
|
1128
|
-
/** @nocollapse */ IxModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1129
|
-
/** @nocollapse */ IxModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1150
|
+
/** @nocollapse */ IxModalContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModalContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1151
|
+
/** @nocollapse */ IxModalContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxModalContainer, selector: "ix-modal-container", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1130
1152
|
IxModalContainer = __decorate([
|
|
1131
1153
|
ProxyCmp({
|
|
1132
1154
|
defineCustomElementFn: undefined,
|
|
1133
1155
|
methods: ['showModal']
|
|
1134
1156
|
})
|
|
1135
1157
|
], IxModalContainer);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModalContainer, decorators: [{
|
|
1137
1159
|
type: Component,
|
|
1138
1160
|
args: [{
|
|
1139
1161
|
selector: 'ix-modal-container',
|
|
@@ -1148,14 +1170,14 @@ let IxModalExample = class IxModalExample {
|
|
|
1148
1170
|
this.el = r.nativeElement;
|
|
1149
1171
|
}
|
|
1150
1172
|
};
|
|
1151
|
-
/** @nocollapse */ IxModalExample.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1152
|
-
/** @nocollapse */ IxModalExample.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1173
|
+
/** @nocollapse */ IxModalExample.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModalExample, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1174
|
+
/** @nocollapse */ IxModalExample.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxModalExample, selector: "ix-modal-example", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1153
1175
|
IxModalExample = __decorate([
|
|
1154
1176
|
ProxyCmp({
|
|
1155
1177
|
defineCustomElementFn: undefined
|
|
1156
1178
|
})
|
|
1157
1179
|
], IxModalExample);
|
|
1158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModalExample, decorators: [{
|
|
1159
1181
|
type: Component,
|
|
1160
1182
|
args: [{
|
|
1161
1183
|
selector: 'ix-modal-example',
|
|
@@ -1170,15 +1192,15 @@ let IxPill = class IxPill {
|
|
|
1170
1192
|
this.el = r.nativeElement;
|
|
1171
1193
|
}
|
|
1172
1194
|
};
|
|
1173
|
-
/** @nocollapse */ IxPill.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1174
|
-
/** @nocollapse */ IxPill.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1195
|
+
/** @nocollapse */ IxPill.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1196
|
+
/** @nocollapse */ IxPill.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxPill, selector: "ix-pill", inputs: { alignLeft: "alignLeft", background: "background", color: "color", icon: "icon", outline: "outline", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1175
1197
|
IxPill = __decorate([
|
|
1176
1198
|
ProxyCmp({
|
|
1177
1199
|
defineCustomElementFn: undefined,
|
|
1178
1200
|
inputs: ['alignLeft', 'background', 'color', 'icon', 'outline', 'variant']
|
|
1179
1201
|
})
|
|
1180
1202
|
], IxPill);
|
|
1181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxPill, decorators: [{
|
|
1182
1204
|
type: Component,
|
|
1183
1205
|
args: [{
|
|
1184
1206
|
selector: 'ix-pill',
|
|
@@ -1195,15 +1217,15 @@ let IxSelect = class IxSelect {
|
|
|
1195
1217
|
proxyOutputs(this, this.el, ['itemSelectionChange', 'addItem']);
|
|
1196
1218
|
}
|
|
1197
1219
|
};
|
|
1198
|
-
/** @nocollapse */ IxSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1199
|
-
/** @nocollapse */ IxSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1220
|
+
/** @nocollapse */ IxSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1221
|
+
/** @nocollapse */ IxSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxSelect, selector: "ix-select", inputs: { allowClear: "allowClear", disabled: "disabled", editable: "editable", i18nPlaceholder: "i18nPlaceholder", i18nPlaceholderEditable: "i18nPlaceholderEditable", i18nSelectListHeader: "i18nSelectListHeader", mode: "mode", readonly: "readonly", selectedIndices: "selectedIndices" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1200
1222
|
IxSelect = __decorate([
|
|
1201
1223
|
ProxyCmp({
|
|
1202
1224
|
defineCustomElementFn: undefined,
|
|
1203
1225
|
inputs: ['allowClear', 'disabled', 'editable', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'mode', 'readonly', 'selectedIndices']
|
|
1204
1226
|
})
|
|
1205
1227
|
], IxSelect);
|
|
1206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSelect, decorators: [{
|
|
1207
1229
|
type: Component,
|
|
1208
1230
|
args: [{
|
|
1209
1231
|
selector: 'ix-select',
|
|
@@ -1220,8 +1242,8 @@ let IxSelectItem = class IxSelectItem {
|
|
|
1220
1242
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
1221
1243
|
}
|
|
1222
1244
|
};
|
|
1223
|
-
/** @nocollapse */ IxSelectItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1224
|
-
/** @nocollapse */ IxSelectItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1245
|
+
/** @nocollapse */ IxSelectItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSelectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1246
|
+
/** @nocollapse */ IxSelectItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxSelectItem, selector: "ix-select-item", inputs: { hover: "hover", label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1225
1247
|
IxSelectItem = __decorate([
|
|
1226
1248
|
ProxyCmp({
|
|
1227
1249
|
defineCustomElementFn: undefined,
|
|
@@ -1229,7 +1251,7 @@ IxSelectItem = __decorate([
|
|
|
1229
1251
|
methods: ['onItemClick']
|
|
1230
1252
|
})
|
|
1231
1253
|
], IxSelectItem);
|
|
1232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSelectItem, decorators: [{
|
|
1233
1255
|
type: Component,
|
|
1234
1256
|
args: [{
|
|
1235
1257
|
selector: 'ix-select-item',
|
|
@@ -1245,15 +1267,15 @@ let IxSpinner = class IxSpinner {
|
|
|
1245
1267
|
this.el = r.nativeElement;
|
|
1246
1268
|
}
|
|
1247
1269
|
};
|
|
1248
|
-
/** @nocollapse */ IxSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1249
|
-
/** @nocollapse */ IxSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1270
|
+
/** @nocollapse */ IxSpinner.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1271
|
+
/** @nocollapse */ IxSpinner.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxSpinner, selector: "ix-spinner", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1250
1272
|
IxSpinner = __decorate([
|
|
1251
1273
|
ProxyCmp({
|
|
1252
1274
|
defineCustomElementFn: undefined,
|
|
1253
1275
|
inputs: ['size', 'variant']
|
|
1254
1276
|
})
|
|
1255
1277
|
], IxSpinner);
|
|
1256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSpinner, decorators: [{
|
|
1257
1279
|
type: Component,
|
|
1258
1280
|
args: [{
|
|
1259
1281
|
selector: 'ix-spinner',
|
|
@@ -1270,15 +1292,15 @@ let IxSplitButton = class IxSplitButton {
|
|
|
1270
1292
|
proxyOutputs(this, this.el, ['buttonClick']);
|
|
1271
1293
|
}
|
|
1272
1294
|
};
|
|
1273
|
-
/** @nocollapse */ IxSplitButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1274
|
-
/** @nocollapse */ IxSplitButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1295
|
+
/** @nocollapse */ IxSplitButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1296
|
+
/** @nocollapse */ IxSplitButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxSplitButton, selector: "ix-split-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon", invisible: "invisible", label: "label", outline: "outline", placement: "placement", splitIcon: "splitIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1275
1297
|
IxSplitButton = __decorate([
|
|
1276
1298
|
ProxyCmp({
|
|
1277
1299
|
defineCustomElementFn: undefined,
|
|
1278
1300
|
inputs: ['disabled', 'ghost', 'icon', 'invisible', 'label', 'outline', 'placement', 'splitIcon', 'variant']
|
|
1279
1301
|
})
|
|
1280
1302
|
], IxSplitButton);
|
|
1281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSplitButton, decorators: [{
|
|
1282
1304
|
type: Component,
|
|
1283
1305
|
args: [{
|
|
1284
1306
|
selector: 'ix-split-button',
|
|
@@ -1295,15 +1317,15 @@ let IxSplitButtonItem = class IxSplitButtonItem {
|
|
|
1295
1317
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
1296
1318
|
}
|
|
1297
1319
|
};
|
|
1298
|
-
/** @nocollapse */ IxSplitButtonItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1299
|
-
/** @nocollapse */ IxSplitButtonItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1320
|
+
/** @nocollapse */ IxSplitButtonItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSplitButtonItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1321
|
+
/** @nocollapse */ IxSplitButtonItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxSplitButtonItem, selector: "ix-split-button-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1300
1322
|
IxSplitButtonItem = __decorate([
|
|
1301
1323
|
ProxyCmp({
|
|
1302
1324
|
defineCustomElementFn: undefined,
|
|
1303
1325
|
inputs: ['icon', 'label']
|
|
1304
1326
|
})
|
|
1305
1327
|
], IxSplitButtonItem);
|
|
1306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSplitButtonItem, decorators: [{
|
|
1307
1329
|
type: Component,
|
|
1308
1330
|
args: [{
|
|
1309
1331
|
selector: 'ix-split-button-item',
|
|
@@ -1319,15 +1341,15 @@ let IxTabItem = class IxTabItem {
|
|
|
1319
1341
|
this.el = r.nativeElement;
|
|
1320
1342
|
}
|
|
1321
1343
|
};
|
|
1322
|
-
/** @nocollapse */ IxTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1323
|
-
/** @nocollapse */ IxTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1344
|
+
/** @nocollapse */ IxTabItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1345
|
+
/** @nocollapse */ IxTabItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTabItem, selector: "ix-tab-item", inputs: { counter: "counter", disabled: "disabled", icon: "icon", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1324
1346
|
IxTabItem = __decorate([
|
|
1325
1347
|
ProxyCmp({
|
|
1326
1348
|
defineCustomElementFn: undefined,
|
|
1327
1349
|
inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small']
|
|
1328
1350
|
})
|
|
1329
1351
|
], IxTabItem);
|
|
1330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTabItem, decorators: [{
|
|
1331
1353
|
type: Component,
|
|
1332
1354
|
args: [{
|
|
1333
1355
|
selector: 'ix-tab-item',
|
|
@@ -1343,15 +1365,15 @@ let IxTabs = class IxTabs {
|
|
|
1343
1365
|
this.el = r.nativeElement;
|
|
1344
1366
|
}
|
|
1345
1367
|
};
|
|
1346
|
-
/** @nocollapse */ IxTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1347
|
-
/** @nocollapse */ IxTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1368
|
+
/** @nocollapse */ IxTabs.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1369
|
+
/** @nocollapse */ IxTabs.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTabs, selector: "ix-tabs", inputs: { layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1348
1370
|
IxTabs = __decorate([
|
|
1349
1371
|
ProxyCmp({
|
|
1350
1372
|
defineCustomElementFn: undefined,
|
|
1351
1373
|
inputs: ['layout', 'placement', 'rounded', 'selected', 'small']
|
|
1352
1374
|
})
|
|
1353
1375
|
], IxTabs);
|
|
1354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTabs, decorators: [{
|
|
1355
1377
|
type: Component,
|
|
1356
1378
|
args: [{
|
|
1357
1379
|
selector: 'ix-tabs',
|
|
@@ -1367,15 +1389,15 @@ let IxTile = class IxTile {
|
|
|
1367
1389
|
this.el = r.nativeElement;
|
|
1368
1390
|
}
|
|
1369
1391
|
};
|
|
1370
|
-
/** @nocollapse */ IxTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1371
|
-
/** @nocollapse */ IxTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1392
|
+
/** @nocollapse */ IxTile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1393
|
+
/** @nocollapse */ IxTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTile, selector: "ix-tile", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1372
1394
|
IxTile = __decorate([
|
|
1373
1395
|
ProxyCmp({
|
|
1374
1396
|
defineCustomElementFn: undefined,
|
|
1375
1397
|
inputs: ['size']
|
|
1376
1398
|
})
|
|
1377
1399
|
], IxTile);
|
|
1378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTile, decorators: [{
|
|
1379
1401
|
type: Component,
|
|
1380
1402
|
args: [{
|
|
1381
1403
|
selector: 'ix-tile',
|
|
@@ -1392,8 +1414,8 @@ let IxTimePicker = class IxTimePicker {
|
|
|
1392
1414
|
proxyOutputs(this, this.el, ['done', 'timeChange']);
|
|
1393
1415
|
}
|
|
1394
1416
|
};
|
|
1395
|
-
/** @nocollapse */ IxTimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1396
|
-
/** @nocollapse */ IxTimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1417
|
+
/** @nocollapse */ IxTimePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1418
|
+
/** @nocollapse */ IxTimePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTimePicker, selector: "ix-time-picker", inputs: { corners: "corners", format: "format", individual: "individual", showHour: "showHour", showMinutes: "showMinutes", showSeconds: "showSeconds", showTimeReference: "showTimeReference", textSelectTime: "textSelectTime", time: "time", timeReference: "timeReference" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1397
1419
|
IxTimePicker = __decorate([
|
|
1398
1420
|
ProxyCmp({
|
|
1399
1421
|
defineCustomElementFn: undefined,
|
|
@@ -1401,7 +1423,7 @@ IxTimePicker = __decorate([
|
|
|
1401
1423
|
methods: ['getCurrentTime']
|
|
1402
1424
|
})
|
|
1403
1425
|
], IxTimePicker);
|
|
1404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTimePicker, decorators: [{
|
|
1405
1427
|
type: Component,
|
|
1406
1428
|
args: [{
|
|
1407
1429
|
selector: 'ix-time-picker',
|
|
@@ -1418,15 +1440,15 @@ let IxToast = class IxToast {
|
|
|
1418
1440
|
proxyOutputs(this, this.el, ['closeToast']);
|
|
1419
1441
|
}
|
|
1420
1442
|
};
|
|
1421
|
-
/** @nocollapse */ IxToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1422
|
-
/** @nocollapse */ IxToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1443
|
+
/** @nocollapse */ IxToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1444
|
+
/** @nocollapse */ IxToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxToast, selector: "ix-toast", inputs: { autoClose: "autoClose", autoCloseDelay: "autoCloseDelay", icon: "icon", iconColor: "iconColor", toastTitle: "toastTitle", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1423
1445
|
IxToast = __decorate([
|
|
1424
1446
|
ProxyCmp({
|
|
1425
1447
|
defineCustomElementFn: undefined,
|
|
1426
1448
|
inputs: ['autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type']
|
|
1427
1449
|
})
|
|
1428
1450
|
], IxToast);
|
|
1429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToast, decorators: [{
|
|
1430
1452
|
type: Component,
|
|
1431
1453
|
args: [{
|
|
1432
1454
|
selector: 'ix-toast',
|
|
@@ -1442,8 +1464,8 @@ let IxToastContainer = class IxToastContainer {
|
|
|
1442
1464
|
this.el = r.nativeElement;
|
|
1443
1465
|
}
|
|
1444
1466
|
};
|
|
1445
|
-
/** @nocollapse */ IxToastContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1446
|
-
/** @nocollapse */ IxToastContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1467
|
+
/** @nocollapse */ IxToastContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToastContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1468
|
+
/** @nocollapse */ IxToastContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxToastContainer, selector: "ix-toast-container", inputs: { containerClass: "containerClass", containerId: "containerId", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1447
1469
|
IxToastContainer = __decorate([
|
|
1448
1470
|
ProxyCmp({
|
|
1449
1471
|
defineCustomElementFn: undefined,
|
|
@@ -1451,7 +1473,7 @@ IxToastContainer = __decorate([
|
|
|
1451
1473
|
methods: ['showToast']
|
|
1452
1474
|
})
|
|
1453
1475
|
], IxToastContainer);
|
|
1454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToastContainer, decorators: [{
|
|
1455
1477
|
type: Component,
|
|
1456
1478
|
args: [{
|
|
1457
1479
|
selector: 'ix-toast-container',
|
|
@@ -1468,15 +1490,15 @@ let IxToggle = class IxToggle {
|
|
|
1468
1490
|
proxyOutputs(this, this.el, ['checkedChange']);
|
|
1469
1491
|
}
|
|
1470
1492
|
};
|
|
1471
|
-
/** @nocollapse */ IxToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1472
|
-
/** @nocollapse */ IxToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1493
|
+
/** @nocollapse */ IxToggle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1494
|
+
/** @nocollapse */ IxToggle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxToggle, selector: "ix-toggle", inputs: { checked: "checked", color: "color", disabled: "disabled", hideText: "hideText", indeterminate: "indeterminate", textIndeterminate: "textIndeterminate", textOff: "textOff", textOn: "textOn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1473
1495
|
IxToggle = __decorate([
|
|
1474
1496
|
ProxyCmp({
|
|
1475
1497
|
defineCustomElementFn: undefined,
|
|
1476
1498
|
inputs: ['checked', 'color', 'disabled', 'hideText', 'indeterminate', 'textIndeterminate', 'textOff', 'textOn']
|
|
1477
1499
|
})
|
|
1478
1500
|
], IxToggle);
|
|
1479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToggle, decorators: [{
|
|
1480
1502
|
type: Component,
|
|
1481
1503
|
args: [{
|
|
1482
1504
|
selector: 'ix-toggle',
|
|
@@ -1493,15 +1515,15 @@ let IxTreeItem = class IxTreeItem {
|
|
|
1493
1515
|
proxyOutputs(this, this.el, ['toggle', 'itemClick']);
|
|
1494
1516
|
}
|
|
1495
1517
|
};
|
|
1496
|
-
/** @nocollapse */ IxTreeItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1497
|
-
/** @nocollapse */ IxTreeItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1518
|
+
/** @nocollapse */ IxTreeItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1519
|
+
/** @nocollapse */ IxTreeItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTreeItem, selector: "ix-tree-item", inputs: { context: "context", hasChildren: "hasChildren", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1498
1520
|
IxTreeItem = __decorate([
|
|
1499
1521
|
ProxyCmp({
|
|
1500
1522
|
defineCustomElementFn: undefined,
|
|
1501
1523
|
inputs: ['context', 'hasChildren', 'text']
|
|
1502
1524
|
})
|
|
1503
1525
|
], IxTreeItem);
|
|
1504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTreeItem, decorators: [{
|
|
1505
1527
|
type: Component,
|
|
1506
1528
|
args: [{
|
|
1507
1529
|
selector: 'ix-tree-item',
|
|
@@ -1518,8 +1540,8 @@ let IxUpload = class IxUpload {
|
|
|
1518
1540
|
proxyOutputs(this, this.el, ['filesChanged']);
|
|
1519
1541
|
}
|
|
1520
1542
|
};
|
|
1521
|
-
/** @nocollapse */ IxUpload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1522
|
-
/** @nocollapse */ IxUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1543
|
+
/** @nocollapse */ IxUpload.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1544
|
+
/** @nocollapse */ IxUpload.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxUpload, selector: "ix-upload", inputs: { accept: "accept", disabled: "disabled", i18nUploadDisabled: "i18nUploadDisabled", i18nUploadFile: "i18nUploadFile", loadingText: "loadingText", multiline: "multiline", multiple: "multiple", selectFileText: "selectFileText", state: "state", uploadFailedText: "uploadFailedText", uploadSuccessText: "uploadSuccessText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1523
1545
|
IxUpload = __decorate([
|
|
1524
1546
|
ProxyCmp({
|
|
1525
1547
|
defineCustomElementFn: undefined,
|
|
@@ -1527,7 +1549,7 @@ IxUpload = __decorate([
|
|
|
1527
1549
|
methods: ['setFilesToUpload']
|
|
1528
1550
|
})
|
|
1529
1551
|
], IxUpload);
|
|
1530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxUpload, decorators: [{
|
|
1531
1553
|
type: Component,
|
|
1532
1554
|
args: [{
|
|
1533
1555
|
selector: 'ix-upload',
|
|
@@ -1543,15 +1565,15 @@ let IxValidationTooltip = class IxValidationTooltip {
|
|
|
1543
1565
|
this.el = r.nativeElement;
|
|
1544
1566
|
}
|
|
1545
1567
|
};
|
|
1546
|
-
/** @nocollapse */ IxValidationTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1547
|
-
/** @nocollapse */ IxValidationTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1568
|
+
/** @nocollapse */ IxValidationTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxValidationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1569
|
+
/** @nocollapse */ IxValidationTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxValidationTooltip, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1548
1570
|
IxValidationTooltip = __decorate([
|
|
1549
1571
|
ProxyCmp({
|
|
1550
1572
|
defineCustomElementFn: undefined,
|
|
1551
1573
|
inputs: ['message', 'placement']
|
|
1552
1574
|
})
|
|
1553
1575
|
], IxValidationTooltip);
|
|
1554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxValidationTooltip, decorators: [{
|
|
1555
1577
|
type: Component,
|
|
1556
1578
|
args: [{
|
|
1557
1579
|
selector: 'ix-validation-tooltip',
|
|
@@ -1567,15 +1589,15 @@ let IxWorkflowStep = class IxWorkflowStep {
|
|
|
1567
1589
|
this.el = r.nativeElement;
|
|
1568
1590
|
}
|
|
1569
1591
|
};
|
|
1570
|
-
/** @nocollapse */ IxWorkflowStep.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1571
|
-
/** @nocollapse */ IxWorkflowStep.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1592
|
+
/** @nocollapse */ IxWorkflowStep.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxWorkflowStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1593
|
+
/** @nocollapse */ IxWorkflowStep.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxWorkflowStep, selector: "ix-workflow-step", inputs: { clickable: "clickable", disabled: "disabled", position: "position", selected: "selected", status: "status", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1572
1594
|
IxWorkflowStep = __decorate([
|
|
1573
1595
|
ProxyCmp({
|
|
1574
1596
|
defineCustomElementFn: undefined,
|
|
1575
1597
|
inputs: ['clickable', 'disabled', 'position', 'selected', 'status', 'vertical']
|
|
1576
1598
|
})
|
|
1577
1599
|
], IxWorkflowStep);
|
|
1578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxWorkflowStep, decorators: [{
|
|
1579
1601
|
type: Component,
|
|
1580
1602
|
args: [{
|
|
1581
1603
|
selector: 'ix-workflow-step',
|
|
@@ -1592,15 +1614,15 @@ let IxWorkflowSteps = class IxWorkflowSteps {
|
|
|
1592
1614
|
proxyOutputs(this, this.el, ['stepSelected']);
|
|
1593
1615
|
}
|
|
1594
1616
|
};
|
|
1595
|
-
/** @nocollapse */ IxWorkflowSteps.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1596
|
-
/** @nocollapse */ IxWorkflowSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1617
|
+
/** @nocollapse */ IxWorkflowSteps.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxWorkflowSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1618
|
+
/** @nocollapse */ IxWorkflowSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxWorkflowSteps, selector: "ix-workflow-steps", inputs: { clickable: "clickable", linear: "linear", selectedIndex: "selectedIndex", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1597
1619
|
IxWorkflowSteps = __decorate([
|
|
1598
1620
|
ProxyCmp({
|
|
1599
1621
|
defineCustomElementFn: undefined,
|
|
1600
1622
|
inputs: ['clickable', 'linear', 'selectedIndex', 'vertical']
|
|
1601
1623
|
})
|
|
1602
1624
|
], IxWorkflowSteps);
|
|
1603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxWorkflowSteps, decorators: [{
|
|
1604
1626
|
type: Component,
|
|
1605
1627
|
args: [{
|
|
1606
1628
|
selector: 'ix-workflow-steps',
|
|
@@ -1610,6 +1632,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.4", ngImpor
|
|
|
1610
1632
|
}]
|
|
1611
1633
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1612
1634
|
|
|
1635
|
+
/*
|
|
1636
|
+
* SPDX-FileCopyrightText: 2022 Siemens AG
|
|
1637
|
+
*
|
|
1638
|
+
* SPDX-License-Identifier: MIT
|
|
1639
|
+
*
|
|
1640
|
+
* This source code is licensed under the MIT license found in the
|
|
1641
|
+
* LICENSE file in the root directory of this source tree.
|
|
1642
|
+
*/
|
|
1643
|
+
class IxDropdownTriggerDirective {
|
|
1644
|
+
constructor(element) {
|
|
1645
|
+
this.element = element;
|
|
1646
|
+
}
|
|
1647
|
+
ngOnChanges() {
|
|
1648
|
+
this.element.nativeElement.trigger = this.ixDropdownTrigger.el;
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
/** @nocollapse */ IxDropdownTriggerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1652
|
+
/** @nocollapse */ IxDropdownTriggerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: IxDropdownTriggerDirective, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesOnChanges: true, ngImport: i0 });
|
|
1653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
|
|
1654
|
+
type: Directive,
|
|
1655
|
+
args: [{
|
|
1656
|
+
selector: '[ixDropdownTrigger]',
|
|
1657
|
+
}]
|
|
1658
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { ixDropdownTrigger: [{
|
|
1659
|
+
type: Input
|
|
1660
|
+
}] } });
|
|
1661
|
+
|
|
1613
1662
|
class ModalService {
|
|
1614
1663
|
constructor() { }
|
|
1615
1664
|
open(config) {
|
|
@@ -1617,6 +1666,7 @@ class ModalService {
|
|
|
1617
1666
|
const context = {
|
|
1618
1667
|
close: null,
|
|
1619
1668
|
dismiss: null,
|
|
1669
|
+
data: config.data,
|
|
1620
1670
|
};
|
|
1621
1671
|
const embeddedView = config.content.createEmbeddedView({
|
|
1622
1672
|
$implicit: context,
|
|
@@ -1629,10 +1679,7 @@ class ModalService {
|
|
|
1629
1679
|
dismissModal(node, result);
|
|
1630
1680
|
};
|
|
1631
1681
|
embeddedView.detectChanges();
|
|
1632
|
-
const modalInstance = yield modal({
|
|
1633
|
-
title: '',
|
|
1634
|
-
content: node,
|
|
1635
|
-
});
|
|
1682
|
+
const modalInstance = yield modal(Object.assign(Object.assign({}, config), { title: '', content: node }));
|
|
1636
1683
|
modalInstance.onClose.once(() => {
|
|
1637
1684
|
embeddedView.destroy();
|
|
1638
1685
|
});
|
|
@@ -1643,9 +1690,9 @@ class ModalService {
|
|
|
1643
1690
|
});
|
|
1644
1691
|
}
|
|
1645
1692
|
}
|
|
1646
|
-
/** @nocollapse */ ModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1647
|
-
/** @nocollapse */ ModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1693
|
+
/** @nocollapse */ ModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ModalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1694
|
+
/** @nocollapse */ ModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ModalService, providedIn: 'root' });
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ModalService, decorators: [{
|
|
1649
1696
|
type: Injectable,
|
|
1650
1697
|
args: [{
|
|
1651
1698
|
providedIn: 'root',
|
|
@@ -1710,6 +1757,7 @@ const DIRECTIVES = [
|
|
|
1710
1757
|
IxFlipTile,
|
|
1711
1758
|
IxFlipTileContent,
|
|
1712
1759
|
IxGroup,
|
|
1760
|
+
IxGroupContextMenu,
|
|
1713
1761
|
IxGroupDropdownItem,
|
|
1714
1762
|
IxGroupItem,
|
|
1715
1763
|
IxIcon,
|
|
@@ -1776,9 +1824,9 @@ class ToastService {
|
|
|
1776
1824
|
});
|
|
1777
1825
|
}
|
|
1778
1826
|
}
|
|
1779
|
-
/** @nocollapse */ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1780
|
-
/** @nocollapse */ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1827
|
+
/** @nocollapse */ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1828
|
+
/** @nocollapse */ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
1829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToastService, decorators: [{
|
|
1782
1830
|
type: Injectable,
|
|
1783
1831
|
args: [{
|
|
1784
1832
|
providedIn: 'root',
|
|
@@ -1844,15 +1892,15 @@ let IxTree = class IxTree {
|
|
|
1844
1892
|
};
|
|
1845
1893
|
}
|
|
1846
1894
|
};
|
|
1847
|
-
/** @nocollapse */ IxTree.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1848
|
-
/** @nocollapse */ IxTree.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1895
|
+
/** @nocollapse */ IxTree.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1896
|
+
/** @nocollapse */ IxTree.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTree, selector: "ix-tree", inputs: { context: "context", model: "model", root: "root", renderItem: "renderItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1849
1897
|
IxTree = __decorate([
|
|
1850
1898
|
ProxyCmp({
|
|
1851
1899
|
defineCustomElementFn: undefined,
|
|
1852
1900
|
inputs: ['context', 'model', 'root'],
|
|
1853
1901
|
})
|
|
1854
1902
|
], IxTree);
|
|
1855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTree, decorators: [{
|
|
1856
1904
|
type: Component,
|
|
1857
1905
|
args: [{
|
|
1858
1906
|
selector: 'ix-tree',
|
|
@@ -1881,7 +1929,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.4", ngImpor
|
|
|
1881
1929
|
* This source code is licensed under the MIT license found in the
|
|
1882
1930
|
* LICENSE file in the root directory of this source tree.
|
|
1883
1931
|
*/
|
|
1884
|
-
const DECLARATIONS = [...DIRECTIVES, IxTree];
|
|
1932
|
+
const DECLARATIONS = [...DIRECTIVES, IxTree, IxDropdownTriggerDirective];
|
|
1885
1933
|
class IxModule {
|
|
1886
1934
|
static forRoot() {
|
|
1887
1935
|
return {
|
|
@@ -1899,10 +1947,10 @@ class IxModule {
|
|
|
1899
1947
|
};
|
|
1900
1948
|
}
|
|
1901
1949
|
}
|
|
1902
|
-
/** @nocollapse */ IxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1903
|
-
/** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1904
|
-
/** @nocollapse */ IxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1950
|
+
/** @nocollapse */ IxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1951
|
+
/** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDrawer, IxDropdown, IxDropdownItem, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective], exports: [IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDrawer, IxDropdown, IxDropdownItem, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective] });
|
|
1952
|
+
/** @nocollapse */ IxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule });
|
|
1953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, decorators: [{
|
|
1906
1954
|
type: NgModule,
|
|
1907
1955
|
args: [{
|
|
1908
1956
|
declarations: DECLARATIONS,
|
|
@@ -1923,5 +1971,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.4", ngImpor
|
|
|
1923
1971
|
* Generated bundle index. Do not edit.
|
|
1924
1972
|
*/
|
|
1925
1973
|
|
|
1926
|
-
export { IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDrawer, IxDropdown, IxDropdownItem, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxModule, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTree, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ToastService };
|
|
1974
|
+
export { IxAnimatedTab, IxAnimatedTabs, IxApplicationHeader, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCategoryFilter, IxChip, IxCounterPill, IxDatePicker, IxDateTimeCard, IxDatetimePicker, IxDrawer, IxDropdown, IxDropdownItem, IxDropdownTriggerDirective, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupDropdownItem, IxGroupItem, IxIcon, IxIconButton, IxInputGroup, IxKpi, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContainer, IxModalExample, IxModule, IxPill, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxTree, IxTreeItem, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ToastService };
|
|
1927
1975
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|