@quartzds/core-angular 1.0.0-beta.12 → 1.0.0-beta.120

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