@siemens/ix-angular 2.0.0-beta.0 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.d.ts +103 -37
- package/declare-components.d.ts +1 -1
- package/esm2020/components.mjs +219 -93
- package/esm2020/declare-components.mjs +8 -3
- package/esm2020/index.mjs +2 -1
- package/esm2020/modal/modal.config.mjs +1 -1
- package/esm2020/modal/modal.service.mjs +19 -19
- package/esm2020/module.mjs +11 -3
- package/esm2020/select-value-accessor.mjs +35 -0
- package/esm2020/theme/theme.service.mjs +4 -1
- package/esm2020/value-accessor.mjs +40 -0
- package/fesm2015/siemens-ix-angular.mjs +319 -113
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +319 -113
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/modal/modal.config.d.ts +2 -1
- package/module.d.ts +2 -1
- package/package.json +2 -2
- package/select-value-accessor.d.ts +8 -0
- package/theme/theme.service.d.ts +3 -0
- package/value-accessor.d.ts +18 -0
|
@@ -2,10 +2,11 @@ import { closeModal, dismissModal, showModal, themeSwitcher, getToastContainer,
|
|
|
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, Directive, Input, Type, Injector, Injectable, EventEmitter, Output, APP_INITIALIZER, NgZone, NgModule } from '@angular/core';
|
|
5
|
+
import { Component, ChangeDetectionStrategy, Directive, Input, Type, Injector, ElementRef, Injectable, HostListener, EventEmitter, Output, 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';
|
|
9
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
9
10
|
|
|
10
11
|
/* eslint-disable */
|
|
11
12
|
const proxyInputs = (Cmp, inputs) => {
|
|
@@ -80,55 +81,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
80
81
|
inputs: ['heading', 'icon', 'selected', 'subheading', 'variant'],
|
|
81
82
|
}]
|
|
82
83
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
83
|
-
let IxAnimatedTab = class IxAnimatedTab {
|
|
84
|
-
constructor(c, r, z) {
|
|
85
|
-
this.z = z;
|
|
86
|
-
c.detach();
|
|
87
|
-
this.el = r.nativeElement;
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
/** @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 });
|
|
91
|
-
/** @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 });
|
|
92
|
-
IxAnimatedTab = __decorate([
|
|
93
|
-
ProxyCmp({
|
|
94
|
-
inputs: ['count', 'icon']
|
|
95
|
-
})
|
|
96
|
-
], IxAnimatedTab);
|
|
97
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxAnimatedTab, decorators: [{
|
|
98
|
-
type: Component,
|
|
99
|
-
args: [{
|
|
100
|
-
selector: 'ix-animated-tab',
|
|
101
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
102
|
-
template: '<ng-content></ng-content>',
|
|
103
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
104
|
-
inputs: ['count', 'icon'],
|
|
105
|
-
}]
|
|
106
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
107
|
-
let IxAnimatedTabs = class IxAnimatedTabs {
|
|
108
|
-
constructor(c, r, z) {
|
|
109
|
-
this.z = z;
|
|
110
|
-
c.detach();
|
|
111
|
-
this.el = r.nativeElement;
|
|
112
|
-
proxyOutputs(this, this.el, ['tabClick']);
|
|
113
|
-
}
|
|
114
|
-
};
|
|
115
|
-
/** @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 });
|
|
116
|
-
/** @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 });
|
|
117
|
-
IxAnimatedTabs = __decorate([
|
|
118
|
-
ProxyCmp({
|
|
119
|
-
inputs: ['selectedIndex', 'tabPlacement']
|
|
120
|
-
})
|
|
121
|
-
], IxAnimatedTabs);
|
|
122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxAnimatedTabs, decorators: [{
|
|
123
|
-
type: Component,
|
|
124
|
-
args: [{
|
|
125
|
-
selector: 'ix-animated-tabs',
|
|
126
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
127
|
-
template: '<ng-content></ng-content>',
|
|
128
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
129
|
-
inputs: ['selectedIndex', 'tabPlacement'],
|
|
130
|
-
}]
|
|
131
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
132
84
|
let IxApplicationHeader = class IxApplicationHeader {
|
|
133
85
|
constructor(c, r, z) {
|
|
134
86
|
this.z = z;
|
|
@@ -185,10 +137,10 @@ let IxBasicNavigation = class IxBasicNavigation {
|
|
|
185
137
|
}
|
|
186
138
|
};
|
|
187
139
|
/** @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 });
|
|
188
|
-
/** @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 });
|
|
140
|
+
/** @nocollapse */ IxBasicNavigation.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBasicNavigation, selector: "ix-basic-navigation", inputs: { applicationName: "applicationName", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", hideHeader: "hideHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
189
141
|
IxBasicNavigation = __decorate([
|
|
190
142
|
ProxyCmp({
|
|
191
|
-
inputs: ['applicationName', 'hideHeader']
|
|
143
|
+
inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader']
|
|
192
144
|
})
|
|
193
145
|
], IxBasicNavigation);
|
|
194
146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBasicNavigation, decorators: [{
|
|
@@ -198,7 +150,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
198
150
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
199
151
|
template: '<ng-content></ng-content>',
|
|
200
152
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
201
|
-
inputs: ['applicationName', 'hideHeader'],
|
|
153
|
+
inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader'],
|
|
202
154
|
}]
|
|
203
155
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
204
156
|
let IxBlind = class IxBlind {
|
|
@@ -210,10 +162,10 @@ let IxBlind = class IxBlind {
|
|
|
210
162
|
}
|
|
211
163
|
};
|
|
212
164
|
/** @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 });
|
|
213
|
-
/** @nocollapse */ IxBlind.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBlind, selector: "ix-blind", inputs: { collapsed: "collapsed", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
165
|
+
/** @nocollapse */ IxBlind.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBlind, selector: "ix-blind", inputs: { collapsed: "collapsed", icon: "icon", label: "label", sublabel: "sublabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
214
166
|
IxBlind = __decorate([
|
|
215
167
|
ProxyCmp({
|
|
216
|
-
inputs: ['collapsed', 'icon', 'label']
|
|
168
|
+
inputs: ['collapsed', 'icon', 'label', 'sublabel']
|
|
217
169
|
})
|
|
218
170
|
], IxBlind);
|
|
219
171
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBlind, decorators: [{
|
|
@@ -223,7 +175,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
223
175
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
224
176
|
template: '<ng-content></ng-content>',
|
|
225
177
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
226
|
-
inputs: ['collapsed', 'icon', 'label'],
|
|
178
|
+
inputs: ['collapsed', 'icon', 'label', 'sublabel'],
|
|
227
179
|
}]
|
|
228
180
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
229
181
|
let IxBreadcrumb = class IxBreadcrumb {
|
|
@@ -235,10 +187,10 @@ let IxBreadcrumb = class IxBreadcrumb {
|
|
|
235
187
|
}
|
|
236
188
|
};
|
|
237
189
|
/** @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 });
|
|
238
|
-
/** @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 });
|
|
190
|
+
/** @nocollapse */ IxBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxBreadcrumb, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton", ghost: "ghost", nextItems: "nextItems", visibleItemCount: "visibleItemCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
239
191
|
IxBreadcrumb = __decorate([
|
|
240
192
|
ProxyCmp({
|
|
241
|
-
inputs: ['ghost', 'nextItems', 'visibleItemCount']
|
|
193
|
+
inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount']
|
|
242
194
|
})
|
|
243
195
|
], IxBreadcrumb);
|
|
244
196
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
@@ -248,7 +200,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
248
200
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
249
201
|
template: '<ng-content></ng-content>',
|
|
250
202
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
251
|
-
inputs: ['ghost', 'nextItems', 'visibleItemCount'],
|
|
203
|
+
inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount'],
|
|
252
204
|
}]
|
|
253
205
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
254
206
|
let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
@@ -283,10 +235,10 @@ let IxButton = class IxButton {
|
|
|
283
235
|
}
|
|
284
236
|
};
|
|
285
237
|
/** @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 });
|
|
286
|
-
/** @nocollapse */ IxButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxButton, selector: "ix-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon",
|
|
238
|
+
/** @nocollapse */ IxButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxButton, selector: "ix-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
287
239
|
IxButton = __decorate([
|
|
288
240
|
ProxyCmp({
|
|
289
|
-
inputs: ['disabled', 'ghost', 'icon', '
|
|
241
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant']
|
|
290
242
|
})
|
|
291
243
|
], IxButton);
|
|
292
244
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxButton, decorators: [{
|
|
@@ -296,7 +248,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
296
248
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
297
249
|
template: '<ng-content></ng-content>',
|
|
298
250
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
299
|
-
inputs: ['disabled', 'ghost', 'icon', '
|
|
251
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant'],
|
|
300
252
|
}]
|
|
301
253
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
302
254
|
let IxCard = class IxCard {
|
|
@@ -419,14 +371,14 @@ let IxCategoryFilter = class IxCategoryFilter {
|
|
|
419
371
|
this.z = z;
|
|
420
372
|
c.detach();
|
|
421
373
|
this.el = r.nativeElement;
|
|
422
|
-
proxyOutputs(this, this.el, ['inputChanged', 'filterChanged']);
|
|
374
|
+
proxyOutputs(this, this.el, ['categoryChanged', 'inputChanged', 'filterChanged']);
|
|
423
375
|
}
|
|
424
376
|
};
|
|
425
377
|
/** @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 });
|
|
426
|
-
/** @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",
|
|
378
|
+
/** @nocollapse */ IxCategoryFilter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCategoryFilter, selector: "ix-category-filter", inputs: { categories: "categories", disabled: "disabled", filterState: "filterState", hideIcon: "hideIcon", i18nPlainText: "i18nPlainText", icon: "icon", labelCategories: "labelCategories", nonSelectableCategories: "nonSelectableCategories", placeholder: "placeholder", readonly: "readonly", repeatCategories: "repeatCategories", suggestions: "suggestions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
427
379
|
IxCategoryFilter = __decorate([
|
|
428
380
|
ProxyCmp({
|
|
429
|
-
inputs: ['categories', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', '
|
|
381
|
+
inputs: ['categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'suggestions']
|
|
430
382
|
})
|
|
431
383
|
], IxCategoryFilter);
|
|
432
384
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
@@ -436,7 +388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
436
388
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
437
389
|
template: '<ng-content></ng-content>',
|
|
438
390
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
439
|
-
inputs: ['categories', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', '
|
|
391
|
+
inputs: ['categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'suggestions'],
|
|
440
392
|
}]
|
|
441
393
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
442
394
|
let IxChip = class IxChip {
|
|
@@ -464,6 +416,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
464
416
|
inputs: ['active', 'background', 'closable', 'color', 'icon', 'outline', 'variant'],
|
|
465
417
|
}]
|
|
466
418
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
419
|
+
let IxCol = class IxCol {
|
|
420
|
+
constructor(c, r, z) {
|
|
421
|
+
this.z = z;
|
|
422
|
+
c.detach();
|
|
423
|
+
this.el = r.nativeElement;
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
/** @nocollapse */ IxCol.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
427
|
+
/** @nocollapse */ IxCol.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCol, selector: "ix-col", inputs: { size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
428
|
+
IxCol = __decorate([
|
|
429
|
+
ProxyCmp({
|
|
430
|
+
inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm']
|
|
431
|
+
})
|
|
432
|
+
], IxCol);
|
|
433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCol, decorators: [{
|
|
434
|
+
type: Component,
|
|
435
|
+
args: [{
|
|
436
|
+
selector: 'ix-col',
|
|
437
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
438
|
+
template: '<ng-content></ng-content>',
|
|
439
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
440
|
+
inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm'],
|
|
441
|
+
}]
|
|
442
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
467
443
|
let IxContentHeader = class IxContentHeader {
|
|
468
444
|
constructor(c, r, z) {
|
|
469
445
|
this.z = z;
|
|
@@ -622,10 +598,10 @@ let IxDropdownButton = class IxDropdownButton {
|
|
|
622
598
|
}
|
|
623
599
|
};
|
|
624
600
|
/** @nocollapse */ IxDropdownButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
625
|
-
/** @nocollapse */ IxDropdownButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDropdownButton, selector: "ix-dropdown-button", inputs: { active: "active", disabled: "disabled", ghost: "ghost", icon: "icon", label: "label", outline: "outline", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
601
|
+
/** @nocollapse */ IxDropdownButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxDropdownButton, selector: "ix-dropdown-button", inputs: { active: "active", disabled: "disabled", ghost: "ghost", icon: "icon", label: "label", outline: "outline", placement: "placement", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
626
602
|
IxDropdownButton = __decorate([
|
|
627
603
|
ProxyCmp({
|
|
628
|
-
inputs: ['active', 'disabled', 'ghost', 'icon', 'label', 'outline', 'variant']
|
|
604
|
+
inputs: ['active', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'variant']
|
|
629
605
|
})
|
|
630
606
|
], IxDropdownButton);
|
|
631
607
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxDropdownButton, decorators: [{
|
|
@@ -635,7 +611,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
635
611
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
636
612
|
template: '<ng-content></ng-content>',
|
|
637
613
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
638
|
-
inputs: ['active', 'disabled', 'ghost', 'icon', 'label', 'outline', 'variant'],
|
|
614
|
+
inputs: ['active', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'variant'],
|
|
639
615
|
}]
|
|
640
616
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
641
617
|
let IxDropdownHeader = class IxDropdownHeader {
|
|
@@ -818,10 +794,10 @@ let IxFilterChip = class IxFilterChip {
|
|
|
818
794
|
}
|
|
819
795
|
};
|
|
820
796
|
/** @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 });
|
|
821
|
-
/** @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 });
|
|
797
|
+
/** @nocollapse */ IxFilterChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxFilterChip, selector: "ix-filter-chip", inputs: { disabled: "disabled", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
822
798
|
IxFilterChip = __decorate([
|
|
823
799
|
ProxyCmp({
|
|
824
|
-
inputs: ['disabled']
|
|
800
|
+
inputs: ['disabled', 'readonly']
|
|
825
801
|
})
|
|
826
802
|
], IxFilterChip);
|
|
827
803
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFilterChip, decorators: [{
|
|
@@ -831,7 +807,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
831
807
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
832
808
|
template: '<ng-content></ng-content>',
|
|
833
809
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
834
|
-
inputs: ['disabled'],
|
|
810
|
+
inputs: ['disabled', 'readonly'],
|
|
835
811
|
}]
|
|
836
812
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
837
813
|
let IxFlipTile = class IxFlipTile {
|
|
@@ -842,10 +818,10 @@ let IxFlipTile = class IxFlipTile {
|
|
|
842
818
|
}
|
|
843
819
|
};
|
|
844
820
|
/** @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 });
|
|
845
|
-
/** @nocollapse */ IxFlipTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxFlipTile, selector: "ix-flip-tile", inputs: {
|
|
821
|
+
/** @nocollapse */ IxFlipTile.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxFlipTile, selector: "ix-flip-tile", inputs: { height: "height", state: "state", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
846
822
|
IxFlipTile = __decorate([
|
|
847
823
|
ProxyCmp({
|
|
848
|
-
inputs: ['
|
|
824
|
+
inputs: ['height', 'state', 'width']
|
|
849
825
|
})
|
|
850
826
|
], IxFlipTile);
|
|
851
827
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFlipTile, decorators: [{
|
|
@@ -855,7 +831,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
855
831
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
856
832
|
template: '<ng-content></ng-content>',
|
|
857
833
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
858
|
-
inputs: ['
|
|
834
|
+
inputs: ['height', 'state', 'width'],
|
|
859
835
|
}]
|
|
860
836
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
861
837
|
let IxFlipTileContent = class IxFlipTileContent {
|
|
@@ -880,6 +856,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
880
856
|
inputs: [],
|
|
881
857
|
}]
|
|
882
858
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
859
|
+
let IxFormField = class IxFormField {
|
|
860
|
+
constructor(c, r, z) {
|
|
861
|
+
this.z = z;
|
|
862
|
+
c.detach();
|
|
863
|
+
this.el = r.nativeElement;
|
|
864
|
+
}
|
|
865
|
+
};
|
|
866
|
+
/** @nocollapse */ IxFormField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFormField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
867
|
+
/** @nocollapse */ IxFormField.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxFormField, selector: "ix-form-field", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
868
|
+
IxFormField = __decorate([
|
|
869
|
+
ProxyCmp({
|
|
870
|
+
inputs: ['label']
|
|
871
|
+
})
|
|
872
|
+
], IxFormField);
|
|
873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxFormField, decorators: [{
|
|
874
|
+
type: Component,
|
|
875
|
+
args: [{
|
|
876
|
+
selector: 'ix-form-field',
|
|
877
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
878
|
+
template: '<ng-content></ng-content>',
|
|
879
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
880
|
+
inputs: ['label'],
|
|
881
|
+
}]
|
|
882
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
883
|
+
let IxGrid = class IxGrid {
|
|
884
|
+
constructor(c, r, z) {
|
|
885
|
+
this.z = z;
|
|
886
|
+
c.detach();
|
|
887
|
+
this.el = r.nativeElement;
|
|
888
|
+
}
|
|
889
|
+
};
|
|
890
|
+
/** @nocollapse */ IxGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
891
|
+
/** @nocollapse */ IxGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxGrid, selector: "ix-grid", inputs: { columns: "columns", noPadding: "noPadding", noRowGap: "noRowGap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
892
|
+
IxGrid = __decorate([
|
|
893
|
+
ProxyCmp({
|
|
894
|
+
inputs: ['columns', 'noPadding', 'noRowGap']
|
|
895
|
+
})
|
|
896
|
+
], IxGrid);
|
|
897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxGrid, decorators: [{
|
|
898
|
+
type: Component,
|
|
899
|
+
args: [{
|
|
900
|
+
selector: 'ix-grid',
|
|
901
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
902
|
+
template: '<ng-content></ng-content>',
|
|
903
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
904
|
+
inputs: ['columns', 'noPadding', 'noRowGap'],
|
|
905
|
+
}]
|
|
906
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
883
907
|
let IxGroup = class IxGroup {
|
|
884
908
|
constructor(c, r, z) {
|
|
885
909
|
this.z = z;
|
|
@@ -984,10 +1008,10 @@ let IxIconButton = class IxIconButton {
|
|
|
984
1008
|
}
|
|
985
1009
|
};
|
|
986
1010
|
/** @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 });
|
|
987
|
-
/** @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",
|
|
1011
|
+
/** @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", loading: "loading", outline: "outline", oval: "oval", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
988
1012
|
IxIconButton = __decorate([
|
|
989
1013
|
ProxyCmp({
|
|
990
|
-
inputs: ['color', 'disabled', 'ghost', 'icon', '
|
|
1014
|
+
inputs: ['color', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'size', 'type', 'variant']
|
|
991
1015
|
})
|
|
992
1016
|
], IxIconButton);
|
|
993
1017
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxIconButton, decorators: [{
|
|
@@ -997,7 +1021,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
997
1021
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
998
1022
|
template: '<ng-content></ng-content>',
|
|
999
1023
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1000
|
-
inputs: ['color', 'disabled', 'ghost', 'icon', '
|
|
1024
|
+
inputs: ['color', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'size', 'type', 'variant'],
|
|
1025
|
+
}]
|
|
1026
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1027
|
+
let IxIconToggleButton = class IxIconToggleButton {
|
|
1028
|
+
constructor(c, r, z) {
|
|
1029
|
+
this.z = z;
|
|
1030
|
+
c.detach();
|
|
1031
|
+
this.el = r.nativeElement;
|
|
1032
|
+
proxyOutputs(this, this.el, ['pressedChange']);
|
|
1033
|
+
}
|
|
1034
|
+
};
|
|
1035
|
+
/** @nocollapse */ IxIconToggleButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxIconToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1036
|
+
/** @nocollapse */ IxIconToggleButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxIconToggleButton, selector: "ix-icon-toggle-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", pressed: "pressed", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1037
|
+
IxIconToggleButton = __decorate([
|
|
1038
|
+
ProxyCmp({
|
|
1039
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'size', 'variant']
|
|
1040
|
+
})
|
|
1041
|
+
], IxIconToggleButton);
|
|
1042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxIconToggleButton, decorators: [{
|
|
1043
|
+
type: Component,
|
|
1044
|
+
args: [{
|
|
1045
|
+
selector: 'ix-icon-toggle-button',
|
|
1046
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1047
|
+
template: '<ng-content></ng-content>',
|
|
1048
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1049
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'size', 'variant'],
|
|
1001
1050
|
}]
|
|
1002
1051
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1003
1052
|
let IxInputGroup = class IxInputGroup {
|
|
@@ -1178,10 +1227,10 @@ let IxMenu = class IxMenu {
|
|
|
1178
1227
|
}
|
|
1179
1228
|
};
|
|
1180
1229
|
/** @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 });
|
|
1181
|
-
/** @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",
|
|
1230
|
+
/** @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", i18nExpandSidebar: "i18nExpandSidebar", i18nLegal: "i18nLegal", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", maxVisibleMenuItems: "maxVisibleMenuItems", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1182
1231
|
IxMenu = __decorate([
|
|
1183
1232
|
ProxyCmp({
|
|
1184
|
-
inputs: ['applicationDescription', 'applicationName', 'enableMapExpand', 'enableSettings', 'enableToggleTheme', 'expand', '
|
|
1233
|
+
inputs: ['applicationDescription', 'applicationName', 'enableMapExpand', 'enableSettings', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'maxVisibleMenuItems', 'pinned', 'showAbout', 'showSettings'],
|
|
1185
1234
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1186
1235
|
})
|
|
1187
1236
|
], IxMenu);
|
|
@@ -1192,7 +1241,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1192
1241
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1193
1242
|
template: '<ng-content></ng-content>',
|
|
1194
1243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1195
|
-
inputs: ['applicationDescription', 'applicationName', 'enableMapExpand', 'enableSettings', 'enableToggleTheme', 'expand', '
|
|
1244
|
+
inputs: ['applicationDescription', 'applicationName', 'enableMapExpand', 'enableSettings', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'maxVisibleMenuItems', 'pinned', 'showAbout', 'showSettings'],
|
|
1196
1245
|
}]
|
|
1197
1246
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1198
1247
|
let IxMenuAbout = class IxMenuAbout {
|
|
@@ -1631,19 +1680,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1631
1680
|
inputs: ['heading', 'icon', 'notification', 'subheading', 'variant'],
|
|
1632
1681
|
}]
|
|
1633
1682
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1683
|
+
let IxRow = class IxRow {
|
|
1684
|
+
constructor(c, r, z) {
|
|
1685
|
+
this.z = z;
|
|
1686
|
+
c.detach();
|
|
1687
|
+
this.el = r.nativeElement;
|
|
1688
|
+
}
|
|
1689
|
+
};
|
|
1690
|
+
/** @nocollapse */ IxRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1691
|
+
/** @nocollapse */ IxRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxRow, selector: "ix-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1692
|
+
IxRow = __decorate([
|
|
1693
|
+
ProxyCmp({})
|
|
1694
|
+
], IxRow);
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxRow, decorators: [{
|
|
1696
|
+
type: Component,
|
|
1697
|
+
args: [{
|
|
1698
|
+
selector: 'ix-row',
|
|
1699
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1700
|
+
template: '<ng-content></ng-content>',
|
|
1701
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1702
|
+
inputs: [],
|
|
1703
|
+
}]
|
|
1704
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1634
1705
|
let IxSelect = class IxSelect {
|
|
1635
1706
|
constructor(c, r, z) {
|
|
1636
1707
|
this.z = z;
|
|
1637
1708
|
c.detach();
|
|
1638
1709
|
this.el = r.nativeElement;
|
|
1639
|
-
proxyOutputs(this, this.el, ['itemSelectionChange', 'inputChange', 'addItem']);
|
|
1710
|
+
proxyOutputs(this, this.el, ['valueChange', 'itemSelectionChange', 'inputChange', 'addItem']);
|
|
1640
1711
|
}
|
|
1641
1712
|
};
|
|
1642
1713
|
/** @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 });
|
|
1643
|
-
/** @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", hideListHeader: "hideListHeader", i18nNoMatches: "i18nNoMatches", 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 });
|
|
1714
|
+
/** @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", hideListHeader: "hideListHeader", i18nNoMatches: "i18nNoMatches", i18nPlaceholder: "i18nPlaceholder", i18nPlaceholderEditable: "i18nPlaceholderEditable", i18nSelectListHeader: "i18nSelectListHeader", mode: "mode", readonly: "readonly", selectedIndices: "selectedIndices", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1644
1715
|
IxSelect = __decorate([
|
|
1645
1716
|
ProxyCmp({
|
|
1646
|
-
inputs: ['allowClear', 'disabled', 'editable', 'hideListHeader', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'mode', 'readonly', 'selectedIndices']
|
|
1717
|
+
inputs: ['allowClear', 'disabled', 'editable', 'hideListHeader', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'mode', 'readonly', 'selectedIndices', 'value']
|
|
1647
1718
|
})
|
|
1648
1719
|
], IxSelect);
|
|
1649
1720
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxSelect, decorators: [{
|
|
@@ -1653,7 +1724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1653
1724
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1654
1725
|
template: '<ng-content></ng-content>',
|
|
1655
1726
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1656
|
-
inputs: ['allowClear', 'disabled', 'editable', 'hideListHeader', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'mode', 'readonly', 'selectedIndices'],
|
|
1727
|
+
inputs: ['allowClear', 'disabled', 'editable', 'hideListHeader', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'mode', 'readonly', 'selectedIndices', 'value'],
|
|
1657
1728
|
}]
|
|
1658
1729
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1659
1730
|
let IxSelectItem = class IxSelectItem {
|
|
@@ -1760,6 +1831,7 @@ let IxTabItem = class IxTabItem {
|
|
|
1760
1831
|
this.z = z;
|
|
1761
1832
|
c.detach();
|
|
1762
1833
|
this.el = r.nativeElement;
|
|
1834
|
+
proxyOutputs(this, this.el, ['tabClick']);
|
|
1763
1835
|
}
|
|
1764
1836
|
};
|
|
1765
1837
|
/** @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 });
|
|
@@ -1784,6 +1856,7 @@ let IxTabs = class IxTabs {
|
|
|
1784
1856
|
this.z = z;
|
|
1785
1857
|
c.detach();
|
|
1786
1858
|
this.el = r.nativeElement;
|
|
1859
|
+
proxyOutputs(this, this.el, ['selectedChange']);
|
|
1787
1860
|
}
|
|
1788
1861
|
};
|
|
1789
1862
|
/** @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 });
|
|
@@ -1928,6 +2001,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1928
2001
|
inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'textIndeterminate', 'textOff', 'textOn'],
|
|
1929
2002
|
}]
|
|
1930
2003
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2004
|
+
let IxToggleButton = class IxToggleButton {
|
|
2005
|
+
constructor(c, r, z) {
|
|
2006
|
+
this.z = z;
|
|
2007
|
+
c.detach();
|
|
2008
|
+
this.el = r.nativeElement;
|
|
2009
|
+
proxyOutputs(this, this.el, ['pressedChange']);
|
|
2010
|
+
}
|
|
2011
|
+
};
|
|
2012
|
+
/** @nocollapse */ IxToggleButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2013
|
+
/** @nocollapse */ IxToggleButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxToggleButton, selector: "ix-toggle-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", pressed: "pressed", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2014
|
+
IxToggleButton = __decorate([
|
|
2015
|
+
ProxyCmp({
|
|
2016
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'variant']
|
|
2017
|
+
})
|
|
2018
|
+
], IxToggleButton);
|
|
2019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxToggleButton, decorators: [{
|
|
2020
|
+
type: Component,
|
|
2021
|
+
args: [{
|
|
2022
|
+
selector: 'ix-toggle-button',
|
|
2023
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2024
|
+
template: '<ng-content></ng-content>',
|
|
2025
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2026
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'variant'],
|
|
2027
|
+
}]
|
|
2028
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1931
2029
|
let IxTooltip = class IxTooltip {
|
|
1932
2030
|
constructor(c, r, z) {
|
|
1933
2031
|
this.z = z;
|
|
@@ -1977,6 +2075,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1977
2075
|
inputs: ['context', 'hasChildren', 'text'],
|
|
1978
2076
|
}]
|
|
1979
2077
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2078
|
+
let IxTypography = class IxTypography {
|
|
2079
|
+
constructor(c, r, z) {
|
|
2080
|
+
this.z = z;
|
|
2081
|
+
c.detach();
|
|
2082
|
+
this.el = r.nativeElement;
|
|
2083
|
+
}
|
|
2084
|
+
};
|
|
2085
|
+
/** @nocollapse */ IxTypography.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2086
|
+
/** @nocollapse */ IxTypography.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxTypography, selector: "ix-typography", inputs: { bold: "bold", color: "color", format: "format", textDecoration: "textDecoration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2087
|
+
IxTypography = __decorate([
|
|
2088
|
+
ProxyCmp({
|
|
2089
|
+
inputs: ['bold', 'color', 'format', 'textDecoration']
|
|
2090
|
+
})
|
|
2091
|
+
], IxTypography);
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxTypography, decorators: [{
|
|
2093
|
+
type: Component,
|
|
2094
|
+
args: [{
|
|
2095
|
+
selector: 'ix-typography',
|
|
2096
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2097
|
+
template: '<ng-content></ng-content>',
|
|
2098
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2099
|
+
inputs: ['bold', 'color', 'format', 'textDecoration'],
|
|
2100
|
+
}]
|
|
2101
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1980
2102
|
let IxUpload = class IxUpload {
|
|
1981
2103
|
constructor(c, r, z) {
|
|
1982
2104
|
this.z = z;
|
|
@@ -2035,10 +2157,10 @@ let IxWorkflowStep = class IxWorkflowStep {
|
|
|
2035
2157
|
}
|
|
2036
2158
|
};
|
|
2037
2159
|
/** @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 });
|
|
2038
|
-
/** @nocollapse */ IxWorkflowStep.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxWorkflowStep, selector: "ix-workflow-step", inputs: { clickable: "clickable", disabled: "disabled",
|
|
2160
|
+
/** @nocollapse */ IxWorkflowStep.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxWorkflowStep, selector: "ix-workflow-step", inputs: { clickable: "clickable", disabled: "disabled", selected: "selected", status: "status", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2039
2161
|
IxWorkflowStep = __decorate([
|
|
2040
2162
|
ProxyCmp({
|
|
2041
|
-
inputs: ['clickable', 'disabled', '
|
|
2163
|
+
inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical']
|
|
2042
2164
|
})
|
|
2043
2165
|
], IxWorkflowStep);
|
|
2044
2166
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxWorkflowStep, decorators: [{
|
|
@@ -2048,7 +2170,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2048
2170
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2049
2171
|
template: '<ng-content></ng-content>',
|
|
2050
2172
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2051
|
-
inputs: ['clickable', 'disabled', '
|
|
2173
|
+
inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical'],
|
|
2052
2174
|
}]
|
|
2053
2175
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2054
2176
|
let IxWorkflowSteps = class IxWorkflowSteps {
|
|
@@ -2060,10 +2182,10 @@ let IxWorkflowSteps = class IxWorkflowSteps {
|
|
|
2060
2182
|
}
|
|
2061
2183
|
};
|
|
2062
2184
|
/** @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 });
|
|
2063
|
-
/** @nocollapse */ IxWorkflowSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxWorkflowSteps, selector: "ix-workflow-steps", inputs: { clickable: "clickable",
|
|
2185
|
+
/** @nocollapse */ IxWorkflowSteps.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxWorkflowSteps, selector: "ix-workflow-steps", inputs: { clickable: "clickable", selectedIndex: "selectedIndex", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2064
2186
|
IxWorkflowSteps = __decorate([
|
|
2065
2187
|
ProxyCmp({
|
|
2066
|
-
inputs: ['clickable', '
|
|
2188
|
+
inputs: ['clickable', 'selectedIndex', 'vertical']
|
|
2067
2189
|
})
|
|
2068
2190
|
], IxWorkflowSteps);
|
|
2069
2191
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxWorkflowSteps, decorators: [{
|
|
@@ -2073,7 +2195,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2073
2195
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2074
2196
|
template: '<ng-content></ng-content>',
|
|
2075
2197
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2076
|
-
inputs: ['clickable', '
|
|
2198
|
+
inputs: ['clickable', 'selectedIndex', 'vertical'],
|
|
2077
2199
|
}]
|
|
2078
2200
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2079
2201
|
|
|
@@ -2156,16 +2278,16 @@ class ModalService {
|
|
|
2156
2278
|
data: config.data,
|
|
2157
2279
|
};
|
|
2158
2280
|
if (config.content instanceof Type) {
|
|
2159
|
-
return this.createContentByComponentType(config, context);
|
|
2281
|
+
return this.createContentByComponentType(config.content, config, context);
|
|
2160
2282
|
}
|
|
2161
|
-
const modalInstance = yield this.createContentByTemplateRef(config, context);
|
|
2283
|
+
const modalInstance = yield this.createContentByTemplateRef(config.content, config, context);
|
|
2162
2284
|
return modalInstance;
|
|
2163
2285
|
});
|
|
2164
2286
|
}
|
|
2165
|
-
createContentByComponentType(config, context) {
|
|
2287
|
+
createContentByComponentType(componentType, config, context) {
|
|
2166
2288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2167
2289
|
const activeModal = new InternalIxActiveModal(context.data);
|
|
2168
|
-
const modalFactory = this.componentFactoryResolver.resolveComponentFactory(
|
|
2290
|
+
const modalFactory = this.componentFactoryResolver.resolveComponentFactory(componentType);
|
|
2169
2291
|
const modalInjector = Injector.create({
|
|
2170
2292
|
providers: [
|
|
2171
2293
|
{
|
|
@@ -2177,36 +2299,36 @@ class ModalService {
|
|
|
2177
2299
|
});
|
|
2178
2300
|
const instance = modalFactory.create(modalInjector);
|
|
2179
2301
|
this.appRef.attachView(instance.hostView);
|
|
2180
|
-
const
|
|
2181
|
-
const modalInstance = yield this.createModalInstance(context,
|
|
2302
|
+
const element = instance.injector.get(ElementRef);
|
|
2303
|
+
const modalInstance = yield this.createModalInstance(context, element.nativeElement, instance.hostView, config);
|
|
2182
2304
|
activeModal.setModalElement(modalInstance.htmlElement);
|
|
2183
2305
|
return modalInstance;
|
|
2184
2306
|
});
|
|
2185
2307
|
}
|
|
2186
|
-
createContentByTemplateRef(config, context) {
|
|
2308
|
+
createContentByTemplateRef(templateRef, config, context) {
|
|
2187
2309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2188
|
-
const embeddedView =
|
|
2310
|
+
const embeddedView = templateRef.createEmbeddedView({
|
|
2189
2311
|
$implicit: context,
|
|
2190
2312
|
});
|
|
2191
|
-
|
|
2313
|
+
this.appRef.attachView(embeddedView);
|
|
2314
|
+
return yield this.createModalInstance(context, embeddedView.rootNodes[0], embeddedView, config);
|
|
2192
2315
|
});
|
|
2193
2316
|
}
|
|
2194
|
-
createModalInstance(context,
|
|
2317
|
+
createModalInstance(context, htmlElement, viewRef, config) {
|
|
2195
2318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2196
|
-
const node = embeddedView.rootNodes[0];
|
|
2197
2319
|
context.close = (result) => {
|
|
2198
|
-
closeModal(
|
|
2320
|
+
closeModal(htmlElement, result);
|
|
2199
2321
|
};
|
|
2200
2322
|
context.dismiss = (result) => {
|
|
2201
|
-
dismissModal(
|
|
2323
|
+
dismissModal(htmlElement, result);
|
|
2202
2324
|
};
|
|
2203
|
-
|
|
2204
|
-
const modalInstance = yield showModal(Object.assign(Object.assign({}, config), { content:
|
|
2325
|
+
viewRef.detectChanges();
|
|
2326
|
+
const modalInstance = yield showModal(Object.assign(Object.assign({}, config), { content: htmlElement }));
|
|
2205
2327
|
modalInstance.onClose.once(() => {
|
|
2206
|
-
|
|
2328
|
+
viewRef.destroy();
|
|
2207
2329
|
});
|
|
2208
2330
|
modalInstance.onDismiss.once(() => {
|
|
2209
|
-
|
|
2331
|
+
viewRef.destroy();
|
|
2210
2332
|
});
|
|
2211
2333
|
return modalInstance;
|
|
2212
2334
|
});
|
|
@@ -2256,8 +2378,6 @@ const appInitialize = (doc) => {
|
|
|
2256
2378
|
|
|
2257
2379
|
const DIRECTIVES = [
|
|
2258
2380
|
IxActionCard,
|
|
2259
|
-
IxAnimatedTab,
|
|
2260
|
-
IxAnimatedTabs,
|
|
2261
2381
|
IxApplicationHeader,
|
|
2262
2382
|
IxAvatar,
|
|
2263
2383
|
IxBasicNavigation,
|
|
@@ -2272,6 +2392,7 @@ const DIRECTIVES = [
|
|
|
2272
2392
|
IxCardTitle,
|
|
2273
2393
|
IxCategoryFilter,
|
|
2274
2394
|
IxChip,
|
|
2395
|
+
IxCol,
|
|
2275
2396
|
IxContentHeader,
|
|
2276
2397
|
IxDatePicker,
|
|
2277
2398
|
IxDatetimePicker,
|
|
@@ -2289,11 +2410,14 @@ const DIRECTIVES = [
|
|
|
2289
2410
|
IxFilterChip,
|
|
2290
2411
|
IxFlipTile,
|
|
2291
2412
|
IxFlipTileContent,
|
|
2413
|
+
IxFormField,
|
|
2414
|
+
IxGrid,
|
|
2292
2415
|
IxGroup,
|
|
2293
2416
|
IxGroupContextMenu,
|
|
2294
2417
|
IxGroupItem,
|
|
2295
2418
|
IxIcon,
|
|
2296
2419
|
IxIconButton,
|
|
2420
|
+
IxIconToggleButton,
|
|
2297
2421
|
IxInputGroup,
|
|
2298
2422
|
IxKeyValue,
|
|
2299
2423
|
IxKeyValueList,
|
|
@@ -2320,6 +2444,7 @@ const DIRECTIVES = [
|
|
|
2320
2444
|
IxPagination,
|
|
2321
2445
|
IxPill,
|
|
2322
2446
|
IxPushCard,
|
|
2447
|
+
IxRow,
|
|
2323
2448
|
IxSelect,
|
|
2324
2449
|
IxSelectItem,
|
|
2325
2450
|
IxSpinner,
|
|
@@ -2332,14 +2457,85 @@ const DIRECTIVES = [
|
|
|
2332
2457
|
IxToast,
|
|
2333
2458
|
IxToastContainer,
|
|
2334
2459
|
IxToggle,
|
|
2460
|
+
IxToggleButton,
|
|
2335
2461
|
IxTooltip,
|
|
2336
2462
|
IxTreeItem,
|
|
2463
|
+
IxTypography,
|
|
2337
2464
|
IxUpload,
|
|
2338
2465
|
IxValidationTooltip,
|
|
2339
2466
|
IxWorkflowStep,
|
|
2340
2467
|
IxWorkflowSteps
|
|
2341
2468
|
];
|
|
2342
2469
|
|
|
2470
|
+
class ValueAccessor {
|
|
2471
|
+
constructor(el) {
|
|
2472
|
+
this.el = el;
|
|
2473
|
+
this.onChange = () => { };
|
|
2474
|
+
this.onTouched = () => { };
|
|
2475
|
+
}
|
|
2476
|
+
writeValue(value) {
|
|
2477
|
+
this.el.nativeElement.value = this.lastValue = value == null ? '' : value;
|
|
2478
|
+
}
|
|
2479
|
+
handleChangeEvent(value) {
|
|
2480
|
+
if (value !== this.lastValue) {
|
|
2481
|
+
this.lastValue = value;
|
|
2482
|
+
this.onChange(value);
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
_handleBlurEvent() {
|
|
2486
|
+
this.onTouched();
|
|
2487
|
+
}
|
|
2488
|
+
registerOnChange(fn) {
|
|
2489
|
+
this.onChange = fn;
|
|
2490
|
+
}
|
|
2491
|
+
registerOnTouched(fn) {
|
|
2492
|
+
this.onTouched = fn;
|
|
2493
|
+
}
|
|
2494
|
+
setDisabledState(isDisabled) {
|
|
2495
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
/** @nocollapse */ ValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2499
|
+
/** @nocollapse */ ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
2500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
2501
|
+
type: Directive,
|
|
2502
|
+
args: [{}]
|
|
2503
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
2504
|
+
type: HostListener,
|
|
2505
|
+
args: ['focusout']
|
|
2506
|
+
}] } });
|
|
2507
|
+
|
|
2508
|
+
class SelectValueAccessor extends ValueAccessor {
|
|
2509
|
+
constructor(el) {
|
|
2510
|
+
super(el);
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
2513
|
+
/** @nocollapse */ SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2514
|
+
/** @nocollapse */ SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: SelectValueAccessor, selector: "ix-select[ngModel],ix-select[formControlName],ix-select[formControl]", host: { listeners: { "valueChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2515
|
+
{
|
|
2516
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2517
|
+
useExisting: SelectValueAccessor,
|
|
2518
|
+
multi: true
|
|
2519
|
+
}
|
|
2520
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
2522
|
+
type: Directive,
|
|
2523
|
+
args: [{
|
|
2524
|
+
/* tslint:disable-next-line:directive-selector */
|
|
2525
|
+
selector: 'ix-select[ngModel],ix-select[formControlName],ix-select[formControl]',
|
|
2526
|
+
host: {
|
|
2527
|
+
'(valueChange)': 'handleChangeEvent($event.target.value)'
|
|
2528
|
+
},
|
|
2529
|
+
providers: [
|
|
2530
|
+
{
|
|
2531
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2532
|
+
useExisting: SelectValueAccessor,
|
|
2533
|
+
multi: true
|
|
2534
|
+
}
|
|
2535
|
+
]
|
|
2536
|
+
}]
|
|
2537
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
2538
|
+
|
|
2343
2539
|
/*
|
|
2344
2540
|
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2345
2541
|
*
|
|
@@ -2348,6 +2544,9 @@ const DIRECTIVES = [
|
|
|
2348
2544
|
* This source code is licensed under the MIT license found in the
|
|
2349
2545
|
* LICENSE file in the root directory of this source tree.
|
|
2350
2546
|
*/
|
|
2547
|
+
/**
|
|
2548
|
+
* @deprecated Use themeSwitcher from core package `import { themeSwitcher } from '@siemens/ix';`
|
|
2549
|
+
*/
|
|
2351
2550
|
class ThemeService {
|
|
2352
2551
|
constructor() {
|
|
2353
2552
|
this.themeChanged = new EventEmitter();
|
|
@@ -2517,7 +2716,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2517
2716
|
* This source code is licensed under the MIT license found in the
|
|
2518
2717
|
* LICENSE file in the root directory of this source tree.
|
|
2519
2718
|
*/
|
|
2520
|
-
const DECLARATIONS = [
|
|
2719
|
+
const DECLARATIONS = [
|
|
2720
|
+
...DIRECTIVES,
|
|
2721
|
+
IxTree,
|
|
2722
|
+
IxDropdownTriggerDirective,
|
|
2723
|
+
SelectValueAccessor,
|
|
2724
|
+
];
|
|
2521
2725
|
class IxModule {
|
|
2522
2726
|
static forRoot() {
|
|
2523
2727
|
return {
|
|
@@ -2537,7 +2741,9 @@ class IxModule {
|
|
|
2537
2741
|
}
|
|
2538
2742
|
}
|
|
2539
2743
|
/** @nocollapse */ IxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2540
|
-
/** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxActionCard,
|
|
2744
|
+
/** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxChip, IxCol, IxContentHeader, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxFormField, IxGrid, IxGroup, IxGroupContextMenu, IxGroupItem, IxIcon, IxIconButton, IxIconToggleButton, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalExample, IxModalFooter, IxModalHeader, IxPagination, IxPill, IxPushCard, IxRow, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective,
|
|
2745
|
+
SelectValueAccessor], exports: [IxActionCard, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxChip, IxCol, IxContentHeader, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxFormField, IxGrid, IxGroup, IxGroupContextMenu, IxGroupItem, IxIcon, IxIconButton, IxIconToggleButton, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalExample, IxModalFooter, IxModalHeader, IxPagination, IxPill, IxPushCard, IxRow, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxDropdownTriggerDirective,
|
|
2746
|
+
SelectValueAccessor] });
|
|
2541
2747
|
/** @nocollapse */ IxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule });
|
|
2542
2748
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, decorators: [{
|
|
2543
2749
|
type: NgModule,
|
|
@@ -2560,5 +2766,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2560
2766
|
* Generated bundle index. Do not edit.
|
|
2561
2767
|
*/
|
|
2562
2768
|
|
|
2563
|
-
export { IxActionCard, IxActiveModal,
|
|
2769
|
+
export { IxActionCard, IxActiveModal, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxChip, IxCol, IxContentHeader, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFilterChip, IxFlipTile, IxFlipTileContent, IxFormField, IxGrid, IxGroup, IxGroupContextMenu, IxGroupItem, IxIcon, IxIconButton, IxIconToggleButton, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalExample, IxModalFooter, IxModalHeader, IxModule, IxPagination, IxPill, IxPushCard, IxRow, IxSelect, IxSelectItem, IxSpinner, IxSplitButton, IxSplitButtonItem, IxTabItem, IxTabs, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, SelectValueAccessor, ThemeService, ToastService };
|
|
2564
2770
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|