@quartzds/core-angular 1.0.0-beta.11 → 1.0.0-beta.111

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 (47) hide show
  1. package/CHANGELOG.md +1729 -0
  2. package/README.md +5 -5
  3. package/lib/generated/angular-component-lib/utils.d.ts.map +1 -1
  4. package/lib/generated/angular-component-lib/utils.js +8 -0
  5. package/lib/generated/angular-component-lib/utils.js.map +1 -1
  6. package/lib/generated/array.d.ts +1 -1
  7. package/lib/generated/array.d.ts.map +1 -1
  8. package/lib/generated/array.js +21 -0
  9. package/lib/generated/array.js.map +1 -1
  10. package/lib/generated/boolean-value-accessor.d.ts +3 -0
  11. package/lib/generated/boolean-value-accessor.d.ts.map +1 -1
  12. package/lib/generated/boolean-value-accessor.js +28 -21
  13. package/lib/generated/boolean-value-accessor.js.map +1 -1
  14. package/lib/generated/number-value-accessor.d.ts +3 -0
  15. package/lib/generated/number-value-accessor.d.ts.map +1 -1
  16. package/lib/generated/number-value-accessor.js +28 -21
  17. package/lib/generated/number-value-accessor.js.map +1 -1
  18. package/lib/generated/proxies.d.ts +382 -24
  19. package/lib/generated/proxies.d.ts.map +1 -1
  20. package/lib/generated/proxies.js +858 -138
  21. package/lib/generated/proxies.js.map +1 -1
  22. package/lib/generated/radio-value-accessor.d.ts +9 -0
  23. package/lib/generated/radio-value-accessor.d.ts.map +1 -0
  24. package/lib/generated/radio-value-accessor.js +35 -0
  25. package/lib/generated/radio-value-accessor.js.map +1 -0
  26. package/lib/generated/select-value-accessor.d.ts +9 -0
  27. package/lib/generated/select-value-accessor.d.ts.map +1 -0
  28. package/lib/generated/select-value-accessor.js +35 -0
  29. package/lib/generated/select-value-accessor.js.map +1 -0
  30. package/lib/generated/text-value-accessor.d.ts +3 -0
  31. package/lib/generated/text-value-accessor.d.ts.map +1 -1
  32. package/lib/generated/text-value-accessor.js +28 -21
  33. package/lib/generated/text-value-accessor.js.map +1 -1
  34. package/lib/generated/value-accessor.d.ts +3 -0
  35. package/lib/generated/value-accessor.d.ts.map +1 -1
  36. package/lib/generated/value-accessor.js +12 -13
  37. package/lib/generated/value-accessor.js.map +1 -1
  38. package/lib/index.d.ts +8 -3
  39. package/lib/index.d.ts.map +1 -1
  40. package/lib/index.js +10 -5
  41. package/lib/index.js.map +1 -1
  42. package/lib/quartz.module.d.ts +10 -0
  43. package/lib/quartz.module.d.ts.map +1 -1
  44. package/lib/quartz.module.js +33 -16
  45. package/lib/quartz.module.js.map +1 -1
  46. package/package.json +16 -20
  47. package/styles/core.css +506 -0
@@ -3,22 +3,44 @@ import { __decorate, __metadata } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';
5
5
  import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineQdsActionItem } from '@quartzds/core/components/qds-action-item.js';
7
+ import { defineCustomElement as defineQdsBadgeCounter } from '@quartzds/core/components/qds-badge-counter.js';
8
+ import { defineCustomElement as defineQdsBadgeIndicator } from '@quartzds/core/components/qds-badge-indicator.js';
9
+ import { defineCustomElement as defineQdsBreadcrumbItem } from '@quartzds/core/components/qds-breadcrumb-item.js';
6
10
  import { defineCustomElement as defineQdsButton } from '@quartzds/core/components/qds-button.js';
7
11
  import { defineCustomElement as defineQdsCheckbox } from '@quartzds/core/components/qds-checkbox.js';
12
+ import { defineCustomElement as defineQdsChip } from '@quartzds/core/components/qds-chip.js';
8
13
  import { defineCustomElement as defineQdsDialog } from '@quartzds/core/components/qds-dialog.js';
9
14
  import { defineCustomElement as defineQdsDivider } from '@quartzds/core/components/qds-divider.js';
10
15
  import { defineCustomElement as defineQdsDropdown } from '@quartzds/core/components/qds-dropdown.js';
11
16
  import { defineCustomElement as defineQdsFormMessage } from '@quartzds/core/components/qds-form-message.js';
12
17
  import { defineCustomElement as defineQdsIcon } from '@quartzds/core/components/qds-icon.js';
18
+ import { defineCustomElement as defineQdsIconButton } from '@quartzds/core/components/qds-icon-button.js';
13
19
  import { defineCustomElement as defineQdsInlineLink } from '@quartzds/core/components/qds-inline-link.js';
14
20
  import { defineCustomElement as defineQdsInput } from '@quartzds/core/components/qds-input.js';
15
21
  import { defineCustomElement as defineQdsLabel } from '@quartzds/core/components/qds-label.js';
22
+ import { defineCustomElement as defineQdsListItem } from '@quartzds/core/components/qds-list-item.js';
23
+ import { defineCustomElement as defineQdsLoader } from '@quartzds/core/components/qds-loader.js';
24
+ import { defineCustomElement as defineQdsMenuItem } from '@quartzds/core/components/qds-menu-item.js';
25
+ import { defineCustomElement as defineQdsMiniButton } from '@quartzds/core/components/qds-mini-button.js';
26
+ import { defineCustomElement as defineQdsNavListItem } from '@quartzds/core/components/qds-nav-list-item.js';
27
+ import { defineCustomElement as defineQdsProgressBar } from '@quartzds/core/components/qds-progress-bar.js';
16
28
  import { defineCustomElement as defineQdsRadio } from '@quartzds/core/components/qds-radio.js';
29
+ import { defineCustomElement as defineQdsSelect } from '@quartzds/core/components/qds-select.js';
30
+ import { defineCustomElement as defineQdsStandaloneLink } from '@quartzds/core/components/qds-standalone-link.js';
17
31
  import { defineCustomElement as defineQdsSwitch } from '@quartzds/core/components/qds-switch.js';
32
+ import { defineCustomElement as defineQdsTab } from '@quartzds/core/components/qds-tab.js';
33
+ import { defineCustomElement as defineQdsTabbar } from '@quartzds/core/components/qds-tabbar.js';
34
+ import { defineCustomElement as defineQdsTable } from '@quartzds/core/components/qds-table.js';
35
+ import { defineCustomElement as defineQdsTableCell } from '@quartzds/core/components/qds-table-cell.js';
36
+ import { defineCustomElement as defineQdsTableHeadCell } from '@quartzds/core/components/qds-table-head-cell.js';
37
+ import { defineCustomElement as defineQdsTableRow } from '@quartzds/core/components/qds-table-row.js';
38
+ import { defineCustomElement as defineQdsTag } from '@quartzds/core/components/qds-tag.js';
18
39
  import { defineCustomElement as defineQdsTextarea } from '@quartzds/core/components/qds-textarea.js';
19
40
  import { defineCustomElement as defineQdsTitle } from '@quartzds/core/components/qds-title.js';
20
41
  import { defineCustomElement as defineQdsTooltip } from '@quartzds/core/components/qds-tooltip.js';
21
- export let QdsButton = class QdsButton {
42
+ import * as i0 from "@angular/core";
43
+ let QdsActionItem = class QdsActionItem {
22
44
  constructor(c, r, z) {
23
45
  this.z = z;
24
46
  c.detach();
@@ -26,21 +48,141 @@ export let QdsButton = class QdsButton {
26
48
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
27
49
  }
28
50
  };
51
+ QdsActionItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsActionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
52
+ QdsActionItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsActionItem, isStandalone: true, selector: "qds-action-item", inputs: { action: "action", actionDescription: "actionDescription", disabled: "disabled", iconLibrary: "iconLibrary", iconName: "iconName", importance: "importance", size: "size", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
53
+ QdsActionItem = __decorate([
54
+ ProxyCmp({
55
+ defineCustomElementFn: defineQdsActionItem,
56
+ inputs: ['action', 'actionDescription', 'disabled', 'iconLibrary', 'iconName', 'importance', 'size', 'text']
57
+ }),
58
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
59
+ ], QdsActionItem);
60
+ export { QdsActionItem };
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsActionItem, decorators: [{
62
+ type: Component,
63
+ args: [{
64
+ selector: 'qds-action-item',
65
+ changeDetection: ChangeDetectionStrategy.OnPush,
66
+ template: '<ng-content></ng-content>',
67
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
68
+ inputs: ['action', 'actionDescription', 'disabled', 'iconLibrary', 'iconName', 'importance', 'size', 'text'],
69
+ standalone: true
70
+ }]
71
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
72
+ let QdsBadgeCounter = class QdsBadgeCounter {
73
+ constructor(c, r, z) {
74
+ this.z = z;
75
+ c.detach();
76
+ this.el = r.nativeElement;
77
+ }
78
+ };
79
+ QdsBadgeCounter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsBadgeCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
80
+ QdsBadgeCounter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsBadgeCounter, isStandalone: true, selector: "qds-badge-counter", inputs: { description: "description", importance: "importance", size: "size", strokeRing: "strokeRing", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
81
+ QdsBadgeCounter = __decorate([
82
+ ProxyCmp({
83
+ defineCustomElementFn: defineQdsBadgeCounter,
84
+ inputs: ['description', 'importance', 'size', 'strokeRing', 'value']
85
+ }),
86
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
87
+ ], QdsBadgeCounter);
88
+ export { QdsBadgeCounter };
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsBadgeCounter, decorators: [{
90
+ type: Component,
91
+ args: [{
92
+ selector: 'qds-badge-counter',
93
+ changeDetection: ChangeDetectionStrategy.OnPush,
94
+ template: '<ng-content></ng-content>',
95
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
96
+ inputs: ['description', 'importance', 'size', 'strokeRing', 'value'],
97
+ standalone: true
98
+ }]
99
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
100
+ let QdsBadgeIndicator = class QdsBadgeIndicator {
101
+ constructor(c, r, z) {
102
+ this.z = z;
103
+ c.detach();
104
+ this.el = r.nativeElement;
105
+ }
106
+ };
107
+ QdsBadgeIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsBadgeIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
108
+ QdsBadgeIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsBadgeIndicator, isStandalone: true, selector: "qds-badge-indicator", inputs: { description: "description", size: "size", status: "status", strokeRing: "strokeRing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
109
+ QdsBadgeIndicator = __decorate([
110
+ ProxyCmp({
111
+ defineCustomElementFn: defineQdsBadgeIndicator,
112
+ inputs: ['description', 'size', 'status', 'strokeRing']
113
+ }),
114
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
115
+ ], QdsBadgeIndicator);
116
+ export { QdsBadgeIndicator };
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsBadgeIndicator, decorators: [{
118
+ type: Component,
119
+ args: [{
120
+ selector: 'qds-badge-indicator',
121
+ changeDetection: ChangeDetectionStrategy.OnPush,
122
+ template: '<ng-content></ng-content>',
123
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
124
+ inputs: ['description', 'size', 'status', 'strokeRing'],
125
+ standalone: true
126
+ }]
127
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
128
+ let QdsBreadcrumbItem = class QdsBreadcrumbItem {
129
+ constructor(c, r, z) {
130
+ this.z = z;
131
+ c.detach();
132
+ this.el = r.nativeElement;
133
+ }
134
+ };
135
+ QdsBreadcrumbItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
136
+ QdsBreadcrumbItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsBreadcrumbItem, isStandalone: true, selector: "qds-breadcrumb-item", inputs: { disabled: "disabled", href: "href", hreflang: "hreflang", iconLibrary: "iconLibrary", iconName: "iconName", referrerPolicy: "referrerPolicy", rel: "rel", target: "target", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
137
+ QdsBreadcrumbItem = __decorate([
138
+ ProxyCmp({
139
+ defineCustomElementFn: defineQdsBreadcrumbItem,
140
+ inputs: ['disabled', 'href', 'hreflang', 'iconLibrary', 'iconName', 'referrerPolicy', 'rel', 'target', 'text']
141
+ }),
142
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
143
+ ], QdsBreadcrumbItem);
144
+ export { QdsBreadcrumbItem };
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsBreadcrumbItem, decorators: [{
146
+ type: Component,
147
+ args: [{
148
+ selector: 'qds-breadcrumb-item',
149
+ changeDetection: ChangeDetectionStrategy.OnPush,
150
+ template: '<ng-content></ng-content>',
151
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
152
+ inputs: ['disabled', 'href', 'hreflang', 'iconLibrary', 'iconName', 'referrerPolicy', 'rel', 'target', 'text'],
153
+ standalone: true
154
+ }]
155
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
156
+ let QdsButton = class QdsButton {
157
+ constructor(c, r, z) {
158
+ this.z = z;
159
+ c.detach();
160
+ this.el = r.nativeElement;
161
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
162
+ }
163
+ };
164
+ QdsButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
165
+ QdsButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsButton, isStandalone: true, selector: "qds-button", inputs: { action: "action", badge: "badge", badgeDescription: "badgeDescription", badgeIndicatorStatus: "badgeIndicatorStatus", disabled: "disabled", download: "download", form: "form", formAction: "formAction", formMethod: "formMethod", formNoValidate: "formNoValidate", formTarget: "formTarget", href: "href", iconLibrary: "iconLibrary", iconName: "iconName", iconOnly: "iconOnly", importance: "importance", labels: "labels", name: "name", rel: "rel", size: "size", target: "target", text: "text", tooltipPlacement: "tooltipPlacement", type: "type", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
29
166
  QdsButton = __decorate([
30
167
  ProxyCmp({
31
168
  defineCustomElementFn: defineQdsButton,
32
- inputs: ['disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'importance', 'name', 'size', 'target', 'text', 'type', 'value']
33
- }),
34
- Component({
35
- selector: 'qds-button',
36
- changeDetection: ChangeDetectionStrategy.OnPush,
37
- template: '<ng-content></ng-content>',
38
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
39
- inputs: ['disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'importance', 'name', 'size', 'target', 'text', 'type', 'value'],
169
+ inputs: ['action', 'badge', 'badgeDescription', 'badgeIndicatorStatus', 'disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'iconOnly', 'importance', 'labels', 'name', 'rel', 'size', 'target', 'text', 'tooltipPlacement', 'type', 'validationMessage', 'validity', 'value', 'willValidate']
40
170
  }),
41
171
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
42
172
  ], QdsButton);
43
- export let QdsCheckbox = class QdsCheckbox {
173
+ export { QdsButton };
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsButton, decorators: [{
175
+ type: Component,
176
+ args: [{
177
+ selector: 'qds-button',
178
+ changeDetection: ChangeDetectionStrategy.OnPush,
179
+ template: '<ng-content></ng-content>',
180
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
181
+ inputs: ['action', 'badge', 'badgeDescription', 'badgeIndicatorStatus', 'disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'iconOnly', 'importance', 'labels', 'name', 'rel', 'size', 'target', 'text', 'tooltipPlacement', 'type', 'validationMessage', 'validity', 'value', 'willValidate'],
182
+ standalone: true
183
+ }]
184
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
185
+ let QdsCheckbox = class QdsCheckbox {
44
186
  constructor(c, r, z) {
45
187
  this.z = z;
46
188
  c.detach();
@@ -48,22 +190,57 @@ export let QdsCheckbox = class QdsCheckbox {
48
190
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
49
191
  }
50
192
  };
193
+ QdsCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
194
+ QdsCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsCheckbox, isStandalone: true, selector: "qds-checkbox", inputs: { checkboxOnly: "checkboxOnly", checked: "checked", disabled: "disabled", form: "form", indeterminate: "indeterminate", inline: "inline", name: "name", required: "required", size: "size", text: "text", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
51
195
  QdsCheckbox = __decorate([
52
196
  ProxyCmp({
53
197
  defineCustomElementFn: defineQdsCheckbox,
54
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'value'],
55
- methods: ['checkValidity', 'reportValidity', 'setCustomValidity']
56
- }),
57
- Component({
58
- selector: 'qds-checkbox',
59
- changeDetection: ChangeDetectionStrategy.OnPush,
60
- template: '<ng-content></ng-content>',
61
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
62
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'value'],
198
+ inputs: ['checkboxOnly', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'validationMessage', 'validity', 'value', 'willValidate']
63
199
  }),
64
200
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
65
201
  ], QdsCheckbox);
66
- export let QdsDialog = class QdsDialog {
202
+ export { QdsCheckbox };
203
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsCheckbox, decorators: [{
204
+ type: Component,
205
+ args: [{
206
+ selector: 'qds-checkbox',
207
+ changeDetection: ChangeDetectionStrategy.OnPush,
208
+ template: '<ng-content></ng-content>',
209
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
210
+ inputs: ['checkboxOnly', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'validationMessage', 'validity', 'value', 'willValidate'],
211
+ standalone: true
212
+ }]
213
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
214
+ let QdsChip = class QdsChip {
215
+ constructor(c, r, z) {
216
+ this.z = z;
217
+ c.detach();
218
+ this.el = r.nativeElement;
219
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus', 'qdsClose', 'qdsChange']);
220
+ }
221
+ };
222
+ QdsChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
223
+ QdsChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsChip, isStandalone: true, selector: "qds-chip", inputs: { checked: "checked", disabled: "disabled", form: "form", iconLibrary: "iconLibrary", iconName: "iconName", name: "name", size: "size", text: "text", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
224
+ QdsChip = __decorate([
225
+ ProxyCmp({
226
+ defineCustomElementFn: defineQdsChip,
227
+ inputs: ['checked', 'disabled', 'form', 'iconLibrary', 'iconName', 'name', 'size', 'text', 'type', 'value']
228
+ }),
229
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
230
+ ], QdsChip);
231
+ export { QdsChip };
232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsChip, decorators: [{
233
+ type: Component,
234
+ args: [{
235
+ selector: 'qds-chip',
236
+ changeDetection: ChangeDetectionStrategy.OnPush,
237
+ template: '<ng-content></ng-content>',
238
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
239
+ inputs: ['checked', 'disabled', 'form', 'iconLibrary', 'iconName', 'name', 'size', 'text', 'type', 'value'],
240
+ standalone: true
241
+ }]
242
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
243
+ let QdsDialog = class QdsDialog {
67
244
  constructor(c, r, z) {
68
245
  this.z = z;
69
246
  c.detach();
@@ -71,43 +248,56 @@ export let QdsDialog = class QdsDialog {
71
248
  proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
72
249
  }
73
250
  };
251
+ QdsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
252
+ QdsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsDialog, isStandalone: true, selector: "qds-dialog", inputs: { closable: "closable", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
74
253
  QdsDialog = __decorate([
75
254
  ProxyCmp({
76
255
  defineCustomElementFn: defineQdsDialog,
77
- inputs: ['open'],
78
- methods: ['show', 'close']
79
- }),
80
- Component({
81
- selector: 'qds-dialog',
82
- changeDetection: ChangeDetectionStrategy.OnPush,
83
- template: '<ng-content></ng-content>',
84
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
85
- inputs: ['open'],
256
+ inputs: ['closable', 'open']
86
257
  }),
87
258
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
88
259
  ], QdsDialog);
89
- export let QdsDivider = class QdsDivider {
260
+ export { QdsDialog };
261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsDialog, decorators: [{
262
+ type: Component,
263
+ args: [{
264
+ selector: 'qds-dialog',
265
+ changeDetection: ChangeDetectionStrategy.OnPush,
266
+ template: '<ng-content></ng-content>',
267
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
268
+ inputs: ['closable', 'open'],
269
+ standalone: true
270
+ }]
271
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
272
+ let QdsDivider = class QdsDivider {
90
273
  constructor(c, r, z) {
91
274
  this.z = z;
92
275
  c.detach();
93
276
  this.el = r.nativeElement;
94
277
  }
95
278
  };
279
+ QdsDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
280
+ QdsDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsDivider, isStandalone: true, selector: "qds-divider", inputs: { importance: "importance", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
96
281
  QdsDivider = __decorate([
97
282
  ProxyCmp({
98
283
  defineCustomElementFn: defineQdsDivider,
99
- inputs: ['importance']
100
- }),
101
- Component({
102
- selector: 'qds-divider',
103
- changeDetection: ChangeDetectionStrategy.OnPush,
104
- template: '<ng-content></ng-content>',
105
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
106
- inputs: ['importance'],
284
+ inputs: ['importance', 'vertical']
107
285
  }),
108
286
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
109
287
  ], QdsDivider);
110
- export let QdsDropdown = class QdsDropdown {
288
+ export { QdsDivider };
289
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsDivider, decorators: [{
290
+ type: Component,
291
+ args: [{
292
+ selector: 'qds-divider',
293
+ changeDetection: ChangeDetectionStrategy.OnPush,
294
+ template: '<ng-content></ng-content>',
295
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
296
+ inputs: ['importance', 'vertical'],
297
+ standalone: true
298
+ }]
299
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
300
+ let QdsDropdown = class QdsDropdown {
111
301
  constructor(c, r, z) {
112
302
  this.z = z;
113
303
  c.detach();
@@ -115,43 +305,57 @@ export let QdsDropdown = class QdsDropdown {
115
305
  proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
116
306
  }
117
307
  };
308
+ QdsDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
309
+ QdsDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsDropdown, isStandalone: true, selector: "qds-dropdown", inputs: { autoUpdateOptions: "autoUpdateOptions", disabled: "disabled", flipOptions: "flipOptions", noFlip: "noFlip", noShift: "noShift", offsetOptions: "offsetOptions", placement: "placement", shiftOptions: "shiftOptions", strategy: "strategy", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
118
310
  QdsDropdown = __decorate([
119
311
  ProxyCmp({
120
312
  defineCustomElementFn: defineQdsDropdown,
121
313
  inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
122
- methods: ['show', 'close', 'update']
123
- }),
124
- Component({
125
- selector: 'qds-dropdown',
126
- changeDetection: ChangeDetectionStrategy.OnPush,
127
- template: '<ng-content></ng-content>',
128
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
129
- inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
314
+ methods: ['updateGap', 'show', 'close']
130
315
  }),
131
316
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
132
317
  ], QdsDropdown);
133
- export let QdsFormMessage = class QdsFormMessage {
318
+ export { QdsDropdown };
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsDropdown, decorators: [{
320
+ type: Component,
321
+ args: [{
322
+ selector: 'qds-dropdown',
323
+ changeDetection: ChangeDetectionStrategy.OnPush,
324
+ template: '<ng-content></ng-content>',
325
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
326
+ inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
327
+ standalone: true
328
+ }]
329
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
330
+ let QdsFormMessage = class QdsFormMessage {
134
331
  constructor(c, r, z) {
135
332
  this.z = z;
136
333
  c.detach();
137
334
  this.el = r.nativeElement;
138
335
  }
139
336
  };
337
+ QdsFormMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsFormMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
338
+ QdsFormMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsFormMessage, isStandalone: true, selector: "qds-form-message", inputs: { inline: "inline", size: "size", status: "status", statusDescription: "statusDescription", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
140
339
  QdsFormMessage = __decorate([
141
340
  ProxyCmp({
142
341
  defineCustomElementFn: defineQdsFormMessage,
143
- inputs: ['inline', 'size', 'status', 'text']
144
- }),
145
- Component({
146
- selector: 'qds-form-message',
147
- changeDetection: ChangeDetectionStrategy.OnPush,
148
- template: '<ng-content></ng-content>',
149
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
150
- inputs: ['inline', 'size', 'status', 'text'],
342
+ inputs: ['inline', 'size', 'status', 'statusDescription', 'text']
151
343
  }),
152
344
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
153
345
  ], QdsFormMessage);
154
- export let QdsIcon = class QdsIcon {
346
+ export { QdsFormMessage };
347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsFormMessage, decorators: [{
348
+ type: Component,
349
+ args: [{
350
+ selector: 'qds-form-message',
351
+ changeDetection: ChangeDetectionStrategy.OnPush,
352
+ template: '<ng-content></ng-content>',
353
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
354
+ inputs: ['inline', 'size', 'status', 'statusDescription', 'text'],
355
+ standalone: true
356
+ }]
357
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
358
+ let QdsIcon = class QdsIcon {
155
359
  constructor(c, r, z) {
156
360
  this.z = z;
157
361
  c.detach();
@@ -159,21 +363,28 @@ export let QdsIcon = class QdsIcon {
159
363
  proxyOutputs(this, this.el, ['qdsLoad', 'qdsError']);
160
364
  }
161
365
  };
366
+ QdsIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
367
+ QdsIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsIcon, isStandalone: true, selector: "qds-icon", inputs: { library: "library", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
162
368
  QdsIcon = __decorate([
163
369
  ProxyCmp({
164
370
  defineCustomElementFn: defineQdsIcon,
165
371
  inputs: ['library', 'name']
166
372
  }),
167
- Component({
168
- selector: 'qds-icon',
169
- changeDetection: ChangeDetectionStrategy.OnPush,
170
- template: '<ng-content></ng-content>',
171
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
172
- inputs: ['library', 'name'],
173
- }),
174
373
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
175
374
  ], QdsIcon);
176
- export let QdsInlineLink = class QdsInlineLink {
375
+ export { QdsIcon };
376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsIcon, decorators: [{
377
+ type: Component,
378
+ args: [{
379
+ selector: 'qds-icon',
380
+ changeDetection: ChangeDetectionStrategy.OnPush,
381
+ template: '<ng-content></ng-content>',
382
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
383
+ inputs: ['library', 'name'],
384
+ standalone: true
385
+ }]
386
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
387
+ let QdsIconButton = class QdsIconButton {
177
388
  constructor(c, r, z) {
178
389
  this.z = z;
179
390
  c.detach();
@@ -181,65 +392,114 @@ export let QdsInlineLink = class QdsInlineLink {
181
392
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
182
393
  }
183
394
  };
395
+ QdsIconButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
396
+ QdsIconButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsIconButton, isStandalone: true, selector: "qds-icon-button", inputs: { badge: "badge", badgeDescription: "badgeDescription", badgeIndicatorStatus: "badgeIndicatorStatus", disabled: "disabled", download: "download", href: "href", iconLibrary: "iconLibrary", iconName: "iconName", importance: "importance", rel: "rel", size: "size", target: "target", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
397
+ QdsIconButton = __decorate([
398
+ ProxyCmp({
399
+ defineCustomElementFn: defineQdsIconButton,
400
+ inputs: ['badge', 'badgeDescription', 'badgeIndicatorStatus', 'disabled', 'download', 'href', 'iconLibrary', 'iconName', 'importance', 'rel', 'size', 'target', 'text']
401
+ }),
402
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
403
+ ], QdsIconButton);
404
+ export { QdsIconButton };
405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsIconButton, decorators: [{
406
+ type: Component,
407
+ args: [{
408
+ selector: 'qds-icon-button',
409
+ changeDetection: ChangeDetectionStrategy.OnPush,
410
+ template: '<ng-content></ng-content>',
411
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
412
+ inputs: ['badge', 'badgeDescription', 'badgeIndicatorStatus', 'disabled', 'download', 'href', 'iconLibrary', 'iconName', 'importance', 'rel', 'size', 'target', 'text'],
413
+ standalone: true
414
+ }]
415
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
416
+ let QdsInlineLink = class QdsInlineLink {
417
+ constructor(c, r, z) {
418
+ this.z = z;
419
+ c.detach();
420
+ this.el = r.nativeElement;
421
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
422
+ }
423
+ };
424
+ QdsInlineLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsInlineLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
425
+ QdsInlineLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsInlineLink, isStandalone: true, selector: "qds-inline-link", inputs: { disabled: "disabled", download: "download", href: "href", hreflang: "hreflang", iconLibrary: "iconLibrary", iconName: "iconName", importance: "importance", referrerPolicy: "referrerPolicy", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
184
426
  QdsInlineLink = __decorate([
185
427
  ProxyCmp({
186
428
  defineCustomElementFn: defineQdsInlineLink,
187
- inputs: ['disabled', 'download', 'href', 'hreflang', 'referrerPolicy', 'rel', 'target']
188
- }),
189
- Component({
190
- selector: 'qds-inline-link',
191
- changeDetection: ChangeDetectionStrategy.OnPush,
192
- template: '<ng-content></ng-content>',
193
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
194
- inputs: ['disabled', 'download', 'href', 'hreflang', 'referrerPolicy', 'rel', 'target'],
429
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'iconLibrary', 'iconName', 'importance', 'referrerPolicy', 'rel', 'target']
195
430
  }),
196
431
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
197
432
  ], QdsInlineLink);
198
- export let QdsInput = class QdsInput {
433
+ export { QdsInlineLink };
434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsInlineLink, decorators: [{
435
+ type: Component,
436
+ args: [{
437
+ selector: 'qds-inline-link',
438
+ changeDetection: ChangeDetectionStrategy.OnPush,
439
+ template: '<ng-content></ng-content>',
440
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
441
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'iconLibrary', 'iconName', 'importance', 'referrerPolicy', 'rel', 'target'],
442
+ standalone: true
443
+ }]
444
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
445
+ let QdsInput = class QdsInput {
199
446
  constructor(c, r, z) {
200
447
  this.z = z;
201
448
  c.detach();
202
449
  this.el = r.nativeElement;
203
- proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
450
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsCancel', 'qdsSearch', 'qdsChange', 'qdsFocus', 'qdsInput']);
204
451
  }
205
452
  };
453
+ QdsInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
454
+ QdsInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsInput, isStandalone: true, selector: "qds-input", inputs: { accept: "accept", autoComplete: "autoComplete", capture: "capture", disabled: "disabled", enterkeyhint: "enterkeyhint", files: "files", form: "form", inputmode: "inputmode", labels: "labels", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", noIcon: "noIcon", pattern: "pattern", placeholder: "placeholder", required: "required", selectionDirection: "selectionDirection", selectionEnd: "selectionEnd", selectionStart: "selectionStart", size: "size", step: "step", type: "type", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
206
455
  QdsInput = __decorate([
207
456
  ProxyCmp({
208
457
  defineCustomElementFn: defineQdsInput,
209
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'spellCheck', 'step', 'type', 'value'],
210
- methods: ['reportValidity', 'select', 'setCustomValidity', 'setRangeText', 'setSelectionRange', 'stepDown', 'stepUp']
211
- }),
212
- Component({
213
- selector: 'qds-input',
214
- changeDetection: ChangeDetectionStrategy.OnPush,
215
- template: '<ng-content></ng-content>',
216
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
217
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'spellCheck', 'step', 'type', 'value'],
458
+ inputs: ['accept', 'autoComplete', 'capture', 'disabled', 'enterkeyhint', 'files', 'form', 'inputmode', 'labels', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'noIcon', 'pattern', 'placeholder', 'required', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'step', 'type', 'validationMessage', 'validity', 'value', 'willValidate']
218
459
  }),
219
460
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
220
461
  ], QdsInput);
221
- export let QdsLabel = class QdsLabel {
462
+ export { QdsInput };
463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsInput, decorators: [{
464
+ type: Component,
465
+ args: [{
466
+ selector: 'qds-input',
467
+ changeDetection: ChangeDetectionStrategy.OnPush,
468
+ template: '<ng-content></ng-content>',
469
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
470
+ inputs: ['accept', 'autoComplete', 'capture', 'disabled', 'enterkeyhint', 'files', 'form', 'inputmode', 'labels', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'noIcon', 'pattern', 'placeholder', 'required', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'step', 'type', 'validationMessage', 'validity', 'value', 'willValidate'],
471
+ standalone: true
472
+ }]
473
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
474
+ let QdsLabel = class QdsLabel {
222
475
  constructor(c, r, z) {
223
476
  this.z = z;
224
477
  c.detach();
225
478
  this.el = r.nativeElement;
226
479
  }
227
480
  };
481
+ QdsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
482
+ QdsLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsLabel, isStandalone: true, selector: "qds-label", inputs: { importance: "importance", inline: "inline", required: "required", size: "size", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
228
483
  QdsLabel = __decorate([
229
484
  ProxyCmp({
230
485
  defineCustomElementFn: defineQdsLabel,
231
- inputs: ['inline', 'required', 'size', 'text']
232
- }),
233
- Component({
234
- selector: 'qds-label',
235
- changeDetection: ChangeDetectionStrategy.OnPush,
236
- template: '<ng-content></ng-content>',
237
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
238
- inputs: ['inline', 'required', 'size', 'text'],
486
+ inputs: ['importance', 'inline', 'required', 'size', 'text']
239
487
  }),
240
488
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
241
489
  ], QdsLabel);
242
- export let QdsRadio = class QdsRadio {
490
+ export { QdsLabel };
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsLabel, decorators: [{
492
+ type: Component,
493
+ args: [{
494
+ selector: 'qds-label',
495
+ changeDetection: ChangeDetectionStrategy.OnPush,
496
+ template: '<ng-content></ng-content>',
497
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
498
+ inputs: ['importance', 'inline', 'required', 'size', 'text'],
499
+ standalone: true
500
+ }]
501
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
502
+ let QdsListItem = class QdsListItem {
243
503
  constructor(c, r, z) {
244
504
  this.z = z;
245
505
  c.detach();
@@ -247,21 +507,258 @@ export let QdsRadio = class QdsRadio {
247
507
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
248
508
  }
249
509
  };
510
+ QdsListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
511
+ QdsListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsListItem, isStandalone: true, selector: "qds-list-item", inputs: { avatarSrc: "avatarSrc", badge: "badge", badgeDescription: "badgeDescription", destination: "destination", disabled: "disabled", iconLibrary: "iconLibrary", iconName: "iconName", imageSrc: "imageSrc", indeterminate: "indeterminate", kicker: "kicker", listAction: "listAction", selected: "selected", showDivider: "showDivider", size: "size", subtitle: "subtitle", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
512
+ QdsListItem = __decorate([
513
+ ProxyCmp({
514
+ defineCustomElementFn: defineQdsListItem,
515
+ inputs: ['avatarSrc', 'badge', 'badgeDescription', 'destination', 'disabled', 'iconLibrary', 'iconName', 'imageSrc', 'indeterminate', 'kicker', 'listAction', 'selected', 'showDivider', 'size', 'subtitle', 'text']
516
+ }),
517
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
518
+ ], QdsListItem);
519
+ export { QdsListItem };
520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsListItem, decorators: [{
521
+ type: Component,
522
+ args: [{
523
+ selector: 'qds-list-item',
524
+ changeDetection: ChangeDetectionStrategy.OnPush,
525
+ template: '<ng-content></ng-content>',
526
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
527
+ inputs: ['avatarSrc', 'badge', 'badgeDescription', 'destination', 'disabled', 'iconLibrary', 'iconName', 'imageSrc', 'indeterminate', 'kicker', 'listAction', 'selected', 'showDivider', 'size', 'subtitle', 'text'],
528
+ standalone: true
529
+ }]
530
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
531
+ let QdsLoader = class QdsLoader {
532
+ constructor(c, r, z) {
533
+ this.z = z;
534
+ c.detach();
535
+ this.el = r.nativeElement;
536
+ }
537
+ };
538
+ QdsLoader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
539
+ QdsLoader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsLoader, isStandalone: true, selector: "qds-loader", inputs: { size: "size", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
540
+ QdsLoader = __decorate([
541
+ ProxyCmp({
542
+ defineCustomElementFn: defineQdsLoader,
543
+ inputs: ['size', 'status']
544
+ }),
545
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
546
+ ], QdsLoader);
547
+ export { QdsLoader };
548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsLoader, decorators: [{
549
+ type: Component,
550
+ args: [{
551
+ selector: 'qds-loader',
552
+ changeDetection: ChangeDetectionStrategy.OnPush,
553
+ template: '<ng-content></ng-content>',
554
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
555
+ inputs: ['size', 'status'],
556
+ standalone: true
557
+ }]
558
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
559
+ let QdsMenuItem = class QdsMenuItem {
560
+ constructor(c, r, z) {
561
+ this.z = z;
562
+ c.detach();
563
+ this.el = r.nativeElement;
564
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus', 'qdsSelect']);
565
+ }
566
+ };
567
+ QdsMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
568
+ QdsMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsMenuItem, isStandalone: true, selector: "qds-menu-item", inputs: { checked: "checked", disabled: "disabled", iconLibrary: "iconLibrary", iconName: "iconName", shortcut: "shortcut", size: "size", text: "text", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
569
+ QdsMenuItem = __decorate([
570
+ ProxyCmp({
571
+ defineCustomElementFn: defineQdsMenuItem,
572
+ inputs: ['checked', 'disabled', 'iconLibrary', 'iconName', 'shortcut', 'size', 'text', 'type']
573
+ }),
574
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
575
+ ], QdsMenuItem);
576
+ export { QdsMenuItem };
577
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsMenuItem, decorators: [{
578
+ type: Component,
579
+ args: [{
580
+ selector: 'qds-menu-item',
581
+ changeDetection: ChangeDetectionStrategy.OnPush,
582
+ template: '<ng-content></ng-content>',
583
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
584
+ inputs: ['checked', 'disabled', 'iconLibrary', 'iconName', 'shortcut', 'size', 'text', 'type'],
585
+ standalone: true
586
+ }]
587
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
588
+ let QdsMiniButton = class QdsMiniButton {
589
+ constructor(c, r, z) {
590
+ this.z = z;
591
+ c.detach();
592
+ this.el = r.nativeElement;
593
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
594
+ }
595
+ };
596
+ QdsMiniButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsMiniButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
597
+ QdsMiniButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsMiniButton, isStandalone: true, selector: "qds-mini-button", inputs: { disabled: "disabled", href: "href", library: "library", name: "name", rel: "rel", target: "target", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
598
+ QdsMiniButton = __decorate([
599
+ ProxyCmp({
600
+ defineCustomElementFn: defineQdsMiniButton,
601
+ inputs: ['disabled', 'href', 'library', 'name', 'rel', 'target', 'text']
602
+ }),
603
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
604
+ ], QdsMiniButton);
605
+ export { QdsMiniButton };
606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsMiniButton, decorators: [{
607
+ type: Component,
608
+ args: [{
609
+ selector: 'qds-mini-button',
610
+ changeDetection: ChangeDetectionStrategy.OnPush,
611
+ template: '<ng-content></ng-content>',
612
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
613
+ inputs: ['disabled', 'href', 'library', 'name', 'rel', 'target', 'text'],
614
+ standalone: true
615
+ }]
616
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
617
+ let QdsNavListItem = class QdsNavListItem {
618
+ constructor(c, r, z) {
619
+ this.z = z;
620
+ c.detach();
621
+ this.el = r.nativeElement;
622
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
623
+ }
624
+ };
625
+ QdsNavListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsNavListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
626
+ QdsNavListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsNavListItem, isStandalone: true, selector: "qds-nav-list-item", inputs: { collapsed: "collapsed", disabled: "disabled", iconLibrary: "iconLibrary", iconName: "iconName", selected: "selected", size: "size", subtext: "subtext", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
627
+ QdsNavListItem = __decorate([
628
+ ProxyCmp({
629
+ defineCustomElementFn: defineQdsNavListItem,
630
+ inputs: ['collapsed', 'disabled', 'iconLibrary', 'iconName', 'selected', 'size', 'subtext', 'text']
631
+ }),
632
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
633
+ ], QdsNavListItem);
634
+ export { QdsNavListItem };
635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsNavListItem, decorators: [{
636
+ type: Component,
637
+ args: [{
638
+ selector: 'qds-nav-list-item',
639
+ changeDetection: ChangeDetectionStrategy.OnPush,
640
+ template: '<ng-content></ng-content>',
641
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
642
+ inputs: ['collapsed', 'disabled', 'iconLibrary', 'iconName', 'selected', 'size', 'subtext', 'text'],
643
+ standalone: true
644
+ }]
645
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
646
+ let QdsProgressBar = class QdsProgressBar {
647
+ constructor(c, r, z) {
648
+ this.z = z;
649
+ c.detach();
650
+ this.el = r.nativeElement;
651
+ }
652
+ };
653
+ QdsProgressBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
654
+ QdsProgressBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsProgressBar, isStandalone: true, selector: "qds-progress-bar", inputs: { labels: "labels", max: "max", position: "position", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
655
+ QdsProgressBar = __decorate([
656
+ ProxyCmp({
657
+ defineCustomElementFn: defineQdsProgressBar,
658
+ inputs: ['labels', 'max', 'position', 'size', 'value']
659
+ }),
660
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
661
+ ], QdsProgressBar);
662
+ export { QdsProgressBar };
663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsProgressBar, decorators: [{
664
+ type: Component,
665
+ args: [{
666
+ selector: 'qds-progress-bar',
667
+ changeDetection: ChangeDetectionStrategy.OnPush,
668
+ template: '<ng-content></ng-content>',
669
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
670
+ inputs: ['labels', 'max', 'position', 'size', 'value'],
671
+ standalone: true
672
+ }]
673
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
674
+ let QdsRadio = class QdsRadio {
675
+ constructor(c, r, z) {
676
+ this.z = z;
677
+ c.detach();
678
+ this.el = r.nativeElement;
679
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
680
+ }
681
+ };
682
+ QdsRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
683
+ QdsRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsRadio, isStandalone: true, selector: "qds-radio", inputs: { checked: "checked", disabled: "disabled", form: "form", inline: "inline", name: "name", required: "required", size: "size", text: "text", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
250
684
  QdsRadio = __decorate([
251
685
  ProxyCmp({
252
686
  defineCustomElementFn: defineQdsRadio,
253
687
  inputs: ['checked', 'disabled', 'form', 'inline', 'name', 'required', 'size', 'text', 'value']
254
688
  }),
255
- Component({
256
- selector: 'qds-radio',
257
- changeDetection: ChangeDetectionStrategy.OnPush,
258
- template: '<ng-content></ng-content>',
259
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
260
- inputs: ['checked', 'disabled', 'form', 'inline', 'name', 'required', 'size', 'text', 'value'],
261
- }),
262
689
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
263
690
  ], QdsRadio);
264
- export let QdsSwitch = class QdsSwitch {
691
+ export { QdsRadio };
692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsRadio, decorators: [{
693
+ type: Component,
694
+ args: [{
695
+ selector: 'qds-radio',
696
+ changeDetection: ChangeDetectionStrategy.OnPush,
697
+ template: '<ng-content></ng-content>',
698
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
699
+ inputs: ['checked', 'disabled', 'form', 'inline', 'name', 'required', 'size', 'text', 'value'],
700
+ standalone: true
701
+ }]
702
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
703
+ let QdsSelect = class QdsSelect {
704
+ constructor(c, r, z) {
705
+ this.z = z;
706
+ c.detach();
707
+ this.el = r.nativeElement;
708
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
709
+ }
710
+ };
711
+ QdsSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
712
+ QdsSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsSelect, isStandalone: true, selector: "qds-select", inputs: { autoComplete: "autoComplete", disabled: "disabled", form: "form", length: "length", multiple: "multiple", name: "name", options: "options", required: "required", selectedIndex: "selectedIndex", selectedOptions: "selectedOptions", size: "size", type: "type", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
713
+ QdsSelect = __decorate([
714
+ ProxyCmp({
715
+ defineCustomElementFn: defineQdsSelect,
716
+ inputs: ['autoComplete', 'disabled', 'form', 'length', 'multiple', 'name', 'options', 'required', 'selectedIndex', 'selectedOptions', 'size', 'type', 'validationMessage', 'validity', 'value', 'willValidate']
717
+ }),
718
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
719
+ ], QdsSelect);
720
+ export { QdsSelect };
721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsSelect, decorators: [{
722
+ type: Component,
723
+ args: [{
724
+ selector: 'qds-select',
725
+ changeDetection: ChangeDetectionStrategy.OnPush,
726
+ template: '<ng-content></ng-content>',
727
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
728
+ inputs: ['autoComplete', 'disabled', 'form', 'length', 'multiple', 'name', 'options', 'required', 'selectedIndex', 'selectedOptions', 'size', 'type', 'validationMessage', 'validity', 'value', 'willValidate'],
729
+ standalone: true
730
+ }]
731
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
732
+ let QdsStandaloneLink = class QdsStandaloneLink {
733
+ constructor(c, r, z) {
734
+ this.z = z;
735
+ c.detach();
736
+ this.el = r.nativeElement;
737
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
738
+ }
739
+ };
740
+ QdsStandaloneLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsStandaloneLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
741
+ QdsStandaloneLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsStandaloneLink, isStandalone: true, selector: "qds-standalone-link", inputs: { disabled: "disabled", download: "download", href: "href", hreflang: "hreflang", iconLibrary: "iconLibrary", iconName: "iconName", importance: "importance", referrerPolicy: "referrerPolicy", rel: "rel", size: "size", target: "target", visitable: "visitable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
742
+ QdsStandaloneLink = __decorate([
743
+ ProxyCmp({
744
+ defineCustomElementFn: defineQdsStandaloneLink,
745
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'iconLibrary', 'iconName', 'importance', 'referrerPolicy', 'rel', 'size', 'target', 'visitable']
746
+ }),
747
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
748
+ ], QdsStandaloneLink);
749
+ export { QdsStandaloneLink };
750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsStandaloneLink, decorators: [{
751
+ type: Component,
752
+ args: [{
753
+ selector: 'qds-standalone-link',
754
+ changeDetection: ChangeDetectionStrategy.OnPush,
755
+ template: '<ng-content></ng-content>',
756
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
757
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'iconLibrary', 'iconName', 'importance', 'referrerPolicy', 'rel', 'size', 'target', 'visitable'],
758
+ standalone: true
759
+ }]
760
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
761
+ let QdsSwitch = class QdsSwitch {
265
762
  constructor(c, r, z) {
266
763
  this.z = z;
267
764
  c.detach();
@@ -269,21 +766,224 @@ export let QdsSwitch = class QdsSwitch {
269
766
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
270
767
  }
271
768
  };
769
+ QdsSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
770
+ QdsSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsSwitch, isStandalone: true, selector: "qds-switch", inputs: { checked: "checked", disabled: "disabled", form: "form", inline: "inline", labels: "labels", name: "name", size: "size", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
272
771
  QdsSwitch = __decorate([
273
772
  ProxyCmp({
274
773
  defineCustomElementFn: defineQdsSwitch,
275
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconCheckedLibrary', 'iconCheckedName', 'iconUncheckedLibrary', 'iconUncheckedName', 'inline', 'name', 'size', 'textChecked', 'textUnchecked', 'value']
276
- }),
277
- Component({
278
- selector: 'qds-switch',
279
- changeDetection: ChangeDetectionStrategy.OnPush,
280
- template: '<ng-content></ng-content>',
281
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
282
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconCheckedLibrary', 'iconCheckedName', 'iconUncheckedLibrary', 'iconUncheckedName', 'inline', 'name', 'size', 'textChecked', 'textUnchecked', 'value'],
774
+ inputs: ['checked', 'disabled', 'form', 'inline', 'labels', 'name', 'size', 'validationMessage', 'validity', 'value', 'willValidate']
283
775
  }),
284
776
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
285
777
  ], QdsSwitch);
286
- export let QdsTextarea = class QdsTextarea {
778
+ export { QdsSwitch };
779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsSwitch, decorators: [{
780
+ type: Component,
781
+ args: [{
782
+ selector: 'qds-switch',
783
+ changeDetection: ChangeDetectionStrategy.OnPush,
784
+ template: '<ng-content></ng-content>',
785
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
786
+ inputs: ['checked', 'disabled', 'form', 'inline', 'labels', 'name', 'size', 'validationMessage', 'validity', 'value', 'willValidate'],
787
+ standalone: true
788
+ }]
789
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
790
+ let QdsTab = class QdsTab {
791
+ constructor(c, r, z) {
792
+ this.z = z;
793
+ c.detach();
794
+ this.el = r.nativeElement;
795
+ proxyOutputs(this, this.el, ['qdsClose', 'qdsBlur', 'qdsFocus']);
796
+ }
797
+ };
798
+ QdsTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
799
+ QdsTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTab, isStandalone: true, selector: "qds-tab", inputs: { action: "action", badge: "badge", badgeCounterImportance: "badgeCounterImportance", badgeDescription: "badgeDescription", badgeIndicatorStatus: "badgeIndicatorStatus", disabled: "disabled", href: "href", iconLibrary: "iconLibrary", iconName: "iconName", iconOnly: "iconOnly", importance: "importance", indicatorPosition: "indicatorPosition", panel: "panel", selected: "selected", size: "size", subtitle: "subtitle", tagIconDescription: "tagIconDescription", tagIconLibrary: "tagIconLibrary", tagIconName: "tagIconName", tagImportance: "tagImportance", tagSize: "tagSize", tagStatus: "tagStatus", tagText: "tagText", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
800
+ QdsTab = __decorate([
801
+ ProxyCmp({
802
+ defineCustomElementFn: defineQdsTab,
803
+ inputs: ['action', 'badge', 'badgeCounterImportance', 'badgeDescription', 'badgeIndicatorStatus', 'disabled', 'href', 'iconLibrary', 'iconName', 'iconOnly', 'importance', 'indicatorPosition', 'panel', 'selected', 'size', 'subtitle', 'tagIconDescription', 'tagIconLibrary', 'tagIconName', 'tagImportance', 'tagSize', 'tagStatus', 'tagText', 'text']
804
+ }),
805
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
806
+ ], QdsTab);
807
+ export { QdsTab };
808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTab, decorators: [{
809
+ type: Component,
810
+ args: [{
811
+ selector: 'qds-tab',
812
+ changeDetection: ChangeDetectionStrategy.OnPush,
813
+ template: '<ng-content></ng-content>',
814
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
815
+ inputs: ['action', 'badge', 'badgeCounterImportance', 'badgeDescription', 'badgeIndicatorStatus', 'disabled', 'href', 'iconLibrary', 'iconName', 'iconOnly', 'importance', 'indicatorPosition', 'panel', 'selected', 'size', 'subtitle', 'tagIconDescription', 'tagIconLibrary', 'tagIconName', 'tagImportance', 'tagSize', 'tagStatus', 'tagText', 'text'],
816
+ standalone: true
817
+ }]
818
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
819
+ let QdsTabbar = class QdsTabbar {
820
+ constructor(c, r, z) {
821
+ this.z = z;
822
+ c.detach();
823
+ this.el = r.nativeElement;
824
+ proxyOutputs(this, this.el, ['qdsTabShow', 'qdsTabHide']);
825
+ }
826
+ };
827
+ QdsTabbar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTabbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
828
+ QdsTabbar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTabbar, isStandalone: true, selector: "qds-tabbar", inputs: { alignment: "alignment", layer: "layer", level: "level", orientation: "orientation", showDivider: "showDivider", tablistDescription: "tablistDescription" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
829
+ QdsTabbar = __decorate([
830
+ ProxyCmp({
831
+ defineCustomElementFn: defineQdsTabbar,
832
+ inputs: ['alignment', 'layer', 'level', 'orientation', 'showDivider', 'tablistDescription']
833
+ }),
834
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
835
+ ], QdsTabbar);
836
+ export { QdsTabbar };
837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTabbar, decorators: [{
838
+ type: Component,
839
+ args: [{
840
+ selector: 'qds-tabbar',
841
+ changeDetection: ChangeDetectionStrategy.OnPush,
842
+ template: '<ng-content></ng-content>',
843
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
844
+ inputs: ['alignment', 'layer', 'level', 'orientation', 'showDivider', 'tablistDescription'],
845
+ standalone: true
846
+ }]
847
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
848
+ let QdsTable = class QdsTable {
849
+ constructor(c, r, z) {
850
+ this.z = z;
851
+ c.detach();
852
+ this.el = r.nativeElement;
853
+ }
854
+ };
855
+ QdsTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
856
+ QdsTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTable, isStandalone: true, selector: "qds-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
857
+ QdsTable = __decorate([
858
+ ProxyCmp({
859
+ defineCustomElementFn: defineQdsTable
860
+ }),
861
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
862
+ ], QdsTable);
863
+ export { QdsTable };
864
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTable, decorators: [{
865
+ type: Component,
866
+ args: [{
867
+ selector: 'qds-table',
868
+ changeDetection: ChangeDetectionStrategy.OnPush,
869
+ template: '<ng-content></ng-content>',
870
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
871
+ inputs: [],
872
+ standalone: true
873
+ }]
874
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
875
+ let QdsTableCell = class QdsTableCell {
876
+ constructor(c, r, z) {
877
+ this.z = z;
878
+ c.detach();
879
+ this.el = r.nativeElement;
880
+ }
881
+ };
882
+ QdsTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
883
+ QdsTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTableCell, isStandalone: true, selector: "qds-table-cell", inputs: { colSpan: "colSpan", rowSpan: "rowSpan" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
884
+ QdsTableCell = __decorate([
885
+ ProxyCmp({
886
+ defineCustomElementFn: defineQdsTableCell,
887
+ inputs: ['colSpan', 'rowSpan']
888
+ }),
889
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
890
+ ], QdsTableCell);
891
+ export { QdsTableCell };
892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTableCell, decorators: [{
893
+ type: Component,
894
+ args: [{
895
+ selector: 'qds-table-cell',
896
+ changeDetection: ChangeDetectionStrategy.OnPush,
897
+ template: '<ng-content></ng-content>',
898
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
899
+ inputs: ['colSpan', 'rowSpan'],
900
+ standalone: true
901
+ }]
902
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
903
+ let QdsTableHeadCell = class QdsTableHeadCell {
904
+ constructor(c, r, z) {
905
+ this.z = z;
906
+ c.detach();
907
+ this.el = r.nativeElement;
908
+ }
909
+ };
910
+ QdsTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
911
+ QdsTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTableHeadCell, isStandalone: true, selector: "qds-table-head-cell", inputs: { colSpan: "colSpan", rowSpan: "rowSpan", scope: "scope" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
912
+ QdsTableHeadCell = __decorate([
913
+ ProxyCmp({
914
+ defineCustomElementFn: defineQdsTableHeadCell,
915
+ inputs: ['colSpan', 'rowSpan', 'scope']
916
+ }),
917
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
918
+ ], QdsTableHeadCell);
919
+ export { QdsTableHeadCell };
920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTableHeadCell, decorators: [{
921
+ type: Component,
922
+ args: [{
923
+ selector: 'qds-table-head-cell',
924
+ changeDetection: ChangeDetectionStrategy.OnPush,
925
+ template: '<ng-content></ng-content>',
926
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
927
+ inputs: ['colSpan', 'rowSpan', 'scope'],
928
+ standalone: true
929
+ }]
930
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
931
+ let QdsTableRow = class QdsTableRow {
932
+ constructor(c, r, z) {
933
+ this.z = z;
934
+ c.detach();
935
+ this.el = r.nativeElement;
936
+ }
937
+ };
938
+ QdsTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
939
+ QdsTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTableRow, isStandalone: true, selector: "qds-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
940
+ QdsTableRow = __decorate([
941
+ ProxyCmp({
942
+ defineCustomElementFn: defineQdsTableRow
943
+ }),
944
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
945
+ ], QdsTableRow);
946
+ export { QdsTableRow };
947
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTableRow, decorators: [{
948
+ type: Component,
949
+ args: [{
950
+ selector: 'qds-table-row',
951
+ changeDetection: ChangeDetectionStrategy.OnPush,
952
+ template: '<ng-content></ng-content>',
953
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
954
+ inputs: [],
955
+ standalone: true
956
+ }]
957
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
958
+ let QdsTag = class QdsTag {
959
+ constructor(c, r, z) {
960
+ this.z = z;
961
+ c.detach();
962
+ this.el = r.nativeElement;
963
+ }
964
+ };
965
+ QdsTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
966
+ QdsTag.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTag, isStandalone: true, selector: "qds-tag", inputs: { badge: "badge", badgeDescription: "badgeDescription", iconDescription: "iconDescription", iconLibrary: "iconLibrary", iconName: "iconName", importance: "importance", size: "size", status: "status", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
967
+ QdsTag = __decorate([
968
+ ProxyCmp({
969
+ defineCustomElementFn: defineQdsTag,
970
+ inputs: ['badge', 'badgeDescription', 'iconDescription', 'iconLibrary', 'iconName', 'importance', 'size', 'status', 'text']
971
+ }),
972
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
973
+ ], QdsTag);
974
+ export { QdsTag };
975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTag, decorators: [{
976
+ type: Component,
977
+ args: [{
978
+ selector: 'qds-tag',
979
+ changeDetection: ChangeDetectionStrategy.OnPush,
980
+ template: '<ng-content></ng-content>',
981
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
982
+ inputs: ['badge', 'badgeDescription', 'iconDescription', 'iconLibrary', 'iconName', 'importance', 'size', 'status', 'text'],
983
+ standalone: true
984
+ }]
985
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
986
+ let QdsTextarea = class QdsTextarea {
287
987
  constructor(c, r, z) {
288
988
  this.z = z;
289
989
  c.detach();
@@ -291,43 +991,56 @@ export let QdsTextarea = class QdsTextarea {
291
991
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
292
992
  }
293
993
  };
994
+ QdsTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
995
+ QdsTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTextarea, isStandalone: true, selector: "qds-textarea", inputs: { autoComplete: "autoComplete", cols: "cols", disabled: "disabled", enterkeyhint: "enterkeyhint", form: "form", inputmode: "inputmode", labels: "labels", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", rows: "rows", selectionDirection: "selectionDirection", selectionEnd: "selectionEnd", selectionStart: "selectionStart", size: "size", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
294
996
  QdsTextarea = __decorate([
295
997
  ProxyCmp({
296
998
  defineCustomElementFn: defineQdsTextarea,
297
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'size', 'spellCheck', 'value', 'wrap'],
298
- methods: ['reportValidity', 'select', 'setCustomValidity', 'setRangeText', 'setSelectionRange']
299
- }),
300
- Component({
301
- selector: 'qds-textarea',
302
- changeDetection: ChangeDetectionStrategy.OnPush,
303
- template: '<ng-content></ng-content>',
304
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
305
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'size', 'spellCheck', 'value', 'wrap'],
999
+ inputs: ['autoComplete', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'labels', 'maxLength', 'minLength', 'name', 'placeholder', 'required', 'rows', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'validationMessage', 'validity', 'value', 'willValidate', 'wrap']
306
1000
  }),
307
1001
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
308
1002
  ], QdsTextarea);
309
- export let QdsTitle = class QdsTitle {
1003
+ export { QdsTextarea };
1004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTextarea, decorators: [{
1005
+ type: Component,
1006
+ args: [{
1007
+ selector: 'qds-textarea',
1008
+ changeDetection: ChangeDetectionStrategy.OnPush,
1009
+ template: '<ng-content></ng-content>',
1010
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1011
+ inputs: ['autoComplete', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'labels', 'maxLength', 'minLength', 'name', 'placeholder', 'required', 'rows', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'validationMessage', 'validity', 'value', 'willValidate', 'wrap'],
1012
+ standalone: true
1013
+ }]
1014
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1015
+ let QdsTitle = class QdsTitle {
310
1016
  constructor(c, r, z) {
311
1017
  this.z = z;
312
1018
  c.detach();
313
1019
  this.el = r.nativeElement;
314
1020
  }
315
1021
  };
1022
+ QdsTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1023
+ QdsTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTitle, isStandalone: true, selector: "qds-title", inputs: { alignment: "alignment", iconLibrary: "iconLibrary", iconName: "iconName", kicker: "kicker", layer: "layer", level: "level", subtitle: "subtitle", tag: "tag", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
316
1024
  QdsTitle = __decorate([
317
1025
  ProxyCmp({
318
1026
  defineCustomElementFn: defineQdsTitle,
319
- inputs: ['iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag']
320
- }),
321
- Component({
322
- selector: 'qds-title',
323
- changeDetection: ChangeDetectionStrategy.OnPush,
324
- template: '<ng-content></ng-content>',
325
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
326
- inputs: ['iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag'],
1027
+ inputs: ['alignment', 'iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag', 'variant']
327
1028
  }),
328
1029
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
329
1030
  ], QdsTitle);
330
- export let QdsTooltip = class QdsTooltip {
1031
+ export { QdsTitle };
1032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTitle, decorators: [{
1033
+ type: Component,
1034
+ args: [{
1035
+ selector: 'qds-title',
1036
+ changeDetection: ChangeDetectionStrategy.OnPush,
1037
+ template: '<ng-content></ng-content>',
1038
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1039
+ inputs: ['alignment', 'iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag', 'variant'],
1040
+ standalone: true
1041
+ }]
1042
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1043
+ let QdsTooltip = class QdsTooltip {
331
1044
  constructor(c, r, z) {
332
1045
  this.z = z;
333
1046
  c.detach();
@@ -335,19 +1048,26 @@ export let QdsTooltip = class QdsTooltip {
335
1048
  proxyOutputs(this, this.el, ['qdsClose']);
336
1049
  }
337
1050
  };
1051
+ QdsTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1052
+ QdsTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: QdsTooltip, isStandalone: true, selector: "qds-tooltip", inputs: { autoUpdateOptions: "autoUpdateOptions", disabled: "disabled", flipOptions: "flipOptions", noFlip: "noFlip", noShift: "noShift", offsetOptions: "offsetOptions", placement: "placement", shiftOptions: "shiftOptions", strategy: "strategy", target: "target", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
338
1053
  QdsTooltip = __decorate([
339
1054
  ProxyCmp({
340
1055
  defineCustomElementFn: defineQdsTooltip,
341
- inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
1056
+ inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target', 'trigger'],
342
1057
  methods: ['show', 'close', 'updateArrow']
343
1058
  }),
344
- Component({
345
- selector: 'qds-tooltip',
346
- changeDetection: ChangeDetectionStrategy.OnPush,
347
- template: '<ng-content></ng-content>',
348
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
349
- inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
350
- }),
351
1059
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
352
1060
  ], QdsTooltip);
1061
+ export { QdsTooltip };
1062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: QdsTooltip, decorators: [{
1063
+ type: Component,
1064
+ args: [{
1065
+ selector: 'qds-tooltip',
1066
+ changeDetection: ChangeDetectionStrategy.OnPush,
1067
+ template: '<ng-content></ng-content>',
1068
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1069
+ inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target', 'trigger'],
1070
+ standalone: true
1071
+ }]
1072
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
353
1073
  //# sourceMappingURL=proxies.js.map