@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.
Files changed (49) 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 +42 -42
  15. package/fesm2022/qualcomm-ui-angular-header-bar.mjs.map +1 -1
  16. package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
  17. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
  18. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
  19. package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
  20. package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
  21. package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
  22. package/fesm2022/qualcomm-ui-angular-menu.mjs +88 -65
  23. package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -1
  24. package/fesm2022/qualcomm-ui-angular-number-input.mjs +40 -40
  25. package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
  26. package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
  27. package/fesm2022/qualcomm-ui-angular-popover.mjs +40 -40
  28. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
  29. package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
  30. package/fesm2022/qualcomm-ui-angular-radio.mjs +34 -34
  31. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
  32. package/fesm2022/qualcomm-ui-angular-select.mjs +61 -61
  33. package/fesm2022/qualcomm-ui-angular-side-nav.mjs +82 -82
  34. package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
  35. package/fesm2022/qualcomm-ui-angular-switch.mjs +28 -28
  36. package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
  37. package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
  38. package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
  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/header-bar/index.d.ts +2 -2
  46. package/header-bar/index.d.ts.map +1 -1
  47. package/menu/index.d.ts +12 -5
  48. package/menu/index.d.ts.map +1 -1
  49. package/package.json +4 -4
@@ -9,10 +9,10 @@ import { createQdsProgressRingApi } from '@qualcomm-ui/qds-core/progress-ring';
9
9
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
10
10
  // SPDX-License-Identifier: BSD-3-Clause-Clear
11
11
  class QdsProgressRingContextService extends BaseApiContextService {
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressRingContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressRingContextService });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsProgressRingContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsProgressRingContextService });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressRingContextService, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsProgressRingContextService, decorators: [{
16
16
  type: Injectable
17
17
  }] });
18
18
  const [QDS_PROGRESS_RING_CONTEXT, useQdsProgressRingContext, provideQdsProgressRingContext,] = createApiContext("QdsProgressRingContext", QdsProgressRingContextService);
@@ -25,10 +25,10 @@ class ProgressRingBarDirective extends CoreProgressRingBarDirective {
25
25
  super();
26
26
  this.trackBindings.extendWith(computed(() => this.qdsContext().getBarBindings()));
27
27
  }
28
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingBarDirective, isStandalone: false, selector: "circle[q-progress-ring-bar]", usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0 });
28
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
29
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingBarDirective, isStandalone: false, selector: "circle[q-progress-ring-bar]", usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0 });
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingBarDirective, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingBarDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  hostDirectives: [QuiPreloadDirective],
@@ -45,10 +45,10 @@ class ProgressRingCircleContainerDirective {
45
45
  ngOnInit() {
46
46
  this.trackBindings();
47
47
  }
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingCircleContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
49
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingCircleContainerDirective, isStandalone: false, selector: "[q-progress-ring-circle-container]", ngImport: i0 });
48
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingCircleContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
49
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingCircleContainerDirective, isStandalone: false, selector: "[q-progress-ring-circle-container]", ngImport: i0 });
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingCircleContainerDirective, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingCircleContainerDirective, decorators: [{
52
52
  type: Directive,
53
53
  args: [{
54
54
  selector: "[q-progress-ring-circle-container]",
@@ -64,10 +64,10 @@ class ProgressRingTrackDirective extends CoreProgressRingTrackDirective {
64
64
  super();
65
65
  this.trackBindings.extendWith(computed(() => this.qdsContext().getTrackBindings()));
66
66
  }
67
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingTrackDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
68
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingTrackDirective, isStandalone: false, selector: "circle[q-progress-ring-track]", usesInheritance: true, ngImport: i0 });
67
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingTrackDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
68
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingTrackDirective, isStandalone: false, selector: "circle[q-progress-ring-track]", usesInheritance: true, ngImport: i0 });
69
69
  }
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingTrackDirective, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingTrackDirective, decorators: [{
71
71
  type: Directive,
72
72
  args: [{
73
73
  selector: "circle[q-progress-ring-track]",
@@ -83,15 +83,15 @@ class ProgressRingCircleDirective extends CoreProgressRingCircleDirective {
83
83
  super();
84
84
  this.trackBindings.extendWith(computed(() => this.qdsContext().getCircleBindings()));
85
85
  }
86
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingCircleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
87
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingCircleDirective, isStandalone: false, selector: "svg[q-progress-ring-circle]", usesInheritance: true, ngImport: i0, template: `
86
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingCircleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
87
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingCircleDirective, isStandalone: false, selector: "svg[q-progress-ring-circle]", usesInheritance: true, ngImport: i0, template: `
88
88
  <ng-content>
89
89
  <svg:circle q-progress-ring-track />
90
90
  <svg:circle q-progress-ring-bar />
91
91
  </ng-content>
92
92
  `, isInline: true, dependencies: [{ kind: "directive", type: ProgressRingBarDirective, selector: "circle[q-progress-ring-bar]" }, { kind: "directive", type: ProgressRingTrackDirective, selector: "circle[q-progress-ring-track]" }] });
93
93
  }
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingCircleDirective, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingCircleDirective, decorators: [{
95
95
  type: Component,
96
96
  args: [{
97
97
  selector: "svg[q-progress-ring-circle]",
@@ -119,10 +119,10 @@ class ProgressRingContextDirective extends ApiContextDirective {
119
119
  static ngTemplateContextGuard(dir, ctx) {
120
120
  return true;
121
121
  }
122
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
123
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingContextDirective, isStandalone: false, selector: "[progressRingContext]", usesInheritance: true, ngImport: i0 });
122
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
123
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingContextDirective, isStandalone: false, selector: "[progressRingContext]", usesInheritance: true, ngImport: i0 });
124
124
  }
125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingContextDirective, decorators: [{
125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingContextDirective, decorators: [{
126
126
  type: Directive,
127
127
  args: [{
128
128
  selector: "[progressRingContext]",
@@ -138,10 +138,10 @@ class ProgressRingErrorTextDirective extends CoreProgressRingErrorTextDirective
138
138
  super();
139
139
  this.trackBindings.extendWith(computed(() => this.qdsContext().getErrorTextBindings()));
140
140
  }
141
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
142
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingErrorTextDirective, isStandalone: false, selector: "[q-progress-ring-error-text]", usesInheritance: true, ngImport: i0 });
141
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
142
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingErrorTextDirective, isStandalone: false, selector: "[q-progress-ring-error-text]", usesInheritance: true, ngImport: i0 });
143
143
  }
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingErrorTextDirective, decorators: [{
144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingErrorTextDirective, decorators: [{
145
145
  type: Directive,
146
146
  args: [{
147
147
  selector: "[q-progress-ring-error-text]",
@@ -157,10 +157,10 @@ class ProgressRingLabelDirective extends CoreProgressRingLabelDirective {
157
157
  super();
158
158
  this.trackBindings.extendWith(computed(() => this.qdsContext().getLabelBindings()));
159
159
  }
160
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
161
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingLabelDirective, isStandalone: false, selector: "[q-progress-ring-label]", usesInheritance: true, ngImport: i0 });
160
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
161
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingLabelDirective, isStandalone: false, selector: "[q-progress-ring-label]", usesInheritance: true, ngImport: i0 });
162
162
  }
163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingLabelDirective, decorators: [{
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingLabelDirective, decorators: [{
164
164
  type: Directive,
165
165
  args: [{
166
166
  selector: "[q-progress-ring-label]",
@@ -200,10 +200,10 @@ class ProgressRingRootDirective extends CoreProgressRingRootDirective {
200
200
  thickness: this.thickness(),
201
201
  }, normalizeProps)));
202
202
  }
203
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
204
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: ProgressRingRootDirective, isStandalone: false, selector: "[q-progress-ring-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, thickness: { classPropertyName: "thickness", publicName: "thickness", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressRingContext(), provideQdsProgressRingContext()], usesInheritance: true, ngImport: i0 });
203
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
204
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: ProgressRingRootDirective, isStandalone: false, selector: "[q-progress-ring-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, thickness: { classPropertyName: "thickness", publicName: "thickness", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressRingContext(), provideQdsProgressRingContext()], usesInheritance: true, ngImport: i0 });
205
205
  }
206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingRootDirective, decorators: [{
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingRootDirective, decorators: [{
207
207
  type: Directive,
208
208
  args: [{
209
209
  providers: [provideProgressRingContext(), provideQdsProgressRingContext()],
@@ -220,10 +220,10 @@ class ProgressRingValueTextDirective extends CoreProgressRingValueTextDirective
220
220
  super();
221
221
  this.trackBindings.extendWith(computed(() => this.qdsContext().getValueTextBindings()));
222
222
  }
223
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
224
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressRingValueTextDirective, isStandalone: false, selector: "[q-progress-ring-value-text]", usesInheritance: true, ngImport: i0 });
223
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
224
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressRingValueTextDirective, isStandalone: false, selector: "[q-progress-ring-value-text]", usesInheritance: true, ngImport: i0 });
225
225
  }
226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingValueTextDirective, decorators: [{
226
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingValueTextDirective, decorators: [{
227
227
  type: Directive,
228
228
  args: [{
229
229
  selector: "[q-progress-ring-value-text]",
@@ -254,8 +254,8 @@ class ProgressRingDirective extends ProgressRingRootDirective {
254
254
  * ```
255
255
  */
256
256
  label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : []));
257
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
258
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ProgressRingDirective, isStandalone: false, selector: "[q-progress-ring]", inputs: { errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressRingContext(), provideQdsProgressRingContext()], usesInheritance: true, ngImport: i0, template: `
257
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
258
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ProgressRingDirective, isStandalone: false, selector: "[q-progress-ring]", inputs: { errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressRingContext(), provideQdsProgressRingContext()], usesInheritance: true, ngImport: i0, template: `
259
259
  <div q-progress-ring-circle-container>
260
260
  <ng-content select="[q-progress-ring-value-text]" />
261
261
  <ng-content select="[q-progress-ring-circle]">
@@ -274,7 +274,7 @@ class ProgressRingDirective extends ProgressRingRootDirective {
274
274
  </ng-content>
275
275
  `, isInline: true, dependencies: [{ kind: "component", type: ProgressRingCircleDirective, selector: "svg[q-progress-ring-circle]" }, { kind: "directive", type: ProgressRingCircleContainerDirective, selector: "[q-progress-ring-circle-container]" }, { kind: "directive", type: ProgressRingErrorTextDirective, selector: "[q-progress-ring-error-text]" }, { kind: "directive", type: ProgressRingLabelDirective, selector: "[q-progress-ring-label]" }] });
276
276
  }
277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingDirective, decorators: [{
277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingDirective, decorators: [{
278
278
  type: Component,
279
279
  args: [{
280
280
  providers: [provideProgressRingContext(), provideQdsProgressRingContext()],
@@ -304,8 +304,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
304
304
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
305
305
  // SPDX-License-Identifier: BSD-3-Clause-Clear
306
306
  class ProgressRingModule {
307
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
308
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingModule, declarations: [ProgressRingDirective,
307
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
308
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingModule, declarations: [ProgressRingDirective,
309
309
  ProgressRingRootDirective,
310
310
  ProgressRingBarDirective,
311
311
  ProgressRingCircleDirective,
@@ -324,9 +324,9 @@ class ProgressRingModule {
324
324
  ProgressRingLabelDirective,
325
325
  ProgressRingTrackDirective,
326
326
  ProgressRingValueTextDirective] });
327
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingModule });
327
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingModule });
328
328
  }
329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRingModule, decorators: [{
329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRingModule, decorators: [{
330
330
  type: NgModule,
331
331
  args: [{
332
332
  declarations: [
@@ -10,10 +10,10 @@ import { createQdsProgressApi } from '@qualcomm-ui/qds-core/progress';
10
10
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
11
11
  // SPDX-License-Identifier: BSD-3-Clause-Clear
12
12
  class QdsProgressContextService extends BaseApiContextService {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressContextService });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsProgressContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsProgressContextService });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsProgressContextService, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsProgressContextService, decorators: [{
17
17
  type: Injectable
18
18
  }] });
19
19
  const [QDS_PROGRESS_CONTEXT, useQdsProgressContext, provideQdsProgressContext,] = createApiContext("QdsProgressContext", QdsProgressContextService);
@@ -26,10 +26,10 @@ class ProgressBarDirective extends CoreProgressBarDirective {
26
26
  super();
27
27
  this.trackBindings.extendWith(computed(() => this.qdsContext().getBarBindings()));
28
28
  }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressBarDirective, isStandalone: false, selector: "[q-progress-bar]", usesInheritance: true, ngImport: i0 });
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressBarDirective, isStandalone: false, selector: "[q-progress-bar]", usesInheritance: true, ngImport: i0 });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressBarDirective, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressBarDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: "[q-progress-bar]",
@@ -51,10 +51,10 @@ class ProgressContextDirective extends ApiContextDirective {
51
51
  static ngTemplateContextGuard(dir, ctx) {
52
52
  return true;
53
53
  }
54
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
55
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressContextDirective, isStandalone: false, selector: "[progressContext]", usesInheritance: true, ngImport: i0 });
54
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
55
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressContextDirective, isStandalone: false, selector: "[progressContext]", usesInheritance: true, ngImport: i0 });
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressContextDirective, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressContextDirective, decorators: [{
58
58
  type: Directive,
59
59
  args: [{
60
60
  selector: "[progressContext]",
@@ -76,8 +76,8 @@ class ProgressErrorTextDirective extends CoreProgressErrorTextDirective {
76
76
  super();
77
77
  this.trackBindings.extendWith(computed(() => this.qdsContext().getErrorTextBindings()));
78
78
  }
79
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
80
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ProgressErrorTextDirective, isStandalone: false, selector: "[q-progress-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
79
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
80
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ProgressErrorTextDirective, isStandalone: false, selector: "[q-progress-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
81
81
  <ng-content select="[qIcon]">
82
82
  @if (icon()) {
83
83
  <svg [qIcon]="icon()!" />
@@ -86,7 +86,7 @@ class ProgressErrorTextDirective extends CoreProgressErrorTextDirective {
86
86
  <ng-content />
87
87
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
88
88
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressErrorTextDirective, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressErrorTextDirective, decorators: [{
90
90
  type: Component,
91
91
  args: [{
92
92
  selector: "[q-progress-error-text]",
@@ -110,10 +110,10 @@ class ProgressHintDirective extends CoreProgressHintDirective {
110
110
  super();
111
111
  this.trackBindings.extendWith(computed(() => this.qdsContext().getHintBindings()));
112
112
  }
113
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
114
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressHintDirective, isStandalone: false, selector: "[q-progress-hint]", usesInheritance: true, ngImport: i0 });
113
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
114
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressHintDirective, isStandalone: false, selector: "[q-progress-hint]", usesInheritance: true, ngImport: i0 });
115
115
  }
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressHintDirective, decorators: [{
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressHintDirective, decorators: [{
117
117
  type: Directive,
118
118
  args: [{
119
119
  selector: "[q-progress-hint]",
@@ -129,10 +129,10 @@ class ProgressLabelDirective extends CoreProgressLabelDirective {
129
129
  super();
130
130
  this.trackBindings.extendWith(computed(() => this.qdsContext().getLabelBindings()));
131
131
  }
132
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
133
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressLabelDirective, isStandalone: false, selector: "[q-progress-label]", usesInheritance: true, ngImport: i0 });
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
133
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressLabelDirective, isStandalone: false, selector: "[q-progress-label]", usesInheritance: true, ngImport: i0 });
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressLabelDirective, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressLabelDirective, decorators: [{
136
136
  type: Directive,
137
137
  args: [{
138
138
  selector: "[q-progress-label]",
@@ -175,10 +175,10 @@ class ProgressRootDirective extends CoreProgressRootDirective {
175
175
  }, normalizeProps)));
176
176
  this.trackBindings.extendWith(computed(() => this.qdsProgressService.context().getRootBindings()));
177
177
  }
178
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
179
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: ProgressRootDirective, isStandalone: false, selector: "[q-progress-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, labelOrientation: { classPropertyName: "labelOrientation", publicName: "labelOrientation", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressContext(), provideQdsProgressContext()], usesInheritance: true, ngImport: i0 });
178
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
179
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: ProgressRootDirective, isStandalone: false, selector: "[q-progress-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, labelOrientation: { classPropertyName: "labelOrientation", publicName: "labelOrientation", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressContext(), provideQdsProgressContext()], usesInheritance: true, ngImport: i0 });
180
180
  }
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressRootDirective, decorators: [{
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressRootDirective, decorators: [{
182
182
  type: Directive,
183
183
  args: [{
184
184
  providers: [provideProgressContext(), provideQdsProgressContext()],
@@ -195,14 +195,14 @@ class ProgressTrackDirective extends CoreProgressTrackDirective {
195
195
  super();
196
196
  this.trackBindings.extendWith(computed(() => this.qdsContext().getTrackBindings()));
197
197
  }
198
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressTrackDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
199
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: ProgressTrackDirective, isStandalone: false, selector: "[q-progress-track]", usesInheritance: true, ngImport: i0, template: `
198
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressTrackDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
199
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: ProgressTrackDirective, isStandalone: false, selector: "[q-progress-track]", usesInheritance: true, ngImport: i0, template: `
200
200
  <ng-content>
201
201
  <div q-progress-bar></div>
202
202
  </ng-content>
203
203
  `, isInline: true, dependencies: [{ kind: "directive", type: ProgressBarDirective, selector: "[q-progress-bar]" }] });
204
204
  }
205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressTrackDirective, decorators: [{
205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressTrackDirective, decorators: [{
206
206
  type: Component,
207
207
  args: [{
208
208
  selector: "[q-progress-track]",
@@ -223,10 +223,10 @@ class ProgressValueTextDirective extends CoreProgressValueTextDirective {
223
223
  super();
224
224
  this.trackBindings.extendWith(computed(() => this.qdsContext().getValueTextBindings()));
225
225
  }
226
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
227
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: ProgressValueTextDirective, isStandalone: false, selector: "[q-progress-value-text]", usesInheritance: true, ngImport: i0 });
226
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressValueTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
227
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: ProgressValueTextDirective, isStandalone: false, selector: "[q-progress-value-text]", usesInheritance: true, ngImport: i0 });
228
228
  }
229
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressValueTextDirective, decorators: [{
229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressValueTextDirective, decorators: [{
230
230
  type: Directive,
231
231
  args: [{
232
232
  selector: "[q-progress-value-text]",
@@ -277,8 +277,8 @@ class ProgressDirective extends ProgressRootDirective {
277
277
  * ```
278
278
  */
279
279
  valueText = input(...(ngDevMode ? [undefined, { debugName: "valueText" }] : []));
280
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
281
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ProgressDirective, isStandalone: false, selector: "[q-progress]", inputs: { 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 }, valueText: { classPropertyName: "valueText", publicName: "valueText", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressContext(), provideQdsProgressContext()], usesInheritance: true, ngImport: i0, template: `
280
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
281
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ProgressDirective, isStandalone: false, selector: "[q-progress]", inputs: { 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 }, valueText: { classPropertyName: "valueText", publicName: "valueText", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideProgressContext(), provideQdsProgressContext()], usesInheritance: true, ngImport: i0, template: `
282
282
  <ng-content select="[q-progress-label]">
283
283
  @if (label()) {
284
284
  <div q-progress-label>{{ label() }}</div>
@@ -308,7 +308,7 @@ class ProgressDirective extends ProgressRootDirective {
308
308
  </ng-content>
309
309
  `, isInline: true, dependencies: [{ kind: "component", type: ProgressTrackDirective, selector: "[q-progress-track]" }, { kind: "directive", type: ProgressLabelDirective, selector: "[q-progress-label]" }, { kind: "directive", type: ProgressValueTextDirective, selector: "[q-progress-value-text]" }, { kind: "component", type: ProgressErrorTextDirective, selector: "[q-progress-error-text]", inputs: ["icon"] }, { kind: "directive", type: ProgressHintDirective, selector: "[q-progress-hint]" }] });
310
310
  }
311
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressDirective, decorators: [{
311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressDirective, decorators: [{
312
312
  type: Component,
313
313
  args: [{
314
314
  providers: [provideProgressContext(), provideQdsProgressContext()],
@@ -349,8 +349,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
349
349
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
350
350
  // SPDX-License-Identifier: BSD-3-Clause-Clear
351
351
  class ProgressModule {
352
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
353
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule, declarations: [ProgressRootDirective,
352
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
353
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: ProgressModule, declarations: [ProgressRootDirective,
354
354
  ProgressBarDirective,
355
355
  ProgressTrackDirective,
356
356
  ProgressLabelDirective,
@@ -367,9 +367,9 @@ class ProgressModule {
367
367
  ProgressErrorTextDirective,
368
368
  ProgressHintDirective,
369
369
  ProgressDirective] });
370
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule });
370
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressModule });
371
371
  }
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ProgressModule, decorators: [{
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ProgressModule, decorators: [{
373
373
  type: NgModule,
374
374
  args: [{
375
375
  declarations: [
@@ -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: [