@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
@@ -16,10 +16,10 @@ import { createQdsMenuApi } from '@qualcomm-ui/qds-core/menu';
16
16
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
17
17
  // SPDX-License-Identifier: BSD-3-Clause-Clear
18
18
  class QdsMenuContextService extends BaseApiContextService {
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsMenuContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
20
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsMenuContextService });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsMenuContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
20
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsMenuContextService });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsMenuContextService, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsMenuContextService, decorators: [{
23
23
  type: Injectable
24
24
  }] });
25
25
  const [QDS_MENU_CONTEXT, useQdsMenuContext, provideQdsMenuContext,] = createApiContext("QdsMenuContext", QdsMenuContextService);
@@ -32,8 +32,8 @@ class MenuButtonComponent extends BaseButtonDirective {
32
32
  super();
33
33
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getButtonBindings()));
34
34
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
36
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: MenuButtonComponent, isStandalone: false, selector: "[q-menu-button]", providers: [
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: MenuButtonComponent, isStandalone: false, selector: "[q-menu-button]", providers: [
37
37
  provideIcons({ ChevronDown }),
38
38
  provideQdsButtonContext(),
39
39
  {
@@ -66,7 +66,7 @@ class MenuButtonComponent extends BaseButtonDirective {
66
66
  </ng-content>
67
67
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i3.StartIconDirective, selector: "div[q-start-icon],span[q-start-icon],svg[q-start-icon]", inputs: ["icon"] }, { kind: "directive", type: i3.EndIconDirective, selector: "div[q-end-icon],span[q-end-icon],svg[q-end-icon]", inputs: ["icon"] }] });
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuButtonComponent, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuButtonComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{
72
72
  hostDirectives: [
@@ -119,10 +119,10 @@ class MenuCheckboxItemDirective extends CoreMenuCheckboxItemDirective {
119
119
  super();
120
120
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getItemBindings()));
121
121
  }
122
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuCheckboxItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
123
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuCheckboxItemDirective, isStandalone: false, selector: "[q-menu-checkbox-item]", providers: [provideMenuItemContext(), provideMenuOptionItemContext()], usesInheritance: true, ngImport: i0 });
122
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuCheckboxItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
123
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuCheckboxItemDirective, isStandalone: false, selector: "[q-menu-checkbox-item]", providers: [provideMenuItemContext(), provideMenuOptionItemContext()], usesInheritance: true, ngImport: i0 });
124
124
  }
125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuCheckboxItemDirective, decorators: [{
125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuCheckboxItemDirective, decorators: [{
126
126
  type: Directive,
127
127
  args: [{
128
128
  providers: [provideMenuItemContext(), provideMenuOptionItemContext()],
@@ -139,10 +139,10 @@ class MenuContentDirective extends CoreMenuContentDirective {
139
139
  super();
140
140
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getContentBindings()));
141
141
  }
142
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
143
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuContentDirective, isStandalone: false, selector: "[q-menu-content]", usesInheritance: true, ngImport: i0 });
142
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
143
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuContentDirective, isStandalone: false, selector: "[q-menu-content]", usesInheritance: true, ngImport: i0 });
144
144
  }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuContentDirective, decorators: [{
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuContentDirective, decorators: [{
146
146
  type: Directive,
147
147
  args: [{
148
148
  selector: "[q-menu-content]",
@@ -153,10 +153,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
153
153
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
154
154
  // SPDX-License-Identifier: BSD-3-Clause-Clear
155
155
  class MenuContextTriggerDirective extends CoreMenuContextTriggerDirective {
156
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuContextTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
157
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuContextTriggerDirective, isStandalone: false, selector: "[q-menu-context-trigger]", usesInheritance: true, ngImport: i0 });
156
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuContextTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
157
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuContextTriggerDirective, isStandalone: false, selector: "[q-menu-context-trigger]", usesInheritance: true, ngImport: i0 });
158
158
  }
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuContextTriggerDirective, decorators: [{
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuContextTriggerDirective, decorators: [{
160
160
  type: Directive,
161
161
  args: [{
162
162
  selector: "[q-menu-context-trigger]",
@@ -172,10 +172,10 @@ class MenuItemCommandDirective {
172
172
  ngOnInit() {
173
173
  this.trackBindings();
174
174
  }
175
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
176
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuItemCommandDirective, isStandalone: false, selector: "[q-menu-item-command]", ngImport: i0 });
175
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemCommandDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
176
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuItemCommandDirective, isStandalone: false, selector: "[q-menu-item-command]", ngImport: i0 });
177
177
  }
178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemCommandDirective, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemCommandDirective, decorators: [{
179
179
  type: Directive,
180
180
  args: [{
181
181
  selector: "[q-menu-item-command]",
@@ -191,10 +191,10 @@ class MenuItemGroupLabelDirective extends CoreMenuItemGroupLabelDirective {
191
191
  super();
192
192
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getItemGroupLabelBindings()));
193
193
  }
194
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemGroupLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
195
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuItemGroupLabelDirective, isStandalone: false, selector: "[q-menu-item-group-label]", usesInheritance: true, ngImport: i0 });
194
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemGroupLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
195
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuItemGroupLabelDirective, isStandalone: false, selector: "[q-menu-item-group-label]", usesInheritance: true, ngImport: i0 });
196
196
  }
197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemGroupLabelDirective, decorators: [{
197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemGroupLabelDirective, decorators: [{
198
198
  type: Directive,
199
199
  args: [{
200
200
  selector: "[q-menu-item-group-label]",
@@ -210,10 +210,10 @@ class MenuItemGroupDirective extends CoreMenuItemGroupDirective {
210
210
  super();
211
211
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getItemGroupBindings()));
212
212
  }
213
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
214
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuItemGroupDirective, isStandalone: false, selector: "[q-menu-item-group]", providers: [provideMenuItemGroupContext()], usesInheritance: true, ngImport: i0 });
213
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
214
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuItemGroupDirective, isStandalone: false, selector: "[q-menu-item-group]", providers: [provideMenuItemGroupContext()], usesInheritance: true, ngImport: i0 });
215
215
  }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemGroupDirective, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemGroupDirective, decorators: [{
217
217
  type: Directive,
218
218
  args: [{
219
219
  providers: [provideMenuItemGroupContext()],
@@ -230,13 +230,13 @@ class MenuItemIndicatorComponent extends CoreMenuItemIndicatorDirective {
230
230
  super();
231
231
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getItemIndicatorBindings()));
232
232
  }
233
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
234
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: MenuItemIndicatorComponent, isStandalone: false, selector: "[q-menu-item-indicator]", providers: [provideIcons({ Check })], usesInheritance: true, ngImport: i0, template: `
233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
234
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: MenuItemIndicatorComponent, isStandalone: false, selector: "[q-menu-item-indicator]", providers: [provideIcons({ Check })], usesInheritance: true, ngImport: i0, template: `
235
235
  <ng-content />
236
236
  <svg qIcon="Check"></svg>
237
237
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
238
238
  }
239
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemIndicatorComponent, decorators: [{
239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemIndicatorComponent, decorators: [{
240
240
  type: Component,
241
241
  args: [{
242
242
  providers: [provideIcons({ Check })],
@@ -258,15 +258,15 @@ class MenuItemStartIconComponent {
258
258
  ngOnInit() {
259
259
  this.trackBindings();
260
260
  }
261
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemStartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
262
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: MenuItemStartIconComponent, isStandalone: false, selector: "[q-menu-item-start-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
261
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemStartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
262
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: MenuItemStartIconComponent, isStandalone: false, selector: "[q-menu-item-start-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
263
263
  @if (icon()) {
264
264
  <svg [qIcon]="icon()!" />
265
265
  }
266
266
  <ng-content />
267
267
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
268
268
  }
269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemStartIconComponent, decorators: [{
269
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemStartIconComponent, decorators: [{
270
270
  type: Component,
271
271
  args: [{
272
272
  selector: "[q-menu-item-start-icon]",
@@ -289,10 +289,10 @@ class MenuItemDirective extends CoreMenuItemRootDirective {
289
289
  extraBindings: computed(() => this.qdsMenuContext().getItemBindings()),
290
290
  });
291
291
  }
292
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
293
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuItemDirective, isStandalone: false, selector: "[q-menu-item]", providers: [provideMenuItemContext()], usesInheritance: true, ngImport: i0 });
292
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
293
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuItemDirective, isStandalone: false, selector: "[q-menu-item]", providers: [provideMenuItemContext()], usesInheritance: true, ngImport: i0 });
294
294
  }
295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuItemDirective, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuItemDirective, decorators: [{
296
296
  type: Directive,
297
297
  args: [{
298
298
  providers: [provideMenuItemContext()],
@@ -304,14 +304,14 @@ 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 MenuPositionerComponent extends CoreMenuPositionerDirective {
307
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuPositionerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
308
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: MenuPositionerComponent, isStandalone: false, selector: "[q-menu-positioner]", usesInheritance: true, ngImport: i0, template: `
307
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuPositionerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
308
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: MenuPositionerComponent, isStandalone: false, selector: "[q-menu-positioner]", usesInheritance: true, ngImport: i0, template: `
309
309
  @if (!presenceService.unmounted()) {
310
310
  <ng-content />
311
311
  }
312
312
  `, isInline: true });
313
313
  }
314
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuPositionerComponent, decorators: [{
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuPositionerComponent, decorators: [{
315
315
  type: Component,
316
316
  args: [{
317
317
  selector: "[q-menu-positioner]",
@@ -332,10 +332,10 @@ class MenuRadioItemGroupDirective extends CoreMenuRadioItemGroupDirective {
332
332
  super();
333
333
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getItemGroupBindings()));
334
334
  }
335
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuRadioItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
336
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuRadioItemGroupDirective, isStandalone: false, selector: "[q-menu-radio-item-group]", providers: [provideMenuRadioItemGroupContext()], usesInheritance: true, ngImport: i0 });
335
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuRadioItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
336
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuRadioItemGroupDirective, isStandalone: false, selector: "[q-menu-radio-item-group]", providers: [provideMenuRadioItemGroupContext()], usesInheritance: true, ngImport: i0 });
337
337
  }
338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuRadioItemGroupDirective, decorators: [{
338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuRadioItemGroupDirective, decorators: [{
339
339
  type: Directive,
340
340
  args: [{
341
341
  providers: [provideMenuRadioItemGroupContext()],
@@ -352,10 +352,10 @@ class MenuRadioItemDirective extends CoreMenuRadioItemDirective {
352
352
  super();
353
353
  this.trackBindings.extendWith(computed(() => this.qdsMenuContext().getItemBindings()));
354
354
  }
355
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuRadioItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
356
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuRadioItemDirective, isStandalone: false, selector: "[q-menu-radio-item]", providers: [provideMenuItemContext(), provideMenuOptionItemContext()], usesInheritance: true, ngImport: i0 });
355
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuRadioItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
356
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuRadioItemDirective, isStandalone: false, selector: "[q-menu-radio-item]", providers: [provideMenuItemContext(), provideMenuOptionItemContext()], usesInheritance: true, ngImport: i0 });
357
357
  }
358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuRadioItemDirective, decorators: [{
358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuRadioItemDirective, decorators: [{
359
359
  type: Directive,
360
360
  args: [{
361
361
  providers: [provideMenuItemContext(), provideMenuOptionItemContext()],
@@ -373,10 +373,10 @@ class MenuSeparatorDirective extends CoreMenuSeparatorDirective {
373
373
  extraBindings: computed(() => this.qdsMenuContext().getSeparatorBindings()),
374
374
  });
375
375
  }
376
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuSeparatorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
377
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuSeparatorDirective, isStandalone: false, selector: "[q-menu-separator]", usesInheritance: true, ngImport: i0 });
376
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuSeparatorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
377
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuSeparatorDirective, isStandalone: false, selector: "[q-menu-separator]", usesInheritance: true, ngImport: i0 });
378
378
  }
379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuSeparatorDirective, decorators: [{
379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuSeparatorDirective, decorators: [{
380
380
  type: Directive,
381
381
  args: [{
382
382
  selector: "[q-menu-separator]",
@@ -392,14 +392,14 @@ class MenuTriggerItemIndicatorComponent {
392
392
  ngOnInit() {
393
393
  this.trackBindings();
394
394
  }
395
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuTriggerItemIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
396
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: MenuTriggerItemIndicatorComponent, isStandalone: false, selector: "[q-menu-trigger-item-indicator]", providers: [provideIcons({ ChevronRight })], ngImport: i0, template: `
395
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuTriggerItemIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
396
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: MenuTriggerItemIndicatorComponent, isStandalone: false, selector: "[q-menu-trigger-item-indicator]", providers: [provideIcons({ ChevronRight })], ngImport: i0, template: `
397
397
  <ng-content>
398
398
  <svg qIcon="ChevronRight" />
399
399
  </ng-content>
400
400
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
401
401
  }
402
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuTriggerItemIndicatorComponent, decorators: [{
402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuTriggerItemIndicatorComponent, decorators: [{
403
403
  type: Component,
404
404
  args: [{
405
405
  providers: [provideIcons({ ChevronRight })],
@@ -422,15 +422,15 @@ class MenuTriggerItemComponent extends CoreMenuTriggerItemDirective {
422
422
  super();
423
423
  this.trackBindings.extendWith(this.qdsBindings);
424
424
  }
425
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuTriggerItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
426
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: MenuTriggerItemComponent, isStandalone: false, selector: "[q-menu-trigger-item]", providers: [provideMenuItemContext()], usesInheritance: true, ngImport: i0, template: `
425
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuTriggerItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
426
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: MenuTriggerItemComponent, isStandalone: false, selector: "[q-menu-trigger-item]", providers: [provideMenuItemContext()], usesInheritance: true, ngImport: i0, template: `
427
427
  <ng-content />
428
428
  <ng-content select="[q-menu-trigger-item-indicator]">
429
429
  <div q-menu-trigger-item-indicator></div>
430
430
  </ng-content>
431
431
  `, isInline: true, dependencies: [{ kind: "component", type: MenuTriggerItemIndicatorComponent, selector: "[q-menu-trigger-item-indicator]" }] });
432
432
  }
433
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuTriggerItemComponent, decorators: [{
433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuTriggerItemComponent, decorators: [{
434
434
  type: Component,
435
435
  args: [{
436
436
  providers: [provideMenuItemContext()],
@@ -460,10 +460,10 @@ class MenuTriggerDirective extends CoreMenuTriggerDirective {
460
460
  : bindings["aria-controls"],
461
461
  };
462
462
  });
463
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
464
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: MenuTriggerDirective, isStandalone: false, selector: "[q-menu-trigger]", usesInheritance: true, ngImport: i0 });
463
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
464
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MenuTriggerDirective, isStandalone: false, selector: "[q-menu-trigger]", usesInheritance: true, ngImport: i0 });
465
465
  }
466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuTriggerDirective, decorators: [{
466
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuTriggerDirective, decorators: [{
467
467
  type: Directive,
468
468
  args: [{
469
469
  selector: "[q-menu-trigger]",
@@ -481,8 +481,8 @@ class MenuComponent extends CoreMenuRootDirective {
481
481
  const qdsMenuApi = computed(() => createQdsMenuApi({ size: this.size() }, normalizeProps), ...(ngDevMode ? [{ debugName: "qdsMenuApi" }] : []));
482
482
  this.qdsMenuService.init(qdsMenuApi);
483
483
  }
484
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
485
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: MenuComponent, isStandalone: false, selector: "q-menu", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
484
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
485
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: MenuComponent, isStandalone: false, selector: "q-menu", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
486
486
  provideMenuContext(),
487
487
  provideMenuTriggerContext(),
488
488
  provideMenuMachineContext(),
@@ -492,7 +492,7 @@ class MenuComponent extends CoreMenuRootDirective {
492
492
  <ng-content />
493
493
  `, isInline: true, styles: [":host{display:contents}\n"] });
494
494
  }
495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuComponent, decorators: [{
495
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuComponent, decorators: [{
496
496
  type: Component,
497
497
  args: [{ providers: [
498
498
  provideMenuContext(),
@@ -508,8 +508,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
508
508
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
509
509
  // SPDX-License-Identifier: BSD-3-Clause-Clear
510
510
  class MenuModule {
511
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
512
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: MenuModule, declarations: [MenuComponent,
511
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
512
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: MenuModule, declarations: [MenuComponent,
513
513
  MenuContentDirective,
514
514
  MenuPositionerComponent,
515
515
  MenuSeparatorDirective,
@@ -548,9 +548,9 @@ class MenuModule {
548
548
  MenuButtonComponent,
549
549
  MenuCheckboxItemDirective,
550
550
  MenuRadioItemGroupDirective] });
551
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuModule, imports: [ButtonModule] });
551
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuModule, imports: [ButtonModule] });
552
552
  }
553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: MenuModule, decorators: [{
553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MenuModule, decorators: [{
554
554
  type: NgModule,
555
555
  args: [{
556
556
  declarations: [
@@ -19,10 +19,10 @@ import { createQdsNumberInputApi } from '@qualcomm-ui/qds-core/number-input';
19
19
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
20
20
  // SPDX-License-Identifier: BSD-3-Clause-Clear
21
21
  class QdsNumberInputContextService extends BaseApiContextService {
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsNumberInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
23
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsNumberInputContextService });
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsNumberInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
23
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsNumberInputContextService });
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsNumberInputContextService, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsNumberInputContextService, decorators: [{
26
26
  type: Injectable
27
27
  }] });
28
28
  const [QDS_NUMBER_INPUT_CONTEXT, useQdsNumberInputContext, provideQdsNumberInputContext,] = createApiContext("QdsNumberInputContext", QdsNumberInputContextService);
@@ -40,8 +40,8 @@ class NumberInputDecrementTriggerDirective extends CoreNumberInputDecrementTrigg
40
40
  super();
41
41
  this.trackBindings.extendWith(computed(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), this.qdsNumberInputContext().getDecrementTriggerBindings())));
42
42
  }
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputDecrementTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: NumberInputDecrementTriggerDirective, isStandalone: false, selector: "[q-number-input-decrement-trigger]", providers: [provideIcons({ Minus })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputDecrementTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputDecrementTriggerDirective, isStandalone: false, selector: "[q-number-input-decrement-trigger]", providers: [provideIcons({ Minus })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
45
45
  <ng-content>
46
46
  <svg
47
47
  qIcon="Minus"
@@ -50,7 +50,7 @@ class NumberInputDecrementTriggerDirective extends CoreNumberInputDecrementTrigg
50
50
  </ng-content>
51
51
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputDecrementTriggerDirective, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputDecrementTriggerDirective, decorators: [{
54
54
  type: Component,
55
55
  args: [{
56
56
  hostDirectives: [QuiPreloadDirective],
@@ -81,8 +81,8 @@ class NumberInputIncrementTriggerDirective extends CoreNumberInputIncrementTrigg
81
81
  super();
82
82
  this.trackBindings.extendWith(computed(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), this.qdsNumberInputContext().getIncrementTriggerBindings())));
83
83
  }
84
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputIncrementTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
85
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: NumberInputIncrementTriggerDirective, isStandalone: false, selector: "[q-number-input-increment-trigger]", providers: [provideIcons({ Plus })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
84
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputIncrementTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
85
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputIncrementTriggerDirective, isStandalone: false, selector: "[q-number-input-increment-trigger]", providers: [provideIcons({ Plus })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
86
86
  <ng-content>
87
87
  <svg
88
88
  qIcon="Plus"
@@ -91,7 +91,7 @@ class NumberInputIncrementTriggerDirective extends CoreNumberInputIncrementTrigg
91
91
  </ng-content>
92
92
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
93
93
  }
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputIncrementTriggerDirective, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputIncrementTriggerDirective, decorators: [{
95
95
  type: Component,
96
96
  args: [{
97
97
  hostDirectives: [QuiPreloadDirective],
@@ -129,8 +129,8 @@ class NumberInputControlDirective extends CoreNumberInputControlDirective {
129
129
  super();
130
130
  this.trackBindings.extendWith(computed(() => this.qdsNumberInputContext().getControlBindings()));
131
131
  }
132
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
133
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: NumberInputControlDirective, isStandalone: false, selector: "[q-number-input-control]", usesInheritance: true, ngImport: i0, template: `
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputControlDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
133
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputControlDirective, isStandalone: false, selector: "[q-number-input-control]", usesInheritance: true, ngImport: i0, template: `
134
134
  <ng-content select="[q-number-input-decrement-trigger]">
135
135
  <button q-number-input-decrement-trigger></button>
136
136
  </ng-content>
@@ -140,7 +140,7 @@ class NumberInputControlDirective extends CoreNumberInputControlDirective {
140
140
  </ng-content>
141
141
  `, isInline: true, dependencies: [{ kind: "component", type: NumberInputDecrementTriggerDirective, selector: "[q-number-input-decrement-trigger]" }, { kind: "component", type: NumberInputIncrementTriggerDirective, selector: "[q-number-input-increment-trigger]" }] });
142
142
  }
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputControlDirective, decorators: [{
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputControlDirective, decorators: [{
144
144
  type: Component,
145
145
  args: [{
146
146
  selector: "[q-number-input-control]",
@@ -174,14 +174,14 @@ class NumberInputErrorIndicatorDirective extends CoreNumberInputErrorIndicatorDi
174
174
  return mergeProps(this.inputErrorIndicatorContext.getBindings(), this.qdsNumberInputContext().getErrorIndicatorBindings());
175
175
  }));
176
176
  }
177
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: NumberInputErrorIndicatorDirective, isStandalone: false, selector: "[q-number-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
177
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: NumberInputErrorIndicatorDirective, isStandalone: false, selector: "[q-number-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
179
179
  <ng-content>
180
180
  <svg [qIcon]="icon()"></svg>
181
181
  </ng-content>
182
182
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
183
183
  }
184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputErrorIndicatorDirective, decorators: [{
184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorIndicatorDirective, decorators: [{
185
185
  type: Component,
186
186
  args: [{
187
187
  selector: "[q-number-input-error-indicator]",
@@ -202,10 +202,10 @@ class NumberInputErrorTextDirective extends CoreNumberInputErrorTextDirective {
202
202
  super();
203
203
  this.trackBindings.extendWith(computed(() => this.qdsContext().getErrorTextBindings()));
204
204
  }
205
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
206
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: NumberInputErrorTextDirective, isStandalone: false, selector: "[q-number-input-error-text]", usesInheritance: true, ngImport: i0 });
205
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
206
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputErrorTextDirective, isStandalone: false, selector: "[q-number-input-error-text]", usesInheritance: true, ngImport: i0 });
207
207
  }
208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputErrorTextDirective, decorators: [{
208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputErrorTextDirective, decorators: [{
209
209
  type: Directive,
210
210
  args: [{
211
211
  selector: "[q-number-input-error-text]",
@@ -221,10 +221,10 @@ class NumberInputHintDirective extends CoreNumberInputHintDirective {
221
221
  super();
222
222
  this.trackBindings.extendWith(computed(() => this.qdsContext().getHintBindings()));
223
223
  }
224
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
225
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: NumberInputHintDirective, isStandalone: false, selector: "[q-number-input-hint]", usesInheritance: true, ngImport: i0 });
224
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
225
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputHintDirective, isStandalone: false, selector: "[q-number-input-hint]", usesInheritance: true, ngImport: i0 });
226
226
  }
227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputHintDirective, decorators: [{
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputHintDirective, decorators: [{
228
228
  type: Directive,
229
229
  args: [{
230
230
  selector: "[q-number-input-hint]",
@@ -241,8 +241,8 @@ class NumberInputInputGroupDirective extends CoreNumberInputInputGroupDirective
241
241
  super();
242
242
  this.trackBindings.extendWith(computed(() => this.qdsNumberInputContext().getInputGroupBindings()));
243
243
  }
244
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
245
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: NumberInputInputGroupDirective, isStandalone: false, selector: "[q-number-input-input-group]", usesInheritance: true, ngImport: i0, template: `
244
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
245
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: NumberInputInputGroupDirective, isStandalone: false, selector: "[q-number-input-input-group]", usesInheritance: true, ngImport: i0, template: `
246
246
  <ng-content select="[q-input-start-icon]">
247
247
  @if (inputGroupContext().startIcon) {
248
248
  <div q-input-start-icon [icon]="inputGroupContext().startIcon"></div>
@@ -256,7 +256,7 @@ class NumberInputInputGroupDirective extends CoreNumberInputInputGroupDirective
256
256
  </ng-content>
257
257
  `, isInline: true, dependencies: [{ kind: "component", type: i1$1.InputStartIconComponent, selector: "[q-input-start-icon]", inputs: ["icon"] }, { kind: "component", type: i1$1.InputEndIconComponent, selector: "[q-input-end-icon]", inputs: ["icon"] }] });
258
258
  }
259
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputInputGroupDirective, decorators: [{
259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputGroupDirective, decorators: [{
260
260
  type: Component,
261
261
  args: [{
262
262
  selector: "[q-number-input-input-group]",
@@ -285,10 +285,10 @@ class NumberInputInputDirective extends CoreNumberInputInputDirective {
285
285
  super();
286
286
  this.trackBindings.extendWith(computed(() => this.qdsNumberInputContext().getInputBindings()));
287
287
  }
288
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
289
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: NumberInputInputDirective, isStandalone: false, selector: "input[q-number-input-input]", usesInheritance: true, ngImport: i0 });
288
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
289
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: NumberInputInputDirective, isStandalone: false, selector: "input[q-number-input-input]", usesInheritance: true, ngImport: i0 });
290
290
  }
291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputInputDirective, decorators: [{
291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputInputDirective, decorators: [{
292
292
  type: Directive,
293
293
  args: [{
294
294
  selector: "input[q-number-input-input]",
@@ -304,8 +304,8 @@ class NumberInputLabelDirective extends CoreNumberInputLabelDirective {
304
304
  super();
305
305
  this.trackBindings.extendWith(computed(() => this.qdsContext().getLabelBindings()));
306
306
  }
307
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
308
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: NumberInputLabelDirective, isStandalone: false, selector: "[q-number-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
307
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
308
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: NumberInputLabelDirective, isStandalone: false, selector: "[q-number-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
309
309
  <ng-content />
310
310
  @if (numberInputContext().required) {
311
311
  <svg
@@ -316,7 +316,7 @@ class NumberInputLabelDirective extends CoreNumberInputLabelDirective {
316
316
  }
317
317
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i3.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
318
318
  }
319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputLabelDirective, decorators: [{
319
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputLabelDirective, decorators: [{
320
320
  type: Component,
321
321
  args: [{
322
322
  providers: [provideIcons({ Asterisk })],
@@ -388,14 +388,14 @@ class NumberInputRootDirective extends CoreNumberInputRootDirective {
388
388
  }, normalizeProps)));
389
389
  this.qdsNumberInputService.init(computed(() => createQdsNumberInputApi({ size: this.size() }, normalizeProps)));
390
390
  }
391
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
392
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: NumberInputRootDirective, isStandalone: false, selector: "[q-number-input-root]", inputs: { endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
391
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
392
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: NumberInputRootDirective, isStandalone: false, selector: "[q-number-input-root]", inputs: { endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
393
393
  provideNumberInputContext(),
394
394
  provideQdsInputContext(),
395
395
  provideQdsNumberInputContext(),
396
396
  ], usesInheritance: true, ngImport: i0 });
397
397
  }
398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputRootDirective, decorators: [{
398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputRootDirective, decorators: [{
399
399
  type: Directive,
400
400
  args: [{
401
401
  providers: [
@@ -455,8 +455,8 @@ class NumberInputComponent extends NumberInputRootDirective {
455
455
  * passed to the internal input element.
456
456
  */
457
457
  placeholder = input("", ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
458
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
459
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: NumberInputComponent, isStandalone: false, selector: "q-number-input", 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 }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
458
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
459
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: NumberInputComponent, isStandalone: false, selector: "q-number-input", 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 }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
460
460
  provideNumberInputContext(),
461
461
  provideQdsInputContext(),
462
462
  provideQdsNumberInputContext(),
@@ -494,7 +494,7 @@ class NumberInputComponent extends NumberInputRootDirective {
494
494
  </ng-content>
495
495
  `, isInline: true, dependencies: [{ kind: "component", type: NumberInputControlDirective, selector: "[q-number-input-control]" }, { kind: "directive", type: NumberInputErrorTextDirective, selector: "[q-number-input-error-text]" }, { kind: "directive", type: NumberInputHintDirective, selector: "[q-number-input-hint]" }, { kind: "directive", type: NumberInputInputDirective, selector: "input[q-number-input-input]" }, { kind: "component", type: NumberInputInputGroupDirective, selector: "[q-number-input-input-group]" }, { kind: "component", type: NumberInputLabelDirective, selector: "[q-number-input-label]" }, { kind: "component", type: NumberInputErrorIndicatorDirective, selector: "[q-number-input-error-indicator]", inputs: ["icon"] }] });
496
496
  }
497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputComponent, decorators: [{
497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputComponent, decorators: [{
498
498
  type: Component,
499
499
  args: [{
500
500
  providers: [
@@ -543,8 +543,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
543
543
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
544
544
  // SPDX-License-Identifier: BSD-3-Clause-Clear
545
545
  class NumberInputModule {
546
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
547
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: NumberInputModule, declarations: [NumberInputControlDirective,
546
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
547
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, declarations: [NumberInputControlDirective,
548
548
  NumberInputErrorTextDirective,
549
549
  NumberInputHintDirective,
550
550
  NumberInputInputDirective,
@@ -568,10 +568,10 @@ class NumberInputModule {
568
568
  NumberInputDecrementTriggerDirective,
569
569
  NumberInputIncrementTriggerDirective,
570
570
  NumberInputComponent] });
571
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputModule, imports: [InputStartIconComponent,
571
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, imports: [InputStartIconComponent,
572
572
  InputEndIconComponent] });
573
573
  }
574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: NumberInputModule, decorators: [{
574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberInputModule, decorators: [{
575
575
  type: NgModule,
576
576
  args: [{
577
577
  declarations: [