@qualcomm-ui/angular 2.0.1 → 2.1.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 (55) 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-alert-banner.mjs +28 -28
  4. package/fesm2022/qualcomm-ui-angular-avatar.mjs +19 -19
  5. package/fesm2022/qualcomm-ui-angular-badge.mjs +12 -12
  6. package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +25 -25
  7. package/fesm2022/qualcomm-ui-angular-button.mjs +25 -25
  8. package/fesm2022/qualcomm-ui-angular-checkbox-group.mjs +7 -7
  9. package/fesm2022/qualcomm-ui-angular-checkbox.mjs +31 -31
  10. package/fesm2022/qualcomm-ui-angular-checkmark.mjs +3 -3
  11. package/fesm2022/qualcomm-ui-angular-collapsible.mjs +13 -13
  12. package/fesm2022/qualcomm-ui-angular-combobox.mjs +73 -73
  13. package/fesm2022/qualcomm-ui-angular-dialog.mjs +49 -49
  14. package/fesm2022/qualcomm-ui-angular-divider.mjs +3 -3
  15. package/fesm2022/qualcomm-ui-angular-drawer.mjs +49 -49
  16. package/fesm2022/qualcomm-ui-angular-field-group.mjs +22 -22
  17. package/fesm2022/qualcomm-ui-angular-header-bar.mjs +40 -40
  18. package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
  19. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
  20. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
  21. package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
  22. package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
  23. package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
  24. package/fesm2022/qualcomm-ui-angular-menu.mjs +64 -64
  25. package/fesm2022/qualcomm-ui-angular-number-input.mjs +43 -43
  26. package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
  27. package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
  28. package/fesm2022/qualcomm-ui-angular-popover.mjs +43 -43
  29. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
  30. package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
  31. package/fesm2022/qualcomm-ui-angular-radio.mjs +40 -40
  32. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
  33. package/fesm2022/qualcomm-ui-angular-select.mjs +65 -65
  34. package/fesm2022/qualcomm-ui-angular-select.mjs.map +1 -1
  35. package/fesm2022/qualcomm-ui-angular-side-nav.mjs +86 -85
  36. package/fesm2022/qualcomm-ui-angular-side-nav.mjs.map +1 -1
  37. package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
  38. package/fesm2022/qualcomm-ui-angular-switch-group.mjs +7 -7
  39. package/fesm2022/qualcomm-ui-angular-switch.mjs +31 -31
  40. package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
  41. package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
  42. package/fesm2022/qualcomm-ui-angular-tag.mjs +19 -8
  43. package/fesm2022/qualcomm-ui-angular-tag.mjs.map +1 -1
  44. package/fesm2022/qualcomm-ui-angular-text-area.mjs +28 -28
  45. package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
  46. package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
  47. package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
  48. package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
  49. package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
  50. package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
  51. package/package.json +5 -5
  52. package/types/qualcomm-ui-angular-side-nav.d.ts +2 -0
  53. package/types/qualcomm-ui-angular-side-nav.d.ts.map +1 -1
  54. package/types/qualcomm-ui-angular-tag.d.ts +13 -3
  55. package/types/qualcomm-ui-angular-tag.d.ts.map +1 -1
@@ -26,12 +26,12 @@ class TextInputClearTriggerDirective extends CoreTextInputClearTriggerDirective
26
26
  super();
27
27
  this.trackBindings.extendWith(computed(() => this.clearTriggerContext.getRootBindings()));
28
28
  }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.2", type: TextInputClearTriggerDirective, isStandalone: false, selector: "[q-text-input-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, hostDirectives: [{ directive: i1$1.QuiPreloadDirective }], ngImport: i0, template: `
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: TextInputClearTriggerDirective, isStandalone: false, selector: "[q-text-input-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, hostDirectives: [{ directive: i1$1.QuiPreloadDirective }], ngImport: i0, template: `
31
31
  <svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
32
32
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.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"] }] });
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputClearTriggerDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputClearTriggerDirective, decorators: [{
35
35
  type: Component,
36
36
  args: [{
37
37
  hostDirectives: [QuiPreloadDirective],
@@ -61,14 +61,14 @@ class TextInputErrorIndicatorDirective extends CoreTextInputErrorIndicatorDirect
61
61
  super();
62
62
  this.trackBindings.extendWith(() => this.inputErrorIndicatorContext.getBindings());
63
63
  }
64
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
65
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.2", type: TextInputErrorIndicatorDirective, isStandalone: false, selector: "[q-text-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
65
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: TextInputErrorIndicatorDirective, isStandalone: false, selector: "[q-text-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
66
66
  <ng-content>
67
67
  <svg [qIcon]="icon()"></svg>
68
68
  </ng-content>
69
69
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputErrorIndicatorDirective, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputErrorIndicatorDirective, decorators: [{
72
72
  type: Component,
73
73
  args: [{
74
74
  selector: "[q-text-input-error-indicator]",
@@ -96,15 +96,15 @@ class TextInputErrorTextDirective extends CoreTextInputErrorTextDirective {
96
96
  super();
97
97
  this.trackBindings.extendWith(() => this.errorTextContext.getBindings());
98
98
  }
99
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
100
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TextInputErrorTextDirective, isStandalone: false, selector: "[q-text-input-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
99
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
100
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TextInputErrorTextDirective, isStandalone: false, selector: "[q-text-input-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
101
101
  @if (icon()) {
102
102
  <svg [qIcon]="icon()!" />
103
103
  }
104
104
  <ng-content />
105
105
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
106
106
  }
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputErrorTextDirective, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputErrorTextDirective, decorators: [{
108
108
  type: Component,
109
109
  args: [{
110
110
  selector: "[q-text-input-error-text]",
@@ -129,10 +129,10 @@ class TextInputHintDirective extends CoreTextInputHintDirective {
129
129
  super();
130
130
  this.trackBindings.extendWith(() => this.hintContext.getBindings());
131
131
  }
132
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
133
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TextInputHintDirective, isStandalone: false, selector: "[q-text-input-hint]", usesInheritance: true, ngImport: i0 });
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
133
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TextInputHintDirective, isStandalone: false, selector: "[q-text-input-hint]", usesInheritance: true, ngImport: i0 });
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputHintDirective, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputHintDirective, decorators: [{
136
136
  type: Directive,
137
137
  args: [{
138
138
  selector: "[q-text-input-hint]",
@@ -151,8 +151,8 @@ class TextInputInputGroupDirective extends CoreTextInputInputGroupDirective {
151
151
  super();
152
152
  this.trackBindings.extendWith(() => this.inputGroupContext().getBindings());
153
153
  }
154
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
155
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TextInputInputGroupDirective, isStandalone: false, selector: "[q-text-input-input-group]", usesInheritance: true, ngImport: i0, template: `
154
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
155
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TextInputInputGroupDirective, isStandalone: false, selector: "[q-text-input-input-group]", usesInheritance: true, ngImport: i0, template: `
156
156
  <ng-content select="[q-input-start-icon]">
157
157
  @if (inputGroupContext().startIcon) {
158
158
  <div q-input-start-icon [icon]="inputGroupContext().startIcon"></div>
@@ -166,7 +166,7 @@ class TextInputInputGroupDirective extends CoreTextInputInputGroupDirective {
166
166
  </ng-content>
167
167
  `, isInline: true, dependencies: [{ kind: "component", type: i1$2.InputStartIconComponent, selector: "[q-input-start-icon]", inputs: ["icon"] }, { kind: "component", type: i1$2.InputEndIconComponent, selector: "[q-input-end-icon]", inputs: ["icon"] }] });
168
168
  }
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputInputGroupDirective, decorators: [{
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputInputGroupDirective, decorators: [{
170
170
  type: Component,
171
171
  args: [{
172
172
  selector: "[q-text-input-input-group]",
@@ -203,10 +203,10 @@ class TextInputInputDirective extends CoreTextInputInputDirective {
203
203
  });
204
204
  this.trackBindings.extendWith(() => this.inputContext.getBindings());
205
205
  }
206
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
207
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TextInputInputDirective, isStandalone: false, selector: "[q-text-input-input]", usesInheritance: true, ngImport: i0 });
206
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
207
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TextInputInputDirective, isStandalone: false, selector: "[q-text-input-input]", usesInheritance: true, ngImport: i0 });
208
208
  }
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputInputDirective, decorators: [{
209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputInputDirective, decorators: [{
210
210
  type: Directive,
211
211
  args: [{
212
212
  selector: "[q-text-input-input]",
@@ -225,8 +225,8 @@ class TextInputLabelDirective extends CoreTextInputLabelDirective {
225
225
  super();
226
226
  this.trackBindings.extendWith(computed(() => this.qdsInputContext().getLabelBindings()));
227
227
  }
228
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
229
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TextInputLabelDirective, isStandalone: false, selector: "[q-text-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
228
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
229
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TextInputLabelDirective, isStandalone: false, selector: "[q-text-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
230
230
  <ng-content />
231
231
  @if (textInputContext().required) {
232
232
  <svg
@@ -237,7 +237,7 @@ class TextInputLabelDirective extends CoreTextInputLabelDirective {
237
237
  }
238
238
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.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"] }] });
239
239
  }
240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputLabelDirective, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputLabelDirective, decorators: [{
241
241
  type: Component,
242
242
  args: [{
243
243
  providers: [provideIcons({ Asterisk })],
@@ -309,10 +309,10 @@ class TextInputRootDirective extends CoreTextInputRootDirective {
309
309
  this.qdsInputService.init(inputApi);
310
310
  this.trackBindings();
311
311
  }
312
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
313
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: TextInputRootDirective, isStandalone: false, selector: "[q-text-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: [provideTextInputContext(), provideQdsInputContext()], usesInheritance: true, ngImport: i0 });
312
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
313
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TextInputRootDirective, isStandalone: false, selector: "[q-text-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: [provideTextInputContext(), provideQdsInputContext()], usesInheritance: true, ngImport: i0 });
314
314
  }
315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputRootDirective, decorators: [{
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputRootDirective, decorators: [{
316
316
  type: Directive,
317
317
  args: [{
318
318
  providers: [provideTextInputContext(), provideQdsInputContext()],
@@ -372,8 +372,8 @@ class TextInputComponent extends TextInputRootDirective {
372
372
  * passed to the internal input element.
373
373
  */
374
374
  placeholder = input("", ...(ngDevMode ? [{ debugName: "placeholder" }] : /* istanbul ignore next */ []));
375
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
376
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TextInputComponent, isStandalone: false, selector: "q-text-input:not([q-text-input-root])", inputs: { clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null }, errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
375
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
376
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TextInputComponent, isStandalone: false, selector: "q-text-input:not([q-text-input-root])", inputs: { clearable: { classPropertyName: "clearable", publicName: "clearable", isSignal: true, isRequired: false, transformFunction: null }, errorText: { classPropertyName: "errorText", publicName: "errorText", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
377
377
  provideTextInputContext(),
378
378
  provideQdsInputContext(),
379
379
  provideIcons({ AlertCircle }),
@@ -413,7 +413,7 @@ class TextInputComponent extends TextInputRootDirective {
413
413
  </ng-content>
414
414
  `, isInline: true, dependencies: [{ kind: "component", type: TextInputClearTriggerDirective, selector: "[q-text-input-clear-trigger]" }, { kind: "component", type: TextInputErrorTextDirective, selector: "[q-text-input-error-text]", inputs: ["icon"] }, { kind: "directive", type: TextInputHintDirective, selector: "[q-text-input-hint]" }, { kind: "directive", type: TextInputInputDirective, selector: "[q-text-input-input]" }, { kind: "component", type: TextInputInputGroupDirective, selector: "[q-text-input-input-group]" }, { kind: "component", type: TextInputLabelDirective, selector: "[q-text-input-label]" }, { kind: "component", type: TextInputErrorIndicatorDirective, selector: "[q-text-input-error-indicator]", inputs: ["icon"] }] });
415
415
  }
416
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputComponent, decorators: [{
416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputComponent, decorators: [{
417
417
  type: Component,
418
418
  args: [{
419
419
  providers: [
@@ -464,8 +464,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
464
464
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
465
465
  // SPDX-License-Identifier: BSD-3-Clause-Clear
466
466
  class TextInputModule {
467
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
468
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.2", ngImport: i0, type: TextInputModule, declarations: [TextInputComponent,
467
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
468
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: TextInputModule, declarations: [TextInputComponent,
469
469
  TextInputClearTriggerDirective,
470
470
  TextInputRootDirective,
471
471
  TextInputErrorTextDirective,
@@ -485,10 +485,10 @@ class TextInputModule {
485
485
  TextInputInputGroupDirective,
486
486
  TextInputLabelDirective,
487
487
  TextInputErrorIndicatorDirective] });
488
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputModule, imports: [InputStartIconComponent,
488
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputModule, imports: [InputStartIconComponent,
489
489
  InputEndIconComponent] });
490
490
  }
491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TextInputModule, decorators: [{
491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TextInputModule, decorators: [{
492
492
  type: NgModule,
493
493
  args: [{
494
494
  declarations: [
@@ -179,10 +179,10 @@ class QdsThemeService {
179
179
  appendSetCookieHeader(name, value) {
180
180
  this.response.headers.append("Set-Cookie", `${name}=${value}; Path=/; Max-Age=${60 * 60 * 24 * 365}; SameSite=Lax`);
181
181
  }
182
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QdsThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
183
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QdsThemeService, providedIn: "root" });
182
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
183
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsThemeService, providedIn: "root" });
184
184
  }
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QdsThemeService, decorators: [{
185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsThemeService, decorators: [{
186
186
  type: Injectable,
187
187
  args: [{ providedIn: "root" }]
188
188
  }], ctorParameters: () => [] });
@@ -27,10 +27,10 @@ function createToaster(options) {
27
27
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
28
28
  // SPDX-License-Identifier: BSD-3-Clause-Clear
29
29
  class QdsToastContextService extends BaseApiContextService {
30
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QdsToastContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
31
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QdsToastContextService });
30
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsToastContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
31
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsToastContextService });
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QdsToastContextService, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QdsToastContextService, decorators: [{
34
34
  type: Injectable
35
35
  }] });
36
36
  const [QDS_TOAST_CONTEXT, useQdsToastContext, provideQdsToastContext,] = createApiContext("QdsToastContext", QdsToastContextService);
@@ -43,10 +43,10 @@ class ToastActionDirective extends CoreToastActionDirective {
43
43
  super();
44
44
  this.trackBindings.extendWith(computed(() => this.qdsContext().getActionBindings()));
45
45
  }
46
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
47
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: ToastActionDirective, isStandalone: false, selector: "[q-toast-action]", usesInheritance: true, ngImport: i0 });
46
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
47
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: ToastActionDirective, isStandalone: false, selector: "[q-toast-action]", usesInheritance: true, ngImport: i0 });
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastActionDirective, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastActionDirective, decorators: [{
50
50
  type: Directive,
51
51
  args: [{
52
52
  selector: "[q-toast-action]",
@@ -67,14 +67,14 @@ class ToastCloseButtonDirective extends CoreToastCloseTriggerDirective {
67
67
  super();
68
68
  this.trackBindings.extendWith(computed(() => mergeProps(this.qdsContext().getCloseButtonBindings(), this.inlineIconButtonApi().getRootBindings())));
69
69
  }
70
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastCloseButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
71
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.2", type: ToastCloseButtonDirective, isStandalone: false, selector: "[q-toast-close-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
70
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastCloseButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
71
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: ToastCloseButtonDirective, isStandalone: false, selector: "[q-toast-close-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
72
72
  <ng-content>
73
73
  <svg qIcon="X" [q-bind]="inlineIconButtonApi().getIconBindings()"></svg>
74
74
  </ng-content>
75
75
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastCloseButtonDirective, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastCloseButtonDirective, decorators: [{
78
78
  type: Component,
79
79
  args: [{
80
80
  providers: [provideIcons({ X })],
@@ -98,10 +98,10 @@ class ToastContextDirective {
98
98
  static ngTemplateContextGuard(dir, ctx) {
99
99
  return true;
100
100
  }
101
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
102
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: ToastContextDirective, isStandalone: false, selector: "[q-toast-context]", ngImport: i0 });
101
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
102
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: ToastContextDirective, isStandalone: false, selector: "[q-toast-context]", ngImport: i0 });
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastContextDirective, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastContextDirective, decorators: [{
105
105
  type: Directive,
106
106
  args: [{
107
107
  selector: "[q-toast-context]",
@@ -117,10 +117,10 @@ class ToastDescriptionDirective extends CoreToastDescriptionDirective {
117
117
  super();
118
118
  this.trackBindings.extendWith(computed(() => this.qdsContext().getDescriptionBindings()));
119
119
  }
120
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastDescriptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
121
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: ToastDescriptionDirective, isStandalone: false, selector: "[q-toast-description]", usesInheritance: true, ngImport: i0 });
120
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastDescriptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
121
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: ToastDescriptionDirective, isStandalone: false, selector: "[q-toast-description]", usesInheritance: true, ngImport: i0 });
122
122
  }
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastDescriptionDirective, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastDescriptionDirective, decorators: [{
124
124
  type: Directive,
125
125
  args: [{
126
126
  selector: "[q-toast-description]",
@@ -153,8 +153,8 @@ class ToastIconDirective {
153
153
  ngOnInit() {
154
154
  this.trackBindings();
155
155
  }
156
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
157
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: ToastIconDirective, isStandalone: false, selector: "[q-toast-icon]", ngImport: i0, template: `
156
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
157
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: ToastIconDirective, isStandalone: false, selector: "[q-toast-icon]", ngImport: i0, template: `
158
158
  <ng-content>
159
159
  @if (showLoadingSpinner()) {
160
160
  <div q-progress-ring size="xs"></div>
@@ -164,7 +164,7 @@ class ToastIconDirective {
164
164
  </ng-content>
165
165
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "component", type: i2$1.ProgressRingDirective, selector: "[q-progress-ring]", inputs: ["errorText", "label", "valueText"] }] });
166
166
  }
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastIconDirective, decorators: [{
167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastIconDirective, decorators: [{
168
168
  type: Component,
169
169
  args: [{
170
170
  selector: "[q-toast-icon]",
@@ -189,10 +189,10 @@ class ToastLabelDirective extends CoreToastLabelDirective {
189
189
  super();
190
190
  this.trackBindings.extendWith(computed(() => this.qdsContext().getLabelBindings()));
191
191
  }
192
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
193
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: ToastLabelDirective, isStandalone: false, selector: "[q-toast-label]", usesInheritance: true, ngImport: i0 });
192
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
193
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: ToastLabelDirective, isStandalone: false, selector: "[q-toast-label]", usesInheritance: true, ngImport: i0 });
194
194
  }
195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastLabelDirective, decorators: [{
195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastLabelDirective, decorators: [{
196
196
  type: Directive,
197
197
  args: [{
198
198
  selector: "[q-toast-label]",
@@ -216,10 +216,10 @@ class ToastProviderDirective {
216
216
  })), this.injector);
217
217
  this.toastApi.init(computed(() => createToastApi(machine, normalizeProps)));
218
218
  }
219
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastProviderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
220
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: ToastProviderDirective, isStandalone: false, selector: "[toastProvider]", inputs: { index: { classPropertyName: "index", publicName: "index", isSignal: true, isRequired: true, transformFunction: null }, parent: { classPropertyName: "parent", publicName: "parent", isSignal: true, isRequired: true, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: true, transformFunction: null } }, providers: [provideToastContext()], exportAs: ["toastProvider"], ngImport: i0 });
219
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastProviderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
220
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: ToastProviderDirective, isStandalone: false, selector: "[toastProvider]", inputs: { index: { classPropertyName: "index", publicName: "index", isSignal: true, isRequired: true, transformFunction: null }, parent: { classPropertyName: "parent", publicName: "parent", isSignal: true, isRequired: true, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: true, transformFunction: null } }, providers: [provideToastContext()], exportAs: ["toastProvider"], ngImport: i0 });
221
221
  }
222
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastProviderDirective, decorators: [{
222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastProviderDirective, decorators: [{
223
223
  type: Directive,
224
224
  args: [{
225
225
  exportAs: "toastProvider",
@@ -243,8 +243,8 @@ class ToastRootDirective extends CoreToastRootDirective {
243
243
  }, normalizeProps)));
244
244
  super.ngOnInit();
245
245
  }
246
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
247
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.2", type: ToastRootDirective, isStandalone: false, selector: "[q-toast-root]", providers: [provideQdsToastContext()], usesInheritance: true, ngImport: i0, template: `
246
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
247
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: ToastRootDirective, isStandalone: false, selector: "[q-toast-root]", providers: [provideQdsToastContext()], usesInheritance: true, ngImport: i0, template: `
248
248
  <div [q-bind]="toastContext().getGhostBeforeBindings()"></div>
249
249
 
250
250
  <ng-content />
@@ -252,7 +252,7 @@ class ToastRootDirective extends CoreToastRootDirective {
252
252
  <div [q-bind]="toastContext().getGhostAfterBindings()"></div>
253
253
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
254
254
  }
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastRootDirective, decorators: [{
255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastRootDirective, decorators: [{
256
256
  type: Component,
257
257
  args: [{
258
258
  providers: [provideQdsToastContext()],
@@ -272,8 +272,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
272
272
  // SPDX-License-Identifier: BSD-3-Clause-Clear
273
273
  class ToasterDirective extends CoreToasterDirective {
274
274
  template = contentChild(TemplateRef, ...(ngDevMode ? [{ debugName: "template" }] : /* istanbul ignore next */ []));
275
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToasterDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
276
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: ToasterDirective, isStandalone: false, selector: "[q-toaster]", providers: [provideToastGroupContext()], queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
275
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToasterDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
276
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: ToasterDirective, isStandalone: false, selector: "[q-toaster]", providers: [provideToastGroupContext()], queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
277
277
  @for (toast of toasts(); track toast.id; let idx = $index) {
278
278
  <ng-container
279
279
  #providerRef="toastProvider"
@@ -318,7 +318,7 @@ class ToasterDirective extends CoreToasterDirective {
318
318
  </ng-template>
319
319
  `, isInline: true, dependencies: [{ kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2$2.ButtonDirective, selector: "[q-button]", inputs: ["endIcon"] }, { kind: "component", type: ToastRootDirective, selector: "[q-toast-root]" }, { kind: "directive", type: ToastLabelDirective, selector: "[q-toast-label]" }, { kind: "directive", type: ToastDescriptionDirective, selector: "[q-toast-description]" }, { kind: "component", type: ToastCloseButtonDirective, selector: "[q-toast-close-button]" }, { kind: "directive", type: ToastProviderDirective, selector: "[toastProvider]", inputs: ["index", "parent", "value"], exportAs: ["toastProvider"] }, { kind: "component", type: ToastIconDirective, selector: "[q-toast-icon]" }, { kind: "directive", type: ToastContextDirective, selector: "[q-toast-context]" }, { kind: "directive", type: ToastActionDirective, selector: "[q-toast-action]" }] });
320
320
  }
321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToasterDirective, decorators: [{
321
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToasterDirective, decorators: [{
322
322
  type: Component,
323
323
  args: [{
324
324
  providers: [provideToastGroupContext()],
@@ -374,8 +374,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
374
374
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
375
375
  // SPDX-License-Identifier: BSD-3-Clause-Clear
376
376
  class ToastModule {
377
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
378
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.2", ngImport: i0, type: ToastModule, declarations: [ToastRootDirective,
377
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
378
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: ToastModule, declarations: [ToastRootDirective,
379
379
  ToastLabelDirective,
380
380
  ToastDescriptionDirective,
381
381
  ToastCloseButtonDirective,
@@ -395,10 +395,10 @@ class ToastModule {
395
395
  ToastContextDirective,
396
396
  ToastActionDirective,
397
397
  ToasterDirective] });
398
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastModule, imports: [ButtonModule,
398
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastModule, imports: [ButtonModule,
399
399
  ProgressRingModule] });
400
400
  }
401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToastModule, decorators: [{
401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToastModule, decorators: [{
402
402
  type: NgModule,
403
403
  args: [{
404
404
  declarations: [
@@ -446,10 +446,10 @@ class ToasterService {
446
446
  placement: "bottom-end",
447
447
  ...this.toasterOptions,
448
448
  });
449
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToasterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
450
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToasterService });
449
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToasterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
450
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToasterService });
451
451
  }
452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: ToasterService, decorators: [{
452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: ToasterService, decorators: [{
453
453
  type: Injectable
454
454
  }] });
455
455
 
@@ -14,10 +14,10 @@ import { NgTemplateOutlet } from '@angular/common';
14
14
  // SPDX-License-Identifier: BSD-3-Clause-Clear
15
15
  class TooltipArrowTipDirective extends CoreTooltipArrowTipDirective {
16
16
  tooltipClasses = tooltipClasses;
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipArrowTipDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
18
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TooltipArrowTipDirective, isStandalone: false, selector: "[q-tooltip-arrow-tip]", host: { properties: { "class": "tooltipClasses.arrowTip" } }, usesInheritance: true, ngImport: i0 });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipArrowTipDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
18
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TooltipArrowTipDirective, isStandalone: false, selector: "[q-tooltip-arrow-tip]", host: { properties: { "class": "tooltipClasses.arrowTip" } }, usesInheritance: true, ngImport: i0 });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipArrowTipDirective, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipArrowTipDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  host: {
@@ -32,14 +32,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
32
32
  // SPDX-License-Identifier: BSD-3-Clause-Clear
33
33
  class TooltipArrowDirective extends CoreTooltipArrowDirective {
34
34
  tooltipClasses = tooltipClasses;
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipArrowDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
36
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.2", type: TooltipArrowDirective, isStandalone: false, selector: "[q-tooltip-arrow]", host: { properties: { "class": "tooltipClasses.arrow" } }, usesInheritance: true, ngImport: i0, template: `
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipArrowDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.4", type: TooltipArrowDirective, isStandalone: false, selector: "[q-tooltip-arrow]", host: { properties: { "class": "tooltipClasses.arrow" } }, usesInheritance: true, ngImport: i0, template: `
37
37
  <ng-content select="[q-tooltip-arrow-tip]">
38
38
  <div q-tooltip-arrow-tip></div>
39
39
  </ng-content>
40
40
  `, isInline: true, dependencies: [{ kind: "directive", type: TooltipArrowTipDirective, selector: "[q-tooltip-arrow-tip]" }] });
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipArrowDirective, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipArrowDirective, decorators: [{
43
43
  type: Component,
44
44
  args: [{
45
45
  host: {
@@ -59,10 +59,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
59
59
  // SPDX-License-Identifier: BSD-3-Clause-Clear
60
60
  class TooltipContentDirective extends CoreTooltipContentDirective {
61
61
  tooltipClasses = tooltipClasses;
62
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
63
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TooltipContentDirective, isStandalone: false, selector: "[q-tooltip-content]", host: { properties: { "class": "tooltipClasses.content" } }, usesInheritance: true, ngImport: i0 });
62
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
63
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TooltipContentDirective, isStandalone: false, selector: "[q-tooltip-content]", host: { properties: { "class": "tooltipClasses.content" } }, usesInheritance: true, ngImport: i0 });
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipContentDirective, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipContentDirective, decorators: [{
66
66
  type: Directive,
67
67
  args: [{
68
68
  host: {
@@ -86,10 +86,10 @@ class TooltipContextDirective extends ApiContextDirective {
86
86
  static ngTemplateContextGuard(dir, ctx) {
87
87
  return true;
88
88
  }
89
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
90
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TooltipContextDirective, isStandalone: false, selector: "[tooltipContext]", usesInheritance: true, ngImport: i0 });
89
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
90
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TooltipContextDirective, isStandalone: false, selector: "[tooltipContext]", usesInheritance: true, ngImport: i0 });
91
91
  }
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipContextDirective, decorators: [{
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipContextDirective, decorators: [{
93
93
  type: Directive,
94
94
  args: [{
95
95
  selector: "[tooltipContext]",
@@ -101,10 +101,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
101
101
  // SPDX-License-Identifier: BSD-3-Clause-Clear
102
102
  class TooltipPositionerDirective extends CoreTooltipPositionerDirective {
103
103
  tooltipClasses = tooltipClasses;
104
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipPositionerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
105
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TooltipPositionerDirective, isStandalone: false, selector: "[q-tooltip-positioner]", host: { properties: { "class": "tooltipClasses.positioner" } }, usesInheritance: true, ngImport: i0 });
104
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipPositionerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
105
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TooltipPositionerDirective, isStandalone: false, selector: "[q-tooltip-positioner]", host: { properties: { "class": "tooltipClasses.positioner" } }, usesInheritance: true, ngImport: i0 });
106
106
  }
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipPositionerDirective, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipPositionerDirective, decorators: [{
108
108
  type: Directive,
109
109
  args: [{
110
110
  host: {
@@ -137,8 +137,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
137
137
  * ```
138
138
  */
139
139
  class TooltipFloatingPortalComponent extends PortalComponent {
140
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipFloatingPortalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
141
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TooltipFloatingPortalComponent, isStandalone: false, selector: "q-tooltip-floating-portal", usesInheritance: true, ngImport: i0, template: `
140
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipFloatingPortalComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
141
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TooltipFloatingPortalComponent, isStandalone: false, selector: "q-tooltip-floating-portal", usesInheritance: true, ngImport: i0, template: `
142
142
  <ng-template #children>
143
143
  <div q-tooltip-positioner>
144
144
  <div q-tooltip-content>
@@ -159,7 +159,7 @@ class TooltipFloatingPortalComponent extends PortalComponent {
159
159
  }
160
160
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.CdkPortal, selector: "[cdkPortal]", exportAs: ["cdkPortal"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: TooltipArrowDirective, selector: "[q-tooltip-arrow]" }, { kind: "directive", type: TooltipArrowTipDirective, selector: "[q-tooltip-arrow-tip]" }, { kind: "directive", type: TooltipContentDirective, selector: "[q-tooltip-content]" }, { kind: "directive", type: TooltipPositionerDirective, selector: "[q-tooltip-positioner]" }] });
161
161
  }
162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipFloatingPortalComponent, decorators: [{
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipFloatingPortalComponent, decorators: [{
163
163
  type: Component,
164
164
  args: [{
165
165
  selector: "q-tooltip-floating-portal",
@@ -190,10 +190,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
190
190
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
191
191
  // SPDX-License-Identifier: BSD-3-Clause-Clear
192
192
  class TooltipRootDirective extends CoreTooltipRootDirective {
193
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
194
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TooltipRootDirective, isStandalone: false, selector: "[q-tooltip-root]", providers: [provideTooltipContext()], usesInheritance: true, ngImport: i0 });
193
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
194
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TooltipRootDirective, isStandalone: false, selector: "[q-tooltip-root]", providers: [provideTooltipContext()], usesInheritance: true, ngImport: i0 });
195
195
  }
196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipRootDirective, decorators: [{
196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipRootDirective, decorators: [{
197
197
  type: Directive,
198
198
  args: [{
199
199
  providers: [provideTooltipContext()],
@@ -205,10 +205,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
205
205
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
206
206
  // SPDX-License-Identifier: BSD-3-Clause-Clear
207
207
  class TooltipTriggerDirective extends CoreTooltipTriggerDirective {
208
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
209
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TooltipTriggerDirective, isStandalone: false, selector: "[q-tooltip-trigger]", usesInheritance: true, ngImport: i0 });
208
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
209
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TooltipTriggerDirective, isStandalone: false, selector: "[q-tooltip-trigger]", usesInheritance: true, ngImport: i0 });
210
210
  }
211
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipTriggerDirective, decorators: [{
211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipTriggerDirective, decorators: [{
212
212
  type: Directive,
213
213
  args: [{
214
214
  selector: "[q-tooltip-trigger]",
@@ -227,8 +227,8 @@ class TooltipDirective extends TooltipRootDirective {
227
227
  * Whether to hide the arrow.
228
228
  */
229
229
  hideArrow = input(undefined, { ...(ngDevMode ? { debugName: "hideArrow" } : /* istanbul ignore next */ {}), transform: booleanAttribute });
230
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
231
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TooltipDirective, isStandalone: false, selector: "[q-tooltip]", inputs: { disablePortal: { classPropertyName: "disablePortal", publicName: "disablePortal", isSignal: true, isRequired: false, transformFunction: null }, hideArrow: { classPropertyName: "hideArrow", publicName: "hideArrow", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideTooltipContext()], usesInheritance: true, ngImport: i0, template: `
230
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
231
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TooltipDirective, isStandalone: false, selector: "[q-tooltip]", inputs: { disablePortal: { classPropertyName: "disablePortal", publicName: "disablePortal", isSignal: true, isRequired: false, transformFunction: null }, hideArrow: { classPropertyName: "hideArrow", publicName: "hideArrow", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideTooltipContext()], usesInheritance: true, ngImport: i0, template: `
232
232
  <ng-content select="[q-tooltip-trigger]" />
233
233
 
234
234
  <q-portal [disabled]="disablePortal()">
@@ -245,7 +245,7 @@ class TooltipDirective extends TooltipRootDirective {
245
245
  </q-portal>
246
246
  `, isInline: true, dependencies: [{ kind: "component", type: i1$1.PortalComponent, selector: "q-portal", inputs: ["disabled", "container"] }, { kind: "component", type: TooltipArrowDirective, selector: "[q-tooltip-arrow]" }, { kind: "directive", type: TooltipArrowTipDirective, selector: "[q-tooltip-arrow-tip]" }, { kind: "directive", type: TooltipContentDirective, selector: "[q-tooltip-content]" }, { kind: "directive", type: TooltipPositionerDirective, selector: "[q-tooltip-positioner]" }] });
247
247
  }
248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipDirective, decorators: [{
248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipDirective, decorators: [{
249
249
  type: Component,
250
250
  args: [{
251
251
  providers: [provideTooltipContext()],
@@ -273,8 +273,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
273
273
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
274
274
  // SPDX-License-Identifier: BSD-3-Clause-Clear
275
275
  class TooltipModule {
276
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
277
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.2", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective,
276
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
277
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective,
278
278
  TooltipRootDirective,
279
279
  TooltipArrowDirective,
280
280
  TooltipArrowTipDirective,
@@ -291,9 +291,9 @@ class TooltipModule {
291
291
  TooltipPositionerDirective,
292
292
  TooltipTriggerDirective,
293
293
  TooltipFloatingPortalComponent] });
294
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipModule, imports: [PortalComponent] });
294
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipModule, imports: [PortalComponent] });
295
295
  }
296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TooltipModule, decorators: [{
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TooltipModule, decorators: [{
297
297
  type: NgModule,
298
298
  args: [{
299
299
  declarations: [
@@ -14,10 +14,10 @@ class QuiPreloadDirective {
14
14
  });
15
15
  }
16
16
  }
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QuiPreloadDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: QuiPreloadDirective, isStandalone: true, host: { properties: { "attr.data-qui-preload": "preload()" } }, ngImport: i0 });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QuiPreloadDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
18
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: QuiPreloadDirective, isStandalone: true, host: { properties: { "attr.data-qui-preload": "preload()" } }, ngImport: i0 });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: QuiPreloadDirective, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: QuiPreloadDirective, decorators: [{
21
21
  type: Directive,
22
22
  args: [{
23
23
  host: {