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

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