@quartzds/core-angular 1.0.0-beta.9 → 1.0.0-beta.91

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