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