@siemens/ix-angular 3.2.0 → 4.0.0

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 (121) hide show
  1. package/READMEOSS.html +20 -20
  2. package/common/index.d.ts +167 -6
  3. package/fesm2022/siemens-ix-angular-common.mjs +30 -30
  4. package/fesm2022/siemens-ix-angular-common.mjs.map +1 -1
  5. package/fesm2022/siemens-ix-angular-standalone.mjs +1023 -927
  6. package/fesm2022/siemens-ix-angular-standalone.mjs.map +1 -1
  7. package/fesm2022/siemens-ix-angular.mjs +931 -652
  8. package/fesm2022/siemens-ix-angular.mjs.map +1 -1
  9. package/index.d.ts +1517 -9
  10. package/package.json +5 -11
  11. package/standalone/index.d.ts +1526 -9
  12. package/angular-component-lib/utils.d.ts +0 -9
  13. package/common/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -10
  14. package/common/directives/control-value-accessors/date-value-accessor.d.ts +0 -9
  15. package/common/directives/control-value-accessors/index.d.ts +0 -5
  16. package/common/directives/control-value-accessors/radio-value-accessor.d.ts +0 -14
  17. package/common/directives/control-value-accessors/select-value-accessor.d.ts +0 -9
  18. package/common/directives/control-value-accessors/text-value-accessor.d.ts +0 -9
  19. package/common/directives/control-value-accessors/value-accessor.d.ts +0 -30
  20. package/common/directives/dropdown-trigger.d.ts +0 -10
  21. package/common/directives/tree.d.ts +0 -26
  22. package/common/providers/modal/index.d.ts +0 -3
  23. package/common/providers/modal/modal-ref.d.ts +0 -21
  24. package/common/providers/modal/modal.config.d.ts +0 -6
  25. package/common/providers/modal/modal.service.d.ts +0 -20
  26. package/common/providers/toast/index.d.ts +0 -2
  27. package/common/providers/toast/toast.config.d.ts +0 -6
  28. package/common/providers/toast/toast.service.d.ts +0 -9
  29. package/common/utils/create-value-accessor-provider.d.ts +0 -2
  30. package/components.d.ts +0 -1374
  31. package/declare-components.d.ts +0 -2
  32. package/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -8
  33. package/directives/control-value-accessors/date-value-accessor.d.ts +0 -8
  34. package/directives/control-value-accessors/index.d.ts +0 -5
  35. package/directives/control-value-accessors/radio-value-accessor.d.ts +0 -8
  36. package/directives/control-value-accessors/select-value-accessor.d.ts +0 -8
  37. package/directives/control-value-accessors/text-value-accessor.d.ts +0 -8
  38. package/directives/dropdown-trigger.d.ts +0 -10
  39. package/esm2022/angular-component-lib/utils.mjs +0 -59
  40. package/esm2022/common/directives/control-value-accessors/boolean-value-accessor.mjs +0 -32
  41. package/esm2022/common/directives/control-value-accessors/date-value-accessor.mjs +0 -28
  42. package/esm2022/common/directives/control-value-accessors/index.mjs +0 -14
  43. package/esm2022/common/directives/control-value-accessors/radio-value-accessor.mjs +0 -50
  44. package/esm2022/common/directives/control-value-accessors/select-value-accessor.mjs +0 -28
  45. package/esm2022/common/directives/control-value-accessors/text-value-accessor.mjs +0 -31
  46. package/esm2022/common/directives/control-value-accessors/value-accessor.mjs +0 -157
  47. package/esm2022/common/directives/dropdown-trigger.mjs +0 -28
  48. package/esm2022/common/directives/tree.mjs +0 -70
  49. package/esm2022/common/index.mjs +0 -15
  50. package/esm2022/common/providers/modal/index.mjs +0 -11
  51. package/esm2022/common/providers/modal/modal-ref.mjs +0 -41
  52. package/esm2022/common/providers/modal/modal.config.mjs +0 -10
  53. package/esm2022/common/providers/modal/modal.service.mjs +0 -90
  54. package/esm2022/common/providers/toast/index.mjs +0 -11
  55. package/esm2022/common/providers/toast/toast.config.mjs +0 -10
  56. package/esm2022/common/providers/toast/toast.service.mjs +0 -67
  57. package/esm2022/common/siemens-ix-angular-common.mjs +0 -5
  58. package/esm2022/common/utils/create-value-accessor-provider.mjs +0 -17
  59. package/esm2022/components.mjs +0 -2865
  60. package/esm2022/declare-components.mjs +0 -108
  61. package/esm2022/directives/control-value-accessors/boolean-value-accessor.mjs +0 -26
  62. package/esm2022/directives/control-value-accessors/date-value-accessor.mjs +0 -26
  63. package/esm2022/directives/control-value-accessors/index.mjs +0 -14
  64. package/esm2022/directives/control-value-accessors/radio-value-accessor.mjs +0 -26
  65. package/esm2022/directives/control-value-accessors/select-value-accessor.mjs +0 -26
  66. package/esm2022/directives/control-value-accessors/text-value-accessor.mjs +0 -26
  67. package/esm2022/directives/dropdown-trigger.mjs +0 -31
  68. package/esm2022/index.mjs +0 -19
  69. package/esm2022/ix-icon.mjs +0 -40
  70. package/esm2022/module.mjs +0 -78
  71. package/esm2022/providers/modal/index.mjs +0 -11
  72. package/esm2022/providers/modal/modal.service.mjs +0 -28
  73. package/esm2022/providers/theme/index.mjs +0 -10
  74. package/esm2022/providers/theme/theme.service.mjs +0 -40
  75. package/esm2022/providers/toast/index.mjs +0 -2
  76. package/esm2022/providers/toast/toast.service.mjs +0 -34
  77. package/esm2022/siemens-ix-angular.mjs +0 -5
  78. package/esm2022/standalone/angular-component-lib/utils.mjs +0 -59
  79. package/esm2022/standalone/components.mjs +0 -3188
  80. package/esm2022/standalone/directives/control-value-accessors/boolean-value-accessor.mjs +0 -30
  81. package/esm2022/standalone/directives/control-value-accessors/date-value-accessor.mjs +0 -30
  82. package/esm2022/standalone/directives/control-value-accessors/index.mjs +0 -14
  83. package/esm2022/standalone/directives/control-value-accessors/radio-value-accessor.mjs +0 -30
  84. package/esm2022/standalone/directives/control-value-accessors/select-value-accessor.mjs +0 -30
  85. package/esm2022/standalone/directives/control-value-accessors/text-value-accessor.mjs +0 -30
  86. package/esm2022/standalone/directives/dropdown-trigger.mjs +0 -32
  87. package/esm2022/standalone/index.mjs +0 -18
  88. package/esm2022/standalone/internal-components.mjs +0 -25
  89. package/esm2022/standalone/ix-icon.mjs +0 -44
  90. package/esm2022/standalone/providers/modal.mjs +0 -28
  91. package/esm2022/standalone/providers/toast.mjs +0 -35
  92. package/esm2022/standalone/siemens-ix-angular-standalone.mjs +0 -5
  93. package/esm2022/standalone/tree.mjs +0 -41
  94. package/esm2022/standalone/utils/value-accessor-directives.mjs +0 -23
  95. package/esm2022/tree.mjs +0 -39
  96. package/esm2022/utils/app-initialize.mjs +0 -25
  97. package/ix-icon.d.ts +0 -12
  98. package/module.d.ts +0 -17
  99. package/providers/modal/index.d.ts +0 -2
  100. package/providers/modal/modal.service.d.ts +0 -15
  101. package/providers/theme/index.d.ts +0 -1
  102. package/providers/theme/theme.service.d.ts +0 -15
  103. package/providers/toast/index.d.ts +0 -2
  104. package/providers/toast/toast.service.d.ts +0 -11
  105. package/standalone/angular-component-lib/utils.d.ts +0 -9
  106. package/standalone/components.d.ts +0 -1374
  107. package/standalone/directives/control-value-accessors/boolean-value-accessor.d.ts +0 -11
  108. package/standalone/directives/control-value-accessors/date-value-accessor.d.ts +0 -11
  109. package/standalone/directives/control-value-accessors/index.d.ts +0 -5
  110. package/standalone/directives/control-value-accessors/radio-value-accessor.d.ts +0 -11
  111. package/standalone/directives/control-value-accessors/select-value-accessor.d.ts +0 -11
  112. package/standalone/directives/control-value-accessors/text-value-accessor.d.ts +0 -11
  113. package/standalone/directives/dropdown-trigger.d.ts +0 -10
  114. package/standalone/internal-components.d.ts +0 -1
  115. package/standalone/ix-icon.d.ts +0 -9
  116. package/standalone/providers/modal.d.ts +0 -11
  117. package/standalone/providers/toast.d.ts +0 -11
  118. package/standalone/tree.d.ts +0 -9
  119. package/standalone/utils/value-accessor-directives.d.ts +0 -16
  120. package/tree.d.ts +0 -9
  121. package/utils/app-initialize.d.ts +0 -1
@@ -1,8 +1,7 @@
1
- import { themeSwitcher } from '@siemens/ix';
2
1
  export * from '@siemens/ix';
3
2
  import { __decorate } from 'tslib';
4
3
  import * as i0 from '@angular/core';
5
- import { ChangeDetectionStrategy, Component, Injectable, EventEmitter, Output, Directive, Input, NgZone, APP_INITIALIZER, NgModule } from '@angular/core';
4
+ import { ChangeDetectionStrategy, Component, EventEmitter, Output, Injectable, Directive, Input, NgZone, APP_INITIALIZER, NgModule } from '@angular/core';
6
5
  import { fromEvent } from 'rxjs';
7
6
  import { TreeBaseDirective, ModalService as ModalService$1, ToastService as ToastService$1, BooleanValueAccessorBaseDirective, createValueAccessorProvider, RadioValueAccessorBaseDirective, SelectValueAccessorBaseDirective, TextValueAccessorBaseDirective, DateValueAccessorBaseDirective, DropdownTriggerBaseDirective } from '@siemens/ix-angular/common';
8
7
  export { IxActiveModal } from '@siemens/ix-angular/common';
@@ -76,15 +75,15 @@ let IxActionCard = class IxActionCard {
76
75
  c.detach();
77
76
  this.el = r.nativeElement;
78
77
  }
79
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxActionCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
80
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxActionCard, selector: "ix-action-card", inputs: { ariaLabelCard: "ariaLabelCard", ariaLabelIcon: "ariaLabelIcon", heading: "heading", icon: "icon", selected: "selected", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
78
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxActionCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
79
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxActionCard, isStandalone: false, selector: "ix-action-card", inputs: { ariaLabelCard: "ariaLabelCard", ariaLabelIcon: "ariaLabelIcon", heading: "heading", icon: "icon", selected: "selected", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
81
80
  };
82
81
  IxActionCard = __decorate([
83
82
  ProxyCmp({
84
83
  inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'selected', 'subheading', 'variant']
85
84
  })
86
85
  ], IxActionCard);
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxActionCard, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxActionCard, decorators: [{
88
87
  type: Component,
89
88
  args: [{
90
89
  selector: 'ix-action-card',
@@ -92,6 +91,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
92
91
  template: '<ng-content></ng-content>',
93
92
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
94
93
  inputs: ['ariaLabelCard', 'ariaLabelIcon', 'heading', 'icon', 'selected', 'subheading', 'variant'],
94
+ standalone: false
95
95
  }]
96
96
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
97
97
  let IxApplication = class IxApplication {
@@ -102,15 +102,15 @@ let IxApplication = class IxApplication {
102
102
  c.detach();
103
103
  this.el = r.nativeElement;
104
104
  }
105
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplication, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
106
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxApplication, selector: "ix-application", inputs: { appSwitchConfig: "appSwitchConfig", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", theme: "theme", themeSystemAppearance: "themeSystemAppearance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
105
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplication, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
106
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxApplication, isStandalone: false, selector: "ix-application", inputs: { appSwitchConfig: "appSwitchConfig", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", theme: "theme", themeSystemAppearance: "themeSystemAppearance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
107
107
  };
108
108
  IxApplication = __decorate([
109
109
  ProxyCmp({
110
110
  inputs: ['appSwitchConfig', 'breakpoints', 'forceBreakpoint', 'theme', 'themeSystemAppearance']
111
111
  })
112
112
  ], IxApplication);
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplication, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplication, decorators: [{
114
114
  type: Component,
115
115
  args: [{
116
116
  selector: 'ix-application',
@@ -118,35 +118,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
118
118
  template: '<ng-content></ng-content>',
119
119
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
120
120
  inputs: ['appSwitchConfig', 'breakpoints', 'forceBreakpoint', 'theme', 'themeSystemAppearance'],
121
+ standalone: false
121
122
  }]
122
123
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
123
124
  let IxApplicationHeader = class IxApplicationHeader {
124
125
  z;
125
126
  el;
127
+ menuToggle = new EventEmitter();
128
+ openAppSwitch = new EventEmitter();
126
129
  constructor(c, r, z) {
127
130
  this.z = z;
128
131
  c.detach();
129
132
  this.el = r.nativeElement;
130
- proxyOutputs(this, this.el, ['menuToggle', 'openAppSwitch']);
131
133
  }
132
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplicationHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
133
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxApplicationHeader, selector: "ix-application-header", inputs: { ariaLabelAppSwitchIconButton: "ariaLabelAppSwitchIconButton", ariaLabelMenuExpandIconButton: "ariaLabelMenuExpandIconButton", ariaLabelMoreMenuIconButton: "ariaLabelMoreMenuIconButton", name: "name", showMenu: "showMenu" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
134
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplicationHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
135
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxApplicationHeader, isStandalone: false, selector: "ix-application-header", inputs: { appIcon: "appIcon", appIconAlt: "appIconAlt", appIconOutline: "appIconOutline", ariaLabelAppSwitchIconButton: "ariaLabelAppSwitchIconButton", ariaLabelMenuExpandIconButton: "ariaLabelMenuExpandIconButton", ariaLabelMoreMenuIconButton: "ariaLabelMoreMenuIconButton", companyLogo: "companyLogo", companyLogoAlt: "companyLogoAlt", hideBottomBorder: "hideBottomBorder", name: "name", nameSuffix: "nameSuffix", showMenu: "showMenu" }, outputs: { menuToggle: "menuToggle", openAppSwitch: "openAppSwitch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
134
136
  };
135
137
  IxApplicationHeader = __decorate([
136
138
  ProxyCmp({
137
- inputs: ['ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'name', 'showMenu']
139
+ inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu']
138
140
  })
139
141
  ], IxApplicationHeader);
140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxApplicationHeader, decorators: [{
142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxApplicationHeader, decorators: [{
141
143
  type: Component,
142
144
  args: [{
143
145
  selector: 'ix-application-header',
144
146
  changeDetection: ChangeDetectionStrategy.OnPush,
145
147
  template: '<ng-content></ng-content>',
146
148
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
147
- inputs: ['ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'name', 'showMenu'],
149
+ inputs: ['appIcon', 'appIconAlt', 'appIconOutline', 'ariaLabelAppSwitchIconButton', 'ariaLabelMenuExpandIconButton', 'ariaLabelMoreMenuIconButton', 'companyLogo', 'companyLogoAlt', 'hideBottomBorder', 'name', 'nameSuffix', 'showMenu'],
150
+ outputs: ['menuToggle', 'openAppSwitch'],
151
+ standalone: false
148
152
  }]
149
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
153
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuToggle: [{
154
+ type: Output
155
+ }], openAppSwitch: [{
156
+ type: Output
157
+ }] } });
150
158
  let IxAvatar = class IxAvatar {
151
159
  z;
152
160
  el;
@@ -155,68 +163,43 @@ let IxAvatar = class IxAvatar {
155
163
  c.detach();
156
164
  this.el = r.nativeElement;
157
165
  }
158
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
159
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxAvatar, selector: "ix-avatar", inputs: { a11yLabel: "a11yLabel", extra: "extra", image: "image", initials: "initials", username: "username" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
166
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
167
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxAvatar, isStandalone: false, selector: "ix-avatar", inputs: { a11yLabel: "a11yLabel", ariaLabelTooltip: "ariaLabelTooltip", extra: "extra", image: "image", initials: "initials", tooltipText: "tooltipText", username: "username" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
160
168
  };
161
169
  IxAvatar = __decorate([
162
170
  ProxyCmp({
163
- inputs: ['a11yLabel', 'extra', 'image', 'initials', 'username']
171
+ inputs: ['a11yLabel', 'ariaLabelTooltip', 'extra', 'image', 'initials', 'tooltipText', 'username']
164
172
  })
165
173
  ], IxAvatar);
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxAvatar, decorators: [{
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxAvatar, decorators: [{
167
175
  type: Component,
168
176
  args: [{
169
177
  selector: 'ix-avatar',
170
178
  changeDetection: ChangeDetectionStrategy.OnPush,
171
179
  template: '<ng-content></ng-content>',
172
180
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
173
- inputs: ['a11yLabel', 'extra', 'image', 'initials', 'username'],
174
- }]
175
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
176
- let IxBasicNavigation = class IxBasicNavigation {
177
- z;
178
- el;
179
- constructor(c, r, z) {
180
- this.z = z;
181
- c.detach();
182
- this.el = r.nativeElement;
183
- }
184
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBasicNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
185
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBasicNavigation, selector: "ix-basic-navigation", inputs: { applicationName: "applicationName", breakpoints: "breakpoints", forceBreakpoint: "forceBreakpoint", hideHeader: "hideHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
186
- };
187
- IxBasicNavigation = __decorate([
188
- ProxyCmp({
189
- inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader']
190
- })
191
- ], IxBasicNavigation);
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBasicNavigation, decorators: [{
193
- type: Component,
194
- args: [{
195
- selector: 'ix-basic-navigation',
196
- changeDetection: ChangeDetectionStrategy.OnPush,
197
- template: '<ng-content></ng-content>',
198
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
199
- inputs: ['applicationName', 'breakpoints', 'forceBreakpoint', 'hideHeader'],
181
+ inputs: ['a11yLabel', 'ariaLabelTooltip', 'extra', 'image', 'initials', 'tooltipText', 'username'],
182
+ standalone: false
200
183
  }]
201
184
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
202
185
  let IxBlind = class IxBlind {
203
186
  z;
204
187
  el;
188
+ collapsedChange = new EventEmitter();
205
189
  constructor(c, r, z) {
206
190
  this.z = z;
207
191
  c.detach();
208
192
  this.el = r.nativeElement;
209
- proxyOutputs(this, this.el, ['collapsedChange']);
210
193
  }
211
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBlind, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
212
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBlind, selector: "ix-blind", inputs: { collapsed: "collapsed", icon: "icon", label: "label", sublabel: "sublabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
194
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBlind, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
195
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBlind, isStandalone: false, selector: "ix-blind", inputs: { collapsed: "collapsed", icon: "icon", label: "label", sublabel: "sublabel", variant: "variant" }, outputs: { collapsedChange: "collapsedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
213
196
  };
214
197
  IxBlind = __decorate([
215
198
  ProxyCmp({
216
199
  inputs: ['collapsed', 'icon', 'label', 'sublabel', 'variant']
217
200
  })
218
201
  ], IxBlind);
219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBlind, decorators: [{
202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBlind, decorators: [{
220
203
  type: Component,
221
204
  args: [{
222
205
  selector: 'ix-blind',
@@ -224,35 +207,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
224
207
  template: '<ng-content></ng-content>',
225
208
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
226
209
  inputs: ['collapsed', 'icon', 'label', 'sublabel', 'variant'],
210
+ outputs: ['collapsedChange'],
211
+ standalone: false
227
212
  }]
228
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
213
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { collapsedChange: [{
214
+ type: Output
215
+ }] } });
229
216
  let IxBreadcrumb = class IxBreadcrumb {
230
217
  z;
231
218
  el;
219
+ itemClick = new EventEmitter();
220
+ nextClick = new EventEmitter();
232
221
  constructor(c, r, z) {
233
222
  this.z = z;
234
223
  c.detach();
235
224
  this.el = r.nativeElement;
236
- proxyOutputs(this, this.el, ['itemClick', 'nextClick']);
237
225
  }
238
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
239
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBreadcrumb, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton", ghost: "ghost", nextItems: "nextItems", visibleItemCount: "visibleItemCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
226
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
227
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumb, isStandalone: false, selector: "ix-breadcrumb", inputs: { ariaLabelPreviousButton: "ariaLabelPreviousButton", nextItems: "nextItems", subtle: "subtle", visibleItemCount: "visibleItemCount" }, outputs: { itemClick: "itemClick", nextClick: "nextClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
240
228
  };
241
229
  IxBreadcrumb = __decorate([
242
230
  ProxyCmp({
243
- inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount']
231
+ inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount']
244
232
  })
245
233
  ], IxBreadcrumb);
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumb, decorators: [{
234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumb, decorators: [{
247
235
  type: Component,
248
236
  args: [{
249
237
  selector: 'ix-breadcrumb',
250
238
  changeDetection: ChangeDetectionStrategy.OnPush,
251
239
  template: '<ng-content></ng-content>',
252
240
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
253
- inputs: ['ariaLabelPreviousButton', 'ghost', 'nextItems', 'visibleItemCount'],
241
+ inputs: ['ariaLabelPreviousButton', 'nextItems', 'subtle', 'visibleItemCount'],
242
+ outputs: ['itemClick', 'nextClick'],
243
+ standalone: false
254
244
  }]
255
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
245
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
246
+ type: Output
247
+ }], nextClick: [{
248
+ type: Output
249
+ }] } });
256
250
  let IxBreadcrumbItem = class IxBreadcrumbItem {
257
251
  z;
258
252
  el;
@@ -261,22 +255,23 @@ let IxBreadcrumbItem = class IxBreadcrumbItem {
261
255
  c.detach();
262
256
  this.el = r.nativeElement;
263
257
  }
264
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
265
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxBreadcrumbItem, selector: "ix-breadcrumb-item", inputs: { ariaLabelButton: "ariaLabelButton", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
258
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
259
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxBreadcrumbItem, isStandalone: false, selector: "ix-breadcrumb-item", inputs: { ariaLabelButton: "ariaLabelButton", href: "href", icon: "icon", label: "label", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
266
260
  };
267
261
  IxBreadcrumbItem = __decorate([
268
262
  ProxyCmp({
269
- inputs: ['ariaLabelButton', 'icon', 'label']
263
+ inputs: ['ariaLabelButton', 'href', 'icon', 'label', 'rel', 'target']
270
264
  })
271
265
  ], IxBreadcrumbItem);
272
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBreadcrumbItem, decorators: [{
273
267
  type: Component,
274
268
  args: [{
275
269
  selector: 'ix-breadcrumb-item',
276
270
  changeDetection: ChangeDetectionStrategy.OnPush,
277
271
  template: '<ng-content></ng-content>',
278
272
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
279
- inputs: ['ariaLabelButton', 'icon', 'label'],
273
+ inputs: ['ariaLabelButton', 'href', 'icon', 'label', 'rel', 'target'],
274
+ standalone: false
280
275
  }]
281
276
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
282
277
  let IxButton = class IxButton {
@@ -287,22 +282,23 @@ let IxButton = class IxButton {
287
282
  c.detach();
288
283
  this.el = r.nativeElement;
289
284
  }
290
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
291
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxButton, selector: "ix-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", form: "form", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
285
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
286
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxButton, isStandalone: false, selector: "ix-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", form: "form", href: "href", icon: "icon", iconRight: "iconRight", loading: "loading", rel: "rel", target: "target", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
292
287
  };
293
288
  IxButton = __decorate([
294
289
  ProxyCmp({
295
- inputs: ['ariaLabelButton', 'disabled', 'form', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant']
290
+ inputs: ['ariaLabelButton', 'disabled', 'form', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target', 'type', 'variant']
296
291
  })
297
292
  ], IxButton);
298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxButton, decorators: [{
293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxButton, decorators: [{
299
294
  type: Component,
300
295
  args: [{
301
296
  selector: 'ix-button',
302
297
  changeDetection: ChangeDetectionStrategy.OnPush,
303
298
  template: '<ng-content></ng-content>',
304
299
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
305
- inputs: ['ariaLabelButton', 'disabled', 'form', 'ghost', 'icon', 'loading', 'outline', 'type', 'variant'],
300
+ inputs: ['ariaLabelButton', 'disabled', 'form', 'href', 'icon', 'iconRight', 'loading', 'rel', 'target', 'type', 'variant'],
301
+ standalone: false
306
302
  }]
307
303
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
308
304
  let IxCard = class IxCard {
@@ -313,15 +309,15 @@ let IxCard = class IxCard {
313
309
  c.detach();
314
310
  this.el = r.nativeElement;
315
311
  }
316
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
317
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCard, selector: "ix-card", inputs: { selected: "selected", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
312
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
313
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCard, isStandalone: false, selector: "ix-card", inputs: { selected: "selected", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
318
314
  };
319
315
  IxCard = __decorate([
320
316
  ProxyCmp({
321
317
  inputs: ['selected', 'variant']
322
318
  })
323
319
  ], IxCard);
324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCard, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCard, decorators: [{
325
321
  type: Component,
326
322
  args: [{
327
323
  selector: 'ix-card',
@@ -329,6 +325,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
329
325
  template: '<ng-content></ng-content>',
330
326
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
331
327
  inputs: ['selected', 'variant'],
328
+ standalone: false
332
329
  }]
333
330
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
334
331
  let IxCardAccordion = class IxCardAccordion {
@@ -339,22 +336,23 @@ let IxCardAccordion = class IxCardAccordion {
339
336
  c.detach();
340
337
  this.el = r.nativeElement;
341
338
  }
342
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
343
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardAccordion, selector: "ix-card-accordion", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
339
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
340
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardAccordion, isStandalone: false, selector: "ix-card-accordion", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
344
341
  };
345
342
  IxCardAccordion = __decorate([
346
343
  ProxyCmp({
347
- inputs: ['ariaLabelExpandButton', 'collapse']
344
+ inputs: ['ariaLabelExpandButton', 'collapse', 'variant']
348
345
  })
349
346
  ], IxCardAccordion);
350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardAccordion, decorators: [{
347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardAccordion, decorators: [{
351
348
  type: Component,
352
349
  args: [{
353
350
  selector: 'ix-card-accordion',
354
351
  changeDetection: ChangeDetectionStrategy.OnPush,
355
352
  template: '<ng-content></ng-content>',
356
353
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
357
- inputs: ['ariaLabelExpandButton', 'collapse'],
354
+ inputs: ['ariaLabelExpandButton', 'collapse', 'variant'],
355
+ standalone: false
358
356
  }]
359
357
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
360
358
  let IxCardContent = class IxCardContent {
@@ -365,13 +363,13 @@ let IxCardContent = class IxCardContent {
365
363
  c.detach();
366
364
  this.el = r.nativeElement;
367
365
  }
368
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
369
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardContent, selector: "ix-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
366
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
367
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardContent, isStandalone: false, selector: "ix-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
370
368
  };
371
369
  IxCardContent = __decorate([
372
370
  ProxyCmp({})
373
371
  ], IxCardContent);
374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardContent, decorators: [{
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardContent, decorators: [{
375
373
  type: Component,
376
374
  args: [{
377
375
  selector: 'ix-card-content',
@@ -379,26 +377,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
379
377
  template: '<ng-content></ng-content>',
380
378
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
381
379
  inputs: [],
380
+ standalone: false
382
381
  }]
383
382
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
384
383
  let IxCardList = class IxCardList {
385
384
  z;
386
385
  el;
386
+ collapseChanged = new EventEmitter();
387
+ showAllClick = new EventEmitter();
388
+ showMoreCardClick = new EventEmitter();
387
389
  constructor(c, r, z) {
388
390
  this.z = z;
389
391
  c.detach();
390
392
  this.el = r.nativeElement;
391
- proxyOutputs(this, this.el, ['collapseChanged', 'showAllClick', 'showMoreCardClick']);
392
393
  }
393
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
394
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardList, selector: "ix-card-list", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", 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 });
394
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
395
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardList, isStandalone: false, selector: "ix-card-list", inputs: { ariaLabelExpandButton: "ariaLabelExpandButton", collapse: "collapse", hideShowAll: "hideShowAll", i18nMoreCards: "i18nMoreCards", i18nShowAll: "i18nShowAll", label: "label", listStyle: "listStyle", showAllCount: "showAllCount", suppressOverflowHandling: "suppressOverflowHandling" }, outputs: { collapseChanged: "collapseChanged", showAllClick: "showAllClick", showMoreCardClick: "showMoreCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
395
396
  };
396
397
  IxCardList = __decorate([
397
398
  ProxyCmp({
398
399
  inputs: ['ariaLabelExpandButton', 'collapse', 'hideShowAll', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling']
399
400
  })
400
401
  ], IxCardList);
401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardList, decorators: [{
402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardList, decorators: [{
402
403
  type: Component,
403
404
  args: [{
404
405
  selector: 'ix-card-list',
@@ -406,8 +407,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
406
407
  template: '<ng-content></ng-content>',
407
408
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
408
409
  inputs: ['ariaLabelExpandButton', 'collapse', 'hideShowAll', 'i18nMoreCards', 'i18nShowAll', 'label', 'listStyle', 'showAllCount', 'suppressOverflowHandling'],
410
+ outputs: ['collapseChanged', 'showAllClick', 'showMoreCardClick'],
411
+ standalone: false
409
412
  }]
410
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
413
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { collapseChanged: [{
414
+ type: Output
415
+ }], showAllClick: [{
416
+ type: Output
417
+ }], showMoreCardClick: [{
418
+ type: Output
419
+ }] } });
411
420
  let IxCardTitle = class IxCardTitle {
412
421
  z;
413
422
  el;
@@ -416,13 +425,13 @@ let IxCardTitle = class IxCardTitle {
416
425
  c.detach();
417
426
  this.el = r.nativeElement;
418
427
  }
419
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
420
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCardTitle, selector: "ix-card-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
428
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
429
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCardTitle, isStandalone: false, selector: "ix-card-title", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
421
430
  };
422
431
  IxCardTitle = __decorate([
423
432
  ProxyCmp({})
424
433
  ], IxCardTitle);
425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCardTitle, decorators: [{
434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCardTitle, decorators: [{
426
435
  type: Component,
427
436
  args: [{
428
437
  selector: 'ix-card-title',
@@ -430,53 +439,69 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
430
439
  template: '<ng-content></ng-content>',
431
440
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
432
441
  inputs: [],
442
+ standalone: false
433
443
  }]
434
444
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
435
445
  let IxCategoryFilter = class IxCategoryFilter {
436
446
  z;
437
447
  el;
448
+ categoryChanged = new EventEmitter();
449
+ inputChanged = new EventEmitter();
450
+ filterChanged = new EventEmitter();
451
+ filterCleared = new EventEmitter();
438
452
  constructor(c, r, z) {
439
453
  this.z = z;
440
454
  c.detach();
441
455
  this.el = r.nativeElement;
442
- proxyOutputs(this, this.el, ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared']);
443
456
  }
444
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCategoryFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
445
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCategoryFilter, selector: "ix-category-filter", inputs: { ariaLabelFilterInput: "ariaLabelFilterInput", ariaLabelOperatorButton: "ariaLabelOperatorButton", ariaLabelResetButton: "ariaLabelResetButton", 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 });
457
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCategoryFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
458
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCategoryFilter, isStandalone: false, selector: "ix-category-filter", inputs: { ariaLabelFilterInput: "ariaLabelFilterInput", ariaLabelOperatorButton: "ariaLabelOperatorButton", ariaLabelResetButton: "ariaLabelResetButton", categories: "categories", disabled: "disabled", filterState: "filterState", hideIcon: "hideIcon", i18nPlainText: "i18nPlainText", icon: "icon", labelCategories: "labelCategories", nonSelectableCategories: "nonSelectableCategories", placeholder: "placeholder", readonly: "readonly", staticOperator: "staticOperator", suggestions: "suggestions", uniqueCategories: "uniqueCategories" }, outputs: { categoryChanged: "categoryChanged", inputChanged: "inputChanged", filterChanged: "filterChanged", filterCleared: "filterCleared" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
446
459
  };
447
460
  IxCategoryFilter = __decorate([
448
461
  ProxyCmp({
449
- inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'staticOperator', 'suggestions']
462
+ inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories']
450
463
  })
451
464
  ], IxCategoryFilter);
452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCategoryFilter, decorators: [{
465
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCategoryFilter, decorators: [{
453
466
  type: Component,
454
467
  args: [{
455
468
  selector: 'ix-category-filter',
456
469
  changeDetection: ChangeDetectionStrategy.OnPush,
457
470
  template: '<ng-content></ng-content>',
458
471
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
459
- inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'repeatCategories', 'staticOperator', 'suggestions'],
472
+ inputs: ['ariaLabelFilterInput', 'ariaLabelOperatorButton', 'ariaLabelResetButton', 'categories', 'disabled', 'filterState', 'hideIcon', 'i18nPlainText', 'icon', 'labelCategories', 'nonSelectableCategories', 'placeholder', 'readonly', 'staticOperator', 'suggestions', 'uniqueCategories'],
473
+ outputs: ['categoryChanged', 'inputChanged', 'filterChanged', 'filterCleared'],
474
+ standalone: false
460
475
  }]
461
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
476
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { categoryChanged: [{
477
+ type: Output
478
+ }], inputChanged: [{
479
+ type: Output
480
+ }], filterChanged: [{
481
+ type: Output
482
+ }], filterCleared: [{
483
+ type: Output
484
+ }] } });
462
485
  let IxCheckbox = class IxCheckbox {
463
486
  z;
464
487
  el;
488
+ checkedChange = new EventEmitter();
489
+ valueChange = new EventEmitter();
490
+ ixBlur = new EventEmitter();
465
491
  constructor(c, r, z) {
466
492
  this.z = z;
467
493
  c.detach();
468
494
  this.el = r.nativeElement;
469
- proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
470
495
  }
471
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
472
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckbox, selector: "ix-checkbox", inputs: { checked: "checked", disabled: "disabled", indeterminate: "indeterminate", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
496
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
497
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCheckbox, isStandalone: false, selector: "ix-checkbox", inputs: { checked: "checked", disabled: "disabled", indeterminate: "indeterminate", label: "label", name: "name", required: "required", value: "value" }, outputs: { checkedChange: "checkedChange", valueChange: "valueChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
473
498
  };
474
499
  IxCheckbox = __decorate([
475
500
  ProxyCmp({
476
501
  inputs: ['checked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'value']
477
502
  })
478
503
  ], IxCheckbox);
479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckbox, decorators: [{
504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckbox, decorators: [{
480
505
  type: Component,
481
506
  args: [{
482
507
  selector: 'ix-checkbox',
@@ -484,8 +509,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
484
509
  template: '<ng-content></ng-content>',
485
510
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
486
511
  inputs: ['checked', 'disabled', 'indeterminate', 'label', 'name', 'required', 'value'],
512
+ outputs: ['checkedChange', 'valueChange', 'ixBlur'],
513
+ standalone: false
487
514
  }]
488
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
515
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { checkedChange: [{
516
+ type: Output
517
+ }], valueChange: [{
518
+ type: Output
519
+ }], ixBlur: [{
520
+ type: Output
521
+ }] } });
489
522
  let IxCheckboxGroup = class IxCheckboxGroup {
490
523
  z;
491
524
  el;
@@ -494,15 +527,15 @@ let IxCheckboxGroup = class IxCheckboxGroup {
494
527
  c.detach();
495
528
  this.el = r.nativeElement;
496
529
  }
497
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
498
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCheckboxGroup, selector: "ix-checkbox-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
530
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckboxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
531
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCheckboxGroup, isStandalone: false, selector: "ix-checkbox-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
499
532
  };
500
533
  IxCheckboxGroup = __decorate([
501
534
  ProxyCmp({
502
535
  inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'warningText']
503
536
  })
504
537
  ], IxCheckboxGroup);
505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCheckboxGroup, decorators: [{
538
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCheckboxGroup, decorators: [{
506
539
  type: Component,
507
540
  args: [{
508
541
  selector: 'ix-checkbox-group',
@@ -510,35 +543,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
510
543
  template: '<ng-content></ng-content>',
511
544
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
512
545
  inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'warningText'],
546
+ standalone: false
513
547
  }]
514
548
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
515
549
  let IxChip = class IxChip {
516
550
  z;
517
551
  el;
552
+ closeChip = new EventEmitter();
518
553
  constructor(c, r, z) {
519
554
  this.z = z;
520
555
  c.detach();
521
556
  this.el = r.nativeElement;
522
- proxyOutputs(this, this.el, ['closeChip']);
523
557
  }
524
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
525
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxChip, selector: "ix-chip", inputs: { active: "active", ariaLabelCloseButton: "ariaLabelCloseButton", background: "background", centerContent: "centerContent", chipColor: "chipColor", closable: "closable", icon: "icon", outline: "outline", tooltipText: "tooltipText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
558
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
559
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxChip, isStandalone: false, selector: "ix-chip", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", background: "background", centerContent: "centerContent", chipColor: "chipColor", closable: "closable", icon: "icon", inactive: "inactive", outline: "outline", tooltipText: "tooltipText", variant: "variant" }, outputs: { closeChip: "closeChip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
526
560
  };
527
561
  IxChip = __decorate([
528
562
  ProxyCmp({
529
- inputs: ['active', 'ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant']
563
+ inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'inactive', 'outline', 'tooltipText', 'variant']
530
564
  })
531
565
  ], IxChip);
532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxChip, decorators: [{
566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxChip, decorators: [{
533
567
  type: Component,
534
568
  args: [{
535
569
  selector: 'ix-chip',
536
570
  changeDetection: ChangeDetectionStrategy.OnPush,
537
571
  template: '<ng-content></ng-content>',
538
572
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
539
- inputs: ['active', 'ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'outline', 'tooltipText', 'variant'],
573
+ inputs: ['ariaLabelCloseButton', 'background', 'centerContent', 'chipColor', 'closable', 'icon', 'inactive', 'outline', 'tooltipText', 'variant'],
574
+ outputs: ['closeChip'],
575
+ standalone: false
540
576
  }]
541
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
577
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeChip: [{
578
+ type: Output
579
+ }] } });
542
580
  let IxCol = class IxCol {
543
581
  z;
544
582
  el;
@@ -547,15 +585,15 @@ let IxCol = class IxCol {
547
585
  c.detach();
548
586
  this.el = r.nativeElement;
549
587
  }
550
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
551
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCol, selector: "ix-col", inputs: { size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
588
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCol, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
589
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCol, isStandalone: false, selector: "ix-col", inputs: { size: "size", sizeLg: "sizeLg", sizeMd: "sizeMd", sizeSm: "sizeSm" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
552
590
  };
553
591
  IxCol = __decorate([
554
592
  ProxyCmp({
555
593
  inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm']
556
594
  })
557
595
  ], IxCol);
558
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCol, decorators: [{
596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCol, decorators: [{
559
597
  type: Component,
560
598
  args: [{
561
599
  selector: 'ix-col',
@@ -563,6 +601,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
563
601
  template: '<ng-content></ng-content>',
564
602
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
565
603
  inputs: ['size', 'sizeLg', 'sizeMd', 'sizeSm'],
604
+ standalone: false
566
605
  }]
567
606
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
568
607
  let IxContent = class IxContent {
@@ -573,13 +612,13 @@ let IxContent = class IxContent {
573
612
  c.detach();
574
613
  this.el = r.nativeElement;
575
614
  }
576
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
577
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxContent, selector: "ix-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
615
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
616
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxContent, isStandalone: false, selector: "ix-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
578
617
  };
579
618
  IxContent = __decorate([
580
619
  ProxyCmp({})
581
620
  ], IxContent);
582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContent, decorators: [{
621
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContent, decorators: [{
583
622
  type: Component,
584
623
  args: [{
585
624
  selector: 'ix-content',
@@ -587,26 +626,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
587
626
  template: '<ng-content></ng-content>',
588
627
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
589
628
  inputs: [],
629
+ standalone: false
590
630
  }]
591
631
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
592
632
  let IxContentHeader = class IxContentHeader {
593
633
  z;
594
634
  el;
635
+ backButtonClick = new EventEmitter();
595
636
  constructor(c, r, z) {
596
637
  this.z = z;
597
638
  c.detach();
598
639
  this.el = r.nativeElement;
599
- proxyOutputs(this, this.el, ['backButtonClick']);
600
640
  }
601
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContentHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
602
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxContentHeader, selector: "ix-content-header", inputs: { hasBackButton: "hasBackButton", headerSubtitle: "headerSubtitle", headerTitle: "headerTitle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
641
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContentHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
642
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxContentHeader, isStandalone: false, selector: "ix-content-header", inputs: { hasBackButton: "hasBackButton", headerSubtitle: "headerSubtitle", headerTitle: "headerTitle", variant: "variant" }, outputs: { backButtonClick: "backButtonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
603
643
  };
604
644
  IxContentHeader = __decorate([
605
645
  ProxyCmp({
606
646
  inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant']
607
647
  })
608
648
  ], IxContentHeader);
609
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxContentHeader, decorators: [{
649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxContentHeader, decorators: [{
610
650
  type: Component,
611
651
  args: [{
612
652
  selector: 'ix-content-header',
@@ -614,8 +654,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
614
654
  template: '<ng-content></ng-content>',
615
655
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
616
656
  inputs: ['hasBackButton', 'headerSubtitle', 'headerTitle', 'variant'],
657
+ outputs: ['backButtonClick'],
658
+ standalone: false
617
659
  }]
618
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
660
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { backButtonClick: [{
661
+ type: Output
662
+ }] } });
619
663
  let IxCustomField = class IxCustomField {
620
664
  z;
621
665
  el;
@@ -624,15 +668,15 @@ let IxCustomField = class IxCustomField {
624
668
  c.detach();
625
669
  this.el = r.nativeElement;
626
670
  }
627
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCustomField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
628
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxCustomField, selector: "ix-custom-field", inputs: { helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
671
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCustomField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
672
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxCustomField, isStandalone: false, selector: "ix-custom-field", inputs: { helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", required: "required", showTextAsTooltip: "showTextAsTooltip", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
629
673
  };
630
674
  IxCustomField = __decorate([
631
675
  ProxyCmp({
632
676
  inputs: ['helperText', 'infoText', 'invalidText', 'label', 'required', 'showTextAsTooltip', 'validText', 'warningText']
633
677
  })
634
678
  ], IxCustomField);
635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxCustomField, decorators: [{
679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxCustomField, decorators: [{
636
680
  type: Component,
637
681
  args: [{
638
682
  selector: 'ix-custom-field',
@@ -640,47 +684,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
640
684
  template: '<ng-content></ng-content>',
641
685
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
642
686
  inputs: ['helperText', 'infoText', 'invalidText', 'label', 'required', 'showTextAsTooltip', 'validText', 'warningText'],
687
+ standalone: false
643
688
  }]
644
689
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
645
690
  let IxDateDropdown = class IxDateDropdown {
646
691
  z;
647
692
  el;
693
+ dateRangeChange = new EventEmitter();
648
694
  constructor(c, r, z) {
649
695
  this.z = z;
650
696
  c.detach();
651
697
  this.el = r.nativeElement;
652
- proxyOutputs(this, this.el, ['dateRangeChange']);
653
698
  }
654
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
655
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDateDropdown, selector: "ix-date-dropdown", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", 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 });
699
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
700
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateDropdown, isStandalone: false, selector: "ix-date-dropdown", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", customRangeDisabled: "customRangeDisabled", dateRangeId: "dateRangeId", dateRangeOptions: "dateRangeOptions", disabled: "disabled", format: "format", from: "from", i18nCustomItem: "i18nCustomItem", i18nDone: "i18nDone", i18nNoRange: "i18nNoRange", loading: "loading", locale: "locale", maxDate: "maxDate", minDate: "minDate", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", variant: "variant", weekStartIndex: "weekStartIndex" }, outputs: { dateRangeChange: "dateRangeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
656
701
  };
657
702
  IxDateDropdown = __decorate([
658
703
  ProxyCmp({
659
- inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'ghost', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'outline', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
704
+ inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
660
705
  methods: ['getDateRange']
661
706
  })
662
707
  ], IxDateDropdown);
663
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateDropdown, decorators: [{
708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateDropdown, decorators: [{
664
709
  type: Component,
665
710
  args: [{
666
711
  selector: 'ix-date-dropdown',
667
712
  changeDetection: ChangeDetectionStrategy.OnPush,
668
713
  template: '<ng-content></ng-content>',
669
714
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
670
- inputs: ['ariaLabelDropdownButton', 'customRangeAllowed', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'ghost', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'outline', 'range', 'showWeekNumbers', 'to', 'variant', 'weekStartIndex'],
715
+ inputs: ['ariaLabelDropdownButton', 'customRangeDisabled', 'dateRangeId', 'dateRangeOptions', 'disabled', 'format', 'from', 'i18nCustomItem', 'i18nDone', 'i18nNoRange', 'loading', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'variant', 'weekStartIndex'],
716
+ outputs: ['dateRangeChange'],
717
+ standalone: false
671
718
  }]
672
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
719
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dateRangeChange: [{
720
+ type: Output
721
+ }] } });
673
722
  let IxDateInput = class IxDateInput {
674
723
  z;
675
724
  el;
725
+ valueChange = new EventEmitter();
726
+ validityStateChange = new EventEmitter();
676
727
  constructor(c, r, z) {
677
728
  this.z = z;
678
729
  c.detach();
679
730
  this.el = r.nativeElement;
680
- proxyOutputs(this, this.el, ['valueChange', 'validityStateChange']);
681
731
  }
682
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
683
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDateInput, selector: "ix-date-input", inputs: { ariaLabelCalendarButton: "ariaLabelCalendarButton", ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", disabled: "disabled", format: "format", helperText: "helperText", i18nErrorDateUnparsable: "i18nErrorDateUnparsable", infoText: "infoText", invalidText: "invalidText", label: "label", locale: "locale", maxDate: "maxDate", minDate: "minDate", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", showWeekNumbers: "showWeekNumbers", validText: "validText", value: "value", warningText: "warningText", weekStartIndex: "weekStartIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
732
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
733
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDateInput, isStandalone: false, selector: "ix-date-input", inputs: { ariaLabelCalendarButton: "ariaLabelCalendarButton", ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", disabled: "disabled", format: "format", helperText: "helperText", i18nErrorDateUnparsable: "i18nErrorDateUnparsable", infoText: "infoText", invalidText: "invalidText", label: "label", locale: "locale", maxDate: "maxDate", minDate: "minDate", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", showWeekNumbers: "showWeekNumbers", validText: "validText", value: "value", warningText: "warningText", weekStartIndex: "weekStartIndex" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
684
734
  };
685
735
  IxDateInput = __decorate([
686
736
  ProxyCmp({
@@ -688,7 +738,7 @@ IxDateInput = __decorate([
688
738
  methods: ['getNativeInputElement', 'focusInput']
689
739
  })
690
740
  ], IxDateInput);
691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateInput, decorators: [{
741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateInput, decorators: [{
692
742
  type: Component,
693
743
  args: [{
694
744
  selector: 'ix-date-input',
@@ -696,63 +746,89 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
696
746
  template: '<ng-content></ng-content>',
697
747
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
698
748
  inputs: ['ariaLabelCalendarButton', 'ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'disabled', 'format', 'helperText', 'i18nErrorDateUnparsable', 'infoText', 'invalidText', 'label', 'locale', 'maxDate', 'minDate', 'name', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'showWeekNumbers', 'validText', 'value', 'warningText', 'weekStartIndex'],
749
+ outputs: ['valueChange', 'validityStateChange'],
750
+ standalone: false
699
751
  }]
700
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
752
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
753
+ type: Output
754
+ }], validityStateChange: [{
755
+ type: Output
756
+ }] } });
701
757
  let IxDatePicker = class IxDatePicker {
702
758
  z;
703
759
  el;
760
+ dateChange = new EventEmitter();
761
+ dateRangeChange = new EventEmitter();
762
+ dateSelect = new EventEmitter();
704
763
  constructor(c, r, z) {
705
764
  this.z = z;
706
765
  c.detach();
707
766
  this.el = r.nativeElement;
708
- proxyOutputs(this, this.el, ['dateChange', 'dateRangeChange', 'dateSelect']);
709
767
  }
710
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
711
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDatePicker, selector: "ix-date-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", 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 });
768
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
769
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatePicker, isStandalone: false, selector: "ix-date-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", corners: "corners", format: "format", from: "from", i18nDone: "i18nDone", locale: "locale", maxDate: "maxDate", minDate: "minDate", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { dateChange: "dateChange", dateRangeChange: "dateRangeChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
712
770
  };
713
771
  IxDatePicker = __decorate([
714
772
  ProxyCmp({
715
- inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'weekStartIndex'],
773
+ inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
716
774
  methods: ['getCurrentDate']
717
775
  })
718
776
  ], IxDatePicker);
719
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatePicker, decorators: [{
777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatePicker, decorators: [{
720
778
  type: Component,
721
779
  args: [{
722
780
  selector: 'ix-date-picker',
723
781
  changeDetection: ChangeDetectionStrategy.OnPush,
724
782
  template: '<ng-content></ng-content>',
725
783
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
726
- inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'range', 'showWeekNumbers', 'to', 'weekStartIndex'],
784
+ inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'corners', 'format', 'from', 'i18nDone', 'locale', 'maxDate', 'minDate', 'showWeekNumbers', 'singleSelection', 'to', 'weekStartIndex'],
785
+ outputs: ['dateChange', 'dateRangeChange', 'dateSelect'],
786
+ standalone: false
727
787
  }]
728
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
788
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dateChange: [{
789
+ type: Output
790
+ }], dateRangeChange: [{
791
+ type: Output
792
+ }], dateSelect: [{
793
+ type: Output
794
+ }] } });
729
795
  let IxDatetimePicker = class IxDatetimePicker {
730
796
  z;
731
797
  el;
798
+ timeChange = new EventEmitter();
799
+ dateChange = new EventEmitter();
800
+ dateSelect = new EventEmitter();
732
801
  constructor(c, r, z) {
733
802
  this.z = z;
734
803
  c.detach();
735
804
  this.el = r.nativeElement;
736
- proxyOutputs(this, this.el, ['timeChange', 'dateChange', 'dateSelect']);
737
805
  }
738
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatetimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
739
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDatetimePicker, selector: "ix-datetime-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", 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 });
806
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatetimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
807
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDatetimePicker, isStandalone: false, selector: "ix-datetime-picker", inputs: { ariaLabelNextMonthButton: "ariaLabelNextMonthButton", ariaLabelPreviousMonthButton: "ariaLabelPreviousMonthButton", dateFormat: "dateFormat", from: "from", i18nDone: "i18nDone", i18nTime: "i18nTime", locale: "locale", maxDate: "maxDate", minDate: "minDate", showTimeReference: "showTimeReference", showWeekNumbers: "showWeekNumbers", singleSelection: "singleSelection", time: "time", timeFormat: "timeFormat", timeReference: "timeReference", to: "to", weekStartIndex: "weekStartIndex" }, outputs: { timeChange: "timeChange", dateChange: "dateChange", dateSelect: "dateSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
740
808
  };
741
809
  IxDatetimePicker = __decorate([
742
810
  ProxyCmp({
743
- inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'showWeekNumbers', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
811
+ inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'showTimeReference', 'showWeekNumbers', 'singleSelection', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex']
744
812
  })
745
813
  ], IxDatetimePicker);
746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDatetimePicker, decorators: [{
814
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDatetimePicker, decorators: [{
747
815
  type: Component,
748
816
  args: [{
749
817
  selector: 'ix-datetime-picker',
750
818
  changeDetection: ChangeDetectionStrategy.OnPush,
751
819
  template: '<ng-content></ng-content>',
752
820
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
753
- inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'range', 'showHour', 'showMinutes', 'showSeconds', 'showTimeReference', 'showWeekNumbers', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex'],
821
+ inputs: ['ariaLabelNextMonthButton', 'ariaLabelPreviousMonthButton', 'dateFormat', 'from', 'i18nDone', 'i18nTime', 'locale', 'maxDate', 'minDate', 'showTimeReference', 'showWeekNumbers', 'singleSelection', 'time', 'timeFormat', 'timeReference', 'to', 'weekStartIndex'],
822
+ outputs: ['timeChange', 'dateChange', 'dateSelect'],
823
+ standalone: false
754
824
  }]
755
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
825
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { timeChange: [{
826
+ type: Output
827
+ }], dateChange: [{
828
+ type: Output
829
+ }], dateSelect: [{
830
+ type: Output
831
+ }] } });
756
832
  let IxDivider = class IxDivider {
757
833
  z;
758
834
  el;
@@ -761,13 +837,13 @@ let IxDivider = class IxDivider {
761
837
  c.detach();
762
838
  this.el = r.nativeElement;
763
839
  }
764
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
765
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDivider, selector: "ix-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
840
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
841
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDivider, isStandalone: false, selector: "ix-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
766
842
  };
767
843
  IxDivider = __decorate([
768
844
  ProxyCmp({})
769
845
  ], IxDivider);
770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDivider, decorators: [{
846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDivider, decorators: [{
771
847
  type: Component,
772
848
  args: [{
773
849
  selector: 'ix-divider',
@@ -775,19 +851,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
775
851
  template: '<ng-content></ng-content>',
776
852
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
777
853
  inputs: [],
854
+ standalone: false
778
855
  }]
779
856
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
780
857
  let IxDrawer = class IxDrawer {
781
858
  z;
782
859
  el;
860
+ open = new EventEmitter();
861
+ drawerClose = new EventEmitter();
783
862
  constructor(c, r, z) {
784
863
  this.z = z;
785
864
  c.detach();
786
865
  this.el = r.nativeElement;
787
- proxyOutputs(this, this.el, ['open', 'drawerClose']);
788
866
  }
789
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
790
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDrawer, selector: "ix-drawer", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", 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 });
867
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
868
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDrawer, isStandalone: false, selector: "ix-drawer", inputs: { ariaLabelCloseButton: "ariaLabelCloseButton", closeOnClickOutside: "closeOnClickOutside", fullHeight: "fullHeight", maxWidth: "maxWidth", minWidth: "minWidth", show: "show", width: "width" }, outputs: { open: "open", drawerClose: "drawerClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
791
869
  };
792
870
  IxDrawer = __decorate([
793
871
  ProxyCmp({
@@ -795,7 +873,7 @@ IxDrawer = __decorate([
795
873
  methods: ['toggleDrawer']
796
874
  })
797
875
  ], IxDrawer);
798
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDrawer, decorators: [{
876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDrawer, decorators: [{
799
877
  type: Component,
800
878
  args: [{
801
879
  selector: 'ix-drawer',
@@ -803,19 +881,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
803
881
  template: '<ng-content></ng-content>',
804
882
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
805
883
  inputs: ['ariaLabelCloseButton', 'closeOnClickOutside', 'fullHeight', 'maxWidth', 'minWidth', 'show', 'width'],
884
+ outputs: ['open', 'drawerClose'],
885
+ standalone: false
806
886
  }]
807
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
887
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { open: [{
888
+ type: Output
889
+ }], drawerClose: [{
890
+ type: Output
891
+ }] } });
808
892
  let IxDropdown = class IxDropdown {
809
893
  z;
810
894
  el;
895
+ showChanged = new EventEmitter();
811
896
  constructor(c, r, z) {
812
897
  this.z = z;
813
898
  c.detach();
814
899
  this.el = r.nativeElement;
815
- proxyOutputs(this, this.el, ['showChanged']);
816
900
  }
817
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
818
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdown, selector: "ix-dropdown", inputs: { anchor: "anchor", closeBehavior: "closeBehavior", header: "header", placement: "placement", positioningStrategy: "positioningStrategy", show: "show", suppressAutomaticPlacement: "suppressAutomaticPlacement", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
901
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
902
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdown, isStandalone: false, selector: "ix-dropdown", inputs: { anchor: "anchor", closeBehavior: "closeBehavior", header: "header", placement: "placement", positioningStrategy: "positioningStrategy", show: "show", suppressAutomaticPlacement: "suppressAutomaticPlacement", trigger: "trigger" }, outputs: { showChanged: "showChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
819
903
  };
820
904
  IxDropdown = __decorate([
821
905
  ProxyCmp({
@@ -823,7 +907,7 @@ IxDropdown = __decorate([
823
907
  methods: ['updatePosition']
824
908
  })
825
909
  ], IxDropdown);
826
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdown, decorators: [{
910
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdown, decorators: [{
827
911
  type: Component,
828
912
  args: [{
829
913
  selector: 'ix-dropdown',
@@ -831,8 +915,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
831
915
  template: '<ng-content></ng-content>',
832
916
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
833
917
  inputs: ['anchor', 'closeBehavior', 'header', 'placement', 'positioningStrategy', 'show', 'suppressAutomaticPlacement', 'trigger'],
918
+ outputs: ['showChanged'],
919
+ standalone: false
834
920
  }]
835
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
921
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { showChanged: [{
922
+ type: Output
923
+ }] } });
836
924
  let IxDropdownButton = class IxDropdownButton {
837
925
  z;
838
926
  el;
@@ -841,22 +929,23 @@ let IxDropdownButton = class IxDropdownButton {
841
929
  c.detach();
842
930
  this.el = r.nativeElement;
843
931
  }
844
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
845
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownButton, selector: "ix-dropdown-button", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", 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 });
932
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
933
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownButton, isStandalone: false, selector: "ix-dropdown-button", inputs: { ariaLabelDropdownButton: "ariaLabelDropdownButton", closeBehavior: "closeBehavior", disabled: "disabled", icon: "icon", label: "label", placement: "placement", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
846
934
  };
847
935
  IxDropdownButton = __decorate([
848
936
  ProxyCmp({
849
- inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'variant']
937
+ inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant']
850
938
  })
851
939
  ], IxDropdownButton);
852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownButton, decorators: [{
940
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownButton, decorators: [{
853
941
  type: Component,
854
942
  args: [{
855
943
  selector: 'ix-dropdown-button',
856
944
  changeDetection: ChangeDetectionStrategy.OnPush,
857
945
  template: '<ng-content></ng-content>',
858
946
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
859
- inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'variant'],
947
+ inputs: ['ariaLabelDropdownButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'variant'],
948
+ standalone: false
860
949
  }]
861
950
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
862
951
  let IxDropdownHeader = class IxDropdownHeader {
@@ -867,15 +956,15 @@ let IxDropdownHeader = class IxDropdownHeader {
867
956
  c.detach();
868
957
  this.el = r.nativeElement;
869
958
  }
870
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
871
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownHeader, selector: "ix-dropdown-header", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
959
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
960
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownHeader, isStandalone: false, selector: "ix-dropdown-header", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
872
961
  };
873
962
  IxDropdownHeader = __decorate([
874
963
  ProxyCmp({
875
964
  inputs: ['label']
876
965
  })
877
966
  ], IxDropdownHeader);
878
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownHeader, decorators: [{
967
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownHeader, decorators: [{
879
968
  type: Component,
880
969
  args: [{
881
970
  selector: 'ix-dropdown-header',
@@ -883,6 +972,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
883
972
  template: '<ng-content></ng-content>',
884
973
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
885
974
  inputs: ['label'],
975
+ standalone: false
886
976
  }]
887
977
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
888
978
  let IxDropdownItem = class IxDropdownItem {
@@ -893,15 +983,15 @@ let IxDropdownItem = class IxDropdownItem {
893
983
  c.detach();
894
984
  this.el = r.nativeElement;
895
985
  }
896
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
897
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownItem, selector: "ix-dropdown-item", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelIcon: "ariaLabelIcon", checked: "checked", disabled: "disabled", hover: "hover", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
986
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
987
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownItem, isStandalone: false, selector: "ix-dropdown-item", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelIcon: "ariaLabelIcon", checked: "checked", disabled: "disabled", hover: "hover", icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
898
988
  };
899
989
  IxDropdownItem = __decorate([
900
990
  ProxyCmp({
901
991
  inputs: ['ariaLabelButton', 'ariaLabelIcon', 'checked', 'disabled', 'hover', 'icon', 'label']
902
992
  })
903
993
  ], IxDropdownItem);
904
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownItem, decorators: [{
994
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownItem, decorators: [{
905
995
  type: Component,
906
996
  args: [{
907
997
  selector: 'ix-dropdown-item',
@@ -909,6 +999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
909
999
  template: '<ng-content></ng-content>',
910
1000
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
911
1001
  inputs: ['ariaLabelButton', 'ariaLabelIcon', 'checked', 'disabled', 'hover', 'icon', 'label'],
1002
+ standalone: false
912
1003
  }]
913
1004
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
914
1005
  let IxDropdownQuickActions = class IxDropdownQuickActions {
@@ -919,13 +1010,13 @@ let IxDropdownQuickActions = class IxDropdownQuickActions {
919
1010
  c.detach();
920
1011
  this.el = r.nativeElement;
921
1012
  }
922
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownQuickActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
923
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxDropdownQuickActions, selector: "ix-dropdown-quick-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1013
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownQuickActions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1014
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownQuickActions, isStandalone: false, selector: "ix-dropdown-quick-actions", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
924
1015
  };
925
1016
  IxDropdownQuickActions = __decorate([
926
1017
  ProxyCmp({})
927
1018
  ], IxDropdownQuickActions);
928
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownQuickActions, decorators: [{
1019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownQuickActions, decorators: [{
929
1020
  type: Component,
930
1021
  args: [{
931
1022
  selector: 'ix-dropdown-quick-actions',
@@ -933,35 +1024,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
933
1024
  template: '<ng-content></ng-content>',
934
1025
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
935
1026
  inputs: [],
1027
+ standalone: false
936
1028
  }]
937
1029
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
938
1030
  let IxEmptyState = class IxEmptyState {
939
1031
  z;
940
1032
  el;
1033
+ actionClick = new EventEmitter();
941
1034
  constructor(c, r, z) {
942
1035
  this.z = z;
943
1036
  c.detach();
944
1037
  this.el = r.nativeElement;
945
- proxyOutputs(this, this.el, ['actionClick']);
946
1038
  }
947
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
948
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEmptyState, selector: "ix-empty-state", inputs: { action: "action", ariaLabelEmptyStateIcon: "ariaLabelEmptyStateIcon", header: "header", icon: "icon", layout: "layout", subHeader: "subHeader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1039
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1040
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxEmptyState, isStandalone: false, selector: "ix-empty-state", inputs: { action: "action", ariaLabelEmptyStateIcon: "ariaLabelEmptyStateIcon", header: "header", icon: "icon", layout: "layout", subHeader: "subHeader" }, outputs: { actionClick: "actionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
949
1041
  };
950
1042
  IxEmptyState = __decorate([
951
1043
  ProxyCmp({
952
1044
  inputs: ['action', 'ariaLabelEmptyStateIcon', 'header', 'icon', 'layout', 'subHeader']
953
1045
  })
954
1046
  ], IxEmptyState);
955
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEmptyState, decorators: [{
1047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEmptyState, decorators: [{
956
1048
  type: Component,
957
1049
  args: [{
958
1050
  selector: 'ix-empty-state',
959
1051
  changeDetection: ChangeDetectionStrategy.OnPush,
960
1052
  template: '<ng-content></ng-content>',
961
1053
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
962
- inputs: ['action', 'ariaLabelEmptyStateIcon', 'header', 'icon', 'layout', 'subHeader'],
1054
+ inputs: ['action', 'ariaLabelEmptyStateIcon', { name: 'header', required: true }, 'icon', 'layout', 'subHeader'],
1055
+ outputs: ['actionClick'],
1056
+ standalone: false
963
1057
  }]
964
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1058
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { actionClick: [{
1059
+ type: Output
1060
+ }] } });
965
1061
  let IxEventList = class IxEventList {
966
1062
  z;
967
1063
  el;
@@ -970,15 +1066,15 @@ let IxEventList = class IxEventList {
970
1066
  c.detach();
971
1067
  this.el = r.nativeElement;
972
1068
  }
973
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
974
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEventList, selector: "ix-event-list", inputs: { animated: "animated", chevron: "chevron", compact: "compact", itemHeight: "itemHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1069
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1070
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxEventList, isStandalone: false, selector: "ix-event-list", inputs: { animated: "animated", chevron: "chevron", compact: "compact", itemHeight: "itemHeight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
975
1071
  };
976
1072
  IxEventList = __decorate([
977
1073
  ProxyCmp({
978
1074
  inputs: ['animated', 'chevron', 'compact', 'itemHeight']
979
1075
  })
980
1076
  ], IxEventList);
981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventList, decorators: [{
1077
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventList, decorators: [{
982
1078
  type: Component,
983
1079
  args: [{
984
1080
  selector: 'ix-event-list',
@@ -986,62 +1082,71 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
986
1082
  template: '<ng-content></ng-content>',
987
1083
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
988
1084
  inputs: ['animated', 'chevron', 'compact', 'itemHeight'],
1085
+ standalone: false
989
1086
  }]
990
1087
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
991
1088
  let IxEventListItem = class IxEventListItem {
992
1089
  z;
993
1090
  el;
1091
+ itemClick = new EventEmitter();
994
1092
  constructor(c, r, z) {
995
1093
  this.z = z;
996
1094
  c.detach();
997
1095
  this.el = r.nativeElement;
998
- proxyOutputs(this, this.el, ['itemClick']);
999
1096
  }
1000
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1001
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxEventListItem, selector: "ix-event-list-item", inputs: { chevron: "chevron", disabled: "disabled", itemColor: "itemColor", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1097
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1098
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxEventListItem, isStandalone: false, selector: "ix-event-list-item", inputs: { chevron: "chevron", disabled: "disabled", itemColor: "itemColor", selected: "selected", variant: "variant" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1002
1099
  };
1003
1100
  IxEventListItem = __decorate([
1004
1101
  ProxyCmp({
1005
- inputs: ['chevron', 'disabled', 'itemColor', 'selected']
1102
+ inputs: ['chevron', 'disabled', 'itemColor', 'selected', 'variant']
1006
1103
  })
1007
1104
  ], IxEventListItem);
1008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxEventListItem, decorators: [{
1105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxEventListItem, decorators: [{
1009
1106
  type: Component,
1010
1107
  args: [{
1011
1108
  selector: 'ix-event-list-item',
1012
1109
  changeDetection: ChangeDetectionStrategy.OnPush,
1013
1110
  template: '<ng-content></ng-content>',
1014
1111
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1015
- inputs: ['chevron', 'disabled', 'itemColor', 'selected'],
1112
+ inputs: ['chevron', 'disabled', 'itemColor', 'selected', 'variant'],
1113
+ outputs: ['itemClick'],
1114
+ standalone: false
1016
1115
  }]
1017
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1116
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
1117
+ type: Output
1118
+ }] } });
1018
1119
  let IxExpandingSearch = class IxExpandingSearch {
1019
1120
  z;
1020
1121
  el;
1122
+ valueChange = new EventEmitter();
1021
1123
  constructor(c, r, z) {
1022
1124
  this.z = z;
1023
1125
  c.detach();
1024
1126
  this.el = r.nativeElement;
1025
- proxyOutputs(this, this.el, ['valueChange']);
1026
1127
  }
1027
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxExpandingSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1028
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxExpandingSearch, selector: "ix-expanding-search", inputs: { ariaLabelClearIconButton: "ariaLabelClearIconButton", ariaLabelSearchIconButton: "ariaLabelSearchIconButton", ariaLabelSearchInput: "ariaLabelSearchInput", 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 });
1128
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxExpandingSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1129
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxExpandingSearch, isStandalone: false, selector: "ix-expanding-search", inputs: { ariaLabelClearIconButton: "ariaLabelClearIconButton", ariaLabelSearchIconButton: "ariaLabelSearchIconButton", ariaLabelSearchInput: "ariaLabelSearchInput", fullWidth: "fullWidth", icon: "icon", placeholder: "placeholder", value: "value", variant: "variant" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1029
1130
  };
1030
1131
  IxExpandingSearch = __decorate([
1031
1132
  ProxyCmp({
1032
- inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'ghost', 'icon', 'outline', 'placeholder', 'value', 'variant']
1133
+ inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'icon', 'placeholder', 'value', 'variant']
1033
1134
  })
1034
1135
  ], IxExpandingSearch);
1035
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxExpandingSearch, decorators: [{
1136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxExpandingSearch, decorators: [{
1036
1137
  type: Component,
1037
1138
  args: [{
1038
1139
  selector: 'ix-expanding-search',
1039
1140
  changeDetection: ChangeDetectionStrategy.OnPush,
1040
1141
  template: '<ng-content></ng-content>',
1041
1142
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1042
- inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'ghost', 'icon', 'outline', 'placeholder', 'value', 'variant'],
1143
+ inputs: ['ariaLabelClearIconButton', 'ariaLabelSearchIconButton', 'ariaLabelSearchInput', 'fullWidth', 'icon', 'placeholder', 'value', 'variant'],
1144
+ outputs: ['valueChange'],
1145
+ standalone: false
1043
1146
  }]
1044
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1147
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
1148
+ type: Output
1149
+ }] } });
1045
1150
  let IxFieldLabel = class IxFieldLabel {
1046
1151
  z;
1047
1152
  el;
@@ -1050,15 +1155,15 @@ let IxFieldLabel = class IxFieldLabel {
1050
1155
  c.detach();
1051
1156
  this.el = r.nativeElement;
1052
1157
  }
1053
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1054
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFieldLabel, selector: "ix-field-label", inputs: { htmlFor: "htmlFor", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1158
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFieldLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1159
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFieldLabel, isStandalone: false, selector: "ix-field-label", inputs: { htmlFor: "htmlFor", required: "required" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1055
1160
  };
1056
1161
  IxFieldLabel = __decorate([
1057
1162
  ProxyCmp({
1058
1163
  inputs: ['htmlFor', 'required']
1059
1164
  })
1060
1165
  ], IxFieldLabel);
1061
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFieldLabel, decorators: [{
1166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFieldLabel, decorators: [{
1062
1167
  type: Component,
1063
1168
  args: [{
1064
1169
  selector: 'ix-field-label',
@@ -1066,26 +1171,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1066
1171
  template: '<ng-content></ng-content>',
1067
1172
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1068
1173
  inputs: ['htmlFor', 'required'],
1174
+ standalone: false
1069
1175
  }]
1070
1176
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1071
1177
  let IxFilterChip = class IxFilterChip {
1072
1178
  z;
1073
1179
  el;
1180
+ closeClick = new EventEmitter();
1074
1181
  constructor(c, r, z) {
1075
1182
  this.z = z;
1076
1183
  c.detach();
1077
1184
  this.el = r.nativeElement;
1078
- proxyOutputs(this, this.el, ['closeClick']);
1079
1185
  }
1080
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFilterChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1081
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFilterChip, selector: "ix-filter-chip", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", disabled: "disabled", readonly: "readonly" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1186
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFilterChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1187
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFilterChip, isStandalone: false, selector: "ix-filter-chip", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", disabled: "disabled", readonly: "readonly" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1082
1188
  };
1083
1189
  IxFilterChip = __decorate([
1084
1190
  ProxyCmp({
1085
1191
  inputs: ['ariaLabelCloseIconButton', 'disabled', 'readonly']
1086
1192
  })
1087
1193
  ], IxFilterChip);
1088
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFilterChip, decorators: [{
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFilterChip, decorators: [{
1089
1195
  type: Component,
1090
1196
  args: [{
1091
1197
  selector: 'ix-filter-chip',
@@ -1093,35 +1199,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1093
1199
  template: '<ng-content></ng-content>',
1094
1200
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1095
1201
  inputs: ['ariaLabelCloseIconButton', 'disabled', 'readonly'],
1202
+ outputs: ['closeClick'],
1203
+ standalone: false
1096
1204
  }]
1097
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1205
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeClick: [{
1206
+ type: Output
1207
+ }] } });
1098
1208
  let IxFlipTile = class IxFlipTile {
1099
1209
  z;
1100
1210
  el;
1211
+ toggle = new EventEmitter();
1101
1212
  constructor(c, r, z) {
1102
1213
  this.z = z;
1103
1214
  c.detach();
1104
1215
  this.el = r.nativeElement;
1105
- proxyOutputs(this, this.el, ['toggle']);
1106
1216
  }
1107
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1108
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFlipTile, selector: "ix-flip-tile", inputs: { ariaLabelEyeIconButton: "ariaLabelEyeIconButton", height: "height", index: "index", state: "state", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1217
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1218
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFlipTile, isStandalone: false, selector: "ix-flip-tile", inputs: { ariaLabelEyeIconButton: "ariaLabelEyeIconButton", height: "height", index: "index", variant: "variant", width: "width" }, outputs: { toggle: "toggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1109
1219
  };
1110
1220
  IxFlipTile = __decorate([
1111
1221
  ProxyCmp({
1112
- inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'state', 'width']
1222
+ inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'variant', 'width']
1113
1223
  })
1114
1224
  ], IxFlipTile);
1115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTile, decorators: [{
1225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTile, decorators: [{
1116
1226
  type: Component,
1117
1227
  args: [{
1118
1228
  selector: 'ix-flip-tile',
1119
1229
  changeDetection: ChangeDetectionStrategy.OnPush,
1120
1230
  template: '<ng-content></ng-content>',
1121
1231
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1122
- inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'state', 'width'],
1232
+ inputs: ['ariaLabelEyeIconButton', 'height', 'index', 'variant', 'width'],
1233
+ outputs: ['toggle'],
1234
+ standalone: false
1123
1235
  }]
1124
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1236
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggle: [{
1237
+ type: Output
1238
+ }] } });
1125
1239
  let IxFlipTileContent = class IxFlipTileContent {
1126
1240
  z;
1127
1241
  el;
@@ -1130,13 +1244,13 @@ let IxFlipTileContent = class IxFlipTileContent {
1130
1244
  c.detach();
1131
1245
  this.el = r.nativeElement;
1132
1246
  }
1133
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTileContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1134
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxFlipTileContent, selector: "ix-flip-tile-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1247
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTileContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1248
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxFlipTileContent, isStandalone: false, selector: "ix-flip-tile-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1135
1249
  };
1136
1250
  IxFlipTileContent = __decorate([
1137
1251
  ProxyCmp({})
1138
1252
  ], IxFlipTileContent);
1139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxFlipTileContent, decorators: [{
1253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxFlipTileContent, decorators: [{
1140
1254
  type: Component,
1141
1255
  args: [{
1142
1256
  selector: 'ix-flip-tile-content',
@@ -1144,35 +1258,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1144
1258
  template: '<ng-content></ng-content>',
1145
1259
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1146
1260
  inputs: [],
1261
+ standalone: false
1147
1262
  }]
1148
1263
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1149
1264
  let IxGroup = class IxGroup {
1150
1265
  z;
1151
1266
  el;
1267
+ selectGroup = new EventEmitter();
1268
+ selectItem = new EventEmitter();
1269
+ expandedChanged = new EventEmitter();
1152
1270
  constructor(c, r, z) {
1153
1271
  this.z = z;
1154
1272
  c.detach();
1155
1273
  this.el = r.nativeElement;
1156
- proxyOutputs(this, this.el, ['selectGroup', 'selectItem', 'collapsedChanged']);
1157
1274
  }
1158
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1159
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroup, selector: "ix-group", inputs: { collapsed: "collapsed", expandOnHeaderClick: "expandOnHeaderClick", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1275
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1276
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroup, isStandalone: false, selector: "ix-group", inputs: { expandOnHeaderClick: "expandOnHeaderClick", expanded: "expanded", header: "header", index: "index", selected: "selected", subHeader: "subHeader", suppressHeaderSelection: "suppressHeaderSelection" }, outputs: { selectGroup: "selectGroup", selectItem: "selectItem", expandedChanged: "expandedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1160
1277
  };
1161
1278
  IxGroup = __decorate([
1162
1279
  ProxyCmp({
1163
- inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
1280
+ inputs: ['expandOnHeaderClick', 'expanded', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection']
1164
1281
  })
1165
1282
  ], IxGroup);
1166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroup, decorators: [{
1283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroup, decorators: [{
1167
1284
  type: Component,
1168
1285
  args: [{
1169
1286
  selector: 'ix-group',
1170
1287
  changeDetection: ChangeDetectionStrategy.OnPush,
1171
1288
  template: '<ng-content></ng-content>',
1172
1289
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1173
- inputs: ['collapsed', 'expandOnHeaderClick', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection'],
1290
+ inputs: ['expandOnHeaderClick', 'expanded', 'header', 'index', 'selected', 'subHeader', 'suppressHeaderSelection'],
1291
+ outputs: ['selectGroup', 'selectItem', 'expandedChanged'],
1292
+ standalone: false
1174
1293
  }]
1175
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1294
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectGroup: [{
1295
+ type: Output
1296
+ }], selectItem: [{
1297
+ type: Output
1298
+ }], expandedChanged: [{
1299
+ type: Output
1300
+ }] } });
1176
1301
  let IxGroupContextMenu = class IxGroupContextMenu {
1177
1302
  z;
1178
1303
  el;
@@ -1181,13 +1306,13 @@ let IxGroupContextMenu = class IxGroupContextMenu {
1181
1306
  c.detach();
1182
1307
  this.el = r.nativeElement;
1183
1308
  }
1184
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1185
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroupContextMenu, selector: "ix-group-context-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1309
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupContextMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1310
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroupContextMenu, isStandalone: false, selector: "ix-group-context-menu", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1186
1311
  };
1187
1312
  IxGroupContextMenu = __decorate([
1188
1313
  ProxyCmp({})
1189
1314
  ], IxGroupContextMenu);
1190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupContextMenu, decorators: [{
1315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupContextMenu, decorators: [{
1191
1316
  type: Component,
1192
1317
  args: [{
1193
1318
  selector: 'ix-group-context-menu',
@@ -1195,35 +1320,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1195
1320
  template: '<ng-content></ng-content>',
1196
1321
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1197
1322
  inputs: [],
1323
+ standalone: false
1198
1324
  }]
1199
1325
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1200
1326
  let IxGroupItem = class IxGroupItem {
1201
1327
  z;
1202
1328
  el;
1329
+ selectedChanged = new EventEmitter();
1203
1330
  constructor(c, r, z) {
1204
1331
  this.z = z;
1205
1332
  c.detach();
1206
1333
  this.el = r.nativeElement;
1207
- proxyOutputs(this, this.el, ['selectedChanged']);
1208
1334
  }
1209
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1210
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxGroupItem, selector: "ix-group-item", inputs: { ariaLabelIcon: "ariaLabelIcon", 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 });
1335
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1336
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxGroupItem, isStandalone: false, selector: "ix-group-item", inputs: { ariaLabelIcon: "ariaLabelIcon", disabled: "disabled", icon: "icon", index: "index", secondaryText: "secondaryText", selected: "selected", suppressSelection: "suppressSelection", text: "text" }, outputs: { selectedChanged: "selectedChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1211
1337
  };
1212
1338
  IxGroupItem = __decorate([
1213
1339
  ProxyCmp({
1214
- inputs: ['ariaLabelIcon', 'focusable', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
1340
+ inputs: ['ariaLabelIcon', 'disabled', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text']
1215
1341
  })
1216
1342
  ], IxGroupItem);
1217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxGroupItem, decorators: [{
1343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxGroupItem, decorators: [{
1218
1344
  type: Component,
1219
1345
  args: [{
1220
1346
  selector: 'ix-group-item',
1221
1347
  changeDetection: ChangeDetectionStrategy.OnPush,
1222
1348
  template: '<ng-content></ng-content>',
1223
1349
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1224
- inputs: ['ariaLabelIcon', 'focusable', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text'],
1350
+ inputs: ['ariaLabelIcon', 'disabled', 'icon', 'index', 'secondaryText', 'selected', 'suppressSelection', 'text'],
1351
+ outputs: ['selectedChanged'],
1352
+ standalone: false
1225
1353
  }]
1226
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1354
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectedChanged: [{
1355
+ type: Output
1356
+ }] } });
1227
1357
  let IxHelperText = class IxHelperText {
1228
1358
  z;
1229
1359
  el;
@@ -1232,15 +1362,15 @@ let IxHelperText = class IxHelperText {
1232
1362
  c.detach();
1233
1363
  this.el = r.nativeElement;
1234
1364
  }
1235
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxHelperText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1236
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxHelperText, selector: "ix-helper-text", inputs: { helperText: "helperText", htmlFor: "htmlFor", infoText: "infoText", invalidText: "invalidText", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1365
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxHelperText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1366
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxHelperText, isStandalone: false, selector: "ix-helper-text", inputs: { helperText: "helperText", htmlFor: "htmlFor", infoText: "infoText", invalidText: "invalidText", validText: "validText", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1237
1367
  };
1238
1368
  IxHelperText = __decorate([
1239
1369
  ProxyCmp({
1240
1370
  inputs: ['helperText', 'htmlFor', 'infoText', 'invalidText', 'validText', 'warningText']
1241
1371
  })
1242
1372
  ], IxHelperText);
1243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxHelperText, decorators: [{
1373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxHelperText, decorators: [{
1244
1374
  type: Component,
1245
1375
  args: [{
1246
1376
  selector: 'ix-helper-text',
@@ -1248,6 +1378,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1248
1378
  template: '<ng-content></ng-content>',
1249
1379
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1250
1380
  inputs: ['helperText', 'htmlFor', 'infoText', 'invalidText', 'validText', 'warningText'],
1381
+ standalone: false
1251
1382
  }]
1252
1383
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1253
1384
  let IxIconButton = class IxIconButton {
@@ -1258,42 +1389,43 @@ let IxIconButton = class IxIconButton {
1258
1389
  c.detach();
1259
1390
  this.el = r.nativeElement;
1260
1391
  }
1261
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1262
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIconButton, selector: "ix-icon-button", inputs: { a11yLabel: "a11yLabel", disabled: "disabled", ghost: "ghost", icon: "icon", iconColor: "iconColor", loading: "loading", outline: "outline", oval: "oval", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1392
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1393
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxIconButton, isStandalone: false, selector: "ix-icon-button", inputs: { a11yLabel: "a11yLabel", disabled: "disabled", icon: "icon", iconColor: "iconColor", loading: "loading", oval: "oval", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1263
1394
  };
1264
1395
  IxIconButton = __decorate([
1265
1396
  ProxyCmp({
1266
- inputs: ['a11yLabel', 'disabled', 'ghost', 'icon', 'iconColor', 'loading', 'outline', 'oval', 'size', 'type', 'variant']
1397
+ inputs: ['a11yLabel', 'disabled', 'icon', 'iconColor', 'loading', 'oval', 'size', 'type', 'variant']
1267
1398
  })
1268
1399
  ], IxIconButton);
1269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconButton, decorators: [{
1400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconButton, decorators: [{
1270
1401
  type: Component,
1271
1402
  args: [{
1272
1403
  selector: 'ix-icon-button',
1273
1404
  changeDetection: ChangeDetectionStrategy.OnPush,
1274
1405
  template: '<ng-content></ng-content>',
1275
1406
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1276
- inputs: ['a11yLabel', 'disabled', 'ghost', 'icon', 'iconColor', 'loading', 'outline', 'oval', 'size', 'type', 'variant'],
1407
+ inputs: ['a11yLabel', 'disabled', 'icon', 'iconColor', 'loading', 'oval', 'size', 'type', 'variant'],
1408
+ standalone: false
1277
1409
  }]
1278
1410
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1279
1411
  let IxIconToggleButton = class IxIconToggleButton {
1280
1412
  z;
1281
1413
  el;
1414
+ pressedChange = new EventEmitter();
1282
1415
  constructor(c, r, z) {
1283
1416
  this.z = z;
1284
1417
  c.detach();
1285
1418
  this.el = r.nativeElement;
1286
- proxyOutputs(this, this.el, ['pressedChange']);
1287
1419
  }
1288
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1289
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIconToggleButton, selector: "ix-icon-toggle-button", inputs: { ariaLabelIconButton: "ariaLabelIconButton", disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", oval: "oval", pressed: "pressed", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1420
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1421
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxIconToggleButton, isStandalone: false, selector: "ix-icon-toggle-button", inputs: { ariaLabelIconButton: "ariaLabelIconButton", disabled: "disabled", ghost: "ghost", icon: "icon", loading: "loading", outline: "outline", oval: "oval", pressed: "pressed", size: "size", variant: "variant" }, outputs: { pressedChange: "pressedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1290
1422
  };
1291
1423
  IxIconToggleButton = __decorate([
1292
1424
  ProxyCmp({
1293
1425
  inputs: ['ariaLabelIconButton', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'pressed', 'size', 'variant']
1294
1426
  })
1295
1427
  ], IxIconToggleButton);
1296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIconToggleButton, decorators: [{
1428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIconToggleButton, decorators: [{
1297
1429
  type: Component,
1298
1430
  args: [{
1299
1431
  selector: 'ix-icon-toggle-button',
@@ -1301,19 +1433,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1301
1433
  template: '<ng-content></ng-content>',
1302
1434
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1303
1435
  inputs: ['ariaLabelIconButton', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'oval', 'pressed', 'size', 'variant'],
1436
+ outputs: ['pressedChange'],
1437
+ standalone: false
1304
1438
  }]
1305
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1439
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pressedChange: [{
1440
+ type: Output
1441
+ }] } });
1306
1442
  let IxInput = class IxInput {
1307
1443
  z;
1308
1444
  el;
1445
+ valueChange = new EventEmitter();
1446
+ validityStateChange = new EventEmitter();
1447
+ ixBlur = new EventEmitter();
1309
1448
  constructor(c, r, z) {
1310
1449
  this.z = z;
1311
1450
  c.detach();
1312
1451
  this.el = r.nativeElement;
1313
- proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
1314
1452
  }
1315
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1316
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxInput, selector: "ix-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showTextAsTooltip: "showTextAsTooltip", type: "type", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1453
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1454
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxInput, isStandalone: false, 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" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1317
1455
  };
1318
1456
  IxInput = __decorate([
1319
1457
  ProxyCmp({
@@ -1321,7 +1459,7 @@ IxInput = __decorate([
1321
1459
  methods: ['getNativeInputElement', 'getValidityState', 'focusInput']
1322
1460
  })
1323
1461
  ], IxInput);
1324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInput, decorators: [{
1462
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInput, decorators: [{
1325
1463
  type: Component,
1326
1464
  args: [{
1327
1465
  selector: 'ix-input',
@@ -1329,8 +1467,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1329
1467
  template: '<ng-content></ng-content>',
1330
1468
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1331
1469
  inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showTextAsTooltip', 'type', 'validText', 'value', 'warningText'],
1470
+ outputs: ['valueChange', 'validityStateChange', 'ixBlur'],
1471
+ standalone: false
1332
1472
  }]
1333
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1473
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
1474
+ type: Output
1475
+ }], validityStateChange: [{
1476
+ type: Output
1477
+ }], ixBlur: [{
1478
+ type: Output
1479
+ }] } });
1334
1480
  let IxInputGroup = class IxInputGroup {
1335
1481
  z;
1336
1482
  el;
@@ -1339,13 +1485,13 @@ let IxInputGroup = class IxInputGroup {
1339
1485
  c.detach();
1340
1486
  this.el = r.nativeElement;
1341
1487
  }
1342
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1343
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxInputGroup, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1488
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInputGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1489
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxInputGroup, isStandalone: false, selector: "ix-input-group", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1344
1490
  };
1345
1491
  IxInputGroup = __decorate([
1346
1492
  ProxyCmp({})
1347
1493
  ], IxInputGroup);
1348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxInputGroup, decorators: [{
1494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxInputGroup, decorators: [{
1349
1495
  type: Component,
1350
1496
  args: [{
1351
1497
  selector: 'ix-input-group',
@@ -1353,6 +1499,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1353
1499
  template: '<ng-content></ng-content>',
1354
1500
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1355
1501
  inputs: [],
1502
+ standalone: false
1356
1503
  }]
1357
1504
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1358
1505
  let IxKeyValue = class IxKeyValue {
@@ -1363,22 +1510,23 @@ let IxKeyValue = class IxKeyValue {
1363
1510
  c.detach();
1364
1511
  this.el = r.nativeElement;
1365
1512
  }
1366
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1367
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKeyValue, selector: "ix-key-value", inputs: { ariaLabelIcon: "ariaLabelIcon", icon: "icon", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1513
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1514
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxKeyValue, isStandalone: false, selector: "ix-key-value", inputs: { ariaLabelIcon: "ariaLabelIcon", icon: "icon", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1368
1515
  };
1369
1516
  IxKeyValue = __decorate([
1370
1517
  ProxyCmp({
1371
1518
  inputs: ['ariaLabelIcon', 'icon', 'label', 'labelPosition', 'value']
1372
1519
  })
1373
1520
  ], IxKeyValue);
1374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValue, decorators: [{
1521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValue, decorators: [{
1375
1522
  type: Component,
1376
1523
  args: [{
1377
1524
  selector: 'ix-key-value',
1378
1525
  changeDetection: ChangeDetectionStrategy.OnPush,
1379
1526
  template: '<ng-content></ng-content>',
1380
1527
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1381
- inputs: ['ariaLabelIcon', 'icon', 'label', 'labelPosition', 'value'],
1528
+ inputs: ['ariaLabelIcon', 'icon', { name: 'label', required: true }, 'labelPosition', 'value'],
1529
+ standalone: false
1382
1530
  }]
1383
1531
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1384
1532
  let IxKeyValueList = class IxKeyValueList {
@@ -1389,15 +1537,15 @@ let IxKeyValueList = class IxKeyValueList {
1389
1537
  c.detach();
1390
1538
  this.el = r.nativeElement;
1391
1539
  }
1392
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValueList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1393
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKeyValueList, selector: "ix-key-value-list", inputs: { striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1540
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValueList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1541
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxKeyValueList, isStandalone: false, selector: "ix-key-value-list", inputs: { striped: "striped" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1394
1542
  };
1395
1543
  IxKeyValueList = __decorate([
1396
1544
  ProxyCmp({
1397
1545
  inputs: ['striped']
1398
1546
  })
1399
1547
  ], IxKeyValueList);
1400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKeyValueList, decorators: [{
1548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKeyValueList, decorators: [{
1401
1549
  type: Component,
1402
1550
  args: [{
1403
1551
  selector: 'ix-key-value-list',
@@ -1405,6 +1553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1405
1553
  template: '<ng-content></ng-content>',
1406
1554
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1407
1555
  inputs: ['striped'],
1556
+ standalone: false
1408
1557
  }]
1409
1558
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1410
1559
  let IxKpi = class IxKpi {
@@ -1415,15 +1564,15 @@ let IxKpi = class IxKpi {
1415
1564
  c.detach();
1416
1565
  this.el = r.nativeElement;
1417
1566
  }
1418
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKpi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1419
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxKpi, selector: "ix-kpi", inputs: { ariaLabelAlarmIcon: "ariaLabelAlarmIcon", ariaLabelWarningIcon: "ariaLabelWarningIcon", label: "label", orientation: "orientation", state: "state", unit: "unit", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1567
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKpi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1568
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxKpi, isStandalone: false, selector: "ix-kpi", inputs: { ariaLabelAlarmIcon: "ariaLabelAlarmIcon", ariaLabelWarningIcon: "ariaLabelWarningIcon", label: "label", orientation: "orientation", state: "state", unit: "unit", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1420
1569
  };
1421
1570
  IxKpi = __decorate([
1422
1571
  ProxyCmp({
1423
1572
  inputs: ['ariaLabelAlarmIcon', 'ariaLabelWarningIcon', 'label', 'orientation', 'state', 'unit', 'value']
1424
1573
  })
1425
1574
  ], IxKpi);
1426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxKpi, decorators: [{
1575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxKpi, decorators: [{
1427
1576
  type: Component,
1428
1577
  args: [{
1429
1578
  selector: 'ix-kpi',
@@ -1431,6 +1580,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1431
1580
  template: '<ng-content></ng-content>',
1432
1581
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1433
1582
  inputs: ['ariaLabelAlarmIcon', 'ariaLabelWarningIcon', 'label', 'orientation', 'state', 'unit', 'value'],
1583
+ standalone: false
1434
1584
  }]
1435
1585
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1436
1586
  let IxLayoutAuto = class IxLayoutAuto {
@@ -1441,15 +1591,15 @@ let IxLayoutAuto = class IxLayoutAuto {
1441
1591
  c.detach();
1442
1592
  this.el = r.nativeElement;
1443
1593
  }
1444
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutAuto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1445
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLayoutAuto, selector: "ix-layout-auto", inputs: { layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1594
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutAuto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1595
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxLayoutAuto, isStandalone: false, selector: "ix-layout-auto", inputs: { layout: "layout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1446
1596
  };
1447
1597
  IxLayoutAuto = __decorate([
1448
1598
  ProxyCmp({
1449
1599
  inputs: ['layout']
1450
1600
  })
1451
1601
  ], IxLayoutAuto);
1452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutAuto, decorators: [{
1602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutAuto, decorators: [{
1453
1603
  type: Component,
1454
1604
  args: [{
1455
1605
  selector: 'ix-layout-auto',
@@ -1457,6 +1607,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1457
1607
  template: '<ng-content></ng-content>',
1458
1608
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1459
1609
  inputs: ['layout'],
1610
+ standalone: false
1460
1611
  }]
1461
1612
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1462
1613
  let IxLayoutGrid = class IxLayoutGrid {
@@ -1467,15 +1618,15 @@ let IxLayoutGrid = class IxLayoutGrid {
1467
1618
  c.detach();
1468
1619
  this.el = r.nativeElement;
1469
1620
  }
1470
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1471
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLayoutGrid, selector: "ix-layout-grid", inputs: { columns: "columns", gap: "gap", noMargin: "noMargin" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1621
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1622
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxLayoutGrid, isStandalone: false, selector: "ix-layout-grid", inputs: { columns: "columns", gap: "gap", noMargin: "noMargin" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1472
1623
  };
1473
1624
  IxLayoutGrid = __decorate([
1474
1625
  ProxyCmp({
1475
1626
  inputs: ['columns', 'gap', 'noMargin']
1476
1627
  })
1477
1628
  ], IxLayoutGrid);
1478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLayoutGrid, decorators: [{
1629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLayoutGrid, decorators: [{
1479
1630
  type: Component,
1480
1631
  args: [{
1481
1632
  selector: 'ix-layout-grid',
@@ -1483,6 +1634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1483
1634
  template: '<ng-content></ng-content>',
1484
1635
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1485
1636
  inputs: ['columns', 'gap', 'noMargin'],
1637
+ standalone: false
1486
1638
  }]
1487
1639
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1488
1640
  let IxLinkButton = class IxLinkButton {
@@ -1493,15 +1645,15 @@ let IxLinkButton = class IxLinkButton {
1493
1645
  c.detach();
1494
1646
  this.el = r.nativeElement;
1495
1647
  }
1496
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLinkButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1497
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxLinkButton, selector: "ix-link-button", inputs: { disabled: "disabled", target: "target", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1648
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLinkButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1649
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxLinkButton, isStandalone: false, selector: "ix-link-button", inputs: { disabled: "disabled", target: "target", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1498
1650
  };
1499
1651
  IxLinkButton = __decorate([
1500
1652
  ProxyCmp({
1501
1653
  inputs: ['disabled', 'target', 'url']
1502
1654
  })
1503
1655
  ], IxLinkButton);
1504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxLinkButton, decorators: [{
1656
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxLinkButton, decorators: [{
1505
1657
  type: Component,
1506
1658
  args: [{
1507
1659
  selector: 'ix-link-button',
@@ -1509,109 +1661,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1509
1661
  template: '<ng-content></ng-content>',
1510
1662
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1511
1663
  inputs: ['disabled', 'target', 'url'],
1512
- }]
1513
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1514
- let IxMapNavigation = class IxMapNavigation {
1515
- z;
1516
- el;
1517
- constructor(c, r, z) {
1518
- this.z = z;
1519
- c.detach();
1520
- this.el = r.nativeElement;
1521
- proxyOutputs(this, this.el, ['navigationToggled', 'contextMenuClick']);
1522
- }
1523
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1524
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigation, selector: "ix-map-navigation", inputs: { applicationName: "applicationName", ariaLabelContextIconButton: "ariaLabelContextIconButton", hideContextMenu: "hideContextMenu", navigationTitle: "navigationTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1525
- };
1526
- IxMapNavigation = __decorate([
1527
- ProxyCmp({
1528
- inputs: ['applicationName', 'ariaLabelContextIconButton', 'hideContextMenu', 'navigationTitle'],
1529
- methods: ['toggleSidebar', 'openOverlay', 'closeOverlay']
1530
- })
1531
- ], IxMapNavigation);
1532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigation, decorators: [{
1533
- type: Component,
1534
- args: [{
1535
- selector: 'ix-map-navigation',
1536
- changeDetection: ChangeDetectionStrategy.OnPush,
1537
- template: '<ng-content></ng-content>',
1538
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1539
- inputs: ['applicationName', 'ariaLabelContextIconButton', 'hideContextMenu', 'navigationTitle'],
1540
- }]
1541
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1542
- let IxMapNavigationOverlay = class IxMapNavigationOverlay {
1543
- z;
1544
- el;
1545
- constructor(c, r, z) {
1546
- this.z = z;
1547
- c.detach();
1548
- this.el = r.nativeElement;
1549
- proxyOutputs(this, this.el, ['closeClick']);
1550
- }
1551
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigationOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1552
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMapNavigationOverlay, selector: "ix-map-navigation-overlay", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", ariaLabelIcon: "ariaLabelIcon", color: "color", icon: "icon", iconColor: "iconColor", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1553
- };
1554
- IxMapNavigationOverlay = __decorate([
1555
- ProxyCmp({
1556
- inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'color', 'icon', 'iconColor', 'name']
1557
- })
1558
- ], IxMapNavigationOverlay);
1559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMapNavigationOverlay, decorators: [{
1560
- type: Component,
1561
- args: [{
1562
- selector: 'ix-map-navigation-overlay',
1563
- changeDetection: ChangeDetectionStrategy.OnPush,
1564
- template: '<ng-content></ng-content>',
1565
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1566
- inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'color', 'icon', 'iconColor', 'name'],
1664
+ standalone: false
1567
1665
  }]
1568
1666
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1569
1667
  let IxMenu = class IxMenu {
1570
1668
  z;
1571
1669
  el;
1670
+ expandChange = new EventEmitter();
1671
+ mapExpandChange = new EventEmitter();
1672
+ openAppSwitch = new EventEmitter();
1673
+ openSettings = new EventEmitter();
1674
+ openAbout = new EventEmitter();
1572
1675
  constructor(c, r, z) {
1573
1676
  this.z = z;
1574
1677
  c.detach();
1575
1678
  this.el = r.nativeElement;
1576
- proxyOutputs(this, this.el, ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout']);
1577
1679
  }
1578
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1579
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenu, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableSettings: "enableSettings", enableToggleTheme: "enableToggleTheme", expand: "expand", i18nCollapse: "i18nCollapse", i18nExpand: "i18nExpand", i18nExpandSidebar: "i18nExpandSidebar", i18nLegal: "i18nLegal", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings", startExpanded: "startExpanded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1680
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1681
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenu, isStandalone: false, selector: "ix-menu", inputs: { applicationDescription: "applicationDescription", applicationName: "applicationName", enableToggleTheme: "enableToggleTheme", expand: "expand", i18nCollapse: "i18nCollapse", i18nExpand: "i18nExpand", i18nExpandSidebar: "i18nExpandSidebar", i18nLegal: "i18nLegal", i18nSettings: "i18nSettings", i18nToggleTheme: "i18nToggleTheme", pinned: "pinned", showAbout: "showAbout", showSettings: "showSettings", startExpanded: "startExpanded" }, outputs: { expandChange: "expandChange", mapExpandChange: "mapExpandChange", openAppSwitch: "openAppSwitch", openSettings: "openSettings", openAbout: "openAbout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1580
1682
  };
1581
1683
  IxMenu = __decorate([
1582
1684
  ProxyCmp({
1583
- inputs: ['applicationDescription', 'applicationName', 'enableSettings', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
1685
+ inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
1584
1686
  methods: ['toggleMapExpand', 'toggleMenu', 'toggleSettings', 'toggleAbout']
1585
1687
  })
1586
1688
  ], IxMenu);
1587
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenu, decorators: [{
1689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenu, decorators: [{
1588
1690
  type: Component,
1589
1691
  args: [{
1590
1692
  selector: 'ix-menu',
1591
1693
  changeDetection: ChangeDetectionStrategy.OnPush,
1592
1694
  template: '<ng-content></ng-content>',
1593
1695
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1594
- inputs: ['applicationDescription', 'applicationName', 'enableSettings', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
1696
+ inputs: ['applicationDescription', 'applicationName', 'enableToggleTheme', 'expand', 'i18nCollapse', 'i18nExpand', 'i18nExpandSidebar', 'i18nLegal', 'i18nSettings', 'i18nToggleTheme', 'pinned', 'showAbout', 'showSettings', 'startExpanded'],
1697
+ outputs: ['expandChange', 'mapExpandChange', 'openAppSwitch', 'openSettings', 'openAbout'],
1698
+ standalone: false
1595
1699
  }]
1596
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1700
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandChange: [{
1701
+ type: Output
1702
+ }], mapExpandChange: [{
1703
+ type: Output
1704
+ }], openAppSwitch: [{
1705
+ type: Output
1706
+ }], openSettings: [{
1707
+ type: Output
1708
+ }], openAbout: [{
1709
+ type: Output
1710
+ }] } });
1597
1711
  let IxMenuAbout = class IxMenuAbout {
1598
1712
  z;
1599
1713
  el;
1714
+ tabChange = new EventEmitter();
1715
+ close = new EventEmitter();
1600
1716
  constructor(c, r, z) {
1601
1717
  this.z = z;
1602
1718
  c.detach();
1603
1719
  this.el = r.nativeElement;
1604
- proxyOutputs(this, this.el, ['tabChange', 'close']);
1605
1720
  }
1606
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAbout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1607
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAbout, selector: "ix-menu-about", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1721
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAbout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1722
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAbout, isStandalone: false, selector: "ix-menu-about", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, outputs: { tabChange: "tabChange", close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1608
1723
  };
1609
1724
  IxMenuAbout = __decorate([
1610
1725
  ProxyCmp({
1611
1726
  inputs: ['activeTabLabel', 'label']
1612
1727
  })
1613
1728
  ], IxMenuAbout);
1614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAbout, decorators: [{
1729
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAbout, decorators: [{
1615
1730
  type: Component,
1616
1731
  args: [{
1617
1732
  selector: 'ix-menu-about',
@@ -1619,26 +1734,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1619
1734
  template: '<ng-content></ng-content>',
1620
1735
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1621
1736
  inputs: ['activeTabLabel', 'label'],
1737
+ outputs: ['tabChange', 'close'],
1738
+ standalone: false
1622
1739
  }]
1623
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1740
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
1741
+ type: Output
1742
+ }], close: [{
1743
+ type: Output
1744
+ }] } });
1624
1745
  let IxMenuAboutItem = class IxMenuAboutItem {
1625
1746
  z;
1626
1747
  el;
1748
+ labelChange = new EventEmitter();
1627
1749
  constructor(c, r, z) {
1628
1750
  this.z = z;
1629
1751
  c.detach();
1630
1752
  this.el = r.nativeElement;
1631
- proxyOutputs(this, this.el, ['labelChange']);
1632
1753
  }
1633
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1634
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAboutItem, selector: "ix-menu-about-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1754
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1755
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAboutItem, isStandalone: false, selector: "ix-menu-about-item", inputs: { label: "label" }, outputs: { labelChange: "labelChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1635
1756
  };
1636
1757
  IxMenuAboutItem = __decorate([
1637
1758
  ProxyCmp({
1638
1759
  inputs: ['label']
1639
1760
  })
1640
1761
  ], IxMenuAboutItem);
1641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutItem, decorators: [{
1762
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutItem, decorators: [{
1642
1763
  type: Component,
1643
1764
  args: [{
1644
1765
  selector: 'ix-menu-about-item',
@@ -1646,80 +1767,95 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1646
1767
  template: '<ng-content></ng-content>',
1647
1768
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1648
1769
  inputs: ['label'],
1770
+ outputs: ['labelChange'],
1771
+ standalone: false
1649
1772
  }]
1650
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1773
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { labelChange: [{
1774
+ type: Output
1775
+ }] } });
1651
1776
  let IxMenuAboutNews = class IxMenuAboutNews {
1652
1777
  z;
1653
1778
  el;
1779
+ showMore = new EventEmitter();
1780
+ closePopover = new EventEmitter();
1654
1781
  constructor(c, r, z) {
1655
1782
  this.z = z;
1656
1783
  c.detach();
1657
1784
  this.el = r.nativeElement;
1658
- proxyOutputs(this, this.el, ['showMore', 'closePopover']);
1659
1785
  }
1660
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1661
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAboutNews, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", i18nShowMore: "i18nShowMore", label: "label", offsetBottom: "offsetBottom", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1786
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutNews, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1787
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAboutNews, isStandalone: false, selector: "ix-menu-about-news", inputs: { aboutItemLabel: "aboutItemLabel", i18nShowMore: "i18nShowMore", label: "label", show: "show" }, outputs: { showMore: "showMore", closePopover: "closePopover" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1662
1788
  };
1663
1789
  IxMenuAboutNews = __decorate([
1664
1790
  ProxyCmp({
1665
- inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'offsetBottom', 'show']
1791
+ inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'show']
1666
1792
  })
1667
1793
  ], IxMenuAboutNews);
1668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAboutNews, decorators: [{
1794
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAboutNews, decorators: [{
1669
1795
  type: Component,
1670
1796
  args: [{
1671
1797
  selector: 'ix-menu-about-news',
1672
1798
  changeDetection: ChangeDetectionStrategy.OnPush,
1673
1799
  template: '<ng-content></ng-content>',
1674
1800
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1675
- inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'offsetBottom', 'show'],
1801
+ inputs: ['aboutItemLabel', 'i18nShowMore', 'label', 'show'],
1802
+ outputs: ['showMore', 'closePopover'],
1803
+ standalone: false
1676
1804
  }]
1677
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1805
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { showMore: [{
1806
+ type: Output
1807
+ }], closePopover: [{
1808
+ type: Output
1809
+ }] } });
1678
1810
  let IxMenuAvatar = class IxMenuAvatar {
1679
1811
  z;
1680
1812
  el;
1813
+ logoutClick = new EventEmitter();
1681
1814
  constructor(c, r, z) {
1682
1815
  this.z = z;
1683
1816
  c.detach();
1684
1817
  this.el = r.nativeElement;
1685
- proxyOutputs(this, this.el, ['logoutClick']);
1686
1818
  }
1687
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1688
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAvatar, selector: "ix-menu-avatar", inputs: { bottom: "bottom", i18nLogout: "i18nLogout", image: "image", initials: "initials", showLogoutButton: "showLogoutButton", top: "top" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1819
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1820
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAvatar, isStandalone: false, selector: "ix-menu-avatar", inputs: { bottom: "bottom", hideLogoutButton: "hideLogoutButton", i18nLogout: "i18nLogout", image: "image", initials: "initials", top: "top" }, outputs: { logoutClick: "logoutClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1689
1821
  };
1690
1822
  IxMenuAvatar = __decorate([
1691
1823
  ProxyCmp({
1692
- inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'showLogoutButton', 'top']
1824
+ inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top']
1693
1825
  })
1694
1826
  ], IxMenuAvatar);
1695
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatar, decorators: [{
1827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatar, decorators: [{
1696
1828
  type: Component,
1697
1829
  args: [{
1698
1830
  selector: 'ix-menu-avatar',
1699
1831
  changeDetection: ChangeDetectionStrategy.OnPush,
1700
1832
  template: '<ng-content></ng-content>',
1701
1833
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1702
- inputs: ['bottom', 'i18nLogout', 'image', 'initials', 'showLogoutButton', 'top'],
1834
+ inputs: ['bottom', 'hideLogoutButton', 'i18nLogout', 'image', 'initials', 'top'],
1835
+ outputs: ['logoutClick'],
1836
+ standalone: false
1703
1837
  }]
1704
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1838
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { logoutClick: [{
1839
+ type: Output
1840
+ }] } });
1705
1841
  let IxMenuAvatarItem = class IxMenuAvatarItem {
1706
1842
  z;
1707
1843
  el;
1844
+ itemClick = new EventEmitter();
1708
1845
  constructor(c, r, z) {
1709
1846
  this.z = z;
1710
1847
  c.detach();
1711
1848
  this.el = r.nativeElement;
1712
- proxyOutputs(this, this.el, ['itemClick']);
1713
1849
  }
1714
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1715
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuAvatarItem, selector: "ix-menu-avatar-item", inputs: { icon: "icon", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1850
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1851
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuAvatarItem, isStandalone: false, selector: "ix-menu-avatar-item", inputs: { icon: "icon", label: "label" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1716
1852
  };
1717
1853
  IxMenuAvatarItem = __decorate([
1718
1854
  ProxyCmp({
1719
1855
  inputs: ['icon', 'label']
1720
1856
  })
1721
1857
  ], IxMenuAvatarItem);
1722
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuAvatarItem, decorators: [{
1858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuAvatarItem, decorators: [{
1723
1859
  type: Component,
1724
1860
  args: [{
1725
1861
  selector: 'ix-menu-avatar-item',
@@ -1727,8 +1863,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1727
1863
  template: '<ng-content></ng-content>',
1728
1864
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1729
1865
  inputs: ['icon', 'label'],
1866
+ outputs: ['itemClick'],
1867
+ standalone: false
1730
1868
  }]
1731
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1869
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
1870
+ type: Output
1871
+ }] } });
1732
1872
  let IxMenuCategory = class IxMenuCategory {
1733
1873
  z;
1734
1874
  el;
@@ -1737,22 +1877,23 @@ let IxMenuCategory = class IxMenuCategory {
1737
1877
  c.detach();
1738
1878
  this.el = r.nativeElement;
1739
1879
  }
1740
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuCategory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1741
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuCategory, selector: "ix-menu-category", inputs: { icon: "icon", label: "label", notifications: "notifications" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1880
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuCategory, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1881
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuCategory, isStandalone: false, selector: "ix-menu-category", inputs: { icon: "icon", label: "label", notifications: "notifications", tooltipText: "tooltipText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1742
1882
  };
1743
1883
  IxMenuCategory = __decorate([
1744
1884
  ProxyCmp({
1745
- inputs: ['icon', 'label', 'notifications']
1885
+ inputs: ['icon', 'label', 'notifications', 'tooltipText']
1746
1886
  })
1747
1887
  ], IxMenuCategory);
1748
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuCategory, decorators: [{
1888
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuCategory, decorators: [{
1749
1889
  type: Component,
1750
1890
  args: [{
1751
1891
  selector: 'ix-menu-category',
1752
1892
  changeDetection: ChangeDetectionStrategy.OnPush,
1753
1893
  template: '<ng-content></ng-content>',
1754
1894
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1755
- inputs: ['icon', 'label', 'notifications'],
1895
+ inputs: ['icon', 'label', 'notifications', 'tooltipText'],
1896
+ standalone: false
1756
1897
  }]
1757
1898
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1758
1899
  let IxMenuItem = class IxMenuItem {
@@ -1763,42 +1904,44 @@ let IxMenuItem = class IxMenuItem {
1763
1904
  c.detach();
1764
1905
  this.el = r.nativeElement;
1765
1906
  }
1766
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1767
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuItem, selector: "ix-menu-item", inputs: { active: "active", bottom: "bottom", disabled: "disabled", home: "home", icon: "icon", label: "label", notifications: "notifications" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1907
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1908
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuItem, isStandalone: false, selector: "ix-menu-item", inputs: { active: "active", bottom: "bottom", disabled: "disabled", home: "home", href: "href", icon: "icon", label: "label", notifications: "notifications", rel: "rel", target: "target", tooltipText: "tooltipText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1768
1909
  };
1769
1910
  IxMenuItem = __decorate([
1770
1911
  ProxyCmp({
1771
- inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications']
1912
+ inputs: ['active', 'bottom', 'disabled', 'home', 'href', 'icon', 'label', 'notifications', 'rel', 'target', 'tooltipText']
1772
1913
  })
1773
1914
  ], IxMenuItem);
1774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuItem, decorators: [{
1915
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuItem, decorators: [{
1775
1916
  type: Component,
1776
1917
  args: [{
1777
1918
  selector: 'ix-menu-item',
1778
1919
  changeDetection: ChangeDetectionStrategy.OnPush,
1779
1920
  template: '<ng-content></ng-content>',
1780
1921
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1781
- inputs: ['active', 'bottom', 'disabled', 'home', 'icon', 'label', 'notifications'],
1922
+ inputs: ['active', 'bottom', 'disabled', 'home', 'href', 'icon', 'label', 'notifications', 'rel', 'target', 'tooltipText'],
1923
+ standalone: false
1782
1924
  }]
1783
1925
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1784
1926
  let IxMenuSettings = class IxMenuSettings {
1785
1927
  z;
1786
1928
  el;
1929
+ tabChange = new EventEmitter();
1930
+ close = new EventEmitter();
1787
1931
  constructor(c, r, z) {
1788
1932
  this.z = z;
1789
1933
  c.detach();
1790
1934
  this.el = r.nativeElement;
1791
- proxyOutputs(this, this.el, ['tabChange', 'close']);
1792
1935
  }
1793
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1794
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuSettings, selector: "ix-menu-settings", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1936
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettings, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1937
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuSettings, isStandalone: false, selector: "ix-menu-settings", inputs: { activeTabLabel: "activeTabLabel", label: "label" }, outputs: { tabChange: "tabChange", close: "close" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1795
1938
  };
1796
1939
  IxMenuSettings = __decorate([
1797
1940
  ProxyCmp({
1798
1941
  inputs: ['activeTabLabel', 'label']
1799
1942
  })
1800
1943
  ], IxMenuSettings);
1801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettings, decorators: [{
1944
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettings, decorators: [{
1802
1945
  type: Component,
1803
1946
  args: [{
1804
1947
  selector: 'ix-menu-settings',
@@ -1806,26 +1949,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1806
1949
  template: '<ng-content></ng-content>',
1807
1950
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1808
1951
  inputs: ['activeTabLabel', 'label'],
1952
+ outputs: ['tabChange', 'close'],
1953
+ standalone: false
1809
1954
  }]
1810
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1955
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabChange: [{
1956
+ type: Output
1957
+ }], close: [{
1958
+ type: Output
1959
+ }] } });
1811
1960
  let IxMenuSettingsItem = class IxMenuSettingsItem {
1812
1961
  z;
1813
1962
  el;
1963
+ labelChange = new EventEmitter();
1814
1964
  constructor(c, r, z) {
1815
1965
  this.z = z;
1816
1966
  c.detach();
1817
1967
  this.el = r.nativeElement;
1818
- proxyOutputs(this, this.el, ['labelChange']);
1819
1968
  }
1820
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettingsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1821
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMenuSettingsItem, selector: "ix-menu-settings-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1969
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettingsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1970
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMenuSettingsItem, isStandalone: false, selector: "ix-menu-settings-item", inputs: { label: "label" }, outputs: { labelChange: "labelChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1822
1971
  };
1823
1972
  IxMenuSettingsItem = __decorate([
1824
1973
  ProxyCmp({
1825
1974
  inputs: ['label']
1826
1975
  })
1827
1976
  ], IxMenuSettingsItem);
1828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMenuSettingsItem, decorators: [{
1977
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMenuSettingsItem, decorators: [{
1829
1978
  type: Component,
1830
1979
  args: [{
1831
1980
  selector: 'ix-menu-settings-item',
@@ -1833,63 +1982,81 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1833
1982
  template: '<ng-content></ng-content>',
1834
1983
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1835
1984
  inputs: ['label'],
1985
+ outputs: ['labelChange'],
1986
+ standalone: false
1836
1987
  }]
1837
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1988
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { labelChange: [{
1989
+ type: Output
1990
+ }] } });
1838
1991
  let IxMessageBar = class IxMessageBar {
1839
1992
  z;
1840
1993
  el;
1994
+ closedChange = new EventEmitter();
1995
+ closeAnimationCompleted = new EventEmitter();
1841
1996
  constructor(c, r, z) {
1842
1997
  this.z = z;
1843
1998
  c.detach();
1844
1999
  this.el = r.nativeElement;
1845
- proxyOutputs(this, this.el, ['closedChange', 'closeAnimationCompleted']);
1846
2000
  }
1847
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMessageBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1848
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxMessageBar, selector: "ix-message-bar", inputs: { dismissible: "dismissible", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2001
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2002
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxMessageBar, isStandalone: false, selector: "ix-message-bar", inputs: { persistent: "persistent", type: "type" }, outputs: { closedChange: "closedChange", closeAnimationCompleted: "closeAnimationCompleted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1849
2003
  };
1850
2004
  IxMessageBar = __decorate([
1851
2005
  ProxyCmp({
1852
- inputs: ['dismissible', 'type']
2006
+ inputs: ['persistent', 'type']
1853
2007
  })
1854
2008
  ], IxMessageBar);
1855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxMessageBar, decorators: [{
2009
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxMessageBar, decorators: [{
1856
2010
  type: Component,
1857
2011
  args: [{
1858
2012
  selector: 'ix-message-bar',
1859
2013
  changeDetection: ChangeDetectionStrategy.OnPush,
1860
2014
  template: '<ng-content></ng-content>',
1861
2015
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1862
- inputs: ['dismissible', 'type'],
2016
+ inputs: ['persistent', 'type'],
2017
+ outputs: ['closedChange', 'closeAnimationCompleted'],
2018
+ standalone: false
1863
2019
  }]
1864
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2020
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closedChange: [{
2021
+ type: Output
2022
+ }], closeAnimationCompleted: [{
2023
+ type: Output
2024
+ }] } });
1865
2025
  let IxModal = class IxModal {
1866
2026
  z;
1867
2027
  el;
2028
+ dialogClose = new EventEmitter();
2029
+ dialogDismiss = new EventEmitter();
1868
2030
  constructor(c, r, z) {
1869
2031
  this.z = z;
1870
2032
  c.detach();
1871
2033
  this.el = r.nativeElement;
1872
- proxyOutputs(this, this.el, ['dialogClose', 'dialogDismiss']);
1873
2034
  }
1874
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1875
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModal, selector: "ix-modal", inputs: { animation: "animation", backdrop: "backdrop", beforeDismiss: "beforeDismiss", centered: "centered", closeOnBackdropClick: "closeOnBackdropClick", closeOnEscape: "closeOnEscape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2035
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModal, 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: "20.1.4", type: IxModal, isStandalone: false, selector: "ix-modal", inputs: { beforeDismiss: "beforeDismiss", centered: "centered", closeOnBackdropClick: "closeOnBackdropClick", disableAnimation: "disableAnimation", disableEscapeClose: "disableEscapeClose", hideBackdrop: "hideBackdrop", size: "size" }, outputs: { dialogClose: "dialogClose", dialogDismiss: "dialogDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1876
2037
  };
1877
2038
  IxModal = __decorate([
1878
2039
  ProxyCmp({
1879
- inputs: ['animation', 'backdrop', 'beforeDismiss', 'centered', 'closeOnBackdropClick', 'closeOnEscape', 'size'],
2040
+ inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
1880
2041
  methods: ['showModal', 'dismissModal', 'closeModal']
1881
2042
  })
1882
2043
  ], IxModal);
1883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModal, decorators: [{
2044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModal, decorators: [{
1884
2045
  type: Component,
1885
2046
  args: [{
1886
2047
  selector: 'ix-modal',
1887
2048
  changeDetection: ChangeDetectionStrategy.OnPush,
1888
2049
  template: '<ng-content></ng-content>',
1889
2050
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1890
- inputs: ['animation', 'backdrop', 'beforeDismiss', 'centered', 'closeOnBackdropClick', 'closeOnEscape', 'size'],
2051
+ inputs: ['beforeDismiss', 'centered', 'closeOnBackdropClick', 'disableAnimation', 'disableEscapeClose', 'hideBackdrop', 'size'],
2052
+ outputs: ['dialogClose', 'dialogDismiss'],
2053
+ standalone: false
1891
2054
  }]
1892
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2055
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dialogClose: [{
2056
+ type: Output
2057
+ }], dialogDismiss: [{
2058
+ type: Output
2059
+ }] } });
1893
2060
  let IxModalContent = class IxModalContent {
1894
2061
  z;
1895
2062
  el;
@@ -1898,13 +2065,13 @@ let IxModalContent = class IxModalContent {
1898
2065
  c.detach();
1899
2066
  this.el = r.nativeElement;
1900
2067
  }
1901
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1902
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalContent, selector: "ix-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2068
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2069
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModalContent, isStandalone: false, selector: "ix-modal-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1903
2070
  };
1904
2071
  IxModalContent = __decorate([
1905
2072
  ProxyCmp({})
1906
2073
  ], IxModalContent);
1907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalContent, decorators: [{
2074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalContent, decorators: [{
1908
2075
  type: Component,
1909
2076
  args: [{
1910
2077
  selector: 'ix-modal-content',
@@ -1912,6 +2079,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1912
2079
  template: '<ng-content></ng-content>',
1913
2080
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1914
2081
  inputs: [],
2082
+ standalone: false
1915
2083
  }]
1916
2084
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1917
2085
  let IxModalFooter = class IxModalFooter {
@@ -1922,13 +2090,13 @@ let IxModalFooter = class IxModalFooter {
1922
2090
  c.detach();
1923
2091
  this.el = r.nativeElement;
1924
2092
  }
1925
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1926
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalFooter, selector: "ix-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2093
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalFooter, 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: "20.1.4", type: IxModalFooter, isStandalone: false, selector: "ix-modal-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1927
2095
  };
1928
2096
  IxModalFooter = __decorate([
1929
2097
  ProxyCmp({})
1930
2098
  ], IxModalFooter);
1931
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalFooter, decorators: [{
2099
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalFooter, decorators: [{
1932
2100
  type: Component,
1933
2101
  args: [{
1934
2102
  selector: 'ix-modal-footer',
@@ -1936,26 +2104,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1936
2104
  template: '<ng-content></ng-content>',
1937
2105
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1938
2106
  inputs: [],
2107
+ standalone: false
1939
2108
  }]
1940
2109
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1941
2110
  let IxModalHeader = class IxModalHeader {
1942
2111
  z;
1943
2112
  el;
2113
+ closeClick = new EventEmitter();
1944
2114
  constructor(c, r, z) {
1945
2115
  this.z = z;
1946
2116
  c.detach();
1947
2117
  this.el = r.nativeElement;
1948
- proxyOutputs(this, this.el, ['closeClick']);
1949
2118
  }
1950
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1951
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxModalHeader, selector: "ix-modal-header", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", ariaLabelIcon: "ariaLabelIcon", hideClose: "hideClose", icon: "icon", iconColor: "iconColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2119
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2120
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxModalHeader, isStandalone: false, selector: "ix-modal-header", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", ariaLabelIcon: "ariaLabelIcon", hideClose: "hideClose", icon: "icon", iconColor: "iconColor" }, outputs: { closeClick: "closeClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1952
2121
  };
1953
2122
  IxModalHeader = __decorate([
1954
2123
  ProxyCmp({
1955
2124
  inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'hideClose', 'icon', 'iconColor']
1956
2125
  })
1957
2126
  ], IxModalHeader);
1958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModalHeader, decorators: [{
2127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModalHeader, decorators: [{
1959
2128
  type: Component,
1960
2129
  args: [{
1961
2130
  selector: 'ix-modal-header',
@@ -1963,19 +2132,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1963
2132
  template: '<ng-content></ng-content>',
1964
2133
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1965
2134
  inputs: ['ariaLabelCloseIconButton', 'ariaLabelIcon', 'hideClose', 'icon', 'iconColor'],
2135
+ outputs: ['closeClick'],
2136
+ standalone: false
1966
2137
  }]
1967
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2138
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeClick: [{
2139
+ type: Output
2140
+ }] } });
1968
2141
  let IxNumberInput = class IxNumberInput {
1969
2142
  z;
1970
2143
  el;
2144
+ valueChange = new EventEmitter();
2145
+ validityStateChange = new EventEmitter();
2146
+ ixBlur = new EventEmitter();
1971
2147
  constructor(c, r, z) {
1972
2148
  this.z = z;
1973
2149
  c.detach();
1974
2150
  this.el = r.nativeElement;
1975
- proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
1976
2151
  }
1977
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1978
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxNumberInput, selector: "ix-number-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showStepperButtons: "showStepperButtons", showTextAsTooltip: "showTextAsTooltip", step: "step", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2152
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2153
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxNumberInput, isStandalone: false, selector: "ix-number-input", inputs: { allowedCharactersPattern: "allowedCharactersPattern", disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", max: "max", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", readonly: "readonly", required: "required", showStepperButtons: "showStepperButtons", showTextAsTooltip: "showTextAsTooltip", step: "step", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1979
2154
  };
1980
2155
  IxNumberInput = __decorate([
1981
2156
  ProxyCmp({
@@ -1983,7 +2158,7 @@ IxNumberInput = __decorate([
1983
2158
  methods: ['getNativeInputElement', 'focusInput']
1984
2159
  })
1985
2160
  ], IxNumberInput);
1986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxNumberInput, decorators: [{
2161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxNumberInput, decorators: [{
1987
2162
  type: Component,
1988
2163
  args: [{
1989
2164
  selector: 'ix-number-input',
@@ -1991,62 +2166,87 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1991
2166
  template: '<ng-content></ng-content>',
1992
2167
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1993
2168
  inputs: ['allowedCharactersPattern', 'disabled', 'helperText', 'infoText', 'invalidText', 'label', 'max', 'min', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'showStepperButtons', 'showTextAsTooltip', 'step', 'validText', 'value', 'warningText'],
2169
+ outputs: ['valueChange', 'validityStateChange', 'ixBlur'],
2170
+ standalone: false
1994
2171
  }]
1995
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2172
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
2173
+ type: Output
2174
+ }], validityStateChange: [{
2175
+ type: Output
2176
+ }], ixBlur: [{
2177
+ type: Output
2178
+ }] } });
1996
2179
  let IxPagination = class IxPagination {
1997
2180
  z;
1998
2181
  el;
2182
+ pageSelected = new EventEmitter();
2183
+ itemCountChanged = new EventEmitter();
1999
2184
  constructor(c, r, z) {
2000
2185
  this.z = z;
2001
2186
  c.detach();
2002
2187
  this.el = r.nativeElement;
2003
- proxyOutputs(this, this.el, ['pageSelected', 'itemCountChanged']);
2004
2188
  }
2005
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2006
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPagination, selector: "ix-pagination", inputs: { advanced: "advanced", ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", 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 });
2189
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2190
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPagination, isStandalone: false, selector: "ix-pagination", inputs: { advanced: "advanced", ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", count: "count", hideItemCount: "hideItemCount", i18nItems: "i18nItems", i18nOf: "i18nOf", i18nPage: "i18nPage", itemCount: "itemCount", selectedPage: "selectedPage" }, outputs: { pageSelected: "pageSelected", itemCountChanged: "itemCountChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2007
2191
  };
2008
2192
  IxPagination = __decorate([
2009
2193
  ProxyCmp({
2010
- inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage', 'showItemCount']
2194
+ inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage']
2011
2195
  })
2012
2196
  ], IxPagination);
2013
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPagination, decorators: [{
2197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPagination, decorators: [{
2014
2198
  type: Component,
2015
2199
  args: [{
2016
2200
  selector: 'ix-pagination',
2017
2201
  changeDetection: ChangeDetectionStrategy.OnPush,
2018
2202
  template: '<ng-content></ng-content>',
2019
2203
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2020
- inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage', 'showItemCount'],
2204
+ inputs: ['advanced', 'ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'count', 'hideItemCount', 'i18nItems', 'i18nOf', 'i18nPage', 'itemCount', 'selectedPage'],
2205
+ outputs: ['pageSelected', 'itemCountChanged'],
2206
+ standalone: false
2021
2207
  }]
2022
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2208
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pageSelected: [{
2209
+ type: Output
2210
+ }], itemCountChanged: [{
2211
+ type: Output
2212
+ }] } });
2023
2213
  let IxPane = class IxPane {
2024
2214
  z;
2025
2215
  el;
2216
+ expandedChanged = new EventEmitter();
2217
+ variantChanged = new EventEmitter();
2218
+ borderlessChanged = new EventEmitter();
2026
2219
  constructor(c, r, z) {
2027
2220
  this.z = z;
2028
2221
  c.detach();
2029
2222
  this.el = r.nativeElement;
2030
- proxyOutputs(this, this.el, ['expandedChanged', 'variantChanged', 'borderlessChanged']);
2031
2223
  }
2032
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2033
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPane, selector: "ix-pane", inputs: { ariaLabelIcon: "ariaLabelIcon", 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 });
2224
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPane, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2225
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPane, isStandalone: false, selector: "ix-pane", inputs: { ariaLabelCollapseCloseButton: "ariaLabelCollapseCloseButton", ariaLabelIcon: "ariaLabelIcon", borderless: "borderless", closeOnClickOutside: "closeOnClickOutside", composition: "composition", expanded: "expanded", heading: "heading", hideOnCollapse: "hideOnCollapse", icon: "icon", size: "size", variant: "variant" }, outputs: { expandedChanged: "expandedChanged", variantChanged: "variantChanged", borderlessChanged: "borderlessChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2034
2226
  };
2035
2227
  IxPane = __decorate([
2036
2228
  ProxyCmp({
2037
- inputs: ['ariaLabelIcon', 'borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
2229
+ inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant']
2038
2230
  })
2039
2231
  ], IxPane);
2040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPane, decorators: [{
2232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPane, decorators: [{
2041
2233
  type: Component,
2042
2234
  args: [{
2043
2235
  selector: 'ix-pane',
2044
2236
  changeDetection: ChangeDetectionStrategy.OnPush,
2045
2237
  template: '<ng-content></ng-content>',
2046
2238
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2047
- inputs: ['ariaLabelIcon', 'borderless', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant'],
2239
+ inputs: ['ariaLabelCollapseCloseButton', 'ariaLabelIcon', 'borderless', 'closeOnClickOutside', 'composition', 'expanded', 'heading', 'hideOnCollapse', 'icon', 'size', 'variant'],
2240
+ outputs: ['expandedChanged', 'variantChanged', 'borderlessChanged'],
2241
+ standalone: false
2048
2242
  }]
2049
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2243
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { expandedChanged: [{
2244
+ type: Output
2245
+ }], variantChanged: [{
2246
+ type: Output
2247
+ }], borderlessChanged: [{
2248
+ type: Output
2249
+ }] } });
2050
2250
  let IxPaneLayout = class IxPaneLayout {
2051
2251
  z;
2052
2252
  el;
@@ -2055,15 +2255,15 @@ let IxPaneLayout = class IxPaneLayout {
2055
2255
  c.detach();
2056
2256
  this.el = r.nativeElement;
2057
2257
  }
2058
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPaneLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2059
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPaneLayout, selector: "ix-pane-layout", inputs: { borderless: "borderless", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2258
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPaneLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2259
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPaneLayout, isStandalone: false, selector: "ix-pane-layout", inputs: { borderless: "borderless", layout: "layout", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2060
2260
  };
2061
2261
  IxPaneLayout = __decorate([
2062
2262
  ProxyCmp({
2063
2263
  inputs: ['borderless', 'layout', 'variant']
2064
2264
  })
2065
2265
  ], IxPaneLayout);
2066
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPaneLayout, decorators: [{
2266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPaneLayout, decorators: [{
2067
2267
  type: Component,
2068
2268
  args: [{
2069
2269
  selector: 'ix-pane-layout',
@@ -2071,6 +2271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2071
2271
  template: '<ng-content></ng-content>',
2072
2272
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2073
2273
  inputs: ['borderless', 'layout', 'variant'],
2274
+ standalone: false
2074
2275
  }]
2075
2276
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2076
2277
  let IxPill = class IxPill {
@@ -2081,15 +2282,15 @@ let IxPill = class IxPill {
2081
2282
  c.detach();
2082
2283
  this.el = r.nativeElement;
2083
2284
  }
2084
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2085
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPill, selector: "ix-pill", inputs: { alignLeft: "alignLeft", ariaLabelIcon: "ariaLabelIcon", 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 });
2285
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2286
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPill, isStandalone: false, selector: "ix-pill", inputs: { alignLeft: "alignLeft", ariaLabelIcon: "ariaLabelIcon", background: "background", icon: "icon", outline: "outline", pillColor: "pillColor", tooltipText: "tooltipText", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2086
2287
  };
2087
2288
  IxPill = __decorate([
2088
2289
  ProxyCmp({
2089
2290
  inputs: ['alignLeft', 'ariaLabelIcon', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant']
2090
2291
  })
2091
2292
  ], IxPill);
2092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPill, decorators: [{
2293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPill, decorators: [{
2093
2294
  type: Component,
2094
2295
  args: [{
2095
2296
  selector: 'ix-pill',
@@ -2097,6 +2298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2097
2298
  template: '<ng-content></ng-content>',
2098
2299
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2099
2300
  inputs: ['alignLeft', 'ariaLabelIcon', 'background', 'icon', 'outline', 'pillColor', 'tooltipText', 'variant'],
2301
+ standalone: false
2100
2302
  }]
2101
2303
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2102
2304
  let IxProgressIndicator = class IxProgressIndicator {
@@ -2107,15 +2309,15 @@ let IxProgressIndicator = class IxProgressIndicator {
2107
2309
  c.detach();
2108
2310
  this.el = r.nativeElement;
2109
2311
  }
2110
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2111
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxProgressIndicator, selector: "ix-progress-indicator", inputs: { helperText: "helperText", label: "label", max: "max", min: "min", showTextAsTooltip: "showTextAsTooltip", size: "size", status: "status", textAlignment: "textAlignment", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2312
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2313
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxProgressIndicator, isStandalone: false, selector: "ix-progress-indicator", inputs: { helperText: "helperText", label: "label", max: "max", min: "min", showTextAsTooltip: "showTextAsTooltip", size: "size", status: "status", textAlignment: "textAlignment", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2112
2314
  };
2113
2315
  IxProgressIndicator = __decorate([
2114
2316
  ProxyCmp({
2115
2317
  inputs: ['helperText', 'label', 'max', 'min', 'showTextAsTooltip', 'size', 'status', 'textAlignment', 'type', 'value']
2116
2318
  })
2117
2319
  ], IxProgressIndicator);
2118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxProgressIndicator, decorators: [{
2320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxProgressIndicator, decorators: [{
2119
2321
  type: Component,
2120
2322
  args: [{
2121
2323
  selector: 'ix-progress-indicator',
@@ -2123,6 +2325,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2123
2325
  template: '<ng-content></ng-content>',
2124
2326
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2125
2327
  inputs: ['helperText', 'label', 'max', 'min', 'showTextAsTooltip', 'size', 'status', 'textAlignment', 'type', 'value'],
2328
+ standalone: false
2126
2329
  }]
2127
2330
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2128
2331
  let IxPushCard = class IxPushCard {
@@ -2133,42 +2336,45 @@ let IxPushCard = class IxPushCard {
2133
2336
  c.detach();
2134
2337
  this.el = r.nativeElement;
2135
2338
  }
2136
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPushCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2137
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxPushCard, selector: "ix-push-card", inputs: { ariaLabelIcon: "ariaLabelIcon", 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 });
2339
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2340
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxPushCard, isStandalone: false, selector: "ix-push-card", inputs: { ariaLabelIcon: "ariaLabelIcon", expanded: "expanded", heading: "heading", icon: "icon", notification: "notification", subheading: "subheading", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2138
2341
  };
2139
2342
  IxPushCard = __decorate([
2140
2343
  ProxyCmp({
2141
- inputs: ['ariaLabelIcon', 'collapse', 'heading', 'icon', 'notification', 'subheading', 'variant']
2344
+ inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant']
2142
2345
  })
2143
2346
  ], IxPushCard);
2144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxPushCard, decorators: [{
2347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxPushCard, decorators: [{
2145
2348
  type: Component,
2146
2349
  args: [{
2147
2350
  selector: 'ix-push-card',
2148
2351
  changeDetection: ChangeDetectionStrategy.OnPush,
2149
2352
  template: '<ng-content></ng-content>',
2150
2353
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2151
- inputs: ['ariaLabelIcon', 'collapse', 'heading', 'icon', 'notification', 'subheading', 'variant'],
2354
+ inputs: ['ariaLabelIcon', 'expanded', 'heading', 'icon', 'notification', 'subheading', 'variant'],
2355
+ standalone: false
2152
2356
  }]
2153
2357
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2154
2358
  let IxRadio = class IxRadio {
2155
2359
  z;
2156
2360
  el;
2361
+ checkedChange = new EventEmitter();
2362
+ valueChange = new EventEmitter();
2363
+ ixBlur = new EventEmitter();
2157
2364
  constructor(c, r, z) {
2158
2365
  this.z = z;
2159
2366
  c.detach();
2160
2367
  this.el = r.nativeElement;
2161
- proxyOutputs(this, this.el, ['checkedChange', 'valueChange', 'ixBlur']);
2162
2368
  }
2163
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2164
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadio, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2369
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2370
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxRadio, isStandalone: false, selector: "ix-radio", inputs: { checked: "checked", disabled: "disabled", label: "label", name: "name", required: "required", value: "value" }, outputs: { checkedChange: "checkedChange", valueChange: "valueChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2165
2371
  };
2166
2372
  IxRadio = __decorate([
2167
2373
  ProxyCmp({
2168
2374
  inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value']
2169
2375
  })
2170
2376
  ], IxRadio);
2171
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadio, decorators: [{
2377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadio, decorators: [{
2172
2378
  type: Component,
2173
2379
  args: [{
2174
2380
  selector: 'ix-radio',
@@ -2176,26 +2382,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2176
2382
  template: '<ng-content></ng-content>',
2177
2383
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2178
2384
  inputs: ['checked', 'disabled', 'label', 'name', 'required', 'value'],
2385
+ outputs: ['checkedChange', 'valueChange', 'ixBlur'],
2386
+ standalone: false
2179
2387
  }]
2180
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2388
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { checkedChange: [{
2389
+ type: Output
2390
+ }], valueChange: [{
2391
+ type: Output
2392
+ }], ixBlur: [{
2393
+ type: Output
2394
+ }] } });
2181
2395
  let IxRadioGroup = class IxRadioGroup {
2182
2396
  z;
2183
2397
  el;
2398
+ valueChange = new EventEmitter();
2184
2399
  constructor(c, r, z) {
2185
2400
  this.z = z;
2186
2401
  c.detach();
2187
2402
  this.el = r.nativeElement;
2188
- proxyOutputs(this, this.el, ['valueChange']);
2189
2403
  }
2190
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2191
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRadioGroup, selector: "ix-radio-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2404
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2405
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxRadioGroup, isStandalone: false, selector: "ix-radio-group", inputs: { direction: "direction", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2192
2406
  };
2193
2407
  IxRadioGroup = __decorate([
2194
2408
  ProxyCmp({
2195
2409
  inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'value', 'warningText']
2196
2410
  })
2197
2411
  ], IxRadioGroup);
2198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioGroup, decorators: [{
2412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioGroup, decorators: [{
2199
2413
  type: Component,
2200
2414
  args: [{
2201
2415
  selector: 'ix-radio-group',
@@ -2203,8 +2417,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2203
2417
  template: '<ng-content></ng-content>',
2204
2418
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2205
2419
  inputs: ['direction', 'helperText', 'infoText', 'invalidText', 'label', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
2420
+ outputs: ['valueChange'],
2421
+ standalone: false
2206
2422
  }]
2207
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2423
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
2424
+ type: Output
2425
+ }] } });
2208
2426
  let IxRow = class IxRow {
2209
2427
  z;
2210
2428
  el;
@@ -2213,13 +2431,13 @@ let IxRow = class IxRow {
2213
2431
  c.detach();
2214
2432
  this.el = r.nativeElement;
2215
2433
  }
2216
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2217
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxRow, selector: "ix-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2434
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2435
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxRow, isStandalone: false, selector: "ix-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2218
2436
  };
2219
2437
  IxRow = __decorate([
2220
2438
  ProxyCmp({})
2221
2439
  ], IxRow);
2222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRow, decorators: [{
2440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRow, decorators: [{
2223
2441
  type: Component,
2224
2442
  args: [{
2225
2443
  selector: 'ix-row',
@@ -2227,19 +2445,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2227
2445
  template: '<ng-content></ng-content>',
2228
2446
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2229
2447
  inputs: [],
2448
+ standalone: false
2230
2449
  }]
2231
2450
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2232
2451
  let IxSelect = class IxSelect {
2233
2452
  z;
2234
2453
  el;
2454
+ valueChange = new EventEmitter();
2455
+ inputChange = new EventEmitter();
2456
+ addItem = new EventEmitter();
2457
+ ixBlur = new EventEmitter();
2235
2458
  constructor(c, r, z) {
2236
2459
  this.z = z;
2237
2460
  c.detach();
2238
2461
  this.el = r.nativeElement;
2239
- proxyOutputs(this, this.el, ['valueChange', 'inputChange', 'addItem', 'ixBlur']);
2240
2462
  }
2241
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2242
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSelect, selector: "ix-select", inputs: { allowClear: "allowClear", ariaLabelChevronDownIconButton: "ariaLabelChevronDownIconButton", ariaLabelClearIconButton: "ariaLabelClearIconButton", 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 });
2463
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2464
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSelect, isStandalone: false, selector: "ix-select", inputs: { allowClear: "allowClear", ariaLabelChevronDownIconButton: "ariaLabelChevronDownIconButton", ariaLabelClearIconButton: "ariaLabelClearIconButton", 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" }, outputs: { valueChange: "valueChange", inputChange: "inputChange", addItem: "addItem", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2243
2465
  };
2244
2466
  IxSelect = __decorate([
2245
2467
  ProxyCmp({
@@ -2247,7 +2469,7 @@ IxSelect = __decorate([
2247
2469
  methods: ['getNativeInputElement', 'focusInput']
2248
2470
  })
2249
2471
  ], IxSelect);
2250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelect, decorators: [{
2472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelect, decorators: [{
2251
2473
  type: Component,
2252
2474
  args: [{
2253
2475
  selector: 'ix-select',
@@ -2255,53 +2477,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2255
2477
  template: '<ng-content></ng-content>',
2256
2478
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2257
2479
  inputs: ['allowClear', 'ariaLabelChevronDownIconButton', 'ariaLabelClearIconButton', 'disabled', 'dropdownMaxWidth', 'dropdownWidth', 'editable', 'helperText', 'hideListHeader', 'i18nNoMatches', 'i18nPlaceholder', 'i18nPlaceholderEditable', 'i18nSelectListHeader', 'infoText', 'invalidText', 'label', 'mode', 'name', 'readonly', 'required', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
2480
+ outputs: ['valueChange', 'inputChange', 'addItem', 'ixBlur'],
2481
+ standalone: false
2258
2482
  }]
2259
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2483
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
2484
+ type: Output
2485
+ }], inputChange: [{
2486
+ type: Output
2487
+ }], addItem: [{
2488
+ type: Output
2489
+ }], ixBlur: [{
2490
+ type: Output
2491
+ }] } });
2260
2492
  let IxSelectItem = class IxSelectItem {
2261
2493
  z;
2262
2494
  el;
2495
+ itemClick = new EventEmitter();
2263
2496
  constructor(c, r, z) {
2264
2497
  this.z = z;
2265
2498
  c.detach();
2266
2499
  this.el = r.nativeElement;
2267
- proxyOutputs(this, this.el, ['itemClick']);
2268
2500
  }
2269
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2270
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSelectItem, selector: "ix-select-item", inputs: { label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2501
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2502
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSelectItem, isStandalone: false, selector: "ix-select-item", inputs: { label: "label", selected: "selected", value: "value" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2271
2503
  };
2272
2504
  IxSelectItem = __decorate([
2273
2505
  ProxyCmp({
2274
2506
  inputs: ['label', 'selected', 'value']
2275
2507
  })
2276
2508
  ], IxSelectItem);
2277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectItem, decorators: [{
2509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectItem, decorators: [{
2278
2510
  type: Component,
2279
2511
  args: [{
2280
2512
  selector: 'ix-select-item',
2281
2513
  changeDetection: ChangeDetectionStrategy.OnPush,
2282
2514
  template: '<ng-content></ng-content>',
2283
2515
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2284
- inputs: ['label', 'selected', 'value'],
2516
+ inputs: ['label', 'selected', { name: 'value', required: true }],
2517
+ outputs: ['itemClick'],
2518
+ standalone: false
2285
2519
  }]
2286
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2520
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { itemClick: [{
2521
+ type: Output
2522
+ }] } });
2287
2523
  let IxSlider = class IxSlider {
2288
2524
  z;
2289
2525
  el;
2526
+ valueChange = new EventEmitter();
2290
2527
  constructor(c, r, z) {
2291
2528
  this.z = z;
2292
2529
  c.detach();
2293
2530
  this.el = r.nativeElement;
2294
- proxyOutputs(this, this.el, ['valueChange']);
2295
2531
  }
2296
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2297
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSlider, selector: "ix-slider", inputs: { disabled: "disabled", error: "error", marker: "marker", max: "max", min: "min", step: "step", trace: "trace", traceReference: "traceReference", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2532
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2533
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSlider, isStandalone: false, selector: "ix-slider", inputs: { disabled: "disabled", error: "error", marker: "marker", max: "max", min: "min", step: "step", trace: "trace", traceReference: "traceReference", value: "value" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2298
2534
  };
2299
2535
  IxSlider = __decorate([
2300
2536
  ProxyCmp({
2301
2537
  inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value']
2302
2538
  })
2303
2539
  ], IxSlider);
2304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSlider, decorators: [{
2540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSlider, decorators: [{
2305
2541
  type: Component,
2306
2542
  args: [{
2307
2543
  selector: 'ix-slider',
@@ -2309,8 +2545,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2309
2545
  template: '<ng-content></ng-content>',
2310
2546
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2311
2547
  inputs: ['disabled', 'error', 'marker', 'max', 'min', 'step', 'trace', 'traceReference', 'value'],
2548
+ outputs: ['valueChange'],
2549
+ standalone: false
2312
2550
  }]
2313
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2551
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
2552
+ type: Output
2553
+ }] } });
2314
2554
  let IxSpinner = class IxSpinner {
2315
2555
  z;
2316
2556
  el;
@@ -2319,15 +2559,15 @@ let IxSpinner = class IxSpinner {
2319
2559
  c.detach();
2320
2560
  this.el = r.nativeElement;
2321
2561
  }
2322
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2323
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSpinner, selector: "ix-spinner", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2562
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2563
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSpinner, isStandalone: false, selector: "ix-spinner", inputs: { size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2324
2564
  };
2325
2565
  IxSpinner = __decorate([
2326
2566
  ProxyCmp({
2327
2567
  inputs: ['size', 'variant']
2328
2568
  })
2329
2569
  ], IxSpinner);
2330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSpinner, decorators: [{
2570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSpinner, decorators: [{
2331
2571
  type: Component,
2332
2572
  args: [{
2333
2573
  selector: 'ix-spinner',
@@ -2335,53 +2575,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2335
2575
  template: '<ng-content></ng-content>',
2336
2576
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2337
2577
  inputs: ['size', 'variant'],
2578
+ standalone: false
2338
2579
  }]
2339
2580
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2340
2581
  let IxSplitButton = class IxSplitButton {
2341
2582
  z;
2342
2583
  el;
2584
+ buttonClick = new EventEmitter();
2343
2585
  constructor(c, r, z) {
2344
2586
  this.z = z;
2345
2587
  c.detach();
2346
2588
  this.el = r.nativeElement;
2347
- proxyOutputs(this, this.el, ['buttonClick']);
2348
2589
  }
2349
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2350
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxSplitButton, selector: "ix-split-button", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelSplitIconButton: "ariaLabelSplitIconButton", 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 });
2590
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSplitButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2591
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxSplitButton, isStandalone: false, selector: "ix-split-button", inputs: { ariaLabelButton: "ariaLabelButton", ariaLabelSplitIconButton: "ariaLabelSplitIconButton", closeBehavior: "closeBehavior", disabled: "disabled", icon: "icon", label: "label", placement: "placement", splitIcon: "splitIcon", variant: "variant" }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2351
2592
  };
2352
2593
  IxSplitButton = __decorate([
2353
2594
  ProxyCmp({
2354
- inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'splitIcon', 'variant']
2595
+ inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant']
2355
2596
  })
2356
2597
  ], IxSplitButton);
2357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSplitButton, decorators: [{
2598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSplitButton, decorators: [{
2358
2599
  type: Component,
2359
2600
  args: [{
2360
2601
  selector: 'ix-split-button',
2361
2602
  changeDetection: ChangeDetectionStrategy.OnPush,
2362
2603
  template: '<ng-content></ng-content>',
2363
2604
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2364
- inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', 'ghost', 'icon', 'label', 'outline', 'placement', 'splitIcon', 'variant'],
2605
+ inputs: ['ariaLabelButton', 'ariaLabelSplitIconButton', 'closeBehavior', 'disabled', 'icon', 'label', 'placement', 'splitIcon', 'variant'],
2606
+ outputs: ['buttonClick'],
2607
+ standalone: false
2365
2608
  }]
2366
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2609
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { buttonClick: [{
2610
+ type: Output
2611
+ }] } });
2367
2612
  let IxTabItem = class IxTabItem {
2368
2613
  z;
2369
2614
  el;
2615
+ tabClick = new EventEmitter();
2370
2616
  constructor(c, r, z) {
2371
2617
  this.z = z;
2372
2618
  c.detach();
2373
2619
  this.el = r.nativeElement;
2374
- proxyOutputs(this, this.el, ['tabClick']);
2375
2620
  }
2376
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2377
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTabItem, selector: "ix-tab-item", inputs: { counter: "counter", disabled: "disabled", icon: "icon", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2621
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2622
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTabItem, isStandalone: false, selector: "ix-tab-item", inputs: { counter: "counter", disabled: "disabled", icon: "icon", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, outputs: { tabClick: "tabClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2378
2623
  };
2379
2624
  IxTabItem = __decorate([
2380
2625
  ProxyCmp({
2381
2626
  inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small']
2382
2627
  })
2383
2628
  ], IxTabItem);
2384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabItem, decorators: [{
2629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabItem, decorators: [{
2385
2630
  type: Component,
2386
2631
  args: [{
2387
2632
  selector: 'ix-tab-item',
@@ -2389,26 +2634,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2389
2634
  template: '<ng-content></ng-content>',
2390
2635
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2391
2636
  inputs: ['counter', 'disabled', 'icon', 'layout', 'placement', 'rounded', 'selected', 'small'],
2637
+ outputs: ['tabClick'],
2638
+ standalone: false
2392
2639
  }]
2393
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2640
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tabClick: [{
2641
+ type: Output
2642
+ }] } });
2394
2643
  let IxTabs = class IxTabs {
2395
2644
  z;
2396
2645
  el;
2646
+ selectedChange = new EventEmitter();
2397
2647
  constructor(c, r, z) {
2398
2648
  this.z = z;
2399
2649
  c.detach();
2400
2650
  this.el = r.nativeElement;
2401
- proxyOutputs(this, this.el, ['selectedChange']);
2402
2651
  }
2403
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2404
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTabs, selector: "ix-tabs", inputs: { ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2652
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2653
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTabs, isStandalone: false, selector: "ix-tabs", inputs: { ariaLabelChevronLeftIconButton: "ariaLabelChevronLeftIconButton", ariaLabelChevronRightIconButton: "ariaLabelChevronRightIconButton", layout: "layout", placement: "placement", rounded: "rounded", selected: "selected", small: "small" }, outputs: { selectedChange: "selectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2405
2654
  };
2406
2655
  IxTabs = __decorate([
2407
2656
  ProxyCmp({
2408
2657
  inputs: ['ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'layout', 'placement', 'rounded', 'selected', 'small']
2409
2658
  })
2410
2659
  ], IxTabs);
2411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTabs, decorators: [{
2660
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTabs, decorators: [{
2412
2661
  type: Component,
2413
2662
  args: [{
2414
2663
  selector: 'ix-tabs',
@@ -2416,19 +2665,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2416
2665
  template: '<ng-content></ng-content>',
2417
2666
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2418
2667
  inputs: ['ariaLabelChevronLeftIconButton', 'ariaLabelChevronRightIconButton', 'layout', 'placement', 'rounded', 'selected', 'small'],
2668
+ outputs: ['selectedChange'],
2669
+ standalone: false
2419
2670
  }]
2420
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2671
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { selectedChange: [{
2672
+ type: Output
2673
+ }] } });
2421
2674
  let IxTextarea = class IxTextarea {
2422
2675
  z;
2423
2676
  el;
2677
+ valueChange = new EventEmitter();
2678
+ validityStateChange = new EventEmitter();
2679
+ ixBlur = new EventEmitter();
2424
2680
  constructor(c, r, z) {
2425
2681
  this.z = z;
2426
2682
  c.detach();
2427
2683
  this.el = r.nativeElement;
2428
- proxyOutputs(this, this.el, ['valueChange', 'validityStateChange', 'ixBlur']);
2429
2684
  }
2430
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2431
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTextarea, selector: "ix-textarea", inputs: { disabled: "disabled", helperText: "helperText", infoText: "infoText", invalidText: "invalidText", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resizeBehavior: "resizeBehavior", showTextAsTooltip: "showTextAsTooltip", textareaCols: "textareaCols", textareaHeight: "textareaHeight", textareaRows: "textareaRows", textareaWidth: "textareaWidth", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2685
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2686
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTextarea, isStandalone: false, 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" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2432
2687
  };
2433
2688
  IxTextarea = __decorate([
2434
2689
  ProxyCmp({
@@ -2436,7 +2691,7 @@ IxTextarea = __decorate([
2436
2691
  methods: ['getNativeInputElement', 'focusInput']
2437
2692
  })
2438
2693
  ], IxTextarea);
2439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextarea, decorators: [{
2694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextarea, decorators: [{
2440
2695
  type: Component,
2441
2696
  args: [{
2442
2697
  selector: 'ix-textarea',
@@ -2444,8 +2699,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2444
2699
  template: '<ng-content></ng-content>',
2445
2700
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2446
2701
  inputs: ['disabled', 'helperText', 'infoText', 'invalidText', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'resizeBehavior', 'showTextAsTooltip', 'textareaCols', 'textareaHeight', 'textareaRows', 'textareaWidth', 'validText', 'value', 'warningText'],
2702
+ outputs: ['valueChange', 'validityStateChange', 'ixBlur'],
2703
+ standalone: false
2447
2704
  }]
2448
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2705
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
2706
+ type: Output
2707
+ }], validityStateChange: [{
2708
+ type: Output
2709
+ }], ixBlur: [{
2710
+ type: Output
2711
+ }] } });
2449
2712
  let IxTile = class IxTile {
2450
2713
  z;
2451
2714
  el;
@@ -2454,15 +2717,15 @@ let IxTile = class IxTile {
2454
2717
  c.detach();
2455
2718
  this.el = r.nativeElement;
2456
2719
  }
2457
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2458
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTile, selector: "ix-tile", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2720
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2721
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTile, isStandalone: false, selector: "ix-tile", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2459
2722
  };
2460
2723
  IxTile = __decorate([
2461
2724
  ProxyCmp({
2462
2725
  inputs: ['size']
2463
2726
  })
2464
2727
  ], IxTile);
2465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTile, decorators: [{
2728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTile, decorators: [{
2466
2729
  type: Component,
2467
2730
  args: [{
2468
2731
  selector: 'ix-tile',
@@ -2470,91 +2733,111 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2470
2733
  template: '<ng-content></ng-content>',
2471
2734
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2472
2735
  inputs: ['size'],
2736
+ standalone: false
2473
2737
  }]
2474
2738
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2475
2739
  let IxTimeInput = class IxTimeInput {
2476
2740
  z;
2477
2741
  el;
2742
+ valueChange = new EventEmitter();
2743
+ validityStateChange = new EventEmitter();
2478
2744
  constructor(c, r, z) {
2479
2745
  this.z = z;
2480
2746
  c.detach();
2481
2747
  this.el = r.nativeElement;
2482
- proxyOutputs(this, this.el, ['valueChange', 'validityStateChange']);
2483
2748
  }
2484
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2485
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTimeInput, selector: "ix-time-input", inputs: { disabled: "disabled", format: "format", helperText: "helperText", hourInterval: "hourInterval", i18nErrorTimeUnparsable: "i18nErrorTimeUnparsable", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", i18nSelectTime: "i18nSelectTime", i18nTime: "i18nTime", infoText: "infoText", invalidText: "invalidText", label: "label", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", secondInterval: "secondInterval", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2749
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2750
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimeInput, isStandalone: false, selector: "ix-time-input", inputs: { disabled: "disabled", format: "format", helperText: "helperText", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nErrorTimeUnparsable: "i18nErrorTimeUnparsable", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", i18nSelectTime: "i18nSelectTime", i18nTime: "i18nTime", infoText: "infoText", invalidText: "invalidText", label: "label", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", secondInterval: "secondInterval", showTextAsTooltip: "showTextAsTooltip", validText: "validText", value: "value", warningText: "warningText" }, outputs: { valueChange: "valueChange", validityStateChange: "validityStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2486
2751
  };
2487
2752
  IxTimeInput = __decorate([
2488
2753
  ProxyCmp({
2489
- inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
2754
+ inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
2490
2755
  methods: ['getNativeInputElement', 'focusInput']
2491
2756
  })
2492
2757
  ], IxTimeInput);
2493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimeInput, decorators: [{
2758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimeInput, decorators: [{
2494
2759
  type: Component,
2495
2760
  args: [{
2496
2761
  selector: 'ix-time-input',
2497
2762
  changeDetection: ChangeDetectionStrategy.OnPush,
2498
2763
  template: '<ng-content></ng-content>',
2499
2764
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2500
- inputs: ['disabled', 'format', 'helperText', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
2765
+ inputs: ['disabled', 'format', 'helperText', 'hideHeader', 'hourInterval', 'i18nErrorTimeUnparsable', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'i18nSelectTime', 'i18nTime', 'infoText', 'invalidText', 'label', 'millisecondInterval', 'minuteInterval', 'name', 'placeholder', 'readonly', 'required', 'secondInterval', 'showTextAsTooltip', 'validText', 'value', 'warningText'],
2766
+ outputs: ['valueChange', 'validityStateChange'],
2767
+ standalone: false
2501
2768
  }]
2502
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2769
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { valueChange: [{
2770
+ type: Output
2771
+ }], validityStateChange: [{
2772
+ type: Output
2773
+ }] } });
2503
2774
  let IxTimePicker = class IxTimePicker {
2504
2775
  z;
2505
2776
  el;
2777
+ timeSelect = new EventEmitter();
2778
+ timeChange = new EventEmitter();
2506
2779
  constructor(c, r, z) {
2507
2780
  this.z = z;
2508
2781
  c.detach();
2509
2782
  this.el = r.nativeElement;
2510
- proxyOutputs(this, this.el, ['timeSelect', 'timeChange']);
2511
2783
  }
2512
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2513
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTimePicker, selector: "ix-time-picker", inputs: { corners: "corners", format: "format", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nConfirmTime: "i18nConfirmTime", i18nHeader: "i18nHeader", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", secondInterval: "secondInterval", showHour: "showHour", showMinutes: "showMinutes", showSeconds: "showSeconds", standaloneAppearance: "standaloneAppearance", textSelectTime: "textSelectTime", textTime: "textTime", time: "time", timeReference: "timeReference" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2784
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2785
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTimePicker, isStandalone: false, selector: "ix-time-picker", inputs: { corners: "corners", embedded: "embedded", format: "format", hideHeader: "hideHeader", hourInterval: "hourInterval", i18nConfirmTime: "i18nConfirmTime", i18nHeader: "i18nHeader", i18nHourColumnHeader: "i18nHourColumnHeader", i18nMillisecondColumnHeader: "i18nMillisecondColumnHeader", i18nMinuteColumnHeader: "i18nMinuteColumnHeader", i18nSecondColumnHeader: "i18nSecondColumnHeader", millisecondInterval: "millisecondInterval", minuteInterval: "minuteInterval", secondInterval: "secondInterval", time: "time" }, outputs: { timeSelect: "timeSelect", timeChange: "timeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2514
2786
  };
2515
2787
  IxTimePicker = __decorate([
2516
2788
  ProxyCmp({
2517
- inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
2789
+ inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
2518
2790
  methods: ['getCurrentTime']
2519
2791
  })
2520
2792
  ], IxTimePicker);
2521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTimePicker, decorators: [{
2793
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTimePicker, decorators: [{
2522
2794
  type: Component,
2523
2795
  args: [{
2524
2796
  selector: 'ix-time-picker',
2525
2797
  changeDetection: ChangeDetectionStrategy.OnPush,
2526
2798
  template: '<ng-content></ng-content>',
2527
2799
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2528
- inputs: ['corners', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'showHour', 'showMinutes', 'showSeconds', 'standaloneAppearance', 'textSelectTime', 'textTime', 'time', 'timeReference'],
2800
+ inputs: ['corners', 'embedded', 'format', 'hideHeader', 'hourInterval', 'i18nConfirmTime', 'i18nHeader', 'i18nHourColumnHeader', 'i18nMillisecondColumnHeader', 'i18nMinuteColumnHeader', 'i18nSecondColumnHeader', 'millisecondInterval', 'minuteInterval', 'secondInterval', 'time'],
2801
+ outputs: ['timeSelect', 'timeChange'],
2802
+ standalone: false
2529
2803
  }]
2530
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2804
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { timeSelect: [{
2805
+ type: Output
2806
+ }], timeChange: [{
2807
+ type: Output
2808
+ }] } });
2531
2809
  let IxToast = class IxToast {
2532
2810
  z;
2533
2811
  el;
2812
+ closeToast = new EventEmitter();
2534
2813
  constructor(c, r, z) {
2535
2814
  this.z = z;
2536
2815
  c.detach();
2537
2816
  this.el = r.nativeElement;
2538
- proxyOutputs(this, this.el, ['closeToast']);
2539
2817
  }
2540
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2541
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToast, selector: "ix-toast", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", 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 });
2818
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2819
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToast, isStandalone: false, selector: "ix-toast", inputs: { ariaLabelCloseIconButton: "ariaLabelCloseIconButton", autoCloseDelay: "autoCloseDelay", icon: "icon", iconColor: "iconColor", preventAutoClose: "preventAutoClose", toastTitle: "toastTitle", type: "type" }, outputs: { closeToast: "closeToast" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2542
2820
  };
2543
2821
  IxToast = __decorate([
2544
2822
  ProxyCmp({
2545
- inputs: ['ariaLabelCloseIconButton', 'autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type']
2823
+ inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
2824
+ methods: ['pause', 'resume', 'isPaused']
2546
2825
  })
2547
2826
  ], IxToast);
2548
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToast, decorators: [{
2827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToast, decorators: [{
2549
2828
  type: Component,
2550
2829
  args: [{
2551
2830
  selector: 'ix-toast',
2552
2831
  changeDetection: ChangeDetectionStrategy.OnPush,
2553
2832
  template: '<ng-content></ng-content>',
2554
2833
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2555
- inputs: ['ariaLabelCloseIconButton', 'autoClose', 'autoCloseDelay', 'icon', 'iconColor', 'toastTitle', 'type'],
2834
+ inputs: ['ariaLabelCloseIconButton', 'autoCloseDelay', 'icon', 'iconColor', 'preventAutoClose', 'toastTitle', 'type'],
2835
+ outputs: ['closeToast'],
2836
+ standalone: false
2556
2837
  }]
2557
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2838
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { closeToast: [{
2839
+ type: Output
2840
+ }] } });
2558
2841
  let IxToastContainer = class IxToastContainer {
2559
2842
  z;
2560
2843
  el;
@@ -2563,8 +2846,8 @@ let IxToastContainer = class IxToastContainer {
2563
2846
  c.detach();
2564
2847
  this.el = r.nativeElement;
2565
2848
  }
2566
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToastContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2567
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToastContainer, selector: "ix-toast-container", inputs: { containerClass: "containerClass", containerId: "containerId", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2849
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToastContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2850
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToastContainer, isStandalone: false, selector: "ix-toast-container", inputs: { containerClass: "containerClass", containerId: "containerId", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2568
2851
  };
2569
2852
  IxToastContainer = __decorate([
2570
2853
  ProxyCmp({
@@ -2572,7 +2855,7 @@ IxToastContainer = __decorate([
2572
2855
  methods: ['showToast']
2573
2856
  })
2574
2857
  ], IxToastContainer);
2575
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToastContainer, decorators: [{
2858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToastContainer, decorators: [{
2576
2859
  type: Component,
2577
2860
  args: [{
2578
2861
  selector: 'ix-toast-container',
@@ -2580,26 +2863,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2580
2863
  template: '<ng-content></ng-content>',
2581
2864
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2582
2865
  inputs: ['containerClass', 'containerId', 'position'],
2866
+ standalone: false
2583
2867
  }]
2584
2868
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2585
2869
  let IxToggle = class IxToggle {
2586
2870
  z;
2587
2871
  el;
2872
+ checkedChange = new EventEmitter();
2873
+ ixBlur = new EventEmitter();
2588
2874
  constructor(c, r, z) {
2589
2875
  this.z = z;
2590
2876
  c.detach();
2591
2877
  this.el = r.nativeElement;
2592
- proxyOutputs(this, this.el, ['checkedChange', 'ixBlur']);
2593
2878
  }
2594
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2595
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToggle, selector: "ix-toggle", inputs: { checked: "checked", disabled: "disabled", hideText: "hideText", indeterminate: "indeterminate", name: "name", required: "required", textIndeterminate: "textIndeterminate", textOff: "textOff", textOn: "textOn", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2879
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2880
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToggle, isStandalone: false, selector: "ix-toggle", inputs: { checked: "checked", disabled: "disabled", hideText: "hideText", indeterminate: "indeterminate", name: "name", required: "required", textIndeterminate: "textIndeterminate", textOff: "textOff", textOn: "textOn", value: "value" }, outputs: { checkedChange: "checkedChange", ixBlur: "ixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2596
2881
  };
2597
2882
  IxToggle = __decorate([
2598
2883
  ProxyCmp({
2599
2884
  inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'name', 'required', 'textIndeterminate', 'textOff', 'textOn', 'value']
2600
2885
  })
2601
2886
  ], IxToggle);
2602
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggle, decorators: [{
2887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggle, decorators: [{
2603
2888
  type: Component,
2604
2889
  args: [{
2605
2890
  selector: 'ix-toggle',
@@ -2607,35 +2892,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2607
2892
  template: '<ng-content></ng-content>',
2608
2893
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2609
2894
  inputs: ['checked', 'disabled', 'hideText', 'indeterminate', 'name', 'required', 'textIndeterminate', 'textOff', 'textOn', 'value'],
2895
+ outputs: ['checkedChange', 'ixBlur'],
2896
+ standalone: false
2610
2897
  }]
2611
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2898
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { checkedChange: [{
2899
+ type: Output
2900
+ }], ixBlur: [{
2901
+ type: Output
2902
+ }] } });
2612
2903
  let IxToggleButton = class IxToggleButton {
2613
2904
  z;
2614
2905
  el;
2906
+ pressedChange = new EventEmitter();
2615
2907
  constructor(c, r, z) {
2616
2908
  this.z = z;
2617
2909
  c.detach();
2618
2910
  this.el = r.nativeElement;
2619
- proxyOutputs(this, this.el, ['pressedChange']);
2620
2911
  }
2621
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2622
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxToggleButton, selector: "ix-toggle-button", inputs: { ariaLabelButton: "ariaLabelButton", 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 });
2912
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggleButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2913
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxToggleButton, isStandalone: false, selector: "ix-toggle-button", inputs: { ariaLabelButton: "ariaLabelButton", disabled: "disabled", icon: "icon", iconRight: "iconRight", loading: "loading", pressed: "pressed", variant: "variant" }, outputs: { pressedChange: "pressedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2623
2914
  };
2624
2915
  IxToggleButton = __decorate([
2625
2916
  ProxyCmp({
2626
- inputs: ['ariaLabelButton', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'variant']
2917
+ inputs: ['ariaLabelButton', 'disabled', 'icon', 'iconRight', 'loading', 'pressed', 'variant']
2627
2918
  })
2628
2919
  ], IxToggleButton);
2629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxToggleButton, decorators: [{
2920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxToggleButton, decorators: [{
2630
2921
  type: Component,
2631
2922
  args: [{
2632
2923
  selector: 'ix-toggle-button',
2633
2924
  changeDetection: ChangeDetectionStrategy.OnPush,
2634
2925
  template: '<ng-content></ng-content>',
2635
2926
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2636
- inputs: ['ariaLabelButton', 'disabled', 'ghost', 'icon', 'loading', 'outline', 'pressed', 'variant'],
2927
+ inputs: ['ariaLabelButton', 'disabled', 'icon', 'iconRight', 'loading', 'pressed', 'variant'],
2928
+ outputs: ['pressedChange'],
2929
+ standalone: false
2637
2930
  }]
2638
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2931
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pressedChange: [{
2932
+ type: Output
2933
+ }] } });
2639
2934
  let IxTooltip = class IxTooltip {
2640
2935
  z;
2641
2936
  el;
@@ -2644,15 +2939,15 @@ let IxTooltip = class IxTooltip {
2644
2939
  c.detach();
2645
2940
  this.el = r.nativeElement;
2646
2941
  }
2647
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2648
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTooltip, selector: "ix-tooltip", inputs: { for: "for", interactive: "interactive", placement: "placement", titleContent: "titleContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2942
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2943
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTooltip, isStandalone: false, 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 });
2649
2944
  };
2650
2945
  IxTooltip = __decorate([
2651
2946
  ProxyCmp({
2652
2947
  inputs: ['for', 'interactive', 'placement', 'titleContent']
2653
2948
  })
2654
2949
  ], IxTooltip);
2655
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTooltip, decorators: [{
2950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTooltip, decorators: [{
2656
2951
  type: Component,
2657
2952
  args: [{
2658
2953
  selector: 'ix-tooltip',
@@ -2660,26 +2955,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2660
2955
  template: '<ng-content></ng-content>',
2661
2956
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2662
2957
  inputs: ['for', 'interactive', 'placement', 'titleContent'],
2958
+ standalone: false
2663
2959
  }]
2664
2960
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2665
2961
  let IxTreeItem = class IxTreeItem {
2666
2962
  z;
2667
2963
  el;
2964
+ toggle = new EventEmitter();
2965
+ itemClick = new EventEmitter();
2668
2966
  constructor(c, r, z) {
2669
2967
  this.z = z;
2670
2968
  c.detach();
2671
2969
  this.el = r.nativeElement;
2672
- proxyOutputs(this, this.el, ['toggle', 'itemClick']);
2673
2970
  }
2674
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2675
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTreeItem, selector: "ix-tree-item", inputs: { ariaLabelChevronIcon: "ariaLabelChevronIcon", context: "context", hasChildren: "hasChildren", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2971
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2972
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTreeItem, isStandalone: false, selector: "ix-tree-item", inputs: { ariaLabelChevronIcon: "ariaLabelChevronIcon", context: "context", hasChildren: "hasChildren", text: "text" }, outputs: { toggle: "toggle", itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2676
2973
  };
2677
2974
  IxTreeItem = __decorate([
2678
2975
  ProxyCmp({
2679
2976
  inputs: ['ariaLabelChevronIcon', 'context', 'hasChildren', 'text']
2680
2977
  })
2681
2978
  ], IxTreeItem);
2682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTreeItem, decorators: [{
2979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTreeItem, decorators: [{
2683
2980
  type: Component,
2684
2981
  args: [{
2685
2982
  selector: 'ix-tree-item',
@@ -2687,8 +2984,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2687
2984
  template: '<ng-content></ng-content>',
2688
2985
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2689
2986
  inputs: ['ariaLabelChevronIcon', 'context', 'hasChildren', 'text'],
2987
+ outputs: ['toggle', 'itemClick'],
2988
+ standalone: false
2690
2989
  }]
2691
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2990
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggle: [{
2991
+ type: Output
2992
+ }], itemClick: [{
2993
+ type: Output
2994
+ }] } });
2692
2995
  let IxTypography = class IxTypography {
2693
2996
  z;
2694
2997
  el;
@@ -2697,15 +3000,15 @@ let IxTypography = class IxTypography {
2697
3000
  c.detach();
2698
3001
  this.el = r.nativeElement;
2699
3002
  }
2700
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2701
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTypography, selector: "ix-typography", inputs: { bold: "bold", format: "format", textColor: "textColor", textDecoration: "textDecoration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3003
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3004
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTypography, isStandalone: false, 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 });
2702
3005
  };
2703
3006
  IxTypography = __decorate([
2704
3007
  ProxyCmp({
2705
3008
  inputs: ['bold', 'format', 'textColor', 'textDecoration']
2706
3009
  })
2707
3010
  ], IxTypography);
2708
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTypography, decorators: [{
3011
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTypography, decorators: [{
2709
3012
  type: Component,
2710
3013
  args: [{
2711
3014
  selector: 'ix-typography',
@@ -2713,19 +3016,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2713
3016
  template: '<ng-content></ng-content>',
2714
3017
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2715
3018
  inputs: ['bold', 'format', 'textColor', 'textDecoration'],
3019
+ standalone: false
2716
3020
  }]
2717
3021
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2718
3022
  let IxUpload = class IxUpload {
2719
3023
  z;
2720
3024
  el;
3025
+ filesChanged = new EventEmitter();
2721
3026
  constructor(c, r, z) {
2722
3027
  this.z = z;
2723
3028
  c.detach();
2724
3029
  this.el = r.nativeElement;
2725
- proxyOutputs(this, this.el, ['filesChanged']);
2726
3030
  }
2727
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2728
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxUpload, selector: "ix-upload", inputs: { accept: "accept", disabled: "disabled", i18nUploadDisabled: "i18nUploadDisabled", i18nUploadFile: "i18nUploadFile", loadingText: "loadingText", multiline: "multiline", multiple: "multiple", selectFileText: "selectFileText", state: "state", uploadFailedText: "uploadFailedText", uploadSuccessText: "uploadSuccessText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3031
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3032
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxUpload, isStandalone: false, 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" }, outputs: { filesChanged: "filesChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2729
3033
  };
2730
3034
  IxUpload = __decorate([
2731
3035
  ProxyCmp({
@@ -2733,7 +3037,7 @@ IxUpload = __decorate([
2733
3037
  methods: ['setFilesToUpload']
2734
3038
  })
2735
3039
  ], IxUpload);
2736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxUpload, decorators: [{
3040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxUpload, decorators: [{
2737
3041
  type: Component,
2738
3042
  args: [{
2739
3043
  selector: 'ix-upload',
@@ -2741,8 +3045,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2741
3045
  template: '<ng-content></ng-content>',
2742
3046
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2743
3047
  inputs: ['accept', 'disabled', 'i18nUploadDisabled', 'i18nUploadFile', 'loadingText', 'multiline', 'multiple', 'selectFileText', 'state', 'uploadFailedText', 'uploadSuccessText'],
3048
+ outputs: ['filesChanged'],
3049
+ standalone: false
2744
3050
  }]
2745
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3051
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { filesChanged: [{
3052
+ type: Output
3053
+ }] } });
2746
3054
  let IxValidationTooltip = class IxValidationTooltip {
2747
3055
  z;
2748
3056
  el;
@@ -2751,15 +3059,15 @@ let IxValidationTooltip = class IxValidationTooltip {
2751
3059
  c.detach();
2752
3060
  this.el = r.nativeElement;
2753
3061
  }
2754
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxValidationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2755
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxValidationTooltip, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement", suppressAutomaticPlacement: "suppressAutomaticPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3062
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxValidationTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3063
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxValidationTooltip, isStandalone: false, selector: "ix-validation-tooltip", inputs: { message: "message", placement: "placement", suppressAutomaticPlacement: "suppressAutomaticPlacement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2756
3064
  };
2757
3065
  IxValidationTooltip = __decorate([
2758
3066
  ProxyCmp({
2759
3067
  inputs: ['message', 'placement', 'suppressAutomaticPlacement']
2760
3068
  })
2761
3069
  ], IxValidationTooltip);
2762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxValidationTooltip, decorators: [{
3070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxValidationTooltip, decorators: [{
2763
3071
  type: Component,
2764
3072
  args: [{
2765
3073
  selector: 'ix-validation-tooltip',
@@ -2767,6 +3075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2767
3075
  template: '<ng-content></ng-content>',
2768
3076
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2769
3077
  inputs: ['message', 'placement', 'suppressAutomaticPlacement'],
3078
+ standalone: false
2770
3079
  }]
2771
3080
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2772
3081
  let IxWorkflowStep = class IxWorkflowStep {
@@ -2777,15 +3086,15 @@ let IxWorkflowStep = class IxWorkflowStep {
2777
3086
  c.detach();
2778
3087
  this.el = r.nativeElement;
2779
3088
  }
2780
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2781
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxWorkflowStep, selector: "ix-workflow-step", inputs: { clickable: "clickable", disabled: "disabled", selected: "selected", status: "status", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3089
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3090
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxWorkflowStep, isStandalone: false, 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 });
2782
3091
  };
2783
3092
  IxWorkflowStep = __decorate([
2784
3093
  ProxyCmp({
2785
3094
  inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical']
2786
3095
  })
2787
3096
  ], IxWorkflowStep);
2788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowStep, decorators: [{
3097
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowStep, decorators: [{
2789
3098
  type: Component,
2790
3099
  args: [{
2791
3100
  selector: 'ix-workflow-step',
@@ -2793,26 +3102,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2793
3102
  template: '<ng-content></ng-content>',
2794
3103
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2795
3104
  inputs: ['clickable', 'disabled', 'selected', 'status', 'vertical'],
3105
+ standalone: false
2796
3106
  }]
2797
3107
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2798
3108
  let IxWorkflowSteps = class IxWorkflowSteps {
2799
3109
  z;
2800
3110
  el;
3111
+ stepSelected = new EventEmitter();
2801
3112
  constructor(c, r, z) {
2802
3113
  this.z = z;
2803
3114
  c.detach();
2804
3115
  this.el = r.nativeElement;
2805
- proxyOutputs(this, this.el, ['stepSelected']);
2806
3116
  }
2807
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2808
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxWorkflowSteps, selector: "ix-workflow-steps", inputs: { clickable: "clickable", selectedIndex: "selectedIndex", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3117
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowSteps, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3118
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxWorkflowSteps, isStandalone: false, selector: "ix-workflow-steps", inputs: { clickable: "clickable", selectedIndex: "selectedIndex", vertical: "vertical" }, outputs: { stepSelected: "stepSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2809
3119
  };
2810
3120
  IxWorkflowSteps = __decorate([
2811
3121
  ProxyCmp({
2812
3122
  inputs: ['clickable', 'selectedIndex', 'vertical']
2813
3123
  })
2814
3124
  ], IxWorkflowSteps);
2815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxWorkflowSteps, decorators: [{
3125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxWorkflowSteps, decorators: [{
2816
3126
  type: Component,
2817
3127
  args: [{
2818
3128
  selector: 'ix-workflow-steps',
@@ -2820,8 +3130,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2820
3130
  template: '<ng-content></ng-content>',
2821
3131
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2822
3132
  inputs: ['clickable', 'selectedIndex', 'vertical'],
3133
+ outputs: ['stepSelected'],
3134
+ standalone: false
2823
3135
  }]
2824
- }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3136
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { stepSelected: [{
3137
+ type: Output
3138
+ }] } });
2825
3139
 
2826
3140
  let IxIcon = class IxIcon {
2827
3141
  z;
@@ -2831,22 +3145,22 @@ let IxIcon = class IxIcon {
2831
3145
  c.detach();
2832
3146
  this.el = r.nativeElement;
2833
3147
  }
2834
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2835
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxIcon, selector: "ix-icon", inputs: { color: "color", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3148
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3149
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxIcon, isStandalone: false, selector: "ix-icon", inputs: { color: "color", name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2836
3150
  };
2837
3151
  IxIcon = __decorate([
2838
3152
  ProxyCmp({
2839
- defineCustomElementFn: undefined,
2840
3153
  inputs: ['color', 'name', 'size'],
2841
3154
  })
2842
3155
  ], IxIcon);
2843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxIcon, decorators: [{
3156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxIcon, decorators: [{
2844
3157
  type: Component,
2845
3158
  args: [{
2846
3159
  selector: 'ix-icon',
2847
3160
  changeDetection: ChangeDetectionStrategy.OnPush,
2848
3161
  template: '<ng-content></ng-content>',
2849
3162
  inputs: ['color', 'name', 'size'],
3163
+ standalone: false,
2850
3164
  }]
2851
3165
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2852
3166
 
@@ -2856,22 +3170,22 @@ let IxTree = class IxTree extends TreeBaseDirective {
2856
3170
  super(c, r, z, proxyOutputs);
2857
3171
  this.z = z;
2858
3172
  }
2859
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2860
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IxTree, selector: "ix-tree", inputs: { context: "context", model: "model", root: "root", renderItem: "renderItem" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3173
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3174
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: IxTree, isStandalone: false, selector: "ix-tree", inputs: { context: "context", model: "model", root: "root", renderItem: "renderItem" }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2861
3175
  };
2862
3176
  IxTree = __decorate([
2863
3177
  ProxyCmp({
2864
- defineCustomElementFn: undefined,
2865
- inputs: ['context', 'model', 'root'],
3178
+ inputs: ['context', 'model', 'root', 'renderItem'],
2866
3179
  })
2867
3180
  ], IxTree);
2868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTree, decorators: [{
3181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTree, decorators: [{
2869
3182
  type: Component,
2870
3183
  args: [{
2871
3184
  selector: 'ix-tree',
2872
3185
  changeDetection: ChangeDetectionStrategy.OnPush,
2873
3186
  template: '<ng-content></ng-content>',
2874
3187
  inputs: ['context', 'model', 'root', 'renderItem'],
3188
+ standalone: false,
2875
3189
  }]
2876
3190
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2877
3191
 
@@ -2890,10 +3204,10 @@ class ModalService extends ModalService$1 {
2890
3204
  open(config) {
2891
3205
  return super.open(config);
2892
3206
  }
2893
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
2894
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, providedIn: 'root' });
3207
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ModalService, deps: [{ token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
3208
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ModalService, providedIn: 'root' });
2895
3209
  }
2896
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ModalService, decorators: [{
3210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ModalService, decorators: [{
2897
3211
  type: Injectable,
2898
3212
  args: [{
2899
3213
  providedIn: 'root',
@@ -2921,71 +3235,34 @@ class ToastService extends ToastService$1 {
2921
3235
  constructor() {
2922
3236
  super();
2923
3237
  }
3238
+ /**
3239
+ * Gets the current toast position
3240
+ */
2924
3241
  getPosition() {
2925
3242
  return super.getPosition();
2926
3243
  }
3244
+ /**
3245
+ * Sets the current toast position
3246
+ */
2927
3247
  setPosition(position) {
2928
3248
  super.setPosition(position);
2929
3249
  }
3250
+ /**
3251
+ * Shows the toast
3252
+ */
2930
3253
  show(config) {
2931
3254
  return super.show(config);
2932
3255
  }
2933
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2934
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, providedIn: 'root' });
3256
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3257
+ /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, providedIn: 'root' });
2935
3258
  }
2936
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ToastService, decorators: [{
3259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ToastService, decorators: [{
2937
3260
  type: Injectable,
2938
3261
  args: [{
2939
3262
  providedIn: 'root',
2940
3263
  }]
2941
3264
  }], ctorParameters: () => [] });
2942
3265
 
2943
- /*
2944
- * SPDX-FileCopyrightText: 2024 Siemens AG
2945
- *
2946
- * SPDX-License-Identifier: MIT
2947
- *
2948
- * This source code is licensed under the MIT license found in the
2949
- * LICENSE file in the root directory of this source tree.
2950
- */
2951
- /**
2952
- * @deprecated Will be removed in 4.0.0. Use themeSwitcher from core package `import { themeSwitcher } from '@siemens/ix';`
2953
- *
2954
- */
2955
- class ThemeService {
2956
- themeChanged = new EventEmitter();
2957
- themeSwitcher;
2958
- constructor() {
2959
- this.themeSwitcher = themeSwitcher;
2960
- this.themeSwitcher.themeChanged.on((theme) => this.themeChanged.emit(theme));
2961
- }
2962
- toggleMode() {
2963
- this.themeSwitcher.toggleMode();
2964
- }
2965
- setTheme(themeName) {
2966
- this.themeSwitcher.setTheme(themeName);
2967
- }
2968
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2969
- /** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, providedIn: 'root' });
2970
- }
2971
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ThemeService, decorators: [{
2972
- type: Injectable,
2973
- args: [{
2974
- providedIn: 'root',
2975
- }]
2976
- }], ctorParameters: () => [], propDecorators: { themeChanged: [{
2977
- type: Output
2978
- }] } });
2979
-
2980
- /*
2981
- * SPDX-FileCopyrightText: 2024 Siemens AG
2982
- *
2983
- * SPDX-License-Identifier: MIT
2984
- *
2985
- * This source code is licensed under the MIT license found in the
2986
- * LICENSE file in the root directory of this source tree.
2987
- */
2988
-
2989
3266
  /*
2990
3267
  * SPDX-FileCopyrightText: 2025 Siemens AG
2991
3268
  *
@@ -2998,14 +3275,15 @@ class IxBooleanValueAccessorDirective extends BooleanValueAccessorBaseDirective
2998
3275
  constructor(injector, el) {
2999
3276
  super(injector, el);
3000
3277
  }
3001
- /** @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 });
3002
- /** @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 });
3278
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBooleanValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3279
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxBooleanValueAccessorDirective, isStandalone: false, selector: "ix-checkbox,ix-toggle", providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
3003
3280
  }
3004
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
3281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxBooleanValueAccessorDirective, decorators: [{
3005
3282
  type: Directive,
3006
3283
  args: [{
3007
3284
  selector: 'ix-checkbox,ix-toggle',
3008
3285
  providers: [createValueAccessorProvider(IxBooleanValueAccessorDirective)],
3286
+ standalone: false,
3009
3287
  }]
3010
3288
  }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
3011
3289
 
@@ -3021,14 +3299,15 @@ class IxRadioValueAccessorDirective extends RadioValueAccessorBaseDirective {
3021
3299
  constructor(injector, el) {
3022
3300
  super(injector, el);
3023
3301
  }
3024
- /** @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 });
3025
- /** @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 });
3302
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3303
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxRadioValueAccessorDirective, isStandalone: false, selector: "ix-radio", providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
3026
3304
  }
3027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
3305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxRadioValueAccessorDirective, decorators: [{
3028
3306
  type: Directive,
3029
3307
  args: [{
3030
3308
  selector: 'ix-radio',
3031
3309
  providers: [createValueAccessorProvider(IxRadioValueAccessorDirective)],
3310
+ standalone: false,
3032
3311
  }]
3033
3312
  }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
3034
3313
 
@@ -3044,14 +3323,15 @@ class IxSelectValueAccessorDirective extends SelectValueAccessorBaseDirective {
3044
3323
  constructor(injector, el) {
3045
3324
  super(injector, el);
3046
3325
  }
3047
- /** @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 });
3048
- /** @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 });
3326
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3327
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxSelectValueAccessorDirective, isStandalone: false, selector: "ix-select", providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
3049
3328
  }
3050
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
3329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxSelectValueAccessorDirective, decorators: [{
3051
3330
  type: Directive,
3052
3331
  args: [{
3053
3332
  selector: 'ix-select',
3054
3333
  providers: [createValueAccessorProvider(IxSelectValueAccessorDirective)],
3334
+ standalone: false,
3055
3335
  }]
3056
3336
  }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
3057
3337
 
@@ -3067,14 +3347,15 @@ class IxTextValueAccessorDirective extends TextValueAccessorBaseDirective {
3067
3347
  constructor(injector, el) {
3068
3348
  super(injector, el);
3069
3349
  }
3070
- /** @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 });
3071
- /** @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 });
3350
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3351
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxTextValueAccessorDirective, isStandalone: false, selector: "ix-input,ix-number-input,ix-textarea", providers: [createValueAccessorProvider(IxTextValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
3072
3352
  }
3073
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
3353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxTextValueAccessorDirective, decorators: [{
3074
3354
  type: Directive,
3075
3355
  args: [{
3076
3356
  selector: 'ix-input,ix-number-input,ix-textarea',
3077
3357
  providers: [createValueAccessorProvider(IxTextValueAccessorDirective)],
3358
+ standalone: false,
3078
3359
  }]
3079
3360
  }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
3080
3361
 
@@ -3090,14 +3371,15 @@ class IxDateValueAccessorDirective extends DateValueAccessorBaseDirective {
3090
3371
  constructor(injector, el) {
3091
3372
  super(injector, el);
3092
3373
  }
3093
- /** @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 });
3094
- /** @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 });
3374
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3375
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxDateValueAccessorDirective, isStandalone: false, selector: "ix-date-input", providers: [createValueAccessorProvider(IxDateValueAccessorDirective)], usesInheritance: true, ngImport: i0 });
3095
3376
  }
3096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
3377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDateValueAccessorDirective, decorators: [{
3097
3378
  type: Directive,
3098
3379
  args: [{
3099
3380
  selector: 'ix-date-input',
3100
3381
  providers: [createValueAccessorProvider(IxDateValueAccessorDirective)],
3382
+ standalone: false,
3101
3383
  }]
3102
3384
  }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }] });
3103
3385
 
@@ -3126,13 +3408,14 @@ class IxDropdownTriggerDirective extends DropdownTriggerBaseDirective {
3126
3408
  ngOnChanges() {
3127
3409
  super.ngOnChanges();
3128
3410
  }
3129
- /** @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 });
3130
- /** @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 });
3411
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownTriggerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
3412
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: IxDropdownTriggerDirective, isStandalone: false, selector: "[ixDropdownTrigger]", inputs: { ixDropdownTrigger: "ixDropdownTrigger" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
3131
3413
  }
3132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
3414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxDropdownTriggerDirective, decorators: [{
3133
3415
  type: Directive,
3134
3416
  args: [{
3135
3417
  selector: '[ixDropdownTrigger]',
3418
+ standalone: false,
3136
3419
  }]
3137
3420
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { ixDropdownTrigger: [{
3138
3421
  type: Input
@@ -3166,7 +3449,6 @@ const DIRECTIVES = [
3166
3449
  IxApplication,
3167
3450
  IxApplicationHeader,
3168
3451
  IxAvatar,
3169
- IxBasicNavigation,
3170
3452
  IxBlind,
3171
3453
  IxBreadcrumb,
3172
3454
  IxBreadcrumbItem,
@@ -3217,8 +3499,6 @@ const DIRECTIVES = [
3217
3499
  IxLayoutAuto,
3218
3500
  IxLayoutGrid,
3219
3501
  IxLinkButton,
3220
- IxMapNavigation,
3221
- IxMapNavigationOverlay,
3222
3502
  IxMenu,
3223
3503
  IxMenuAbout,
3224
3504
  IxMenuAboutItem,
@@ -3299,28 +3579,27 @@ class IxModule {
3299
3579
  deps: [DOCUMENT, NgZone],
3300
3580
  },
3301
3581
  ModalService,
3302
- ThemeService,
3303
3582
  ToastService,
3304
3583
  ],
3305
3584
  };
3306
3585
  }
3307
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3308
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
3586
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3587
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: IxModule, declarations: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
3309
3588
  IxDropdownTriggerDirective,
3310
3589
  IxTextValueAccessorDirective,
3311
3590
  IxSelectValueAccessorDirective,
3312
3591
  IxRadioValueAccessorDirective,
3313
3592
  IxBooleanValueAccessorDirective,
3314
- IxDateValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
3593
+ IxDateValueAccessorDirective], exports: [IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRow, IxSelect, IxSelectItem, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, IxTree, IxIcon,
3315
3594
  IxDropdownTriggerDirective,
3316
3595
  IxTextValueAccessorDirective,
3317
3596
  IxSelectValueAccessorDirective,
3318
3597
  IxRadioValueAccessorDirective,
3319
3598
  IxBooleanValueAccessorDirective,
3320
3599
  IxDateValueAccessorDirective] });
3321
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule });
3600
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModule });
3322
3601
  }
3323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IxModule, decorators: [{
3602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: IxModule, decorators: [{
3324
3603
  type: NgModule,
3325
3604
  args: [{
3326
3605
  declarations: DECLARATIONS,
@@ -3341,5 +3620,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3341
3620
  * Generated bundle index. Do not edit.
3342
3621
  */
3343
3622
 
3344
- export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBasicNavigation, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMapNavigation, IxMapNavigationOverlay, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ThemeService, ToastService };
3623
+ export { IxActionCard, IxApplication, IxApplicationHeader, IxAvatar, IxBlind, IxBooleanValueAccessorDirective, IxBreadcrumb, IxBreadcrumbItem, IxButton, IxCard, IxCardAccordion, IxCardContent, IxCardList, IxCardTitle, IxCategoryFilter, IxCheckbox, IxCheckboxGroup, IxChip, IxCol, IxContent, IxContentHeader, IxCustomField, IxDateDropdown, IxDateInput, IxDatePicker, IxDateValueAccessorDirective, IxDatetimePicker, IxDivider, IxDrawer, IxDropdown, IxDropdownButton, IxDropdownHeader, IxDropdownItem, IxDropdownQuickActions, IxDropdownTriggerDirective, IxEmptyState, IxEventList, IxEventListItem, IxExpandingSearch, IxFieldLabel, IxFilterChip, IxFlipTile, IxFlipTileContent, IxGroup, IxGroupContextMenu, IxGroupItem, IxHelperText, IxIcon, IxIconButton, IxIconToggleButton, IxInput, IxInputGroup, IxKeyValue, IxKeyValueList, IxKpi, IxLayoutAuto, IxLayoutGrid, IxLinkButton, IxMenu, IxMenuAbout, IxMenuAboutItem, IxMenuAboutNews, IxMenuAvatar, IxMenuAvatarItem, IxMenuCategory, IxMenuItem, IxMenuSettings, IxMenuSettingsItem, IxMessageBar, IxModal, IxModalContent, IxModalFooter, IxModalHeader, IxModule, IxNumberInput, IxPagination, IxPane, IxPaneLayout, IxPill, IxProgressIndicator, IxPushCard, IxRadio, IxRadioGroup, IxRadioValueAccessorDirective, IxRow, IxSelect, IxSelectItem, IxSelectValueAccessorDirective, IxSlider, IxSpinner, IxSplitButton, IxTabItem, IxTabs, IxTextValueAccessorDirective, IxTextarea, IxTile, IxTimeInput, IxTimePicker, IxToast, IxToastContainer, IxToggle, IxToggleButton, IxTooltip, IxTree, IxTreeItem, IxTypography, IxUpload, IxValidationTooltip, IxWorkflowStep, IxWorkflowSteps, ModalService, ToastService };
3345
3624
  //# sourceMappingURL=siemens-ix-angular.mjs.map