@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 } 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
|
|
|
@@ -2163,14 +2285,14 @@ class ModalService {
|
|
|
2163
2285
|
data: config.data,
|
|
2164
2286
|
};
|
|
2165
2287
|
if (config.content instanceof Type) {
|
|
2166
|
-
return this.createContentByComponentType(config, context);
|
|
2288
|
+
return this.createContentByComponentType(config.content, config, context);
|
|
2167
2289
|
}
|
|
2168
|
-
const modalInstance = await this.createContentByTemplateRef(config, context);
|
|
2290
|
+
const modalInstance = await this.createContentByTemplateRef(config.content, config, context);
|
|
2169
2291
|
return modalInstance;
|
|
2170
2292
|
}
|
|
2171
|
-
async createContentByComponentType(config, context) {
|
|
2293
|
+
async createContentByComponentType(componentType, config, context) {
|
|
2172
2294
|
const activeModal = new InternalIxActiveModal(context.data);
|
|
2173
|
-
const modalFactory = this.componentFactoryResolver.resolveComponentFactory(
|
|
2295
|
+
const modalFactory = this.componentFactoryResolver.resolveComponentFactory(componentType);
|
|
2174
2296
|
const modalInjector = Injector.create({
|
|
2175
2297
|
providers: [
|
|
2176
2298
|
{
|
|
@@ -2182,35 +2304,35 @@ class ModalService {
|
|
|
2182
2304
|
});
|
|
2183
2305
|
const instance = modalFactory.create(modalInjector);
|
|
2184
2306
|
this.appRef.attachView(instance.hostView);
|
|
2185
|
-
const
|
|
2186
|
-
const modalInstance = await this.createModalInstance(context,
|
|
2307
|
+
const element = instance.injector.get(ElementRef);
|
|
2308
|
+
const modalInstance = await this.createModalInstance(context, element.nativeElement, instance.hostView, config);
|
|
2187
2309
|
activeModal.setModalElement(modalInstance.htmlElement);
|
|
2188
2310
|
return modalInstance;
|
|
2189
2311
|
}
|
|
2190
|
-
async createContentByTemplateRef(config, context) {
|
|
2191
|
-
const embeddedView =
|
|
2312
|
+
async createContentByTemplateRef(templateRef, config, context) {
|
|
2313
|
+
const embeddedView = templateRef.createEmbeddedView({
|
|
2192
2314
|
$implicit: context,
|
|
2193
2315
|
});
|
|
2194
|
-
|
|
2316
|
+
this.appRef.attachView(embeddedView);
|
|
2317
|
+
return await this.createModalInstance(context, embeddedView.rootNodes[0], embeddedView, config);
|
|
2195
2318
|
}
|
|
2196
|
-
async createModalInstance(context,
|
|
2197
|
-
const node = embeddedView.rootNodes[0];
|
|
2319
|
+
async createModalInstance(context, htmlElement, viewRef, config) {
|
|
2198
2320
|
context.close = (result) => {
|
|
2199
|
-
closeModal(
|
|
2321
|
+
closeModal(htmlElement, result);
|
|
2200
2322
|
};
|
|
2201
2323
|
context.dismiss = (result) => {
|
|
2202
|
-
dismissModal(
|
|
2324
|
+
dismissModal(htmlElement, result);
|
|
2203
2325
|
};
|
|
2204
|
-
|
|
2326
|
+
viewRef.detectChanges();
|
|
2205
2327
|
const modalInstance = await showModal({
|
|
2206
2328
|
...config,
|
|
2207
|
-
content:
|
|
2329
|
+
content: htmlElement,
|
|
2208
2330
|
});
|
|
2209
2331
|
modalInstance.onClose.once(() => {
|
|
2210
|
-
|
|
2332
|
+
viewRef.destroy();
|
|
2211
2333
|
});
|
|
2212
2334
|
modalInstance.onDismiss.once(() => {
|
|
2213
|
-
|
|
2335
|
+
viewRef.destroy();
|
|
2214
2336
|
});
|
|
2215
2337
|
return modalInstance;
|
|
2216
2338
|
}
|
|
@@ -2259,8 +2381,6 @@ const appInitialize = (doc) => {
|
|
|
2259
2381
|
|
|
2260
2382
|
const DIRECTIVES = [
|
|
2261
2383
|
IxActionCard,
|
|
2262
|
-
IxAnimatedTab,
|
|
2263
|
-
IxAnimatedTabs,
|
|
2264
2384
|
IxApplicationHeader,
|
|
2265
2385
|
IxAvatar,
|
|
2266
2386
|
IxBasicNavigation,
|
|
@@ -2275,6 +2395,7 @@ const DIRECTIVES = [
|
|
|
2275
2395
|
IxCardTitle,
|
|
2276
2396
|
IxCategoryFilter,
|
|
2277
2397
|
IxChip,
|
|
2398
|
+
IxCol,
|
|
2278
2399
|
IxContentHeader,
|
|
2279
2400
|
IxDatePicker,
|
|
2280
2401
|
IxDatetimePicker,
|
|
@@ -2292,11 +2413,14 @@ const DIRECTIVES = [
|
|
|
2292
2413
|
IxFilterChip,
|
|
2293
2414
|
IxFlipTile,
|
|
2294
2415
|
IxFlipTileContent,
|
|
2416
|
+
IxFormField,
|
|
2417
|
+
IxGrid,
|
|
2295
2418
|
IxGroup,
|
|
2296
2419
|
IxGroupContextMenu,
|
|
2297
2420
|
IxGroupItem,
|
|
2298
2421
|
IxIcon,
|
|
2299
2422
|
IxIconButton,
|
|
2423
|
+
IxIconToggleButton,
|
|
2300
2424
|
IxInputGroup,
|
|
2301
2425
|
IxKeyValue,
|
|
2302
2426
|
IxKeyValueList,
|
|
@@ -2323,6 +2447,7 @@ const DIRECTIVES = [
|
|
|
2323
2447
|
IxPagination,
|
|
2324
2448
|
IxPill,
|
|
2325
2449
|
IxPushCard,
|
|
2450
|
+
IxRow,
|
|
2326
2451
|
IxSelect,
|
|
2327
2452
|
IxSelectItem,
|
|
2328
2453
|
IxSpinner,
|
|
@@ -2335,14 +2460,85 @@ const DIRECTIVES = [
|
|
|
2335
2460
|
IxToast,
|
|
2336
2461
|
IxToastContainer,
|
|
2337
2462
|
IxToggle,
|
|
2463
|
+
IxToggleButton,
|
|
2338
2464
|
IxTooltip,
|
|
2339
2465
|
IxTreeItem,
|
|
2466
|
+
IxTypography,
|
|
2340
2467
|
IxUpload,
|
|
2341
2468
|
IxValidationTooltip,
|
|
2342
2469
|
IxWorkflowStep,
|
|
2343
2470
|
IxWorkflowSteps
|
|
2344
2471
|
];
|
|
2345
2472
|
|
|
2473
|
+
class ValueAccessor {
|
|
2474
|
+
constructor(el) {
|
|
2475
|
+
this.el = el;
|
|
2476
|
+
this.onChange = () => { };
|
|
2477
|
+
this.onTouched = () => { };
|
|
2478
|
+
}
|
|
2479
|
+
writeValue(value) {
|
|
2480
|
+
this.el.nativeElement.value = this.lastValue = value == null ? '' : value;
|
|
2481
|
+
}
|
|
2482
|
+
handleChangeEvent(value) {
|
|
2483
|
+
if (value !== this.lastValue) {
|
|
2484
|
+
this.lastValue = value;
|
|
2485
|
+
this.onChange(value);
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
_handleBlurEvent() {
|
|
2489
|
+
this.onTouched();
|
|
2490
|
+
}
|
|
2491
|
+
registerOnChange(fn) {
|
|
2492
|
+
this.onChange = fn;
|
|
2493
|
+
}
|
|
2494
|
+
registerOnTouched(fn) {
|
|
2495
|
+
this.onTouched = fn;
|
|
2496
|
+
}
|
|
2497
|
+
setDisabledState(isDisabled) {
|
|
2498
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
/** @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 });
|
|
2502
|
+
/** @nocollapse */ ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
2503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
2504
|
+
type: Directive,
|
|
2505
|
+
args: [{}]
|
|
2506
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { _handleBlurEvent: [{
|
|
2507
|
+
type: HostListener,
|
|
2508
|
+
args: ['focusout']
|
|
2509
|
+
}] } });
|
|
2510
|
+
|
|
2511
|
+
class SelectValueAccessor extends ValueAccessor {
|
|
2512
|
+
constructor(el) {
|
|
2513
|
+
super(el);
|
|
2514
|
+
}
|
|
2515
|
+
}
|
|
2516
|
+
/** @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 });
|
|
2517
|
+
/** @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: [
|
|
2518
|
+
{
|
|
2519
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2520
|
+
useExisting: SelectValueAccessor,
|
|
2521
|
+
multi: true
|
|
2522
|
+
}
|
|
2523
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
2525
|
+
type: Directive,
|
|
2526
|
+
args: [{
|
|
2527
|
+
/* tslint:disable-next-line:directive-selector */
|
|
2528
|
+
selector: 'ix-select[ngModel],ix-select[formControlName],ix-select[formControl]',
|
|
2529
|
+
host: {
|
|
2530
|
+
'(valueChange)': 'handleChangeEvent($event.target.value)'
|
|
2531
|
+
},
|
|
2532
|
+
providers: [
|
|
2533
|
+
{
|
|
2534
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2535
|
+
useExisting: SelectValueAccessor,
|
|
2536
|
+
multi: true
|
|
2537
|
+
}
|
|
2538
|
+
]
|
|
2539
|
+
}]
|
|
2540
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
2541
|
+
|
|
2346
2542
|
/*
|
|
2347
2543
|
* SPDX-FileCopyrightText: 2023 Siemens AG
|
|
2348
2544
|
*
|
|
@@ -2351,6 +2547,9 @@ const DIRECTIVES = [
|
|
|
2351
2547
|
* This source code is licensed under the MIT license found in the
|
|
2352
2548
|
* LICENSE file in the root directory of this source tree.
|
|
2353
2549
|
*/
|
|
2550
|
+
/**
|
|
2551
|
+
* @deprecated Use themeSwitcher from core package `import { themeSwitcher } from '@siemens/ix';`
|
|
2552
|
+
*/
|
|
2354
2553
|
class ThemeService {
|
|
2355
2554
|
constructor() {
|
|
2356
2555
|
this.themeChanged = new EventEmitter();
|
|
@@ -2527,7 +2726,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2527
2726
|
* This source code is licensed under the MIT license found in the
|
|
2528
2727
|
* LICENSE file in the root directory of this source tree.
|
|
2529
2728
|
*/
|
|
2530
|
-
const DECLARATIONS = [
|
|
2729
|
+
const DECLARATIONS = [
|
|
2730
|
+
...DIRECTIVES,
|
|
2731
|
+
IxTree,
|
|
2732
|
+
IxDropdownTriggerDirective,
|
|
2733
|
+
SelectValueAccessor,
|
|
2734
|
+
];
|
|
2531
2735
|
class IxModule {
|
|
2532
2736
|
static forRoot() {
|
|
2533
2737
|
return {
|
|
@@ -2547,7 +2751,9 @@ class IxModule {
|
|
|
2547
2751
|
}
|
|
2548
2752
|
}
|
|
2549
2753
|
/** @nocollapse */ IxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2550
|
-
/** @nocollapse */ IxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, declarations: [IxActionCard,
|
|
2754
|
+
/** @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,
|
|
2755
|
+
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,
|
|
2756
|
+
SelectValueAccessor] });
|
|
2551
2757
|
/** @nocollapse */ IxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule });
|
|
2552
2758
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxModule, decorators: [{
|
|
2553
2759
|
type: NgModule,
|
|
@@ -2570,5 +2776,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2570
2776
|
* Generated bundle index. Do not edit.
|
|
2571
2777
|
*/
|
|
2572
2778
|
|
|
2573
|
-
export { IxActionCard, IxActiveModal,
|
|
2779
|
+
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 };
|
|
2574
2780
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|