@quartzds/core-angular 1.0.0-beta.20 → 1.0.0-beta.22
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 +66 -66
- 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 +10 -10
|
@@ -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: "16.
|
|
14
|
-
BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
13
|
+
BooleanValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
+
BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", 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: "16.
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", 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: "16.
|
|
16
|
-
NumericValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
15
|
+
NumericValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
+
NumericValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: NumericValueAccessor, selector: "qds-input[type=number]", host: { listeners: { "qdsChange": "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: "16.
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", 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
|
@@ -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.
|
|
38
|
-
QdsButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
37
|
+
QdsButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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,7 @@ QdsButton = __decorate([
|
|
|
43
43
|
}),
|
|
44
44
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
45
45
|
], QdsButton);
|
|
46
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
46
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsButton, decorators: [{
|
|
47
47
|
type: Component,
|
|
48
48
|
args: [{
|
|
49
49
|
selector: 'qds-button',
|
|
@@ -61,8 +61,8 @@ export let QdsCheckbox = class QdsCheckbox {
|
|
|
61
61
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
|
-
QdsCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
65
|
-
QdsCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
64
|
+
QdsCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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 });
|
|
66
66
|
QdsCheckbox = __decorate([
|
|
67
67
|
ProxyCmp({
|
|
68
68
|
defineCustomElementFn: defineQdsCheckbox,
|
|
@@ -71,7 +71,7 @@ QdsCheckbox = __decorate([
|
|
|
71
71
|
}),
|
|
72
72
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
73
73
|
], QdsCheckbox);
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsCheckbox, decorators: [{
|
|
75
75
|
type: Component,
|
|
76
76
|
args: [{
|
|
77
77
|
selector: 'qds-checkbox',
|
|
@@ -89,8 +89,8 @@ export let QdsDialog = class QdsDialog {
|
|
|
89
89
|
proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
|
-
QdsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
93
|
-
QdsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
92
|
+
QdsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", type: QdsDialog, selector: "qds-dialog", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
94
94
|
QdsDialog = __decorate([
|
|
95
95
|
ProxyCmp({
|
|
96
96
|
defineCustomElementFn: defineQdsDialog,
|
|
@@ -99,7 +99,7 @@ QdsDialog = __decorate([
|
|
|
99
99
|
}),
|
|
100
100
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
101
101
|
], QdsDialog);
|
|
102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsDialog, decorators: [{
|
|
103
103
|
type: Component,
|
|
104
104
|
args: [{
|
|
105
105
|
selector: 'qds-dialog',
|
|
@@ -116,8 +116,8 @@ export let QdsDivider = class QdsDivider {
|
|
|
116
116
|
this.el = r.nativeElement;
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
|
-
QdsDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
120
|
-
QdsDivider.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
119
|
+
QdsDivider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", type: QdsDivider, selector: "qds-divider", inputs: { importance: "importance" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
121
121
|
QdsDivider = __decorate([
|
|
122
122
|
ProxyCmp({
|
|
123
123
|
defineCustomElementFn: defineQdsDivider,
|
|
@@ -125,7 +125,7 @@ QdsDivider = __decorate([
|
|
|
125
125
|
}),
|
|
126
126
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
127
127
|
], QdsDivider);
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsDivider, decorators: [{
|
|
129
129
|
type: Component,
|
|
130
130
|
args: [{
|
|
131
131
|
selector: 'qds-divider',
|
|
@@ -143,8 +143,8 @@ export let QdsDropdown = class QdsDropdown {
|
|
|
143
143
|
proxyOutputs(this, this.el, ['qdsCancel', 'qdsClose']);
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
|
-
QdsDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
147
|
-
QdsDropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
146
|
+
QdsDropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
148
|
QdsDropdown = __decorate([
|
|
149
149
|
ProxyCmp({
|
|
150
150
|
defineCustomElementFn: defineQdsDropdown,
|
|
@@ -153,7 +153,7 @@ QdsDropdown = __decorate([
|
|
|
153
153
|
}),
|
|
154
154
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
155
155
|
], QdsDropdown);
|
|
156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsDropdown, decorators: [{
|
|
157
157
|
type: Component,
|
|
158
158
|
args: [{
|
|
159
159
|
selector: 'qds-dropdown',
|
|
@@ -170,8 +170,8 @@ export let QdsFormMessage = class QdsFormMessage {
|
|
|
170
170
|
this.el = r.nativeElement;
|
|
171
171
|
}
|
|
172
172
|
};
|
|
173
|
-
QdsFormMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
174
|
-
QdsFormMessage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
173
|
+
QdsFormMessage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
175
|
QdsFormMessage = __decorate([
|
|
176
176
|
ProxyCmp({
|
|
177
177
|
defineCustomElementFn: defineQdsFormMessage,
|
|
@@ -179,7 +179,7 @@ QdsFormMessage = __decorate([
|
|
|
179
179
|
}),
|
|
180
180
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
181
181
|
], QdsFormMessage);
|
|
182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsFormMessage, decorators: [{
|
|
183
183
|
type: Component,
|
|
184
184
|
args: [{
|
|
185
185
|
selector: 'qds-form-message',
|
|
@@ -197,8 +197,8 @@ export let QdsIcon = class QdsIcon {
|
|
|
197
197
|
proxyOutputs(this, this.el, ['qdsLoad', 'qdsError']);
|
|
198
198
|
}
|
|
199
199
|
};
|
|
200
|
-
QdsIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
201
|
-
QdsIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
200
|
+
QdsIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", type: QdsIcon, selector: "qds-icon", inputs: { library: "library", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
202
202
|
QdsIcon = __decorate([
|
|
203
203
|
ProxyCmp({
|
|
204
204
|
defineCustomElementFn: defineQdsIcon,
|
|
@@ -206,7 +206,7 @@ QdsIcon = __decorate([
|
|
|
206
206
|
}),
|
|
207
207
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
208
208
|
], QdsIcon);
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsIcon, decorators: [{
|
|
210
210
|
type: Component,
|
|
211
211
|
args: [{
|
|
212
212
|
selector: 'qds-icon',
|
|
@@ -224,8 +224,8 @@ export let QdsInlineLink = class QdsInlineLink {
|
|
|
224
224
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsFocus']);
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
|
-
QdsInlineLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
228
|
-
QdsInlineLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
227
|
+
QdsInlineLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
229
|
QdsInlineLink = __decorate([
|
|
230
230
|
ProxyCmp({
|
|
231
231
|
defineCustomElementFn: defineQdsInlineLink,
|
|
@@ -233,7 +233,7 @@ QdsInlineLink = __decorate([
|
|
|
233
233
|
}),
|
|
234
234
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
235
235
|
], QdsInlineLink);
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsInlineLink, decorators: [{
|
|
237
237
|
type: Component,
|
|
238
238
|
args: [{
|
|
239
239
|
selector: 'qds-inline-link',
|
|
@@ -251,8 +251,8 @@ export let QdsInput = class QdsInput {
|
|
|
251
251
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
QdsInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
255
|
-
QdsInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
254
|
+
QdsInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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 });
|
|
256
256
|
QdsInput = __decorate([
|
|
257
257
|
ProxyCmp({
|
|
258
258
|
defineCustomElementFn: defineQdsInput,
|
|
@@ -261,7 +261,7 @@ QdsInput = __decorate([
|
|
|
261
261
|
}),
|
|
262
262
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
263
263
|
], QdsInput);
|
|
264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsInput, decorators: [{
|
|
265
265
|
type: Component,
|
|
266
266
|
args: [{
|
|
267
267
|
selector: 'qds-input',
|
|
@@ -278,8 +278,8 @@ export let QdsLabel = class QdsLabel {
|
|
|
278
278
|
this.el = r.nativeElement;
|
|
279
279
|
}
|
|
280
280
|
};
|
|
281
|
-
QdsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
282
|
-
QdsLabel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
281
|
+
QdsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
283
|
QdsLabel = __decorate([
|
|
284
284
|
ProxyCmp({
|
|
285
285
|
defineCustomElementFn: defineQdsLabel,
|
|
@@ -287,7 +287,7 @@ QdsLabel = __decorate([
|
|
|
287
287
|
}),
|
|
288
288
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
289
289
|
], QdsLabel);
|
|
290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsLabel, decorators: [{
|
|
291
291
|
type: Component,
|
|
292
292
|
args: [{
|
|
293
293
|
selector: 'qds-label',
|
|
@@ -305,8 +305,8 @@ export let QdsRadio = class QdsRadio {
|
|
|
305
305
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
|
|
306
306
|
}
|
|
307
307
|
};
|
|
308
|
-
QdsRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
309
|
-
QdsRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
308
|
+
QdsRadio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
310
|
QdsRadio = __decorate([
|
|
311
311
|
ProxyCmp({
|
|
312
312
|
defineCustomElementFn: defineQdsRadio,
|
|
@@ -314,7 +314,7 @@ QdsRadio = __decorate([
|
|
|
314
314
|
}),
|
|
315
315
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
316
316
|
], QdsRadio);
|
|
317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsRadio, decorators: [{
|
|
318
318
|
type: Component,
|
|
319
319
|
args: [{
|
|
320
320
|
selector: 'qds-radio',
|
|
@@ -332,8 +332,8 @@ export let QdsSelect = class QdsSelect {
|
|
|
332
332
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
|
|
333
333
|
}
|
|
334
334
|
};
|
|
335
|
-
QdsSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
336
|
-
QdsSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
335
|
+
QdsSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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 });
|
|
337
337
|
QdsSelect = __decorate([
|
|
338
338
|
ProxyCmp({
|
|
339
339
|
defineCustomElementFn: defineQdsSelect,
|
|
@@ -342,7 +342,7 @@ QdsSelect = __decorate([
|
|
|
342
342
|
}),
|
|
343
343
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
344
344
|
], QdsSelect);
|
|
345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsSelect, decorators: [{
|
|
346
346
|
type: Component,
|
|
347
347
|
args: [{
|
|
348
348
|
selector: 'qds-select',
|
|
@@ -360,8 +360,8 @@ export let QdsSwitch = class QdsSwitch {
|
|
|
360
360
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus']);
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
|
-
QdsSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
364
|
-
QdsSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
363
|
+
QdsSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
365
|
QdsSwitch = __decorate([
|
|
366
366
|
ProxyCmp({
|
|
367
367
|
defineCustomElementFn: defineQdsSwitch,
|
|
@@ -369,7 +369,7 @@ QdsSwitch = __decorate([
|
|
|
369
369
|
}),
|
|
370
370
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
371
371
|
], QdsSwitch);
|
|
372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsSwitch, decorators: [{
|
|
373
373
|
type: Component,
|
|
374
374
|
args: [{
|
|
375
375
|
selector: 'qds-switch',
|
|
@@ -386,15 +386,15 @@ export let QdsTable = class QdsTable {
|
|
|
386
386
|
this.el = r.nativeElement;
|
|
387
387
|
}
|
|
388
388
|
};
|
|
389
|
-
QdsTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
390
|
-
QdsTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
389
|
+
QdsTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", type: QdsTable, selector: "qds-table", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
391
391
|
QdsTable = __decorate([
|
|
392
392
|
ProxyCmp({
|
|
393
393
|
defineCustomElementFn: defineQdsTable
|
|
394
394
|
}),
|
|
395
395
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
396
396
|
], QdsTable);
|
|
397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTable, decorators: [{
|
|
398
398
|
type: Component,
|
|
399
399
|
args: [{
|
|
400
400
|
selector: 'qds-table',
|
|
@@ -411,15 +411,15 @@ export let QdsTableBody = class QdsTableBody {
|
|
|
411
411
|
this.el = r.nativeElement;
|
|
412
412
|
}
|
|
413
413
|
};
|
|
414
|
-
QdsTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
415
|
-
QdsTableBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
414
|
+
QdsTableBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", type: QdsTableBody, selector: "qds-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
416
416
|
QdsTableBody = __decorate([
|
|
417
417
|
ProxyCmp({
|
|
418
418
|
defineCustomElementFn: defineQdsTableBody
|
|
419
419
|
}),
|
|
420
420
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
421
421
|
], QdsTableBody);
|
|
422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTableBody, decorators: [{
|
|
423
423
|
type: Component,
|
|
424
424
|
args: [{
|
|
425
425
|
selector: 'qds-table-body',
|
|
@@ -436,8 +436,8 @@ export let QdsTableCell = class QdsTableCell {
|
|
|
436
436
|
this.el = r.nativeElement;
|
|
437
437
|
}
|
|
438
438
|
};
|
|
439
|
-
QdsTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
440
|
-
QdsTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
439
|
+
QdsTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
441
|
QdsTableCell = __decorate([
|
|
442
442
|
ProxyCmp({
|
|
443
443
|
defineCustomElementFn: defineQdsTableCell,
|
|
@@ -445,7 +445,7 @@ QdsTableCell = __decorate([
|
|
|
445
445
|
}),
|
|
446
446
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
447
447
|
], QdsTableCell);
|
|
448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTableCell, decorators: [{
|
|
449
449
|
type: Component,
|
|
450
450
|
args: [{
|
|
451
451
|
selector: 'qds-table-cell',
|
|
@@ -462,15 +462,15 @@ export let QdsTableHead = class QdsTableHead {
|
|
|
462
462
|
this.el = r.nativeElement;
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
|
-
QdsTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
466
|
-
QdsTableHead.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
465
|
+
QdsTableHead.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", type: QdsTableHead, selector: "qds-table-head", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
467
467
|
QdsTableHead = __decorate([
|
|
468
468
|
ProxyCmp({
|
|
469
469
|
defineCustomElementFn: defineQdsTableHead
|
|
470
470
|
}),
|
|
471
471
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
472
472
|
], QdsTableHead);
|
|
473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTableHead, decorators: [{
|
|
474
474
|
type: Component,
|
|
475
475
|
args: [{
|
|
476
476
|
selector: 'qds-table-head',
|
|
@@ -487,8 +487,8 @@ export let QdsTableHeadCell = class QdsTableHeadCell {
|
|
|
487
487
|
this.el = r.nativeElement;
|
|
488
488
|
}
|
|
489
489
|
};
|
|
490
|
-
QdsTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
491
|
-
QdsTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
490
|
+
QdsTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
492
|
QdsTableHeadCell = __decorate([
|
|
493
493
|
ProxyCmp({
|
|
494
494
|
defineCustomElementFn: defineQdsTableHeadCell,
|
|
@@ -496,7 +496,7 @@ QdsTableHeadCell = __decorate([
|
|
|
496
496
|
}),
|
|
497
497
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
498
498
|
], QdsTableHeadCell);
|
|
499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTableHeadCell, decorators: [{
|
|
500
500
|
type: Component,
|
|
501
501
|
args: [{
|
|
502
502
|
selector: 'qds-table-head-cell',
|
|
@@ -513,15 +513,15 @@ export let QdsTableRow = class QdsTableRow {
|
|
|
513
513
|
this.el = r.nativeElement;
|
|
514
514
|
}
|
|
515
515
|
};
|
|
516
|
-
QdsTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
517
|
-
QdsTableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
516
|
+
QdsTableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", type: QdsTableRow, selector: "qds-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
518
518
|
QdsTableRow = __decorate([
|
|
519
519
|
ProxyCmp({
|
|
520
520
|
defineCustomElementFn: defineQdsTableRow
|
|
521
521
|
}),
|
|
522
522
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
523
523
|
], QdsTableRow);
|
|
524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTableRow, decorators: [{
|
|
525
525
|
type: Component,
|
|
526
526
|
args: [{
|
|
527
527
|
selector: 'qds-table-row',
|
|
@@ -539,8 +539,8 @@ export let QdsTextarea = class QdsTextarea {
|
|
|
539
539
|
proxyOutputs(this, this.el, ['qdsBlur', 'qdsChange', 'qdsFocus', 'qdsInput']);
|
|
540
540
|
}
|
|
541
541
|
};
|
|
542
|
-
QdsTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
543
|
-
QdsTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
542
|
+
QdsTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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 });
|
|
544
544
|
QdsTextarea = __decorate([
|
|
545
545
|
ProxyCmp({
|
|
546
546
|
defineCustomElementFn: defineQdsTextarea,
|
|
@@ -549,7 +549,7 @@ QdsTextarea = __decorate([
|
|
|
549
549
|
}),
|
|
550
550
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
551
551
|
], QdsTextarea);
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTextarea, decorators: [{
|
|
553
553
|
type: Component,
|
|
554
554
|
args: [{
|
|
555
555
|
selector: 'qds-textarea',
|
|
@@ -566,8 +566,8 @@ export let QdsTitle = class QdsTitle {
|
|
|
566
566
|
this.el = r.nativeElement;
|
|
567
567
|
}
|
|
568
568
|
};
|
|
569
|
-
QdsTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
570
|
-
QdsTitle.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
569
|
+
QdsTitle.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
571
|
QdsTitle = __decorate([
|
|
572
572
|
ProxyCmp({
|
|
573
573
|
defineCustomElementFn: defineQdsTitle,
|
|
@@ -575,7 +575,7 @@ QdsTitle = __decorate([
|
|
|
575
575
|
}),
|
|
576
576
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
577
577
|
], QdsTitle);
|
|
578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTitle, decorators: [{
|
|
579
579
|
type: Component,
|
|
580
580
|
args: [{
|
|
581
581
|
selector: 'qds-title',
|
|
@@ -593,8 +593,8 @@ export let QdsTooltip = class QdsTooltip {
|
|
|
593
593
|
proxyOutputs(this, this.el, ['qdsClose']);
|
|
594
594
|
}
|
|
595
595
|
};
|
|
596
|
-
QdsTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.
|
|
597
|
-
QdsTooltip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.
|
|
596
|
+
QdsTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", 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.4", 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
598
|
QdsTooltip = __decorate([
|
|
599
599
|
ProxyCmp({
|
|
600
600
|
defineCustomElementFn: defineQdsTooltip,
|
|
@@ -603,7 +603,7 @@ QdsTooltip = __decorate([
|
|
|
603
603
|
}),
|
|
604
604
|
__metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
|
|
605
605
|
], QdsTooltip);
|
|
606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QdsTooltip, decorators: [{
|
|
607
607
|
type: Component,
|
|
608
608
|
args: [{
|
|
609
609
|
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: "16.
|
|
11
|
-
RadioValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
10
|
+
RadioValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
RadioValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", 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: "16.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", 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: "16.
|
|
11
|
-
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
10
|
+
SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: SelectValueAccessor, selector: "qds-select", host: { listeners: { "qdsChange": "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: "16.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", 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: "16.
|
|
11
|
-
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
10
|
+
TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: TextValueAccessor, selector: "qds-input[type=text]", host: { listeners: { "qdsChange": "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: "16.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", 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: "16.
|
|
32
|
-
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
31
|
+
ValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32
|
+
ValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.4", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
34
34
|
type: Directive,
|
|
35
35
|
args: [{}]
|
|
36
36
|
}], ctorParameters: function () { return [{ 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: "16.
|
|
25
|
-
QuartzModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.
|
|
24
|
+
QuartzModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuartzModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
+
QuartzModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.4", 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.QdsRadio, i1.QdsSelect, 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: "16.
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.
|
|
34
|
+
QuartzModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.4", ngImport: i0, type: QuartzModule });
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.4", 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.22",
|
|
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,22 +26,22 @@
|
|
|
26
26
|
"dev": "ngc -w"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@quartzds/core": "1.0.0-beta.
|
|
29
|
+
"@quartzds/core": "1.0.0-beta.22",
|
|
30
30
|
"tslib": "^2.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@angular/compiler": "16.
|
|
34
|
-
"@angular/compiler-cli": "16.
|
|
35
|
-
"@angular/core": "16.
|
|
36
|
-
"@angular/forms": "16.
|
|
33
|
+
"@angular/compiler": "16.2.4",
|
|
34
|
+
"@angular/compiler-cli": "16.2.4",
|
|
35
|
+
"@angular/core": "16.2.4",
|
|
36
|
+
"@angular/forms": "16.2.4",
|
|
37
37
|
"rimraf": "5.0.1",
|
|
38
38
|
"typescript": "5.1.6"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@angular/common": ">=
|
|
42
|
-
"@angular/core": ">=
|
|
43
|
-
"@angular/forms": ">=
|
|
44
|
-
"@angular/platform-browser": ">=
|
|
41
|
+
"@angular/common": ">=15.0.0",
|
|
42
|
+
"@angular/core": ">=15.0.0",
|
|
43
|
+
"@angular/forms": ">=15.0.0",
|
|
44
|
+
"@angular/platform-browser": ">=15.0.0",
|
|
45
45
|
"rxjs": ">= 6.5.3",
|
|
46
46
|
"zone.js": ">= 0.11.4"
|
|
47
47
|
},
|