@qualcomm-ui/angular 1.9.1 → 1.10.0
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 +42 -42
- package/fesm2022/qualcomm-ui-angular-header-bar.mjs.map +1 -1
- 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 +88 -65
- package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -1
- 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/header-bar/index.d.ts +2 -2
- package/header-bar/index.d.ts.map +1 -1
- package/menu/index.d.ts +12 -5
- package/menu/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -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: "20.3.
|
|
16
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
15
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsSegmentedControlContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsSegmentedControlContextService });
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.
|
|
35
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlHiddenInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
35
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SegmentedControlHiddenInputDirective, isStandalone: false, selector: "[q-segmented-control-hidden-input]", usesInheritance: true, ngImport: i0 });
|
|
36
36
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.
|
|
54
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
53
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlItemRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
54
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", 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: "20.3.
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.
|
|
78
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
77
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
78
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SegmentedControlItemTextDirective, isStandalone: false, selector: "[q-segmented-control-item-text]", usesInheritance: true, ngImport: i0 });
|
|
79
79
|
}
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImpo
|
|
|
90
90
|
class SegmentedControlItemComponent extends SegmentedControlItemRootDirective {
|
|
91
91
|
text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : []));
|
|
92
92
|
icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
|
|
93
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
94
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
93
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
94
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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: "20.3.
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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" }] : []));
|
|
162
162
|
this.qdsSegmentedControlService.init(qdsSegmentedControlApi);
|
|
163
163
|
}
|
|
164
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
165
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
164
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
165
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", 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: "20.3.
|
|
170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImpo
|
|
|
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: "20.3.
|
|
186
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
185
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
186
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", 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: "20.3.
|
|
195
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlModule });
|
|
196
196
|
}
|
|
197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SegmentedControlModule, decorators: [{
|
|
198
198
|
type: NgModule,
|
|
199
199
|
args: [{
|
|
200
200
|
declarations: [
|
|
@@ -20,10 +20,10 @@ import { PortalDirective } from '@qualcomm-ui/angular-core/portal';
|
|
|
20
20
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
21
21
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
22
22
|
class QdsSelectContextService extends BaseApiContextService {
|
|
23
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
24
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
23
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsSelectContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
24
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsSelectContextService });
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsSelectContextService, decorators: [{
|
|
27
27
|
type: Injectable
|
|
28
28
|
}] });
|
|
29
29
|
const [QDS_SELECT_CONTEXT, useQdsSelectContext, provideQdsSelectContext,] = createApiContext("QdsSelectContext", QdsSelectContextService);
|
|
@@ -37,12 +37,12 @@ class SelectClearTriggerDirective extends CoreSelectClearTriggerDirective {
|
|
|
37
37
|
super();
|
|
38
38
|
this.trackBindings.extendWith(computed(() => mergeProps(this.clearTriggerContext.getRootBindings(), this.qdsSelectContext().getClearTriggerBindings())));
|
|
39
39
|
}
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: SelectClearTriggerDirective, isStandalone: false, selector: "[q-select-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
|
|
42
42
|
<svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
|
|
43
43
|
`, 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"] }] });
|
|
44
44
|
}
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectClearTriggerDirective, decorators: [{
|
|
46
46
|
type: Component,
|
|
47
47
|
args: [{
|
|
48
48
|
providers: [provideIcons({ X })],
|
|
@@ -62,10 +62,10 @@ class SelectContentDirective extends CoreSelectContentDirective {
|
|
|
62
62
|
super();
|
|
63
63
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getContentBindings()));
|
|
64
64
|
}
|
|
65
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
66
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
65
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
66
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SelectContentDirective, isStandalone: false, selector: "[q-select-content]", usesInheritance: true, ngImport: i0 });
|
|
67
67
|
}
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectContentDirective, decorators: [{
|
|
69
69
|
type: Directive,
|
|
70
70
|
args: [{
|
|
71
71
|
selector: "[q-select-content]",
|
|
@@ -87,10 +87,10 @@ class SelectContextDirective extends ApiContextDirective {
|
|
|
87
87
|
static ngTemplateContextGuard(dir, ctx) {
|
|
88
88
|
return true;
|
|
89
89
|
}
|
|
90
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
91
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
90
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
91
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SelectContextDirective, isStandalone: false, selector: "[selectContext]", usesInheritance: true, ngImport: i0 });
|
|
92
92
|
}
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectContextDirective, decorators: [{
|
|
94
94
|
type: Directive,
|
|
95
95
|
args: [{
|
|
96
96
|
selector: "[selectContext]",
|
|
@@ -112,14 +112,14 @@ class SelectErrorIndicatorDirective extends CoreSelectErrorIndicatorDirective {
|
|
|
112
112
|
super();
|
|
113
113
|
this.trackBindings.extendWith(() => this.inputErrorIndicatorContext.getBindings());
|
|
114
114
|
}
|
|
115
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
116
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
115
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
116
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", 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: `
|
|
117
117
|
<ng-content>
|
|
118
118
|
<svg [qIcon]="icon()"></svg>
|
|
119
119
|
</ng-content>
|
|
120
120
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
121
121
|
}
|
|
122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectErrorIndicatorDirective, decorators: [{
|
|
123
123
|
type: Component,
|
|
124
124
|
args: [{
|
|
125
125
|
selector: "[q-select-error-indicator]",
|
|
@@ -144,15 +144,15 @@ class SelectErrorTextDirective extends CoreSelectErrorTextDirective {
|
|
|
144
144
|
super();
|
|
145
145
|
this.trackBindings.extendWith(() => this.errorTextContext.getBindings());
|
|
146
146
|
}
|
|
147
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
148
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
147
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
148
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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: `
|
|
149
149
|
@if (icon()) {
|
|
150
150
|
<svg [qIcon]="icon()!" />
|
|
151
151
|
}
|
|
152
152
|
<ng-content />
|
|
153
153
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
154
154
|
}
|
|
155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectErrorTextDirective, decorators: [{
|
|
156
156
|
type: Component,
|
|
157
157
|
args: [{
|
|
158
158
|
selector: "[q-select-error-text]",
|
|
@@ -174,8 +174,8 @@ class SelectHiddenSelectDirective extends CoreSelectHiddenSelectDirective {
|
|
|
174
174
|
super();
|
|
175
175
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getHiddenSelectBindings()));
|
|
176
176
|
}
|
|
177
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
178
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
177
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectHiddenSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
178
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: SelectHiddenSelectDirective, isStandalone: false, selector: "select[q-select-hidden-select]", usesInheritance: true, ngImport: i0, template: `
|
|
179
179
|
@if (selectContext().empty) {
|
|
180
180
|
<option value=""></option>
|
|
181
181
|
}
|
|
@@ -186,7 +186,7 @@ class SelectHiddenSelectDirective extends CoreSelectHiddenSelectDirective {
|
|
|
186
186
|
}
|
|
187
187
|
`, isInline: true });
|
|
188
188
|
}
|
|
189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectHiddenSelectDirective, decorators: [{
|
|
190
190
|
type: Component,
|
|
191
191
|
args: [{
|
|
192
192
|
selector: "select[q-select-hidden-select]",
|
|
@@ -212,10 +212,10 @@ class SelectHintDirective extends CoreSelectHintDirective {
|
|
|
212
212
|
super();
|
|
213
213
|
this.trackBindings.extendWith(() => this.hintContext.getBindings());
|
|
214
214
|
}
|
|
215
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
216
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
215
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
216
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SelectHintDirective, isStandalone: false, selector: "[q-select-hint]", usesInheritance: true, ngImport: i0 });
|
|
217
217
|
}
|
|
218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectHintDirective, decorators: [{
|
|
219
219
|
type: Directive,
|
|
220
220
|
args: [{
|
|
221
221
|
selector: "[q-select-hint]",
|
|
@@ -243,12 +243,12 @@ class SelectIndicatorDirective {
|
|
|
243
243
|
ngOnInit() {
|
|
244
244
|
this.trackBindings();
|
|
245
245
|
}
|
|
246
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
247
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.
|
|
246
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
247
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: SelectIndicatorDirective, isStandalone: false, selector: "[q-select-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
248
248
|
<svg [q-bind]="inlineIconButtonApi().getIconBindings()" [qIcon]="icon()" />
|
|
249
249
|
`, 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"] }] });
|
|
250
250
|
}
|
|
251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectIndicatorDirective, decorators: [{
|
|
252
252
|
type: Component,
|
|
253
253
|
args: [{
|
|
254
254
|
selector: "[q-select-indicator]",
|
|
@@ -267,14 +267,14 @@ class SelectItemIndicatorDirective extends CoreSelectItemIndicatorDirective {
|
|
|
267
267
|
super();
|
|
268
268
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getItemIndicatorBindings()));
|
|
269
269
|
}
|
|
270
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
271
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
270
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
271
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: SelectItemIndicatorDirective, isStandalone: false, selector: "[q-select-item-indicator]", providers: [provideIcons({ Check })], usesInheritance: true, ngImport: i0, template: `
|
|
272
272
|
<ng-content>
|
|
273
273
|
<svg qIcon="Check"></svg>
|
|
274
274
|
</ng-content>
|
|
275
275
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
|
|
276
276
|
}
|
|
277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemIndicatorDirective, decorators: [{
|
|
278
278
|
type: Component,
|
|
279
279
|
args: [{
|
|
280
280
|
providers: [provideIcons({ Check })],
|
|
@@ -296,10 +296,10 @@ class SelectItemTextDirective extends CoreSelectItemTextDirective {
|
|
|
296
296
|
super();
|
|
297
297
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getItemTextBindings()));
|
|
298
298
|
}
|
|
299
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
300
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
299
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
300
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SelectItemTextDirective, isStandalone: false, selector: "[q-select-item-text]", usesInheritance: true, ngImport: i0 });
|
|
301
301
|
}
|
|
302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemTextDirective, decorators: [{
|
|
303
303
|
type: Directive,
|
|
304
304
|
args: [{
|
|
305
305
|
selector: "[q-select-item-text]",
|
|
@@ -315,10 +315,10 @@ class SelectItemDirective extends CoreSelectItemDirective {
|
|
|
315
315
|
super();
|
|
316
316
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getItemBindings()));
|
|
317
317
|
}
|
|
318
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
319
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
318
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
319
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SelectItemDirective, isStandalone: false, selector: "[q-select-item]", providers: [provideSelectItemContext()], usesInheritance: true, ngImport: i0 });
|
|
320
320
|
}
|
|
321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemDirective, decorators: [{
|
|
322
322
|
type: Directive,
|
|
323
323
|
args: [{
|
|
324
324
|
providers: [provideSelectItemContext()],
|
|
@@ -331,8 +331,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
|
|
|
331
331
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
332
332
|
class SelectItemsComponent {
|
|
333
333
|
selectContext = useSelectContext();
|
|
334
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
335
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
334
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
335
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: SelectItemsComponent, isStandalone: false, selector: "q-select-items", ngImport: i0, template: `
|
|
336
336
|
@for (
|
|
337
337
|
item of selectContext().collection.items;
|
|
338
338
|
track selectContext().collection.getItemValue(item)
|
|
@@ -346,7 +346,7 @@ class SelectItemsComponent {
|
|
|
346
346
|
}
|
|
347
347
|
`, 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: SelectItemIndicatorDirective, selector: "[q-select-item-indicator]" }] });
|
|
348
348
|
}
|
|
349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectItemsComponent, decorators: [{
|
|
350
350
|
type: Component,
|
|
351
351
|
args: [{ selector: "q-select-items", standalone: false, template: `
|
|
352
352
|
@for (
|
|
@@ -372,8 +372,8 @@ class SelectLabelDirective extends CoreSelectLabelDirective {
|
|
|
372
372
|
super();
|
|
373
373
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getLabelBindings()));
|
|
374
374
|
}
|
|
375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
376
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
375
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
376
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: SelectLabelDirective, isStandalone: false, selector: "[q-select-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
|
|
377
377
|
<ng-content />
|
|
378
378
|
@if (selectContext().required) {
|
|
379
379
|
<svg
|
|
@@ -384,7 +384,7 @@ class SelectLabelDirective extends CoreSelectLabelDirective {
|
|
|
384
384
|
}
|
|
385
385
|
`, 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"] }] });
|
|
386
386
|
}
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectLabelDirective, decorators: [{
|
|
388
388
|
type: Component,
|
|
389
389
|
args: [{
|
|
390
390
|
providers: [provideIcons({ Asterisk })],
|
|
@@ -411,10 +411,10 @@ class SelectPositionerDirective extends CoreSelectPositionerDirective {
|
|
|
411
411
|
super();
|
|
412
412
|
this.trackBindings.extendWith(computed(() => this.qdsContext().getPositionerBindings()));
|
|
413
413
|
}
|
|
414
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
415
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
414
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectPositionerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
415
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: SelectPositionerDirective, isStandalone: false, selector: "[q-select-positioner]", usesInheritance: true, ngImport: i0 });
|
|
416
416
|
}
|
|
417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectPositionerDirective, decorators: [{
|
|
418
418
|
type: Directive,
|
|
419
419
|
args: [{
|
|
420
420
|
selector: "[q-select-positioner]",
|
|
@@ -449,14 +449,14 @@ class SelectRootDirective extends CoreSelectRootDirective {
|
|
|
449
449
|
}, normalizeProps)));
|
|
450
450
|
super.ngOnInit();
|
|
451
451
|
}
|
|
452
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
453
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.
|
|
452
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
453
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: SelectRootDirective, isStandalone: false, selector: "[q-select-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: [
|
|
454
454
|
provideSelectContext(),
|
|
455
455
|
provideQdsSelectContext(),
|
|
456
456
|
provideQdsInputContext(),
|
|
457
457
|
], usesInheritance: true, ngImport: i0 });
|
|
458
458
|
}
|
|
459
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectRootDirective, decorators: [{
|
|
460
460
|
type: Directive,
|
|
461
461
|
args: [{
|
|
462
462
|
providers: [
|
|
@@ -478,8 +478,8 @@ class SelectControlDirective extends CoreSelectControlDirective {
|
|
|
478
478
|
super();
|
|
479
479
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getControlBindings()));
|
|
480
480
|
}
|
|
481
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
482
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
481
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
482
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: SelectControlDirective, isStandalone: false, selector: "[q-select-control]", usesInheritance: true, ngImport: i0, template: `
|
|
483
483
|
@if (qdsInputContext().startIcon) {
|
|
484
484
|
<svg
|
|
485
485
|
[q-bind]="qdsSelectContext().getIconBindings()"
|
|
@@ -489,7 +489,7 @@ class SelectControlDirective extends CoreSelectControlDirective {
|
|
|
489
489
|
<ng-content />
|
|
490
490
|
`, 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"] }] });
|
|
491
491
|
}
|
|
492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectControlDirective, decorators: [{
|
|
493
493
|
type: Component,
|
|
494
494
|
args: [{
|
|
495
495
|
selector: "[q-select-control]",
|
|
@@ -514,8 +514,8 @@ class SelectValueTextDirective extends CoreSelectValueTextDirective {
|
|
|
514
514
|
super();
|
|
515
515
|
this.trackBindings.extendWith(computed(() => this.qdsSelectContext().getValueTextBindings()));
|
|
516
516
|
}
|
|
517
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
518
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
517
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
518
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: SelectValueTextDirective, isStandalone: false, selector: "[q-select-value-text]", usesInheritance: true, ngImport: i0, template: `
|
|
519
519
|
@if (!value().length) {
|
|
520
520
|
{{ placeholder() }}
|
|
521
521
|
} @else if (!selectContext().multiple) {
|
|
@@ -534,7 +534,7 @@ class SelectValueTextDirective extends CoreSelectValueTextDirective {
|
|
|
534
534
|
}
|
|
535
535
|
`, isInline: true, dependencies: [{ kind: "component", type: i1$1.TagDirective, selector: "[q-tag]", inputs: ["disabled", "endIcon", "emphasis", "radius", "size", "startIcon", "variant"] }] });
|
|
536
536
|
}
|
|
537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectValueTextDirective, decorators: [{
|
|
538
538
|
type: Component,
|
|
539
539
|
args: [{
|
|
540
540
|
selector: "[q-select-value-text]",
|
|
@@ -621,8 +621,8 @@ class SelectComponent extends SelectRootDirective {
|
|
|
621
621
|
* ```
|
|
622
622
|
*/
|
|
623
623
|
label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : []));
|
|
624
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
625
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
624
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
625
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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: [
|
|
626
626
|
provideSelectContext(),
|
|
627
627
|
provideQdsSelectContext(),
|
|
628
628
|
provideQdsInputContext(),
|
|
@@ -689,7 +689,7 @@ class SelectComponent extends SelectRootDirective {
|
|
|
689
689
|
</ng-template>
|
|
690
690
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1$2.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: 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 });
|
|
691
691
|
}
|
|
692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectComponent, decorators: [{
|
|
693
693
|
type: Component,
|
|
694
694
|
args: [{
|
|
695
695
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -768,8 +768,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
|
|
|
768
768
|
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
|
769
769
|
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
770
770
|
class SelectModule {
|
|
771
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
772
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
771
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
772
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: SelectModule, declarations: [SelectComponent,
|
|
773
773
|
SelectRootDirective,
|
|
774
774
|
SelectClearTriggerDirective,
|
|
775
775
|
SelectContentDirective,
|
|
@@ -804,9 +804,9 @@ class SelectModule {
|
|
|
804
804
|
SelectHintDirective,
|
|
805
805
|
SelectIndicatorDirective,
|
|
806
806
|
SelectItemsComponent] });
|
|
807
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
807
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectModule, imports: [TagDirective] });
|
|
808
808
|
}
|
|
809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
809
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectModule, decorators: [{
|
|
810
810
|
type: NgModule,
|
|
811
811
|
args: [{
|
|
812
812
|
declarations: [
|