@qualcomm-ui/angular 1.9.0 → 1.9.2
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/fesm2022/qualcomm-ui-angular-accordion.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-action-group.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-avatar.mjs +19 -19
- package/fesm2022/qualcomm-ui-angular-badge.mjs +12 -12
- package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +25 -25
- package/fesm2022/qualcomm-ui-angular-button.mjs +25 -25
- package/fesm2022/qualcomm-ui-angular-checkbox.mjs +28 -28
- package/fesm2022/qualcomm-ui-angular-checkmark.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-collapsible.mjs +13 -13
- package/fesm2022/qualcomm-ui-angular-combobox.mjs +73 -73
- package/fesm2022/qualcomm-ui-angular-dialog.mjs +49 -49
- package/fesm2022/qualcomm-ui-angular-divider.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-drawer.mjs +49 -49
- package/fesm2022/qualcomm-ui-angular-header-bar.mjs +40 -40
- package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
- package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
- package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
- package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-menu.mjs +61 -61
- package/fesm2022/qualcomm-ui-angular-number-input.mjs +40 -40
- package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
- package/fesm2022/qualcomm-ui-angular-popover.mjs +40 -40
- package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
- package/fesm2022/qualcomm-ui-angular-radio.mjs +34 -34
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
- package/fesm2022/qualcomm-ui-angular-select.mjs +61 -61
- package/fesm2022/qualcomm-ui-angular-side-nav.mjs +82 -82
- package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
- package/fesm2022/qualcomm-ui-angular-switch.mjs +28 -28
- package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
- package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
- package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
- package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
- package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
- package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
- package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
- package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
- package/package.json +11 -11
|
@@ -24,10 +24,10 @@ import { TagDirective } from '@qualcomm-ui/angular/tag';
|
|
|
24
24
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
25
25
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
26
26
|
class QdsComboboxContextService extends BaseApiContextService {
|
|
27
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
28
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
27
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsComboboxContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
28
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsComboboxContextService });
|
|
29
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsComboboxContextService, decorators: [{
|
|
31
31
|
type: Injectable
|
|
32
32
|
}] });
|
|
33
33
|
const [QDS_COMBOBOX_CONTEXT, useQdsComboboxContext, provideQdsComboboxContext,] = createApiContext("QdsComboboxContext", QdsComboboxContextService);
|
|
@@ -41,14 +41,14 @@ class ComboboxClearTriggerDirective extends CoreComboboxClearTriggerDirective {
|
|
|
41
41
|
super();
|
|
42
42
|
this.trackBindings.extendWith(computed(() => mergeProps(this.clearTriggerContext.getRootBindings(), this.qdsComboboxContext().getClearTriggerBindings())));
|
|
43
43
|
}
|
|
44
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
45
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
44
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
45
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxClearTriggerDirective, isStandalone: false, selector: "[q-combobox-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
|
|
46
46
|
<ng-content>
|
|
47
47
|
<svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
|
|
48
48
|
</ng-content>
|
|
49
49
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxClearTriggerDirective, decorators: [{
|
|
52
52
|
type: Component,
|
|
53
53
|
args: [{
|
|
54
54
|
providers: [provideIcons({ X })],
|
|
@@ -70,10 +70,10 @@ class ComboboxContentDirective extends CoreComboboxContentDirective {
|
|
|
70
70
|
super();
|
|
71
71
|
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getContentBindings()));
|
|
72
72
|
}
|
|
73
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
74
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
73
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
74
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxContentDirective, isStandalone: false, selector: "[q-combobox-content]", usesInheritance: true, ngImport: i0 });
|
|
75
75
|
}
|
|
76
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
76
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxContentDirective, decorators: [{
|
|
77
77
|
type: Directive,
|
|
78
78
|
args: [{
|
|
79
79
|
selector: "[q-combobox-content]",
|
|
@@ -95,10 +95,10 @@ class ComboboxContextDirective extends ApiContextDirective {
|
|
|
95
95
|
static ngTemplateContextGuard(dir, ctx) {
|
|
96
96
|
return true;
|
|
97
97
|
}
|
|
98
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
99
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
98
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
99
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxContextDirective, isStandalone: false, selector: "[comboboxContext]", usesInheritance: true, ngImport: i0 });
|
|
100
100
|
}
|
|
101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
101
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxContextDirective, decorators: [{
|
|
102
102
|
type: Directive,
|
|
103
103
|
args: [{
|
|
104
104
|
selector: "[comboboxContext]",
|
|
@@ -115,8 +115,8 @@ class ComboboxControlDirective extends CoreComboboxControlDirective {
|
|
|
115
115
|
super();
|
|
116
116
|
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getControlBindings()));
|
|
117
117
|
}
|
|
118
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
119
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
118
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
119
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ComboboxControlDirective, isStandalone: false, selector: "[q-combobox-control]", usesInheritance: true, ngImport: i0, template: `
|
|
120
120
|
<ng-content select="[q-combobox-icon]">
|
|
121
121
|
@if (qdsInputContext().startIcon) {
|
|
122
122
|
<svg
|
|
@@ -128,7 +128,7 @@ class ComboboxControlDirective extends CoreComboboxControlDirective {
|
|
|
128
128
|
<ng-content />
|
|
129
129
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
130
130
|
}
|
|
131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxControlDirective, decorators: [{
|
|
132
132
|
type: Component,
|
|
133
133
|
args: [{
|
|
134
134
|
selector: "[q-combobox-control]",
|
|
@@ -155,10 +155,10 @@ class ComboboxEmptyDirective extends CoreComboboxEmptyDirective {
|
|
|
155
155
|
super();
|
|
156
156
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getItemBindings()));
|
|
157
157
|
}
|
|
158
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
159
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
158
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxEmptyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
159
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxEmptyDirective, isStandalone: false, selector: "[q-combobox-empty]", usesInheritance: true, ngImport: i0 });
|
|
160
160
|
}
|
|
161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxEmptyDirective, decorators: [{
|
|
162
162
|
type: Directive,
|
|
163
163
|
args: [{
|
|
164
164
|
selector: "[q-combobox-empty]",
|
|
@@ -180,14 +180,14 @@ class ComboboxErrorIndicatorDirective extends CoreComboboxErrorIndicatorDirectiv
|
|
|
180
180
|
super();
|
|
181
181
|
this.trackBindings.extendWith(() => this.inputErrorIndicatorContext.getBindings());
|
|
182
182
|
}
|
|
183
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
184
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
183
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
184
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: ComboboxErrorIndicatorDirective, isStandalone: false, selector: "[q-combobox-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
185
185
|
<ng-content>
|
|
186
186
|
<svg [qIcon]="icon()"></svg>
|
|
187
187
|
</ng-content>
|
|
188
188
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
189
189
|
}
|
|
190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxErrorIndicatorDirective, decorators: [{
|
|
191
191
|
type: Component,
|
|
192
192
|
args: [{
|
|
193
193
|
selector: "[q-combobox-error-indicator]",
|
|
@@ -212,15 +212,15 @@ class ComboboxErrorTextDirective extends CoreComboboxErrorTextDirective {
|
|
|
212
212
|
super();
|
|
213
213
|
this.trackBindings.extendWith(() => this.errorTextContext.getBindings());
|
|
214
214
|
}
|
|
215
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
216
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
215
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
216
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ComboboxErrorTextDirective, isStandalone: false, selector: "[q-combobox-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
217
217
|
@if (icon()) {
|
|
218
218
|
<svg [qIcon]="icon()!" />
|
|
219
219
|
}
|
|
220
220
|
<ng-content />
|
|
221
221
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
222
222
|
}
|
|
223
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxErrorTextDirective, decorators: [{
|
|
224
224
|
type: Component,
|
|
225
225
|
args: [{
|
|
226
226
|
selector: "[q-combobox-error-text]",
|
|
@@ -242,10 +242,10 @@ class ComboboxHintDirective extends CoreComboboxHintDirective {
|
|
|
242
242
|
super();
|
|
243
243
|
this.trackBindings.extendWith(() => this.hintContext.getBindings());
|
|
244
244
|
}
|
|
245
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
246
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
245
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
246
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxHintDirective, isStandalone: false, selector: "[q-combobox-hint]", usesInheritance: true, ngImport: i0 });
|
|
247
247
|
}
|
|
248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxHintDirective, decorators: [{
|
|
249
249
|
type: Directive,
|
|
250
250
|
args: [{
|
|
251
251
|
selector: "[q-combobox-hint]",
|
|
@@ -261,10 +261,10 @@ class ComboboxIconDirective {
|
|
|
261
261
|
ngOnInit() {
|
|
262
262
|
this.trackBindings();
|
|
263
263
|
}
|
|
264
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
265
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
264
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
265
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxIconDirective, isStandalone: false, selector: "[q-combobox-icon]", ngImport: i0 });
|
|
266
266
|
}
|
|
267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxIconDirective, decorators: [{
|
|
268
268
|
type: Directive,
|
|
269
269
|
args: [{
|
|
270
270
|
selector: "[q-combobox-icon]",
|
|
@@ -280,10 +280,10 @@ class ComboboxInputDirective extends CoreComboboxInputDirective {
|
|
|
280
280
|
super();
|
|
281
281
|
this.trackBindings.extendWith(() => this.qdsInputContext().getInputBindings());
|
|
282
282
|
}
|
|
283
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
284
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
283
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
284
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxInputDirective, isStandalone: false, selector: "[q-combobox-input]", usesInheritance: true, ngImport: i0 });
|
|
285
285
|
}
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxInputDirective, decorators: [{
|
|
287
287
|
type: Directive,
|
|
288
288
|
args: [{
|
|
289
289
|
selector: "[q-combobox-input]",
|
|
@@ -299,14 +299,14 @@ class ComboboxItemIndicatorDirective extends CoreComboboxItemIndicatorDirective
|
|
|
299
299
|
super();
|
|
300
300
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getItemIndicatorBindings()));
|
|
301
301
|
}
|
|
302
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
303
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
302
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxItemIndicatorDirective, isStandalone: false, selector: "[q-combobox-item-indicator]", providers: [provideIcons({ Check })], usesInheritance: true, ngImport: i0, template: `
|
|
304
304
|
<ng-content>
|
|
305
305
|
<svg qIcon="Check"></svg>
|
|
306
306
|
</ng-content>
|
|
307
307
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
308
308
|
}
|
|
309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemIndicatorDirective, decorators: [{
|
|
310
310
|
type: Component,
|
|
311
311
|
args: [{
|
|
312
312
|
providers: [provideIcons({ Check })],
|
|
@@ -328,10 +328,10 @@ class ComboboxItemTextDirective extends CoreComboboxItemTextDirective {
|
|
|
328
328
|
super();
|
|
329
329
|
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getItemTextBindings()));
|
|
330
330
|
}
|
|
331
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
332
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
332
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxItemTextDirective, isStandalone: false, selector: "[q-combobox-item-text]", usesInheritance: true, ngImport: i0 });
|
|
333
333
|
}
|
|
334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemTextDirective, decorators: [{
|
|
335
335
|
type: Directive,
|
|
336
336
|
args: [{
|
|
337
337
|
selector: "[q-combobox-item-text]",
|
|
@@ -347,10 +347,10 @@ class ComboboxItemDirective extends CoreComboboxItemDirective {
|
|
|
347
347
|
super();
|
|
348
348
|
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getItemBindings()));
|
|
349
349
|
}
|
|
350
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
351
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
350
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
351
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxItemDirective, isStandalone: false, selector: "[q-combobox-item]", providers: [provideComboboxItemContext()], usesInheritance: true, ngImport: i0 });
|
|
352
352
|
}
|
|
353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemDirective, decorators: [{
|
|
354
354
|
type: Directive,
|
|
355
355
|
args: [{
|
|
356
356
|
providers: [provideComboboxItemContext()],
|
|
@@ -367,8 +367,8 @@ class ComboboxItemsComponent {
|
|
|
367
367
|
*/
|
|
368
368
|
highlightMatchingText = input(undefined, ...(ngDevMode ? [{ debugName: "highlightMatchingText", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
|
|
369
369
|
comboboxContext = useComboboxContext();
|
|
370
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
371
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
370
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
371
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ComboboxItemsComponent, isStandalone: false, selector: "q-combobox-items", inputs: { highlightMatchingText: { classPropertyName: "highlightMatchingText", publicName: "highlightMatchingText", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
372
372
|
@for (
|
|
373
373
|
item of comboboxContext().collection.items;
|
|
374
374
|
track comboboxContext().collection.getItemValue(item)
|
|
@@ -392,7 +392,7 @@ class ComboboxItemsComponent {
|
|
|
392
392
|
}
|
|
393
393
|
`, isInline: true, styles: [":host{display:contents}\n"], dependencies: [{ kind: "component", type: i1$1.HighlightDirective, selector: "[q-highlight]", inputs: ["exactMatch", "ignoreCase", "matchAll", "query", "text"] }, { kind: "directive", type: ComboboxItemDirective, selector: "[q-combobox-item]" }, { kind: "component", type: ComboboxItemIndicatorDirective, selector: "[q-combobox-item-indicator]" }, { kind: "directive", type: ComboboxItemTextDirective, selector: "[q-combobox-item-text]" }] });
|
|
394
394
|
}
|
|
395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxItemsComponent, decorators: [{
|
|
396
396
|
type: Component,
|
|
397
397
|
args: [{ selector: "q-combobox-items", standalone: false, template: `
|
|
398
398
|
@for (
|
|
@@ -428,8 +428,8 @@ class ComboboxLabelDirective extends CoreComboboxLabelDirective {
|
|
|
428
428
|
super();
|
|
429
429
|
this.trackBindings.extendWith(computed(() => this.qdsComboboxContext().getLabelBindings()));
|
|
430
430
|
}
|
|
431
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
432
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
431
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
432
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ComboboxLabelDirective, isStandalone: false, selector: "[q-combobox-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
|
|
433
433
|
<ng-content />
|
|
434
434
|
@if (comboboxContext().required) {
|
|
435
435
|
<svg
|
|
@@ -440,7 +440,7 @@ class ComboboxLabelDirective extends CoreComboboxLabelDirective {
|
|
|
440
440
|
}
|
|
441
441
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
442
442
|
}
|
|
443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxLabelDirective, decorators: [{
|
|
444
444
|
type: Component,
|
|
445
445
|
args: [{
|
|
446
446
|
providers: [provideIcons({ Asterisk })],
|
|
@@ -467,10 +467,10 @@ class ComboboxPositionerDirective extends CoreComboboxPositionerDirective {
|
|
|
467
467
|
super();
|
|
468
468
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getPositionerBindings()));
|
|
469
469
|
}
|
|
470
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
471
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
470
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxPositionerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
471
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxPositionerDirective, isStandalone: false, selector: "[q-combobox-positioner]", usesInheritance: true, ngImport: i0 });
|
|
472
472
|
}
|
|
473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxPositionerDirective, decorators: [{
|
|
474
474
|
type: Directive,
|
|
475
475
|
args: [{
|
|
476
476
|
selector: "[q-combobox-positioner]",
|
|
@@ -505,15 +505,15 @@ class ComboboxRootDirective extends CoreComboboxRootDirective {
|
|
|
505
505
|
}, normalizeProps)));
|
|
506
506
|
super.ngOnInit();
|
|
507
507
|
}
|
|
508
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
509
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
508
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
509
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: ComboboxRootDirective, isStandalone: false, selector: "[q-combobox-root]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
510
510
|
provideComboboxContext(),
|
|
511
511
|
provideQdsComboboxContext(),
|
|
512
512
|
provideQdsInputContext(),
|
|
513
513
|
providePresenceContext(),
|
|
514
514
|
], usesInheritance: true, ngImport: i0 });
|
|
515
515
|
}
|
|
516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxRootDirective, decorators: [{
|
|
517
517
|
type: Directive,
|
|
518
518
|
args: [{
|
|
519
519
|
providers: [
|
|
@@ -540,8 +540,8 @@ class ComboboxTriggerDirective extends CoreComboboxTriggerDirective {
|
|
|
540
540
|
super();
|
|
541
541
|
this.trackBindings.extendWith(computed(() => mergeProps(this.qdsComboboxContext().getIndicatorBindings(), this.inlineIconButtonApi().getRootBindings())));
|
|
542
542
|
}
|
|
543
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
544
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
543
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
544
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxTriggerDirective, isStandalone: false, selector: "[q-combobox-trigger]", providers: [provideIcons({ ChevronDown })], usesInheritance: true, ngImport: i0, template: `
|
|
545
545
|
<ng-content>
|
|
546
546
|
<svg
|
|
547
547
|
qIcon="ChevronDown"
|
|
@@ -550,7 +550,7 @@ class ComboboxTriggerDirective extends CoreComboboxTriggerDirective {
|
|
|
550
550
|
</ng-content>
|
|
551
551
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
|
|
552
552
|
}
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxTriggerDirective, decorators: [{
|
|
554
554
|
type: Component,
|
|
555
555
|
args: [{
|
|
556
556
|
providers: [provideIcons({ ChevronDown })],
|
|
@@ -645,8 +645,8 @@ class ComboboxVirtualContentDirective extends CoreComboboxContentDirective {
|
|
|
645
645
|
});
|
|
646
646
|
}
|
|
647
647
|
};
|
|
648
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
649
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
648
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxVirtualContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
649
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: ComboboxVirtualContentDirective, isStandalone: false, selector: "[q-combobox-virtual-content]", inputs: { virtualOptions: { classPropertyName: "virtualOptions", publicName: "virtualOptions", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.--scrollbar-width": "scrollbarWidth()", "style.height.px": "virtualizer.getTotalSize()" } }, providers: [
|
|
650
650
|
{
|
|
651
651
|
provide: ANGULAR_VIRTUALIZER_INSTANCE_TOKEN,
|
|
652
652
|
useFactory: () => {
|
|
@@ -656,7 +656,7 @@ class ComboboxVirtualContentDirective extends CoreComboboxContentDirective {
|
|
|
656
656
|
},
|
|
657
657
|
], usesInheritance: true, ngImport: i0 });
|
|
658
658
|
}
|
|
659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxVirtualContentDirective, decorators: [{
|
|
660
660
|
type: Directive,
|
|
661
661
|
args: [{
|
|
662
662
|
host: {
|
|
@@ -709,10 +709,10 @@ class ComboboxVirtualItemDirective {
|
|
|
709
709
|
})));
|
|
710
710
|
this.trackBindings();
|
|
711
711
|
}
|
|
712
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
713
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
712
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxVirtualItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
713
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: ComboboxVirtualItemDirective, isStandalone: false, selector: "[q-combobox-virtual-item]", inputs: { virtualItem: { classPropertyName: "virtualItem", publicName: "virtualItem", isSignal: true, isRequired: true, transformFunction: null }, persistFocus: { classPropertyName: "persistFocus", publicName: "persistFocus", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.--virtual-item-start": "virtualItemStart()" } }, providers: [provideComboboxItemContext()], ngImport: i0 });
|
|
714
714
|
}
|
|
715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxVirtualItemDirective, decorators: [{
|
|
716
716
|
type: Directive,
|
|
717
717
|
args: [{
|
|
718
718
|
host: {
|
|
@@ -739,10 +739,10 @@ class ComboboxVirtualizerDirective {
|
|
|
739
739
|
$implicit: virtualizer,
|
|
740
740
|
});
|
|
741
741
|
}
|
|
742
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
743
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
742
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxVirtualizerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
743
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ComboboxVirtualizerDirective, isStandalone: false, selector: "[comboboxVirtualizer]", ngImport: i0 });
|
|
744
744
|
}
|
|
745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxVirtualizerDirective, decorators: [{
|
|
746
746
|
type: Directive,
|
|
747
747
|
args: [{
|
|
748
748
|
selector: "[comboboxVirtualizer]",
|
|
@@ -831,8 +831,8 @@ class ComboboxComponent extends ComboboxRootDirective {
|
|
|
831
831
|
customVirtualContent = contentChild(ComboboxVirtualContentDirective, ...(ngDevMode ? [{ debugName: "customVirtualContent" }] : []));
|
|
832
832
|
shouldRenderCustom = computed(() => !!this.customContent(), ...(ngDevMode ? [{ debugName: "shouldRenderCustom" }] : []));
|
|
833
833
|
shouldRenderVirtual = computed(() => !!this.customVirtualContent(), ...(ngDevMode ? [{ debugName: "shouldRenderVirtual" }] : []));
|
|
834
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
835
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
834
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
835
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ComboboxComponent, isStandalone: false, selector: "q-combobox", inputs: { ariaLabel: { classPropertyName: "ariaLabel", publicName: "ariaLabel", isSignal: true, isRequired: false, transformFunction: null }, clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null }, disablePortal: { classPropertyName: "disablePortal", publicName: "disablePortal", isSignal: true, isRequired: false, transformFunction: null }, emptyText: { classPropertyName: "emptyText", publicName: "emptyText", isSignal: true, isRequired: false, transformFunction: null }, errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, highlightMatchingText: { classPropertyName: "highlightMatchingText", publicName: "highlightMatchingText", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, virtual: { classPropertyName: "virtual", publicName: "virtual", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
836
836
|
provideComboboxContext(),
|
|
837
837
|
provideQdsComboboxContext(),
|
|
838
838
|
provideQdsInputContext(),
|
|
@@ -950,7 +950,7 @@ class ComboboxComponent extends ComboboxRootDirective {
|
|
|
950
950
|
</ng-template>
|
|
951
951
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$2.PortalDirective, selector: "[qPortal]", inputs: ["disabled", "container"] }, { kind: "component", type: i1$1.HighlightDirective, selector: "[q-highlight]", inputs: ["exactMatch", "ignoreCase", "matchAll", "query", "text"] }, { kind: "component", type: ComboboxClearTriggerDirective, selector: "[q-combobox-clear-trigger]" }, { kind: "directive", type: ComboboxContentDirective, selector: "[q-combobox-content]" }, { kind: "component", type: ComboboxControlDirective, selector: "[q-combobox-control]" }, { kind: "directive", type: ComboboxEmptyDirective, selector: "[q-combobox-empty]" }, { kind: "component", type: ComboboxErrorIndicatorDirective, selector: "[q-combobox-error-indicator]", inputs: ["icon"] }, { kind: "component", type: ComboboxErrorTextDirective, selector: "[q-combobox-error-text]", inputs: ["icon"] }, { kind: "directive", type: ComboboxHintDirective, selector: "[q-combobox-hint]" }, { kind: "directive", type: ComboboxInputDirective, selector: "[q-combobox-input]" }, { kind: "directive", type: ComboboxItemDirective, selector: "[q-combobox-item]" }, { kind: "component", type: ComboboxItemIndicatorDirective, selector: "[q-combobox-item-indicator]" }, { kind: "directive", type: ComboboxItemTextDirective, selector: "[q-combobox-item-text]" }, { kind: "component", type: ComboboxLabelDirective, selector: "[q-combobox-label]" }, { kind: "directive", type: ComboboxPositionerDirective, selector: "[q-combobox-positioner]" }, { kind: "component", type: ComboboxTriggerDirective, selector: "[q-combobox-trigger]" }, { kind: "directive", type: ComboboxVirtualContentDirective, selector: "[q-combobox-virtual-content]", inputs: ["virtualOptions"] }, { kind: "directive", type: ComboboxVirtualItemDirective, selector: "[q-combobox-virtual-item]", inputs: ["virtualItem", "persistFocus"] }, { kind: "directive", type: ComboboxVirtualizerDirective, selector: "[comboboxVirtualizer]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
952
952
|
}
|
|
953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxComponent, decorators: [{
|
|
954
954
|
type: Component,
|
|
955
955
|
args: [{
|
|
956
956
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1080,8 +1080,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
|
|
|
1080
1080
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
1081
1081
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
1082
1082
|
class ComboboxModule {
|
|
1083
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1084
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
1083
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1084
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: ComboboxModule, declarations: [ComboboxComponent,
|
|
1085
1085
|
ComboboxRootDirective,
|
|
1086
1086
|
ComboboxClearTriggerDirective,
|
|
1087
1087
|
ComboboxContentDirective,
|
|
@@ -1128,10 +1128,10 @@ class ComboboxModule {
|
|
|
1128
1128
|
ComboboxVirtualContentDirective,
|
|
1129
1129
|
ComboboxVirtualItemDirective,
|
|
1130
1130
|
ComboboxVirtualizerDirective] });
|
|
1131
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
1131
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxModule, imports: [TagDirective,
|
|
1132
1132
|
HighlightDirective] });
|
|
1133
1133
|
}
|
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ComboboxModule, decorators: [{
|
|
1135
1135
|
type: NgModule,
|
|
1136
1136
|
args: [{
|
|
1137
1137
|
declarations: [
|