@quartzds/core-angular 1.0.0-beta.24 → 1.0.0-beta.25

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.
@@ -26,7 +26,7 @@ import { defineCustomElement as defineQdsTextarea } from '@quartzds/core/compone
26
26
  import { defineCustomElement as defineQdsTitle } from '@quartzds/core/components/qds-title.js';
27
27
  import { defineCustomElement as defineQdsTooltip } from '@quartzds/core/components/qds-tooltip.js';
28
28
  import * as i0 from "@angular/core";
29
- export let QdsButton = class QdsButton {
29
+ let QdsButton = class QdsButton {
30
30
  constructor(c, r, z) {
31
31
  this.z = z;
32
32
  c.detach();
@@ -34,8 +34,8 @@ export let QdsButton = class QdsButton {
34
34
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
35
35
  }
36
36
  };
37
- QdsButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
38
- QdsButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsButton, selector: "qds-button", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
37
+ QdsButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
38
+ QdsButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsButton, selector: "qds-button", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
39
39
  QdsButton = __decorate([
40
40
  ProxyCmp({
41
41
  defineCustomElementFn: defineQdsButton,
@@ -43,7 +43,8 @@ QdsButton = __decorate([
43
43
  }),
44
44
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
45
45
  ], QdsButton);
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsButton, decorators: [{
46
+ export { QdsButton };
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsButton, decorators: [{
47
48
  type: Component,
48
49
  args: [{
49
50
  selector: 'qds-button',
@@ -52,8 +53,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
52
53
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
53
54
  inputs: ['disabled', 'download', 'form', 'formAction', 'formMethod', 'formNoValidate', 'formTarget', 'href', 'iconLibrary', 'iconName', 'importance', 'name', 'size', 'target', 'text', 'type', 'value'],
54
55
  }]
55
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
56
- export let QdsCheckbox = class QdsCheckbox {
56
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
57
+ let QdsCheckbox = class QdsCheckbox {
57
58
  constructor(c, r, z) {
58
59
  this.z = z;
59
60
  c.detach();
@@ -61,27 +62,27 @@ export let QdsCheckbox = class QdsCheckbox {
61
62
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
62
63
  }
63
64
  };
64
- QdsCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
65
- QdsCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
65
+ QdsCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
66
+ QdsCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
66
67
  QdsCheckbox = __decorate([
67
68
  ProxyCmp({
68
69
  defineCustomElementFn: defineQdsCheckbox,
69
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'value'],
70
- methods: ['checkValidity', 'reportValidity', 'setCustomValidity']
70
+ inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'validationMessage', 'validity', 'value', 'willValidate']
71
71
  }),
72
72
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
73
73
  ], QdsCheckbox);
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsCheckbox, decorators: [{
74
+ export { QdsCheckbox };
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsCheckbox, decorators: [{
75
76
  type: Component,
76
77
  args: [{
77
78
  selector: 'qds-checkbox',
78
79
  changeDetection: ChangeDetectionStrategy.OnPush,
79
80
  template: '<ng-content></ng-content>',
80
81
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
81
- inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'value'],
82
+ inputs: ['autoFocus', 'checked', 'disabled', 'form', 'indeterminate', 'inline', 'name', 'required', 'size', 'text', 'validationMessage', 'validity', 'value', 'willValidate'],
82
83
  }]
83
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
84
- export let QdsDialog = class QdsDialog {
84
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
85
+ let QdsDialog = class QdsDialog {
85
86
  constructor(c, r, z) {
86
87
  this.z = z;
87
88
  c.detach();
@@ -89,8 +90,8 @@ export let QdsDialog = class QdsDialog {
89
90
  proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
90
91
  }
91
92
  };
92
- QdsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
93
- QdsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsDialog, selector: "qds-dialog", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
93
+ QdsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
94
+ QdsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsDialog, selector: "qds-dialog", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
94
95
  QdsDialog = __decorate([
95
96
  ProxyCmp({
96
97
  defineCustomElementFn: defineQdsDialog,
@@ -99,7 +100,8 @@ QdsDialog = __decorate([
99
100
  }),
100
101
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
101
102
  ], QdsDialog);
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsDialog, decorators: [{
103
+ export { QdsDialog };
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsDialog, decorators: [{
103
105
  type: Component,
104
106
  args: [{
105
107
  selector: 'qds-dialog',
@@ -108,16 +110,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
108
110
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
109
111
  inputs: ['open'],
110
112
  }]
111
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
112
- export let QdsDivider = class QdsDivider {
113
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
114
+ let QdsDivider = class QdsDivider {
113
115
  constructor(c, r, z) {
114
116
  this.z = z;
115
117
  c.detach();
116
118
  this.el = r.nativeElement;
117
119
  }
118
120
  };
119
- QdsDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
120
- QdsDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsDivider, selector: "qds-divider", inputs: { importance: "importance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
121
+ QdsDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
122
+ QdsDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsDivider, selector: "qds-divider", inputs: { importance: "importance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
121
123
  QdsDivider = __decorate([
122
124
  ProxyCmp({
123
125
  defineCustomElementFn: defineQdsDivider,
@@ -125,7 +127,8 @@ QdsDivider = __decorate([
125
127
  }),
126
128
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
127
129
  ], QdsDivider);
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsDivider, decorators: [{
130
+ export { QdsDivider };
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsDivider, decorators: [{
129
132
  type: Component,
130
133
  args: [{
131
134
  selector: 'qds-divider',
@@ -134,8 +137,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
134
137
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
135
138
  inputs: ['importance'],
136
139
  }]
137
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
138
- export let QdsDropdown = class QdsDropdown {
140
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
141
+ let QdsDropdown = class QdsDropdown {
139
142
  constructor(c, r, z) {
140
143
  this.z = z;
141
144
  c.detach();
@@ -143,8 +146,8 @@ export let QdsDropdown = class QdsDropdown {
143
146
  proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
144
147
  }
145
148
  };
146
- QdsDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
147
- QdsDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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 });
149
+ QdsDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
150
+ QdsDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
148
151
  QdsDropdown = __decorate([
149
152
  ProxyCmp({
150
153
  defineCustomElementFn: defineQdsDropdown,
@@ -153,7 +156,8 @@ QdsDropdown = __decorate([
153
156
  }),
154
157
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
155
158
  ], QdsDropdown);
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsDropdown, decorators: [{
159
+ export { QdsDropdown };
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsDropdown, decorators: [{
157
161
  type: Component,
158
162
  args: [{
159
163
  selector: 'qds-dropdown',
@@ -162,16 +166,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
162
166
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
163
167
  inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
164
168
  }]
165
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
166
- export let QdsFormMessage = class QdsFormMessage {
169
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
170
+ let QdsFormMessage = class QdsFormMessage {
167
171
  constructor(c, r, z) {
168
172
  this.z = z;
169
173
  c.detach();
170
174
  this.el = r.nativeElement;
171
175
  }
172
176
  };
173
- QdsFormMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsFormMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
174
- QdsFormMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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 });
177
+ QdsFormMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsFormMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
178
+ QdsFormMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
175
179
  QdsFormMessage = __decorate([
176
180
  ProxyCmp({
177
181
  defineCustomElementFn: defineQdsFormMessage,
@@ -179,7 +183,8 @@ QdsFormMessage = __decorate([
179
183
  }),
180
184
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
181
185
  ], QdsFormMessage);
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsFormMessage, decorators: [{
186
+ export { QdsFormMessage };
187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsFormMessage, decorators: [{
183
188
  type: Component,
184
189
  args: [{
185
190
  selector: 'qds-form-message',
@@ -188,8 +193,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
188
193
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
189
194
  inputs: ['inline', 'size', 'status', 'text'],
190
195
  }]
191
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
192
- export let QdsIcon = class QdsIcon {
196
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
197
+ let QdsIcon = class QdsIcon {
193
198
  constructor(c, r, z) {
194
199
  this.z = z;
195
200
  c.detach();
@@ -197,8 +202,8 @@ export let QdsIcon = class QdsIcon {
197
202
  proxyOutputs(this, this.el, ['qdsLoad', 'qdsError']);
198
203
  }
199
204
  };
200
- QdsIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
201
- QdsIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsIcon, selector: "qds-icon", inputs: { library: "library", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
205
+ QdsIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
206
+ QdsIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsIcon, selector: "qds-icon", inputs: { library: "library", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
202
207
  QdsIcon = __decorate([
203
208
  ProxyCmp({
204
209
  defineCustomElementFn: defineQdsIcon,
@@ -206,7 +211,8 @@ QdsIcon = __decorate([
206
211
  }),
207
212
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
208
213
  ], QdsIcon);
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsIcon, decorators: [{
214
+ export { QdsIcon };
215
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsIcon, decorators: [{
210
216
  type: Component,
211
217
  args: [{
212
218
  selector: 'qds-icon',
@@ -215,8 +221,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
215
221
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
216
222
  inputs: ['library', 'name'],
217
223
  }]
218
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
219
- export let QdsInlineLink = class QdsInlineLink {
224
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
225
+ let QdsInlineLink = class QdsInlineLink {
220
226
  constructor(c, r, z) {
221
227
  this.z = z;
222
228
  c.detach();
@@ -224,8 +230,8 @@ export let QdsInlineLink = class QdsInlineLink {
224
230
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
225
231
  }
226
232
  };
227
- QdsInlineLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsInlineLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
228
- QdsInlineLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsInlineLink, selector: "qds-inline-link", inputs: { disabled: "disabled", download: "download", href: "href", hreflang: "hreflang", referrerPolicy: "referrerPolicy", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
233
+ QdsInlineLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsInlineLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
234
+ QdsInlineLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsInlineLink, selector: "qds-inline-link", inputs: { disabled: "disabled", download: "download", href: "href", hreflang: "hreflang", referrerPolicy: "referrerPolicy", rel: "rel", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
229
235
  QdsInlineLink = __decorate([
230
236
  ProxyCmp({
231
237
  defineCustomElementFn: defineQdsInlineLink,
@@ -233,7 +239,8 @@ QdsInlineLink = __decorate([
233
239
  }),
234
240
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
235
241
  ], QdsInlineLink);
236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsInlineLink, decorators: [{
242
+ export { QdsInlineLink };
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsInlineLink, decorators: [{
237
244
  type: Component,
238
245
  args: [{
239
246
  selector: 'qds-inline-link',
@@ -242,8 +249,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
242
249
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
243
250
  inputs: ['disabled', 'download', 'href', 'hreflang', 'referrerPolicy', 'rel', 'target'],
244
251
  }]
245
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
246
- export let QdsInput = class QdsInput {
252
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
253
+ let QdsInput = class QdsInput {
247
254
  constructor(c, r, z) {
248
255
  this.z = z;
249
256
  c.detach();
@@ -251,35 +258,35 @@ export let QdsInput = class QdsInput {
251
258
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
252
259
  }
253
260
  };
254
- QdsInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
255
- QdsInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsInput, selector: "qds-input", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoFocus: "autoFocus", disabled: "disabled", enterkeyhint: "enterkeyhint", form: "form", inputmode: "inputmode", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", spellCheck: "spellCheck", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
261
+ QdsInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
262
+ QdsInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
256
263
  QdsInput = __decorate([
257
264
  ProxyCmp({
258
265
  defineCustomElementFn: defineQdsInput,
259
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'spellCheck', 'step', 'type', 'value'],
260
- methods: ['reportValidity', 'select', 'setCustomValidity', 'setRangeText', 'setSelectionRange', 'stepDown', 'stepUp']
266
+ 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']
261
267
  }),
262
268
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
263
269
  ], QdsInput);
264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsInput, decorators: [{
270
+ export { QdsInput };
271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsInput, decorators: [{
265
272
  type: Component,
266
273
  args: [{
267
274
  selector: 'qds-input',
268
275
  changeDetection: ChangeDetectionStrategy.OnPush,
269
276
  template: '<ng-content></ng-content>',
270
277
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
271
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'max', 'maxLength', 'min', 'minLength', 'multiple', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'spellCheck', 'step', 'type', 'value'],
278
+ 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'],
272
279
  }]
273
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
274
- export let QdsLabel = class QdsLabel {
280
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
281
+ let QdsLabel = class QdsLabel {
275
282
  constructor(c, r, z) {
276
283
  this.z = z;
277
284
  c.detach();
278
285
  this.el = r.nativeElement;
279
286
  }
280
287
  };
281
- QdsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
282
- QdsLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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 });
288
+ QdsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
289
+ QdsLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
283
290
  QdsLabel = __decorate([
284
291
  ProxyCmp({
285
292
  defineCustomElementFn: defineQdsLabel,
@@ -287,7 +294,8 @@ QdsLabel = __decorate([
287
294
  }),
288
295
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
289
296
  ], QdsLabel);
290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsLabel, decorators: [{
297
+ export { QdsLabel };
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsLabel, decorators: [{
291
299
  type: Component,
292
300
  args: [{
293
301
  selector: 'qds-label',
@@ -296,8 +304,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
296
304
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
297
305
  inputs: ['inline', 'required', 'size', 'text'],
298
306
  }]
299
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
300
- export let QdsRadio = class QdsRadio {
307
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
308
+ let QdsRadio = class QdsRadio {
301
309
  constructor(c, r, z) {
302
310
  this.z = z;
303
311
  c.detach();
@@ -305,8 +313,8 @@ export let QdsRadio = class QdsRadio {
305
313
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
306
314
  }
307
315
  };
308
- QdsRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
309
- QdsRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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 });
316
+ QdsRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
317
+ QdsRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
310
318
  QdsRadio = __decorate([
311
319
  ProxyCmp({
312
320
  defineCustomElementFn: defineQdsRadio,
@@ -314,7 +322,8 @@ QdsRadio = __decorate([
314
322
  }),
315
323
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
316
324
  ], QdsRadio);
317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsRadio, decorators: [{
325
+ export { QdsRadio };
326
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsRadio, decorators: [{
318
327
  type: Component,
319
328
  args: [{
320
329
  selector: 'qds-radio',
@@ -323,8 +332,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
323
332
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
324
333
  inputs: ['checked', 'disabled', 'form', 'inline', 'name', 'required', 'size', 'text', 'value'],
325
334
  }]
326
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
327
- export let QdsSelect = class QdsSelect {
335
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
336
+ let QdsSelect = class QdsSelect {
328
337
  constructor(c, r, z) {
329
338
  this.z = z;
330
339
  c.detach();
@@ -332,27 +341,27 @@ export let QdsSelect = class QdsSelect {
332
341
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
333
342
  }
334
343
  };
335
- QdsSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
336
- QdsSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsSelect, selector: "qds-select", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", disabled: "disabled", form: "form", invalid: "invalid", multiple: "multiple", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
344
+ QdsSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
345
+ QdsSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
337
346
  QdsSelect = __decorate([
338
347
  ProxyCmp({
339
348
  defineCustomElementFn: defineQdsSelect,
340
- inputs: ['autoComplete', 'autoFocus', 'disabled', 'form', 'invalid', 'multiple', 'name', 'required', 'size', 'value'],
341
- methods: ['addItem', 'item', 'namedItem', 'removeItem', 'setCustomValidity']
349
+ inputs: ['autoComplete', 'autoFocus', 'disabled', 'form', 'length', 'multiple', 'name', 'options', 'required', 'selectedIndex', 'selectedOptions', 'size', 'type', 'validationMessage', 'validity', 'value', 'willValidate']
342
350
  }),
343
351
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
344
352
  ], QdsSelect);
345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsSelect, decorators: [{
353
+ export { QdsSelect };
354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsSelect, decorators: [{
346
355
  type: Component,
347
356
  args: [{
348
357
  selector: 'qds-select',
349
358
  changeDetection: ChangeDetectionStrategy.OnPush,
350
359
  template: '<ng-content></ng-content>',
351
360
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
352
- inputs: ['autoComplete', 'autoFocus', 'disabled', 'form', 'invalid', 'multiple', 'name', 'required', 'size', 'value'],
361
+ inputs: ['autoComplete', 'autoFocus', 'disabled', 'form', 'length', 'multiple', 'name', 'options', 'required', 'selectedIndex', 'selectedOptions', 'size', 'type', 'validationMessage', 'validity', 'value', 'willValidate'],
353
362
  }]
354
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
355
- export let QdsSwitch = class QdsSwitch {
363
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
364
+ let QdsSwitch = class QdsSwitch {
356
365
  constructor(c, r, z) {
357
366
  this.z = z;
358
367
  c.detach();
@@ -360,8 +369,8 @@ export let QdsSwitch = class QdsSwitch {
360
369
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
361
370
  }
362
371
  };
363
- QdsSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
364
- QdsSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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 });
372
+ QdsSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
373
+ QdsSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
365
374
  QdsSwitch = __decorate([
366
375
  ProxyCmp({
367
376
  defineCustomElementFn: defineQdsSwitch,
@@ -369,7 +378,8 @@ QdsSwitch = __decorate([
369
378
  }),
370
379
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
371
380
  ], QdsSwitch);
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsSwitch, decorators: [{
381
+ export { QdsSwitch };
382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsSwitch, decorators: [{
373
383
  type: Component,
374
384
  args: [{
375
385
  selector: 'qds-switch',
@@ -378,23 +388,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
378
388
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
379
389
  inputs: ['autoFocus', 'checked', 'disabled', 'form', 'iconCheckedLibrary', 'iconCheckedName', 'iconUncheckedLibrary', 'iconUncheckedName', 'inline', 'name', 'size', 'textChecked', 'textUnchecked', 'value'],
380
390
  }]
381
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
382
- export let QdsTable = class QdsTable {
391
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
392
+ let QdsTable = class QdsTable {
383
393
  constructor(c, r, z) {
384
394
  this.z = z;
385
395
  c.detach();
386
396
  this.el = r.nativeElement;
387
397
  }
388
398
  };
389
- QdsTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
390
- QdsTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsTable, selector: "qds-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
399
+ QdsTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
400
+ QdsTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsTable, selector: "qds-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
391
401
  QdsTable = __decorate([
392
402
  ProxyCmp({
393
403
  defineCustomElementFn: defineQdsTable
394
404
  }),
395
405
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
396
406
  ], QdsTable);
397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTable, decorators: [{
407
+ export { QdsTable };
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTable, decorators: [{
398
409
  type: Component,
399
410
  args: [{
400
411
  selector: 'qds-table',
@@ -403,23 +414,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
403
414
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
404
415
  inputs: [],
405
416
  }]
406
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
407
- export let QdsTableBody = class QdsTableBody {
417
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
418
+ let QdsTableBody = class QdsTableBody {
408
419
  constructor(c, r, z) {
409
420
  this.z = z;
410
421
  c.detach();
411
422
  this.el = r.nativeElement;
412
423
  }
413
424
  };
414
- QdsTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
415
- QdsTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsTableBody, selector: "qds-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
425
+ QdsTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
426
+ QdsTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsTableBody, selector: "qds-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
416
427
  QdsTableBody = __decorate([
417
428
  ProxyCmp({
418
429
  defineCustomElementFn: defineQdsTableBody
419
430
  }),
420
431
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
421
432
  ], QdsTableBody);
422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableBody, decorators: [{
433
+ export { QdsTableBody };
434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableBody, decorators: [{
423
435
  type: Component,
424
436
  args: [{
425
437
  selector: 'qds-table-body',
@@ -428,16 +440,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
428
440
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
429
441
  inputs: [],
430
442
  }]
431
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
432
- export let QdsTableCell = class QdsTableCell {
443
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
444
+ let QdsTableCell = class QdsTableCell {
433
445
  constructor(c, r, z) {
434
446
  this.z = z;
435
447
  c.detach();
436
448
  this.el = r.nativeElement;
437
449
  }
438
450
  };
439
- QdsTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
440
- QdsTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsTableCell, selector: "qds-table-cell", inputs: { colSpan: "colSpan", rowSpan: "rowSpan" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
451
+ QdsTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
452
+ QdsTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsTableCell, selector: "qds-table-cell", inputs: { colSpan: "colSpan", rowSpan: "rowSpan" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
441
453
  QdsTableCell = __decorate([
442
454
  ProxyCmp({
443
455
  defineCustomElementFn: defineQdsTableCell,
@@ -445,7 +457,8 @@ QdsTableCell = __decorate([
445
457
  }),
446
458
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
447
459
  ], QdsTableCell);
448
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableCell, decorators: [{
460
+ export { QdsTableCell };
461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableCell, decorators: [{
449
462
  type: Component,
450
463
  args: [{
451
464
  selector: 'qds-table-cell',
@@ -454,23 +467,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
454
467
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
455
468
  inputs: ['colSpan', 'rowSpan'],
456
469
  }]
457
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
458
- export let QdsTableHead = class QdsTableHead {
470
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
471
+ let QdsTableHead = class QdsTableHead {
459
472
  constructor(c, r, z) {
460
473
  this.z = z;
461
474
  c.detach();
462
475
  this.el = r.nativeElement;
463
476
  }
464
477
  };
465
- QdsTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
466
- QdsTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsTableHead, selector: "qds-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
478
+ QdsTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableHead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
479
+ QdsTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsTableHead, selector: "qds-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
467
480
  QdsTableHead = __decorate([
468
481
  ProxyCmp({
469
482
  defineCustomElementFn: defineQdsTableHead
470
483
  }),
471
484
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
472
485
  ], QdsTableHead);
473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableHead, decorators: [{
486
+ export { QdsTableHead };
487
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableHead, decorators: [{
474
488
  type: Component,
475
489
  args: [{
476
490
  selector: 'qds-table-head',
@@ -479,16 +493,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
479
493
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
480
494
  inputs: [],
481
495
  }]
482
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
483
- export let QdsTableHeadCell = class QdsTableHeadCell {
496
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
497
+ let QdsTableHeadCell = class QdsTableHeadCell {
484
498
  constructor(c, r, z) {
485
499
  this.z = z;
486
500
  c.detach();
487
501
  this.el = r.nativeElement;
488
502
  }
489
503
  };
490
- QdsTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
491
- QdsTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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 });
504
+ QdsTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
505
+ QdsTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
492
506
  QdsTableHeadCell = __decorate([
493
507
  ProxyCmp({
494
508
  defineCustomElementFn: defineQdsTableHeadCell,
@@ -496,7 +510,8 @@ QdsTableHeadCell = __decorate([
496
510
  }),
497
511
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
498
512
  ], QdsTableHeadCell);
499
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableHeadCell, decorators: [{
513
+ export { QdsTableHeadCell };
514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableHeadCell, decorators: [{
500
515
  type: Component,
501
516
  args: [{
502
517
  selector: 'qds-table-head-cell',
@@ -505,23 +520,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
505
520
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
506
521
  inputs: ['abbr', 'colSpan', 'rowSpan', 'scope'],
507
522
  }]
508
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
509
- export let QdsTableRow = class QdsTableRow {
523
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
524
+ let QdsTableRow = class QdsTableRow {
510
525
  constructor(c, r, z) {
511
526
  this.z = z;
512
527
  c.detach();
513
528
  this.el = r.nativeElement;
514
529
  }
515
530
  };
516
- QdsTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
517
- QdsTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsTableRow, selector: "qds-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
531
+ QdsTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
532
+ QdsTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsTableRow, selector: "qds-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
518
533
  QdsTableRow = __decorate([
519
534
  ProxyCmp({
520
535
  defineCustomElementFn: defineQdsTableRow
521
536
  }),
522
537
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
523
538
  ], QdsTableRow);
524
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTableRow, decorators: [{
539
+ export { QdsTableRow };
540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTableRow, decorators: [{
525
541
  type: Component,
526
542
  args: [{
527
543
  selector: 'qds-table-row',
@@ -530,8 +546,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
530
546
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
531
547
  inputs: [],
532
548
  }]
533
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
534
- export let QdsTextarea = class QdsTextarea {
549
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
550
+ let QdsTextarea = class QdsTextarea {
535
551
  constructor(c, r, z) {
536
552
  this.z = z;
537
553
  c.detach();
@@ -539,35 +555,35 @@ export let QdsTextarea = class QdsTextarea {
539
555
  proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
540
556
  }
541
557
  };
542
- QdsTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
543
- QdsTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsTextarea, selector: "qds-textarea", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoFocus: "autoFocus", cols: "cols", disabled: "disabled", enterkeyhint: "enterkeyhint", form: "form", inputmode: "inputmode", invalid: "invalid", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", rows: "rows", size: "size", spellCheck: "spellCheck", value: "value", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
558
+ QdsTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
559
+ QdsTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
544
560
  QdsTextarea = __decorate([
545
561
  ProxyCmp({
546
562
  defineCustomElementFn: defineQdsTextarea,
547
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'size', 'spellCheck', 'value', 'wrap'],
548
- methods: ['reportValidity', 'select', 'setCustomValidity', 'setRangeText', 'setSelectionRange']
563
+ 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']
549
564
  }),
550
565
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
551
566
  ], QdsTextarea);
552
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTextarea, decorators: [{
567
+ export { QdsTextarea };
568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTextarea, decorators: [{
553
569
  type: Component,
554
570
  args: [{
555
571
  selector: 'qds-textarea',
556
572
  changeDetection: ChangeDetectionStrategy.OnPush,
557
573
  template: '<ng-content></ng-content>',
558
574
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
559
- inputs: ['autoCapitalize', 'autoComplete', 'autoFocus', 'cols', 'disabled', 'enterkeyhint', 'form', 'inputmode', 'invalid', 'maxLength', 'minLength', 'name', 'placeholder', 'readOnly', 'required', 'rows', 'size', 'spellCheck', 'value', 'wrap'],
575
+ 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'],
560
576
  }]
561
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
562
- export let QdsTitle = class QdsTitle {
577
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
578
+ let QdsTitle = class QdsTitle {
563
579
  constructor(c, r, z) {
564
580
  this.z = z;
565
581
  c.detach();
566
582
  this.el = r.nativeElement;
567
583
  }
568
584
  };
569
- QdsTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
570
- QdsTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", type: QdsTitle, selector: "qds-title", inputs: { iconLibrary: "iconLibrary", iconName: "iconName", kicker: "kicker", layer: "layer", level: "level", subtitle: "subtitle", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
585
+ QdsTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
586
+ QdsTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", type: QdsTitle, selector: "qds-title", inputs: { iconLibrary: "iconLibrary", iconName: "iconName", kicker: "kicker", layer: "layer", level: "level", subtitle: "subtitle", tag: "tag" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
571
587
  QdsTitle = __decorate([
572
588
  ProxyCmp({
573
589
  defineCustomElementFn: defineQdsTitle,
@@ -575,7 +591,8 @@ QdsTitle = __decorate([
575
591
  }),
576
592
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
577
593
  ], QdsTitle);
578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTitle, decorators: [{
594
+ export { QdsTitle };
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTitle, decorators: [{
579
596
  type: Component,
580
597
  args: [{
581
598
  selector: 'qds-title',
@@ -584,8 +601,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
584
601
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
585
602
  inputs: ['iconLibrary', 'iconName', 'kicker', 'layer', 'level', 'subtitle', 'tag'],
586
603
  }]
587
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
588
- export let QdsTooltip = class QdsTooltip {
604
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
605
+ let QdsTooltip = class QdsTooltip {
589
606
  constructor(c, r, z) {
590
607
  this.z = z;
591
608
  c.detach();
@@ -593,8 +610,8 @@ export let QdsTooltip = class QdsTooltip {
593
610
  proxyOutputs(this, this.el, ['qdsClose']);
594
611
  }
595
612
  };
596
- QdsTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
597
- QdsTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.11", 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 });
613
+ QdsTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
614
+ QdsTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.7", 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 });
598
615
  QdsTooltip = __decorate([
599
616
  ProxyCmp({
600
617
  defineCustomElementFn: defineQdsTooltip,
@@ -603,7 +620,8 @@ QdsTooltip = __decorate([
603
620
  }),
604
621
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
605
622
  ], QdsTooltip);
606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImport: i0, type: QdsTooltip, decorators: [{
623
+ export { QdsTooltip };
624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.7", ngImport: i0, type: QdsTooltip, decorators: [{
607
625
  type: Component,
608
626
  args: [{
609
627
  selector: 'qds-tooltip',
@@ -612,5 +630,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.11", ngImpo
612
630
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
613
631
  inputs: ['autoUpdateOptions', 'disabled', 'flipOptions', 'noFlip', 'noShift', 'offsetOptions', 'placement', 'shiftOptions', 'strategy', 'target'],
614
632
  }]
615
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
633
+ }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
616
634
  //# sourceMappingURL=proxies.js.map