@siemens/ix-angular 0.0.0-pr-1642-20250313082857 → 0.0.0-pr-1974-20250624072317
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/READMEOSS.html +473 -0
- package/common/directives/tree.d.ts +1 -1
- package/components.d.ts +164 -125
- package/declare-components.d.ts +1 -1
- package/esm2022/common/directives/control-value-accessors/boolean-value-accessor.mjs +3 -3
- package/esm2022/common/directives/control-value-accessors/date-value-accessor.mjs +3 -3
- package/esm2022/common/directives/control-value-accessors/radio-value-accessor.mjs +3 -3
- package/esm2022/common/directives/control-value-accessors/select-value-accessor.mjs +3 -3
- package/esm2022/common/directives/control-value-accessors/text-value-accessor.mjs +3 -3
- package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +3 -3
- package/esm2022/common/directives/dropdown-trigger.mjs +3 -3
- package/esm2022/common/directives/tree.mjs +4 -4
- package/esm2022/common/providers/modal/modal.service.mjs +3 -3
- package/esm2022/common/providers/toast/toast.service.mjs +3 -3
- package/esm2022/components.mjs +387 -331
- package/esm2022/declare-components.mjs +3 -1
- package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +3 -3
- package/esm2022/directives/control-value-accessors/date-value-accessor.mjs +3 -3
- package/esm2022/directives/control-value-accessors/radio-value-accessor.mjs +3 -3
- package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +3 -3
- package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +3 -3
- package/esm2022/directives/dropdown-trigger.mjs +3 -3
- package/esm2022/ix-icon.mjs +4 -4
- package/esm2022/module.mjs +6 -6
- package/esm2022/providers/modal/modal.service.mjs +3 -3
- package/esm2022/providers/theme/theme.service.mjs +3 -3
- package/esm2022/providers/toast/toast.service.mjs +3 -3
- package/esm2022/standalone/components.mjs +393 -331
- package/esm2022/standalone/directives/control-value-accessors/boolean-value-accessor.mjs +3 -3
- package/esm2022/standalone/directives/control-value-accessors/date-value-accessor.mjs +3 -3
- package/esm2022/standalone/directives/control-value-accessors/radio-value-accessor.mjs +3 -3
- package/esm2022/standalone/directives/control-value-accessors/select-value-accessor.mjs +3 -3
- package/esm2022/standalone/directives/control-value-accessors/text-value-accessor.mjs +3 -3
- package/esm2022/standalone/directives/dropdown-trigger.mjs +3 -3
- package/esm2022/standalone/ix-icon.mjs +5 -5
- package/esm2022/standalone/providers/modal.mjs +6 -4
- package/esm2022/standalone/providers/toast.mjs +8 -4
- package/esm2022/standalone/tree.mjs +5 -5
- package/esm2022/tree.mjs +3 -3
- package/fesm2022/siemens-ix-angular-common.mjs +31 -31
- package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular-standalone.mjs +486 -423
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +426 -370
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/ix-icon.d.ts +1 -1
- package/module.d.ts +1 -1
- package/package.json +5 -5
- package/standalone/components.d.ts +164 -125
|
@@ -2,7 +2,7 @@ import { getToastContainer, toast, themeSwitcher } from '@siemens/ix';
|
|
|
2
2
|
export * from '@siemens/ix';
|
|
3
3
|
import { __decorate } from 'tslib';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
|
-
import {
|
|
5
|
+
import { ChangeDetectionStrategy, Component, Injectable, EventEmitter, Output, Directive, Input, NgZone, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
6
6
|
import { fromEvent } from 'rxjs';
|
|
7
7
|
import { TreeBaseDirective, ModalService as ModalService$1, BooleanValueAccessorBaseDirective, createValueAccessorProvider, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
|
|
8
8
|
export { IxActiveModal } from '@siemens/ix-angular/common';
|
|
@@ -76,15 +76,15 @@ let IxActionCard = class IxActionCard {
|
|
|
76
76
|
c.detach();
|
|
77
77
|
this.el = r.nativeElement;
|
|
78
78
|
}
|
|
79
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
80
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
79
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxActionCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
80
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxActionCard, selector: "ix-action-card", inputs: { heading: "heading", icon: "icon", selected: "selected", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
81
81
|
};
|
|
82
82
|
IxActionCard = __decorate([
|
|
83
83
|
ProxyCmp({
|
|
84
84
|
inputs: ['heading', 'icon', 'selected', 'subheading', 'variant']
|
|
85
85
|
})
|
|
86
86
|
], IxActionCard);
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxActionCard, decorators: [{
|
|
88
88
|
type: Component,
|
|
89
89
|
args: [{
|
|
90
90
|
selector: 'ix-action-card',
|
|
@@ -102,15 +102,15 @@ let IxApplication = class IxApplication {
|
|
|
102
102
|
c.detach();
|
|
103
103
|
this.el = r.nativeElement;
|
|
104
104
|
}
|
|
105
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
106
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
105
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplication, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
106
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxApplication, selector: "ix-application", inputs: { appSwitchConfig: "appSwitchConfig", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", theme: "theme", themeSystemAppearance: "themeSystemAppearance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
107
107
|
};
|
|
108
108
|
IxApplication = __decorate([
|
|
109
109
|
ProxyCmp({
|
|
110
110
|
inputs: ['appSwitchConfig', 'breakpoints', 'forceBreakpoint', 'theme', 'themeSystemAppearance']
|
|
111
111
|
})
|
|
112
112
|
], IxApplication);
|
|
113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplication, decorators: [{
|
|
114
114
|
type: Component,
|
|
115
115
|
args: [{
|
|
116
116
|
selector: 'ix-application',
|
|
@@ -129,15 +129,15 @@ let IxApplicationHeader = class IxApplicationHeader {
|
|
|
129
129
|
this.el = r.nativeElement;
|
|
130
130
|
proxyOutputs(this, this.el, ['menuToggle', 'openAppSwitch']);
|
|
131
131
|
}
|
|
132
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
133
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
132
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplicationHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
133
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxApplicationHeader, selector: "ix-application-header", inputs: { name: "name", showMenu: "showMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
134
134
|
};
|
|
135
135
|
IxApplicationHeader = __decorate([
|
|
136
136
|
ProxyCmp({
|
|
137
137
|
inputs: ['name', 'showMenu']
|
|
138
138
|
})
|
|
139
139
|
], IxApplicationHeader);
|
|
140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplicationHeader, decorators: [{
|
|
141
141
|
type: Component,
|
|
142
142
|
args: [{
|
|
143
143
|
selector: 'ix-application-header',
|
|
@@ -155,15 +155,15 @@ let IxAvatar = class IxAvatar {
|
|
|
155
155
|
c.detach();
|
|
156
156
|
this.el = r.nativeElement;
|
|
157
157
|
}
|
|
158
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
159
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
158
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
159
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxAvatar, selector: "ix-avatar", inputs: { extra: "extra", image: "image", initials: "initials", username: "username" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
160
160
|
};
|
|
161
161
|
IxAvatar = __decorate([
|
|
162
162
|
ProxyCmp({
|
|
163
163
|
inputs: ['extra', 'image', 'initials', 'username']
|
|
164
164
|
})
|
|
165
165
|
], IxAvatar);
|
|
166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxAvatar, decorators: [{
|
|
167
167
|
type: Component,
|
|
168
168
|
args: [{
|
|
169
169
|
selector: 'ix-avatar',
|
|
@@ -181,15 +181,15 @@ let IxBasicNavigation = class IxBasicNavigation {
|
|
|
181
181
|
c.detach();
|
|
182
182
|
this.el = r.nativeElement;
|
|
183
183
|
}
|
|
184
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
185
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
184
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBasicNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
185
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 });
|
|
186
186
|
};
|
|
187
187
|
IxBasicNavigation = __decorate([
|
|
188
188
|
ProxyCmp({
|
|
189
189
|
inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader']
|
|
190
190
|
})
|
|
191
191
|
], IxBasicNavigation);
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBasicNavigation, decorators: [{
|
|
193
193
|
type: Component,
|
|
194
194
|
args: [{
|
|
195
195
|
selector: 'ix-basic-navigation',
|
|
@@ -208,15 +208,15 @@ let IxBlind = class IxBlind {
|
|
|
208
208
|
this.el = r.nativeElement;
|
|
209
209
|
proxyOutputs(this, this.el, ['collapsedChange']);
|
|
210
210
|
}
|
|
211
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
212
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
211
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBlind, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
212
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBlind, selector: "ix-blind", inputs: { collapsed: "collapsed", icon: "icon", label: "label", sublabel: "sublabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
213
213
|
};
|
|
214
214
|
IxBlind = __decorate([
|
|
215
215
|
ProxyCmp({
|
|
216
216
|
inputs: ['collapsed', 'icon', 'label', 'sublabel', 'variant']
|
|
217
217
|
})
|
|
218
218
|
], IxBlind);
|
|
219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBlind, decorators: [{
|
|
220
220
|
type: Component,
|
|
221
221
|
args: [{
|
|
222
222
|
selector: 'ix-blind',
|
|
@@ -235,15 +235,15 @@ let IxBreadcrumb = class IxBreadcrumb {
|
|
|
235
235
|
this.el = r.nativeElement;
|
|
236
236
|
proxyOutputs(this, this.el, ['itemClick', 'nextClick']);
|
|
237
237
|
}
|
|
238
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
239
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
238
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
239
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 });
|
|
240
240
|
};
|
|
241
241
|
IxBreadcrumb = __decorate([
|
|
242
242
|
ProxyCmp({
|
|
243
243
|
inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount']
|
|
244
244
|
})
|
|
245
245
|
], IxBreadcrumb);
|
|
246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
247
247
|
type: Component,
|
|
248
248
|
args: [{
|
|
249
249
|
selector: 'ix-breadcrumb',
|
|
@@ -261,15 +261,15 @@ let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
|
261
261
|
c.detach();
|
|
262
262
|
this.el = r.nativeElement;
|
|
263
263
|
}
|
|
264
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
265
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
264
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
265
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBreadcrumbItem, selector: "ix-breadcrumb-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
266
266
|
};
|
|
267
267
|
IxBreadcrumbItem = __decorate([
|
|
268
268
|
ProxyCmp({
|
|
269
269
|
inputs: ['icon', 'label']
|
|
270
270
|
})
|
|
271
271
|
], IxBreadcrumbItem);
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
|
|
273
273
|
type: Component,
|
|
274
274
|
args: [{
|
|
275
275
|
selector: 'ix-breadcrumb-item',
|
|
@@ -287,22 +287,22 @@ let IxButton = class IxButton {
|
|
|
287
287
|
c.detach();
|
|
288
288
|
this.el = r.nativeElement;
|
|
289
289
|
}
|
|
290
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
291
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
290
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
291
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxButton, selector: "ix-button", inputs: { disabled: "disabled", form: "form", 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 });
|
|
292
292
|
};
|
|
293
293
|
IxButton = __decorate([
|
|
294
294
|
ProxyCmp({
|
|
295
|
-
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant']
|
|
295
|
+
inputs: ['disabled', 'form', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant']
|
|
296
296
|
})
|
|
297
297
|
], IxButton);
|
|
298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
298
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxButton, decorators: [{
|
|
299
299
|
type: Component,
|
|
300
300
|
args: [{
|
|
301
301
|
selector: 'ix-button',
|
|
302
302
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
303
303
|
template: '<ng-content></ng-content>',
|
|
304
304
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
305
|
-
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant'],
|
|
305
|
+
inputs: ['disabled', 'form', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant'],
|
|
306
306
|
}]
|
|
307
307
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
308
308
|
let IxCard = class IxCard {
|
|
@@ -313,15 +313,15 @@ let IxCard = class IxCard {
|
|
|
313
313
|
c.detach();
|
|
314
314
|
this.el = r.nativeElement;
|
|
315
315
|
}
|
|
316
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
317
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
316
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
317
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCard, selector: "ix-card", inputs: { selected: "selected", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
318
318
|
};
|
|
319
319
|
IxCard = __decorate([
|
|
320
320
|
ProxyCmp({
|
|
321
321
|
inputs: ['selected', 'variant']
|
|
322
322
|
})
|
|
323
323
|
], IxCard);
|
|
324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCard, decorators: [{
|
|
325
325
|
type: Component,
|
|
326
326
|
args: [{
|
|
327
327
|
selector: 'ix-card',
|
|
@@ -339,15 +339,15 @@ let IxCardAccordion = class IxCardAccordion {
|
|
|
339
339
|
c.detach();
|
|
340
340
|
this.el = r.nativeElement;
|
|
341
341
|
}
|
|
342
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
343
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
342
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
343
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardAccordion, selector: "ix-card-accordion", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
344
344
|
};
|
|
345
345
|
IxCardAccordion = __decorate([
|
|
346
346
|
ProxyCmp({
|
|
347
347
|
inputs: ['collapse']
|
|
348
348
|
})
|
|
349
349
|
], IxCardAccordion);
|
|
350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardAccordion, decorators: [{
|
|
351
351
|
type: Component,
|
|
352
352
|
args: [{
|
|
353
353
|
selector: 'ix-card-accordion',
|
|
@@ -365,13 +365,13 @@ let IxCardContent = class IxCardContent {
|
|
|
365
365
|
c.detach();
|
|
366
366
|
this.el = r.nativeElement;
|
|
367
367
|
}
|
|
368
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
369
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
368
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
369
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardContent, selector: "ix-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
370
370
|
};
|
|
371
371
|
IxCardContent = __decorate([
|
|
372
372
|
ProxyCmp({})
|
|
373
373
|
], IxCardContent);
|
|
374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardContent, decorators: [{
|
|
375
375
|
type: Component,
|
|
376
376
|
args: [{
|
|
377
377
|
selector: 'ix-card-content',
|
|
@@ -390,15 +390,15 @@ let IxCardList = class IxCardList {
|
|
|
390
390
|
this.el = r.nativeElement;
|
|
391
391
|
proxyOutputs(this, this.el, ['collapseChanged', 'showAllClick', 'showMoreCardClick']);
|
|
392
392
|
}
|
|
393
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
394
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
393
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
394
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardList, selector: "ix-card-list", inputs: { collapse: "collapse", hideShowAll: "hideShowAll", i18nMoreCards: "i18nMoreCards", i18nShowAll: "i18nShowAll", label: "label", listStyle: "listStyle", showAllCount: "showAllCount", suppressOverflowHandling: "suppressOverflowHandling" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
395
395
|
};
|
|
396
396
|
IxCardList = __decorate([
|
|
397
397
|
ProxyCmp({
|
|
398
398
|
inputs: ['collapse', 'hideShowAll', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling']
|
|
399
399
|
})
|
|
400
400
|
], IxCardList);
|
|
401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardList, decorators: [{
|
|
402
402
|
type: Component,
|
|
403
403
|
args: [{
|
|
404
404
|
selector: 'ix-card-list',
|
|
@@ -416,13 +416,13 @@ let IxCardTitle = class IxCardTitle {
|
|
|
416
416
|
c.detach();
|
|
417
417
|
this.el = r.nativeElement;
|
|
418
418
|
}
|
|
419
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
420
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
419
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
420
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardTitle, selector: "ix-card-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
421
421
|
};
|
|
422
422
|
IxCardTitle = __decorate([
|
|
423
423
|
ProxyCmp({})
|
|
424
424
|
], IxCardTitle);
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardTitle, decorators: [{
|
|
426
426
|
type: Component,
|
|
427
427
|
args: [{
|
|
428
428
|
selector: 'ix-card-title',
|
|
@@ -441,15 +441,15 @@ let IxCategoryFilter = class IxCategoryFilter {
|
|
|
441
441
|
this.el = r.nativeElement;
|
|
442
442
|
proxyOutputs(this, this.el, ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared']);
|
|
443
443
|
}
|
|
444
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
445
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
444
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCategoryFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
445
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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", staticOperator: "staticOperator", suggestions: "suggestions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
446
446
|
};
|
|
447
447
|
IxCategoryFilter = __decorate([
|
|
448
448
|
ProxyCmp({
|
|
449
449
|
inputs: ['categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'staticOperator', 'suggestions']
|
|
450
450
|
})
|
|
451
451
|
], IxCategoryFilter);
|
|
452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
453
453
|
type: Component,
|
|
454
454
|
args: [{
|
|
455
455
|
selector: 'ix-category-filter',
|
|
@@ -466,17 +466,17 @@ let IxCheckbox = class IxCheckbox {
|
|
|
466
466
|
this.z = z;
|
|
467
467
|
c.detach();
|
|
468
468
|
this.el = r.nativeElement;
|
|
469
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
469
|
+
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
470
470
|
}
|
|
471
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
472
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
471
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
472
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckbox, selector: "ix-checkbox", inputs: { checked: "checked", disabled: "disabled", indeterminate: "indeterminate", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
473
473
|
};
|
|
474
474
|
IxCheckbox = __decorate([
|
|
475
475
|
ProxyCmp({
|
|
476
476
|
inputs: ['checked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'value']
|
|
477
477
|
})
|
|
478
478
|
], IxCheckbox);
|
|
479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckbox, decorators: [{
|
|
480
480
|
type: Component,
|
|
481
481
|
args: [{
|
|
482
482
|
selector: 'ix-checkbox',
|
|
@@ -494,15 +494,15 @@ let IxCheckboxGroup = class IxCheckboxGroup {
|
|
|
494
494
|
c.detach();
|
|
495
495
|
this.el = r.nativeElement;
|
|
496
496
|
}
|
|
497
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
498
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
497
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
498
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckboxGroup, selector: "ix-checkbox-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
499
499
|
};
|
|
500
500
|
IxCheckboxGroup = __decorate([
|
|
501
501
|
ProxyCmp({
|
|
502
502
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'warningText']
|
|
503
503
|
})
|
|
504
504
|
], IxCheckboxGroup);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckboxGroup, decorators: [{
|
|
506
506
|
type: Component,
|
|
507
507
|
args: [{
|
|
508
508
|
selector: 'ix-checkbox-group',
|
|
@@ -521,22 +521,22 @@ let IxChip = class IxChip {
|
|
|
521
521
|
this.el = r.nativeElement;
|
|
522
522
|
proxyOutputs(this, this.el, ['closeChip']);
|
|
523
523
|
}
|
|
524
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
525
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
524
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
525
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxChip, selector: "ix-chip", inputs: { active: "active", background: "background", centerContent: "centerContent", chipColor: "chipColor", closable: "closable", icon: "icon", outline: "outline", tooltipText: "tooltipText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
526
526
|
};
|
|
527
527
|
IxChip = __decorate([
|
|
528
528
|
ProxyCmp({
|
|
529
|
-
inputs: ['active', 'background', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant']
|
|
529
|
+
inputs: ['active', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant']
|
|
530
530
|
})
|
|
531
531
|
], IxChip);
|
|
532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxChip, decorators: [{
|
|
533
533
|
type: Component,
|
|
534
534
|
args: [{
|
|
535
535
|
selector: 'ix-chip',
|
|
536
536
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
537
537
|
template: '<ng-content></ng-content>',
|
|
538
538
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
539
|
-
inputs: ['active', 'background', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant'],
|
|
539
|
+
inputs: ['active', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant'],
|
|
540
540
|
}]
|
|
541
541
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
542
542
|
let IxCol = class IxCol {
|
|
@@ -547,15 +547,15 @@ let IxCol = class IxCol {
|
|
|
547
547
|
c.detach();
|
|
548
548
|
this.el = r.nativeElement;
|
|
549
549
|
}
|
|
550
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
551
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
550
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
551
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 });
|
|
552
552
|
};
|
|
553
553
|
IxCol = __decorate([
|
|
554
554
|
ProxyCmp({
|
|
555
555
|
inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm']
|
|
556
556
|
})
|
|
557
557
|
], IxCol);
|
|
558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCol, decorators: [{
|
|
559
559
|
type: Component,
|
|
560
560
|
args: [{
|
|
561
561
|
selector: 'ix-col',
|
|
@@ -573,13 +573,13 @@ let IxContent = class IxContent {
|
|
|
573
573
|
c.detach();
|
|
574
574
|
this.el = r.nativeElement;
|
|
575
575
|
}
|
|
576
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
577
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
576
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
577
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxContent, selector: "ix-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
578
578
|
};
|
|
579
579
|
IxContent = __decorate([
|
|
580
580
|
ProxyCmp({})
|
|
581
581
|
], IxContent);
|
|
582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContent, decorators: [{
|
|
583
583
|
type: Component,
|
|
584
584
|
args: [{
|
|
585
585
|
selector: 'ix-content',
|
|
@@ -598,15 +598,15 @@ let IxContentHeader = class IxContentHeader {
|
|
|
598
598
|
this.el = r.nativeElement;
|
|
599
599
|
proxyOutputs(this, this.el, ['backButtonClick']);
|
|
600
600
|
}
|
|
601
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
602
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
601
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContentHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
602
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxContentHeader, selector: "ix-content-header", inputs: { hasBackButton: "hasBackButton", headerSubtitle: "headerSubtitle", headerTitle: "headerTitle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
603
603
|
};
|
|
604
604
|
IxContentHeader = __decorate([
|
|
605
605
|
ProxyCmp({
|
|
606
606
|
inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant']
|
|
607
607
|
})
|
|
608
608
|
], IxContentHeader);
|
|
609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContentHeader, decorators: [{
|
|
610
610
|
type: Component,
|
|
611
611
|
args: [{
|
|
612
612
|
selector: 'ix-content-header',
|
|
@@ -624,15 +624,15 @@ let IxCustomField = class IxCustomField {
|
|
|
624
624
|
c.detach();
|
|
625
625
|
this.el = r.nativeElement;
|
|
626
626
|
}
|
|
627
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
628
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
627
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCustomField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
628
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCustomField, selector: "ix-custom-field", inputs: { helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
629
629
|
};
|
|
630
630
|
IxCustomField = __decorate([
|
|
631
631
|
ProxyCmp({
|
|
632
632
|
inputs: ['helperText', 'infoText', 'invalidText', 'label', 'required', 'showTextAsTooltip', 'validText', 'warningText']
|
|
633
633
|
})
|
|
634
634
|
], IxCustomField);
|
|
635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCustomField, decorators: [{
|
|
636
636
|
type: Component,
|
|
637
637
|
args: [{
|
|
638
638
|
selector: 'ix-custom-field',
|
|
@@ -651,23 +651,23 @@ let IxDateDropdown = class IxDateDropdown {
|
|
|
651
651
|
this.el = r.nativeElement;
|
|
652
652
|
proxyOutputs(this, this.el, ['dateRangeChange']);
|
|
653
653
|
}
|
|
654
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
655
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
654
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
655
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDateDropdown, selector: "ix-date-dropdown", inputs: { customRangeAllowed: "customRangeAllowed", dateRangeId: "dateRangeId", dateRangeOptions: "dateRangeOptions", disabled: "disabled", format: "format", from: "from", ghost: "ghost", i18nCustomItem: "i18nCustomItem", i18nDone: "i18nDone", i18nNoRange: "i18nNoRange", loading: "loading", locale: "locale", maxDate: "maxDate", minDate: "minDate", outline: "outline", range: "range", showWeekNumbers: "showWeekNumbers", to: "to", variant: "variant", weekStartIndex: "weekStartIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
656
656
|
};
|
|
657
657
|
IxDateDropdown = __decorate([
|
|
658
658
|
ProxyCmp({
|
|
659
|
-
inputs: ['customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'ghost', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'outline', 'range', 'to', 'variant', 'weekStartIndex'],
|
|
659
|
+
inputs: ['customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'ghost', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'outline', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
|
|
660
660
|
methods: ['getDateRange']
|
|
661
661
|
})
|
|
662
662
|
], IxDateDropdown);
|
|
663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateDropdown, decorators: [{
|
|
664
664
|
type: Component,
|
|
665
665
|
args: [{
|
|
666
666
|
selector: 'ix-date-dropdown',
|
|
667
667
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
668
668
|
template: '<ng-content></ng-content>',
|
|
669
669
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
670
|
-
inputs: ['customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'ghost', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'outline', 'range', 'to', 'variant', 'weekStartIndex'],
|
|
670
|
+
inputs: ['customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'ghost', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'outline', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
|
|
671
671
|
}]
|
|
672
672
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
673
673
|
let IxDateInput = class IxDateInput {
|
|
@@ -679,23 +679,23 @@ let IxDateInput = class IxDateInput {
|
|
|
679
679
|
this.el = r.nativeElement;
|
|
680
680
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange']);
|
|
681
681
|
}
|
|
682
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
683
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
682
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
683
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDateInput, selector: "ix-date-input", inputs: { disabled: "disabled", format: "format", helperText: "helperText", i18nErrorDateUnparsable: "i18nErrorDateUnparsable", infoText: "infoText", invalidText: "invalidText", label: "label", locale: "locale", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", showWeekNumbers: "showWeekNumbers", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
684
684
|
};
|
|
685
685
|
IxDateInput = __decorate([
|
|
686
686
|
ProxyCmp({
|
|
687
|
-
inputs: ['disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
687
|
+
inputs: ['disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'validText', 'value', 'warningText'],
|
|
688
688
|
methods: ['getNativeInputElement', 'focusInput']
|
|
689
689
|
})
|
|
690
690
|
], IxDateInput);
|
|
691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateInput, decorators: [{
|
|
692
692
|
type: Component,
|
|
693
693
|
args: [{
|
|
694
694
|
selector: 'ix-date-input',
|
|
695
695
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
696
696
|
template: '<ng-content></ng-content>',
|
|
697
697
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
698
|
-
inputs: ['disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
698
|
+
inputs: ['disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'validText', 'value', 'warningText'],
|
|
699
699
|
}]
|
|
700
700
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
701
701
|
let IxDatePicker = class IxDatePicker {
|
|
@@ -707,23 +707,23 @@ let IxDatePicker = class IxDatePicker {
|
|
|
707
707
|
this.el = r.nativeElement;
|
|
708
708
|
proxyOutputs(this, this.el, ['dateChange', 'dateRangeChange', 'dateSelect']);
|
|
709
709
|
}
|
|
710
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
711
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
710
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
711
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDatePicker, selector: "ix-date-picker", inputs: { corners: "corners", format: "format", from: "from", i18nDone: "i18nDone", locale: "locale", maxDate: "maxDate", minDate: "minDate", range: "range", showWeekNumbers: "showWeekNumbers", to: "to", weekStartIndex: "weekStartIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
712
712
|
};
|
|
713
713
|
IxDatePicker = __decorate([
|
|
714
714
|
ProxyCmp({
|
|
715
|
-
inputs: ['corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'to', 'weekStartIndex'],
|
|
715
|
+
inputs: ['corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'weekStartIndex'],
|
|
716
716
|
methods: ['getCurrentDate']
|
|
717
717
|
})
|
|
718
718
|
], IxDatePicker);
|
|
719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatePicker, decorators: [{
|
|
720
720
|
type: Component,
|
|
721
721
|
args: [{
|
|
722
722
|
selector: 'ix-date-picker',
|
|
723
723
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
724
724
|
template: '<ng-content></ng-content>',
|
|
725
725
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
726
|
-
inputs: ['corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'to', 'weekStartIndex'],
|
|
726
|
+
inputs: ['corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'weekStartIndex'],
|
|
727
727
|
}]
|
|
728
728
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
729
729
|
let IxDatetimePicker = class IxDatetimePicker {
|
|
@@ -735,22 +735,22 @@ let IxDatetimePicker = class IxDatetimePicker {
|
|
|
735
735
|
this.el = r.nativeElement;
|
|
736
736
|
proxyOutputs(this, this.el, ['timeChange', 'dateChange', 'dateSelect']);
|
|
737
737
|
}
|
|
738
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
739
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
738
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatetimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
739
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDatetimePicker, selector: "ix-datetime-picker", inputs: { dateFormat: "dateFormat", from: "from", i18nDone: "i18nDone", i18nTime: "i18nTime", locale: "locale", maxDate: "maxDate", minDate: "minDate", range: "range", showHour: "showHour", showMinutes: "showMinutes", showSeconds: "showSeconds", showTimeReference: "showTimeReference", showWeekNumbers: "showWeekNumbers", time: "time", timeFormat: "timeFormat", timeReference: "timeReference", to: "to", weekStartIndex: "weekStartIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
740
740
|
};
|
|
741
741
|
IxDatetimePicker = __decorate([
|
|
742
742
|
ProxyCmp({
|
|
743
|
-
inputs: ['dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
|
|
743
|
+
inputs: ['dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'showWeekNumbers', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
|
|
744
744
|
})
|
|
745
745
|
], IxDatetimePicker);
|
|
746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatetimePicker, decorators: [{
|
|
747
747
|
type: Component,
|
|
748
748
|
args: [{
|
|
749
749
|
selector: 'ix-datetime-picker',
|
|
750
750
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
751
751
|
template: '<ng-content></ng-content>',
|
|
752
752
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
753
|
-
inputs: ['dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex'],
|
|
753
|
+
inputs: ['dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'showWeekNumbers', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex'],
|
|
754
754
|
}]
|
|
755
755
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
756
756
|
let IxDivider = class IxDivider {
|
|
@@ -761,13 +761,13 @@ let IxDivider = class IxDivider {
|
|
|
761
761
|
c.detach();
|
|
762
762
|
this.el = r.nativeElement;
|
|
763
763
|
}
|
|
764
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
765
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
764
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
765
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDivider, selector: "ix-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
766
766
|
};
|
|
767
767
|
IxDivider = __decorate([
|
|
768
768
|
ProxyCmp({})
|
|
769
769
|
], IxDivider);
|
|
770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDivider, decorators: [{
|
|
771
771
|
type: Component,
|
|
772
772
|
args: [{
|
|
773
773
|
selector: 'ix-divider',
|
|
@@ -786,8 +786,8 @@ let IxDrawer = class IxDrawer {
|
|
|
786
786
|
this.el = r.nativeElement;
|
|
787
787
|
proxyOutputs(this, this.el, ['open', 'drawerClose']);
|
|
788
788
|
}
|
|
789
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
790
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
789
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
790
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDrawer, selector: "ix-drawer", inputs: { closeOnClickOutside: "closeOnClickOutside", fullHeight: "fullHeight", maxWidth: "maxWidth", minWidth: "minWidth", show: "show", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
791
791
|
};
|
|
792
792
|
IxDrawer = __decorate([
|
|
793
793
|
ProxyCmp({
|
|
@@ -795,7 +795,7 @@ IxDrawer = __decorate([
|
|
|
795
795
|
methods: ['toggleDrawer']
|
|
796
796
|
})
|
|
797
797
|
], IxDrawer);
|
|
798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDrawer, decorators: [{
|
|
799
799
|
type: Component,
|
|
800
800
|
args: [{
|
|
801
801
|
selector: 'ix-drawer',
|
|
@@ -814,8 +814,8 @@ let IxDropdown = class IxDropdown {
|
|
|
814
814
|
this.el = r.nativeElement;
|
|
815
815
|
proxyOutputs(this, this.el, ['showChanged']);
|
|
816
816
|
}
|
|
817
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
818
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
817
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
818
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdown, selector: "ix-dropdown", inputs: { anchor: "anchor", closeBehavior: "closeBehavior", header: "header", placement: "placement", positioningStrategy: "positioningStrategy", show: "show", suppressAutomaticPlacement: "suppressAutomaticPlacement", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
819
819
|
};
|
|
820
820
|
IxDropdown = __decorate([
|
|
821
821
|
ProxyCmp({
|
|
@@ -823,7 +823,7 @@ IxDropdown = __decorate([
|
|
|
823
823
|
methods: ['updatePosition']
|
|
824
824
|
})
|
|
825
825
|
], IxDropdown);
|
|
826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdown, decorators: [{
|
|
827
827
|
type: Component,
|
|
828
828
|
args: [{
|
|
829
829
|
selector: 'ix-dropdown',
|
|
@@ -841,15 +841,15 @@ let IxDropdownButton = class IxDropdownButton {
|
|
|
841
841
|
c.detach();
|
|
842
842
|
this.el = r.nativeElement;
|
|
843
843
|
}
|
|
844
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
845
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
844
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
845
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownButton, selector: "ix-dropdown-button", inputs: { closeBehavior: "closeBehavior", 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 });
|
|
846
846
|
};
|
|
847
847
|
IxDropdownButton = __decorate([
|
|
848
848
|
ProxyCmp({
|
|
849
849
|
inputs: ['closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'variant']
|
|
850
850
|
})
|
|
851
851
|
], IxDropdownButton);
|
|
852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownButton, decorators: [{
|
|
853
853
|
type: Component,
|
|
854
854
|
args: [{
|
|
855
855
|
selector: 'ix-dropdown-button',
|
|
@@ -867,15 +867,15 @@ let IxDropdownHeader = class IxDropdownHeader {
|
|
|
867
867
|
c.detach();
|
|
868
868
|
this.el = r.nativeElement;
|
|
869
869
|
}
|
|
870
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
871
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
870
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
871
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownHeader, selector: "ix-dropdown-header", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
872
872
|
};
|
|
873
873
|
IxDropdownHeader = __decorate([
|
|
874
874
|
ProxyCmp({
|
|
875
875
|
inputs: ['label']
|
|
876
876
|
})
|
|
877
877
|
], IxDropdownHeader);
|
|
878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownHeader, decorators: [{
|
|
879
879
|
type: Component,
|
|
880
880
|
args: [{
|
|
881
881
|
selector: 'ix-dropdown-header',
|
|
@@ -893,15 +893,15 @@ let IxDropdownItem = class IxDropdownItem {
|
|
|
893
893
|
c.detach();
|
|
894
894
|
this.el = r.nativeElement;
|
|
895
895
|
}
|
|
896
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
897
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
896
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
897
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownItem, selector: "ix-dropdown-item", inputs: { checked: "checked", disabled: "disabled", hover: "hover", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
898
898
|
};
|
|
899
899
|
IxDropdownItem = __decorate([
|
|
900
900
|
ProxyCmp({
|
|
901
901
|
inputs: ['checked', 'disabled', 'hover', 'icon', 'label']
|
|
902
902
|
})
|
|
903
903
|
], IxDropdownItem);
|
|
904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownItem, decorators: [{
|
|
905
905
|
type: Component,
|
|
906
906
|
args: [{
|
|
907
907
|
selector: 'ix-dropdown-item',
|
|
@@ -919,13 +919,13 @@ let IxDropdownQuickActions = class IxDropdownQuickActions {
|
|
|
919
919
|
c.detach();
|
|
920
920
|
this.el = r.nativeElement;
|
|
921
921
|
}
|
|
922
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
923
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
922
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownQuickActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
923
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownQuickActions, selector: "ix-dropdown-quick-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
924
924
|
};
|
|
925
925
|
IxDropdownQuickActions = __decorate([
|
|
926
926
|
ProxyCmp({})
|
|
927
927
|
], IxDropdownQuickActions);
|
|
928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownQuickActions, decorators: [{
|
|
929
929
|
type: Component,
|
|
930
930
|
args: [{
|
|
931
931
|
selector: 'ix-dropdown-quick-actions',
|
|
@@ -944,15 +944,15 @@ let IxEmptyState = class IxEmptyState {
|
|
|
944
944
|
this.el = r.nativeElement;
|
|
945
945
|
proxyOutputs(this, this.el, ['actionClick']);
|
|
946
946
|
}
|
|
947
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
948
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
947
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
948
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEmptyState, selector: "ix-empty-state", inputs: { action: "action", header: "header", icon: "icon", layout: "layout", subHeader: "subHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
949
949
|
};
|
|
950
950
|
IxEmptyState = __decorate([
|
|
951
951
|
ProxyCmp({
|
|
952
952
|
inputs: ['action', 'header', 'icon', 'layout', 'subHeader']
|
|
953
953
|
})
|
|
954
954
|
], IxEmptyState);
|
|
955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEmptyState, decorators: [{
|
|
956
956
|
type: Component,
|
|
957
957
|
args: [{
|
|
958
958
|
selector: 'ix-empty-state',
|
|
@@ -970,15 +970,15 @@ let IxEventList = class IxEventList {
|
|
|
970
970
|
c.detach();
|
|
971
971
|
this.el = r.nativeElement;
|
|
972
972
|
}
|
|
973
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
974
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
973
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
974
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEventList, selector: "ix-event-list", inputs: { animated: "animated", chevron: "chevron", compact: "compact", itemHeight: "itemHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
975
975
|
};
|
|
976
976
|
IxEventList = __decorate([
|
|
977
977
|
ProxyCmp({
|
|
978
978
|
inputs: ['animated', 'chevron', 'compact', 'itemHeight']
|
|
979
979
|
})
|
|
980
980
|
], IxEventList);
|
|
981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventList, decorators: [{
|
|
982
982
|
type: Component,
|
|
983
983
|
args: [{
|
|
984
984
|
selector: 'ix-event-list',
|
|
@@ -997,15 +997,15 @@ let IxEventListItem = class IxEventListItem {
|
|
|
997
997
|
this.el = r.nativeElement;
|
|
998
998
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
999
999
|
}
|
|
1000
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1001
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1000
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1001
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEventListItem, selector: "ix-event-list-item", inputs: { chevron: "chevron", disabled: "disabled", itemColor: "itemColor", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1002
1002
|
};
|
|
1003
1003
|
IxEventListItem = __decorate([
|
|
1004
1004
|
ProxyCmp({
|
|
1005
1005
|
inputs: ['chevron', 'disabled', 'itemColor', 'selected']
|
|
1006
1006
|
})
|
|
1007
1007
|
], IxEventListItem);
|
|
1008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventListItem, decorators: [{
|
|
1009
1009
|
type: Component,
|
|
1010
1010
|
args: [{
|
|
1011
1011
|
selector: 'ix-event-list-item',
|
|
@@ -1024,15 +1024,15 @@ let IxExpandingSearch = class IxExpandingSearch {
|
|
|
1024
1024
|
this.el = r.nativeElement;
|
|
1025
1025
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
1026
1026
|
}
|
|
1027
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1028
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1027
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxExpandingSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1028
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxExpandingSearch, selector: "ix-expanding-search", inputs: { fullWidth: "fullWidth", ghost: "ghost", icon: "icon", outline: "outline", placeholder: "placeholder", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1029
1029
|
};
|
|
1030
1030
|
IxExpandingSearch = __decorate([
|
|
1031
1031
|
ProxyCmp({
|
|
1032
1032
|
inputs: ['fullWidth', 'ghost', 'icon', 'outline', 'placeholder', 'value', 'variant']
|
|
1033
1033
|
})
|
|
1034
1034
|
], IxExpandingSearch);
|
|
1035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxExpandingSearch, decorators: [{
|
|
1036
1036
|
type: Component,
|
|
1037
1037
|
args: [{
|
|
1038
1038
|
selector: 'ix-expanding-search',
|
|
@@ -1050,15 +1050,15 @@ let IxFieldLabel = class IxFieldLabel {
|
|
|
1050
1050
|
c.detach();
|
|
1051
1051
|
this.el = r.nativeElement;
|
|
1052
1052
|
}
|
|
1053
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1054
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1053
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1054
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFieldLabel, selector: "ix-field-label", inputs: { htmlFor: "htmlFor", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1055
1055
|
};
|
|
1056
1056
|
IxFieldLabel = __decorate([
|
|
1057
1057
|
ProxyCmp({
|
|
1058
1058
|
inputs: ['htmlFor', 'required']
|
|
1059
1059
|
})
|
|
1060
1060
|
], IxFieldLabel);
|
|
1061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFieldLabel, decorators: [{
|
|
1062
1062
|
type: Component,
|
|
1063
1063
|
args: [{
|
|
1064
1064
|
selector: 'ix-field-label',
|
|
@@ -1077,15 +1077,15 @@ let IxFilterChip = class IxFilterChip {
|
|
|
1077
1077
|
this.el = r.nativeElement;
|
|
1078
1078
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
1079
1079
|
}
|
|
1080
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1081
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1080
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFilterChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1081
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFilterChip, selector: "ix-filter-chip", inputs: { disabled: "disabled", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1082
1082
|
};
|
|
1083
1083
|
IxFilterChip = __decorate([
|
|
1084
1084
|
ProxyCmp({
|
|
1085
1085
|
inputs: ['disabled', 'readonly']
|
|
1086
1086
|
})
|
|
1087
1087
|
], IxFilterChip);
|
|
1088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFilterChip, decorators: [{
|
|
1089
1089
|
type: Component,
|
|
1090
1090
|
args: [{
|
|
1091
1091
|
selector: 'ix-filter-chip',
|
|
@@ -1104,15 +1104,15 @@ let IxFlipTile = class IxFlipTile {
|
|
|
1104
1104
|
this.el = r.nativeElement;
|
|
1105
1105
|
proxyOutputs(this, this.el, ['toggle']);
|
|
1106
1106
|
}
|
|
1107
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1108
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1107
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1108
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFlipTile, selector: "ix-flip-tile", inputs: { height: "height", index: "index", state: "state", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1109
1109
|
};
|
|
1110
1110
|
IxFlipTile = __decorate([
|
|
1111
1111
|
ProxyCmp({
|
|
1112
1112
|
inputs: ['height', 'index', 'state', 'width']
|
|
1113
1113
|
})
|
|
1114
1114
|
], IxFlipTile);
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTile, decorators: [{
|
|
1116
1116
|
type: Component,
|
|
1117
1117
|
args: [{
|
|
1118
1118
|
selector: 'ix-flip-tile',
|
|
@@ -1130,13 +1130,13 @@ let IxFlipTileContent = class IxFlipTileContent {
|
|
|
1130
1130
|
c.detach();
|
|
1131
1131
|
this.el = r.nativeElement;
|
|
1132
1132
|
}
|
|
1133
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1134
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1133
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTileContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1134
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFlipTileContent, selector: "ix-flip-tile-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1135
1135
|
};
|
|
1136
1136
|
IxFlipTileContent = __decorate([
|
|
1137
1137
|
ProxyCmp({})
|
|
1138
1138
|
], IxFlipTileContent);
|
|
1139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTileContent, decorators: [{
|
|
1140
1140
|
type: Component,
|
|
1141
1141
|
args: [{
|
|
1142
1142
|
selector: 'ix-flip-tile-content',
|
|
@@ -1155,15 +1155,15 @@ let IxGroup = class IxGroup {
|
|
|
1155
1155
|
this.el = r.nativeElement;
|
|
1156
1156
|
proxyOutputs(this, this.el, ['selectGroup', 'selectItem', 'collapsedChanged']);
|
|
1157
1157
|
}
|
|
1158
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1159
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1158
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1159
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroup, selector: "ix-group", inputs: { collapsed: "collapsed", expandOnHeaderClick: "expandOnHeaderClick", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1160
1160
|
};
|
|
1161
1161
|
IxGroup = __decorate([
|
|
1162
1162
|
ProxyCmp({
|
|
1163
1163
|
inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
1164
1164
|
})
|
|
1165
1165
|
], IxGroup);
|
|
1166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroup, decorators: [{
|
|
1167
1167
|
type: Component,
|
|
1168
1168
|
args: [{
|
|
1169
1169
|
selector: 'ix-group',
|
|
@@ -1181,13 +1181,13 @@ let IxGroupContextMenu = class IxGroupContextMenu {
|
|
|
1181
1181
|
c.detach();
|
|
1182
1182
|
this.el = r.nativeElement;
|
|
1183
1183
|
}
|
|
1184
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1185
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1184
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1185
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroupContextMenu, selector: "ix-group-context-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1186
1186
|
};
|
|
1187
1187
|
IxGroupContextMenu = __decorate([
|
|
1188
1188
|
ProxyCmp({})
|
|
1189
1189
|
], IxGroupContextMenu);
|
|
1190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupContextMenu, decorators: [{
|
|
1191
1191
|
type: Component,
|
|
1192
1192
|
args: [{
|
|
1193
1193
|
selector: 'ix-group-context-menu',
|
|
@@ -1206,15 +1206,15 @@ let IxGroupItem = class IxGroupItem {
|
|
|
1206
1206
|
this.el = r.nativeElement;
|
|
1207
1207
|
proxyOutputs(this, this.el, ['selectedChanged']);
|
|
1208
1208
|
}
|
|
1209
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1210
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1209
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1210
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroupItem, selector: "ix-group-item", inputs: { focusable: "focusable", icon: "icon", index: "index", secondaryText: "secondaryText", selected: "selected", suppressSelection: "suppressSelection", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1211
1211
|
};
|
|
1212
1212
|
IxGroupItem = __decorate([
|
|
1213
1213
|
ProxyCmp({
|
|
1214
1214
|
inputs: ['focusable', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
|
|
1215
1215
|
})
|
|
1216
1216
|
], IxGroupItem);
|
|
1217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupItem, decorators: [{
|
|
1218
1218
|
type: Component,
|
|
1219
1219
|
args: [{
|
|
1220
1220
|
selector: 'ix-group-item',
|
|
@@ -1232,15 +1232,15 @@ let IxHelperText = class IxHelperText {
|
|
|
1232
1232
|
c.detach();
|
|
1233
1233
|
this.el = r.nativeElement;
|
|
1234
1234
|
}
|
|
1235
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1236
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1235
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxHelperText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1236
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxHelperText, selector: "ix-helper-text", inputs: { helperText: "helperText", htmlFor: "htmlFor", infoText: "infoText", invalidText: "invalidText", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1237
1237
|
};
|
|
1238
1238
|
IxHelperText = __decorate([
|
|
1239
1239
|
ProxyCmp({
|
|
1240
1240
|
inputs: ['helperText', 'htmlFor', 'infoText', 'invalidText', 'validText', 'warningText']
|
|
1241
1241
|
})
|
|
1242
1242
|
], IxHelperText);
|
|
1243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxHelperText, decorators: [{
|
|
1244
1244
|
type: Component,
|
|
1245
1245
|
args: [{
|
|
1246
1246
|
selector: 'ix-helper-text',
|
|
@@ -1258,15 +1258,15 @@ let IxIconButton = class IxIconButton {
|
|
|
1258
1258
|
c.detach();
|
|
1259
1259
|
this.el = r.nativeElement;
|
|
1260
1260
|
}
|
|
1261
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1262
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1261
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1262
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIconButton, selector: "ix-icon-button", inputs: { a11yLabel: "a11yLabel", disabled: "disabled", ghost: "ghost", icon: "icon", iconColor: "iconColor", 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 });
|
|
1263
1263
|
};
|
|
1264
1264
|
IxIconButton = __decorate([
|
|
1265
1265
|
ProxyCmp({
|
|
1266
1266
|
inputs: ['a11yLabel', 'disabled', 'ghost', 'icon', 'iconColor', 'loading', 'outline', 'oval', 'size', 'type', 'variant']
|
|
1267
1267
|
})
|
|
1268
1268
|
], IxIconButton);
|
|
1269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconButton, decorators: [{
|
|
1270
1270
|
type: Component,
|
|
1271
1271
|
args: [{
|
|
1272
1272
|
selector: 'ix-icon-button',
|
|
@@ -1285,22 +1285,22 @@ let IxIconToggleButton = class IxIconToggleButton {
|
|
|
1285
1285
|
this.el = r.nativeElement;
|
|
1286
1286
|
proxyOutputs(this, this.el, ['pressedChange']);
|
|
1287
1287
|
}
|
|
1288
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1289
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1288
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1289
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIconToggleButton, selector: "ix-icon-toggle-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", oval: "oval", pressed: "pressed", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1290
1290
|
};
|
|
1291
1291
|
IxIconToggleButton = __decorate([
|
|
1292
1292
|
ProxyCmp({
|
|
1293
|
-
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'size', 'variant']
|
|
1293
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'pressed', 'size', 'variant']
|
|
1294
1294
|
})
|
|
1295
1295
|
], IxIconToggleButton);
|
|
1296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconToggleButton, decorators: [{
|
|
1297
1297
|
type: Component,
|
|
1298
1298
|
args: [{
|
|
1299
1299
|
selector: 'ix-icon-toggle-button',
|
|
1300
1300
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1301
1301
|
template: '<ng-content></ng-content>',
|
|
1302
1302
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1303
|
-
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'size', 'variant'],
|
|
1303
|
+
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'pressed', 'size', 'variant'],
|
|
1304
1304
|
}]
|
|
1305
1305
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1306
1306
|
let IxInput = class IxInput {
|
|
@@ -1312,16 +1312,16 @@ let IxInput = class IxInput {
|
|
|
1312
1312
|
this.el = r.nativeElement;
|
|
1313
1313
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
1314
1314
|
}
|
|
1315
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1316
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1315
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1316
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxInput, selector: "ix-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", type: "type", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1317
1317
|
};
|
|
1318
1318
|
IxInput = __decorate([
|
|
1319
1319
|
ProxyCmp({
|
|
1320
1320
|
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'type', 'validText', 'value', 'warningText'],
|
|
1321
|
-
methods: ['getNativeInputElement', 'focusInput']
|
|
1321
|
+
methods: ['getNativeInputElement', 'getValidityState', 'focusInput']
|
|
1322
1322
|
})
|
|
1323
1323
|
], IxInput);
|
|
1324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInput, decorators: [{
|
|
1325
1325
|
type: Component,
|
|
1326
1326
|
args: [{
|
|
1327
1327
|
selector: 'ix-input',
|
|
@@ -1339,13 +1339,13 @@ let IxInputGroup = class IxInputGroup {
|
|
|
1339
1339
|
c.detach();
|
|
1340
1340
|
this.el = r.nativeElement;
|
|
1341
1341
|
}
|
|
1342
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1343
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1342
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1343
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxInputGroup, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1344
1344
|
};
|
|
1345
1345
|
IxInputGroup = __decorate([
|
|
1346
1346
|
ProxyCmp({})
|
|
1347
1347
|
], IxInputGroup);
|
|
1348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInputGroup, decorators: [{
|
|
1349
1349
|
type: Component,
|
|
1350
1350
|
args: [{
|
|
1351
1351
|
selector: 'ix-input-group',
|
|
@@ -1363,15 +1363,15 @@ let IxKeyValue = class IxKeyValue {
|
|
|
1363
1363
|
c.detach();
|
|
1364
1364
|
this.el = r.nativeElement;
|
|
1365
1365
|
}
|
|
1366
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1367
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1366
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1367
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKeyValue, selector: "ix-key-value", inputs: { icon: "icon", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1368
1368
|
};
|
|
1369
1369
|
IxKeyValue = __decorate([
|
|
1370
1370
|
ProxyCmp({
|
|
1371
1371
|
inputs: ['icon', 'label', 'labelPosition', 'value']
|
|
1372
1372
|
})
|
|
1373
1373
|
], IxKeyValue);
|
|
1374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValue, decorators: [{
|
|
1375
1375
|
type: Component,
|
|
1376
1376
|
args: [{
|
|
1377
1377
|
selector: 'ix-key-value',
|
|
@@ -1389,15 +1389,15 @@ let IxKeyValueList = class IxKeyValueList {
|
|
|
1389
1389
|
c.detach();
|
|
1390
1390
|
this.el = r.nativeElement;
|
|
1391
1391
|
}
|
|
1392
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1393
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1392
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValueList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1393
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKeyValueList, selector: "ix-key-value-list", inputs: { striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1394
1394
|
};
|
|
1395
1395
|
IxKeyValueList = __decorate([
|
|
1396
1396
|
ProxyCmp({
|
|
1397
1397
|
inputs: ['striped']
|
|
1398
1398
|
})
|
|
1399
1399
|
], IxKeyValueList);
|
|
1400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValueList, decorators: [{
|
|
1401
1401
|
type: Component,
|
|
1402
1402
|
args: [{
|
|
1403
1403
|
selector: 'ix-key-value-list',
|
|
@@ -1415,15 +1415,15 @@ let IxKpi = class IxKpi {
|
|
|
1415
1415
|
c.detach();
|
|
1416
1416
|
this.el = r.nativeElement;
|
|
1417
1417
|
}
|
|
1418
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1419
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1418
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKpi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1419
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKpi, selector: "ix-kpi", inputs: { label: "label", orientation: "orientation", state: "state", unit: "unit", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1420
1420
|
};
|
|
1421
1421
|
IxKpi = __decorate([
|
|
1422
1422
|
ProxyCmp({
|
|
1423
1423
|
inputs: ['label', 'orientation', 'state', 'unit', 'value']
|
|
1424
1424
|
})
|
|
1425
1425
|
], IxKpi);
|
|
1426
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKpi, decorators: [{
|
|
1427
1427
|
type: Component,
|
|
1428
1428
|
args: [{
|
|
1429
1429
|
selector: 'ix-kpi',
|
|
@@ -1441,15 +1441,15 @@ let IxLayoutAuto = class IxLayoutAuto {
|
|
|
1441
1441
|
c.detach();
|
|
1442
1442
|
this.el = r.nativeElement;
|
|
1443
1443
|
}
|
|
1444
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1445
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1444
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutAuto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1445
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLayoutAuto, selector: "ix-layout-auto", inputs: { layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1446
1446
|
};
|
|
1447
1447
|
IxLayoutAuto = __decorate([
|
|
1448
1448
|
ProxyCmp({
|
|
1449
1449
|
inputs: ['layout']
|
|
1450
1450
|
})
|
|
1451
1451
|
], IxLayoutAuto);
|
|
1452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutAuto, decorators: [{
|
|
1453
1453
|
type: Component,
|
|
1454
1454
|
args: [{
|
|
1455
1455
|
selector: 'ix-layout-auto',
|
|
@@ -1467,15 +1467,15 @@ let IxLayoutGrid = class IxLayoutGrid {
|
|
|
1467
1467
|
c.detach();
|
|
1468
1468
|
this.el = r.nativeElement;
|
|
1469
1469
|
}
|
|
1470
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1471
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1470
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1471
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLayoutGrid, selector: "ix-layout-grid", inputs: { columns: "columns", gap: "gap", noMargin: "noMargin" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1472
1472
|
};
|
|
1473
1473
|
IxLayoutGrid = __decorate([
|
|
1474
1474
|
ProxyCmp({
|
|
1475
1475
|
inputs: ['columns', 'gap', 'noMargin']
|
|
1476
1476
|
})
|
|
1477
1477
|
], IxLayoutGrid);
|
|
1478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutGrid, decorators: [{
|
|
1479
1479
|
type: Component,
|
|
1480
1480
|
args: [{
|
|
1481
1481
|
selector: 'ix-layout-grid',
|
|
@@ -1493,15 +1493,15 @@ let IxLinkButton = class IxLinkButton {
|
|
|
1493
1493
|
c.detach();
|
|
1494
1494
|
this.el = r.nativeElement;
|
|
1495
1495
|
}
|
|
1496
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1497
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1496
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLinkButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1497
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLinkButton, selector: "ix-link-button", inputs: { disabled: "disabled", target: "target", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1498
1498
|
};
|
|
1499
1499
|
IxLinkButton = __decorate([
|
|
1500
1500
|
ProxyCmp({
|
|
1501
1501
|
inputs: ['disabled', 'target', 'url']
|
|
1502
1502
|
})
|
|
1503
1503
|
], IxLinkButton);
|
|
1504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLinkButton, decorators: [{
|
|
1505
1505
|
type: Component,
|
|
1506
1506
|
args: [{
|
|
1507
1507
|
selector: 'ix-link-button',
|
|
@@ -1520,8 +1520,8 @@ let IxMapNavigation = class IxMapNavigation {
|
|
|
1520
1520
|
this.el = r.nativeElement;
|
|
1521
1521
|
proxyOutputs(this, this.el, ['navigationToggled', 'contextMenuClick']);
|
|
1522
1522
|
}
|
|
1523
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1524
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1523
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1524
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigation, selector: "ix-map-navigation", inputs: { applicationName: "applicationName", hideContextMenu: "hideContextMenu", navigationTitle: "navigationTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1525
1525
|
};
|
|
1526
1526
|
IxMapNavigation = __decorate([
|
|
1527
1527
|
ProxyCmp({
|
|
@@ -1529,7 +1529,7 @@ IxMapNavigation = __decorate([
|
|
|
1529
1529
|
methods: ['toggleSidebar', 'openOverlay', 'closeOverlay']
|
|
1530
1530
|
})
|
|
1531
1531
|
], IxMapNavigation);
|
|
1532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigation, decorators: [{
|
|
1533
1533
|
type: Component,
|
|
1534
1534
|
args: [{
|
|
1535
1535
|
selector: 'ix-map-navigation',
|
|
@@ -1548,15 +1548,15 @@ let IxMapNavigationOverlay = class IxMapNavigationOverlay {
|
|
|
1548
1548
|
this.el = r.nativeElement;
|
|
1549
1549
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
1550
1550
|
}
|
|
1551
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1552
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1551
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigationOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1552
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigationOverlay, selector: "ix-map-navigation-overlay", inputs: { color: "color", icon: "icon", iconColor: "iconColor", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1553
1553
|
};
|
|
1554
1554
|
IxMapNavigationOverlay = __decorate([
|
|
1555
1555
|
ProxyCmp({
|
|
1556
1556
|
inputs: ['color', 'icon', 'iconColor', 'name']
|
|
1557
1557
|
})
|
|
1558
1558
|
], IxMapNavigationOverlay);
|
|
1559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigationOverlay, decorators: [{
|
|
1560
1560
|
type: Component,
|
|
1561
1561
|
args: [{
|
|
1562
1562
|
selector: 'ix-map-navigation-overlay',
|
|
@@ -1575,8 +1575,8 @@ let IxMenu = class IxMenu {
|
|
|
1575
1575
|
this.el = r.nativeElement;
|
|
1576
1576
|
proxyOutputs(this, this.el, ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout']);
|
|
1577
1577
|
}
|
|
1578
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1579
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1578
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1579
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenu, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableSettings: "enableSettings", enableToggleTheme: "enableToggleTheme", expand: "expand", i18nCollapse: "i18nCollapse", i18nExpand: "i18nExpand", i18nExpandSidebar: "i18nExpandSidebar", i18nLegal: "i18nLegal", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings", startExpanded: "startExpanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1580
1580
|
};
|
|
1581
1581
|
IxMenu = __decorate([
|
|
1582
1582
|
ProxyCmp({
|
|
@@ -1584,7 +1584,7 @@ IxMenu = __decorate([
|
|
|
1584
1584
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1585
1585
|
})
|
|
1586
1586
|
], IxMenu);
|
|
1587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenu, decorators: [{
|
|
1588
1588
|
type: Component,
|
|
1589
1589
|
args: [{
|
|
1590
1590
|
selector: 'ix-menu',
|
|
@@ -1603,15 +1603,15 @@ let IxMenuAbout = class IxMenuAbout {
|
|
|
1603
1603
|
this.el = r.nativeElement;
|
|
1604
1604
|
proxyOutputs(this, this.el, ['tabChange', 'close']);
|
|
1605
1605
|
}
|
|
1606
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1607
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1606
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAbout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1607
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAbout, selector: "ix-menu-about", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1608
1608
|
};
|
|
1609
1609
|
IxMenuAbout = __decorate([
|
|
1610
1610
|
ProxyCmp({
|
|
1611
1611
|
inputs: ['activeTabLabel', 'label']
|
|
1612
1612
|
})
|
|
1613
1613
|
], IxMenuAbout);
|
|
1614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAbout, decorators: [{
|
|
1615
1615
|
type: Component,
|
|
1616
1616
|
args: [{
|
|
1617
1617
|
selector: 'ix-menu-about',
|
|
@@ -1630,15 +1630,15 @@ let IxMenuAboutItem = class IxMenuAboutItem {
|
|
|
1630
1630
|
this.el = r.nativeElement;
|
|
1631
1631
|
proxyOutputs(this, this.el, ['labelChange']);
|
|
1632
1632
|
}
|
|
1633
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1634
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1633
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1634
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAboutItem, selector: "ix-menu-about-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1635
1635
|
};
|
|
1636
1636
|
IxMenuAboutItem = __decorate([
|
|
1637
1637
|
ProxyCmp({
|
|
1638
1638
|
inputs: ['label']
|
|
1639
1639
|
})
|
|
1640
1640
|
], IxMenuAboutItem);
|
|
1641
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutItem, decorators: [{
|
|
1642
1642
|
type: Component,
|
|
1643
1643
|
args: [{
|
|
1644
1644
|
selector: 'ix-menu-about-item',
|
|
@@ -1657,15 +1657,15 @@ let IxMenuAboutNews = class IxMenuAboutNews {
|
|
|
1657
1657
|
this.el = r.nativeElement;
|
|
1658
1658
|
proxyOutputs(this, this.el, ['showMore', 'closePopover']);
|
|
1659
1659
|
}
|
|
1660
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1661
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1660
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1661
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAboutNews, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", i18nShowMore: "i18nShowMore", label: "label", offsetBottom: "offsetBottom", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1662
1662
|
};
|
|
1663
1663
|
IxMenuAboutNews = __decorate([
|
|
1664
1664
|
ProxyCmp({
|
|
1665
1665
|
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'offsetBottom', 'show']
|
|
1666
1666
|
})
|
|
1667
1667
|
], IxMenuAboutNews);
|
|
1668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutNews, decorators: [{
|
|
1669
1669
|
type: Component,
|
|
1670
1670
|
args: [{
|
|
1671
1671
|
selector: 'ix-menu-about-news',
|
|
@@ -1684,15 +1684,15 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
1684
1684
|
this.el = r.nativeElement;
|
|
1685
1685
|
proxyOutputs(this, this.el, ['logoutClick']);
|
|
1686
1686
|
}
|
|
1687
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1688
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1687
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1688
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAvatar, selector: "ix-menu-avatar", inputs: { bottom: "bottom", i18nLogout: "i18nLogout", image: "image", initials: "initials", showLogoutButton: "showLogoutButton", top: "top" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1689
1689
|
};
|
|
1690
1690
|
IxMenuAvatar = __decorate([
|
|
1691
1691
|
ProxyCmp({
|
|
1692
1692
|
inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'showLogoutButton', 'top']
|
|
1693
1693
|
})
|
|
1694
1694
|
], IxMenuAvatar);
|
|
1695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
1696
1696
|
type: Component,
|
|
1697
1697
|
args: [{
|
|
1698
1698
|
selector: 'ix-menu-avatar',
|
|
@@ -1711,15 +1711,15 @@ let IxMenuAvatarItem = class IxMenuAvatarItem {
|
|
|
1711
1711
|
this.el = r.nativeElement;
|
|
1712
1712
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
1713
1713
|
}
|
|
1714
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1715
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1714
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1715
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAvatarItem, selector: "ix-menu-avatar-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1716
1716
|
};
|
|
1717
1717
|
IxMenuAvatarItem = __decorate([
|
|
1718
1718
|
ProxyCmp({
|
|
1719
1719
|
inputs: ['icon', 'label']
|
|
1720
1720
|
})
|
|
1721
1721
|
], IxMenuAvatarItem);
|
|
1722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatarItem, decorators: [{
|
|
1723
1723
|
type: Component,
|
|
1724
1724
|
args: [{
|
|
1725
1725
|
selector: 'ix-menu-avatar-item',
|
|
@@ -1737,15 +1737,15 @@ let IxMenuCategory = class IxMenuCategory {
|
|
|
1737
1737
|
c.detach();
|
|
1738
1738
|
this.el = r.nativeElement;
|
|
1739
1739
|
}
|
|
1740
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1741
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1740
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuCategory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1741
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuCategory, selector: "ix-menu-category", inputs: { icon: "icon", label: "label", notifications: "notifications" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1742
1742
|
};
|
|
1743
1743
|
IxMenuCategory = __decorate([
|
|
1744
1744
|
ProxyCmp({
|
|
1745
1745
|
inputs: ['icon', 'label', 'notifications']
|
|
1746
1746
|
})
|
|
1747
1747
|
], IxMenuCategory);
|
|
1748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuCategory, decorators: [{
|
|
1749
1749
|
type: Component,
|
|
1750
1750
|
args: [{
|
|
1751
1751
|
selector: 'ix-menu-category',
|
|
@@ -1763,15 +1763,15 @@ let IxMenuItem = class IxMenuItem {
|
|
|
1763
1763
|
c.detach();
|
|
1764
1764
|
this.el = r.nativeElement;
|
|
1765
1765
|
}
|
|
1766
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1767
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1766
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1767
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuItem, selector: "ix-menu-item", inputs: { active: "active", bottom: "bottom", disabled: "disabled", home: "home", icon: "icon", label: "label", notifications: "notifications" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1768
1768
|
};
|
|
1769
1769
|
IxMenuItem = __decorate([
|
|
1770
1770
|
ProxyCmp({
|
|
1771
1771
|
inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications']
|
|
1772
1772
|
})
|
|
1773
1773
|
], IxMenuItem);
|
|
1774
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuItem, decorators: [{
|
|
1775
1775
|
type: Component,
|
|
1776
1776
|
args: [{
|
|
1777
1777
|
selector: 'ix-menu-item',
|
|
@@ -1790,15 +1790,15 @@ let IxMenuSettings = class IxMenuSettings {
|
|
|
1790
1790
|
this.el = r.nativeElement;
|
|
1791
1791
|
proxyOutputs(this, this.el, ['tabChange', 'close']);
|
|
1792
1792
|
}
|
|
1793
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1794
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1793
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1794
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuSettings, selector: "ix-menu-settings", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1795
1795
|
};
|
|
1796
1796
|
IxMenuSettings = __decorate([
|
|
1797
1797
|
ProxyCmp({
|
|
1798
1798
|
inputs: ['activeTabLabel', 'label']
|
|
1799
1799
|
})
|
|
1800
1800
|
], IxMenuSettings);
|
|
1801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettings, decorators: [{
|
|
1802
1802
|
type: Component,
|
|
1803
1803
|
args: [{
|
|
1804
1804
|
selector: 'ix-menu-settings',
|
|
@@ -1817,15 +1817,15 @@ let IxMenuSettingsItem = class IxMenuSettingsItem {
|
|
|
1817
1817
|
this.el = r.nativeElement;
|
|
1818
1818
|
proxyOutputs(this, this.el, ['labelChange']);
|
|
1819
1819
|
}
|
|
1820
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1821
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1820
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettingsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1821
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuSettingsItem, selector: "ix-menu-settings-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1822
1822
|
};
|
|
1823
1823
|
IxMenuSettingsItem = __decorate([
|
|
1824
1824
|
ProxyCmp({
|
|
1825
1825
|
inputs: ['label']
|
|
1826
1826
|
})
|
|
1827
1827
|
], IxMenuSettingsItem);
|
|
1828
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1828
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettingsItem, decorators: [{
|
|
1829
1829
|
type: Component,
|
|
1830
1830
|
args: [{
|
|
1831
1831
|
selector: 'ix-menu-settings-item',
|
|
@@ -1844,15 +1844,15 @@ let IxMessageBar = class IxMessageBar {
|
|
|
1844
1844
|
this.el = r.nativeElement;
|
|
1845
1845
|
proxyOutputs(this, this.el, ['closedChange', 'closeAnimationCompleted']);
|
|
1846
1846
|
}
|
|
1847
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1848
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1847
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMessageBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1848
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMessageBar, selector: "ix-message-bar", inputs: { dismissible: "dismissible", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1849
1849
|
};
|
|
1850
1850
|
IxMessageBar = __decorate([
|
|
1851
1851
|
ProxyCmp({
|
|
1852
1852
|
inputs: ['dismissible', 'type']
|
|
1853
1853
|
})
|
|
1854
1854
|
], IxMessageBar);
|
|
1855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
1856
1856
|
type: Component,
|
|
1857
1857
|
args: [{
|
|
1858
1858
|
selector: 'ix-message-bar',
|
|
@@ -1871,8 +1871,8 @@ let IxModal = class IxModal {
|
|
|
1871
1871
|
this.el = r.nativeElement;
|
|
1872
1872
|
proxyOutputs(this, this.el, ['dialogClose', 'dialogDismiss']);
|
|
1873
1873
|
}
|
|
1874
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1875
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1874
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1875
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModal, selector: "ix-modal", inputs: { animation: "animation", backdrop: "backdrop", beforeDismiss: "beforeDismiss", centered: "centered", closeOnBackdropClick: "closeOnBackdropClick", closeOnEscape: "closeOnEscape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1876
1876
|
};
|
|
1877
1877
|
IxModal = __decorate([
|
|
1878
1878
|
ProxyCmp({
|
|
@@ -1880,7 +1880,7 @@ IxModal = __decorate([
|
|
|
1880
1880
|
methods: ['showModal', 'dismissModal', 'closeModal']
|
|
1881
1881
|
})
|
|
1882
1882
|
], IxModal);
|
|
1883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModal, decorators: [{
|
|
1884
1884
|
type: Component,
|
|
1885
1885
|
args: [{
|
|
1886
1886
|
selector: 'ix-modal',
|
|
@@ -1898,13 +1898,13 @@ let IxModalContent = class IxModalContent {
|
|
|
1898
1898
|
c.detach();
|
|
1899
1899
|
this.el = r.nativeElement;
|
|
1900
1900
|
}
|
|
1901
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1902
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1901
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1902
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalContent, selector: "ix-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1903
1903
|
};
|
|
1904
1904
|
IxModalContent = __decorate([
|
|
1905
1905
|
ProxyCmp({})
|
|
1906
1906
|
], IxModalContent);
|
|
1907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalContent, decorators: [{
|
|
1908
1908
|
type: Component,
|
|
1909
1909
|
args: [{
|
|
1910
1910
|
selector: 'ix-modal-content',
|
|
@@ -1922,13 +1922,13 @@ let IxModalFooter = class IxModalFooter {
|
|
|
1922
1922
|
c.detach();
|
|
1923
1923
|
this.el = r.nativeElement;
|
|
1924
1924
|
}
|
|
1925
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1926
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1925
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1926
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalFooter, selector: "ix-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1927
1927
|
};
|
|
1928
1928
|
IxModalFooter = __decorate([
|
|
1929
1929
|
ProxyCmp({})
|
|
1930
1930
|
], IxModalFooter);
|
|
1931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalFooter, decorators: [{
|
|
1932
1932
|
type: Component,
|
|
1933
1933
|
args: [{
|
|
1934
1934
|
selector: 'ix-modal-footer',
|
|
@@ -1947,15 +1947,15 @@ let IxModalHeader = class IxModalHeader {
|
|
|
1947
1947
|
this.el = r.nativeElement;
|
|
1948
1948
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
1949
1949
|
}
|
|
1950
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1951
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1950
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1951
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalHeader, selector: "ix-modal-header", inputs: { hideClose: "hideClose", icon: "icon", iconColor: "iconColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1952
1952
|
};
|
|
1953
1953
|
IxModalHeader = __decorate([
|
|
1954
1954
|
ProxyCmp({
|
|
1955
1955
|
inputs: ['hideClose', 'icon', 'iconColor']
|
|
1956
1956
|
})
|
|
1957
1957
|
], IxModalHeader);
|
|
1958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalHeader, decorators: [{
|
|
1959
1959
|
type: Component,
|
|
1960
1960
|
args: [{
|
|
1961
1961
|
selector: 'ix-modal-header',
|
|
@@ -1974,23 +1974,23 @@ let IxNumberInput = class IxNumberInput {
|
|
|
1974
1974
|
this.el = r.nativeElement;
|
|
1975
1975
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
1976
1976
|
}
|
|
1977
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1978
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1977
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1978
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxNumberInput, selector: "ix-number-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showStepperButtons: "showStepperButtons", showTextAsTooltip: "showTextAsTooltip", step: "step", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1979
1979
|
};
|
|
1980
1980
|
IxNumberInput = __decorate([
|
|
1981
1981
|
ProxyCmp({
|
|
1982
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
1982
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
1983
1983
|
methods: ['getNativeInputElement', 'focusInput']
|
|
1984
1984
|
})
|
|
1985
1985
|
], IxNumberInput);
|
|
1986
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxNumberInput, decorators: [{
|
|
1987
1987
|
type: Component,
|
|
1988
1988
|
args: [{
|
|
1989
1989
|
selector: 'ix-number-input',
|
|
1990
1990
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1991
1991
|
template: '<ng-content></ng-content>',
|
|
1992
1992
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1993
|
-
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
1993
|
+
inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
|
|
1994
1994
|
}]
|
|
1995
1995
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1996
1996
|
let IxPagination = class IxPagination {
|
|
@@ -2002,15 +2002,15 @@ let IxPagination = class IxPagination {
|
|
|
2002
2002
|
this.el = r.nativeElement;
|
|
2003
2003
|
proxyOutputs(this, this.el, ['pageSelected', 'itemCountChanged']);
|
|
2004
2004
|
}
|
|
2005
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2006
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2005
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2006
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPagination, selector: "ix-pagination", inputs: { advanced: "advanced", count: "count", i18nItems: "i18nItems", i18nOf: "i18nOf", i18nPage: "i18nPage", itemCount: "itemCount", selectedPage: "selectedPage", showItemCount: "showItemCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2007
2007
|
};
|
|
2008
2008
|
IxPagination = __decorate([
|
|
2009
2009
|
ProxyCmp({
|
|
2010
2010
|
inputs: ['advanced', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage', 'showItemCount']
|
|
2011
2011
|
})
|
|
2012
2012
|
], IxPagination);
|
|
2013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPagination, decorators: [{
|
|
2014
2014
|
type: Component,
|
|
2015
2015
|
args: [{
|
|
2016
2016
|
selector: 'ix-pagination',
|
|
@@ -2029,15 +2029,15 @@ let IxPane = class IxPane {
|
|
|
2029
2029
|
this.el = r.nativeElement;
|
|
2030
2030
|
proxyOutputs(this, this.el, ['expandedChanged', 'variantChanged', 'borderlessChanged']);
|
|
2031
2031
|
}
|
|
2032
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2033
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2032
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2033
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPane, selector: "ix-pane", inputs: { borderless: "borderless", composition: "composition", expanded: "expanded", heading: "heading", hideOnCollapse: "hideOnCollapse", icon: "icon", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2034
2034
|
};
|
|
2035
2035
|
IxPane = __decorate([
|
|
2036
2036
|
ProxyCmp({
|
|
2037
2037
|
inputs: ['borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2038
2038
|
})
|
|
2039
2039
|
], IxPane);
|
|
2040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPane, decorators: [{
|
|
2041
2041
|
type: Component,
|
|
2042
2042
|
args: [{
|
|
2043
2043
|
selector: 'ix-pane',
|
|
@@ -2055,15 +2055,15 @@ let IxPaneLayout = class IxPaneLayout {
|
|
|
2055
2055
|
c.detach();
|
|
2056
2056
|
this.el = r.nativeElement;
|
|
2057
2057
|
}
|
|
2058
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2059
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2058
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPaneLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2059
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPaneLayout, selector: "ix-pane-layout", inputs: { borderless: "borderless", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2060
2060
|
};
|
|
2061
2061
|
IxPaneLayout = __decorate([
|
|
2062
2062
|
ProxyCmp({
|
|
2063
2063
|
inputs: ['borderless', 'layout', 'variant']
|
|
2064
2064
|
})
|
|
2065
2065
|
], IxPaneLayout);
|
|
2066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPaneLayout, decorators: [{
|
|
2067
2067
|
type: Component,
|
|
2068
2068
|
args: [{
|
|
2069
2069
|
selector: 'ix-pane-layout',
|
|
@@ -2081,15 +2081,15 @@ let IxPill = class IxPill {
|
|
|
2081
2081
|
c.detach();
|
|
2082
2082
|
this.el = r.nativeElement;
|
|
2083
2083
|
}
|
|
2084
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2085
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2084
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2085
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPill, selector: "ix-pill", inputs: { alignLeft: "alignLeft", background: "background", icon: "icon", outline: "outline", pillColor: "pillColor", tooltipText: "tooltipText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2086
2086
|
};
|
|
2087
2087
|
IxPill = __decorate([
|
|
2088
2088
|
ProxyCmp({
|
|
2089
2089
|
inputs: ['alignLeft', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant']
|
|
2090
2090
|
})
|
|
2091
2091
|
], IxPill);
|
|
2092
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2092
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPill, decorators: [{
|
|
2093
2093
|
type: Component,
|
|
2094
2094
|
args: [{
|
|
2095
2095
|
selector: 'ix-pill',
|
|
@@ -2099,6 +2099,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2099
2099
|
inputs: ['alignLeft', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant'],
|
|
2100
2100
|
}]
|
|
2101
2101
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2102
|
+
let IxProgressIndicator = class IxProgressIndicator {
|
|
2103
|
+
z;
|
|
2104
|
+
el;
|
|
2105
|
+
constructor(c, r, z) {
|
|
2106
|
+
this.z = z;
|
|
2107
|
+
c.detach();
|
|
2108
|
+
this.el = r.nativeElement;
|
|
2109
|
+
}
|
|
2110
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2111
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxProgressIndicator, selector: "ix-progress-indicator", inputs: { helperText: "helperText", label: "label", max: "max", min: "min", showTextAsTooltip: "showTextAsTooltip", size: "size", status: "status", textAlignment: "textAlignment", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2112
|
+
};
|
|
2113
|
+
IxProgressIndicator = __decorate([
|
|
2114
|
+
ProxyCmp({
|
|
2115
|
+
inputs: ['helperText', 'label', 'max', 'min', 'showTextAsTooltip', 'size', 'status', 'textAlignment', 'type', 'value']
|
|
2116
|
+
})
|
|
2117
|
+
], IxProgressIndicator);
|
|
2118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxProgressIndicator, decorators: [{
|
|
2119
|
+
type: Component,
|
|
2120
|
+
args: [{
|
|
2121
|
+
selector: 'ix-progress-indicator',
|
|
2122
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2123
|
+
template: '<ng-content></ng-content>',
|
|
2124
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2125
|
+
inputs: ['helperText', 'label', 'max', 'min', 'showTextAsTooltip', 'size', 'status', 'textAlignment', 'type', 'value'],
|
|
2126
|
+
}]
|
|
2127
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2102
2128
|
let IxPushCard = class IxPushCard {
|
|
2103
2129
|
z;
|
|
2104
2130
|
el;
|
|
@@ -2107,15 +2133,15 @@ let IxPushCard = class IxPushCard {
|
|
|
2107
2133
|
c.detach();
|
|
2108
2134
|
this.el = r.nativeElement;
|
|
2109
2135
|
}
|
|
2110
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2111
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2136
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPushCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2137
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPushCard, selector: "ix-push-card", inputs: { collapse: "collapse", heading: "heading", icon: "icon", notification: "notification", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2112
2138
|
};
|
|
2113
2139
|
IxPushCard = __decorate([
|
|
2114
2140
|
ProxyCmp({
|
|
2115
2141
|
inputs: ['collapse', 'heading', 'icon', 'notification', 'subheading', 'variant']
|
|
2116
2142
|
})
|
|
2117
2143
|
], IxPushCard);
|
|
2118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPushCard, decorators: [{
|
|
2119
2145
|
type: Component,
|
|
2120
2146
|
args: [{
|
|
2121
2147
|
selector: 'ix-push-card',
|
|
@@ -2132,24 +2158,24 @@ let IxRadio = class IxRadio {
|
|
|
2132
2158
|
this.z = z;
|
|
2133
2159
|
c.detach();
|
|
2134
2160
|
this.el = r.nativeElement;
|
|
2135
|
-
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
2161
|
+
proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
|
|
2136
2162
|
}
|
|
2137
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2138
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2163
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2164
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadio, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2139
2165
|
};
|
|
2140
2166
|
IxRadio = __decorate([
|
|
2141
2167
|
ProxyCmp({
|
|
2142
|
-
inputs: ['checked', 'disabled', 'label', 'name', 'value']
|
|
2168
|
+
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value']
|
|
2143
2169
|
})
|
|
2144
2170
|
], IxRadio);
|
|
2145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, decorators: [{
|
|
2146
2172
|
type: Component,
|
|
2147
2173
|
args: [{
|
|
2148
2174
|
selector: 'ix-radio',
|
|
2149
2175
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2150
2176
|
template: '<ng-content></ng-content>',
|
|
2151
2177
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2152
|
-
inputs: ['checked', 'disabled', 'label', 'name', 'value'],
|
|
2178
|
+
inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value'],
|
|
2153
2179
|
}]
|
|
2154
2180
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2155
2181
|
let IxRadioGroup = class IxRadioGroup {
|
|
@@ -2161,15 +2187,15 @@ let IxRadioGroup = class IxRadioGroup {
|
|
|
2161
2187
|
this.el = r.nativeElement;
|
|
2162
2188
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
2163
2189
|
}
|
|
2164
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2165
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2190
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2191
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadioGroup, selector: "ix-radio-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2166
2192
|
};
|
|
2167
2193
|
IxRadioGroup = __decorate([
|
|
2168
2194
|
ProxyCmp({
|
|
2169
2195
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'value', 'warningText']
|
|
2170
2196
|
})
|
|
2171
2197
|
], IxRadioGroup);
|
|
2172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioGroup, decorators: [{
|
|
2173
2199
|
type: Component,
|
|
2174
2200
|
args: [{
|
|
2175
2201
|
selector: 'ix-radio-group',
|
|
@@ -2187,13 +2213,13 @@ let IxRow = class IxRow {
|
|
|
2187
2213
|
c.detach();
|
|
2188
2214
|
this.el = r.nativeElement;
|
|
2189
2215
|
}
|
|
2190
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2191
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2216
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2217
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRow, selector: "ix-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2192
2218
|
};
|
|
2193
2219
|
IxRow = __decorate([
|
|
2194
2220
|
ProxyCmp({})
|
|
2195
2221
|
], IxRow);
|
|
2196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRow, decorators: [{
|
|
2197
2223
|
type: Component,
|
|
2198
2224
|
args: [{
|
|
2199
2225
|
selector: 'ix-row',
|
|
@@ -2212,8 +2238,8 @@ let IxSelect = class IxSelect {
|
|
|
2212
2238
|
this.el = r.nativeElement;
|
|
2213
2239
|
proxyOutputs(this, this.el, ['valueChange', 'inputChange', 'addItem', 'ixBlur']);
|
|
2214
2240
|
}
|
|
2215
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2216
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2241
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2242
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSelect, selector: "ix-select", inputs: { allowClear: "allowClear", disabled: "disabled", dropdownMaxWidth: "dropdownMaxWidth", dropdownWidth: "dropdownWidth", editable: "editable", helperText: "helperText", hideListHeader: "hideListHeader", i18nNoMatches: "i18nNoMatches", i18nPlaceholder: "i18nPlaceholder", i18nPlaceholderEditable: "i18nPlaceholderEditable", i18nSelectListHeader: "i18nSelectListHeader", infoText: "infoText", invalidText: "invalidText", label: "label", mode: "mode", name: "name", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2217
2243
|
};
|
|
2218
2244
|
IxSelect = __decorate([
|
|
2219
2245
|
ProxyCmp({
|
|
@@ -2221,7 +2247,7 @@ IxSelect = __decorate([
|
|
|
2221
2247
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2222
2248
|
})
|
|
2223
2249
|
], IxSelect);
|
|
2224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelect, decorators: [{
|
|
2225
2251
|
type: Component,
|
|
2226
2252
|
args: [{
|
|
2227
2253
|
selector: 'ix-select',
|
|
@@ -2240,15 +2266,15 @@ let IxSelectItem = class IxSelectItem {
|
|
|
2240
2266
|
this.el = r.nativeElement;
|
|
2241
2267
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
2242
2268
|
}
|
|
2243
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2244
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2269
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2270
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSelectItem, selector: "ix-select-item", inputs: { label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2245
2271
|
};
|
|
2246
2272
|
IxSelectItem = __decorate([
|
|
2247
2273
|
ProxyCmp({
|
|
2248
2274
|
inputs: ['label', 'selected', 'value']
|
|
2249
2275
|
})
|
|
2250
2276
|
], IxSelectItem);
|
|
2251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectItem, decorators: [{
|
|
2252
2278
|
type: Component,
|
|
2253
2279
|
args: [{
|
|
2254
2280
|
selector: 'ix-select-item',
|
|
@@ -2267,15 +2293,15 @@ let IxSlider = class IxSlider {
|
|
|
2267
2293
|
this.el = r.nativeElement;
|
|
2268
2294
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
2269
2295
|
}
|
|
2270
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2271
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2296
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2297
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSlider, selector: "ix-slider", inputs: { disabled: "disabled", error: "error", marker: "marker", max: "max", min: "min", step: "step", trace: "trace", traceReference: "traceReference", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2272
2298
|
};
|
|
2273
2299
|
IxSlider = __decorate([
|
|
2274
2300
|
ProxyCmp({
|
|
2275
2301
|
inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value']
|
|
2276
2302
|
})
|
|
2277
2303
|
], IxSlider);
|
|
2278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSlider, decorators: [{
|
|
2279
2305
|
type: Component,
|
|
2280
2306
|
args: [{
|
|
2281
2307
|
selector: 'ix-slider',
|
|
@@ -2293,15 +2319,15 @@ let IxSpinner = class IxSpinner {
|
|
|
2293
2319
|
c.detach();
|
|
2294
2320
|
this.el = r.nativeElement;
|
|
2295
2321
|
}
|
|
2296
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2297
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2322
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2323
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSpinner, selector: "ix-spinner", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2298
2324
|
};
|
|
2299
2325
|
IxSpinner = __decorate([
|
|
2300
2326
|
ProxyCmp({
|
|
2301
2327
|
inputs: ['size', 'variant']
|
|
2302
2328
|
})
|
|
2303
2329
|
], IxSpinner);
|
|
2304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSpinner, decorators: [{
|
|
2305
2331
|
type: Component,
|
|
2306
2332
|
args: [{
|
|
2307
2333
|
selector: 'ix-spinner',
|
|
@@ -2320,15 +2346,15 @@ let IxSplitButton = class IxSplitButton {
|
|
|
2320
2346
|
this.el = r.nativeElement;
|
|
2321
2347
|
proxyOutputs(this, this.el, ['buttonClick']);
|
|
2322
2348
|
}
|
|
2323
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2324
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2349
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2350
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSplitButton, selector: "ix-split-button", inputs: { closeBehavior: "closeBehavior", disabled: "disabled", ghost: "ghost", icon: "icon", label: "label", outline: "outline", placement: "placement", splitIcon: "splitIcon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2325
2351
|
};
|
|
2326
2352
|
IxSplitButton = __decorate([
|
|
2327
2353
|
ProxyCmp({
|
|
2328
2354
|
inputs: ['closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'splitIcon', 'variant']
|
|
2329
2355
|
})
|
|
2330
2356
|
], IxSplitButton);
|
|
2331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSplitButton, decorators: [{
|
|
2332
2358
|
type: Component,
|
|
2333
2359
|
args: [{
|
|
2334
2360
|
selector: 'ix-split-button',
|
|
@@ -2347,15 +2373,15 @@ let IxTabItem = class IxTabItem {
|
|
|
2347
2373
|
this.el = r.nativeElement;
|
|
2348
2374
|
proxyOutputs(this, this.el, ['tabClick']);
|
|
2349
2375
|
}
|
|
2350
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2351
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2376
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2377
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTabItem, selector: "ix-tab-item", inputs: { counter: "counter", disabled: "disabled", icon: "icon", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2352
2378
|
};
|
|
2353
2379
|
IxTabItem = __decorate([
|
|
2354
2380
|
ProxyCmp({
|
|
2355
2381
|
inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small']
|
|
2356
2382
|
})
|
|
2357
2383
|
], IxTabItem);
|
|
2358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabItem, decorators: [{
|
|
2359
2385
|
type: Component,
|
|
2360
2386
|
args: [{
|
|
2361
2387
|
selector: 'ix-tab-item',
|
|
@@ -2374,15 +2400,15 @@ let IxTabs = class IxTabs {
|
|
|
2374
2400
|
this.el = r.nativeElement;
|
|
2375
2401
|
proxyOutputs(this, this.el, ['selectedChange']);
|
|
2376
2402
|
}
|
|
2377
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2378
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2403
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2404
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTabs, selector: "ix-tabs", inputs: { layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2379
2405
|
};
|
|
2380
2406
|
IxTabs = __decorate([
|
|
2381
2407
|
ProxyCmp({
|
|
2382
2408
|
inputs: ['layout', 'placement', 'rounded', 'selected', 'small']
|
|
2383
2409
|
})
|
|
2384
2410
|
], IxTabs);
|
|
2385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabs, decorators: [{
|
|
2386
2412
|
type: Component,
|
|
2387
2413
|
args: [{
|
|
2388
2414
|
selector: 'ix-tabs',
|
|
@@ -2401,8 +2427,8 @@ let IxTextarea = class IxTextarea {
|
|
|
2401
2427
|
this.el = r.nativeElement;
|
|
2402
2428
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
2403
2429
|
}
|
|
2404
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2405
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2430
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2431
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTextarea, selector: "ix-textarea", inputs: { disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resizeBehavior: "resizeBehavior", showTextAsTooltip: "showTextAsTooltip", textareaCols: "textareaCols", textareaHeight: "textareaHeight", textareaRows: "textareaRows", textareaWidth: "textareaWidth", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2406
2432
|
};
|
|
2407
2433
|
IxTextarea = __decorate([
|
|
2408
2434
|
ProxyCmp({
|
|
@@ -2410,7 +2436,7 @@ IxTextarea = __decorate([
|
|
|
2410
2436
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2411
2437
|
})
|
|
2412
2438
|
], IxTextarea);
|
|
2413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextarea, decorators: [{
|
|
2414
2440
|
type: Component,
|
|
2415
2441
|
args: [{
|
|
2416
2442
|
selector: 'ix-textarea',
|
|
@@ -2428,15 +2454,15 @@ let IxTile = class IxTile {
|
|
|
2428
2454
|
c.detach();
|
|
2429
2455
|
this.el = r.nativeElement;
|
|
2430
2456
|
}
|
|
2431
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2432
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2457
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2458
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTile, selector: "ix-tile", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2433
2459
|
};
|
|
2434
2460
|
IxTile = __decorate([
|
|
2435
2461
|
ProxyCmp({
|
|
2436
2462
|
inputs: ['size']
|
|
2437
2463
|
})
|
|
2438
2464
|
], IxTile);
|
|
2439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTile, decorators: [{
|
|
2440
2466
|
type: Component,
|
|
2441
2467
|
args: [{
|
|
2442
2468
|
selector: 'ix-tile',
|
|
@@ -2446,6 +2472,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2446
2472
|
inputs: ['size'],
|
|
2447
2473
|
}]
|
|
2448
2474
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2475
|
+
let IxTimeInput = class IxTimeInput {
|
|
2476
|
+
z;
|
|
2477
|
+
el;
|
|
2478
|
+
constructor(c, r, z) {
|
|
2479
|
+
this.z = z;
|
|
2480
|
+
c.detach();
|
|
2481
|
+
this.el = r.nativeElement;
|
|
2482
|
+
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange']);
|
|
2483
|
+
}
|
|
2484
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2485
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTimeInput, selector: "ix-time-input", inputs: { disabled: "disabled", format: "format", helperText: "helperText", hourInterval: "hourInterval", i18nErrorTimeUnparsable: "i18nErrorTimeUnparsable", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", i18nSelectTime: "i18nSelectTime", i18nTime: "i18nTime", infoText: "infoText", invalidText: "invalidText", label: "label", locale: "locale", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", secondInterval: "secondInterval", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2486
|
+
};
|
|
2487
|
+
IxTimeInput = __decorate([
|
|
2488
|
+
ProxyCmp({
|
|
2489
|
+
inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'locale', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2490
|
+
methods: ['getNativeInputElement', 'focusInput']
|
|
2491
|
+
})
|
|
2492
|
+
], IxTimeInput);
|
|
2493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimeInput, decorators: [{
|
|
2494
|
+
type: Component,
|
|
2495
|
+
args: [{
|
|
2496
|
+
selector: 'ix-time-input',
|
|
2497
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2498
|
+
template: '<ng-content></ng-content>',
|
|
2499
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2500
|
+
inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'locale', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
|
|
2501
|
+
}]
|
|
2502
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2449
2503
|
let IxTimePicker = class IxTimePicker {
|
|
2450
2504
|
z;
|
|
2451
2505
|
el;
|
|
@@ -2455,23 +2509,23 @@ let IxTimePicker = class IxTimePicker {
|
|
|
2455
2509
|
this.el = r.nativeElement;
|
|
2456
2510
|
proxyOutputs(this, this.el, ['timeSelect', 'timeChange']);
|
|
2457
2511
|
}
|
|
2458
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2459
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2512
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2513
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTimePicker, selector: "ix-time-picker", inputs: { corners: "corners", format: "format", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nConfirmTime: "i18nConfirmTime", i18nHeader: "i18nHeader", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", secondInterval: "secondInterval", showHour: "showHour", showMinutes: "showMinutes", showSeconds: "showSeconds", standaloneAppearance: "standaloneAppearance", textSelectTime: "textSelectTime", textTime: "textTime", time: "time", timeReference: "timeReference" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2460
2514
|
};
|
|
2461
2515
|
IxTimePicker = __decorate([
|
|
2462
2516
|
ProxyCmp({
|
|
2463
|
-
inputs: ['corners', 'format', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
|
|
2517
|
+
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
|
|
2464
2518
|
methods: ['getCurrentTime']
|
|
2465
2519
|
})
|
|
2466
2520
|
], IxTimePicker);
|
|
2467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimePicker, decorators: [{
|
|
2468
2522
|
type: Component,
|
|
2469
2523
|
args: [{
|
|
2470
2524
|
selector: 'ix-time-picker',
|
|
2471
2525
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2472
2526
|
template: '<ng-content></ng-content>',
|
|
2473
2527
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2474
|
-
inputs: ['corners', 'format', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
|
|
2528
|
+
inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
|
|
2475
2529
|
}]
|
|
2476
2530
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2477
2531
|
let IxToast = class IxToast {
|
|
@@ -2483,15 +2537,15 @@ let IxToast = class IxToast {
|
|
|
2483
2537
|
this.el = r.nativeElement;
|
|
2484
2538
|
proxyOutputs(this, this.el, ['closeToast']);
|
|
2485
2539
|
}
|
|
2486
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2487
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2540
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2541
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToast, selector: "ix-toast", inputs: { autoClose: "autoClose", autoCloseDelay: "autoCloseDelay", icon: "icon", iconColor: "iconColor", toastTitle: "toastTitle", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2488
2542
|
};
|
|
2489
2543
|
IxToast = __decorate([
|
|
2490
2544
|
ProxyCmp({
|
|
2491
2545
|
inputs: ['autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type']
|
|
2492
2546
|
})
|
|
2493
2547
|
], IxToast);
|
|
2494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToast, decorators: [{
|
|
2495
2549
|
type: Component,
|
|
2496
2550
|
args: [{
|
|
2497
2551
|
selector: 'ix-toast',
|
|
@@ -2509,8 +2563,8 @@ let IxToastContainer = class IxToastContainer {
|
|
|
2509
2563
|
c.detach();
|
|
2510
2564
|
this.el = r.nativeElement;
|
|
2511
2565
|
}
|
|
2512
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2513
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2566
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToastContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2567
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToastContainer, selector: "ix-toast-container", inputs: { containerClass: "containerClass", containerId: "containerId", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2514
2568
|
};
|
|
2515
2569
|
IxToastContainer = __decorate([
|
|
2516
2570
|
ProxyCmp({
|
|
@@ -2518,7 +2572,7 @@ IxToastContainer = __decorate([
|
|
|
2518
2572
|
methods: ['showToast']
|
|
2519
2573
|
})
|
|
2520
2574
|
], IxToastContainer);
|
|
2521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToastContainer, decorators: [{
|
|
2522
2576
|
type: Component,
|
|
2523
2577
|
args: [{
|
|
2524
2578
|
selector: 'ix-toast-container',
|
|
@@ -2535,17 +2589,17 @@ let IxToggle = class IxToggle {
|
|
|
2535
2589
|
this.z = z;
|
|
2536
2590
|
c.detach();
|
|
2537
2591
|
this.el = r.nativeElement;
|
|
2538
|
-
proxyOutputs(this, this.el, ['checkedChange']);
|
|
2592
|
+
proxyOutputs(this, this.el, ['checkedChange', 'ixBlur']);
|
|
2539
2593
|
}
|
|
2540
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2541
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2594
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2595
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToggle, selector: "ix-toggle", inputs: { checked: "checked", disabled: "disabled", hideText: "hideText", indeterminate: "indeterminate", name: "name", required: "required", textIndeterminate: "textIndeterminate", textOff: "textOff", textOn: "textOn", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2542
2596
|
};
|
|
2543
2597
|
IxToggle = __decorate([
|
|
2544
2598
|
ProxyCmp({
|
|
2545
2599
|
inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'name', 'required', 'textIndeterminate', 'textOff', 'textOn', 'value']
|
|
2546
2600
|
})
|
|
2547
2601
|
], IxToggle);
|
|
2548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggle, decorators: [{
|
|
2549
2603
|
type: Component,
|
|
2550
2604
|
args: [{
|
|
2551
2605
|
selector: 'ix-toggle',
|
|
@@ -2564,15 +2618,15 @@ let IxToggleButton = class IxToggleButton {
|
|
|
2564
2618
|
this.el = r.nativeElement;
|
|
2565
2619
|
proxyOutputs(this, this.el, ['pressedChange']);
|
|
2566
2620
|
}
|
|
2567
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2568
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2621
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2622
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 });
|
|
2569
2623
|
};
|
|
2570
2624
|
IxToggleButton = __decorate([
|
|
2571
2625
|
ProxyCmp({
|
|
2572
2626
|
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'variant']
|
|
2573
2627
|
})
|
|
2574
2628
|
], IxToggleButton);
|
|
2575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggleButton, decorators: [{
|
|
2576
2630
|
type: Component,
|
|
2577
2631
|
args: [{
|
|
2578
2632
|
selector: 'ix-toggle-button',
|
|
@@ -2590,15 +2644,15 @@ let IxTooltip = class IxTooltip {
|
|
|
2590
2644
|
c.detach();
|
|
2591
2645
|
this.el = r.nativeElement;
|
|
2592
2646
|
}
|
|
2593
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2594
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2647
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2648
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTooltip, selector: "ix-tooltip", inputs: { for: "for", interactive: "interactive", placement: "placement", titleContent: "titleContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2595
2649
|
};
|
|
2596
2650
|
IxTooltip = __decorate([
|
|
2597
2651
|
ProxyCmp({
|
|
2598
2652
|
inputs: ['for', 'interactive', 'placement', 'titleContent']
|
|
2599
2653
|
})
|
|
2600
2654
|
], IxTooltip);
|
|
2601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTooltip, decorators: [{
|
|
2602
2656
|
type: Component,
|
|
2603
2657
|
args: [{
|
|
2604
2658
|
selector: 'ix-tooltip',
|
|
@@ -2617,15 +2671,15 @@ let IxTreeItem = class IxTreeItem {
|
|
|
2617
2671
|
this.el = r.nativeElement;
|
|
2618
2672
|
proxyOutputs(this, this.el, ['toggle', 'itemClick']);
|
|
2619
2673
|
}
|
|
2620
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2621
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2674
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2675
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTreeItem, selector: "ix-tree-item", inputs: { context: "context", hasChildren: "hasChildren", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2622
2676
|
};
|
|
2623
2677
|
IxTreeItem = __decorate([
|
|
2624
2678
|
ProxyCmp({
|
|
2625
2679
|
inputs: ['context', 'hasChildren', 'text']
|
|
2626
2680
|
})
|
|
2627
2681
|
], IxTreeItem);
|
|
2628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTreeItem, decorators: [{
|
|
2629
2683
|
type: Component,
|
|
2630
2684
|
args: [{
|
|
2631
2685
|
selector: 'ix-tree-item',
|
|
@@ -2643,15 +2697,15 @@ let IxTypography = class IxTypography {
|
|
|
2643
2697
|
c.detach();
|
|
2644
2698
|
this.el = r.nativeElement;
|
|
2645
2699
|
}
|
|
2646
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2647
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2700
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2701
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTypography, selector: "ix-typography", inputs: { bold: "bold", format: "format", textColor: "textColor", textDecoration: "textDecoration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2648
2702
|
};
|
|
2649
2703
|
IxTypography = __decorate([
|
|
2650
2704
|
ProxyCmp({
|
|
2651
2705
|
inputs: ['bold', 'format', 'textColor', 'textDecoration']
|
|
2652
2706
|
})
|
|
2653
2707
|
], IxTypography);
|
|
2654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTypography, decorators: [{
|
|
2655
2709
|
type: Component,
|
|
2656
2710
|
args: [{
|
|
2657
2711
|
selector: 'ix-typography',
|
|
@@ -2670,8 +2724,8 @@ let IxUpload = class IxUpload {
|
|
|
2670
2724
|
this.el = r.nativeElement;
|
|
2671
2725
|
proxyOutputs(this, this.el, ['filesChanged']);
|
|
2672
2726
|
}
|
|
2673
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2674
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2727
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2728
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxUpload, selector: "ix-upload", inputs: { accept: "accept", disabled: "disabled", i18nUploadDisabled: "i18nUploadDisabled", i18nUploadFile: "i18nUploadFile", loadingText: "loadingText", multiline: "multiline", multiple: "multiple", selectFileText: "selectFileText", state: "state", uploadFailedText: "uploadFailedText", uploadSuccessText: "uploadSuccessText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2675
2729
|
};
|
|
2676
2730
|
IxUpload = __decorate([
|
|
2677
2731
|
ProxyCmp({
|
|
@@ -2679,7 +2733,7 @@ IxUpload = __decorate([
|
|
|
2679
2733
|
methods: ['setFilesToUpload']
|
|
2680
2734
|
})
|
|
2681
2735
|
], IxUpload);
|
|
2682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxUpload, decorators: [{
|
|
2683
2737
|
type: Component,
|
|
2684
2738
|
args: [{
|
|
2685
2739
|
selector: 'ix-upload',
|
|
@@ -2697,15 +2751,15 @@ let IxValidationTooltip = class IxValidationTooltip {
|
|
|
2697
2751
|
c.detach();
|
|
2698
2752
|
this.el = r.nativeElement;
|
|
2699
2753
|
}
|
|
2700
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2701
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2754
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxValidationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2755
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxValidationTooltip, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement", suppressAutomaticPlacement: "suppressAutomaticPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2702
2756
|
};
|
|
2703
2757
|
IxValidationTooltip = __decorate([
|
|
2704
2758
|
ProxyCmp({
|
|
2705
2759
|
inputs: ['message', 'placement', 'suppressAutomaticPlacement']
|
|
2706
2760
|
})
|
|
2707
2761
|
], IxValidationTooltip);
|
|
2708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxValidationTooltip, decorators: [{
|
|
2709
2763
|
type: Component,
|
|
2710
2764
|
args: [{
|
|
2711
2765
|
selector: 'ix-validation-tooltip',
|
|
@@ -2723,15 +2777,15 @@ let IxWorkflowStep = class IxWorkflowStep {
|
|
|
2723
2777
|
c.detach();
|
|
2724
2778
|
this.el = r.nativeElement;
|
|
2725
2779
|
}
|
|
2726
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2727
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2780
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2781
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 });
|
|
2728
2782
|
};
|
|
2729
2783
|
IxWorkflowStep = __decorate([
|
|
2730
2784
|
ProxyCmp({
|
|
2731
2785
|
inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical']
|
|
2732
2786
|
})
|
|
2733
2787
|
], IxWorkflowStep);
|
|
2734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowStep, decorators: [{
|
|
2735
2789
|
type: Component,
|
|
2736
2790
|
args: [{
|
|
2737
2791
|
selector: 'ix-workflow-step',
|
|
@@ -2750,15 +2804,15 @@ let IxWorkflowSteps = class IxWorkflowSteps {
|
|
|
2750
2804
|
this.el = r.nativeElement;
|
|
2751
2805
|
proxyOutputs(this, this.el, ['stepSelected']);
|
|
2752
2806
|
}
|
|
2753
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2754
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2807
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2808
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", 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 });
|
|
2755
2809
|
};
|
|
2756
2810
|
IxWorkflowSteps = __decorate([
|
|
2757
2811
|
ProxyCmp({
|
|
2758
2812
|
inputs: ['clickable', 'selectedIndex', 'vertical']
|
|
2759
2813
|
})
|
|
2760
2814
|
], IxWorkflowSteps);
|
|
2761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowSteps, decorators: [{
|
|
2762
2816
|
type: Component,
|
|
2763
2817
|
args: [{
|
|
2764
2818
|
selector: 'ix-workflow-steps',
|
|
@@ -2777,8 +2831,8 @@ let IxIcon = class IxIcon {
|
|
|
2777
2831
|
c.detach();
|
|
2778
2832
|
this.el = r.nativeElement;
|
|
2779
2833
|
}
|
|
2780
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2781
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2834
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2835
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIcon, selector: "ix-icon", inputs: { color: "color", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2782
2836
|
};
|
|
2783
2837
|
IxIcon = __decorate([
|
|
2784
2838
|
ProxyCmp({
|
|
@@ -2786,7 +2840,7 @@ IxIcon = __decorate([
|
|
|
2786
2840
|
inputs: ['color', 'name', 'size'],
|
|
2787
2841
|
})
|
|
2788
2842
|
], IxIcon);
|
|
2789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIcon, decorators: [{
|
|
2790
2844
|
type: Component,
|
|
2791
2845
|
args: [{
|
|
2792
2846
|
selector: 'ix-icon',
|
|
@@ -2802,8 +2856,8 @@ let IxTree = class IxTree extends TreeBaseDirective {
|
|
|
2802
2856
|
super(c, r, z, proxyOutputs);
|
|
2803
2857
|
this.z = z;
|
|
2804
2858
|
}
|
|
2805
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2806
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2859
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2860
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTree, selector: "ix-tree", inputs: { context: "context", model: "model", root: "root", renderItem: "renderItem" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2807
2861
|
};
|
|
2808
2862
|
IxTree = __decorate([
|
|
2809
2863
|
ProxyCmp({
|
|
@@ -2811,7 +2865,7 @@ IxTree = __decorate([
|
|
|
2811
2865
|
inputs: ['context', 'model', 'root'],
|
|
2812
2866
|
})
|
|
2813
2867
|
], IxTree);
|
|
2814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTree, decorators: [{
|
|
2815
2869
|
type: Component,
|
|
2816
2870
|
args: [{
|
|
2817
2871
|
selector: 'ix-tree',
|
|
@@ -2836,10 +2890,10 @@ class ModalService extends ModalService$1 {
|
|
|
2836
2890
|
open(config) {
|
|
2837
2891
|
return super.open(config);
|
|
2838
2892
|
}
|
|
2839
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2840
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2893
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2894
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, providedIn: 'root' });
|
|
2841
2895
|
}
|
|
2842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, decorators: [{
|
|
2843
2897
|
type: Injectable,
|
|
2844
2898
|
args: [{
|
|
2845
2899
|
providedIn: 'root',
|
|
@@ -2894,10 +2948,10 @@ class ToastService {
|
|
|
2894
2948
|
});
|
|
2895
2949
|
return instance;
|
|
2896
2950
|
}
|
|
2897
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2898
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2951
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2952
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
2899
2953
|
}
|
|
2900
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, decorators: [{
|
|
2901
2955
|
type: Injectable,
|
|
2902
2956
|
args: [{
|
|
2903
2957
|
providedIn: 'root',
|
|
@@ -2929,10 +2983,10 @@ class ThemeService {
|
|
|
2929
2983
|
setTheme(themeName) {
|
|
2930
2984
|
this.themeSwitcher.setTheme(themeName);
|
|
2931
2985
|
}
|
|
2932
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2933
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2986
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2987
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
2934
2988
|
}
|
|
2935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2989
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, decorators: [{
|
|
2936
2990
|
type: Injectable,
|
|
2937
2991
|
args: [{
|
|
2938
2992
|
providedIn: 'root',
|
|
@@ -2962,10 +3016,10 @@ class IxBooleanValueAccessorDirective extends BooleanValueAccessorBaseDirective
|
|
|
2962
3016
|
constructor(injector, el) {
|
|
2963
3017
|
super(injector, el);
|
|
2964
3018
|
}
|
|
2965
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2966
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3019
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBooleanValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3020
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxBooleanValueAccessorDirective, selector: "ix-checkbox,ix-toggle", providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
2967
3021
|
}
|
|
2968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
|
|
2969
3023
|
type: Directive,
|
|
2970
3024
|
args: [{
|
|
2971
3025
|
selector: 'ix-checkbox,ix-toggle',
|
|
@@ -2985,10 +3039,10 @@ class IxRadioValueAccessorDirective extends RadioValueAccessorBaseDirective {
|
|
|
2985
3039
|
constructor(injector, el) {
|
|
2986
3040
|
super(injector, el);
|
|
2987
3041
|
}
|
|
2988
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2989
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3042
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3043
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxRadioValueAccessorDirective, selector: "ix-radio", providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
2990
3044
|
}
|
|
2991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
|
|
2992
3046
|
type: Directive,
|
|
2993
3047
|
args: [{
|
|
2994
3048
|
selector: 'ix-radio',
|
|
@@ -3008,10 +3062,10 @@ class IxSelectValueAccessorDirective extends SelectValueAccessorBaseDirective {
|
|
|
3008
3062
|
constructor(injector, el) {
|
|
3009
3063
|
super(injector, el);
|
|
3010
3064
|
}
|
|
3011
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3012
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3065
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3066
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxSelectValueAccessorDirective, selector: "ix-select", providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3013
3067
|
}
|
|
3014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
|
|
3015
3069
|
type: Directive,
|
|
3016
3070
|
args: [{
|
|
3017
3071
|
selector: 'ix-select',
|
|
@@ -3031,10 +3085,10 @@ class IxTextValueAccessorDirective extends TextValueAccessorBaseDirective {
|
|
|
3031
3085
|
constructor(injector, el) {
|
|
3032
3086
|
super(injector, el);
|
|
3033
3087
|
}
|
|
3034
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3035
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3088
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3089
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxTextValueAccessorDirective, selector: "ix-input,ix-number-input,ix-textarea", providers: [createValueAccessorProvider(IxTextValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3036
3090
|
}
|
|
3037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
|
|
3038
3092
|
type: Directive,
|
|
3039
3093
|
args: [{
|
|
3040
3094
|
selector: 'ix-input,ix-number-input,ix-textarea',
|
|
@@ -3054,10 +3108,10 @@ class IxDateValueAccessorDirective extends DateValueAccessorBaseDirective {
|
|
|
3054
3108
|
constructor(injector, el) {
|
|
3055
3109
|
super(injector, el);
|
|
3056
3110
|
}
|
|
3057
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3058
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3111
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3112
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxDateValueAccessorDirective, selector: "ix-date-input", providers: [createValueAccessorProvider(IxDateValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3059
3113
|
}
|
|
3060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
|
|
3061
3115
|
type: Directive,
|
|
3062
3116
|
args: [{
|
|
3063
3117
|
selector: 'ix-date-input',
|
|
@@ -3090,10 +3144,10 @@ class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
3090
3144
|
ngOnChanges() {
|
|
3091
3145
|
super.ngOnChanges();
|
|
3092
3146
|
}
|
|
3093
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3094
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3147
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3148
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownTriggerDirective, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
3095
3149
|
}
|
|
3096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
|
|
3097
3151
|
type: Directive,
|
|
3098
3152
|
args: [{
|
|
3099
3153
|
selector: '[ixDropdownTrigger]',
|
|
@@ -3203,6 +3257,7 @@ const DIRECTIVES = [
|
|
|
3203
3257
|
IxPane,
|
|
3204
3258
|
IxPaneLayout,
|
|
3205
3259
|
IxPill,
|
|
3260
|
+
IxProgressIndicator,
|
|
3206
3261
|
IxPushCard,
|
|
3207
3262
|
IxRadio,
|
|
3208
3263
|
IxRadioGroup,
|
|
@@ -3216,6 +3271,7 @@ const DIRECTIVES = [
|
|
|
3216
3271
|
IxTabs,
|
|
3217
3272
|
IxTextarea,
|
|
3218
3273
|
IxTile,
|
|
3274
|
+
IxTimeInput,
|
|
3219
3275
|
IxTimePicker,
|
|
3220
3276
|
IxToast,
|
|
3221
3277
|
IxToastContainer,
|
|
@@ -3266,23 +3322,23 @@ class IxModule {
|
|
|
3266
3322
|
],
|
|
3267
3323
|
};
|
|
3268
3324
|
}
|
|
3269
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3270
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
3325
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3326
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3271
3327
|
IxDropdownTriggerDirective,
|
|
3272
3328
|
IxTextValueAccessorDirective,
|
|
3273
3329
|
IxSelectValueAccessorDirective,
|
|
3274
3330
|
IxRadioValueAccessorDirective,
|
|
3275
3331
|
IxBooleanValueAccessorDirective,
|
|
3276
|
-
IxDateValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3332
|
+
IxDateValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
|
|
3277
3333
|
IxDropdownTriggerDirective,
|
|
3278
3334
|
IxTextValueAccessorDirective,
|
|
3279
3335
|
IxSelectValueAccessorDirective,
|
|
3280
3336
|
IxRadioValueAccessorDirective,
|
|
3281
3337
|
IxBooleanValueAccessorDirective,
|
|
3282
3338
|
IxDateValueAccessorDirective] });
|
|
3283
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
3339
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule });
|
|
3284
3340
|
}
|
|
3285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule, decorators: [{
|
|
3286
3342
|
type: NgModule,
|
|
3287
3343
|
args: [{
|
|
3288
3344
|
declarations: DECLARATIONS,
|
|
@@ -3303,5 +3359,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3303
3359
|
* Generated bundle index. Do not edit.
|
|
3304
3360
|
*/
|
|
3305
3361
|
|
|
3306
|
-
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
|
|
3362
|
+
export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
|
|
3307
3363
|
//# sourceMappingURL=siemens-ix-angular.mjs.map
|