@quartzds/core-angular 1.0.0-beta.31 → 1.0.0-beta.32
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.
- package/lib/generated/boolean-value-accessor.js +3 -3
- package/lib/generated/number-value-accessor.js +3 -3
- package/lib/generated/proxies.js +72 -72
- package/lib/generated/radio-value-accessor.js +3 -3
- package/lib/generated/select-value-accessor.js +3 -3
- package/lib/generated/text-value-accessor.js +3 -3
- package/lib/generated/value-accessor.js +3 -3
- package/lib/quartz.module.js +4 -4
- package/package.json +6 -6
|
@@ -10,15 +10,15 @@ export class BooleanValueAccessor extends ValueAccessor {
|
|
|
10
10
|
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
BooleanValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
14
|
-
BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
13
|
+
BooleanValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
+
BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: BooleanValueAccessor, selector: "qds-checkbox", host: { listeners: { "qdsChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
15
15
|
{
|
|
16
16
|
provide: NG_VALUE_ACCESSOR,
|
|
17
17
|
useExisting: BooleanValueAccessor,
|
|
18
18
|
multi: true
|
|
19
19
|
}
|
|
20
20
|
], usesInheritance: true, ngImport: i0 });
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
22
22
|
type: Directive,
|
|
23
23
|
args: [{
|
|
24
24
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -12,15 +12,15 @@ export class NumericValueAccessor extends ValueAccessor {
|
|
|
12
12
|
});
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
NumericValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
16
|
-
NumericValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
15
|
+
NumericValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
+
NumericValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: NumericValueAccessor, selector: "qds-input[type=number]", host: { listeners: { "qdsInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
17
17
|
{
|
|
18
18
|
provide: NG_VALUE_ACCESSOR,
|
|
19
19
|
useExisting: NumericValueAccessor,
|
|
20
20
|
multi: true
|
|
21
21
|
}
|
|
22
22
|
], usesInheritance: true, ngImport: i0 });
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
24
24
|
type: Directive,
|
|
25
25
|
args: [{
|
|
26
26
|
/* tslint:disable-next-line:directive-selector */
|
package/lib/generated/proxies.js
CHANGED
|
@@ -36,8 +36,8 @@ let QdsButton = class QdsButton {
|
|
|
36
36
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
|
-
QdsButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
40
|
-
QdsButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
39
|
+
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 });
|
|
40
|
+
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 });
|
|
41
41
|
QdsButton = __decorate([
|
|
42
42
|
ProxyCmp({
|
|
43
43
|
defineCustomElementFn: defineQdsButton,
|
|
@@ -46,7 +46,7 @@ QdsButton = __decorate([
|
|
|
46
46
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
47
47
|
], QdsButton);
|
|
48
48
|
export { QdsButton };
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsButton, decorators: [{
|
|
50
50
|
type: Component,
|
|
51
51
|
args: [{
|
|
52
52
|
selector: 'qds-button',
|
|
@@ -64,8 +64,8 @@ let QdsCheckbox = class QdsCheckbox {
|
|
|
64
64
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
|
-
QdsCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
68
|
-
QdsCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
67
|
+
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 });
|
|
68
|
+
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 });
|
|
69
69
|
QdsCheckbox = __decorate([
|
|
70
70
|
ProxyCmp({
|
|
71
71
|
defineCustomElementFn: defineQdsCheckbox,
|
|
@@ -74,7 +74,7 @@ QdsCheckbox = __decorate([
|
|
|
74
74
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
75
75
|
], QdsCheckbox);
|
|
76
76
|
export { QdsCheckbox };
|
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
77
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsCheckbox, decorators: [{
|
|
78
78
|
type: Component,
|
|
79
79
|
args: [{
|
|
80
80
|
selector: 'qds-checkbox',
|
|
@@ -92,8 +92,8 @@ let QdsDialog = class QdsDialog {
|
|
|
92
92
|
proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
|
|
93
93
|
}
|
|
94
94
|
};
|
|
95
|
-
QdsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
96
|
-
QdsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
95
|
+
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 });
|
|
96
|
+
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 });
|
|
97
97
|
QdsDialog = __decorate([
|
|
98
98
|
ProxyCmp({
|
|
99
99
|
defineCustomElementFn: defineQdsDialog,
|
|
@@ -103,7 +103,7 @@ QdsDialog = __decorate([
|
|
|
103
103
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
104
104
|
], QdsDialog);
|
|
105
105
|
export { QdsDialog };
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDialog, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
109
109
|
selector: 'qds-dialog',
|
|
@@ -120,8 +120,8 @@ let QdsDivider = class QdsDivider {
|
|
|
120
120
|
this.el = r.nativeElement;
|
|
121
121
|
}
|
|
122
122
|
};
|
|
123
|
-
QdsDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
124
|
-
QdsDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
123
|
+
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 });
|
|
124
|
+
QdsDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsDivider, selector: "qds-divider", inputs: { importance: "importance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
125
125
|
QdsDivider = __decorate([
|
|
126
126
|
ProxyCmp({
|
|
127
127
|
defineCustomElementFn: defineQdsDivider,
|
|
@@ -130,7 +130,7 @@ QdsDivider = __decorate([
|
|
|
130
130
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
131
131
|
], QdsDivider);
|
|
132
132
|
export { QdsDivider };
|
|
133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
133
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDivider, decorators: [{
|
|
134
134
|
type: Component,
|
|
135
135
|
args: [{
|
|
136
136
|
selector: 'qds-divider',
|
|
@@ -148,8 +148,8 @@ let QdsDropdown = class QdsDropdown {
|
|
|
148
148
|
proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
|
|
149
149
|
}
|
|
150
150
|
};
|
|
151
|
-
QdsDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
152
|
-
QdsDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
151
|
+
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 });
|
|
152
|
+
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 });
|
|
153
153
|
QdsDropdown = __decorate([
|
|
154
154
|
ProxyCmp({
|
|
155
155
|
defineCustomElementFn: defineQdsDropdown,
|
|
@@ -159,7 +159,7 @@ QdsDropdown = __decorate([
|
|
|
159
159
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
160
160
|
], QdsDropdown);
|
|
161
161
|
export { QdsDropdown };
|
|
162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsDropdown, decorators: [{
|
|
163
163
|
type: Component,
|
|
164
164
|
args: [{
|
|
165
165
|
selector: 'qds-dropdown',
|
|
@@ -176,8 +176,8 @@ let QdsFormMessage = class QdsFormMessage {
|
|
|
176
176
|
this.el = r.nativeElement;
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
|
-
QdsFormMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
180
|
-
QdsFormMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
179
|
+
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 });
|
|
180
|
+
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 });
|
|
181
181
|
QdsFormMessage = __decorate([
|
|
182
182
|
ProxyCmp({
|
|
183
183
|
defineCustomElementFn: defineQdsFormMessage,
|
|
@@ -186,7 +186,7 @@ QdsFormMessage = __decorate([
|
|
|
186
186
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
187
187
|
], QdsFormMessage);
|
|
188
188
|
export { QdsFormMessage };
|
|
189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsFormMessage, decorators: [{
|
|
190
190
|
type: Component,
|
|
191
191
|
args: [{
|
|
192
192
|
selector: 'qds-form-message',
|
|
@@ -204,8 +204,8 @@ let QdsIcon = class QdsIcon {
|
|
|
204
204
|
proxyOutputs(this, this.el, ['qdsLoad', 'qdsError']);
|
|
205
205
|
}
|
|
206
206
|
};
|
|
207
|
-
QdsIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
208
|
-
QdsIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
207
|
+
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 });
|
|
208
|
+
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 });
|
|
209
209
|
QdsIcon = __decorate([
|
|
210
210
|
ProxyCmp({
|
|
211
211
|
defineCustomElementFn: defineQdsIcon,
|
|
@@ -214,7 +214,7 @@ QdsIcon = __decorate([
|
|
|
214
214
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
215
215
|
], QdsIcon);
|
|
216
216
|
export { QdsIcon };
|
|
217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsIcon, decorators: [{
|
|
218
218
|
type: Component,
|
|
219
219
|
args: [{
|
|
220
220
|
selector: 'qds-icon',
|
|
@@ -232,8 +232,8 @@ let QdsInlineLink = class QdsInlineLink {
|
|
|
232
232
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
|
|
233
233
|
}
|
|
234
234
|
};
|
|
235
|
-
QdsInlineLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
236
|
-
QdsInlineLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
235
|
+
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 });
|
|
236
|
+
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 });
|
|
237
237
|
QdsInlineLink = __decorate([
|
|
238
238
|
ProxyCmp({
|
|
239
239
|
defineCustomElementFn: defineQdsInlineLink,
|
|
@@ -242,7 +242,7 @@ QdsInlineLink = __decorate([
|
|
|
242
242
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
243
243
|
], QdsInlineLink);
|
|
244
244
|
export { QdsInlineLink };
|
|
245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsInlineLink, decorators: [{
|
|
246
246
|
type: Component,
|
|
247
247
|
args: [{
|
|
248
248
|
selector: 'qds-inline-link',
|
|
@@ -260,8 +260,8 @@ let QdsInput = class QdsInput {
|
|
|
260
260
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
|
|
261
261
|
}
|
|
262
262
|
};
|
|
263
|
-
QdsInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
264
|
-
QdsInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
263
|
+
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 });
|
|
264
|
+
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 });
|
|
265
265
|
QdsInput = __decorate([
|
|
266
266
|
ProxyCmp({
|
|
267
267
|
defineCustomElementFn: defineQdsInput,
|
|
@@ -270,7 +270,7 @@ QdsInput = __decorate([
|
|
|
270
270
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
271
271
|
], QdsInput);
|
|
272
272
|
export { QdsInput };
|
|
273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsInput, decorators: [{
|
|
274
274
|
type: Component,
|
|
275
275
|
args: [{
|
|
276
276
|
selector: 'qds-input',
|
|
@@ -287,8 +287,8 @@ let QdsLabel = class QdsLabel {
|
|
|
287
287
|
this.el = r.nativeElement;
|
|
288
288
|
}
|
|
289
289
|
};
|
|
290
|
-
QdsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
291
|
-
QdsLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
290
|
+
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 });
|
|
291
|
+
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 });
|
|
292
292
|
QdsLabel = __decorate([
|
|
293
293
|
ProxyCmp({
|
|
294
294
|
defineCustomElementFn: defineQdsLabel,
|
|
@@ -297,7 +297,7 @@ QdsLabel = __decorate([
|
|
|
297
297
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
298
298
|
], QdsLabel);
|
|
299
299
|
export { QdsLabel };
|
|
300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsLabel, decorators: [{
|
|
301
301
|
type: Component,
|
|
302
302
|
args: [{
|
|
303
303
|
selector: 'qds-label',
|
|
@@ -315,8 +315,8 @@ let QdsListItem = class QdsListItem {
|
|
|
315
315
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
|
|
316
316
|
}
|
|
317
317
|
};
|
|
318
|
-
QdsListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
319
|
-
QdsListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
318
|
+
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 });
|
|
319
|
+
QdsListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: QdsListItem, selector: "qds-list-item", inputs: { disabled: "disabled", iconLibrary: "iconLibrary", iconName: "iconName", kicker: "kicker", navigation: "navigation", selected: "selected", size: "size", subtext: "subtext", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
320
320
|
QdsListItem = __decorate([
|
|
321
321
|
ProxyCmp({
|
|
322
322
|
defineCustomElementFn: defineQdsListItem,
|
|
@@ -325,7 +325,7 @@ QdsListItem = __decorate([
|
|
|
325
325
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
326
326
|
], QdsListItem);
|
|
327
327
|
export { QdsListItem };
|
|
328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsListItem, decorators: [{
|
|
329
329
|
type: Component,
|
|
330
330
|
args: [{
|
|
331
331
|
selector: 'qds-list-item',
|
|
@@ -343,8 +343,8 @@ let QdsRadio = class QdsRadio {
|
|
|
343
343
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
|
|
344
344
|
}
|
|
345
345
|
};
|
|
346
|
-
QdsRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
347
|
-
QdsRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
346
|
+
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 });
|
|
347
|
+
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 });
|
|
348
348
|
QdsRadio = __decorate([
|
|
349
349
|
ProxyCmp({
|
|
350
350
|
defineCustomElementFn: defineQdsRadio,
|
|
@@ -353,7 +353,7 @@ QdsRadio = __decorate([
|
|
|
353
353
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
354
354
|
], QdsRadio);
|
|
355
355
|
export { QdsRadio };
|
|
356
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsRadio, decorators: [{
|
|
357
357
|
type: Component,
|
|
358
358
|
args: [{
|
|
359
359
|
selector: 'qds-radio',
|
|
@@ -371,8 +371,8 @@ let QdsSelect = class QdsSelect {
|
|
|
371
371
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
|
|
372
372
|
}
|
|
373
373
|
};
|
|
374
|
-
QdsSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
375
|
-
QdsSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
374
|
+
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 });
|
|
375
|
+
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 });
|
|
376
376
|
QdsSelect = __decorate([
|
|
377
377
|
ProxyCmp({
|
|
378
378
|
defineCustomElementFn: defineQdsSelect,
|
|
@@ -381,7 +381,7 @@ QdsSelect = __decorate([
|
|
|
381
381
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
382
382
|
], QdsSelect);
|
|
383
383
|
export { QdsSelect };
|
|
384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsSelect, decorators: [{
|
|
385
385
|
type: Component,
|
|
386
386
|
args: [{
|
|
387
387
|
selector: 'qds-select',
|
|
@@ -399,8 +399,8 @@ let QdsStandaloneLink = class QdsStandaloneLink {
|
|
|
399
399
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
|
|
400
400
|
}
|
|
401
401
|
};
|
|
402
|
-
QdsStandaloneLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
403
|
-
QdsStandaloneLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
402
|
+
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 });
|
|
403
|
+
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 });
|
|
404
404
|
QdsStandaloneLink = __decorate([
|
|
405
405
|
ProxyCmp({
|
|
406
406
|
defineCustomElementFn: defineQdsStandaloneLink,
|
|
@@ -409,7 +409,7 @@ QdsStandaloneLink = __decorate([
|
|
|
409
409
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
410
410
|
], QdsStandaloneLink);
|
|
411
411
|
export { QdsStandaloneLink };
|
|
412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsStandaloneLink, decorators: [{
|
|
413
413
|
type: Component,
|
|
414
414
|
args: [{
|
|
415
415
|
selector: 'qds-standalone-link',
|
|
@@ -427,8 +427,8 @@ let QdsSwitch = class QdsSwitch {
|
|
|
427
427
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
|
|
428
428
|
}
|
|
429
429
|
};
|
|
430
|
-
QdsSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
431
|
-
QdsSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
430
|
+
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 });
|
|
431
|
+
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 });
|
|
432
432
|
QdsSwitch = __decorate([
|
|
433
433
|
ProxyCmp({
|
|
434
434
|
defineCustomElementFn: defineQdsSwitch,
|
|
@@ -437,7 +437,7 @@ QdsSwitch = __decorate([
|
|
|
437
437
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
438
438
|
], QdsSwitch);
|
|
439
439
|
export { QdsSwitch };
|
|
440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsSwitch, decorators: [{
|
|
441
441
|
type: Component,
|
|
442
442
|
args: [{
|
|
443
443
|
selector: 'qds-switch',
|
|
@@ -454,8 +454,8 @@ let QdsTable = class QdsTable {
|
|
|
454
454
|
this.el = r.nativeElement;
|
|
455
455
|
}
|
|
456
456
|
};
|
|
457
|
-
QdsTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
458
|
-
QdsTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
457
|
+
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 });
|
|
458
|
+
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 });
|
|
459
459
|
QdsTable = __decorate([
|
|
460
460
|
ProxyCmp({
|
|
461
461
|
defineCustomElementFn: defineQdsTable
|
|
@@ -463,7 +463,7 @@ QdsTable = __decorate([
|
|
|
463
463
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
464
464
|
], QdsTable);
|
|
465
465
|
export { QdsTable };
|
|
466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTable, decorators: [{
|
|
467
467
|
type: Component,
|
|
468
468
|
args: [{
|
|
469
469
|
selector: 'qds-table',
|
|
@@ -480,8 +480,8 @@ let QdsTableBody = class QdsTableBody {
|
|
|
480
480
|
this.el = r.nativeElement;
|
|
481
481
|
}
|
|
482
482
|
};
|
|
483
|
-
QdsTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
484
|
-
QdsTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
483
|
+
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 });
|
|
484
|
+
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 });
|
|
485
485
|
QdsTableBody = __decorate([
|
|
486
486
|
ProxyCmp({
|
|
487
487
|
defineCustomElementFn: defineQdsTableBody
|
|
@@ -489,7 +489,7 @@ QdsTableBody = __decorate([
|
|
|
489
489
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
490
490
|
], QdsTableBody);
|
|
491
491
|
export { QdsTableBody };
|
|
492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableBody, decorators: [{
|
|
493
493
|
type: Component,
|
|
494
494
|
args: [{
|
|
495
495
|
selector: 'qds-table-body',
|
|
@@ -506,8 +506,8 @@ let QdsTableCell = class QdsTableCell {
|
|
|
506
506
|
this.el = r.nativeElement;
|
|
507
507
|
}
|
|
508
508
|
};
|
|
509
|
-
QdsTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
510
|
-
QdsTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
509
|
+
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 });
|
|
510
|
+
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 });
|
|
511
511
|
QdsTableCell = __decorate([
|
|
512
512
|
ProxyCmp({
|
|
513
513
|
defineCustomElementFn: defineQdsTableCell,
|
|
@@ -516,7 +516,7 @@ QdsTableCell = __decorate([
|
|
|
516
516
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
517
517
|
], QdsTableCell);
|
|
518
518
|
export { QdsTableCell };
|
|
519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableCell, decorators: [{
|
|
520
520
|
type: Component,
|
|
521
521
|
args: [{
|
|
522
522
|
selector: 'qds-table-cell',
|
|
@@ -533,8 +533,8 @@ let QdsTableHead = class QdsTableHead {
|
|
|
533
533
|
this.el = r.nativeElement;
|
|
534
534
|
}
|
|
535
535
|
};
|
|
536
|
-
QdsTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
537
|
-
QdsTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
536
|
+
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 });
|
|
537
|
+
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 });
|
|
538
538
|
QdsTableHead = __decorate([
|
|
539
539
|
ProxyCmp({
|
|
540
540
|
defineCustomElementFn: defineQdsTableHead
|
|
@@ -542,7 +542,7 @@ QdsTableHead = __decorate([
|
|
|
542
542
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
543
543
|
], QdsTableHead);
|
|
544
544
|
export { QdsTableHead };
|
|
545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableHead, decorators: [{
|
|
546
546
|
type: Component,
|
|
547
547
|
args: [{
|
|
548
548
|
selector: 'qds-table-head',
|
|
@@ -559,8 +559,8 @@ let QdsTableHeadCell = class QdsTableHeadCell {
|
|
|
559
559
|
this.el = r.nativeElement;
|
|
560
560
|
}
|
|
561
561
|
};
|
|
562
|
-
QdsTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
563
|
-
QdsTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
562
|
+
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 });
|
|
563
|
+
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 });
|
|
564
564
|
QdsTableHeadCell = __decorate([
|
|
565
565
|
ProxyCmp({
|
|
566
566
|
defineCustomElementFn: defineQdsTableHeadCell,
|
|
@@ -569,7 +569,7 @@ QdsTableHeadCell = __decorate([
|
|
|
569
569
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
570
570
|
], QdsTableHeadCell);
|
|
571
571
|
export { QdsTableHeadCell };
|
|
572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableHeadCell, decorators: [{
|
|
573
573
|
type: Component,
|
|
574
574
|
args: [{
|
|
575
575
|
selector: 'qds-table-head-cell',
|
|
@@ -586,8 +586,8 @@ let QdsTableRow = class QdsTableRow {
|
|
|
586
586
|
this.el = r.nativeElement;
|
|
587
587
|
}
|
|
588
588
|
};
|
|
589
|
-
QdsTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
590
|
-
QdsTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
589
|
+
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 });
|
|
590
|
+
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 });
|
|
591
591
|
QdsTableRow = __decorate([
|
|
592
592
|
ProxyCmp({
|
|
593
593
|
defineCustomElementFn: defineQdsTableRow
|
|
@@ -595,7 +595,7 @@ QdsTableRow = __decorate([
|
|
|
595
595
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
596
596
|
], QdsTableRow);
|
|
597
597
|
export { QdsTableRow };
|
|
598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTableRow, decorators: [{
|
|
599
599
|
type: Component,
|
|
600
600
|
args: [{
|
|
601
601
|
selector: 'qds-table-row',
|
|
@@ -613,8 +613,8 @@ let QdsTextarea = class QdsTextarea {
|
|
|
613
613
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
|
|
614
614
|
}
|
|
615
615
|
};
|
|
616
|
-
QdsTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
617
|
-
QdsTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
616
|
+
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 });
|
|
617
|
+
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 });
|
|
618
618
|
QdsTextarea = __decorate([
|
|
619
619
|
ProxyCmp({
|
|
620
620
|
defineCustomElementFn: defineQdsTextarea,
|
|
@@ -623,7 +623,7 @@ QdsTextarea = __decorate([
|
|
|
623
623
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
624
624
|
], QdsTextarea);
|
|
625
625
|
export { QdsTextarea };
|
|
626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTextarea, decorators: [{
|
|
627
627
|
type: Component,
|
|
628
628
|
args: [{
|
|
629
629
|
selector: 'qds-textarea',
|
|
@@ -640,8 +640,8 @@ let QdsTitle = class QdsTitle {
|
|
|
640
640
|
this.el = r.nativeElement;
|
|
641
641
|
}
|
|
642
642
|
};
|
|
643
|
-
QdsTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
644
|
-
QdsTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
643
|
+
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 });
|
|
644
|
+
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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
645
645
|
QdsTitle = __decorate([
|
|
646
646
|
ProxyCmp({
|
|
647
647
|
defineCustomElementFn: defineQdsTitle,
|
|
@@ -650,7 +650,7 @@ QdsTitle = __decorate([
|
|
|
650
650
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
651
651
|
], QdsTitle);
|
|
652
652
|
export { QdsTitle };
|
|
653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTitle, decorators: [{
|
|
654
654
|
type: Component,
|
|
655
655
|
args: [{
|
|
656
656
|
selector: 'qds-title',
|
|
@@ -668,8 +668,8 @@ let QdsTooltip = class QdsTooltip {
|
|
|
668
668
|
proxyOutputs(this, this.el, ['qdsClose']);
|
|
669
669
|
}
|
|
670
670
|
};
|
|
671
|
-
QdsTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
672
|
-
QdsTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
671
|
+
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 });
|
|
672
|
+
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 });
|
|
673
673
|
QdsTooltip = __decorate([
|
|
674
674
|
ProxyCmp({
|
|
675
675
|
defineCustomElementFn: defineQdsTooltip,
|
|
@@ -679,7 +679,7 @@ QdsTooltip = __decorate([
|
|
|
679
679
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
680
680
|
], QdsTooltip);
|
|
681
681
|
export { QdsTooltip };
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QdsTooltip, decorators: [{
|
|
683
683
|
type: Component,
|
|
684
684
|
args: [{
|
|
685
685
|
selector: 'qds-tooltip',
|
|
@@ -7,15 +7,15 @@ export class RadioValueAccessor extends ValueAccessor {
|
|
|
7
7
|
super(el);
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
RadioValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
11
|
-
RadioValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
10
|
+
RadioValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
RadioValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: RadioValueAccessor, selector: "qds-radio", host: { listeners: { "qdsChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
12
12
|
{
|
|
13
13
|
provide: NG_VALUE_ACCESSOR,
|
|
14
14
|
useExisting: RadioValueAccessor,
|
|
15
15
|
multi: true
|
|
16
16
|
}
|
|
17
17
|
], usesInheritance: true, ngImport: i0 });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
19
19
|
type: Directive,
|
|
20
20
|
args: [{
|
|
21
21
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -7,15 +7,15 @@ export class SelectValueAccessor extends ValueAccessor {
|
|
|
7
7
|
super(el);
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
11
|
-
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
10
|
+
SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: SelectValueAccessor, selector: "qds-select", host: { listeners: { "qdsInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
12
12
|
{
|
|
13
13
|
provide: NG_VALUE_ACCESSOR,
|
|
14
14
|
useExisting: SelectValueAccessor,
|
|
15
15
|
multi: true
|
|
16
16
|
}
|
|
17
17
|
], usesInheritance: true, ngImport: i0 });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
19
19
|
type: Directive,
|
|
20
20
|
args: [{
|
|
21
21
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -7,15 +7,15 @@ export class TextValueAccessor extends ValueAccessor {
|
|
|
7
7
|
super(el);
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
11
|
-
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
10
|
+
TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: TextValueAccessor, selector: "qds-input, qds-input[type=text]", host: { listeners: { "qdsInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
12
12
|
{
|
|
13
13
|
provide: NG_VALUE_ACCESSOR,
|
|
14
14
|
useExisting: TextValueAccessor,
|
|
15
15
|
multi: true
|
|
16
16
|
}
|
|
17
17
|
], usesInheritance: true, ngImport: i0 });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
19
19
|
type: Directive,
|
|
20
20
|
args: [{
|
|
21
21
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -28,9 +28,9 @@ export class ValueAccessor {
|
|
|
28
28
|
this.el.nativeElement.disabled = isDisabled;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
ValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
32
|
-
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
31
|
+
ValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32
|
+
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
34
34
|
type: Directive,
|
|
35
35
|
args: [{}]
|
|
36
36
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
package/lib/quartz.module.js
CHANGED
|
@@ -21,8 +21,8 @@ const DECLARATIONS = [
|
|
|
21
21
|
// eslint-disable-next-line @typescript-eslint/no-extraneous-class, import/prefer-default-export
|
|
22
22
|
export class QuartzModule {
|
|
23
23
|
}
|
|
24
|
-
QuartzModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
25
|
-
QuartzModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
|
24
|
+
QuartzModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QuartzModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
+
QuartzModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: QuartzModule, declarations: [i1.QdsButton, i1.QdsCheckbox, i1.QdsDialog, i1.QdsDivider, i1.QdsDropdown, i1.QdsFormMessage, i1.QdsIcon, i1.QdsInlineLink, i1.QdsInput, i1.QdsLabel, i1.QdsListItem, i1.QdsRadio, i1.QdsSelect, i1.QdsStandaloneLink, i1.QdsSwitch, i1.QdsTable, i1.QdsTableBody, i1.QdsTableCell, i1.QdsTableHead, i1.QdsTableHeadCell, i1.QdsTableRow, i1.QdsTextarea, i1.QdsTitle, i1.QdsTooltip, BooleanValueAccessor,
|
|
26
26
|
NumericValueAccessor,
|
|
27
27
|
RadioValueAccessor,
|
|
28
28
|
SelectValueAccessor,
|
|
@@ -31,8 +31,8 @@ QuartzModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
|
31
31
|
RadioValueAccessor,
|
|
32
32
|
SelectValueAccessor,
|
|
33
33
|
TextValueAccessor] });
|
|
34
|
-
QuartzModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
34
|
+
QuartzModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QuartzModule });
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: QuartzModule, decorators: [{
|
|
36
36
|
type: NgModule,
|
|
37
37
|
args: [{
|
|
38
38
|
declarations: DECLARATIONS,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartzds/core-angular",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.32",
|
|
4
4
|
"description": "Angular wrapper for @quartzds/core",
|
|
5
5
|
"homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/angular",
|
|
6
6
|
"bugs": {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"dev": "ngc -w"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@quartzds/core": "1.0.0-beta.
|
|
29
|
+
"@quartzds/core": "1.0.0-beta.32",
|
|
30
30
|
"tslib": "^2.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@angular/compiler": "17.
|
|
34
|
-
"@angular/compiler-cli": "17.
|
|
35
|
-
"@angular/core": "17.
|
|
36
|
-
"@angular/forms": "17.
|
|
33
|
+
"@angular/compiler": "17.1.2",
|
|
34
|
+
"@angular/compiler-cli": "17.1.2",
|
|
35
|
+
"@angular/core": "17.1.2",
|
|
36
|
+
"@angular/forms": "17.1.2",
|
|
37
37
|
"rimraf": "5.0.5",
|
|
38
38
|
"rxjs": "7.8.1",
|
|
39
39
|
"typescript": "5.2.2"
|