@qualcomm-ui/angular 2.0.0 → 2.0.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-alert-banner.mjs +28 -28
- 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-group.mjs +7 -7
- package/fesm2022/qualcomm-ui-angular-checkbox.mjs +31 -31
- 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-field-group.mjs +22 -22
- 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 +64 -64
- package/fesm2022/qualcomm-ui-angular-number-input.mjs +43 -43
- 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 +43 -43
- 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 +40 -40
- package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
- package/fesm2022/qualcomm-ui-angular-select.mjs +64 -64
- package/fesm2022/qualcomm-ui-angular-side-nav.mjs +86 -85
- package/fesm2022/qualcomm-ui-angular-side-nav.mjs.map +1 -1
- package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
- package/fesm2022/qualcomm-ui-angular-switch-group.mjs +7 -7
- package/fesm2022/qualcomm-ui-angular-switch.mjs +31 -31
- 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-area.mjs +28 -28
- 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 +5 -5
- package/types/qualcomm-ui-angular-side-nav.d.ts +2 -0
- package/types/qualcomm-ui-angular-side-nav.d.ts.map +1 -1
|
@@ -12,10 +12,10 @@ import { createQdsSegmentedControlApi } from '@qualcomm-ui/qds-core/segmented-co
|
|
|
12
12
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
13
13
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
14
14
|
class QdsSegmentedControlContextService extends BaseApiContextService {
|
|
15
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
16
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
15
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsSegmentedControlContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsSegmentedControlContextService });
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsSegmentedControlContextService, decorators: [{
|
|
19
19
|
type: Injectable
|
|
20
20
|
}] });
|
|
21
21
|
const [QDS_SEGMENTED_CONTROL_CONTEXT, useQdsSegmentedControlContext, provideQdsSegmentedControlContext,] = createApiContext("QdsSegmentedControlContext", QdsSegmentedControlContextService);
|
|
@@ -31,10 +31,10 @@ class SegmentedControlHiddenInputDirective extends CoreSegmentedControlHiddenInp
|
|
|
31
31
|
super();
|
|
32
32
|
this.trackBindings.extendWith(computed(() => this.qdsSegmentedControlContext().getItemHiddenInputBindings()));
|
|
33
33
|
}
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
35
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlHiddenInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
35
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SegmentedControlHiddenInputDirective, isStandalone: false, selector: "[q-segmented-control-hidden-input]", usesInheritance: true, ngImport: i0 });
|
|
36
36
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlHiddenInputDirective, decorators: [{
|
|
38
38
|
type: Directive,
|
|
39
39
|
args: [{
|
|
40
40
|
selector: "[q-segmented-control-hidden-input]",
|
|
@@ -50,10 +50,10 @@ class SegmentedControlItemRootDirective extends CoreSegmentedControlItemDirectiv
|
|
|
50
50
|
super.ngOnInit();
|
|
51
51
|
this.trackBindings.extendWith(computed(() => this.qdsSegmentedControlContext().getItemBindings()));
|
|
52
52
|
}
|
|
53
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
54
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
53
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlItemRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
54
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SegmentedControlItemRootDirective, isStandalone: false, selector: "[q-segmented-control-item-root]", providers: [provideCheckboxContext()], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0 });
|
|
55
55
|
}
|
|
56
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlItemRootDirective, decorators: [{
|
|
57
57
|
type: Directive,
|
|
58
58
|
args: [{
|
|
59
59
|
hostDirectives: [QuiPreloadDirective],
|
|
@@ -74,10 +74,10 @@ class SegmentedControlItemTextDirective extends CoreSegmentedControlItemTextDire
|
|
|
74
74
|
super();
|
|
75
75
|
this.trackBindings.extendWith(computed(() => this.qdsSegmentedControlContext().getItemTextBindings()));
|
|
76
76
|
}
|
|
77
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
78
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
77
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
78
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SegmentedControlItemTextDirective, isStandalone: false, selector: "[q-segmented-control-item-text]", usesInheritance: true, ngImport: i0 });
|
|
79
79
|
}
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlItemTextDirective, decorators: [{
|
|
81
81
|
type: Directive,
|
|
82
82
|
args: [{
|
|
83
83
|
selector: "[q-segmented-control-item-text]",
|
|
@@ -90,8 +90,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
|
|
|
90
90
|
class SegmentedControlItemComponent extends SegmentedControlItemRootDirective {
|
|
91
91
|
text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : /* istanbul ignore next */ []));
|
|
92
92
|
icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : /* istanbul ignore next */ []));
|
|
93
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
94
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
93
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
94
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SegmentedControlItemComponent, isStandalone: false, selector: "[q-segmented-control-item]", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideCheckboxContext()], usesInheritance: true, ngImport: i0, template: `
|
|
95
95
|
<ng-content select="[q-segmented-control-item-icon]">
|
|
96
96
|
@if (icon()) {
|
|
97
97
|
<svg [qIcon]="icon()!"></svg>
|
|
@@ -107,7 +107,7 @@ class SegmentedControlItemComponent extends SegmentedControlItemRootDirective {
|
|
|
107
107
|
</ng-content>
|
|
108
108
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: SegmentedControlItemTextDirective, selector: "[q-segmented-control-item-text]" }, { kind: "directive", type: SegmentedControlHiddenInputDirective, selector: "[q-segmented-control-hidden-input]" }] });
|
|
109
109
|
}
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlItemComponent, decorators: [{
|
|
111
111
|
type: Component,
|
|
112
112
|
args: [{
|
|
113
113
|
providers: [provideCheckboxContext()],
|
|
@@ -161,13 +161,13 @@ class SegmentedControlDirective extends CoreSegmentedControlRootDirective {
|
|
|
161
161
|
}, normalizeProps), ...(ngDevMode ? [{ debugName: "qdsSegmentedControlApi" }] : /* istanbul ignore next */ []));
|
|
162
162
|
this.qdsSegmentedControlService.init(qdsSegmentedControlApi);
|
|
163
163
|
}
|
|
164
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
165
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
164
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
165
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: SegmentedControlDirective, isStandalone: false, selector: "[q-segmented-control]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, layout: { classPropertyName: "layout", publicName: "layout", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
166
166
|
provideSegmentedControlContext(),
|
|
167
167
|
provideQdsSegmentedControlContext(),
|
|
168
168
|
], usesInheritance: true, ngImport: i0 });
|
|
169
169
|
}
|
|
170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlDirective, decorators: [{
|
|
171
171
|
type: Directive,
|
|
172
172
|
args: [{
|
|
173
173
|
providers: [
|
|
@@ -182,8 +182,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
|
|
|
182
182
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
183
183
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
184
184
|
class SegmentedControlModule {
|
|
185
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
186
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
186
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlModule, declarations: [SegmentedControlDirective,
|
|
187
187
|
SegmentedControlItemComponent,
|
|
188
188
|
SegmentedControlItemRootDirective,
|
|
189
189
|
SegmentedControlItemTextDirective,
|
|
@@ -192,9 +192,9 @@ class SegmentedControlModule {
|
|
|
192
192
|
SegmentedControlItemRootDirective,
|
|
193
193
|
SegmentedControlItemTextDirective,
|
|
194
194
|
SegmentedControlHiddenInputDirective] });
|
|
195
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
195
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlModule });
|
|
196
196
|
}
|
|
197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SegmentedControlModule, decorators: [{
|
|
198
198
|
type: NgModule,
|
|
199
199
|
args: [{
|
|
200
200
|
declarations: [
|
|
@@ -23,10 +23,10 @@ import { PortalDirective } from '@qualcomm-ui/angular-core/portal';
|
|
|
23
23
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
24
24
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
25
25
|
class QdsSelectContextService extends BaseApiContextService {
|
|
26
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
27
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
26
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsSelectContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
27
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsSelectContextService });
|
|
28
28
|
}
|
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsSelectContextService, decorators: [{
|
|
30
30
|
type: Injectable
|
|
31
31
|
}] });
|
|
32
32
|
const [QDS_SELECT_CONTEXT, useQdsSelectContext, provideQdsSelectContext,] = createApiContext("QdsSelectContext", QdsSelectContextService);
|
|
@@ -40,12 +40,12 @@ class SelectClearTriggerDirective extends CoreSelectClearTriggerDirective {
|
|
|
40
40
|
super();
|
|
41
41
|
this.trackBindings.extendWith(computed(() => mergeProps(this.clearTriggerContext.getRootBindings(), this.qdsSelectContext().getClearTriggerBindings())));
|
|
42
42
|
}
|
|
43
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
44
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
43
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
44
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: SelectClearTriggerDirective, isStandalone: false, selector: "[q-select-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
|
|
45
45
|
<svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
|
|
46
46
|
`, 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"] }] });
|
|
47
47
|
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectClearTriggerDirective, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{
|
|
51
51
|
providers: [provideIcons({ X })],
|
|
@@ -65,10 +65,10 @@ class SelectContentDirective extends CoreSelectContentDirective {
|
|
|
65
65
|
super();
|
|
66
66
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getContentBindings()));
|
|
67
67
|
}
|
|
68
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
69
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
68
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
69
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SelectContentDirective, isStandalone: false, selector: "[q-select-content]", usesInheritance: true, ngImport: i0 });
|
|
70
70
|
}
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
71
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectContentDirective, decorators: [{
|
|
72
72
|
type: Directive,
|
|
73
73
|
args: [{
|
|
74
74
|
selector: "[q-select-content]",
|
|
@@ -90,10 +90,10 @@ class SelectContextDirective extends ApiContextDirective {
|
|
|
90
90
|
static ngTemplateContextGuard(dir, ctx) {
|
|
91
91
|
return true;
|
|
92
92
|
}
|
|
93
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
94
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
93
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
94
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SelectContextDirective, isStandalone: false, selector: "[selectContext]", usesInheritance: true, ngImport: i0 });
|
|
95
95
|
}
|
|
96
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectContextDirective, decorators: [{
|
|
97
97
|
type: Directive,
|
|
98
98
|
args: [{
|
|
99
99
|
selector: "[selectContext]",
|
|
@@ -115,14 +115,14 @@ class SelectErrorIndicatorDirective extends CoreSelectErrorIndicatorDirective {
|
|
|
115
115
|
super();
|
|
116
116
|
this.trackBindings.extendWith(() => this.inputErrorIndicatorContext.getBindings());
|
|
117
117
|
}
|
|
118
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
119
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.
|
|
118
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
119
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: SelectErrorIndicatorDirective, isStandalone: false, selector: "[q-select-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
120
120
|
<ng-content>
|
|
121
121
|
<svg [qIcon]="icon()"></svg>
|
|
122
122
|
</ng-content>
|
|
123
123
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
124
124
|
}
|
|
125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectErrorIndicatorDirective, decorators: [{
|
|
126
126
|
type: Component,
|
|
127
127
|
args: [{
|
|
128
128
|
selector: "[q-select-error-indicator]",
|
|
@@ -147,15 +147,15 @@ class SelectErrorTextDirective extends CoreSelectErrorTextDirective {
|
|
|
147
147
|
super();
|
|
148
148
|
this.trackBindings.extendWith(() => this.errorTextContext.getBindings());
|
|
149
149
|
}
|
|
150
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
151
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
150
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
151
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SelectErrorTextDirective, isStandalone: false, selector: "[q-select-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
|
|
152
152
|
@if (icon()) {
|
|
153
153
|
<svg [qIcon]="icon()!" />
|
|
154
154
|
}
|
|
155
155
|
<ng-content />
|
|
156
156
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
157
157
|
}
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectErrorTextDirective, decorators: [{
|
|
159
159
|
type: Component,
|
|
160
160
|
args: [{
|
|
161
161
|
selector: "[q-select-error-text]",
|
|
@@ -177,8 +177,8 @@ class SelectHiddenSelectDirective extends CoreSelectHiddenSelectDirective {
|
|
|
177
177
|
super();
|
|
178
178
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getHiddenSelectBindings()));
|
|
179
179
|
}
|
|
180
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
181
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectHiddenSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
181
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SelectHiddenSelectDirective, isStandalone: false, selector: "select[q-select-hidden-select]", usesInheritance: true, ngImport: i0, template: `
|
|
182
182
|
@if (selectContext().empty) {
|
|
183
183
|
<option value=""></option>
|
|
184
184
|
}
|
|
@@ -189,7 +189,7 @@ class SelectHiddenSelectDirective extends CoreSelectHiddenSelectDirective {
|
|
|
189
189
|
}
|
|
190
190
|
`, isInline: true });
|
|
191
191
|
}
|
|
192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectHiddenSelectDirective, decorators: [{
|
|
193
193
|
type: Component,
|
|
194
194
|
args: [{
|
|
195
195
|
selector: "select[q-select-hidden-select]",
|
|
@@ -215,10 +215,10 @@ class SelectHintDirective extends CoreSelectHintDirective {
|
|
|
215
215
|
super();
|
|
216
216
|
this.trackBindings.extendWith(() => this.hintContext.getBindings());
|
|
217
217
|
}
|
|
218
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
219
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
218
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
219
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SelectHintDirective, isStandalone: false, selector: "[q-select-hint]", usesInheritance: true, ngImport: i0 });
|
|
220
220
|
}
|
|
221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectHintDirective, decorators: [{
|
|
222
222
|
type: Directive,
|
|
223
223
|
args: [{
|
|
224
224
|
selector: "[q-select-hint]",
|
|
@@ -246,12 +246,12 @@ class SelectIndicatorDirective {
|
|
|
246
246
|
ngOnInit() {
|
|
247
247
|
this.trackBindings();
|
|
248
248
|
}
|
|
249
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
250
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.
|
|
249
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
250
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: SelectIndicatorDirective, isStandalone: false, selector: "[q-select-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
251
251
|
<svg [q-bind]="inlineIconButtonApi().getIconBindings()" [qIcon]="icon()" />
|
|
252
252
|
`, 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"] }] });
|
|
253
253
|
}
|
|
254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectIndicatorDirective, decorators: [{
|
|
255
255
|
type: Component,
|
|
256
256
|
args: [{
|
|
257
257
|
selector: "[q-select-indicator]",
|
|
@@ -283,12 +283,12 @@ class SelectItemCheckboxComponent {
|
|
|
283
283
|
ngOnInit() {
|
|
284
284
|
this.trackBindings();
|
|
285
285
|
}
|
|
286
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
287
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
286
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
287
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: SelectItemCheckboxComponent, isStandalone: false, selector: "[q-select-item-checkbox]", ngImport: i0, template: `
|
|
288
288
|
<q-checkmark-icon />
|
|
289
289
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$1.CheckmarkIconComponent, selector: "q-checkmark-icon", inputs: ["indeterminate", "size"] }] });
|
|
290
290
|
}
|
|
291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemCheckboxComponent, decorators: [{
|
|
292
292
|
type: Component,
|
|
293
293
|
args: [{
|
|
294
294
|
selector: "[q-select-item-checkbox]",
|
|
@@ -307,14 +307,14 @@ class SelectItemIndicatorDirective extends CoreSelectItemIndicatorDirective {
|
|
|
307
307
|
super();
|
|
308
308
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getItemIndicatorBindings()));
|
|
309
309
|
}
|
|
310
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
311
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.
|
|
310
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
311
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: SelectItemIndicatorDirective, isStandalone: false, selector: "[q-select-item-indicator]", providers: [provideIcons({ Check })], usesInheritance: true, ngImport: i0, template: `
|
|
312
312
|
<ng-content>
|
|
313
313
|
<svg qIcon="Check"></svg>
|
|
314
314
|
</ng-content>
|
|
315
315
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
316
316
|
}
|
|
317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemIndicatorDirective, decorators: [{
|
|
318
318
|
type: Component,
|
|
319
319
|
args: [{
|
|
320
320
|
providers: [provideIcons({ Check })],
|
|
@@ -336,10 +336,10 @@ class SelectItemTextDirective extends CoreSelectItemTextDirective {
|
|
|
336
336
|
super();
|
|
337
337
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getItemTextBindings()));
|
|
338
338
|
}
|
|
339
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
340
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
339
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
340
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SelectItemTextDirective, isStandalone: false, selector: "[q-select-item-text]", usesInheritance: true, ngImport: i0 });
|
|
341
341
|
}
|
|
342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemTextDirective, decorators: [{
|
|
343
343
|
type: Directive,
|
|
344
344
|
args: [{
|
|
345
345
|
selector: "[q-select-item-text]",
|
|
@@ -355,10 +355,10 @@ class SelectItemDirective extends CoreSelectItemDirective {
|
|
|
355
355
|
super();
|
|
356
356
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getItemBindings()));
|
|
357
357
|
}
|
|
358
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
359
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
358
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
359
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SelectItemDirective, isStandalone: false, selector: "[q-select-item]", providers: [provideSelectItemContext()], usesInheritance: true, ngImport: i0 });
|
|
360
360
|
}
|
|
361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemDirective, decorators: [{
|
|
362
362
|
type: Directive,
|
|
363
363
|
args: [{
|
|
364
364
|
providers: [provideSelectItemContext()],
|
|
@@ -372,8 +372,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
|
|
|
372
372
|
class SelectItemsComponent {
|
|
373
373
|
selectContext = useSelectContext();
|
|
374
374
|
qdsSelectContext = useQdsSelectContext();
|
|
375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
376
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
375
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
376
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SelectItemsComponent, isStandalone: false, selector: "q-select-items", ngImport: i0, template: `
|
|
377
377
|
@for (
|
|
378
378
|
item of selectContext().collection.items;
|
|
379
379
|
track selectContext().collection.getItemValue(item)
|
|
@@ -398,7 +398,7 @@ class SelectItemsComponent {
|
|
|
398
398
|
}
|
|
399
399
|
`, isInline: true, styles: [":host{display:contents}\n"], dependencies: [{ kind: "directive", type: SelectItemDirective, selector: "[q-select-item]" }, { kind: "directive", type: SelectItemTextDirective, selector: "[q-select-item-text]" }, { kind: "component", type: SelectItemCheckboxComponent, selector: "[q-select-item-checkbox]" }, { kind: "component", type: SelectItemIndicatorDirective, selector: "[q-select-item-indicator]" }] });
|
|
400
400
|
}
|
|
401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectItemsComponent, decorators: [{
|
|
402
402
|
type: Component,
|
|
403
403
|
args: [{ selector: "q-select-items", standalone: false, template: `
|
|
404
404
|
@for (
|
|
@@ -435,8 +435,8 @@ class SelectLabelDirective extends CoreSelectLabelDirective {
|
|
|
435
435
|
super();
|
|
436
436
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getLabelBindings()));
|
|
437
437
|
}
|
|
438
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
439
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
438
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
439
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SelectLabelDirective, isStandalone: false, selector: "[q-select-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
|
|
440
440
|
<ng-content />
|
|
441
441
|
@if (selectContext().required) {
|
|
442
442
|
<svg
|
|
@@ -447,7 +447,7 @@ class SelectLabelDirective extends CoreSelectLabelDirective {
|
|
|
447
447
|
}
|
|
448
448
|
`, 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"] }] });
|
|
449
449
|
}
|
|
450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectLabelDirective, decorators: [{
|
|
451
451
|
type: Component,
|
|
452
452
|
args: [{
|
|
453
453
|
providers: [provideIcons({ Asterisk })],
|
|
@@ -474,10 +474,10 @@ class SelectPositionerDirective extends CoreSelectPositionerDirective {
|
|
|
474
474
|
super();
|
|
475
475
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getPositionerBindings()));
|
|
476
476
|
}
|
|
477
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
478
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.
|
|
477
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectPositionerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
478
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: SelectPositionerDirective, isStandalone: false, selector: "[q-select-positioner]", usesInheritance: true, ngImport: i0 });
|
|
479
479
|
}
|
|
480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectPositionerDirective, decorators: [{
|
|
481
481
|
type: Directive,
|
|
482
482
|
args: [{
|
|
483
483
|
selector: "[q-select-positioner]",
|
|
@@ -521,14 +521,14 @@ class SelectRootDirective extends CoreSelectRootDirective {
|
|
|
521
521
|
}, normalizeProps)));
|
|
522
522
|
super.ngOnInit();
|
|
523
523
|
}
|
|
524
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
525
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
524
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
525
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: SelectRootDirective, isStandalone: false, selector: "[q-select-root]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, selectionIndicator: { classPropertyName: "selectionIndicator", publicName: "selectionIndicator", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
526
526
|
provideSelectContext(),
|
|
527
527
|
provideQdsSelectContext(),
|
|
528
528
|
provideQdsInputContext(),
|
|
529
529
|
], usesInheritance: true, ngImport: i0 });
|
|
530
530
|
}
|
|
531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectRootDirective, decorators: [{
|
|
532
532
|
type: Directive,
|
|
533
533
|
args: [{
|
|
534
534
|
providers: [
|
|
@@ -550,8 +550,8 @@ class SelectControlDirective extends CoreSelectControlDirective {
|
|
|
550
550
|
super();
|
|
551
551
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getControlBindings()));
|
|
552
552
|
}
|
|
553
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
554
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
553
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
554
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SelectControlDirective, isStandalone: false, selector: "[q-select-control]", usesInheritance: true, ngImport: i0, template: `
|
|
555
555
|
@if (qdsInputContext().startIcon) {
|
|
556
556
|
<svg
|
|
557
557
|
[q-bind]="qdsSelectContext().getIconBindings()"
|
|
@@ -561,7 +561,7 @@ class SelectControlDirective extends CoreSelectControlDirective {
|
|
|
561
561
|
<ng-content />
|
|
562
562
|
`, 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"] }] });
|
|
563
563
|
}
|
|
564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectControlDirective, decorators: [{
|
|
565
565
|
type: Component,
|
|
566
566
|
args: [{
|
|
567
567
|
selector: "[q-select-control]",
|
|
@@ -586,8 +586,8 @@ class SelectValueTextDirective extends CoreSelectValueTextDirective {
|
|
|
586
586
|
super();
|
|
587
587
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getValueTextBindings()));
|
|
588
588
|
}
|
|
589
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
590
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
589
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
590
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SelectValueTextDirective, isStandalone: false, selector: "[q-select-value-text]", usesInheritance: true, ngImport: i0, template: `
|
|
591
591
|
@if (!value().length) {
|
|
592
592
|
{{ placeholder() }}
|
|
593
593
|
} @else if (!selectContext().multiple) {
|
|
@@ -606,7 +606,7 @@ class SelectValueTextDirective extends CoreSelectValueTextDirective {
|
|
|
606
606
|
}
|
|
607
607
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$2.TagDirective, selector: "span[q-tag], button[q-tag]", inputs: ["disabled", "endIcon", "emphasis", "radius", "size", "startIcon", "variant"], outputs: ["dismiss"] }] });
|
|
608
608
|
}
|
|
609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectValueTextDirective, decorators: [{
|
|
610
610
|
type: Component,
|
|
611
611
|
args: [{
|
|
612
612
|
selector: "[q-select-value-text]",
|
|
@@ -688,8 +688,8 @@ class SelectComponent extends SelectRootDirective {
|
|
|
688
688
|
* ```
|
|
689
689
|
*/
|
|
690
690
|
label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : /* istanbul ignore next */ []));
|
|
691
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
692
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.
|
|
691
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
692
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: SelectComponent, isStandalone: false, selector: "q-select", inputs: { ariaLabel: { classPropertyName: "ariaLabel", publicName: "aria-label", 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 }, errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
|
|
693
693
|
provideSelectContext(),
|
|
694
694
|
provideQdsSelectContext(),
|
|
695
695
|
provideQdsInputContext(),
|
|
@@ -767,7 +767,7 @@ class SelectComponent extends SelectRootDirective {
|
|
|
767
767
|
</ng-template>
|
|
768
768
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$3.PortalDirective, selector: "[qPortal]", inputs: ["disabled", "container"] }, { kind: "component", type: SelectClearTriggerDirective, selector: "[q-select-clear-trigger]" }, { kind: "directive", type: SelectContentDirective, selector: "[q-select-content]" }, { kind: "component", type: SelectHiddenSelectDirective, selector: "select[q-select-hidden-select]" }, { kind: "directive", type: SelectItemDirective, selector: "[q-select-item]" }, { kind: "directive", type: SelectItemTextDirective, selector: "[q-select-item-text]" }, { kind: "component", type: SelectItemCheckboxComponent, selector: "[q-select-item-checkbox]" }, { kind: "component", type: SelectItemIndicatorDirective, selector: "[q-select-item-indicator]" }, { kind: "component", type: SelectLabelDirective, selector: "[q-select-label]" }, { kind: "directive", type: SelectPositionerDirective, selector: "[q-select-positioner]" }, { kind: "component", type: SelectControlDirective, selector: "[q-select-control]" }, { kind: "component", type: SelectValueTextDirective, selector: "[q-select-value-text]" }, { kind: "component", type: SelectErrorTextDirective, selector: "[q-select-error-text]", inputs: ["icon"] }, { kind: "component", type: SelectErrorIndicatorDirective, selector: "[q-select-error-indicator]", inputs: ["icon"] }, { kind: "directive", type: SelectHintDirective, selector: "[q-select-hint]" }, { kind: "component", type: SelectIndicatorDirective, selector: "[q-select-indicator]", inputs: ["icon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
769
769
|
}
|
|
770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectComponent, decorators: [{
|
|
771
771
|
type: Component,
|
|
772
772
|
args: [{
|
|
773
773
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -857,8 +857,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
|
|
|
857
857
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
858
858
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
859
859
|
class SelectModule {
|
|
860
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
861
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
860
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
861
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: SelectModule, declarations: [SelectComponent,
|
|
862
862
|
SelectRootDirective,
|
|
863
863
|
SelectClearTriggerDirective,
|
|
864
864
|
SelectContentDirective,
|
|
@@ -899,10 +899,10 @@ class SelectModule {
|
|
|
899
899
|
SelectHintDirective,
|
|
900
900
|
SelectIndicatorDirective,
|
|
901
901
|
SelectItemsComponent] });
|
|
902
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
902
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectModule, imports: [CheckmarkIconComponent,
|
|
903
903
|
TagDirective] });
|
|
904
904
|
}
|
|
905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: SelectModule, decorators: [{
|
|
906
906
|
type: NgModule,
|
|
907
907
|
args: [{
|
|
908
908
|
declarations: [
|