@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.
Files changed (45) hide show
  1. package/common/directives/tree.d.ts +1 -1
  2. package/components.d.ts +102 -102
  3. package/esm2022/common/directives/control-value-accessors/boolean-value-accessor.mjs +3 -3
  4. package/esm2022/common/directives/control-value-accessors/date-value-accessor.mjs +3 -3
  5. package/esm2022/common/directives/control-value-accessors/radio-value-accessor.mjs +3 -3
  6. package/esm2022/common/directives/control-value-accessors/select-value-accessor.mjs +3 -3
  7. package/esm2022/common/directives/control-value-accessors/text-value-accessor.mjs +3 -3
  8. package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +3 -3
  9. package/esm2022/common/directives/dropdown-trigger.mjs +3 -3
  10. package/esm2022/common/directives/tree.mjs +4 -4
  11. package/esm2022/common/providers/modal/modal.service.mjs +3 -3
  12. package/esm2022/common/providers/toast/toast.service.mjs +3 -3
  13. package/esm2022/components.mjs +307 -307
  14. package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +3 -3
  15. package/esm2022/directives/control-value-accessors/date-value-accessor.mjs +3 -3
  16. package/esm2022/directives/control-value-accessors/radio-value-accessor.mjs +3 -3
  17. package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +3 -3
  18. package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +3 -3
  19. package/esm2022/directives/dropdown-trigger.mjs +3 -3
  20. package/esm2022/ix-icon.mjs +4 -4
  21. package/esm2022/module.mjs +4 -4
  22. package/esm2022/providers/modal/modal.service.mjs +3 -3
  23. package/esm2022/providers/theme/theme.service.mjs +3 -3
  24. package/esm2022/providers/toast/toast.service.mjs +3 -3
  25. package/esm2022/standalone/components.mjs +307 -307
  26. package/esm2022/standalone/directives/control-value-accessors/boolean-value-accessor.mjs +3 -3
  27. package/esm2022/standalone/directives/control-value-accessors/date-value-accessor.mjs +3 -3
  28. package/esm2022/standalone/directives/control-value-accessors/radio-value-accessor.mjs +3 -3
  29. package/esm2022/standalone/directives/control-value-accessors/select-value-accessor.mjs +3 -3
  30. package/esm2022/standalone/directives/control-value-accessors/text-value-accessor.mjs +3 -3
  31. package/esm2022/standalone/directives/dropdown-trigger.mjs +3 -3
  32. package/esm2022/standalone/ix-icon.mjs +5 -5
  33. package/esm2022/standalone/providers/modal.mjs +3 -3
  34. package/esm2022/standalone/providers/toast.mjs +3 -3
  35. package/esm2022/standalone/tree.mjs +5 -5
  36. package/esm2022/tree.mjs +3 -3
  37. package/fesm2022/siemens-ix-angular-common.mjs +31 -31
  38. package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
  39. package/fesm2022/siemens-ix-angular-standalone.mjs +339 -339
  40. package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
  41. package/fesm2022/siemens-ix-angular.mjs +344 -344
  42. package/fesm2022/siemens-ix-angular.mjs.map +1 -1
  43. package/ix-icon.d.ts +1 -1
  44. package/package.json +5 -5
  45. package/standalone/components.d.ts +102 -102
@@ -13,10 +13,10 @@ export class IxBooleanValueAccessorDirective extends BooleanValueAccessorBaseDir
13
13
  constructor(injector, el) {
14
14
  super(injector, el);
15
15
  }
16
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxBooleanValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IxBooleanValueAccessorDirective, selector: "ix-checkbox,ix-toggle", providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
16
+ /** @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 });
17
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxBooleanValueAccessorDirective, selector: "ix-checkbox,ix-toggle", providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: 'ix-checkbox,ix-toggle',
@@ -13,10 +13,10 @@ export class IxDateValueAccessorDirective extends DateValueAccessorBaseDirective
13
13
  constructor(injector, el) {
14
14
  super(injector, el);
15
15
  }
16
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxDateValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IxDateValueAccessorDirective, selector: "ix-date-input", providers: [createValueAccessorProvider(IxDateValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
16
+ /** @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 });
17
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxDateValueAccessorDirective, selector: "ix-date-input", providers: [createValueAccessorProvider(IxDateValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: 'ix-date-input',
@@ -13,10 +13,10 @@ export class IxRadioValueAccessorDirective extends RadioValueAccessorBaseDirecti
13
13
  constructor(injector, el) {
14
14
  super(injector, el);
15
15
  }
16
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxRadioValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IxRadioValueAccessorDirective, selector: "ix-radio", providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
16
+ /** @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 });
17
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxRadioValueAccessorDirective, selector: "ix-radio", providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: 'ix-radio',
@@ -13,10 +13,10 @@ export class IxSelectValueAccessorDirective extends SelectValueAccessorBaseDirec
13
13
  constructor(injector, el) {
14
14
  super(injector, el);
15
15
  }
16
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxSelectValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IxSelectValueAccessorDirective, selector: "ix-select", providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
16
+ /** @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 });
17
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxSelectValueAccessorDirective, selector: "ix-select", providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: 'ix-select',
@@ -13,10 +13,10 @@ export class IxTextValueAccessorDirective extends TextValueAccessorBaseDirective
13
13
  constructor(injector, el) {
14
14
  super(injector, el);
15
15
  }
16
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxTextValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
17
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IxTextValueAccessorDirective, selector: "ix-input,ix-number-input,ix-textarea", providers: [createValueAccessorProvider(IxTextValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
16
+ /** @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 });
17
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxTextValueAccessorDirective, selector: "ix-input,ix-number-input,ix-textarea", providers: [createValueAccessorProvider(IxTextValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
22
  selector: 'ix-input,ix-number-input,ix-textarea',
@@ -17,10 +17,10 @@ export class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
17
17
  ngOnChanges() {
18
18
  super.ngOnChanges();
19
19
  }
20
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxDropdownTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
21
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IxDropdownTriggerDirective, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
20
+ /** @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 });
21
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownTriggerDirective, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  selector: '[ixDropdownTrigger]',
@@ -18,8 +18,8 @@ let IxIcon = class IxIcon {
18
18
  c.detach();
19
19
  this.el = r.nativeElement;
20
20
  }
21
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
22
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: IxIcon, selector: "ix-icon", inputs: { color: "color", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
+ /** @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 });
22
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIcon, selector: "ix-icon", inputs: { color: "color", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
23
  };
24
24
  IxIcon = __decorate([
25
25
  ProxyCmp({
@@ -28,7 +28,7 @@ IxIcon = __decorate([
28
28
  })
29
29
  ], IxIcon);
30
30
  export { IxIcon };
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxIcon, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIcon, decorators: [{
32
32
  type: Component,
33
33
  args: [{
34
34
  selector: 'ix-icon',
@@ -37,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
37
37
  inputs: ['color', 'name', 'size'],
38
38
  }]
39
39
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXgtaWNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9peC1pY29uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTs7Ozs7OztHQU9HO0FBRUgsT0FBTyxFQUNMLHVCQUF1QixFQUV2QixTQUFTLEdBR1YsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQWNsRCxJQUFNLE1BQU0sR0FBWixNQUFNLE1BQU07SUFFMEM7SUFEakQsRUFBRSxDQUFjO0lBQzFCLFlBQVksQ0FBb0IsRUFBRSxDQUFhLEVBQVksQ0FBUztRQUFULE1BQUMsR0FBRCxDQUFDLENBQVE7UUFDbEUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ1gsSUFBSSxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUMsYUFBYSxDQUFDO0lBQzVCLENBQUM7MkhBTFUsTUFBTTsrR0FBTixNQUFNLHVHQUhQLDJCQUEyQjs7QUFHMUIsTUFBTTtJQVZsQixRQUFRLENBQUM7UUFDUixxQkFBcUIsRUFBRSxTQUFTO1FBQ2hDLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxDQUFDO0tBQ2xDLENBQUM7R0FPVyxNQUFNLENBTWxCOzs0RkFOWSxNQUFNO2tCQU5sQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxTQUFTO29CQUNuQixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsTUFBTSxFQUFFLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFNQRFgtRmlsZUNvcHlyaWdodFRleHQ6IDIwMjUgU2llbWVucyBBR1xuICpcbiAqIFNQRFgtTGljZW5zZS1JZGVudGlmaWVyOiBNSVRcbiAqXG4gKiBUaGlzIHNvdXJjZSBjb2RlIGlzIGxpY2Vuc2VkIHVuZGVyIHRoZSBNSVQgbGljZW5zZSBmb3VuZCBpbiB0aGVcbiAqIExJQ0VOU0UgZmlsZSBpbiB0aGUgcm9vdCBkaXJlY3Rvcnkgb2YgdGhpcyBzb3VyY2UgdHJlZS5cbiAqL1xuXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB0eXBlIHsgQ29tcG9uZW50cyB9IGZyb20gJ0BzaWVtZW5zL2l4JztcbmltcG9ydCB7IFByb3h5Q21wIH0gZnJvbSAnLi9hbmd1bGFyLWNvbXBvbmVudC1saWIvdXRpbHMnO1xuXG5leHBvcnQgZGVjbGFyZSBpbnRlcmZhY2UgSXhJY29uIGV4dGVuZHMgQ29tcG9uZW50cy5JeEljb24ge31cblxuQFByb3h5Q21wKHtcbiAgZGVmaW5lQ3VzdG9tRWxlbWVudEZuOiB1bmRlZmluZWQsXG4gIGlucHV0czogWydjb2xvcicsICduYW1lJywgJ3NpemUnXSxcbn0pXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpeC1pY29uJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGlucHV0czogWydjb2xvcicsICduYW1lJywgJ3NpemUnXSxcbn0pXG5leHBvcnQgY2xhc3MgSXhJY29uIHtcbiAgcHJvdGVjdGVkIGVsOiBIVE1MRWxlbWVudDtcbiAgY29uc3RydWN0b3IoYzogQ2hhbmdlRGV0ZWN0b3JSZWYsIHI6IEVsZW1lbnRSZWYsIHByb3RlY3RlZCB6OiBOZ1pvbmUpIHtcbiAgICBjLmRldGFjaCgpO1xuICAgIHRoaXMuZWwgPSByLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cbn1cbiJdfQ==
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXgtaWNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9peC1pY29uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTs7Ozs7OztHQU9HO0FBRUgsT0FBTyxFQUNMLHVCQUF1QixFQUV2QixTQUFTLEdBR1YsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLCtCQUErQixDQUFDOztBQWNsRCxJQUFNLE1BQU0sR0FBWixNQUFNLE1BQU07SUFFMEM7SUFEakQsRUFBRSxDQUFjO0lBQzFCLFlBQVksQ0FBb0IsRUFBRSxDQUFhLEVBQVksQ0FBUztRQUFULE1BQUMsR0FBRCxDQUFDLENBQVE7UUFDbEUsQ0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDO1FBQ1gsSUFBSSxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUMsYUFBYSxDQUFDO0lBQzVCLENBQUM7MkhBTFUsTUFBTTsrR0FBTixNQUFNLHVHQUhQLDJCQUEyQjs7QUFHMUIsTUFBTTtJQVZsQixRQUFRLENBQUM7UUFDUixxQkFBcUIsRUFBRSxTQUFTO1FBQ2hDLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSxDQUFDO0tBQ2xDLENBQUM7R0FPVyxNQUFNLENBTWxCOzs0RkFOWSxNQUFNO2tCQU5sQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxTQUFTO29CQUNuQixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsTUFBTSxFQUFFLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFNQRFgtRmlsZUNvcHlyaWdodFRleHQ6IDIwMjUgU2llbWVucyBBR1xuICpcbiAqIFNQRFgtTGljZW5zZS1JZGVudGlmaWVyOiBNSVRcbiAqXG4gKiBUaGlzIHNvdXJjZSBjb2RlIGlzIGxpY2Vuc2VkIHVuZGVyIHRoZSBNSVQgbGljZW5zZSBmb3VuZCBpbiB0aGVcbiAqIExJQ0VOU0UgZmlsZSBpbiB0aGUgcm9vdCBkaXJlY3Rvcnkgb2YgdGhpcyBzb3VyY2UgdHJlZS5cbiAqL1xuXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgTmdab25lLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB0eXBlIHsgQ29tcG9uZW50cyB9IGZyb20gJ0BzaWVtZW5zL2l4LWljb25zJztcbmltcG9ydCB7IFByb3h5Q21wIH0gZnJvbSAnLi9hbmd1bGFyLWNvbXBvbmVudC1saWIvdXRpbHMnO1xuXG5leHBvcnQgZGVjbGFyZSBpbnRlcmZhY2UgSXhJY29uIGV4dGVuZHMgQ29tcG9uZW50cy5JeEljb24ge31cblxuQFByb3h5Q21wKHtcbiAgZGVmaW5lQ3VzdG9tRWxlbWVudEZuOiB1bmRlZmluZWQsXG4gIGlucHV0czogWydjb2xvcicsICduYW1lJywgJ3NpemUnXSxcbn0pXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpeC1pY29uJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGlucHV0czogWydjb2xvcicsICduYW1lJywgJ3NpemUnXSxcbn0pXG5leHBvcnQgY2xhc3MgSXhJY29uIHtcbiAgcHJvdGVjdGVkIGVsOiBIVE1MRWxlbWVudDtcbiAgY29uc3RydWN0b3IoYzogQ2hhbmdlRGV0ZWN0b3JSZWYsIHI6IEVsZW1lbnRSZWYsIHByb3RlY3RlZCB6OiBOZ1pvbmUpIHtcbiAgICBjLmRldGFjaCgpO1xuICAgIHRoaXMuZWwgPSByLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cbn1cbiJdfQ==
@@ -52,8 +52,8 @@ export class IxModule {
52
52
  ],
53
53
  };
54
54
  }
55
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
56
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: IxModule, declarations: [i1.IxActionCard, i1.IxApplication, i1.IxApplicationHeader, i1.IxAvatar, i1.IxBasicNavigation, i1.IxBlind, i1.IxBreadcrumb, i1.IxBreadcrumbItem, i1.IxButton, i1.IxCard, i1.IxCardAccordion, i1.IxCardContent, i1.IxCardList, i1.IxCardTitle, i1.IxCategoryFilter, i1.IxCheckbox, i1.IxCheckboxGroup, i1.IxChip, i1.IxCol, i1.IxContent, i1.IxContentHeader, i1.IxCustomField, i1.IxDateDropdown, i1.IxDateInput, i1.IxDatePicker, i1.IxDatetimePicker, i1.IxDivider, i1.IxDrawer, i1.IxDropdown, i1.IxDropdownButton, i1.IxDropdownHeader, i1.IxDropdownItem, i1.IxDropdownQuickActions, i1.IxEmptyState, i1.IxEventList, i1.IxEventListItem, i1.IxExpandingSearch, i1.IxFieldLabel, i1.IxFilterChip, i1.IxFlipTile, i1.IxFlipTileContent, i1.IxGroup, i1.IxGroupContextMenu, i1.IxGroupItem, i1.IxHelperText, i1.IxIconButton, i1.IxIconToggleButton, i1.IxInput, i1.IxInputGroup, i1.IxKeyValue, i1.IxKeyValueList, i1.IxKpi, i1.IxLayoutAuto, i1.IxLayoutGrid, i1.IxLinkButton, i1.IxMapNavigation, i1.IxMapNavigationOverlay, i1.IxMenu, i1.IxMenuAbout, i1.IxMenuAboutItem, i1.IxMenuAboutNews, i1.IxMenuAvatar, i1.IxMenuAvatarItem, i1.IxMenuCategory, i1.IxMenuItem, i1.IxMenuSettings, i1.IxMenuSettingsItem, i1.IxMessageBar, i1.IxModal, i1.IxModalContent, i1.IxModalFooter, i1.IxModalHeader, i1.IxNumberInput, i1.IxPagination, i1.IxPane, i1.IxPaneLayout, i1.IxPill, i1.IxPushCard, i1.IxRadio, i1.IxRadioGroup, i1.IxRow, i1.IxSelect, i1.IxSelectItem, i1.IxSlider, i1.IxSpinner, i1.IxSplitButton, i1.IxTabItem, i1.IxTabs, i1.IxTextarea, i1.IxTile, i1.IxTimePicker, i1.IxToast, i1.IxToastContainer, i1.IxToggle, i1.IxToggleButton, i1.IxTooltip, i1.IxTreeItem, i1.IxTypography, i1.IxUpload, i1.IxValidationTooltip, i1.IxWorkflowStep, i1.IxWorkflowSteps, i2.IxTree, IxIcon,
55
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
56
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IxModule, declarations: [i1.IxActionCard, i1.IxApplication, i1.IxApplicationHeader, i1.IxAvatar, i1.IxBasicNavigation, i1.IxBlind, i1.IxBreadcrumb, i1.IxBreadcrumbItem, i1.IxButton, i1.IxCard, i1.IxCardAccordion, i1.IxCardContent, i1.IxCardList, i1.IxCardTitle, i1.IxCategoryFilter, i1.IxCheckbox, i1.IxCheckboxGroup, i1.IxChip, i1.IxCol, i1.IxContent, i1.IxContentHeader, i1.IxCustomField, i1.IxDateDropdown, i1.IxDateInput, i1.IxDatePicker, i1.IxDatetimePicker, i1.IxDivider, i1.IxDrawer, i1.IxDropdown, i1.IxDropdownButton, i1.IxDropdownHeader, i1.IxDropdownItem, i1.IxDropdownQuickActions, i1.IxEmptyState, i1.IxEventList, i1.IxEventListItem, i1.IxExpandingSearch, i1.IxFieldLabel, i1.IxFilterChip, i1.IxFlipTile, i1.IxFlipTileContent, i1.IxGroup, i1.IxGroupContextMenu, i1.IxGroupItem, i1.IxHelperText, i1.IxIconButton, i1.IxIconToggleButton, i1.IxInput, i1.IxInputGroup, i1.IxKeyValue, i1.IxKeyValueList, i1.IxKpi, i1.IxLayoutAuto, i1.IxLayoutGrid, i1.IxLinkButton, i1.IxMapNavigation, i1.IxMapNavigationOverlay, i1.IxMenu, i1.IxMenuAbout, i1.IxMenuAboutItem, i1.IxMenuAboutNews, i1.IxMenuAvatar, i1.IxMenuAvatarItem, i1.IxMenuCategory, i1.IxMenuItem, i1.IxMenuSettings, i1.IxMenuSettingsItem, i1.IxMessageBar, i1.IxModal, i1.IxModalContent, i1.IxModalFooter, i1.IxModalHeader, i1.IxNumberInput, i1.IxPagination, i1.IxPane, i1.IxPaneLayout, i1.IxPill, i1.IxPushCard, i1.IxRadio, i1.IxRadioGroup, i1.IxRow, i1.IxSelect, i1.IxSelectItem, i1.IxSlider, i1.IxSpinner, i1.IxSplitButton, i1.IxTabItem, i1.IxTabs, i1.IxTextarea, i1.IxTile, i1.IxTimePicker, i1.IxToast, i1.IxToastContainer, i1.IxToggle, i1.IxToggleButton, i1.IxTooltip, i1.IxTreeItem, i1.IxTypography, i1.IxUpload, i1.IxValidationTooltip, i1.IxWorkflowStep, i1.IxWorkflowSteps, i2.IxTree, IxIcon,
57
57
  IxDropdownTriggerDirective,
58
58
  IxTextValueAccessorDirective,
59
59
  IxSelectValueAccessorDirective,
@@ -66,9 +66,9 @@ export class IxModule {
66
66
  IxRadioValueAccessorDirective,
67
67
  IxBooleanValueAccessorDirective,
68
68
  IxDateValueAccessorDirective] });
69
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxModule });
69
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule });
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IxModule, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule, decorators: [{
72
72
  type: NgModule,
73
73
  args: [{
74
74
  declarations: DECLARATIONS,
@@ -16,10 +16,10 @@ export class ModalService extends BaseModalService {
16
16
  open(config) {
17
17
  return super.open(config);
18
18
  }
19
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
20
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalService, providedIn: 'root' });
19
+ /** @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 });
20
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, providedIn: 'root' });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModalService, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, decorators: [{
23
23
  type: Injectable,
24
24
  args: [{
25
25
  providedIn: 'root',
@@ -26,10 +26,10 @@ export class ThemeService {
26
26
  setTheme(themeName) {
27
27
  this.themeSwitcher.setTheme(themeName);
28
28
  }
29
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeService, providedIn: 'root' });
29
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
30
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, providedIn: 'root' });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThemeService, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, decorators: [{
33
33
  type: Injectable,
34
34
  args: [{
35
35
  providedIn: 'root',
@@ -40,10 +40,10 @@ export class ToastService {
40
40
  });
41
41
  return instance;
42
42
  }
43
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
44
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, providedIn: 'root' });
43
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
44
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, providedIn: 'root' });
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, decorators: [{
47
47
  type: Injectable,
48
48
  args: [{
49
49
  providedIn: 'root',