@quartzds/core-angular 1.0.0-beta.5 → 1.0.0-beta.51

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 (42) hide show
  1. package/README.md +2 -2
  2. package/lib/generated/array.d.ts +1 -1
  3. package/lib/generated/array.d.ts.map +1 -1
  4. package/lib/generated/array.js +15 -0
  5. package/lib/generated/array.js.map +1 -1
  6. package/lib/generated/boolean-value-accessor.d.ts +3 -0
  7. package/lib/generated/boolean-value-accessor.d.ts.map +1 -1
  8. package/lib/generated/boolean-value-accessor.js +28 -22
  9. package/lib/generated/boolean-value-accessor.js.map +1 -1
  10. package/lib/generated/number-value-accessor.d.ts +3 -0
  11. package/lib/generated/number-value-accessor.d.ts.map +1 -1
  12. package/lib/generated/number-value-accessor.js +28 -22
  13. package/lib/generated/number-value-accessor.js.map +1 -1
  14. package/lib/generated/proxies.d.ts +249 -9
  15. package/lib/generated/proxies.d.ts.map +1 -1
  16. package/lib/generated/proxies.js +574 -93
  17. package/lib/generated/proxies.js.map +1 -1
  18. package/lib/generated/radio-value-accessor.d.ts +9 -0
  19. package/lib/generated/radio-value-accessor.d.ts.map +1 -0
  20. package/lib/generated/radio-value-accessor.js +35 -0
  21. package/lib/generated/radio-value-accessor.js.map +1 -0
  22. package/lib/generated/select-value-accessor.d.ts +9 -0
  23. package/lib/generated/select-value-accessor.d.ts.map +1 -0
  24. package/lib/generated/select-value-accessor.js +35 -0
  25. package/lib/generated/select-value-accessor.js.map +1 -0
  26. package/lib/generated/text-value-accessor.d.ts +3 -0
  27. package/lib/generated/text-value-accessor.d.ts.map +1 -1
  28. package/lib/generated/text-value-accessor.js +28 -22
  29. package/lib/generated/text-value-accessor.js.map +1 -1
  30. package/lib/generated/value-accessor.d.ts +3 -0
  31. package/lib/generated/value-accessor.d.ts.map +1 -1
  32. package/lib/generated/value-accessor.js +12 -14
  33. package/lib/generated/value-accessor.js.map +1 -1
  34. package/lib/index.d.ts +5 -0
  35. package/lib/index.d.ts.map +1 -1
  36. package/lib/index.js +7 -2
  37. package/lib/index.js.map +1 -1
  38. package/lib/quartz.module.d.ts +10 -0
  39. package/lib/quartz.module.d.ts.map +1 -1
  40. package/lib/quartz.module.js +29 -13
  41. package/lib/quartz.module.js.map +1 -1
  42. package/package.json +20 -14
@@ -3,18 +3,61 @@ import { __decorate, __metadata } from "tslib";
3
3
  /* auto-generated angular directive proxies */
4
4
  import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone } from '@angular/core';
5
5
  import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
6
+ import { defineCustomElement as defineQdsBreadcrumbItem } from '@quartzds/core/components/qds-breadcrumb-item.js';
6
7
  import { defineCustomElement as defineQdsButton } from '@quartzds/core/components/qds-button.js';
7
8
  import { defineCustomElement as defineQdsCheckbox } from '@quartzds/core/components/qds-checkbox.js';
9
+ import { defineCustomElement as defineQdsChip } from '@quartzds/core/components/qds-chip.js';
10
+ import { defineCustomElement as defineQdsDialog } from '@quartzds/core/components/qds-dialog.js';
11
+ import { defineCustomElement as defineQdsDivider } from '@quartzds/core/components/qds-divider.js';
8
12
  import { defineCustomElement as defineQdsDropdown } from '@quartzds/core/components/qds-dropdown.js';
13
+ import { defineCustomElement as defineQdsFormMessage } from '@quartzds/core/components/qds-form-message.js';
9
14
  import { defineCustomElement as defineQdsIcon } from '@quartzds/core/components/qds-icon.js';
10
15
  import { defineCustomElement as defineQdsInlineLink } from '@quartzds/core/components/qds-inline-link.js';
11
16
  import { defineCustomElement as defineQdsInput } from '@quartzds/core/components/qds-input.js';
12
17
  import { defineCustomElement as defineQdsLabel } from '@quartzds/core/components/qds-label.js';
18
+ import { defineCustomElement as defineQdsListItem } from '@quartzds/core/components/qds-list-item.js';
19
+ import { defineCustomElement as defineQdsNavListItem } from '@quartzds/core/components/qds-nav-list-item.js';
13
20
  import { defineCustomElement as defineQdsRadio } from '@quartzds/core/components/qds-radio.js';
21
+ import { defineCustomElement as defineQdsSelect } from '@quartzds/core/components/qds-select.js';
22
+ import { defineCustomElement as defineQdsStandaloneLink } from '@quartzds/core/components/qds-standalone-link.js';
14
23
  import { defineCustomElement as defineQdsSwitch } from '@quartzds/core/components/qds-switch.js';
24
+ import { defineCustomElement as defineQdsTable } from '@quartzds/core/components/qds-table.js';
25
+ import { defineCustomElement as defineQdsTableBody } from '@quartzds/core/components/qds-table-body.js';
26
+ import { defineCustomElement as defineQdsTableCell } from '@quartzds/core/components/qds-table-cell.js';
27
+ import { defineCustomElement as defineQdsTableHead } from '@quartzds/core/components/qds-table-head.js';
28
+ import { defineCustomElement as defineQdsTableHeadCell } from '@quartzds/core/components/qds-table-head-cell.js';
29
+ import { defineCustomElement as defineQdsTableRow } from '@quartzds/core/components/qds-table-row.js';
15
30
  import { defineCustomElement as defineQdsTextarea } from '@quartzds/core/components/qds-textarea.js';
16
31
  import { defineCustomElement as defineQdsTitle } from '@quartzds/core/components/qds-title.js';
17
32
  import { defineCustomElement as defineQdsTooltip } from '@quartzds/core/components/qds-tooltip.js';
33
+ import * as i0 from "@angular/core";
34
+ let QdsBreadcrumbItem = class QdsBreadcrumbItem {
35
+ constructor(c, r, z) {
36
+ this.z = z;
37
+ c.detach();
38
+ this.el = r.nativeElement;
39
+ }
40
+ };
41
+ QdsBreadcrumbItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsBreadcrumbItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
42
+ QdsBreadcrumbItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsBreadcrumbItem, selector: "qds-breadcrumb-item", inputs: { href: "href", hreflang: "hreflang", referrerPolicy: "referrerPolicy", rel: "rel", target: "target", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
43
+ QdsBreadcrumbItem = __decorate([
44
+ ProxyCmp({
45
+ defineCustomElementFn: defineQdsBreadcrumbItem,
46
+ inputs: ['href', 'hreflang', 'referrerPolicy', 'rel', 'target', 'text']
47
+ }),
48
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
49
+ ], QdsBreadcrumbItem);
50
+ export { QdsBreadcrumbItem };
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsBreadcrumbItem, decorators: [{
52
+ type: Component,
53
+ args: [{
54
+ selector: 'qds-breadcrumb-item',
55
+ changeDetection: ChangeDetectionStrategy.OnPush,
56
+ template: '<ng-content></ng-content>',
57
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
58
+ inputs: ['href', 'hreflang', 'referrerPolicy', 'rel', 'target', 'text'],
59
+ }]
60
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
18
61
  let QdsButton = class QdsButton {
19
62
  constructor(c, r, z) {
20
63
  this.z = z;
@@ -23,21 +66,26 @@ let QdsButton = class QdsButton {
23
66
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
24
67
  }
25
68
  };
69
+ QdsButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
70
+ QdsButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsButton, selector: "qds-button", inputs: { action: "action", badge: "badge", disabled: "disabled", download: "download", form: "form", formAction: "formAction", formMethod: "formMethod", formNoValidate: "formNoValidate", formTarget: "formTarget", href: "href", iconLibrary: "iconLibrary", iconName: "iconName", importance: "importance", name: "name", size: "size", target: "target", text: "text", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
71
  QdsButton = __decorate([
27
72
  ProxyCmp({
28
73
  defineCustomElementFn: defineQdsButton,
29
- inputs: ['disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'importance', 'name', 'size', 'target', 'text', 'type', 'value']
30
- }),
31
- Component({
32
- selector: 'qds-button',
33
- changeDetection: ChangeDetectionStrategy.OnPush,
34
- template: '<ng-content></ng-content>',
35
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
36
- inputs: ['disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'importance', 'name', 'size', 'target', 'text', 'type', 'value'],
74
+ inputs: ['action', 'badge', 'disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'importance', 'name', 'size', 'target', 'text', 'type', 'value', 'variant']
37
75
  }),
38
76
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
39
77
  ], QdsButton);
40
78
  export { QdsButton };
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsButton, decorators: [{
80
+ type: Component,
81
+ args: [{
82
+ selector: 'qds-button',
83
+ changeDetection: ChangeDetectionStrategy.OnPush,
84
+ template: '<ng-content></ng-content>',
85
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
86
+ inputs: ['action', 'badge', 'disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'importance', 'name', 'size', 'target', 'text', 'type', 'value', 'variant'],
87
+ }]
88
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
41
89
  let QdsCheckbox = class QdsCheckbox {
42
90
  constructor(c, r, z) {
43
91
  this.z = z;
@@ -46,22 +94,110 @@ let QdsCheckbox = class QdsCheckbox {
46
94
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
47
95
  }
48
96
  };
97
+ QdsCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
98
+ QdsCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsCheckbox, selector: "qds-checkbox", inputs: { autoFocus: "autoFocus", checked: "checked", disabled: "disabled", form: "form", indeterminate: "indeterminate", inline: "inline", name: "name", required: "required", size: "size", text: "text", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
49
99
  QdsCheckbox = __decorate([
50
100
  ProxyCmp({
51
101
  defineCustomElementFn: defineQdsCheckbox,
52
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'value'],
53
- methods: ['checkValidity', 'reportValidity', 'setCustomValidity']
54
- }),
55
- Component({
56
- selector: 'qds-checkbox',
57
- changeDetection: ChangeDetectionStrategy.OnPush,
58
- template: '<ng-content></ng-content>',
59
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
60
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'value'],
102
+ inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'validationMessage', 'validity', 'value', 'willValidate']
61
103
  }),
62
104
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
63
105
  ], QdsCheckbox);
64
106
  export { QdsCheckbox };
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsCheckbox, decorators: [{
108
+ type: Component,
109
+ args: [{
110
+ selector: 'qds-checkbox',
111
+ changeDetection: ChangeDetectionStrategy.OnPush,
112
+ template: '<ng-content></ng-content>',
113
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
114
+ inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'validationMessage', 'validity', 'value', 'willValidate'],
115
+ }]
116
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
117
+ let QdsChip = class QdsChip {
118
+ constructor(c, r, z) {
119
+ this.z = z;
120
+ c.detach();
121
+ this.el = r.nativeElement;
122
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus', 'qdsClose', 'qdsChange']);
123
+ }
124
+ };
125
+ QdsChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
126
+ QdsChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsChip, selector: "qds-chip", inputs: { autoFocus: "autoFocus", checked: "checked", disabled: "disabled", form: "form", iconLibrary: "iconLibrary", iconName: "iconName", name: "name", size: "size", text: "text", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
127
+ QdsChip = __decorate([
128
+ ProxyCmp({
129
+ defineCustomElementFn: defineQdsChip,
130
+ inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconLibrary', 'iconName', 'name', 'size', 'text', 'type', 'value']
131
+ }),
132
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
133
+ ], QdsChip);
134
+ export { QdsChip };
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsChip, decorators: [{
136
+ type: Component,
137
+ args: [{
138
+ selector: 'qds-chip',
139
+ changeDetection: ChangeDetectionStrategy.OnPush,
140
+ template: '<ng-content></ng-content>',
141
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
142
+ inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconLibrary', 'iconName', 'name', 'size', 'text', 'type', 'value'],
143
+ }]
144
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
145
+ let QdsDialog = class QdsDialog {
146
+ constructor(c, r, z) {
147
+ this.z = z;
148
+ c.detach();
149
+ this.el = r.nativeElement;
150
+ proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
151
+ }
152
+ };
153
+ QdsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
154
+ QdsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsDialog, selector: "qds-dialog", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
155
+ QdsDialog = __decorate([
156
+ ProxyCmp({
157
+ defineCustomElementFn: defineQdsDialog,
158
+ inputs: ['open'],
159
+ methods: ['show', 'close']
160
+ }),
161
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
162
+ ], QdsDialog);
163
+ export { QdsDialog };
164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDialog, decorators: [{
165
+ type: Component,
166
+ args: [{
167
+ selector: 'qds-dialog',
168
+ changeDetection: ChangeDetectionStrategy.OnPush,
169
+ template: '<ng-content></ng-content>',
170
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
171
+ inputs: ['open'],
172
+ }]
173
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
174
+ let QdsDivider = class QdsDivider {
175
+ constructor(c, r, z) {
176
+ this.z = z;
177
+ c.detach();
178
+ this.el = r.nativeElement;
179
+ }
180
+ };
181
+ QdsDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
182
+ QdsDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsDivider, selector: "qds-divider", inputs: { importance: "importance", vertical: "vertical" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
183
+ QdsDivider = __decorate([
184
+ ProxyCmp({
185
+ defineCustomElementFn: defineQdsDivider,
186
+ inputs: ['importance', 'vertical']
187
+ }),
188
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
189
+ ], QdsDivider);
190
+ export { QdsDivider };
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDivider, decorators: [{
192
+ type: Component,
193
+ args: [{
194
+ selector: 'qds-divider',
195
+ changeDetection: ChangeDetectionStrategy.OnPush,
196
+ template: '<ng-content></ng-content>',
197
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
198
+ inputs: ['importance', 'vertical'],
199
+ }]
200
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
65
201
  let QdsDropdown = class QdsDropdown {
66
202
  constructor(c, r, z) {
67
203
  this.z = z;
@@ -70,22 +206,54 @@ let QdsDropdown = class QdsDropdown {
70
206
  proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
71
207
  }
72
208
  };
209
+ QdsDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
210
+ QdsDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsDropdown, selector: "qds-dropdown", inputs: { autoUpdateOptions: "autoUpdateOptions", disabled: "disabled", flipOptions: "flipOptions", noFlip: "noFlip", noShift: "noShift", offsetOptions: "offsetOptions", placement: "placement", shiftOptions: "shiftOptions", strategy: "strategy", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
73
211
  QdsDropdown = __decorate([
74
212
  ProxyCmp({
75
213
  defineCustomElementFn: defineQdsDropdown,
76
214
  inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
77
215
  methods: ['show', 'close', 'update']
78
216
  }),
79
- Component({
80
- selector: 'qds-dropdown',
81
- changeDetection: ChangeDetectionStrategy.OnPush,
82
- template: '<ng-content></ng-content>',
83
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
84
- inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
85
- }),
86
217
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
87
218
  ], QdsDropdown);
88
219
  export { QdsDropdown };
220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDropdown, decorators: [{
221
+ type: Component,
222
+ args: [{
223
+ selector: 'qds-dropdown',
224
+ changeDetection: ChangeDetectionStrategy.OnPush,
225
+ template: '<ng-content></ng-content>',
226
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
227
+ inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
228
+ }]
229
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
230
+ let QdsFormMessage = class QdsFormMessage {
231
+ constructor(c, r, z) {
232
+ this.z = z;
233
+ c.detach();
234
+ this.el = r.nativeElement;
235
+ }
236
+ };
237
+ QdsFormMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsFormMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
238
+ QdsFormMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsFormMessage, selector: "qds-form-message", inputs: { inline: "inline", size: "size", status: "status", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
239
+ QdsFormMessage = __decorate([
240
+ ProxyCmp({
241
+ defineCustomElementFn: defineQdsFormMessage,
242
+ inputs: ['inline', 'size', 'status', 'text']
243
+ }),
244
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
245
+ ], QdsFormMessage);
246
+ export { QdsFormMessage };
247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsFormMessage, decorators: [{
248
+ type: Component,
249
+ args: [{
250
+ selector: 'qds-form-message',
251
+ changeDetection: ChangeDetectionStrategy.OnPush,
252
+ template: '<ng-content></ng-content>',
253
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
254
+ inputs: ['inline', 'size', 'status', 'text'],
255
+ }]
256
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
89
257
  let QdsIcon = class QdsIcon {
90
258
  constructor(c, r, z) {
91
259
  this.z = z;
@@ -94,21 +262,26 @@ let QdsIcon = class QdsIcon {
94
262
  proxyOutputs(this, this.el, ['qdsLoad', 'qdsError']);
95
263
  }
96
264
  };
265
+ QdsIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
266
+ QdsIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsIcon, selector: "qds-icon", inputs: { library: "library", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
97
267
  QdsIcon = __decorate([
98
268
  ProxyCmp({
99
269
  defineCustomElementFn: defineQdsIcon,
100
270
  inputs: ['library', 'name']
101
271
  }),
102
- Component({
103
- selector: 'qds-icon',
104
- changeDetection: ChangeDetectionStrategy.OnPush,
105
- template: '<ng-content></ng-content>',
106
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
107
- inputs: ['library', 'name'],
108
- }),
109
272
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
110
273
  ], QdsIcon);
111
274
  export { QdsIcon };
275
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsIcon, decorators: [{
276
+ type: Component,
277
+ args: [{
278
+ selector: 'qds-icon',
279
+ changeDetection: ChangeDetectionStrategy.OnPush,
280
+ template: '<ng-content></ng-content>',
281
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
282
+ inputs: ['library', 'name'],
283
+ }]
284
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
112
285
  let QdsInlineLink = class QdsInlineLink {
113
286
  constructor(c, r, z) {
114
287
  this.z = z;
@@ -117,21 +290,26 @@ let QdsInlineLink = class QdsInlineLink {
117
290
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
118
291
  }
119
292
  };
293
+ QdsInlineLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsInlineLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
294
+ QdsInlineLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsInlineLink, selector: "qds-inline-link", inputs: { disabled: "disabled", download: "download", href: "href", hreflang: "hreflang", importance: "importance", referrerPolicy: "referrerPolicy", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
120
295
  QdsInlineLink = __decorate([
121
296
  ProxyCmp({
122
297
  defineCustomElementFn: defineQdsInlineLink,
123
- inputs: ['disabled', 'download', 'href', 'hreflang', 'referrerPolicy', 'rel', 'target']
124
- }),
125
- Component({
126
- selector: 'qds-inline-link',
127
- changeDetection: ChangeDetectionStrategy.OnPush,
128
- template: '<ng-content></ng-content>',
129
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
130
- inputs: ['disabled', 'download', 'href', 'hreflang', 'referrerPolicy', 'rel', 'target'],
298
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'importance', 'referrerPolicy', 'rel', 'target']
131
299
  }),
132
300
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
133
301
  ], QdsInlineLink);
134
302
  export { QdsInlineLink };
303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsInlineLink, decorators: [{
304
+ type: Component,
305
+ args: [{
306
+ selector: 'qds-inline-link',
307
+ changeDetection: ChangeDetectionStrategy.OnPush,
308
+ template: '<ng-content></ng-content>',
309
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
310
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'importance', 'referrerPolicy', 'rel', 'target'],
311
+ }]
312
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
135
313
  let QdsInput = class QdsInput {
136
314
  constructor(c, r, z) {
137
315
  this.z = z;
@@ -140,22 +318,26 @@ let QdsInput = class QdsInput {
140
318
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
141
319
  }
142
320
  };
321
+ QdsInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
322
+ QdsInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsInput, selector: "qds-input", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoFocus: "autoFocus", disabled: "disabled", enterkeyhint: "enterkeyhint", form: "form", inputmode: "inputmode", labels: "labels", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", required: "required", selectionDirection: "selectionDirection", selectionEnd: "selectionEnd", selectionStart: "selectionStart", size: "size", spellCheck: "spellCheck", step: "step", type: "type", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
143
323
  QdsInput = __decorate([
144
324
  ProxyCmp({
145
325
  defineCustomElementFn: defineQdsInput,
146
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'spellCheck', 'step', 'type', 'value'],
147
- methods: ['reportValidity', 'select', 'setCustomValidity', 'setRangeText', 'setSelectionRange', 'stepDown', 'stepUp']
148
- }),
149
- Component({
150
- selector: 'qds-input',
151
- changeDetection: ChangeDetectionStrategy.OnPush,
152
- template: '<ng-content></ng-content>',
153
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
154
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'spellCheck', 'step', 'type', 'value'],
326
+ inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'labels', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'required', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'spellCheck', 'step', 'type', 'validationMessage', 'validity', 'value', 'willValidate']
155
327
  }),
156
328
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
157
329
  ], QdsInput);
158
330
  export { QdsInput };
331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsInput, decorators: [{
332
+ type: Component,
333
+ args: [{
334
+ selector: 'qds-input',
335
+ changeDetection: ChangeDetectionStrategy.OnPush,
336
+ template: '<ng-content></ng-content>',
337
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
338
+ inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'labels', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'required', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'spellCheck', 'step', 'type', 'validationMessage', 'validity', 'value', 'willValidate'],
339
+ }]
340
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
159
341
  let QdsLabel = class QdsLabel {
160
342
  constructor(c, r, z) {
161
343
  this.z = z;
@@ -163,21 +345,82 @@ let QdsLabel = class QdsLabel {
163
345
  this.el = r.nativeElement;
164
346
  }
165
347
  };
348
+ QdsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
349
+ QdsLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsLabel, selector: "qds-label", inputs: { inline: "inline", required: "required", size: "size", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
166
350
  QdsLabel = __decorate([
167
351
  ProxyCmp({
168
352
  defineCustomElementFn: defineQdsLabel,
169
353
  inputs: ['inline', 'required', 'size', 'text']
170
354
  }),
171
- Component({
172
- selector: 'qds-label',
173
- changeDetection: ChangeDetectionStrategy.OnPush,
174
- template: '<ng-content></ng-content>',
175
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
176
- inputs: ['inline', 'required', 'size', 'text'],
177
- }),
178
355
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
179
356
  ], QdsLabel);
180
357
  export { QdsLabel };
358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsLabel, decorators: [{
359
+ type: Component,
360
+ args: [{
361
+ selector: 'qds-label',
362
+ changeDetection: ChangeDetectionStrategy.OnPush,
363
+ template: '<ng-content></ng-content>',
364
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
365
+ inputs: ['inline', 'required', 'size', 'text'],
366
+ }]
367
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
368
+ let QdsListItem = class QdsListItem {
369
+ constructor(c, r, z) {
370
+ this.z = z;
371
+ c.detach();
372
+ this.el = r.nativeElement;
373
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
374
+ }
375
+ };
376
+ QdsListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
377
+ QdsListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsListItem, selector: "qds-list-item", inputs: { checked: "checked", destination: "destination", disabled: "disabled", divider: "divider", iconLibrary: "iconLibrary", iconName: "iconName", indeterminate: "indeterminate", kicker: "kicker", listAction: "listAction", selected: "selected", size: "size", subtitle: "subtitle", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
378
+ QdsListItem = __decorate([
379
+ ProxyCmp({
380
+ defineCustomElementFn: defineQdsListItem,
381
+ inputs: ['checked', 'destination', 'disabled', 'divider', 'iconLibrary', 'iconName', 'indeterminate', 'kicker', 'listAction', 'selected', 'size', 'subtitle', 'text']
382
+ }),
383
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
384
+ ], QdsListItem);
385
+ export { QdsListItem };
386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsListItem, decorators: [{
387
+ type: Component,
388
+ args: [{
389
+ selector: 'qds-list-item',
390
+ changeDetection: ChangeDetectionStrategy.OnPush,
391
+ template: '<ng-content></ng-content>',
392
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
393
+ inputs: ['checked', 'destination', 'disabled', 'divider', 'iconLibrary', 'iconName', 'indeterminate', 'kicker', 'listAction', 'selected', 'size', 'subtitle', 'text'],
394
+ }]
395
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
396
+ let QdsNavListItem = class QdsNavListItem {
397
+ constructor(c, r, z) {
398
+ this.z = z;
399
+ c.detach();
400
+ this.el = r.nativeElement;
401
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
402
+ }
403
+ };
404
+ QdsNavListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsNavListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
405
+ QdsNavListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsNavListItem, selector: "qds-nav-list-item", inputs: { collapsed: "collapsed", disabled: "disabled", iconLibrary: "iconLibrary", iconName: "iconName", selected: "selected", size: "size", subtext: "subtext", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
406
+ QdsNavListItem = __decorate([
407
+ ProxyCmp({
408
+ defineCustomElementFn: defineQdsNavListItem,
409
+ inputs: ['collapsed', 'disabled', 'iconLibrary', 'iconName', 'selected', 'size', 'subtext', 'text']
410
+ }),
411
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
412
+ ], QdsNavListItem);
413
+ export { QdsNavListItem };
414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsNavListItem, decorators: [{
415
+ type: Component,
416
+ args: [{
417
+ selector: 'qds-nav-list-item',
418
+ changeDetection: ChangeDetectionStrategy.OnPush,
419
+ template: '<ng-content></ng-content>',
420
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
421
+ inputs: ['collapsed', 'disabled', 'iconLibrary', 'iconName', 'selected', 'size', 'subtext', 'text'],
422
+ }]
423
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
181
424
  let QdsRadio = class QdsRadio {
182
425
  constructor(c, r, z) {
183
426
  this.z = z;
@@ -186,21 +429,82 @@ let QdsRadio = class QdsRadio {
186
429
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
187
430
  }
188
431
  };
432
+ QdsRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
433
+ QdsRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsRadio, selector: "qds-radio", inputs: { checked: "checked", disabled: "disabled", form: "form", inline: "inline", name: "name", required: "required", size: "size", text: "text", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
189
434
  QdsRadio = __decorate([
190
435
  ProxyCmp({
191
436
  defineCustomElementFn: defineQdsRadio,
192
437
  inputs: ['checked', 'disabled', 'form', 'inline', 'name', 'required', 'size', 'text', 'value']
193
438
  }),
194
- Component({
195
- selector: 'qds-radio',
196
- changeDetection: ChangeDetectionStrategy.OnPush,
197
- template: '<ng-content></ng-content>',
198
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
199
- inputs: ['checked', 'disabled', 'form', 'inline', 'name', 'required', 'size', 'text', 'value'],
200
- }),
201
439
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
202
440
  ], QdsRadio);
203
441
  export { QdsRadio };
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsRadio, decorators: [{
443
+ type: Component,
444
+ args: [{
445
+ selector: 'qds-radio',
446
+ changeDetection: ChangeDetectionStrategy.OnPush,
447
+ template: '<ng-content></ng-content>',
448
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
449
+ inputs: ['checked', 'disabled', 'form', 'inline', 'name', 'required', 'size', 'text', 'value'],
450
+ }]
451
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
452
+ let QdsSelect = class QdsSelect {
453
+ constructor(c, r, z) {
454
+ this.z = z;
455
+ c.detach();
456
+ this.el = r.nativeElement;
457
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
458
+ }
459
+ };
460
+ QdsSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
461
+ QdsSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsSelect, selector: "qds-select", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", disabled: "disabled", form: "form", length: "length", multiple: "multiple", name: "name", options: "options", required: "required", selectedIndex: "selectedIndex", selectedOptions: "selectedOptions", size: "size", type: "type", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
462
+ QdsSelect = __decorate([
463
+ ProxyCmp({
464
+ defineCustomElementFn: defineQdsSelect,
465
+ inputs: ['autoComplete', 'autoFocus', 'disabled', 'form', 'length', 'multiple', 'name', 'options', 'required', 'selectedIndex', 'selectedOptions', 'size', 'type', 'validationMessage', 'validity', 'value', 'willValidate']
466
+ }),
467
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
468
+ ], QdsSelect);
469
+ export { QdsSelect };
470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsSelect, decorators: [{
471
+ type: Component,
472
+ args: [{
473
+ selector: 'qds-select',
474
+ changeDetection: ChangeDetectionStrategy.OnPush,
475
+ template: '<ng-content></ng-content>',
476
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
477
+ inputs: ['autoComplete', 'autoFocus', 'disabled', 'form', 'length', 'multiple', 'name', 'options', 'required', 'selectedIndex', 'selectedOptions', 'size', 'type', 'validationMessage', 'validity', 'value', 'willValidate'],
478
+ }]
479
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
480
+ let QdsStandaloneLink = class QdsStandaloneLink {
481
+ constructor(c, r, z) {
482
+ this.z = z;
483
+ c.detach();
484
+ this.el = r.nativeElement;
485
+ proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
486
+ }
487
+ };
488
+ QdsStandaloneLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsStandaloneLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
489
+ QdsStandaloneLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsStandaloneLink, 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
490
+ QdsStandaloneLink = __decorate([
491
+ ProxyCmp({
492
+ defineCustomElementFn: defineQdsStandaloneLink,
493
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'iconLibrary', 'iconName', 'importance', 'referrerPolicy', 'rel', 'size', 'target']
494
+ }),
495
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
496
+ ], QdsStandaloneLink);
497
+ export { QdsStandaloneLink };
498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsStandaloneLink, decorators: [{
499
+ type: Component,
500
+ args: [{
501
+ selector: 'qds-standalone-link',
502
+ changeDetection: ChangeDetectionStrategy.OnPush,
503
+ template: '<ng-content></ng-content>',
504
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
505
+ inputs: ['disabled', 'download', 'href', 'hreflang', 'iconLibrary', 'iconName', 'importance', 'referrerPolicy', 'rel', 'size', 'target'],
506
+ }]
507
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
204
508
  let QdsSwitch = class QdsSwitch {
205
509
  constructor(c, r, z) {
206
510
  this.z = z;
@@ -209,21 +513,184 @@ let QdsSwitch = class QdsSwitch {
209
513
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
210
514
  }
211
515
  };
516
+ QdsSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
517
+ QdsSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsSwitch, selector: "qds-switch", inputs: { autoFocus: "autoFocus", checked: "checked", disabled: "disabled", form: "form", iconCheckedLibrary: "iconCheckedLibrary", iconCheckedName: "iconCheckedName", iconUncheckedLibrary: "iconUncheckedLibrary", iconUncheckedName: "iconUncheckedName", inline: "inline", name: "name", size: "size", textChecked: "textChecked", textUnchecked: "textUnchecked", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
212
518
  QdsSwitch = __decorate([
213
519
  ProxyCmp({
214
520
  defineCustomElementFn: defineQdsSwitch,
215
521
  inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconCheckedLibrary', 'iconCheckedName', 'iconUncheckedLibrary', 'iconUncheckedName', 'inline', 'name', 'size', 'textChecked', 'textUnchecked', 'value']
216
522
  }),
217
- Component({
218
- selector: 'qds-switch',
219
- changeDetection: ChangeDetectionStrategy.OnPush,
220
- template: '<ng-content></ng-content>',
221
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
222
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconCheckedLibrary', 'iconCheckedName', 'iconUncheckedLibrary', 'iconUncheckedName', 'inline', 'name', 'size', 'textChecked', 'textUnchecked', 'value'],
223
- }),
224
523
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
225
524
  ], QdsSwitch);
226
525
  export { QdsSwitch };
526
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsSwitch, decorators: [{
527
+ type: Component,
528
+ args: [{
529
+ selector: 'qds-switch',
530
+ changeDetection: ChangeDetectionStrategy.OnPush,
531
+ template: '<ng-content></ng-content>',
532
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
533
+ inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconCheckedLibrary', 'iconCheckedName', 'iconUncheckedLibrary', 'iconUncheckedName', 'inline', 'name', 'size', 'textChecked', 'textUnchecked', 'value'],
534
+ }]
535
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
536
+ let QdsTable = class QdsTable {
537
+ constructor(c, r, z) {
538
+ this.z = z;
539
+ c.detach();
540
+ this.el = r.nativeElement;
541
+ }
542
+ };
543
+ QdsTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
544
+ QdsTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTable, selector: "qds-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
545
+ QdsTable = __decorate([
546
+ ProxyCmp({
547
+ defineCustomElementFn: defineQdsTable
548
+ }),
549
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
550
+ ], QdsTable);
551
+ export { QdsTable };
552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTable, decorators: [{
553
+ type: Component,
554
+ args: [{
555
+ selector: 'qds-table',
556
+ changeDetection: ChangeDetectionStrategy.OnPush,
557
+ template: '<ng-content></ng-content>',
558
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
559
+ inputs: [],
560
+ }]
561
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
562
+ let QdsTableBody = class QdsTableBody {
563
+ constructor(c, r, z) {
564
+ this.z = z;
565
+ c.detach();
566
+ this.el = r.nativeElement;
567
+ }
568
+ };
569
+ QdsTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
570
+ QdsTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTableBody, selector: "qds-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
571
+ QdsTableBody = __decorate([
572
+ ProxyCmp({
573
+ defineCustomElementFn: defineQdsTableBody
574
+ }),
575
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
576
+ ], QdsTableBody);
577
+ export { QdsTableBody };
578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableBody, decorators: [{
579
+ type: Component,
580
+ args: [{
581
+ selector: 'qds-table-body',
582
+ changeDetection: ChangeDetectionStrategy.OnPush,
583
+ template: '<ng-content></ng-content>',
584
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
585
+ inputs: [],
586
+ }]
587
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
588
+ let QdsTableCell = class QdsTableCell {
589
+ constructor(c, r, z) {
590
+ this.z = z;
591
+ c.detach();
592
+ this.el = r.nativeElement;
593
+ }
594
+ };
595
+ QdsTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
596
+ QdsTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTableCell, selector: "qds-table-cell", inputs: { colSpan: "colSpan", rowSpan: "rowSpan" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
597
+ QdsTableCell = __decorate([
598
+ ProxyCmp({
599
+ defineCustomElementFn: defineQdsTableCell,
600
+ inputs: ['colSpan', 'rowSpan']
601
+ }),
602
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
603
+ ], QdsTableCell);
604
+ export { QdsTableCell };
605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableCell, decorators: [{
606
+ type: Component,
607
+ args: [{
608
+ selector: 'qds-table-cell',
609
+ changeDetection: ChangeDetectionStrategy.OnPush,
610
+ template: '<ng-content></ng-content>',
611
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
612
+ inputs: ['colSpan', 'rowSpan'],
613
+ }]
614
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
615
+ let QdsTableHead = class QdsTableHead {
616
+ constructor(c, r, z) {
617
+ this.z = z;
618
+ c.detach();
619
+ this.el = r.nativeElement;
620
+ }
621
+ };
622
+ QdsTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
623
+ QdsTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTableHead, selector: "qds-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
624
+ QdsTableHead = __decorate([
625
+ ProxyCmp({
626
+ defineCustomElementFn: defineQdsTableHead
627
+ }),
628
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
629
+ ], QdsTableHead);
630
+ export { QdsTableHead };
631
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableHead, decorators: [{
632
+ type: Component,
633
+ args: [{
634
+ selector: 'qds-table-head',
635
+ changeDetection: ChangeDetectionStrategy.OnPush,
636
+ template: '<ng-content></ng-content>',
637
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
638
+ inputs: [],
639
+ }]
640
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
641
+ let QdsTableHeadCell = class QdsTableHeadCell {
642
+ constructor(c, r, z) {
643
+ this.z = z;
644
+ c.detach();
645
+ this.el = r.nativeElement;
646
+ }
647
+ };
648
+ QdsTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
649
+ QdsTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTableHeadCell, selector: "qds-table-head-cell", inputs: { abbr: "abbr", colSpan: "colSpan", rowSpan: "rowSpan", scope: "scope" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
650
+ QdsTableHeadCell = __decorate([
651
+ ProxyCmp({
652
+ defineCustomElementFn: defineQdsTableHeadCell,
653
+ inputs: ['abbr', 'colSpan', 'rowSpan', 'scope']
654
+ }),
655
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
656
+ ], QdsTableHeadCell);
657
+ export { QdsTableHeadCell };
658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableHeadCell, decorators: [{
659
+ type: Component,
660
+ args: [{
661
+ selector: 'qds-table-head-cell',
662
+ changeDetection: ChangeDetectionStrategy.OnPush,
663
+ template: '<ng-content></ng-content>',
664
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
665
+ inputs: ['abbr', 'colSpan', 'rowSpan', 'scope'],
666
+ }]
667
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
668
+ let QdsTableRow = class QdsTableRow {
669
+ constructor(c, r, z) {
670
+ this.z = z;
671
+ c.detach();
672
+ this.el = r.nativeElement;
673
+ }
674
+ };
675
+ QdsTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
676
+ QdsTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTableRow, selector: "qds-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
677
+ QdsTableRow = __decorate([
678
+ ProxyCmp({
679
+ defineCustomElementFn: defineQdsTableRow
680
+ }),
681
+ __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
682
+ ], QdsTableRow);
683
+ export { QdsTableRow };
684
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableRow, decorators: [{
685
+ type: Component,
686
+ args: [{
687
+ selector: 'qds-table-row',
688
+ changeDetection: ChangeDetectionStrategy.OnPush,
689
+ template: '<ng-content></ng-content>',
690
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
691
+ inputs: [],
692
+ }]
693
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
227
694
  let QdsTextarea = class QdsTextarea {
228
695
  constructor(c, r, z) {
229
696
  this.z = z;
@@ -232,22 +699,26 @@ let QdsTextarea = class QdsTextarea {
232
699
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
233
700
  }
234
701
  };
702
+ QdsTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
703
+ QdsTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTextarea, selector: "qds-textarea", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoFocus: "autoFocus", cols: "cols", disabled: "disabled", enterkeyhint: "enterkeyhint", form: "form", inputmode: "inputmode", labels: "labels", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", rows: "rows", selectionDirection: "selectionDirection", selectionEnd: "selectionEnd", selectionStart: "selectionStart", size: "size", spellCheck: "spellCheck", validationMessage: "validationMessage", validity: "validity", value: "value", willValidate: "willValidate", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
235
704
  QdsTextarea = __decorate([
236
705
  ProxyCmp({
237
706
  defineCustomElementFn: defineQdsTextarea,
238
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'size', 'spellCheck', 'value', 'wrap'],
239
- methods: ['reportValidity', 'select', 'setCustomValidity', 'setRangeText', 'setSelectionRange']
240
- }),
241
- Component({
242
- selector: 'qds-textarea',
243
- changeDetection: ChangeDetectionStrategy.OnPush,
244
- template: '<ng-content></ng-content>',
245
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
246
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'size', 'spellCheck', 'value', 'wrap'],
707
+ inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'labels', 'maxLength', 'minLength', 'name', 'placeholder', 'required', 'rows', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'spellCheck', 'validationMessage', 'validity', 'value', 'willValidate', 'wrap']
247
708
  }),
248
709
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
249
710
  ], QdsTextarea);
250
711
  export { QdsTextarea };
712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTextarea, decorators: [{
713
+ type: Component,
714
+ args: [{
715
+ selector: 'qds-textarea',
716
+ changeDetection: ChangeDetectionStrategy.OnPush,
717
+ template: '<ng-content></ng-content>',
718
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
719
+ inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'labels', 'maxLength', 'minLength', 'name', 'placeholder', 'required', 'rows', 'selectionDirection', 'selectionEnd', 'selectionStart', 'size', 'spellCheck', 'validationMessage', 'validity', 'value', 'willValidate', 'wrap'],
720
+ }]
721
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
251
722
  let QdsTitle = class QdsTitle {
252
723
  constructor(c, r, z) {
253
724
  this.z = z;
@@ -255,21 +726,26 @@ let QdsTitle = class QdsTitle {
255
726
  this.el = r.nativeElement;
256
727
  }
257
728
  };
729
+ QdsTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
730
+ QdsTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTitle, selector: "qds-title", inputs: { 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 });
258
731
  QdsTitle = __decorate([
259
732
  ProxyCmp({
260
733
  defineCustomElementFn: defineQdsTitle,
261
- inputs: ['iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag']
262
- }),
263
- Component({
264
- selector: 'qds-title',
265
- changeDetection: ChangeDetectionStrategy.OnPush,
266
- template: '<ng-content></ng-content>',
267
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
268
- inputs: ['iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag'],
734
+ inputs: ['iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag', 'variant']
269
735
  }),
270
736
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
271
737
  ], QdsTitle);
272
738
  export { QdsTitle };
739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTitle, decorators: [{
740
+ type: Component,
741
+ args: [{
742
+ selector: 'qds-title',
743
+ changeDetection: ChangeDetectionStrategy.OnPush,
744
+ template: '<ng-content></ng-content>',
745
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
746
+ inputs: ['iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag', 'variant'],
747
+ }]
748
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
273
749
  let QdsTooltip = class QdsTooltip {
274
750
  constructor(c, r, z) {
275
751
  this.z = z;
@@ -278,20 +754,25 @@ let QdsTooltip = class QdsTooltip {
278
754
  proxyOutputs(this, this.el, ['qdsClose']);
279
755
  }
280
756
  };
757
+ QdsTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
758
+ QdsTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsTooltip, selector: "qds-tooltip", inputs: { autoUpdateOptions: "autoUpdateOptions", disabled: "disabled", flipOptions: "flipOptions", noFlip: "noFlip", noShift: "noShift", offsetOptions: "offsetOptions", placement: "placement", shiftOptions: "shiftOptions", strategy: "strategy", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
281
759
  QdsTooltip = __decorate([
282
760
  ProxyCmp({
283
761
  defineCustomElementFn: defineQdsTooltip,
284
762
  inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
285
763
  methods: ['show', 'close', 'updateArrow']
286
764
  }),
287
- Component({
288
- selector: 'qds-tooltip',
289
- changeDetection: ChangeDetectionStrategy.OnPush,
290
- template: '<ng-content></ng-content>',
291
- // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
292
- inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
293
- }),
294
765
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
295
766
  ], QdsTooltip);
296
767
  export { QdsTooltip };
768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTooltip, decorators: [{
769
+ type: Component,
770
+ args: [{
771
+ selector: 'qds-tooltip',
772
+ changeDetection: ChangeDetectionStrategy.OnPush,
773
+ template: '<ng-content></ng-content>',
774
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
775
+ inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
776
+ }]
777
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
297
778
  //# sourceMappingURL=proxies.js.map