@qualcomm-ui/angular 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) 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 +61 -61
  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 +34 -34
  29. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
  30. package/fesm2022/qualcomm-ui-angular-select.mjs +61 -61
  31. package/fesm2022/qualcomm-ui-angular-side-nav.mjs +82 -82
  32. package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
  33. package/fesm2022/qualcomm-ui-angular-switch.mjs +28 -28
  34. package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
  35. package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
  36. package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
  37. package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
  38. package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
  39. package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
  40. package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
  41. package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
  42. package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
  43. package/package.json +4 -4
@@ -10,10 +10,10 @@ import { createQdsRadioApi } from '@qualcomm-ui/qds-core/radio';
10
10
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
11
11
  // SPDX-License-Identifier: BSD-3-Clause-Clear
12
12
  class QdsRadioContextService extends BaseApiContextService {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsRadioContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsRadioContextService });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsRadioContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsRadioContextService });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsRadioContextService, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsRadioContextService, decorators: [{
17
17
  type: Injectable
18
18
  }] });
19
19
  const [QDS_RADIO_CONTEXT, useQdsRadioContext, provideQdsRadioContext,] = createApiContext("QdsRadioContext", QdsRadioContextService);
@@ -26,10 +26,10 @@ class RadioControlDirective extends CoreRadioItemControlDirective {
26
26
  super();
27
27
  this.trackBindings.extendWith(computed(() => this.qdsRadioContext().getItemControlBindings()));
28
28
  }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: RadioControlDirective, isStandalone: false, selector: "[q-radio-control]", usesInheritance: true, ngImport: i0 });
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: RadioControlDirective, isStandalone: false, selector: "[q-radio-control]", usesInheritance: true, ngImport: i0 });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioControlDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioControlDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: "[q-radio-control]",
@@ -51,13 +51,13 @@ class RadioGroupErrorTextComponent extends CoreRadioGroupErrorTextDirective {
51
51
  super();
52
52
  this.trackBindings.extendWith(computed(() => this.qdsRadioContext().getErrorTextBindings()));
53
53
  }
54
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupErrorTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
55
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: RadioGroupErrorTextComponent, isStandalone: false, selector: "[q-radio-group-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
54
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupErrorTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
55
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: RadioGroupErrorTextComponent, isStandalone: false, selector: "[q-radio-group-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
56
56
  <svg [qIcon]="icon()!" />
57
57
  <ng-content />
58
58
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupErrorTextComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupErrorTextComponent, decorators: [{
61
61
  type: Component,
62
62
  args: [{
63
63
  selector: "[q-radio-group-error-text]",
@@ -77,10 +77,10 @@ class RadioGroupItemsDirective extends CoreRadioGroupItemsDirective {
77
77
  super();
78
78
  this.trackBindings.extendWith(computed(() => this.qdsRadioContext().getGroupItemsBindings()));
79
79
  }
80
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
81
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: RadioGroupItemsDirective, isStandalone: false, selector: "[q-radio-group-items]", usesInheritance: true, ngImport: i0 });
80
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
81
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: RadioGroupItemsDirective, isStandalone: false, selector: "[q-radio-group-items]", usesInheritance: true, ngImport: i0 });
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupItemsDirective, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupItemsDirective, decorators: [{
84
84
  type: Directive,
85
85
  args: [{
86
86
  selector: "[q-radio-group-items]",
@@ -96,10 +96,10 @@ class RadioGroupLabelDirective extends CoreRadioGroupLabelDirective {
96
96
  super();
97
97
  this.trackBindings.extendWith(computed(() => this.qdsRadioContext().getGroupLabelBindings()));
98
98
  }
99
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
100
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: RadioGroupLabelDirective, isStandalone: false, selector: "[q-radio-group-label]", usesInheritance: true, ngImport: i0 });
99
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
100
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: RadioGroupLabelDirective, isStandalone: false, selector: "[q-radio-group-label]", usesInheritance: true, ngImport: i0 });
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupLabelDirective, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupLabelDirective, decorators: [{
103
103
  type: Directive,
104
104
  args: [{
105
105
  selector: "[q-radio-group-label]",
@@ -122,10 +122,10 @@ class RadioGroupDirective extends CoreRadioGroupDirective {
122
122
  this.qdsRadioService.init(computed(() => createQdsRadioApi({ size: this.size() }, normalizeProps)));
123
123
  this.trackBindings.extendWith(computed(() => this.qdsRadioService.context().getGroupBindings()));
124
124
  }
125
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
126
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: RadioGroupDirective, isStandalone: false, selector: "[q-radio-group]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideRadioContext(), provideQdsRadioContext()], usesInheritance: true, ngImport: i0 });
125
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
126
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: RadioGroupDirective, isStandalone: false, selector: "[q-radio-group]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideRadioContext(), provideQdsRadioContext()], usesInheritance: true, ngImport: i0 });
127
127
  }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioGroupDirective, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioGroupDirective, decorators: [{
129
129
  type: Directive,
130
130
  args: [{
131
131
  providers: [provideRadioContext(), provideQdsRadioContext()],
@@ -142,10 +142,10 @@ class RadioHiddenInputDirective extends CoreRadioItemHiddenInputDirective {
142
142
  super();
143
143
  this.trackBindings.extendWith(computed(() => this.qdsRadioContext().getItemHiddenInputBindings()));
144
144
  }
145
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioHiddenInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
146
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: RadioHiddenInputDirective, isStandalone: false, selector: "input[q-radio-hidden-input]", usesInheritance: true, ngImport: i0 });
145
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioHiddenInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
146
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: RadioHiddenInputDirective, isStandalone: false, selector: "input[q-radio-hidden-input]", usesInheritance: true, ngImport: i0 });
147
147
  }
148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioHiddenInputDirective, decorators: [{
148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioHiddenInputDirective, decorators: [{
149
149
  type: Directive,
150
150
  args: [{
151
151
  selector: "input[q-radio-hidden-input]",
@@ -161,10 +161,10 @@ class RadioLabelDirective extends CoreRadioItemLabelDirective {
161
161
  super();
162
162
  this.trackBindings.extendWith(computed(() => this.qdsRadioContext().getItemLabelBindings()));
163
163
  }
164
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
165
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: RadioLabelDirective, isStandalone: false, selector: "[q-radio-label]", usesInheritance: true, ngImport: i0 });
164
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
165
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: RadioLabelDirective, isStandalone: false, selector: "[q-radio-label]", usesInheritance: true, ngImport: i0 });
166
166
  }
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioLabelDirective, decorators: [{
167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioLabelDirective, decorators: [{
168
168
  type: Directive,
169
169
  args: [{
170
170
  selector: "[q-radio-label]",
@@ -191,10 +191,10 @@ class RadioRootDirective extends CoreRadioRootDirective {
191
191
  this.qdsRadioService.init(computed(() => createQdsRadioApi({ size: this.size() || this.parentQdsRadioContext?.()?.size }, normalizeProps)));
192
192
  this.trackBindings.extendWith(computed(() => this.qdsRadioService.context().getItemBindings()));
193
193
  }
194
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
195
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: RadioRootDirective, isStandalone: false, selector: "[q-radio-root]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideRadioItemContext(), provideQdsRadioContext()], usesInheritance: true, ngImport: i0 });
194
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
195
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: RadioRootDirective, isStandalone: false, selector: "[q-radio-root]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideRadioItemContext(), provideQdsRadioContext()], usesInheritance: true, ngImport: i0 });
196
196
  }
197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioRootDirective, decorators: [{
197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioRootDirective, decorators: [{
198
198
  type: Directive,
199
199
  args: [{
200
200
  providers: [provideRadioItemContext(), provideQdsRadioContext()],
@@ -211,8 +211,8 @@ class RadioComponent extends RadioRootDirective {
211
211
  * automatically associated with the component's input element for accessibility.
212
212
  */
213
213
  label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : []));
214
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
215
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: RadioComponent, isStandalone: false, selector: "[q-radio]", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideRadioItemContext(), provideQdsRadioContext()], usesInheritance: true, ngImport: i0, template: `
214
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
215
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: RadioComponent, isStandalone: false, selector: "[q-radio]", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideRadioItemContext(), provideQdsRadioContext()], usesInheritance: true, ngImport: i0, template: `
216
216
  <ng-content select="[q-radio-hidden-input]">
217
217
  <input q-radio-hidden-input />
218
218
  </ng-content>
@@ -228,7 +228,7 @@ class RadioComponent extends RadioRootDirective {
228
228
  </ng-content>
229
229
  `, isInline: true, dependencies: [{ kind: "directive", type: RadioHiddenInputDirective, selector: "input[q-radio-hidden-input]" }, { kind: "directive", type: RadioLabelDirective, selector: "[q-radio-label]" }, { kind: "directive", type: RadioControlDirective, selector: "[q-radio-control]" }] });
230
230
  }
231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioComponent, decorators: [{
231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioComponent, decorators: [{
232
232
  type: Component,
233
233
  args: [{
234
234
  providers: [provideRadioItemContext(), provideQdsRadioContext()],
@@ -255,8 +255,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
255
255
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
256
256
  // SPDX-License-Identifier: BSD-3-Clause-Clear
257
257
  class RadioModule {
258
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
259
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: RadioModule, declarations: [RadioComponent,
258
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
259
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: RadioModule, declarations: [RadioComponent,
260
260
  RadioGroupErrorTextComponent,
261
261
  RadioGroupDirective,
262
262
  RadioGroupLabelDirective,
@@ -273,9 +273,9 @@ class RadioModule {
273
273
  RadioLabelDirective,
274
274
  RadioControlDirective,
275
275
  RadioRootDirective] });
276
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioModule });
276
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioModule });
277
277
  }
278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: RadioModule, decorators: [{
278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: RadioModule, decorators: [{
279
279
  type: NgModule,
280
280
  args: [{
281
281
  declarations: [
@@ -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.12", ngImport: i0, type: QdsSegmentedControlContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsSegmentedControlContextService });
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.12", ngImport: i0, type: QdsSegmentedControlContextService, decorators: [{
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.12", ngImport: i0, type: SegmentedControlHiddenInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
35
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: SegmentedControlHiddenInputDirective, isStandalone: false, selector: "[q-segmented-control-hidden-input]", usesInheritance: true, ngImport: i0 });
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.12", ngImport: i0, type: SegmentedControlHiddenInputDirective, decorators: [{
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.12", ngImport: i0, type: SegmentedControlItemRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
54
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: SegmentedControlItemRootDirective, isStandalone: false, selector: "[q-segmented-control-item-root]", providers: [provideCheckboxContext()], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0 });
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.12", ngImport: i0, type: SegmentedControlItemRootDirective, decorators: [{
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.12", ngImport: i0, type: SegmentedControlItemTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
78
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: SegmentedControlItemTextDirective, isStandalone: false, selector: "[q-segmented-control-item-text]", usesInheritance: true, ngImport: i0 });
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.12", ngImport: i0, type: SegmentedControlItemTextDirective, decorators: [{
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.12", ngImport: i0, type: SegmentedControlItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
94
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", 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: `
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.12", ngImport: i0, type: SegmentedControlItemComponent, decorators: [{
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.12", ngImport: i0, type: SegmentedControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
165
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", 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: [
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.12", ngImport: i0, type: SegmentedControlDirective, decorators: [{
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.12", ngImport: i0, type: SegmentedControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
186
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: SegmentedControlModule, declarations: [SegmentedControlDirective,
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.12", ngImport: i0, type: SegmentedControlModule });
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.12", ngImport: i0, type: SegmentedControlModule, decorators: [{
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: [