@qualcomm-ui/angular 1.11.3 → 1.12.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.
Files changed (47) hide show
  1. package/fesm2022/qualcomm-ui-angular-accordion.mjs +37 -37
  2. package/fesm2022/qualcomm-ui-angular-action-group.mjs +3 -3
  3. package/fesm2022/qualcomm-ui-angular-avatar.mjs +19 -19
  4. package/fesm2022/qualcomm-ui-angular-badge.mjs +12 -12
  5. package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +25 -25
  6. package/fesm2022/qualcomm-ui-angular-button.mjs +25 -25
  7. package/fesm2022/qualcomm-ui-angular-checkbox.mjs +28 -28
  8. package/fesm2022/qualcomm-ui-angular-checkmark.mjs +3 -3
  9. package/fesm2022/qualcomm-ui-angular-collapsible.mjs +13 -13
  10. package/fesm2022/qualcomm-ui-angular-combobox.mjs +73 -73
  11. package/fesm2022/qualcomm-ui-angular-dialog.mjs +49 -49
  12. package/fesm2022/qualcomm-ui-angular-divider.mjs +3 -3
  13. package/fesm2022/qualcomm-ui-angular-drawer.mjs +49 -49
  14. package/fesm2022/qualcomm-ui-angular-header-bar.mjs +40 -40
  15. package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
  16. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
  17. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
  18. package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
  19. package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
  20. package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
  21. package/fesm2022/qualcomm-ui-angular-menu.mjs +64 -64
  22. package/fesm2022/qualcomm-ui-angular-number-input.mjs +40 -40
  23. package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
  24. package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
  25. package/fesm2022/qualcomm-ui-angular-popover.mjs +40 -40
  26. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
  27. package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
  28. package/fesm2022/qualcomm-ui-angular-radio.mjs +49 -38
  29. package/fesm2022/qualcomm-ui-angular-radio.mjs.map +1 -1
  30. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
  31. package/fesm2022/qualcomm-ui-angular-select.mjs +61 -61
  32. package/fesm2022/qualcomm-ui-angular-side-nav.mjs +82 -82
  33. package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
  34. package/fesm2022/qualcomm-ui-angular-switch.mjs +28 -28
  35. package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
  36. package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
  37. package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
  38. package/fesm2022/qualcomm-ui-angular-text-area.mjs +28 -28
  39. package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
  40. package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
  41. package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
  42. package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
  43. package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
  44. package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
  45. package/package.json +4 -4
  46. package/radio/index.d.ts +8 -2
  47. package/radio/index.d.ts.map +1 -1
@@ -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.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 });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsSelectContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
24
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsSelectContextService });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsSelectContextService, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
40
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
41
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectClearTriggerDirective, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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 });
65
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
66
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: SelectContentDirective, isStandalone: false, selector: "[q-select-content]", usesInheritance: true, ngImport: i0 });
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectContentDirective, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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 });
90
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
91
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: SelectContextDirective, isStandalone: false, selector: "[selectContext]", usesInheritance: true, ngImport: i0 });
92
92
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectContextDirective, decorators: [{
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
115
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
116
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectErrorIndicatorDirective, decorators: [{
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
147
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
148
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectErrorTextDirective, decorators: [{
155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
177
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectHiddenSelectDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectHiddenSelectDirective, decorators: [{
189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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 });
215
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
216
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: SelectHintDirective, isStandalone: false, selector: "[q-select-hint]", usesInheritance: true, ngImport: i0 });
217
217
  }
218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectHintDirective, decorators: [{
218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
246
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
247
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectIndicatorDirective, decorators: [{
251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
270
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectItemIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
271
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectItemIndicatorDirective, decorators: [{
277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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 });
299
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
300
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectItemTextDirective, decorators: [{
302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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 });
318
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
319
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectItemDirective, decorators: [{
321
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.15", 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.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: `
334
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectItemsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
335
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectItemsComponent, decorators: [{
349
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
375
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
376
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectLabelDirective, decorators: [{
387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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 });
414
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectPositionerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
415
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: SelectPositionerDirective, isStandalone: false, selector: "[q-select-positioner]", usesInheritance: true, ngImport: i0 });
416
416
  }
417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectPositionerDirective, decorators: [{
417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: [
452
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
453
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectRootDirective, decorators: [{
459
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
481
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
482
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectControlDirective, decorators: [{
492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: `
517
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
518
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectValueTextDirective, decorators: [{
537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.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: [
624
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
625
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectComponent, decorators: [{
692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", 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.15", 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.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,
771
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
772
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", 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.15", ngImport: i0, type: SelectModule, imports: [TagDirective] });
807
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectModule, imports: [TagDirective] });
808
808
  }
809
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: SelectModule, decorators: [{
809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: SelectModule, decorators: [{
810
810
  type: NgModule,
811
811
  args: [{
812
812
  declarations: [