@qualcomm-ui/angular 1.11.4 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/fesm2022/qualcomm-ui-angular-accordion.mjs +37 -37
  2. package/fesm2022/qualcomm-ui-angular-action-group.mjs +3 -3
  3. package/fesm2022/qualcomm-ui-angular-avatar.mjs +19 -19
  4. package/fesm2022/qualcomm-ui-angular-badge.mjs +12 -12
  5. package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +25 -25
  6. package/fesm2022/qualcomm-ui-angular-button.mjs +25 -25
  7. package/fesm2022/qualcomm-ui-angular-checkbox.mjs +28 -28
  8. package/fesm2022/qualcomm-ui-angular-checkmark.mjs +3 -3
  9. package/fesm2022/qualcomm-ui-angular-collapsible.mjs +13 -13
  10. package/fesm2022/qualcomm-ui-angular-combobox.mjs +73 -73
  11. package/fesm2022/qualcomm-ui-angular-dialog.mjs +49 -49
  12. package/fesm2022/qualcomm-ui-angular-divider.mjs +3 -3
  13. package/fesm2022/qualcomm-ui-angular-drawer.mjs +49 -49
  14. package/fesm2022/qualcomm-ui-angular-header-bar.mjs +40 -40
  15. package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
  16. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
  17. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
  18. package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
  19. package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
  20. package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
  21. package/fesm2022/qualcomm-ui-angular-menu.mjs +64 -64
  22. package/fesm2022/qualcomm-ui-angular-number-input.mjs +40 -40
  23. package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
  24. package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
  25. package/fesm2022/qualcomm-ui-angular-popover.mjs +40 -40
  26. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
  27. package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
  28. package/fesm2022/qualcomm-ui-angular-radio.mjs +49 -38
  29. package/fesm2022/qualcomm-ui-angular-radio.mjs.map +1 -1
  30. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
  31. package/fesm2022/qualcomm-ui-angular-select.mjs +61 -61
  32. package/fesm2022/qualcomm-ui-angular-side-nav.mjs +82 -82
  33. package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
  34. package/fesm2022/qualcomm-ui-angular-switch.mjs +28 -28
  35. package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
  36. package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
  37. package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
  38. package/fesm2022/qualcomm-ui-angular-text-area.mjs +28 -28
  39. package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
  40. package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
  41. package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
  42. package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
  43. package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
  44. package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
  45. package/package.json +2 -2
  46. package/radio/index.d.ts +8 -2
  47. package/radio/index.d.ts.map +1 -1
@@ -18,10 +18,10 @@ import { NgTemplateOutlet } from '@angular/common';
18
18
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
19
19
  // SPDX-License-Identifier: BSD-3-Clause-Clear
20
20
  class QdsDialogContextService extends BaseApiContextService {
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsDialogContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
22
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsDialogContextService });
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsDialogContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
22
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsDialogContextService });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsDialogContextService, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsDialogContextService, decorators: [{
25
25
  type: Injectable
26
26
  }] });
27
27
  const [QDS_DIALOG_CONTEXT, useQdsDialogContext, provideQdsDialogContext,] = createApiContext("QdsDialogContext", QdsDialogContextService);
@@ -38,10 +38,10 @@ class DialogBackdropDirective extends CoreDialogBackdropDirective {
38
38
  super.ngOnInit();
39
39
  this.trackBindings();
40
40
  }
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogBackdropDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
42
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogBackdropDirective, isStandalone: false, selector: "[q-dialog-backdrop]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
41
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogBackdropDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
42
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogBackdropDirective, isStandalone: false, selector: "[q-dialog-backdrop]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogBackdropDirective, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogBackdropDirective, decorators: [{
45
45
  type: Directive,
46
46
  args: [{
47
47
  providers: [providePresenceContext()],
@@ -61,10 +61,10 @@ class DialogIndicatorIconDirective {
61
61
  ngOnInit() {
62
62
  this.trackBindings();
63
63
  }
64
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogIndicatorIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
65
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogIndicatorIconDirective, isStandalone: false, selector: "[q-dialog-indicator-icon]", ngImport: i0 });
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogIndicatorIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
65
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogIndicatorIconDirective, isStandalone: false, selector: "[q-dialog-indicator-icon]", ngImport: i0 });
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogIndicatorIconDirective, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogIndicatorIconDirective, decorators: [{
68
68
  type: Directive,
69
69
  args: [{
70
70
  selector: "[q-dialog-indicator-icon]",
@@ -104,8 +104,8 @@ class DialogBodyComponent extends CoreDialogBodyDirective {
104
104
  super();
105
105
  this.trackBindings.extendWith(computed(() => this.qdsContext().getBodyBindings()));
106
106
  }
107
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
108
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: DialogBodyComponent, isStandalone: false, selector: "[q-dialog-body]", inputs: { hideIndicatorIcon: { classPropertyName: "hideIndicatorIcon", publicName: "hideIndicatorIcon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
107
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
108
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: DialogBodyComponent, isStandalone: false, selector: "[q-dialog-body]", inputs: { hideIndicatorIcon: { classPropertyName: "hideIndicatorIcon", publicName: "hideIndicatorIcon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
109
109
  @if (!hideIndicatorIcon()) {
110
110
  <ng-content select="[q-dialog-indicator-icon]">
111
111
  <svg q-dialog-indicator-icon [qIcon]="indicatorIcon()"></svg>
@@ -114,7 +114,7 @@ class DialogBodyComponent extends CoreDialogBodyDirective {
114
114
  <ng-content />
115
115
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: DialogIndicatorIconDirective, selector: "[q-dialog-indicator-icon]" }] });
116
116
  }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogBodyComponent, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogBodyComponent, decorators: [{
118
118
  type: Component,
119
119
  args: [{
120
120
  selector: "[q-dialog-body]",
@@ -146,12 +146,12 @@ class DialogCloseButtonComponent extends CoreDialogCloseTriggerDirective {
146
146
  super();
147
147
  this.trackBindings.extendWith(computed(() => mergeProps(this.buttonApi().getRootBindings(), this.qdsContext().getCloseButtonBindings())));
148
148
  }
149
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogCloseButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
150
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: DialogCloseButtonComponent, isStandalone: false, selector: "[q-dialog-close-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
149
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogCloseButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
150
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: DialogCloseButtonComponent, isStandalone: false, selector: "[q-dialog-close-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
151
151
  <svg qIcon="X" [q-bind]="buttonApi().getIconBindings()"></svg>
152
152
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
153
153
  }
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogCloseButtonComponent, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogCloseButtonComponent, decorators: [{
155
155
  type: Component,
156
156
  args: [{
157
157
  providers: [provideIcons({ X })],
@@ -169,10 +169,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
169
169
  * A trigger element that closes the dialog when activated.
170
170
  */
171
171
  class DialogCloseTriggerDirective extends CoreDialogCloseTriggerDirective {
172
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogCloseTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
173
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogCloseTriggerDirective, isStandalone: false, selector: "[q-dialog-close-trigger]", usesInheritance: true, ngImport: i0 });
172
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogCloseTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
173
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogCloseTriggerDirective, isStandalone: false, selector: "[q-dialog-close-trigger]", usesInheritance: true, ngImport: i0 });
174
174
  }
175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogCloseTriggerDirective, decorators: [{
175
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogCloseTriggerDirective, decorators: [{
176
176
  type: Directive,
177
177
  args: [{
178
178
  selector: "[q-dialog-close-trigger]",
@@ -191,10 +191,10 @@ class DialogContentDirective extends CoreDialogContentDirective {
191
191
  super();
192
192
  this.trackBindings.extendWith(computed(() => this.qdsContext().getContentBindings()));
193
193
  }
194
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
195
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogContentDirective, isStandalone: false, selector: "[q-dialog-content]", usesInheritance: true, ngImport: i0 });
194
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
195
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogContentDirective, isStandalone: false, selector: "[q-dialog-content]", usesInheritance: true, ngImport: i0 });
196
196
  }
197
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogContentDirective, decorators: [{
197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogContentDirective, decorators: [{
198
198
  type: Directive,
199
199
  args: [{
200
200
  selector: "[q-dialog-content]",
@@ -215,10 +215,10 @@ class DialogContextDirective extends ApiContextDirective {
215
215
  static ngTemplateContextGuard(dir, ctx) {
216
216
  return true;
217
217
  }
218
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
219
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogContextDirective, isStandalone: false, selector: "[dialogContext]", usesInheritance: true, ngImport: i0 });
218
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
219
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogContextDirective, isStandalone: false, selector: "[dialogContext]", usesInheritance: true, ngImport: i0 });
220
220
  }
221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogContextDirective, decorators: [{
221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogContextDirective, decorators: [{
222
222
  type: Directive,
223
223
  args: [{
224
224
  selector: "[dialogContext]",
@@ -232,10 +232,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
232
232
  * A description that provides additional context about the dialog.
233
233
  */
234
234
  class DialogDescriptionDirective extends CoreDialogDescriptionDirective {
235
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
236
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogDescriptionDirective, isStandalone: false, selector: "[q-dialog-description]", usesInheritance: true, ngImport: i0 });
235
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
236
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogDescriptionDirective, isStandalone: false, selector: "[q-dialog-description]", usesInheritance: true, ngImport: i0 });
237
237
  }
238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogDescriptionDirective, decorators: [{
238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogDescriptionDirective, decorators: [{
239
239
  type: Directive,
240
240
  args: [{
241
241
  selector: "[q-dialog-description]",
@@ -254,10 +254,10 @@ class DialogPositionerComponent extends CoreDialogPositionerDirective {
254
254
  super();
255
255
  this.trackBindings.extendWith(computed(() => this.qdsContext().getPositionerBindings()));
256
256
  }
257
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogPositionerComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
258
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogPositionerComponent, isStandalone: false, selector: "[q-dialog-positioner]", usesInheritance: true, ngImport: i0 });
257
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogPositionerComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
258
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogPositionerComponent, isStandalone: false, selector: "[q-dialog-positioner]", usesInheritance: true, ngImport: i0 });
259
259
  }
260
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogPositionerComponent, decorators: [{
260
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogPositionerComponent, decorators: [{
261
261
  type: Directive,
262
262
  args: [{
263
263
  selector: "[q-dialog-positioner]",
@@ -283,8 +283,8 @@ class DialogFloatingPortalComponent {
283
283
  * Override the element that the portal is attached to.
284
284
  */
285
285
  container = input(null, ...(ngDevMode ? [{ debugName: "container" }] : []));
286
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogFloatingPortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
287
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: DialogFloatingPortalComponent, isStandalone: false, selector: "q-dialog-floating-portal", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, container: { classPropertyName: "container", publicName: "container", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
286
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogFloatingPortalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
287
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.16", type: DialogFloatingPortalComponent, isStandalone: false, selector: "q-dialog-floating-portal", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, container: { classPropertyName: "container", publicName: "container", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
288
288
  <ng-template qPortal [container]="container()" [disabled]="disabled()">
289
289
  <div q-dialog-backdrop></div>
290
290
  <div q-dialog-positioner>
@@ -295,7 +295,7 @@ class DialogFloatingPortalComponent {
295
295
  </ng-template>
296
296
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$2.PortalDirective, selector: "[qPortal]", inputs: ["disabled", "container"] }, { kind: "directive", type: DialogBackdropDirective, selector: "[q-dialog-backdrop]" }, { kind: "directive", type: DialogContentDirective, selector: "[q-dialog-content]" }, { kind: "directive", type: DialogPositionerComponent, selector: "[q-dialog-positioner]" }] });
297
297
  }
298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogFloatingPortalComponent, decorators: [{
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogFloatingPortalComponent, decorators: [{
299
299
  type: Component,
300
300
  args: [{
301
301
  selector: "q-dialog-floating-portal",
@@ -324,10 +324,10 @@ class DialogFooterDirective extends CoreDialogFooterDirective {
324
324
  super();
325
325
  this.trackBindings.extendWith(computed(() => this.qdsContext().getFooterBindings()));
326
326
  }
327
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
328
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogFooterDirective, isStandalone: false, selector: "[q-dialog-footer]", usesInheritance: true, ngImport: i0 });
327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
328
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogFooterDirective, isStandalone: false, selector: "[q-dialog-footer]", usesInheritance: true, ngImport: i0 });
329
329
  }
330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogFooterDirective, decorators: [{
330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogFooterDirective, decorators: [{
331
331
  type: Directive,
332
332
  args: [{
333
333
  selector: "[q-dialog-footer]",
@@ -346,10 +346,10 @@ class DialogHeadingDirective extends CoreDialogHeadingDirective {
346
346
  super();
347
347
  this.trackBindings.extendWith(computed(() => this.qdsContext().getHeadingBindings()));
348
348
  }
349
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
350
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogHeadingDirective, isStandalone: false, selector: "[q-dialog-heading]", usesInheritance: true, ngImport: i0 });
349
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogHeadingDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
350
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogHeadingDirective, isStandalone: false, selector: "[q-dialog-heading]", usesInheritance: true, ngImport: i0 });
351
351
  }
352
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogHeadingDirective, decorators: [{
352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogHeadingDirective, decorators: [{
353
353
  type: Directive,
354
354
  args: [{
355
355
  selector: "[q-dialog-heading]",
@@ -406,14 +406,14 @@ class DialogRootDirective extends CoreDialogRootDirective {
406
406
  size: this.size(),
407
407
  }, normalizeProps)));
408
408
  }
409
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
410
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: DialogRootDirective, isStandalone: false, selector: "[q-dialog-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, scrollBehavior: { classPropertyName: "scrollBehavior", publicName: "scrollBehavior", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
409
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
410
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.16", type: DialogRootDirective, isStandalone: false, selector: "[q-dialog-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, scrollBehavior: { classPropertyName: "scrollBehavior", publicName: "scrollBehavior", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
411
411
  provideDialogContext(),
412
412
  provideQdsDialogContext(),
413
413
  providePresenceContext(),
414
414
  ], usesInheritance: true, ngImport: i0 });
415
415
  }
416
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogRootDirective, decorators: [{
416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogRootDirective, decorators: [{
417
417
  type: Directive,
418
418
  args: [{
419
419
  providers: [
@@ -432,10 +432,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
432
432
  * A trigger element that opens the dialog when activated.
433
433
  */
434
434
  class DialogTriggerDirective extends CoreDialogTriggerDirective {
435
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
436
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DialogTriggerDirective, isStandalone: false, selector: "[q-dialog-trigger]", usesInheritance: true, ngImport: i0 });
435
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
436
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DialogTriggerDirective, isStandalone: false, selector: "[q-dialog-trigger]", usesInheritance: true, ngImport: i0 });
437
437
  }
438
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogTriggerDirective, decorators: [{
438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogTriggerDirective, decorators: [{
439
439
  type: Directive,
440
440
  args: [{
441
441
  selector: "[q-dialog-trigger]",
@@ -446,8 +446,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
446
446
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
447
447
  // SPDX-License-Identifier: BSD-3-Clause-Clear
448
448
  class DialogModule {
449
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
450
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: DialogModule, declarations: [DialogRootDirective,
449
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
450
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: DialogModule, declarations: [DialogRootDirective,
451
451
  DialogBackdropDirective,
452
452
  DialogCloseTriggerDirective,
453
453
  DialogContentDirective,
@@ -474,9 +474,9 @@ class DialogModule {
474
474
  DialogBodyComponent,
475
475
  DialogContextDirective,
476
476
  DialogIndicatorIconDirective] });
477
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogModule });
477
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogModule });
478
478
  }
479
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DialogModule, decorators: [{
479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DialogModule, decorators: [{
480
480
  type: NgModule,
481
481
  args: [{
482
482
  declarations: [
@@ -33,10 +33,10 @@ class DividerDirective {
33
33
  ngOnInit() {
34
34
  this.trackBindings();
35
35
  }
36
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
37
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: DividerDirective, isStandalone: true, selector: "[q-divider]", inputs: { orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "dividerClasses.root" } }, ngImport: i0 });
36
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
37
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.16", type: DividerDirective, isStandalone: true, selector: "[q-divider]", inputs: { orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "dividerClasses.root" } }, ngImport: i0 });
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DividerDirective, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DividerDirective, decorators: [{
40
40
  type: Directive,
41
41
  args: [{
42
42
  host: {
@@ -23,10 +23,10 @@ import { createQdsDrawerApi } from '@qualcomm-ui/qds-core/drawer';
23
23
  * The backdrop that overlays the content behind the drawer.
24
24
  */
25
25
  class DrawerBackdropDirective extends DialogBackdropDirective {
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerBackdropDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
27
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerBackdropDirective, isStandalone: false, selector: "[q-drawer-backdrop]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
26
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerBackdropDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
27
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerBackdropDirective, isStandalone: false, selector: "[q-drawer-backdrop]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerBackdropDirective, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerBackdropDirective, decorators: [{
30
30
  type: Directive,
31
31
  args: [{
32
32
  providers: [providePresenceContext()],
@@ -41,10 +41,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
41
41
  * An icon that indicates the drawer's status.
42
42
  */
43
43
  class DrawerIndicatorIconDirective extends DialogIndicatorIconDirective {
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerIndicatorIconDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
45
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerIndicatorIconDirective, isStandalone: false, selector: "[q-drawer-indicator-icon]", usesInheritance: true, ngImport: i0 });
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerIndicatorIconDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
45
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerIndicatorIconDirective, isStandalone: false, selector: "[q-drawer-indicator-icon]", usesInheritance: true, ngImport: i0 });
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerIndicatorIconDirective, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerIndicatorIconDirective, decorators: [{
48
48
  type: Directive,
49
49
  args: [{
50
50
  selector: "[q-drawer-indicator-icon]",
@@ -59,8 +59,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
59
59
  * indicator, and primary content of the drawer.
60
60
  */
61
61
  class DrawerBodyComponent extends DialogBodyComponent {
62
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerBodyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
63
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: DrawerBodyComponent, isStandalone: false, selector: "[q-drawer-body]", usesInheritance: true, ngImport: i0, template: `
62
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerBodyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
63
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: DrawerBodyComponent, isStandalone: false, selector: "[q-drawer-body]", usesInheritance: true, ngImport: i0, template: `
64
64
  @if (!hideIndicatorIcon()) {
65
65
  <ng-content select="[q-drawer-indicator-icon]">
66
66
  <svg q-drawer-indicator-icon [qIcon]="indicatorIcon()"></svg>
@@ -69,7 +69,7 @@ class DrawerBodyComponent extends DialogBodyComponent {
69
69
  <ng-content />
70
70
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: DrawerIndicatorIconDirective, selector: "[q-drawer-indicator-icon]" }] });
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerBodyComponent, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerBodyComponent, decorators: [{
73
73
  type: Component,
74
74
  args: [{
75
75
  selector: "[q-drawer-body]",
@@ -91,12 +91,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
91
91
  * A button that closes the drawer.
92
92
  */
93
93
  class DrawerCloseButtonComponent extends DialogCloseButtonComponent {
94
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerCloseButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
95
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: DrawerCloseButtonComponent, isStandalone: false, selector: "[q-drawer-close-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
94
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerCloseButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
95
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: DrawerCloseButtonComponent, isStandalone: false, selector: "[q-drawer-close-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
96
96
  <svg qIcon="X" [q-bind]="buttonApi().getIconBindings()"></svg>
97
97
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
98
98
  }
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerCloseButtonComponent, decorators: [{
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerCloseButtonComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{
102
102
  providers: [provideIcons({ X })],
@@ -114,10 +114,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
114
114
  * A trigger element that closes the drawer when activated.
115
115
  */
116
116
  class DrawerCloseTriggerDirective extends CoreDialogCloseTriggerDirective {
117
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerCloseTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
118
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerCloseTriggerDirective, isStandalone: false, selector: "[q-drawer-close-trigger]", usesInheritance: true, ngImport: i0 });
117
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerCloseTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
118
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerCloseTriggerDirective, isStandalone: false, selector: "[q-drawer-close-trigger]", usesInheritance: true, ngImport: i0 });
119
119
  }
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerCloseTriggerDirective, decorators: [{
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerCloseTriggerDirective, decorators: [{
121
121
  type: Directive,
122
122
  args: [{
123
123
  selector: "[q-drawer-close-trigger]",
@@ -128,10 +128,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
128
128
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
129
129
  // SPDX-License-Identifier: BSD-3-Clause-Clear
130
130
  class QdsDrawerContextService extends BaseApiContextService {
131
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsDrawerContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
132
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsDrawerContextService });
131
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsDrawerContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
132
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsDrawerContextService });
133
133
  }
134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsDrawerContextService, decorators: [{
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: QdsDrawerContextService, decorators: [{
135
135
  type: Injectable
136
136
  }] });
137
137
  const [QDS_DRAWER_CONTEXT, useQdsDrawerContext, provideQdsDrawerContext,] = createApiContext("QdsDrawerContext", QdsDrawerContextService);
@@ -147,10 +147,10 @@ class DrawerContentDirective extends CoreDialogContentDirective {
147
147
  super();
148
148
  this.trackBindings.extendWith(computed(() => this.qdsContext().getContentBindings()));
149
149
  }
150
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
151
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerContentDirective, isStandalone: false, selector: "[q-drawer-content]", usesInheritance: true, ngImport: i0 });
150
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
151
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerContentDirective, isStandalone: false, selector: "[q-drawer-content]", usesInheritance: true, ngImport: i0 });
152
152
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerContentDirective, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerContentDirective, decorators: [{
154
154
  type: Directive,
155
155
  args: [{
156
156
  selector: "[q-drawer-content]",
@@ -171,10 +171,10 @@ class DrawerContextDirective extends ApiContextDirective {
171
171
  static ngTemplateContextGuard(dir, ctx) {
172
172
  return true;
173
173
  }
174
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
175
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerContextDirective, isStandalone: false, selector: "[drawerContext]", usesInheritance: true, ngImport: i0 });
174
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
175
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerContextDirective, isStandalone: false, selector: "[drawerContext]", usesInheritance: true, ngImport: i0 });
176
176
  }
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerContextDirective, decorators: [{
177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerContextDirective, decorators: [{
178
178
  type: Directive,
179
179
  args: [{
180
180
  selector: "[drawerContext]",
@@ -188,10 +188,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
188
188
  * A description that provides additional context about the drawer.
189
189
  */
190
190
  class DrawerDescriptionDirective extends CoreDialogDescriptionDirective {
191
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
192
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerDescriptionDirective, isStandalone: false, selector: "[q-drawer-description]", usesInheritance: true, ngImport: i0 });
191
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
192
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerDescriptionDirective, isStandalone: false, selector: "[q-drawer-description]", usesInheritance: true, ngImport: i0 });
193
193
  }
194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerDescriptionDirective, decorators: [{
194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerDescriptionDirective, decorators: [{
195
195
  type: Directive,
196
196
  args: [{
197
197
  selector: "[q-drawer-description]",
@@ -210,10 +210,10 @@ class DrawerPositionerComponent extends CoreDialogPositionerDirective {
210
210
  super();
211
211
  this.trackBindings.extendWith(computed(() => this.qdsContext().getPositionerBindings()));
212
212
  }
213
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerPositionerComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
214
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerPositionerComponent, isStandalone: false, selector: "[q-drawer-positioner]", usesInheritance: true, ngImport: i0 });
213
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerPositionerComponent, deps: [], target: i0.ɵɵFactoryTarget.Directive });
214
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerPositionerComponent, isStandalone: false, selector: "[q-drawer-positioner]", usesInheritance: true, ngImport: i0 });
215
215
  }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerPositionerComponent, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerPositionerComponent, decorators: [{
217
217
  type: Directive,
218
218
  args: [{
219
219
  selector: "[q-drawer-positioner]",
@@ -228,8 +228,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
228
228
  * components.
229
229
  */
230
230
  class DrawerFloatingPortalComponent extends PortalComponent {
231
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerFloatingPortalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
232
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: DrawerFloatingPortalComponent, isStandalone: false, selector: "q-drawer-floating-portal", usesInheritance: true, ngImport: i0, template: `
231
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerFloatingPortalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
232
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.16", type: DrawerFloatingPortalComponent, isStandalone: false, selector: "q-drawer-floating-portal", usesInheritance: true, ngImport: i0, template: `
233
233
  <ng-template #children>
234
234
  <div q-drawer-backdrop></div>
235
235
  <div q-drawer-positioner>
@@ -248,7 +248,7 @@ class DrawerFloatingPortalComponent extends PortalComponent {
248
248
  }
249
249
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.CdkPortal, selector: "[cdkPortal]", exportAs: ["cdkPortal"] }, { kind: "directive", type: DrawerBackdropDirective, selector: "[q-drawer-backdrop]" }, { kind: "directive", type: DrawerContentDirective, selector: "[q-drawer-content]" }, { kind: "directive", type: DrawerPositionerComponent, selector: "[q-drawer-positioner]" }] });
250
250
  }
251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerFloatingPortalComponent, decorators: [{
251
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerFloatingPortalComponent, decorators: [{
252
252
  type: Component,
253
253
  args: [{
254
254
  selector: "q-drawer-floating-portal",
@@ -280,10 +280,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
280
280
  * The footer section of the drawer. Typically contains action buttons.
281
281
  */
282
282
  class DrawerFooterDirective extends DialogFooterDirective {
283
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerFooterDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
284
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerFooterDirective, isStandalone: false, selector: "[q-drawer-footer]", usesInheritance: true, ngImport: i0 });
283
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerFooterDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
284
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerFooterDirective, isStandalone: false, selector: "[q-drawer-footer]", usesInheritance: true, ngImport: i0 });
285
285
  }
286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerFooterDirective, decorators: [{
286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerFooterDirective, decorators: [{
287
287
  type: Directive,
288
288
  args: [{
289
289
  selector: "[q-drawer-footer]",
@@ -297,10 +297,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
297
297
  * A heading that labels the drawer.
298
298
  */
299
299
  class DrawerHeadingDirective extends DialogHeadingDirective {
300
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerHeadingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
301
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerHeadingDirective, isStandalone: false, selector: "[q-drawer-heading]", usesInheritance: true, ngImport: i0 });
300
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerHeadingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
301
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerHeadingDirective, isStandalone: false, selector: "[q-drawer-heading]", usesInheritance: true, ngImport: i0 });
302
302
  }
303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerHeadingDirective, decorators: [{
303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerHeadingDirective, decorators: [{
304
304
  type: Directive,
305
305
  args: [{
306
306
  selector: "[q-drawer-heading]",
@@ -360,15 +360,15 @@ class DrawerRootDirective extends CoreDialogRootDirective {
360
360
  size: this.size(),
361
361
  }, normalizeProps)));
362
362
  }
363
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
364
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: DrawerRootDirective, isStandalone: false, selector: "[q-drawer-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, scrollBehavior: { classPropertyName: "scrollBehavior", publicName: "scrollBehavior", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
363
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
364
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.16", type: DrawerRootDirective, isStandalone: false, selector: "[q-drawer-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, scrollBehavior: { classPropertyName: "scrollBehavior", publicName: "scrollBehavior", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
365
365
  provideDialogContext(),
366
366
  provideQdsDialogContext(),
367
367
  provideQdsDrawerContext(),
368
368
  providePresenceContext(),
369
369
  ], usesInheritance: true, ngImport: i0 });
370
370
  }
371
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerRootDirective, decorators: [{
371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerRootDirective, decorators: [{
372
372
  type: Directive,
373
373
  args: [{
374
374
  providers: [
@@ -385,10 +385,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
385
385
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
386
386
  // SPDX-License-Identifier: BSD-3-Clause-Clear
387
387
  class DrawerTriggerDirective extends CoreDialogTriggerDirective {
388
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
389
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: DrawerTriggerDirective, isStandalone: false, selector: "[q-drawer-trigger]", usesInheritance: true, ngImport: i0 });
388
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
389
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.16", type: DrawerTriggerDirective, isStandalone: false, selector: "[q-drawer-trigger]", usesInheritance: true, ngImport: i0 });
390
390
  }
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerTriggerDirective, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerTriggerDirective, decorators: [{
392
392
  type: Directive,
393
393
  args: [{
394
394
  selector: "[q-drawer-trigger]",
@@ -399,8 +399,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
399
399
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
400
400
  // SPDX-License-Identifier: BSD-3-Clause-Clear
401
401
  class DrawerModule {
402
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
403
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: DrawerModule, declarations: [DrawerRootDirective,
402
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
403
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.16", ngImport: i0, type: DrawerModule, declarations: [DrawerRootDirective,
404
404
  DrawerBackdropDirective,
405
405
  DrawerCloseTriggerDirective,
406
406
  DrawerContentDirective,
@@ -427,9 +427,9 @@ class DrawerModule {
427
427
  DrawerBodyComponent,
428
428
  DrawerContextDirective,
429
429
  DrawerIndicatorIconDirective] });
430
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerModule });
430
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerModule });
431
431
  }
432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DrawerModule, decorators: [{
432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: DrawerModule, decorators: [{
433
433
  type: NgModule,
434
434
  args: [{
435
435
  declarations: [