@siemens/ix-angular 3.0.0-alpha.1 → 3.0.0-alpha.3
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/common/directives/tree.d.ts +1 -1
- package/components.d.ts +102 -102
- 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 +307 -307
- 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 +4 -4
- 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 +307 -307
- 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 +3 -3
- package/esm2022/standalone/providers/toast.mjs +3 -3
- 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 +339 -339
- package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
- package/fesm2022/siemens-ix-angular.mjs +344 -344
- package/fesm2022/siemens-ix-angular.mjs.map +1 -1
- package/ix-icon.d.ts +1 -1
- package/package.json +5 -5
- package/standalone/components.d.ts +102 -102
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { ChangeDetectionStrategy, Component, Injectable, Directive, Input } from '@angular/core';
|
|
4
4
|
import { fromEvent } from 'rxjs';
|
|
5
5
|
import { defineCustomElement as defineCustomElement$1 } from '@siemens/ix/components/ix-action-card.js';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$2 } from '@siemens/ix/components/ix-application.js';
|
|
@@ -109,8 +109,8 @@ import { defineCustomElement as defineCustomElement$1D } from '@siemens/ix/compo
|
|
|
109
109
|
import { defineCustomElement as defineCustomElement$1G } from '@siemens/ix/components/ix-menu-expand-icon.js';
|
|
110
110
|
import { defineCustomElement as defineCustomElement$1F } from '@siemens/ix/components/ix-date-time-card.js';
|
|
111
111
|
import { defineCustomElement as defineCustomElement$1H } from '@siemens/ix/components/ix-modal-loading.js';
|
|
112
|
-
import { defineCustomElement as defineCustomElement$1I } from '@siemens/ix-icons/components/ix-icon';
|
|
113
|
-
import { defineCustomElement as defineCustomElement$1J } from '@siemens/ix/components/ix-tree';
|
|
112
|
+
import { defineCustomElement as defineCustomElement$1I } from '@siemens/ix-icons/components/ix-icon.js';
|
|
113
|
+
import { defineCustomElement as defineCustomElement$1J } from '@siemens/ix/components/ix-tree.js';
|
|
114
114
|
import { TreeBaseDirective, ModalService as ModalService$1, ToastService as ToastService$1, BooleanValueAccessorBaseDirective, createValueAccessorProvider, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
|
|
115
115
|
export { IxActiveModal } from '@siemens/ix-angular/common';
|
|
116
116
|
|
|
@@ -180,8 +180,8 @@ let IxActionCard = class IxActionCard {
|
|
|
180
180
|
c.detach();
|
|
181
181
|
this.el = r.nativeElement;
|
|
182
182
|
}
|
|
183
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
184
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
183
|
+
/** @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 });
|
|
184
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxActionCard, isStandalone: true, 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 });
|
|
185
185
|
};
|
|
186
186
|
IxActionCard = __decorate([
|
|
187
187
|
ProxyCmp({
|
|
@@ -189,7 +189,7 @@ IxActionCard = __decorate([
|
|
|
189
189
|
inputs: ['heading', 'icon', 'selected', 'subheading', 'variant']
|
|
190
190
|
})
|
|
191
191
|
], IxActionCard);
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxActionCard, decorators: [{
|
|
193
193
|
type: Component,
|
|
194
194
|
args: [{
|
|
195
195
|
selector: 'ix-action-card',
|
|
@@ -208,8 +208,8 @@ let IxApplication = class IxApplication {
|
|
|
208
208
|
c.detach();
|
|
209
209
|
this.el = r.nativeElement;
|
|
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: IxApplication, 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: IxApplication, isStandalone: true, 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 });
|
|
213
213
|
};
|
|
214
214
|
IxApplication = __decorate([
|
|
215
215
|
ProxyCmp({
|
|
@@ -217,7 +217,7 @@ IxApplication = __decorate([
|
|
|
217
217
|
inputs: ['appSwitchConfig', 'breakpoints', 'forceBreakpoint', 'theme', 'themeSystemAppearance']
|
|
218
218
|
})
|
|
219
219
|
], IxApplication);
|
|
220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplication, decorators: [{
|
|
221
221
|
type: Component,
|
|
222
222
|
args: [{
|
|
223
223
|
selector: 'ix-application',
|
|
@@ -237,8 +237,8 @@ let IxApplicationHeader = class IxApplicationHeader {
|
|
|
237
237
|
this.el = r.nativeElement;
|
|
238
238
|
proxyOutputs(this, this.el, ['menuToggle', 'openAppSwitch']);
|
|
239
239
|
}
|
|
240
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
241
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
240
|
+
/** @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 });
|
|
241
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxApplicationHeader, isStandalone: true, selector: "ix-application-header", inputs: { name: "name", showMenu: "showMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
242
242
|
};
|
|
243
243
|
IxApplicationHeader = __decorate([
|
|
244
244
|
ProxyCmp({
|
|
@@ -246,7 +246,7 @@ IxApplicationHeader = __decorate([
|
|
|
246
246
|
inputs: ['name', 'showMenu']
|
|
247
247
|
})
|
|
248
248
|
], IxApplicationHeader);
|
|
249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplicationHeader, decorators: [{
|
|
250
250
|
type: Component,
|
|
251
251
|
args: [{
|
|
252
252
|
selector: 'ix-application-header',
|
|
@@ -265,8 +265,8 @@ let IxAvatar = class IxAvatar {
|
|
|
265
265
|
c.detach();
|
|
266
266
|
this.el = r.nativeElement;
|
|
267
267
|
}
|
|
268
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
269
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
268
|
+
/** @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 });
|
|
269
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxAvatar, isStandalone: true, 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 });
|
|
270
270
|
};
|
|
271
271
|
IxAvatar = __decorate([
|
|
272
272
|
ProxyCmp({
|
|
@@ -274,7 +274,7 @@ IxAvatar = __decorate([
|
|
|
274
274
|
inputs: ['extra', 'image', 'initials', 'username']
|
|
275
275
|
})
|
|
276
276
|
], IxAvatar);
|
|
277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxAvatar, decorators: [{
|
|
278
278
|
type: Component,
|
|
279
279
|
args: [{
|
|
280
280
|
selector: 'ix-avatar',
|
|
@@ -293,8 +293,8 @@ let IxBasicNavigation = class IxBasicNavigation {
|
|
|
293
293
|
c.detach();
|
|
294
294
|
this.el = r.nativeElement;
|
|
295
295
|
}
|
|
296
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
297
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
296
|
+
/** @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 });
|
|
297
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBasicNavigation, isStandalone: true, 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 });
|
|
298
298
|
};
|
|
299
299
|
IxBasicNavigation = __decorate([
|
|
300
300
|
ProxyCmp({
|
|
@@ -302,7 +302,7 @@ IxBasicNavigation = __decorate([
|
|
|
302
302
|
inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader']
|
|
303
303
|
})
|
|
304
304
|
], IxBasicNavigation);
|
|
305
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBasicNavigation, decorators: [{
|
|
306
306
|
type: Component,
|
|
307
307
|
args: [{
|
|
308
308
|
selector: 'ix-basic-navigation',
|
|
@@ -322,8 +322,8 @@ let IxBlind = class IxBlind {
|
|
|
322
322
|
this.el = r.nativeElement;
|
|
323
323
|
proxyOutputs(this, this.el, ['collapsedChange']);
|
|
324
324
|
}
|
|
325
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
326
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
325
|
+
/** @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 });
|
|
326
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBlind, isStandalone: true, 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 });
|
|
327
327
|
};
|
|
328
328
|
IxBlind = __decorate([
|
|
329
329
|
ProxyCmp({
|
|
@@ -331,7 +331,7 @@ IxBlind = __decorate([
|
|
|
331
331
|
inputs: ['collapsed', 'icon', 'label', 'sublabel', 'variant']
|
|
332
332
|
})
|
|
333
333
|
], IxBlind);
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBlind, decorators: [{
|
|
335
335
|
type: Component,
|
|
336
336
|
args: [{
|
|
337
337
|
selector: 'ix-blind',
|
|
@@ -351,8 +351,8 @@ let IxBreadcrumb = class IxBreadcrumb {
|
|
|
351
351
|
this.el = r.nativeElement;
|
|
352
352
|
proxyOutputs(this, this.el, ['itemClick', 'nextClick']);
|
|
353
353
|
}
|
|
354
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
355
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
354
|
+
/** @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 });
|
|
355
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBreadcrumb, isStandalone: true, 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 });
|
|
356
356
|
};
|
|
357
357
|
IxBreadcrumb = __decorate([
|
|
358
358
|
ProxyCmp({
|
|
@@ -360,7 +360,7 @@ IxBreadcrumb = __decorate([
|
|
|
360
360
|
inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount']
|
|
361
361
|
})
|
|
362
362
|
], IxBreadcrumb);
|
|
363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumb, decorators: [{
|
|
364
364
|
type: Component,
|
|
365
365
|
args: [{
|
|
366
366
|
selector: 'ix-breadcrumb',
|
|
@@ -379,8 +379,8 @@ let IxBreadcrumbItem = class IxBreadcrumbItem {
|
|
|
379
379
|
c.detach();
|
|
380
380
|
this.el = r.nativeElement;
|
|
381
381
|
}
|
|
382
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
383
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
382
|
+
/** @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 });
|
|
383
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBreadcrumbItem, isStandalone: true, selector: "ix-breadcrumb-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
384
384
|
};
|
|
385
385
|
IxBreadcrumbItem = __decorate([
|
|
386
386
|
ProxyCmp({
|
|
@@ -388,7 +388,7 @@ IxBreadcrumbItem = __decorate([
|
|
|
388
388
|
inputs: ['icon', 'label']
|
|
389
389
|
})
|
|
390
390
|
], IxBreadcrumbItem);
|
|
391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
|
|
392
392
|
type: Component,
|
|
393
393
|
args: [{
|
|
394
394
|
selector: 'ix-breadcrumb-item',
|
|
@@ -407,8 +407,8 @@ let IxButton = class IxButton {
|
|
|
407
407
|
c.detach();
|
|
408
408
|
this.el = r.nativeElement;
|
|
409
409
|
}
|
|
410
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
411
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
410
|
+
/** @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 });
|
|
411
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxButton, isStandalone: true, selector: "ix-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
412
412
|
};
|
|
413
413
|
IxButton = __decorate([
|
|
414
414
|
ProxyCmp({
|
|
@@ -416,7 +416,7 @@ IxButton = __decorate([
|
|
|
416
416
|
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant']
|
|
417
417
|
})
|
|
418
418
|
], IxButton);
|
|
419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxButton, decorators: [{
|
|
420
420
|
type: Component,
|
|
421
421
|
args: [{
|
|
422
422
|
selector: 'ix-button',
|
|
@@ -435,8 +435,8 @@ let IxCard = class IxCard {
|
|
|
435
435
|
c.detach();
|
|
436
436
|
this.el = r.nativeElement;
|
|
437
437
|
}
|
|
438
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
439
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
438
|
+
/** @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 });
|
|
439
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCard, isStandalone: true, selector: "ix-card", inputs: { selected: "selected", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
440
440
|
};
|
|
441
441
|
IxCard = __decorate([
|
|
442
442
|
ProxyCmp({
|
|
@@ -444,7 +444,7 @@ IxCard = __decorate([
|
|
|
444
444
|
inputs: ['selected', 'variant']
|
|
445
445
|
})
|
|
446
446
|
], IxCard);
|
|
447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCard, decorators: [{
|
|
448
448
|
type: Component,
|
|
449
449
|
args: [{
|
|
450
450
|
selector: 'ix-card',
|
|
@@ -463,8 +463,8 @@ let IxCardAccordion = class IxCardAccordion {
|
|
|
463
463
|
c.detach();
|
|
464
464
|
this.el = r.nativeElement;
|
|
465
465
|
}
|
|
466
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
467
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
466
|
+
/** @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 });
|
|
467
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardAccordion, isStandalone: true, selector: "ix-card-accordion", inputs: { collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
468
468
|
};
|
|
469
469
|
IxCardAccordion = __decorate([
|
|
470
470
|
ProxyCmp({
|
|
@@ -472,7 +472,7 @@ IxCardAccordion = __decorate([
|
|
|
472
472
|
inputs: ['collapse']
|
|
473
473
|
})
|
|
474
474
|
], IxCardAccordion);
|
|
475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardAccordion, decorators: [{
|
|
476
476
|
type: Component,
|
|
477
477
|
args: [{
|
|
478
478
|
selector: 'ix-card-accordion',
|
|
@@ -491,15 +491,15 @@ let IxCardContent = class IxCardContent {
|
|
|
491
491
|
c.detach();
|
|
492
492
|
this.el = r.nativeElement;
|
|
493
493
|
}
|
|
494
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
495
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
494
|
+
/** @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 });
|
|
495
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardContent, isStandalone: true, selector: "ix-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
496
496
|
};
|
|
497
497
|
IxCardContent = __decorate([
|
|
498
498
|
ProxyCmp({
|
|
499
499
|
defineCustomElementFn: defineCustomElement$c
|
|
500
500
|
})
|
|
501
501
|
], IxCardContent);
|
|
502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardContent, decorators: [{
|
|
503
503
|
type: Component,
|
|
504
504
|
args: [{
|
|
505
505
|
selector: 'ix-card-content',
|
|
@@ -519,8 +519,8 @@ let IxCardList = class IxCardList {
|
|
|
519
519
|
this.el = r.nativeElement;
|
|
520
520
|
proxyOutputs(this, this.el, ['collapseChanged', 'showAllClick', 'showMoreCardClick']);
|
|
521
521
|
}
|
|
522
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
522
|
+
/** @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 });
|
|
523
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardList, isStandalone: true, 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 });
|
|
524
524
|
};
|
|
525
525
|
IxCardList = __decorate([
|
|
526
526
|
ProxyCmp({
|
|
@@ -528,7 +528,7 @@ IxCardList = __decorate([
|
|
|
528
528
|
inputs: ['collapse', 'hideShowAll', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling']
|
|
529
529
|
})
|
|
530
530
|
], IxCardList);
|
|
531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardList, decorators: [{
|
|
532
532
|
type: Component,
|
|
533
533
|
args: [{
|
|
534
534
|
selector: 'ix-card-list',
|
|
@@ -547,15 +547,15 @@ let IxCardTitle = class IxCardTitle {
|
|
|
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: IxCardTitle, 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: IxCardTitle, isStandalone: true, selector: "ix-card-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
552
552
|
};
|
|
553
553
|
IxCardTitle = __decorate([
|
|
554
554
|
ProxyCmp({
|
|
555
555
|
defineCustomElementFn: defineCustomElement$e
|
|
556
556
|
})
|
|
557
557
|
], IxCardTitle);
|
|
558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardTitle, decorators: [{
|
|
559
559
|
type: Component,
|
|
560
560
|
args: [{
|
|
561
561
|
selector: 'ix-card-title',
|
|
@@ -575,8 +575,8 @@ let IxCategoryFilter = class IxCategoryFilter {
|
|
|
575
575
|
this.el = r.nativeElement;
|
|
576
576
|
proxyOutputs(this, this.el, ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared']);
|
|
577
577
|
}
|
|
578
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
579
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
578
|
+
/** @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 });
|
|
579
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCategoryFilter, isStandalone: true, 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 });
|
|
580
580
|
};
|
|
581
581
|
IxCategoryFilter = __decorate([
|
|
582
582
|
ProxyCmp({
|
|
@@ -584,7 +584,7 @@ IxCategoryFilter = __decorate([
|
|
|
584
584
|
inputs: ['categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'staticOperator', 'suggestions']
|
|
585
585
|
})
|
|
586
586
|
], IxCategoryFilter);
|
|
587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCategoryFilter, decorators: [{
|
|
588
588
|
type: Component,
|
|
589
589
|
args: [{
|
|
590
590
|
selector: 'ix-category-filter',
|
|
@@ -604,8 +604,8 @@ let IxCheckbox = class IxCheckbox {
|
|
|
604
604
|
this.el = r.nativeElement;
|
|
605
605
|
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
606
606
|
}
|
|
607
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
608
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
607
|
+
/** @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 });
|
|
608
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckbox, isStandalone: true, 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 });
|
|
609
609
|
};
|
|
610
610
|
IxCheckbox = __decorate([
|
|
611
611
|
ProxyCmp({
|
|
@@ -613,7 +613,7 @@ IxCheckbox = __decorate([
|
|
|
613
613
|
inputs: ['checked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'value']
|
|
614
614
|
})
|
|
615
615
|
], IxCheckbox);
|
|
616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckbox, decorators: [{
|
|
617
617
|
type: Component,
|
|
618
618
|
args: [{
|
|
619
619
|
selector: 'ix-checkbox',
|
|
@@ -632,8 +632,8 @@ let IxCheckboxGroup = class IxCheckboxGroup {
|
|
|
632
632
|
c.detach();
|
|
633
633
|
this.el = r.nativeElement;
|
|
634
634
|
}
|
|
635
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
636
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
635
|
+
/** @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 });
|
|
636
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckboxGroup, isStandalone: true, 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 });
|
|
637
637
|
};
|
|
638
638
|
IxCheckboxGroup = __decorate([
|
|
639
639
|
ProxyCmp({
|
|
@@ -641,7 +641,7 @@ IxCheckboxGroup = __decorate([
|
|
|
641
641
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'warningText']
|
|
642
642
|
})
|
|
643
643
|
], IxCheckboxGroup);
|
|
644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckboxGroup, decorators: [{
|
|
645
645
|
type: Component,
|
|
646
646
|
args: [{
|
|
647
647
|
selector: 'ix-checkbox-group',
|
|
@@ -661,8 +661,8 @@ let IxChip = class IxChip {
|
|
|
661
661
|
this.el = r.nativeElement;
|
|
662
662
|
proxyOutputs(this, this.el, ['closeChip']);
|
|
663
663
|
}
|
|
664
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
665
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
664
|
+
/** @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 });
|
|
665
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxChip, isStandalone: true, selector: "ix-chip", inputs: { active: "active", background: "background", 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 });
|
|
666
666
|
};
|
|
667
667
|
IxChip = __decorate([
|
|
668
668
|
ProxyCmp({
|
|
@@ -670,7 +670,7 @@ IxChip = __decorate([
|
|
|
670
670
|
inputs: ['active', 'background', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant']
|
|
671
671
|
})
|
|
672
672
|
], IxChip);
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxChip, decorators: [{
|
|
674
674
|
type: Component,
|
|
675
675
|
args: [{
|
|
676
676
|
selector: 'ix-chip',
|
|
@@ -689,8 +689,8 @@ let IxCol = class IxCol {
|
|
|
689
689
|
c.detach();
|
|
690
690
|
this.el = r.nativeElement;
|
|
691
691
|
}
|
|
692
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
693
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
692
|
+
/** @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 });
|
|
693
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCol, isStandalone: true, 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 });
|
|
694
694
|
};
|
|
695
695
|
IxCol = __decorate([
|
|
696
696
|
ProxyCmp({
|
|
@@ -698,7 +698,7 @@ IxCol = __decorate([
|
|
|
698
698
|
inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm']
|
|
699
699
|
})
|
|
700
700
|
], IxCol);
|
|
701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCol, decorators: [{
|
|
702
702
|
type: Component,
|
|
703
703
|
args: [{
|
|
704
704
|
selector: 'ix-col',
|
|
@@ -717,15 +717,15 @@ let IxContent = class IxContent {
|
|
|
717
717
|
c.detach();
|
|
718
718
|
this.el = r.nativeElement;
|
|
719
719
|
}
|
|
720
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
721
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
720
|
+
/** @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 });
|
|
721
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxContent, isStandalone: true, selector: "ix-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
722
722
|
};
|
|
723
723
|
IxContent = __decorate([
|
|
724
724
|
ProxyCmp({
|
|
725
725
|
defineCustomElementFn: defineCustomElement$k
|
|
726
726
|
})
|
|
727
727
|
], IxContent);
|
|
728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContent, decorators: [{
|
|
729
729
|
type: Component,
|
|
730
730
|
args: [{
|
|
731
731
|
selector: 'ix-content',
|
|
@@ -745,8 +745,8 @@ let IxContentHeader = class IxContentHeader {
|
|
|
745
745
|
this.el = r.nativeElement;
|
|
746
746
|
proxyOutputs(this, this.el, ['backButtonClick']);
|
|
747
747
|
}
|
|
748
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
749
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
748
|
+
/** @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 });
|
|
749
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxContentHeader, isStandalone: true, 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 });
|
|
750
750
|
};
|
|
751
751
|
IxContentHeader = __decorate([
|
|
752
752
|
ProxyCmp({
|
|
@@ -754,7 +754,7 @@ IxContentHeader = __decorate([
|
|
|
754
754
|
inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant']
|
|
755
755
|
})
|
|
756
756
|
], IxContentHeader);
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContentHeader, decorators: [{
|
|
758
758
|
type: Component,
|
|
759
759
|
args: [{
|
|
760
760
|
selector: 'ix-content-header',
|
|
@@ -773,8 +773,8 @@ let IxCustomField = class IxCustomField {
|
|
|
773
773
|
c.detach();
|
|
774
774
|
this.el = r.nativeElement;
|
|
775
775
|
}
|
|
776
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
777
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
776
|
+
/** @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 });
|
|
777
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCustomField, isStandalone: true, 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 });
|
|
778
778
|
};
|
|
779
779
|
IxCustomField = __decorate([
|
|
780
780
|
ProxyCmp({
|
|
@@ -782,7 +782,7 @@ IxCustomField = __decorate([
|
|
|
782
782
|
inputs: ['helperText', 'infoText', 'invalidText', 'label', 'required', 'showTextAsTooltip', 'validText', 'warningText']
|
|
783
783
|
})
|
|
784
784
|
], IxCustomField);
|
|
785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCustomField, decorators: [{
|
|
786
786
|
type: Component,
|
|
787
787
|
args: [{
|
|
788
788
|
selector: 'ix-custom-field',
|
|
@@ -802,8 +802,8 @@ let IxDateDropdown = class IxDateDropdown {
|
|
|
802
802
|
this.el = r.nativeElement;
|
|
803
803
|
proxyOutputs(this, this.el, ['dateRangeChange']);
|
|
804
804
|
}
|
|
805
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
806
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
805
|
+
/** @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 });
|
|
806
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDateDropdown, isStandalone: true, 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 });
|
|
807
807
|
};
|
|
808
808
|
IxDateDropdown = __decorate([
|
|
809
809
|
ProxyCmp({
|
|
@@ -812,7 +812,7 @@ IxDateDropdown = __decorate([
|
|
|
812
812
|
methods: ['getDateRange']
|
|
813
813
|
})
|
|
814
814
|
], IxDateDropdown);
|
|
815
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateDropdown, decorators: [{
|
|
816
816
|
type: Component,
|
|
817
817
|
args: [{
|
|
818
818
|
selector: 'ix-date-dropdown',
|
|
@@ -832,8 +832,8 @@ let IxDateInput = class IxDateInput {
|
|
|
832
832
|
this.el = r.nativeElement;
|
|
833
833
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange']);
|
|
834
834
|
}
|
|
835
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
836
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
835
|
+
/** @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 });
|
|
836
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDateInput, isStandalone: true, 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 });
|
|
837
837
|
};
|
|
838
838
|
IxDateInput = __decorate([
|
|
839
839
|
ProxyCmp({
|
|
@@ -842,7 +842,7 @@ IxDateInput = __decorate([
|
|
|
842
842
|
methods: ['getNativeInputElement', 'focusInput']
|
|
843
843
|
})
|
|
844
844
|
], IxDateInput);
|
|
845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateInput, decorators: [{
|
|
846
846
|
type: Component,
|
|
847
847
|
args: [{
|
|
848
848
|
selector: 'ix-date-input',
|
|
@@ -862,8 +862,8 @@ let IxDatePicker = class IxDatePicker {
|
|
|
862
862
|
this.el = r.nativeElement;
|
|
863
863
|
proxyOutputs(this, this.el, ['dateChange', 'dateRangeChange', 'dateSelect']);
|
|
864
864
|
}
|
|
865
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
866
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
865
|
+
/** @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 });
|
|
866
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDatePicker, isStandalone: true, 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 });
|
|
867
867
|
};
|
|
868
868
|
IxDatePicker = __decorate([
|
|
869
869
|
ProxyCmp({
|
|
@@ -872,7 +872,7 @@ IxDatePicker = __decorate([
|
|
|
872
872
|
methods: ['getCurrentDate']
|
|
873
873
|
})
|
|
874
874
|
], IxDatePicker);
|
|
875
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatePicker, decorators: [{
|
|
876
876
|
type: Component,
|
|
877
877
|
args: [{
|
|
878
878
|
selector: 'ix-date-picker',
|
|
@@ -892,8 +892,8 @@ let IxDatetimePicker = class IxDatetimePicker {
|
|
|
892
892
|
this.el = r.nativeElement;
|
|
893
893
|
proxyOutputs(this, this.el, ['timeChange', 'dateChange', 'dateSelect']);
|
|
894
894
|
}
|
|
895
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
896
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
895
|
+
/** @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 });
|
|
896
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDatetimePicker, isStandalone: true, 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 });
|
|
897
897
|
};
|
|
898
898
|
IxDatetimePicker = __decorate([
|
|
899
899
|
ProxyCmp({
|
|
@@ -901,7 +901,7 @@ IxDatetimePicker = __decorate([
|
|
|
901
901
|
inputs: ['dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'showWeekNumbers', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
|
|
902
902
|
})
|
|
903
903
|
], IxDatetimePicker);
|
|
904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatetimePicker, decorators: [{
|
|
905
905
|
type: Component,
|
|
906
906
|
args: [{
|
|
907
907
|
selector: 'ix-datetime-picker',
|
|
@@ -920,15 +920,15 @@ let IxDivider = class IxDivider {
|
|
|
920
920
|
c.detach();
|
|
921
921
|
this.el = r.nativeElement;
|
|
922
922
|
}
|
|
923
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
924
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
923
|
+
/** @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 });
|
|
924
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDivider, isStandalone: true, selector: "ix-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
925
925
|
};
|
|
926
926
|
IxDivider = __decorate([
|
|
927
927
|
ProxyCmp({
|
|
928
928
|
defineCustomElementFn: defineCustomElement$r
|
|
929
929
|
})
|
|
930
930
|
], IxDivider);
|
|
931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDivider, decorators: [{
|
|
932
932
|
type: Component,
|
|
933
933
|
args: [{
|
|
934
934
|
selector: 'ix-divider',
|
|
@@ -948,8 +948,8 @@ let IxDrawer = class IxDrawer {
|
|
|
948
948
|
this.el = r.nativeElement;
|
|
949
949
|
proxyOutputs(this, this.el, ['open', 'drawerClose']);
|
|
950
950
|
}
|
|
951
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
952
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
951
|
+
/** @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 });
|
|
952
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDrawer, isStandalone: true, 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 });
|
|
953
953
|
};
|
|
954
954
|
IxDrawer = __decorate([
|
|
955
955
|
ProxyCmp({
|
|
@@ -958,7 +958,7 @@ IxDrawer = __decorate([
|
|
|
958
958
|
methods: ['toggleDrawer']
|
|
959
959
|
})
|
|
960
960
|
], IxDrawer);
|
|
961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDrawer, decorators: [{
|
|
962
962
|
type: Component,
|
|
963
963
|
args: [{
|
|
964
964
|
selector: 'ix-drawer',
|
|
@@ -978,8 +978,8 @@ let IxDropdown = class IxDropdown {
|
|
|
978
978
|
this.el = r.nativeElement;
|
|
979
979
|
proxyOutputs(this, this.el, ['showChanged']);
|
|
980
980
|
}
|
|
981
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
982
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
981
|
+
/** @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 });
|
|
982
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdown, isStandalone: true, 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 });
|
|
983
983
|
};
|
|
984
984
|
IxDropdown = __decorate([
|
|
985
985
|
ProxyCmp({
|
|
@@ -988,7 +988,7 @@ IxDropdown = __decorate([
|
|
|
988
988
|
methods: ['updatePosition']
|
|
989
989
|
})
|
|
990
990
|
], IxDropdown);
|
|
991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdown, decorators: [{
|
|
992
992
|
type: Component,
|
|
993
993
|
args: [{
|
|
994
994
|
selector: 'ix-dropdown',
|
|
@@ -1007,8 +1007,8 @@ let IxDropdownButton = class IxDropdownButton {
|
|
|
1007
1007
|
c.detach();
|
|
1008
1008
|
this.el = r.nativeElement;
|
|
1009
1009
|
}
|
|
1010
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1011
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1010
|
+
/** @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 });
|
|
1011
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownButton, isStandalone: true, 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 });
|
|
1012
1012
|
};
|
|
1013
1013
|
IxDropdownButton = __decorate([
|
|
1014
1014
|
ProxyCmp({
|
|
@@ -1016,7 +1016,7 @@ IxDropdownButton = __decorate([
|
|
|
1016
1016
|
inputs: ['closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'variant']
|
|
1017
1017
|
})
|
|
1018
1018
|
], IxDropdownButton);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownButton, decorators: [{
|
|
1020
1020
|
type: Component,
|
|
1021
1021
|
args: [{
|
|
1022
1022
|
selector: 'ix-dropdown-button',
|
|
@@ -1035,8 +1035,8 @@ let IxDropdownHeader = class IxDropdownHeader {
|
|
|
1035
1035
|
c.detach();
|
|
1036
1036
|
this.el = r.nativeElement;
|
|
1037
1037
|
}
|
|
1038
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1039
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1038
|
+
/** @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 });
|
|
1039
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownHeader, isStandalone: true, selector: "ix-dropdown-header", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1040
1040
|
};
|
|
1041
1041
|
IxDropdownHeader = __decorate([
|
|
1042
1042
|
ProxyCmp({
|
|
@@ -1044,7 +1044,7 @@ IxDropdownHeader = __decorate([
|
|
|
1044
1044
|
inputs: ['label']
|
|
1045
1045
|
})
|
|
1046
1046
|
], IxDropdownHeader);
|
|
1047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1047
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownHeader, decorators: [{
|
|
1048
1048
|
type: Component,
|
|
1049
1049
|
args: [{
|
|
1050
1050
|
selector: 'ix-dropdown-header',
|
|
@@ -1063,8 +1063,8 @@ let IxDropdownItem = class IxDropdownItem {
|
|
|
1063
1063
|
c.detach();
|
|
1064
1064
|
this.el = r.nativeElement;
|
|
1065
1065
|
}
|
|
1066
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1067
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1066
|
+
/** @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 });
|
|
1067
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownItem, isStandalone: true, 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 });
|
|
1068
1068
|
};
|
|
1069
1069
|
IxDropdownItem = __decorate([
|
|
1070
1070
|
ProxyCmp({
|
|
@@ -1072,7 +1072,7 @@ IxDropdownItem = __decorate([
|
|
|
1072
1072
|
inputs: ['checked', 'disabled', 'hover', 'icon', 'label']
|
|
1073
1073
|
})
|
|
1074
1074
|
], IxDropdownItem);
|
|
1075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownItem, decorators: [{
|
|
1076
1076
|
type: Component,
|
|
1077
1077
|
args: [{
|
|
1078
1078
|
selector: 'ix-dropdown-item',
|
|
@@ -1091,15 +1091,15 @@ let IxDropdownQuickActions = class IxDropdownQuickActions {
|
|
|
1091
1091
|
c.detach();
|
|
1092
1092
|
this.el = r.nativeElement;
|
|
1093
1093
|
}
|
|
1094
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1095
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1094
|
+
/** @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 });
|
|
1095
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownQuickActions, isStandalone: true, selector: "ix-dropdown-quick-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1096
1096
|
};
|
|
1097
1097
|
IxDropdownQuickActions = __decorate([
|
|
1098
1098
|
ProxyCmp({
|
|
1099
1099
|
defineCustomElementFn: defineCustomElement$x
|
|
1100
1100
|
})
|
|
1101
1101
|
], IxDropdownQuickActions);
|
|
1102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownQuickActions, decorators: [{
|
|
1103
1103
|
type: Component,
|
|
1104
1104
|
args: [{
|
|
1105
1105
|
selector: 'ix-dropdown-quick-actions',
|
|
@@ -1119,8 +1119,8 @@ let IxEmptyState = class IxEmptyState {
|
|
|
1119
1119
|
this.el = r.nativeElement;
|
|
1120
1120
|
proxyOutputs(this, this.el, ['actionClick']);
|
|
1121
1121
|
}
|
|
1122
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1123
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1122
|
+
/** @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 });
|
|
1123
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEmptyState, isStandalone: true, 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 });
|
|
1124
1124
|
};
|
|
1125
1125
|
IxEmptyState = __decorate([
|
|
1126
1126
|
ProxyCmp({
|
|
@@ -1128,7 +1128,7 @@ IxEmptyState = __decorate([
|
|
|
1128
1128
|
inputs: ['action', 'header', 'icon', 'layout', 'subHeader']
|
|
1129
1129
|
})
|
|
1130
1130
|
], IxEmptyState);
|
|
1131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEmptyState, decorators: [{
|
|
1132
1132
|
type: Component,
|
|
1133
1133
|
args: [{
|
|
1134
1134
|
selector: 'ix-empty-state',
|
|
@@ -1147,8 +1147,8 @@ let IxEventList = class IxEventList {
|
|
|
1147
1147
|
c.detach();
|
|
1148
1148
|
this.el = r.nativeElement;
|
|
1149
1149
|
}
|
|
1150
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1151
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1150
|
+
/** @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 });
|
|
1151
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEventList, isStandalone: true, 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 });
|
|
1152
1152
|
};
|
|
1153
1153
|
IxEventList = __decorate([
|
|
1154
1154
|
ProxyCmp({
|
|
@@ -1156,7 +1156,7 @@ IxEventList = __decorate([
|
|
|
1156
1156
|
inputs: ['animated', 'chevron', 'compact', 'itemHeight']
|
|
1157
1157
|
})
|
|
1158
1158
|
], IxEventList);
|
|
1159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventList, decorators: [{
|
|
1160
1160
|
type: Component,
|
|
1161
1161
|
args: [{
|
|
1162
1162
|
selector: 'ix-event-list',
|
|
@@ -1176,8 +1176,8 @@ let IxEventListItem = class IxEventListItem {
|
|
|
1176
1176
|
this.el = r.nativeElement;
|
|
1177
1177
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
1178
1178
|
}
|
|
1179
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1180
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1179
|
+
/** @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 });
|
|
1180
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEventListItem, isStandalone: true, 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 });
|
|
1181
1181
|
};
|
|
1182
1182
|
IxEventListItem = __decorate([
|
|
1183
1183
|
ProxyCmp({
|
|
@@ -1185,7 +1185,7 @@ IxEventListItem = __decorate([
|
|
|
1185
1185
|
inputs: ['chevron', 'disabled', 'itemColor', 'selected']
|
|
1186
1186
|
})
|
|
1187
1187
|
], IxEventListItem);
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventListItem, decorators: [{
|
|
1189
1189
|
type: Component,
|
|
1190
1190
|
args: [{
|
|
1191
1191
|
selector: 'ix-event-list-item',
|
|
@@ -1205,8 +1205,8 @@ let IxExpandingSearch = class IxExpandingSearch {
|
|
|
1205
1205
|
this.el = r.nativeElement;
|
|
1206
1206
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
1207
1207
|
}
|
|
1208
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1209
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1208
|
+
/** @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 });
|
|
1209
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxExpandingSearch, isStandalone: true, 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 });
|
|
1210
1210
|
};
|
|
1211
1211
|
IxExpandingSearch = __decorate([
|
|
1212
1212
|
ProxyCmp({
|
|
@@ -1214,7 +1214,7 @@ IxExpandingSearch = __decorate([
|
|
|
1214
1214
|
inputs: ['fullWidth', 'ghost', 'icon', 'outline', 'placeholder', 'value', 'variant']
|
|
1215
1215
|
})
|
|
1216
1216
|
], IxExpandingSearch);
|
|
1217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxExpandingSearch, decorators: [{
|
|
1218
1218
|
type: Component,
|
|
1219
1219
|
args: [{
|
|
1220
1220
|
selector: 'ix-expanding-search',
|
|
@@ -1233,8 +1233,8 @@ let IxFieldLabel = class IxFieldLabel {
|
|
|
1233
1233
|
c.detach();
|
|
1234
1234
|
this.el = r.nativeElement;
|
|
1235
1235
|
}
|
|
1236
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1237
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1236
|
+
/** @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 });
|
|
1237
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFieldLabel, isStandalone: true, selector: "ix-field-label", inputs: { htmlFor: "htmlFor", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1238
1238
|
};
|
|
1239
1239
|
IxFieldLabel = __decorate([
|
|
1240
1240
|
ProxyCmp({
|
|
@@ -1242,7 +1242,7 @@ IxFieldLabel = __decorate([
|
|
|
1242
1242
|
inputs: ['htmlFor', 'required']
|
|
1243
1243
|
})
|
|
1244
1244
|
], IxFieldLabel);
|
|
1245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFieldLabel, decorators: [{
|
|
1246
1246
|
type: Component,
|
|
1247
1247
|
args: [{
|
|
1248
1248
|
selector: 'ix-field-label',
|
|
@@ -1262,8 +1262,8 @@ let IxFilterChip = class IxFilterChip {
|
|
|
1262
1262
|
this.el = r.nativeElement;
|
|
1263
1263
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
1264
1264
|
}
|
|
1265
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1266
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1265
|
+
/** @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 });
|
|
1266
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFilterChip, isStandalone: true, selector: "ix-filter-chip", inputs: { disabled: "disabled", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1267
1267
|
};
|
|
1268
1268
|
IxFilterChip = __decorate([
|
|
1269
1269
|
ProxyCmp({
|
|
@@ -1271,7 +1271,7 @@ IxFilterChip = __decorate([
|
|
|
1271
1271
|
inputs: ['disabled', 'readonly']
|
|
1272
1272
|
})
|
|
1273
1273
|
], IxFilterChip);
|
|
1274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFilterChip, decorators: [{
|
|
1275
1275
|
type: Component,
|
|
1276
1276
|
args: [{
|
|
1277
1277
|
selector: 'ix-filter-chip',
|
|
@@ -1291,8 +1291,8 @@ let IxFlipTile = class IxFlipTile {
|
|
|
1291
1291
|
this.el = r.nativeElement;
|
|
1292
1292
|
proxyOutputs(this, this.el, ['toggle']);
|
|
1293
1293
|
}
|
|
1294
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1295
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1294
|
+
/** @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 });
|
|
1295
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFlipTile, isStandalone: true, 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 });
|
|
1296
1296
|
};
|
|
1297
1297
|
IxFlipTile = __decorate([
|
|
1298
1298
|
ProxyCmp({
|
|
@@ -1300,7 +1300,7 @@ IxFlipTile = __decorate([
|
|
|
1300
1300
|
inputs: ['height', 'index', 'state', 'width']
|
|
1301
1301
|
})
|
|
1302
1302
|
], IxFlipTile);
|
|
1303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTile, decorators: [{
|
|
1304
1304
|
type: Component,
|
|
1305
1305
|
args: [{
|
|
1306
1306
|
selector: 'ix-flip-tile',
|
|
@@ -1319,15 +1319,15 @@ let IxFlipTileContent = class IxFlipTileContent {
|
|
|
1319
1319
|
c.detach();
|
|
1320
1320
|
this.el = r.nativeElement;
|
|
1321
1321
|
}
|
|
1322
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1323
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1322
|
+
/** @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 });
|
|
1323
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFlipTileContent, isStandalone: true, selector: "ix-flip-tile-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1324
1324
|
};
|
|
1325
1325
|
IxFlipTileContent = __decorate([
|
|
1326
1326
|
ProxyCmp({
|
|
1327
1327
|
defineCustomElementFn: defineCustomElement$F
|
|
1328
1328
|
})
|
|
1329
1329
|
], IxFlipTileContent);
|
|
1330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTileContent, decorators: [{
|
|
1331
1331
|
type: Component,
|
|
1332
1332
|
args: [{
|
|
1333
1333
|
selector: 'ix-flip-tile-content',
|
|
@@ -1347,8 +1347,8 @@ let IxGroup = class IxGroup {
|
|
|
1347
1347
|
this.el = r.nativeElement;
|
|
1348
1348
|
proxyOutputs(this, this.el, ['selectGroup', 'selectItem', 'collapsedChanged']);
|
|
1349
1349
|
}
|
|
1350
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1351
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1350
|
+
/** @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 });
|
|
1351
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroup, isStandalone: true, 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 });
|
|
1352
1352
|
};
|
|
1353
1353
|
IxGroup = __decorate([
|
|
1354
1354
|
ProxyCmp({
|
|
@@ -1356,7 +1356,7 @@ IxGroup = __decorate([
|
|
|
1356
1356
|
inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
|
|
1357
1357
|
})
|
|
1358
1358
|
], IxGroup);
|
|
1359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroup, decorators: [{
|
|
1360
1360
|
type: Component,
|
|
1361
1361
|
args: [{
|
|
1362
1362
|
selector: 'ix-group',
|
|
@@ -1375,15 +1375,15 @@ let IxGroupContextMenu = class IxGroupContextMenu {
|
|
|
1375
1375
|
c.detach();
|
|
1376
1376
|
this.el = r.nativeElement;
|
|
1377
1377
|
}
|
|
1378
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1379
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1378
|
+
/** @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 });
|
|
1379
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroupContextMenu, isStandalone: true, selector: "ix-group-context-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1380
1380
|
};
|
|
1381
1381
|
IxGroupContextMenu = __decorate([
|
|
1382
1382
|
ProxyCmp({
|
|
1383
1383
|
defineCustomElementFn: defineCustomElement$H
|
|
1384
1384
|
})
|
|
1385
1385
|
], IxGroupContextMenu);
|
|
1386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupContextMenu, decorators: [{
|
|
1387
1387
|
type: Component,
|
|
1388
1388
|
args: [{
|
|
1389
1389
|
selector: 'ix-group-context-menu',
|
|
@@ -1403,8 +1403,8 @@ let IxGroupItem = class IxGroupItem {
|
|
|
1403
1403
|
this.el = r.nativeElement;
|
|
1404
1404
|
proxyOutputs(this, this.el, ['selectedChanged']);
|
|
1405
1405
|
}
|
|
1406
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1407
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1406
|
+
/** @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 });
|
|
1407
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroupItem, isStandalone: true, 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 });
|
|
1408
1408
|
};
|
|
1409
1409
|
IxGroupItem = __decorate([
|
|
1410
1410
|
ProxyCmp({
|
|
@@ -1412,7 +1412,7 @@ IxGroupItem = __decorate([
|
|
|
1412
1412
|
inputs: ['focusable', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
|
|
1413
1413
|
})
|
|
1414
1414
|
], IxGroupItem);
|
|
1415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupItem, decorators: [{
|
|
1416
1416
|
type: Component,
|
|
1417
1417
|
args: [{
|
|
1418
1418
|
selector: 'ix-group-item',
|
|
@@ -1431,8 +1431,8 @@ let IxHelperText = class IxHelperText {
|
|
|
1431
1431
|
c.detach();
|
|
1432
1432
|
this.el = r.nativeElement;
|
|
1433
1433
|
}
|
|
1434
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1435
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1434
|
+
/** @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 });
|
|
1435
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxHelperText, isStandalone: true, 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 });
|
|
1436
1436
|
};
|
|
1437
1437
|
IxHelperText = __decorate([
|
|
1438
1438
|
ProxyCmp({
|
|
@@ -1440,7 +1440,7 @@ IxHelperText = __decorate([
|
|
|
1440
1440
|
inputs: ['helperText', 'htmlFor', 'infoText', 'invalidText', 'validText', 'warningText']
|
|
1441
1441
|
})
|
|
1442
1442
|
], IxHelperText);
|
|
1443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxHelperText, decorators: [{
|
|
1444
1444
|
type: Component,
|
|
1445
1445
|
args: [{
|
|
1446
1446
|
selector: 'ix-helper-text',
|
|
@@ -1459,8 +1459,8 @@ let IxIconButton = class IxIconButton {
|
|
|
1459
1459
|
c.detach();
|
|
1460
1460
|
this.el = r.nativeElement;
|
|
1461
1461
|
}
|
|
1462
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1463
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1462
|
+
/** @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 });
|
|
1463
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIconButton, isStandalone: true, 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 });
|
|
1464
1464
|
};
|
|
1465
1465
|
IxIconButton = __decorate([
|
|
1466
1466
|
ProxyCmp({
|
|
@@ -1468,7 +1468,7 @@ IxIconButton = __decorate([
|
|
|
1468
1468
|
inputs: ['a11yLabel', 'disabled', 'ghost', 'icon', 'iconColor', 'loading', 'outline', 'oval', 'size', 'type', 'variant']
|
|
1469
1469
|
})
|
|
1470
1470
|
], IxIconButton);
|
|
1471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconButton, decorators: [{
|
|
1472
1472
|
type: Component,
|
|
1473
1473
|
args: [{
|
|
1474
1474
|
selector: 'ix-icon-button',
|
|
@@ -1488,8 +1488,8 @@ let IxIconToggleButton = class IxIconToggleButton {
|
|
|
1488
1488
|
this.el = r.nativeElement;
|
|
1489
1489
|
proxyOutputs(this, this.el, ['pressedChange']);
|
|
1490
1490
|
}
|
|
1491
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1492
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1491
|
+
/** @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 });
|
|
1492
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIconToggleButton, isStandalone: true, selector: "ix-icon-toggle-button", inputs: { disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", pressed: "pressed", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1493
1493
|
};
|
|
1494
1494
|
IxIconToggleButton = __decorate([
|
|
1495
1495
|
ProxyCmp({
|
|
@@ -1497,7 +1497,7 @@ IxIconToggleButton = __decorate([
|
|
|
1497
1497
|
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'size', 'variant']
|
|
1498
1498
|
})
|
|
1499
1499
|
], IxIconToggleButton);
|
|
1500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconToggleButton, decorators: [{
|
|
1501
1501
|
type: Component,
|
|
1502
1502
|
args: [{
|
|
1503
1503
|
selector: 'ix-icon-toggle-button',
|
|
@@ -1517,8 +1517,8 @@ let IxInput = class IxInput {
|
|
|
1517
1517
|
this.el = r.nativeElement;
|
|
1518
1518
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
1519
1519
|
}
|
|
1520
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1521
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1520
|
+
/** @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 });
|
|
1521
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxInput, isStandalone: true, 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 });
|
|
1522
1522
|
};
|
|
1523
1523
|
IxInput = __decorate([
|
|
1524
1524
|
ProxyCmp({
|
|
@@ -1527,7 +1527,7 @@ IxInput = __decorate([
|
|
|
1527
1527
|
methods: ['getNativeInputElement', 'focusInput']
|
|
1528
1528
|
})
|
|
1529
1529
|
], IxInput);
|
|
1530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInput, decorators: [{
|
|
1531
1531
|
type: Component,
|
|
1532
1532
|
args: [{
|
|
1533
1533
|
selector: 'ix-input',
|
|
@@ -1546,15 +1546,15 @@ let IxInputGroup = class IxInputGroup {
|
|
|
1546
1546
|
c.detach();
|
|
1547
1547
|
this.el = r.nativeElement;
|
|
1548
1548
|
}
|
|
1549
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1550
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1549
|
+
/** @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 });
|
|
1550
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxInputGroup, isStandalone: true, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1551
1551
|
};
|
|
1552
1552
|
IxInputGroup = __decorate([
|
|
1553
1553
|
ProxyCmp({
|
|
1554
1554
|
defineCustomElementFn: defineCustomElement$N
|
|
1555
1555
|
})
|
|
1556
1556
|
], IxInputGroup);
|
|
1557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInputGroup, decorators: [{
|
|
1558
1558
|
type: Component,
|
|
1559
1559
|
args: [{
|
|
1560
1560
|
selector: 'ix-input-group',
|
|
@@ -1573,8 +1573,8 @@ let IxKeyValue = class IxKeyValue {
|
|
|
1573
1573
|
c.detach();
|
|
1574
1574
|
this.el = r.nativeElement;
|
|
1575
1575
|
}
|
|
1576
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1577
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1576
|
+
/** @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 });
|
|
1577
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKeyValue, isStandalone: true, 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 });
|
|
1578
1578
|
};
|
|
1579
1579
|
IxKeyValue = __decorate([
|
|
1580
1580
|
ProxyCmp({
|
|
@@ -1582,7 +1582,7 @@ IxKeyValue = __decorate([
|
|
|
1582
1582
|
inputs: ['icon', 'label', 'labelPosition', 'value']
|
|
1583
1583
|
})
|
|
1584
1584
|
], IxKeyValue);
|
|
1585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValue, decorators: [{
|
|
1586
1586
|
type: Component,
|
|
1587
1587
|
args: [{
|
|
1588
1588
|
selector: 'ix-key-value',
|
|
@@ -1601,8 +1601,8 @@ let IxKeyValueList = class IxKeyValueList {
|
|
|
1601
1601
|
c.detach();
|
|
1602
1602
|
this.el = r.nativeElement;
|
|
1603
1603
|
}
|
|
1604
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1605
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1604
|
+
/** @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 });
|
|
1605
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKeyValueList, isStandalone: true, selector: "ix-key-value-list", inputs: { striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1606
1606
|
};
|
|
1607
1607
|
IxKeyValueList = __decorate([
|
|
1608
1608
|
ProxyCmp({
|
|
@@ -1610,7 +1610,7 @@ IxKeyValueList = __decorate([
|
|
|
1610
1610
|
inputs: ['striped']
|
|
1611
1611
|
})
|
|
1612
1612
|
], IxKeyValueList);
|
|
1613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValueList, decorators: [{
|
|
1614
1614
|
type: Component,
|
|
1615
1615
|
args: [{
|
|
1616
1616
|
selector: 'ix-key-value-list',
|
|
@@ -1629,8 +1629,8 @@ let IxKpi = class IxKpi {
|
|
|
1629
1629
|
c.detach();
|
|
1630
1630
|
this.el = r.nativeElement;
|
|
1631
1631
|
}
|
|
1632
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1633
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1632
|
+
/** @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 });
|
|
1633
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKpi, isStandalone: true, 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 });
|
|
1634
1634
|
};
|
|
1635
1635
|
IxKpi = __decorate([
|
|
1636
1636
|
ProxyCmp({
|
|
@@ -1638,7 +1638,7 @@ IxKpi = __decorate([
|
|
|
1638
1638
|
inputs: ['label', 'orientation', 'state', 'unit', 'value']
|
|
1639
1639
|
})
|
|
1640
1640
|
], IxKpi);
|
|
1641
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKpi, decorators: [{
|
|
1642
1642
|
type: Component,
|
|
1643
1643
|
args: [{
|
|
1644
1644
|
selector: 'ix-kpi',
|
|
@@ -1657,8 +1657,8 @@ let IxLayoutAuto = class IxLayoutAuto {
|
|
|
1657
1657
|
c.detach();
|
|
1658
1658
|
this.el = r.nativeElement;
|
|
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: IxLayoutAuto, 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: IxLayoutAuto, isStandalone: true, selector: "ix-layout-auto", inputs: { layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1662
1662
|
};
|
|
1663
1663
|
IxLayoutAuto = __decorate([
|
|
1664
1664
|
ProxyCmp({
|
|
@@ -1666,7 +1666,7 @@ IxLayoutAuto = __decorate([
|
|
|
1666
1666
|
inputs: ['layout']
|
|
1667
1667
|
})
|
|
1668
1668
|
], IxLayoutAuto);
|
|
1669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutAuto, decorators: [{
|
|
1670
1670
|
type: Component,
|
|
1671
1671
|
args: [{
|
|
1672
1672
|
selector: 'ix-layout-auto',
|
|
@@ -1685,8 +1685,8 @@ let IxLayoutGrid = class IxLayoutGrid {
|
|
|
1685
1685
|
c.detach();
|
|
1686
1686
|
this.el = r.nativeElement;
|
|
1687
1687
|
}
|
|
1688
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1689
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1688
|
+
/** @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 });
|
|
1689
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLayoutGrid, isStandalone: true, selector: "ix-layout-grid", inputs: { columns: "columns", gap: "gap", noMargin: "noMargin" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1690
1690
|
};
|
|
1691
1691
|
IxLayoutGrid = __decorate([
|
|
1692
1692
|
ProxyCmp({
|
|
@@ -1694,7 +1694,7 @@ IxLayoutGrid = __decorate([
|
|
|
1694
1694
|
inputs: ['columns', 'gap', 'noMargin']
|
|
1695
1695
|
})
|
|
1696
1696
|
], IxLayoutGrid);
|
|
1697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutGrid, decorators: [{
|
|
1698
1698
|
type: Component,
|
|
1699
1699
|
args: [{
|
|
1700
1700
|
selector: 'ix-layout-grid',
|
|
@@ -1713,8 +1713,8 @@ let IxLinkButton = class IxLinkButton {
|
|
|
1713
1713
|
c.detach();
|
|
1714
1714
|
this.el = r.nativeElement;
|
|
1715
1715
|
}
|
|
1716
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1717
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1716
|
+
/** @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 });
|
|
1717
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLinkButton, isStandalone: true, selector: "ix-link-button", inputs: { disabled: "disabled", target: "target", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1718
1718
|
};
|
|
1719
1719
|
IxLinkButton = __decorate([
|
|
1720
1720
|
ProxyCmp({
|
|
@@ -1722,7 +1722,7 @@ IxLinkButton = __decorate([
|
|
|
1722
1722
|
inputs: ['disabled', 'target', 'url']
|
|
1723
1723
|
})
|
|
1724
1724
|
], IxLinkButton);
|
|
1725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLinkButton, decorators: [{
|
|
1726
1726
|
type: Component,
|
|
1727
1727
|
args: [{
|
|
1728
1728
|
selector: 'ix-link-button',
|
|
@@ -1742,8 +1742,8 @@ let IxMapNavigation = class IxMapNavigation {
|
|
|
1742
1742
|
this.el = r.nativeElement;
|
|
1743
1743
|
proxyOutputs(this, this.el, ['navigationToggled', 'contextMenuClick']);
|
|
1744
1744
|
}
|
|
1745
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1746
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1745
|
+
/** @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 });
|
|
1746
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigation, isStandalone: true, selector: "ix-map-navigation", inputs: { applicationName: "applicationName", hideContextMenu: "hideContextMenu", navigationTitle: "navigationTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1747
1747
|
};
|
|
1748
1748
|
IxMapNavigation = __decorate([
|
|
1749
1749
|
ProxyCmp({
|
|
@@ -1752,7 +1752,7 @@ IxMapNavigation = __decorate([
|
|
|
1752
1752
|
methods: ['toggleSidebar', 'openOverlay', 'closeOverlay']
|
|
1753
1753
|
})
|
|
1754
1754
|
], IxMapNavigation);
|
|
1755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigation, decorators: [{
|
|
1756
1756
|
type: Component,
|
|
1757
1757
|
args: [{
|
|
1758
1758
|
selector: 'ix-map-navigation',
|
|
@@ -1772,8 +1772,8 @@ let IxMapNavigationOverlay = class IxMapNavigationOverlay {
|
|
|
1772
1772
|
this.el = r.nativeElement;
|
|
1773
1773
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
1774
1774
|
}
|
|
1775
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1776
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1775
|
+
/** @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 });
|
|
1776
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigationOverlay, isStandalone: true, 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 });
|
|
1777
1777
|
};
|
|
1778
1778
|
IxMapNavigationOverlay = __decorate([
|
|
1779
1779
|
ProxyCmp({
|
|
@@ -1781,7 +1781,7 @@ IxMapNavigationOverlay = __decorate([
|
|
|
1781
1781
|
inputs: ['color', 'icon', 'iconColor', 'name']
|
|
1782
1782
|
})
|
|
1783
1783
|
], IxMapNavigationOverlay);
|
|
1784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigationOverlay, decorators: [{
|
|
1785
1785
|
type: Component,
|
|
1786
1786
|
args: [{
|
|
1787
1787
|
selector: 'ix-map-navigation-overlay',
|
|
@@ -1801,8 +1801,8 @@ let IxMenu = class IxMenu {
|
|
|
1801
1801
|
this.el = r.nativeElement;
|
|
1802
1802
|
proxyOutputs(this, this.el, ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout']);
|
|
1803
1803
|
}
|
|
1804
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1805
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1804
|
+
/** @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 });
|
|
1805
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenu, isStandalone: true, 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 });
|
|
1806
1806
|
};
|
|
1807
1807
|
IxMenu = __decorate([
|
|
1808
1808
|
ProxyCmp({
|
|
@@ -1811,7 +1811,7 @@ IxMenu = __decorate([
|
|
|
1811
1811
|
methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
|
|
1812
1812
|
})
|
|
1813
1813
|
], IxMenu);
|
|
1814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenu, decorators: [{
|
|
1815
1815
|
type: Component,
|
|
1816
1816
|
args: [{
|
|
1817
1817
|
selector: 'ix-menu',
|
|
@@ -1831,8 +1831,8 @@ let IxMenuAbout = class IxMenuAbout {
|
|
|
1831
1831
|
this.el = r.nativeElement;
|
|
1832
1832
|
proxyOutputs(this, this.el, ['tabChange', 'close']);
|
|
1833
1833
|
}
|
|
1834
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1835
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1834
|
+
/** @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 });
|
|
1835
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAbout, isStandalone: true, selector: "ix-menu-about", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1836
1836
|
};
|
|
1837
1837
|
IxMenuAbout = __decorate([
|
|
1838
1838
|
ProxyCmp({
|
|
@@ -1840,7 +1840,7 @@ IxMenuAbout = __decorate([
|
|
|
1840
1840
|
inputs: ['activeTabLabel', 'label']
|
|
1841
1841
|
})
|
|
1842
1842
|
], IxMenuAbout);
|
|
1843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAbout, decorators: [{
|
|
1844
1844
|
type: Component,
|
|
1845
1845
|
args: [{
|
|
1846
1846
|
selector: 'ix-menu-about',
|
|
@@ -1860,8 +1860,8 @@ let IxMenuAboutItem = class IxMenuAboutItem {
|
|
|
1860
1860
|
this.el = r.nativeElement;
|
|
1861
1861
|
proxyOutputs(this, this.el, ['labelChange']);
|
|
1862
1862
|
}
|
|
1863
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1864
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1863
|
+
/** @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 });
|
|
1864
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAboutItem, isStandalone: true, selector: "ix-menu-about-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1865
1865
|
};
|
|
1866
1866
|
IxMenuAboutItem = __decorate([
|
|
1867
1867
|
ProxyCmp({
|
|
@@ -1869,7 +1869,7 @@ IxMenuAboutItem = __decorate([
|
|
|
1869
1869
|
inputs: ['label']
|
|
1870
1870
|
})
|
|
1871
1871
|
], IxMenuAboutItem);
|
|
1872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutItem, decorators: [{
|
|
1873
1873
|
type: Component,
|
|
1874
1874
|
args: [{
|
|
1875
1875
|
selector: 'ix-menu-about-item',
|
|
@@ -1889,8 +1889,8 @@ let IxMenuAboutNews = class IxMenuAboutNews {
|
|
|
1889
1889
|
this.el = r.nativeElement;
|
|
1890
1890
|
proxyOutputs(this, this.el, ['showMore', 'closePopover']);
|
|
1891
1891
|
}
|
|
1892
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1893
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1892
|
+
/** @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 });
|
|
1893
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAboutNews, isStandalone: true, 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 });
|
|
1894
1894
|
};
|
|
1895
1895
|
IxMenuAboutNews = __decorate([
|
|
1896
1896
|
ProxyCmp({
|
|
@@ -1898,7 +1898,7 @@ IxMenuAboutNews = __decorate([
|
|
|
1898
1898
|
inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'offsetBottom', 'show']
|
|
1899
1899
|
})
|
|
1900
1900
|
], IxMenuAboutNews);
|
|
1901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutNews, decorators: [{
|
|
1902
1902
|
type: Component,
|
|
1903
1903
|
args: [{
|
|
1904
1904
|
selector: 'ix-menu-about-news',
|
|
@@ -1918,8 +1918,8 @@ let IxMenuAvatar = class IxMenuAvatar {
|
|
|
1918
1918
|
this.el = r.nativeElement;
|
|
1919
1919
|
proxyOutputs(this, this.el, ['logoutClick']);
|
|
1920
1920
|
}
|
|
1921
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1922
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1921
|
+
/** @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 });
|
|
1922
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAvatar, isStandalone: true, 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 });
|
|
1923
1923
|
};
|
|
1924
1924
|
IxMenuAvatar = __decorate([
|
|
1925
1925
|
ProxyCmp({
|
|
@@ -1927,7 +1927,7 @@ IxMenuAvatar = __decorate([
|
|
|
1927
1927
|
inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'showLogoutButton', 'top']
|
|
1928
1928
|
})
|
|
1929
1929
|
], IxMenuAvatar);
|
|
1930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatar, decorators: [{
|
|
1931
1931
|
type: Component,
|
|
1932
1932
|
args: [{
|
|
1933
1933
|
selector: 'ix-menu-avatar',
|
|
@@ -1947,8 +1947,8 @@ let IxMenuAvatarItem = class IxMenuAvatarItem {
|
|
|
1947
1947
|
this.el = r.nativeElement;
|
|
1948
1948
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
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: IxMenuAvatarItem, 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: IxMenuAvatarItem, isStandalone: true, selector: "ix-menu-avatar-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1952
1952
|
};
|
|
1953
1953
|
IxMenuAvatarItem = __decorate([
|
|
1954
1954
|
ProxyCmp({
|
|
@@ -1956,7 +1956,7 @@ IxMenuAvatarItem = __decorate([
|
|
|
1956
1956
|
inputs: ['icon', 'label']
|
|
1957
1957
|
})
|
|
1958
1958
|
], IxMenuAvatarItem);
|
|
1959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatarItem, decorators: [{
|
|
1960
1960
|
type: Component,
|
|
1961
1961
|
args: [{
|
|
1962
1962
|
selector: 'ix-menu-avatar-item',
|
|
@@ -1975,8 +1975,8 @@ let IxMenuCategory = class IxMenuCategory {
|
|
|
1975
1975
|
c.detach();
|
|
1976
1976
|
this.el = r.nativeElement;
|
|
1977
1977
|
}
|
|
1978
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1979
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1978
|
+
/** @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 });
|
|
1979
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuCategory, isStandalone: true, selector: "ix-menu-category", inputs: { icon: "icon", label: "label", notifications: "notifications" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1980
1980
|
};
|
|
1981
1981
|
IxMenuCategory = __decorate([
|
|
1982
1982
|
ProxyCmp({
|
|
@@ -1984,7 +1984,7 @@ IxMenuCategory = __decorate([
|
|
|
1984
1984
|
inputs: ['icon', 'label', 'notifications']
|
|
1985
1985
|
})
|
|
1986
1986
|
], IxMenuCategory);
|
|
1987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuCategory, decorators: [{
|
|
1988
1988
|
type: Component,
|
|
1989
1989
|
args: [{
|
|
1990
1990
|
selector: 'ix-menu-category',
|
|
@@ -2003,8 +2003,8 @@ let IxMenuItem = class IxMenuItem {
|
|
|
2003
2003
|
c.detach();
|
|
2004
2004
|
this.el = r.nativeElement;
|
|
2005
2005
|
}
|
|
2006
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2007
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2006
|
+
/** @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 });
|
|
2007
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuItem, isStandalone: true, 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 });
|
|
2008
2008
|
};
|
|
2009
2009
|
IxMenuItem = __decorate([
|
|
2010
2010
|
ProxyCmp({
|
|
@@ -2012,7 +2012,7 @@ IxMenuItem = __decorate([
|
|
|
2012
2012
|
inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications']
|
|
2013
2013
|
})
|
|
2014
2014
|
], IxMenuItem);
|
|
2015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuItem, decorators: [{
|
|
2016
2016
|
type: Component,
|
|
2017
2017
|
args: [{
|
|
2018
2018
|
selector: 'ix-menu-item',
|
|
@@ -2032,8 +2032,8 @@ let IxMenuSettings = class IxMenuSettings {
|
|
|
2032
2032
|
this.el = r.nativeElement;
|
|
2033
2033
|
proxyOutputs(this, this.el, ['tabChange', 'close']);
|
|
2034
2034
|
}
|
|
2035
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2036
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2035
|
+
/** @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 });
|
|
2036
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuSettings, isStandalone: true, selector: "ix-menu-settings", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2037
2037
|
};
|
|
2038
2038
|
IxMenuSettings = __decorate([
|
|
2039
2039
|
ProxyCmp({
|
|
@@ -2041,7 +2041,7 @@ IxMenuSettings = __decorate([
|
|
|
2041
2041
|
inputs: ['activeTabLabel', 'label']
|
|
2042
2042
|
})
|
|
2043
2043
|
], IxMenuSettings);
|
|
2044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettings, decorators: [{
|
|
2045
2045
|
type: Component,
|
|
2046
2046
|
args: [{
|
|
2047
2047
|
selector: 'ix-menu-settings',
|
|
@@ -2061,8 +2061,8 @@ let IxMenuSettingsItem = class IxMenuSettingsItem {
|
|
|
2061
2061
|
this.el = r.nativeElement;
|
|
2062
2062
|
proxyOutputs(this, this.el, ['labelChange']);
|
|
2063
2063
|
}
|
|
2064
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2065
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2064
|
+
/** @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 });
|
|
2065
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuSettingsItem, isStandalone: true, selector: "ix-menu-settings-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2066
2066
|
};
|
|
2067
2067
|
IxMenuSettingsItem = __decorate([
|
|
2068
2068
|
ProxyCmp({
|
|
@@ -2070,7 +2070,7 @@ IxMenuSettingsItem = __decorate([
|
|
|
2070
2070
|
inputs: ['label']
|
|
2071
2071
|
})
|
|
2072
2072
|
], IxMenuSettingsItem);
|
|
2073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettingsItem, decorators: [{
|
|
2074
2074
|
type: Component,
|
|
2075
2075
|
args: [{
|
|
2076
2076
|
selector: 'ix-menu-settings-item',
|
|
@@ -2090,8 +2090,8 @@ let IxMessageBar = class IxMessageBar {
|
|
|
2090
2090
|
this.el = r.nativeElement;
|
|
2091
2091
|
proxyOutputs(this, this.el, ['closedChange', 'closeAnimationCompleted']);
|
|
2092
2092
|
}
|
|
2093
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2094
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2093
|
+
/** @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 });
|
|
2094
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMessageBar, isStandalone: true, selector: "ix-message-bar", inputs: { dismissible: "dismissible", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2095
2095
|
};
|
|
2096
2096
|
IxMessageBar = __decorate([
|
|
2097
2097
|
ProxyCmp({
|
|
@@ -2099,7 +2099,7 @@ IxMessageBar = __decorate([
|
|
|
2099
2099
|
inputs: ['dismissible', 'type']
|
|
2100
2100
|
})
|
|
2101
2101
|
], IxMessageBar);
|
|
2102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMessageBar, decorators: [{
|
|
2103
2103
|
type: Component,
|
|
2104
2104
|
args: [{
|
|
2105
2105
|
selector: 'ix-message-bar',
|
|
@@ -2119,8 +2119,8 @@ let IxModal = class IxModal {
|
|
|
2119
2119
|
this.el = r.nativeElement;
|
|
2120
2120
|
proxyOutputs(this, this.el, ['dialogClose', 'dialogDismiss']);
|
|
2121
2121
|
}
|
|
2122
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2123
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2122
|
+
/** @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 });
|
|
2123
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModal, isStandalone: true, 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 });
|
|
2124
2124
|
};
|
|
2125
2125
|
IxModal = __decorate([
|
|
2126
2126
|
ProxyCmp({
|
|
@@ -2129,7 +2129,7 @@ IxModal = __decorate([
|
|
|
2129
2129
|
methods: ['showModal', 'dismissModal', 'closeModal']
|
|
2130
2130
|
})
|
|
2131
2131
|
], IxModal);
|
|
2132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModal, decorators: [{
|
|
2133
2133
|
type: Component,
|
|
2134
2134
|
args: [{
|
|
2135
2135
|
selector: 'ix-modal',
|
|
@@ -2148,15 +2148,15 @@ let IxModalContent = class IxModalContent {
|
|
|
2148
2148
|
c.detach();
|
|
2149
2149
|
this.el = r.nativeElement;
|
|
2150
2150
|
}
|
|
2151
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2152
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2151
|
+
/** @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 });
|
|
2152
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalContent, isStandalone: true, selector: "ix-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2153
2153
|
};
|
|
2154
2154
|
IxModalContent = __decorate([
|
|
2155
2155
|
ProxyCmp({
|
|
2156
2156
|
defineCustomElementFn: defineCustomElement$16
|
|
2157
2157
|
})
|
|
2158
2158
|
], IxModalContent);
|
|
2159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2159
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalContent, decorators: [{
|
|
2160
2160
|
type: Component,
|
|
2161
2161
|
args: [{
|
|
2162
2162
|
selector: 'ix-modal-content',
|
|
@@ -2175,15 +2175,15 @@ let IxModalFooter = class IxModalFooter {
|
|
|
2175
2175
|
c.detach();
|
|
2176
2176
|
this.el = r.nativeElement;
|
|
2177
2177
|
}
|
|
2178
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2179
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2178
|
+
/** @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 });
|
|
2179
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalFooter, isStandalone: true, selector: "ix-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2180
2180
|
};
|
|
2181
2181
|
IxModalFooter = __decorate([
|
|
2182
2182
|
ProxyCmp({
|
|
2183
2183
|
defineCustomElementFn: defineCustomElement$17
|
|
2184
2184
|
})
|
|
2185
2185
|
], IxModalFooter);
|
|
2186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalFooter, decorators: [{
|
|
2187
2187
|
type: Component,
|
|
2188
2188
|
args: [{
|
|
2189
2189
|
selector: 'ix-modal-footer',
|
|
@@ -2203,8 +2203,8 @@ let IxModalHeader = class IxModalHeader {
|
|
|
2203
2203
|
this.el = r.nativeElement;
|
|
2204
2204
|
proxyOutputs(this, this.el, ['closeClick']);
|
|
2205
2205
|
}
|
|
2206
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2206
|
+
/** @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 });
|
|
2207
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalHeader, isStandalone: true, selector: "ix-modal-header", inputs: { hideClose: "hideClose", icon: "icon", iconColor: "iconColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2208
2208
|
};
|
|
2209
2209
|
IxModalHeader = __decorate([
|
|
2210
2210
|
ProxyCmp({
|
|
@@ -2212,7 +2212,7 @@ IxModalHeader = __decorate([
|
|
|
2212
2212
|
inputs: ['hideClose', 'icon', 'iconColor']
|
|
2213
2213
|
})
|
|
2214
2214
|
], IxModalHeader);
|
|
2215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalHeader, decorators: [{
|
|
2216
2216
|
type: Component,
|
|
2217
2217
|
args: [{
|
|
2218
2218
|
selector: 'ix-modal-header',
|
|
@@ -2232,8 +2232,8 @@ let IxNumberInput = class IxNumberInput {
|
|
|
2232
2232
|
this.el = r.nativeElement;
|
|
2233
2233
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
2234
2234
|
}
|
|
2235
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2236
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2235
|
+
/** @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 });
|
|
2236
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxNumberInput, isStandalone: true, 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", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2237
2237
|
};
|
|
2238
2238
|
IxNumberInput = __decorate([
|
|
2239
2239
|
ProxyCmp({
|
|
@@ -2242,7 +2242,7 @@ IxNumberInput = __decorate([
|
|
|
2242
2242
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2243
2243
|
})
|
|
2244
2244
|
], IxNumberInput);
|
|
2245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxNumberInput, decorators: [{
|
|
2246
2246
|
type: Component,
|
|
2247
2247
|
args: [{
|
|
2248
2248
|
selector: 'ix-number-input',
|
|
@@ -2262,8 +2262,8 @@ let IxPagination = class IxPagination {
|
|
|
2262
2262
|
this.el = r.nativeElement;
|
|
2263
2263
|
proxyOutputs(this, this.el, ['pageSelected', 'itemCountChanged']);
|
|
2264
2264
|
}
|
|
2265
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2266
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2265
|
+
/** @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 });
|
|
2266
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPagination, isStandalone: true, 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 });
|
|
2267
2267
|
};
|
|
2268
2268
|
IxPagination = __decorate([
|
|
2269
2269
|
ProxyCmp({
|
|
@@ -2271,7 +2271,7 @@ IxPagination = __decorate([
|
|
|
2271
2271
|
inputs: ['advanced', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage', 'showItemCount']
|
|
2272
2272
|
})
|
|
2273
2273
|
], IxPagination);
|
|
2274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPagination, decorators: [{
|
|
2275
2275
|
type: Component,
|
|
2276
2276
|
args: [{
|
|
2277
2277
|
selector: 'ix-pagination',
|
|
@@ -2291,8 +2291,8 @@ let IxPane = class IxPane {
|
|
|
2291
2291
|
this.el = r.nativeElement;
|
|
2292
2292
|
proxyOutputs(this, this.el, ['expandedChanged', 'variantChanged', 'borderlessChanged']);
|
|
2293
2293
|
}
|
|
2294
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2295
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2294
|
+
/** @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 });
|
|
2295
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPane, isStandalone: true, 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 });
|
|
2296
2296
|
};
|
|
2297
2297
|
IxPane = __decorate([
|
|
2298
2298
|
ProxyCmp({
|
|
@@ -2300,7 +2300,7 @@ IxPane = __decorate([
|
|
|
2300
2300
|
inputs: ['borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
|
|
2301
2301
|
})
|
|
2302
2302
|
], IxPane);
|
|
2303
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPane, decorators: [{
|
|
2304
2304
|
type: Component,
|
|
2305
2305
|
args: [{
|
|
2306
2306
|
selector: 'ix-pane',
|
|
@@ -2319,8 +2319,8 @@ let IxPaneLayout = class IxPaneLayout {
|
|
|
2319
2319
|
c.detach();
|
|
2320
2320
|
this.el = r.nativeElement;
|
|
2321
2321
|
}
|
|
2322
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2323
|
-
/** @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: IxPaneLayout, 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: IxPaneLayout, isStandalone: true, selector: "ix-pane-layout", inputs: { borderless: "borderless", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2324
2324
|
};
|
|
2325
2325
|
IxPaneLayout = __decorate([
|
|
2326
2326
|
ProxyCmp({
|
|
@@ -2328,7 +2328,7 @@ IxPaneLayout = __decorate([
|
|
|
2328
2328
|
inputs: ['borderless', 'layout', 'variant']
|
|
2329
2329
|
})
|
|
2330
2330
|
], IxPaneLayout);
|
|
2331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPaneLayout, decorators: [{
|
|
2332
2332
|
type: Component,
|
|
2333
2333
|
args: [{
|
|
2334
2334
|
selector: 'ix-pane-layout',
|
|
@@ -2347,8 +2347,8 @@ let IxPill = class IxPill {
|
|
|
2347
2347
|
c.detach();
|
|
2348
2348
|
this.el = r.nativeElement;
|
|
2349
2349
|
}
|
|
2350
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2351
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2350
|
+
/** @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 });
|
|
2351
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPill, isStandalone: true, 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 });
|
|
2352
2352
|
};
|
|
2353
2353
|
IxPill = __decorate([
|
|
2354
2354
|
ProxyCmp({
|
|
@@ -2356,7 +2356,7 @@ IxPill = __decorate([
|
|
|
2356
2356
|
inputs: ['alignLeft', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant']
|
|
2357
2357
|
})
|
|
2358
2358
|
], IxPill);
|
|
2359
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPill, decorators: [{
|
|
2360
2360
|
type: Component,
|
|
2361
2361
|
args: [{
|
|
2362
2362
|
selector: 'ix-pill',
|
|
@@ -2375,8 +2375,8 @@ let IxPushCard = class IxPushCard {
|
|
|
2375
2375
|
c.detach();
|
|
2376
2376
|
this.el = r.nativeElement;
|
|
2377
2377
|
}
|
|
2378
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2379
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2378
|
+
/** @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 });
|
|
2379
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPushCard, isStandalone: true, 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 });
|
|
2380
2380
|
};
|
|
2381
2381
|
IxPushCard = __decorate([
|
|
2382
2382
|
ProxyCmp({
|
|
@@ -2384,7 +2384,7 @@ IxPushCard = __decorate([
|
|
|
2384
2384
|
inputs: ['collapse', 'heading', 'icon', 'notification', 'subheading', 'variant']
|
|
2385
2385
|
})
|
|
2386
2386
|
], IxPushCard);
|
|
2387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPushCard, decorators: [{
|
|
2388
2388
|
type: Component,
|
|
2389
2389
|
args: [{
|
|
2390
2390
|
selector: 'ix-push-card',
|
|
@@ -2404,8 +2404,8 @@ let IxRadio = class IxRadio {
|
|
|
2404
2404
|
this.el = r.nativeElement;
|
|
2405
2405
|
proxyOutputs(this, this.el, ['checkedChange', 'valueChange']);
|
|
2406
2406
|
}
|
|
2407
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2408
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2407
|
+
/** @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 });
|
|
2408
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadio, isStandalone: true, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2409
2409
|
};
|
|
2410
2410
|
IxRadio = __decorate([
|
|
2411
2411
|
ProxyCmp({
|
|
@@ -2413,7 +2413,7 @@ IxRadio = __decorate([
|
|
|
2413
2413
|
inputs: ['checked', 'disabled', 'label', 'name', 'value']
|
|
2414
2414
|
})
|
|
2415
2415
|
], IxRadio);
|
|
2416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, decorators: [{
|
|
2417
2417
|
type: Component,
|
|
2418
2418
|
args: [{
|
|
2419
2419
|
selector: 'ix-radio',
|
|
@@ -2433,8 +2433,8 @@ let IxRadioGroup = class IxRadioGroup {
|
|
|
2433
2433
|
this.el = r.nativeElement;
|
|
2434
2434
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
2435
2435
|
}
|
|
2436
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2437
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2436
|
+
/** @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 });
|
|
2437
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadioGroup, isStandalone: true, 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 });
|
|
2438
2438
|
};
|
|
2439
2439
|
IxRadioGroup = __decorate([
|
|
2440
2440
|
ProxyCmp({
|
|
@@ -2442,7 +2442,7 @@ IxRadioGroup = __decorate([
|
|
|
2442
2442
|
inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'value', 'warningText']
|
|
2443
2443
|
})
|
|
2444
2444
|
], IxRadioGroup);
|
|
2445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioGroup, decorators: [{
|
|
2446
2446
|
type: Component,
|
|
2447
2447
|
args: [{
|
|
2448
2448
|
selector: 'ix-radio-group',
|
|
@@ -2461,15 +2461,15 @@ let IxRow = class IxRow {
|
|
|
2461
2461
|
c.detach();
|
|
2462
2462
|
this.el = r.nativeElement;
|
|
2463
2463
|
}
|
|
2464
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2465
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2464
|
+
/** @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 });
|
|
2465
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRow, isStandalone: true, selector: "ix-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2466
2466
|
};
|
|
2467
2467
|
IxRow = __decorate([
|
|
2468
2468
|
ProxyCmp({
|
|
2469
2469
|
defineCustomElementFn: defineCustomElement$1h
|
|
2470
2470
|
})
|
|
2471
2471
|
], IxRow);
|
|
2472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRow, decorators: [{
|
|
2473
2473
|
type: Component,
|
|
2474
2474
|
args: [{
|
|
2475
2475
|
selector: 'ix-row',
|
|
@@ -2489,8 +2489,8 @@ let IxSelect = class IxSelect {
|
|
|
2489
2489
|
this.el = r.nativeElement;
|
|
2490
2490
|
proxyOutputs(this, this.el, ['valueChange', 'inputChange', 'addItem', 'ixBlur']);
|
|
2491
2491
|
}
|
|
2492
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2493
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2492
|
+
/** @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 });
|
|
2493
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSelect, isStandalone: true, 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 });
|
|
2494
2494
|
};
|
|
2495
2495
|
IxSelect = __decorate([
|
|
2496
2496
|
ProxyCmp({
|
|
@@ -2499,7 +2499,7 @@ IxSelect = __decorate([
|
|
|
2499
2499
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2500
2500
|
})
|
|
2501
2501
|
], IxSelect);
|
|
2502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelect, decorators: [{
|
|
2503
2503
|
type: Component,
|
|
2504
2504
|
args: [{
|
|
2505
2505
|
selector: 'ix-select',
|
|
@@ -2519,8 +2519,8 @@ let IxSelectItem = class IxSelectItem {
|
|
|
2519
2519
|
this.el = r.nativeElement;
|
|
2520
2520
|
proxyOutputs(this, this.el, ['itemClick']);
|
|
2521
2521
|
}
|
|
2522
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2523
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2522
|
+
/** @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 });
|
|
2523
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSelectItem, isStandalone: true, selector: "ix-select-item", inputs: { label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2524
2524
|
};
|
|
2525
2525
|
IxSelectItem = __decorate([
|
|
2526
2526
|
ProxyCmp({
|
|
@@ -2528,7 +2528,7 @@ IxSelectItem = __decorate([
|
|
|
2528
2528
|
inputs: ['label', 'selected', 'value']
|
|
2529
2529
|
})
|
|
2530
2530
|
], IxSelectItem);
|
|
2531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectItem, decorators: [{
|
|
2532
2532
|
type: Component,
|
|
2533
2533
|
args: [{
|
|
2534
2534
|
selector: 'ix-select-item',
|
|
@@ -2548,8 +2548,8 @@ let IxSlider = class IxSlider {
|
|
|
2548
2548
|
this.el = r.nativeElement;
|
|
2549
2549
|
proxyOutputs(this, this.el, ['valueChange']);
|
|
2550
2550
|
}
|
|
2551
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2552
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2551
|
+
/** @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 });
|
|
2552
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSlider, isStandalone: true, 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 });
|
|
2553
2553
|
};
|
|
2554
2554
|
IxSlider = __decorate([
|
|
2555
2555
|
ProxyCmp({
|
|
@@ -2557,7 +2557,7 @@ IxSlider = __decorate([
|
|
|
2557
2557
|
inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value']
|
|
2558
2558
|
})
|
|
2559
2559
|
], IxSlider);
|
|
2560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSlider, decorators: [{
|
|
2561
2561
|
type: Component,
|
|
2562
2562
|
args: [{
|
|
2563
2563
|
selector: 'ix-slider',
|
|
@@ -2576,8 +2576,8 @@ let IxSpinner = class IxSpinner {
|
|
|
2576
2576
|
c.detach();
|
|
2577
2577
|
this.el = r.nativeElement;
|
|
2578
2578
|
}
|
|
2579
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2580
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2579
|
+
/** @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 });
|
|
2580
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSpinner, isStandalone: true, selector: "ix-spinner", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2581
2581
|
};
|
|
2582
2582
|
IxSpinner = __decorate([
|
|
2583
2583
|
ProxyCmp({
|
|
@@ -2585,7 +2585,7 @@ IxSpinner = __decorate([
|
|
|
2585
2585
|
inputs: ['size', 'variant']
|
|
2586
2586
|
})
|
|
2587
2587
|
], IxSpinner);
|
|
2588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSpinner, decorators: [{
|
|
2589
2589
|
type: Component,
|
|
2590
2590
|
args: [{
|
|
2591
2591
|
selector: 'ix-spinner',
|
|
@@ -2605,8 +2605,8 @@ let IxSplitButton = class IxSplitButton {
|
|
|
2605
2605
|
this.el = r.nativeElement;
|
|
2606
2606
|
proxyOutputs(this, this.el, ['buttonClick']);
|
|
2607
2607
|
}
|
|
2608
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2609
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2608
|
+
/** @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 });
|
|
2609
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSplitButton, isStandalone: true, 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 });
|
|
2610
2610
|
};
|
|
2611
2611
|
IxSplitButton = __decorate([
|
|
2612
2612
|
ProxyCmp({
|
|
@@ -2614,7 +2614,7 @@ IxSplitButton = __decorate([
|
|
|
2614
2614
|
inputs: ['closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'splitIcon', 'variant']
|
|
2615
2615
|
})
|
|
2616
2616
|
], IxSplitButton);
|
|
2617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSplitButton, decorators: [{
|
|
2618
2618
|
type: Component,
|
|
2619
2619
|
args: [{
|
|
2620
2620
|
selector: 'ix-split-button',
|
|
@@ -2634,8 +2634,8 @@ let IxTabItem = class IxTabItem {
|
|
|
2634
2634
|
this.el = r.nativeElement;
|
|
2635
2635
|
proxyOutputs(this, this.el, ['tabClick']);
|
|
2636
2636
|
}
|
|
2637
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2638
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2637
|
+
/** @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 });
|
|
2638
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTabItem, isStandalone: true, 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 });
|
|
2639
2639
|
};
|
|
2640
2640
|
IxTabItem = __decorate([
|
|
2641
2641
|
ProxyCmp({
|
|
@@ -2643,7 +2643,7 @@ IxTabItem = __decorate([
|
|
|
2643
2643
|
inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small']
|
|
2644
2644
|
})
|
|
2645
2645
|
], IxTabItem);
|
|
2646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabItem, decorators: [{
|
|
2647
2647
|
type: Component,
|
|
2648
2648
|
args: [{
|
|
2649
2649
|
selector: 'ix-tab-item',
|
|
@@ -2663,8 +2663,8 @@ let IxTabs = class IxTabs {
|
|
|
2663
2663
|
this.el = r.nativeElement;
|
|
2664
2664
|
proxyOutputs(this, this.el, ['selectedChange']);
|
|
2665
2665
|
}
|
|
2666
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2667
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2666
|
+
/** @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 });
|
|
2667
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTabs, isStandalone: true, 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 });
|
|
2668
2668
|
};
|
|
2669
2669
|
IxTabs = __decorate([
|
|
2670
2670
|
ProxyCmp({
|
|
@@ -2672,7 +2672,7 @@ IxTabs = __decorate([
|
|
|
2672
2672
|
inputs: ['layout', 'placement', 'rounded', 'selected', 'small']
|
|
2673
2673
|
})
|
|
2674
2674
|
], IxTabs);
|
|
2675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabs, decorators: [{
|
|
2676
2676
|
type: Component,
|
|
2677
2677
|
args: [{
|
|
2678
2678
|
selector: 'ix-tabs',
|
|
@@ -2692,8 +2692,8 @@ let IxTextarea = class IxTextarea {
|
|
|
2692
2692
|
this.el = r.nativeElement;
|
|
2693
2693
|
proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
|
|
2694
2694
|
}
|
|
2695
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2696
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2695
|
+
/** @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 });
|
|
2696
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTextarea, isStandalone: true, 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 });
|
|
2697
2697
|
};
|
|
2698
2698
|
IxTextarea = __decorate([
|
|
2699
2699
|
ProxyCmp({
|
|
@@ -2702,7 +2702,7 @@ IxTextarea = __decorate([
|
|
|
2702
2702
|
methods: ['getNativeInputElement', 'focusInput']
|
|
2703
2703
|
})
|
|
2704
2704
|
], IxTextarea);
|
|
2705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextarea, decorators: [{
|
|
2706
2706
|
type: Component,
|
|
2707
2707
|
args: [{
|
|
2708
2708
|
selector: 'ix-textarea',
|
|
@@ -2721,8 +2721,8 @@ let IxTile = class IxTile {
|
|
|
2721
2721
|
c.detach();
|
|
2722
2722
|
this.el = r.nativeElement;
|
|
2723
2723
|
}
|
|
2724
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2725
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2724
|
+
/** @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 });
|
|
2725
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTile, isStandalone: true, selector: "ix-tile", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2726
2726
|
};
|
|
2727
2727
|
IxTile = __decorate([
|
|
2728
2728
|
ProxyCmp({
|
|
@@ -2730,7 +2730,7 @@ IxTile = __decorate([
|
|
|
2730
2730
|
inputs: ['size']
|
|
2731
2731
|
})
|
|
2732
2732
|
], IxTile);
|
|
2733
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTile, decorators: [{
|
|
2734
2734
|
type: Component,
|
|
2735
2735
|
args: [{
|
|
2736
2736
|
selector: 'ix-tile',
|
|
@@ -2750,8 +2750,8 @@ let IxTimePicker = class IxTimePicker {
|
|
|
2750
2750
|
this.el = r.nativeElement;
|
|
2751
2751
|
proxyOutputs(this, this.el, ['timeSelect', 'timeChange']);
|
|
2752
2752
|
}
|
|
2753
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2754
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2753
|
+
/** @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 });
|
|
2754
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTimePicker, isStandalone: true, selector: "ix-time-picker", inputs: { corners: "corners", format: "format", 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 });
|
|
2755
2755
|
};
|
|
2756
2756
|
IxTimePicker = __decorate([
|
|
2757
2757
|
ProxyCmp({
|
|
@@ -2760,7 +2760,7 @@ IxTimePicker = __decorate([
|
|
|
2760
2760
|
methods: ['getCurrentTime']
|
|
2761
2761
|
})
|
|
2762
2762
|
], IxTimePicker);
|
|
2763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimePicker, decorators: [{
|
|
2764
2764
|
type: Component,
|
|
2765
2765
|
args: [{
|
|
2766
2766
|
selector: 'ix-time-picker',
|
|
@@ -2780,8 +2780,8 @@ let IxToast = class IxToast {
|
|
|
2780
2780
|
this.el = r.nativeElement;
|
|
2781
2781
|
proxyOutputs(this, this.el, ['closeToast']);
|
|
2782
2782
|
}
|
|
2783
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2784
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2783
|
+
/** @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 });
|
|
2784
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToast, isStandalone: true, 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 });
|
|
2785
2785
|
};
|
|
2786
2786
|
IxToast = __decorate([
|
|
2787
2787
|
ProxyCmp({
|
|
@@ -2789,7 +2789,7 @@ IxToast = __decorate([
|
|
|
2789
2789
|
inputs: ['autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type']
|
|
2790
2790
|
})
|
|
2791
2791
|
], IxToast);
|
|
2792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToast, decorators: [{
|
|
2793
2793
|
type: Component,
|
|
2794
2794
|
args: [{
|
|
2795
2795
|
selector: 'ix-toast',
|
|
@@ -2808,8 +2808,8 @@ let IxToastContainer = class IxToastContainer {
|
|
|
2808
2808
|
c.detach();
|
|
2809
2809
|
this.el = r.nativeElement;
|
|
2810
2810
|
}
|
|
2811
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2812
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2811
|
+
/** @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 });
|
|
2812
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToastContainer, isStandalone: true, selector: "ix-toast-container", inputs: { containerClass: "containerClass", containerId: "containerId", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2813
2813
|
};
|
|
2814
2814
|
IxToastContainer = __decorate([
|
|
2815
2815
|
ProxyCmp({
|
|
@@ -2818,7 +2818,7 @@ IxToastContainer = __decorate([
|
|
|
2818
2818
|
methods: ['showToast']
|
|
2819
2819
|
})
|
|
2820
2820
|
], IxToastContainer);
|
|
2821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToastContainer, decorators: [{
|
|
2822
2822
|
type: Component,
|
|
2823
2823
|
args: [{
|
|
2824
2824
|
selector: 'ix-toast-container',
|
|
@@ -2838,8 +2838,8 @@ let IxToggle = class IxToggle {
|
|
|
2838
2838
|
this.el = r.nativeElement;
|
|
2839
2839
|
proxyOutputs(this, this.el, ['checkedChange']);
|
|
2840
2840
|
}
|
|
2841
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2842
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2841
|
+
/** @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 });
|
|
2842
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToggle, isStandalone: true, 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 });
|
|
2843
2843
|
};
|
|
2844
2844
|
IxToggle = __decorate([
|
|
2845
2845
|
ProxyCmp({
|
|
@@ -2847,7 +2847,7 @@ IxToggle = __decorate([
|
|
|
2847
2847
|
inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'name', 'required', 'textIndeterminate', 'textOff', 'textOn', 'value']
|
|
2848
2848
|
})
|
|
2849
2849
|
], IxToggle);
|
|
2850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggle, decorators: [{
|
|
2851
2851
|
type: Component,
|
|
2852
2852
|
args: [{
|
|
2853
2853
|
selector: 'ix-toggle',
|
|
@@ -2867,8 +2867,8 @@ let IxToggleButton = class IxToggleButton {
|
|
|
2867
2867
|
this.el = r.nativeElement;
|
|
2868
2868
|
proxyOutputs(this, this.el, ['pressedChange']);
|
|
2869
2869
|
}
|
|
2870
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2871
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2870
|
+
/** @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 });
|
|
2871
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToggleButton, isStandalone: true, 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 });
|
|
2872
2872
|
};
|
|
2873
2873
|
IxToggleButton = __decorate([
|
|
2874
2874
|
ProxyCmp({
|
|
@@ -2876,7 +2876,7 @@ IxToggleButton = __decorate([
|
|
|
2876
2876
|
inputs: ['disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'variant']
|
|
2877
2877
|
})
|
|
2878
2878
|
], IxToggleButton);
|
|
2879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggleButton, decorators: [{
|
|
2880
2880
|
type: Component,
|
|
2881
2881
|
args: [{
|
|
2882
2882
|
selector: 'ix-toggle-button',
|
|
@@ -2895,8 +2895,8 @@ let IxTooltip = class IxTooltip {
|
|
|
2895
2895
|
c.detach();
|
|
2896
2896
|
this.el = r.nativeElement;
|
|
2897
2897
|
}
|
|
2898
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2899
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2898
|
+
/** @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 });
|
|
2899
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTooltip, isStandalone: true, 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 });
|
|
2900
2900
|
};
|
|
2901
2901
|
IxTooltip = __decorate([
|
|
2902
2902
|
ProxyCmp({
|
|
@@ -2904,7 +2904,7 @@ IxTooltip = __decorate([
|
|
|
2904
2904
|
inputs: ['for', 'interactive', 'placement', 'titleContent']
|
|
2905
2905
|
})
|
|
2906
2906
|
], IxTooltip);
|
|
2907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTooltip, decorators: [{
|
|
2908
2908
|
type: Component,
|
|
2909
2909
|
args: [{
|
|
2910
2910
|
selector: 'ix-tooltip',
|
|
@@ -2924,8 +2924,8 @@ let IxTreeItem = class IxTreeItem {
|
|
|
2924
2924
|
this.el = r.nativeElement;
|
|
2925
2925
|
proxyOutputs(this, this.el, ['toggle', 'itemClick']);
|
|
2926
2926
|
}
|
|
2927
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2928
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2927
|
+
/** @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 });
|
|
2928
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTreeItem, isStandalone: true, selector: "ix-tree-item", inputs: { context: "context", hasChildren: "hasChildren", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2929
2929
|
};
|
|
2930
2930
|
IxTreeItem = __decorate([
|
|
2931
2931
|
ProxyCmp({
|
|
@@ -2933,7 +2933,7 @@ IxTreeItem = __decorate([
|
|
|
2933
2933
|
inputs: ['context', 'hasChildren', 'text']
|
|
2934
2934
|
})
|
|
2935
2935
|
], IxTreeItem);
|
|
2936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTreeItem, decorators: [{
|
|
2937
2937
|
type: Component,
|
|
2938
2938
|
args: [{
|
|
2939
2939
|
selector: 'ix-tree-item',
|
|
@@ -2952,8 +2952,8 @@ let IxTypography = class IxTypography {
|
|
|
2952
2952
|
c.detach();
|
|
2953
2953
|
this.el = r.nativeElement;
|
|
2954
2954
|
}
|
|
2955
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2956
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2955
|
+
/** @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 });
|
|
2956
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTypography, isStandalone: true, 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 });
|
|
2957
2957
|
};
|
|
2958
2958
|
IxTypography = __decorate([
|
|
2959
2959
|
ProxyCmp({
|
|
@@ -2961,7 +2961,7 @@ IxTypography = __decorate([
|
|
|
2961
2961
|
inputs: ['bold', 'format', 'textColor', 'textDecoration']
|
|
2962
2962
|
})
|
|
2963
2963
|
], IxTypography);
|
|
2964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTypography, decorators: [{
|
|
2965
2965
|
type: Component,
|
|
2966
2966
|
args: [{
|
|
2967
2967
|
selector: 'ix-typography',
|
|
@@ -2981,8 +2981,8 @@ let IxUpload = class IxUpload {
|
|
|
2981
2981
|
this.el = r.nativeElement;
|
|
2982
2982
|
proxyOutputs(this, this.el, ['filesChanged']);
|
|
2983
2983
|
}
|
|
2984
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2985
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2984
|
+
/** @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 });
|
|
2985
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxUpload, isStandalone: true, 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 });
|
|
2986
2986
|
};
|
|
2987
2987
|
IxUpload = __decorate([
|
|
2988
2988
|
ProxyCmp({
|
|
@@ -2991,7 +2991,7 @@ IxUpload = __decorate([
|
|
|
2991
2991
|
methods: ['setFilesToUpload']
|
|
2992
2992
|
})
|
|
2993
2993
|
], IxUpload);
|
|
2994
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxUpload, decorators: [{
|
|
2995
2995
|
type: Component,
|
|
2996
2996
|
args: [{
|
|
2997
2997
|
selector: 'ix-upload',
|
|
@@ -3010,8 +3010,8 @@ let IxValidationTooltip = class IxValidationTooltip {
|
|
|
3010
3010
|
c.detach();
|
|
3011
3011
|
this.el = r.nativeElement;
|
|
3012
3012
|
}
|
|
3013
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3014
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3013
|
+
/** @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 });
|
|
3014
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxValidationTooltip, isStandalone: true, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement", suppressAutomaticPlacement: "suppressAutomaticPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3015
3015
|
};
|
|
3016
3016
|
IxValidationTooltip = __decorate([
|
|
3017
3017
|
ProxyCmp({
|
|
@@ -3019,7 +3019,7 @@ IxValidationTooltip = __decorate([
|
|
|
3019
3019
|
inputs: ['message', 'placement', 'suppressAutomaticPlacement']
|
|
3020
3020
|
})
|
|
3021
3021
|
], IxValidationTooltip);
|
|
3022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3022
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxValidationTooltip, decorators: [{
|
|
3023
3023
|
type: Component,
|
|
3024
3024
|
args: [{
|
|
3025
3025
|
selector: 'ix-validation-tooltip',
|
|
@@ -3038,8 +3038,8 @@ let IxWorkflowStep = class IxWorkflowStep {
|
|
|
3038
3038
|
c.detach();
|
|
3039
3039
|
this.el = r.nativeElement;
|
|
3040
3040
|
}
|
|
3041
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3042
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3041
|
+
/** @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 });
|
|
3042
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxWorkflowStep, isStandalone: true, 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 });
|
|
3043
3043
|
};
|
|
3044
3044
|
IxWorkflowStep = __decorate([
|
|
3045
3045
|
ProxyCmp({
|
|
@@ -3047,7 +3047,7 @@ IxWorkflowStep = __decorate([
|
|
|
3047
3047
|
inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical']
|
|
3048
3048
|
})
|
|
3049
3049
|
], IxWorkflowStep);
|
|
3050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowStep, decorators: [{
|
|
3051
3051
|
type: Component,
|
|
3052
3052
|
args: [{
|
|
3053
3053
|
selector: 'ix-workflow-step',
|
|
@@ -3067,8 +3067,8 @@ let IxWorkflowSteps = class IxWorkflowSteps {
|
|
|
3067
3067
|
this.el = r.nativeElement;
|
|
3068
3068
|
proxyOutputs(this, this.el, ['stepSelected']);
|
|
3069
3069
|
}
|
|
3070
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3071
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3070
|
+
/** @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 });
|
|
3071
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxWorkflowSteps, isStandalone: true, selector: "ix-workflow-steps", inputs: { clickable: "clickable", selectedIndex: "selectedIndex", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3072
3072
|
};
|
|
3073
3073
|
IxWorkflowSteps = __decorate([
|
|
3074
3074
|
ProxyCmp({
|
|
@@ -3076,7 +3076,7 @@ IxWorkflowSteps = __decorate([
|
|
|
3076
3076
|
inputs: ['clickable', 'selectedIndex', 'vertical']
|
|
3077
3077
|
})
|
|
3078
3078
|
], IxWorkflowSteps);
|
|
3079
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowSteps, decorators: [{
|
|
3080
3080
|
type: Component,
|
|
3081
3081
|
args: [{
|
|
3082
3082
|
selector: 'ix-workflow-steps',
|
|
@@ -3110,8 +3110,8 @@ let IxIcon = class IxIcon {
|
|
|
3110
3110
|
c.detach();
|
|
3111
3111
|
this.el = r.nativeElement;
|
|
3112
3112
|
}
|
|
3113
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3114
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3113
|
+
/** @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 });
|
|
3114
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIcon, isStandalone: true, selector: "ix-icon", inputs: { color: "color", size: "size", name: "name", lazyLoading: "lazyLoading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3115
3115
|
};
|
|
3116
3116
|
IxIcon = __decorate([
|
|
3117
3117
|
ProxyCmp({
|
|
@@ -3119,7 +3119,7 @@ IxIcon = __decorate([
|
|
|
3119
3119
|
defineCustomElementFn: defineCustomElement$1I,
|
|
3120
3120
|
})
|
|
3121
3121
|
], IxIcon);
|
|
3122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIcon, decorators: [{
|
|
3123
3123
|
type: Component,
|
|
3124
3124
|
args: [{
|
|
3125
3125
|
selector: 'ix-icon',
|
|
@@ -3137,8 +3137,8 @@ let IxTree = class IxTree extends TreeBaseDirective {
|
|
|
3137
3137
|
super(c, r, z, proxyOutputs);
|
|
3138
3138
|
this.z = z;
|
|
3139
3139
|
}
|
|
3140
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3141
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3140
|
+
/** @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 });
|
|
3141
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTree, isStandalone: true, selector: "ix-tree", inputs: { context: "context", model: "model", root: "root", renderItem: "renderItem", lazyLoading: "lazyLoading" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3142
3142
|
};
|
|
3143
3143
|
IxTree = __decorate([
|
|
3144
3144
|
ProxyCmp({
|
|
@@ -3146,7 +3146,7 @@ IxTree = __decorate([
|
|
|
3146
3146
|
defineCustomElementFn: defineCustomElement$1J,
|
|
3147
3147
|
})
|
|
3148
3148
|
], IxTree);
|
|
3149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTree, decorators: [{
|
|
3150
3150
|
type: Component,
|
|
3151
3151
|
args: [{
|
|
3152
3152
|
selector: 'ix-tree',
|
|
@@ -3172,10 +3172,10 @@ class ModalService extends ModalService$1 {
|
|
|
3172
3172
|
open(config) {
|
|
3173
3173
|
return super.open(config);
|
|
3174
3174
|
}
|
|
3175
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3176
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3175
|
+
/** @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 });
|
|
3176
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService });
|
|
3177
3177
|
}
|
|
3178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, decorators: [{
|
|
3179
3179
|
type: Injectable
|
|
3180
3180
|
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: i0.Injector }] });
|
|
3181
3181
|
|
|
@@ -3200,10 +3200,10 @@ class ToastService extends ToastService$1 {
|
|
|
3200
3200
|
show(config) {
|
|
3201
3201
|
return super.show(config);
|
|
3202
3202
|
}
|
|
3203
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3204
|
-
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3203
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3204
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService });
|
|
3205
3205
|
}
|
|
3206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, decorators: [{
|
|
3207
3207
|
type: Injectable
|
|
3208
3208
|
}], ctorParameters: () => [] });
|
|
3209
3209
|
|
|
@@ -3222,10 +3222,10 @@ class IxBooleanValueAccessorDirective extends BooleanValueAccessorBaseDirective
|
|
|
3222
3222
|
constructor(injector, el) {
|
|
3223
3223
|
super(injector, el);
|
|
3224
3224
|
}
|
|
3225
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3226
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3225
|
+
/** @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 });
|
|
3226
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxBooleanValueAccessorDirective, isStandalone: true, selector: "ix-checkbox,ix-toggle", providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3227
3227
|
}
|
|
3228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
|
|
3229
3229
|
type: Directive,
|
|
3230
3230
|
args: [{
|
|
3231
3231
|
standalone: true,
|
|
@@ -3249,10 +3249,10 @@ class IxRadioValueAccessorDirective extends RadioValueAccessorBaseDirective {
|
|
|
3249
3249
|
constructor(injector, el) {
|
|
3250
3250
|
super(injector, el);
|
|
3251
3251
|
}
|
|
3252
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3253
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3252
|
+
/** @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 });
|
|
3253
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxRadioValueAccessorDirective, isStandalone: true, selector: "ix-radio", providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3254
3254
|
}
|
|
3255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
|
|
3256
3256
|
type: Directive,
|
|
3257
3257
|
args: [{
|
|
3258
3258
|
standalone: true,
|
|
@@ -3276,10 +3276,10 @@ class IxSelectValueAccessorDirective extends SelectValueAccessorBaseDirective {
|
|
|
3276
3276
|
constructor(injector, el) {
|
|
3277
3277
|
super(injector, el);
|
|
3278
3278
|
}
|
|
3279
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3280
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3279
|
+
/** @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 });
|
|
3280
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxSelectValueAccessorDirective, isStandalone: true, selector: "ix-select", providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3281
3281
|
}
|
|
3282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
|
|
3283
3283
|
type: Directive,
|
|
3284
3284
|
args: [{
|
|
3285
3285
|
standalone: true,
|
|
@@ -3303,10 +3303,10 @@ class IxTextValueAccessorDirective extends TextValueAccessorBaseDirective {
|
|
|
3303
3303
|
constructor(injector, el) {
|
|
3304
3304
|
super(injector, el);
|
|
3305
3305
|
}
|
|
3306
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3307
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3306
|
+
/** @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 });
|
|
3307
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxTextValueAccessorDirective, isStandalone: true, selector: "ix-input,ix-number-input,ix-textarea", providers: [createValueAccessorProvider(IxTextValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3308
3308
|
}
|
|
3309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
|
|
3310
3310
|
type: Directive,
|
|
3311
3311
|
args: [{
|
|
3312
3312
|
standalone: true,
|
|
@@ -3330,10 +3330,10 @@ class IxDateValueAccessorDirective extends DateValueAccessorBaseDirective {
|
|
|
3330
3330
|
constructor(injector, el) {
|
|
3331
3331
|
super(injector, el);
|
|
3332
3332
|
}
|
|
3333
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3334
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3333
|
+
/** @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 });
|
|
3334
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxDateValueAccessorDirective, isStandalone: true, selector: "ix-date-input", providers: [createValueAccessorProvider(IxDateValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
|
|
3335
3335
|
}
|
|
3336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
|
|
3337
3337
|
type: Directive,
|
|
3338
3338
|
args: [{
|
|
3339
3339
|
standalone: true,
|
|
@@ -3367,10 +3367,10 @@ class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
|
|
|
3367
3367
|
ngOnChanges() {
|
|
3368
3368
|
super.ngOnChanges();
|
|
3369
3369
|
}
|
|
3370
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3371
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3370
|
+
/** @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 });
|
|
3371
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownTriggerDirective, isStandalone: true, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
3372
3372
|
}
|
|
3373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
|
|
3374
3374
|
type: Directive,
|
|
3375
3375
|
args: [{
|
|
3376
3376
|
standalone: true,
|