@qualcomm-ui/angular 1.9.1 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/fesm2022/qualcomm-ui-angular-accordion.mjs +37 -37
  2. package/fesm2022/qualcomm-ui-angular-action-group.mjs +3 -3
  3. package/fesm2022/qualcomm-ui-angular-avatar.mjs +19 -19
  4. package/fesm2022/qualcomm-ui-angular-badge.mjs +12 -12
  5. package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +25 -25
  6. package/fesm2022/qualcomm-ui-angular-button.mjs +25 -25
  7. package/fesm2022/qualcomm-ui-angular-checkbox.mjs +28 -28
  8. package/fesm2022/qualcomm-ui-angular-checkmark.mjs +3 -3
  9. package/fesm2022/qualcomm-ui-angular-collapsible.mjs +13 -13
  10. package/fesm2022/qualcomm-ui-angular-combobox.mjs +73 -73
  11. package/fesm2022/qualcomm-ui-angular-dialog.mjs +49 -49
  12. package/fesm2022/qualcomm-ui-angular-divider.mjs +3 -3
  13. package/fesm2022/qualcomm-ui-angular-drawer.mjs +49 -49
  14. package/fesm2022/qualcomm-ui-angular-header-bar.mjs +42 -42
  15. package/fesm2022/qualcomm-ui-angular-header-bar.mjs.map +1 -1
  16. package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
  17. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
  18. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
  19. package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
  20. package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
  21. package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
  22. package/fesm2022/qualcomm-ui-angular-menu.mjs +88 -65
  23. package/fesm2022/qualcomm-ui-angular-menu.mjs.map +1 -1
  24. package/fesm2022/qualcomm-ui-angular-number-input.mjs +40 -40
  25. package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
  26. package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
  27. package/fesm2022/qualcomm-ui-angular-popover.mjs +40 -40
  28. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
  29. package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
  30. package/fesm2022/qualcomm-ui-angular-radio.mjs +34 -34
  31. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
  32. package/fesm2022/qualcomm-ui-angular-select.mjs +61 -61
  33. package/fesm2022/qualcomm-ui-angular-side-nav.mjs +82 -82
  34. package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
  35. package/fesm2022/qualcomm-ui-angular-switch.mjs +28 -28
  36. package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
  37. package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
  38. package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
  39. package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
  40. package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
  41. package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
  42. package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
  43. package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
  44. package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
  45. package/header-bar/index.d.ts +2 -2
  46. package/header-bar/index.d.ts.map +1 -1
  47. package/menu/index.d.ts +12 -5
  48. package/menu/index.d.ts.map +1 -1
  49. package/package.json +4 -4
@@ -25,12 +25,12 @@ class PasswordInputClearTriggerDirective extends CorePasswordInputClearTriggerDi
25
25
  super();
26
26
  this.trackBindings.extendWith(computed(() => this.clearTriggerContext.getRootBindings()));
27
27
  }
28
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
29
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: PasswordInputClearTriggerDirective, isStandalone: false, selector: "[q-password-input-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
28
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
29
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: PasswordInputClearTriggerDirective, isStandalone: false, selector: "[q-password-input-clear-trigger]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
30
30
  <svg qIcon="X" [q-bind]="clearTriggerContext.getIconBindings()"></svg>
31
31
  `, 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"] }] });
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputClearTriggerDirective, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputClearTriggerDirective, decorators: [{
34
34
  type: Component,
35
35
  args: [{
36
36
  providers: [provideIcons({ X })],
@@ -56,14 +56,14 @@ class PasswordInputErrorIndicatorDirective extends CorePasswordInputErrorIndicat
56
56
  super();
57
57
  this.trackBindings.extendWith(() => this.inputErrorIndicatorContext.getBindings());
58
58
  }
59
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
60
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: PasswordInputErrorIndicatorDirective, isStandalone: false, selector: "[q-password-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
59
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
60
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: PasswordInputErrorIndicatorDirective, isStandalone: false, selector: "[q-password-input-error-indicator]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
61
61
  <ng-content>
62
62
  <svg [qIcon]="icon()"></svg>
63
63
  </ng-content>
64
64
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputErrorIndicatorDirective, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputErrorIndicatorDirective, decorators: [{
67
67
  type: Component,
68
68
  args: [{
69
69
  selector: "[q-password-input-error-indicator]",
@@ -89,8 +89,8 @@ class PasswordInputErrorTextDirective extends CorePasswordInputErrorTextDirectiv
89
89
  super();
90
90
  this.trackBindings.extendWith(() => this.errorTextContext.getBindings());
91
91
  }
92
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
93
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: PasswordInputErrorTextDirective, isStandalone: false, selector: "[q-password-input-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
92
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
93
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: PasswordInputErrorTextDirective, isStandalone: false, selector: "[q-password-input-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: `
94
94
  @if (icon()) {
95
95
  <svg [qIcon]="icon()!" />
96
96
  }
@@ -101,7 +101,7 @@ class PasswordInputErrorTextDirective extends CorePasswordInputErrorTextDirectiv
101
101
  </ng-content>
102
102
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputErrorTextDirective, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputErrorTextDirective, decorators: [{
105
105
  type: Component,
106
106
  args: [{
107
107
  selector: "[q-password-input-error-text]",
@@ -127,10 +127,10 @@ class PasswordInputHintDirective extends CorePasswordInputHintDirective {
127
127
  super();
128
128
  this.trackBindings.extendWith(() => this.hintContext.getBindings());
129
129
  }
130
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
131
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PasswordInputHintDirective, isStandalone: false, selector: "[q-password-input-hint]", usesInheritance: true, ngImport: i0 });
130
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
131
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PasswordInputHintDirective, isStandalone: false, selector: "[q-password-input-hint]", usesInheritance: true, ngImport: i0 });
132
132
  }
133
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputHintDirective, decorators: [{
133
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputHintDirective, decorators: [{
134
134
  type: Directive,
135
135
  args: [{
136
136
  selector: "[q-password-input-hint]",
@@ -146,8 +146,8 @@ class PasswordInputInputGroupDirective extends CorePasswordInputInputGroupDirect
146
146
  super();
147
147
  this.trackBindings.extendWith(() => this.inputGroupContext().getBindings());
148
148
  }
149
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
150
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: PasswordInputInputGroupDirective, isStandalone: false, selector: "[q-password-input-input-group]", usesInheritance: true, ngImport: i0, template: `
149
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
150
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: PasswordInputInputGroupDirective, isStandalone: false, selector: "[q-password-input-input-group]", usesInheritance: true, ngImport: i0, template: `
151
151
  <ng-content select="[q-input-start-icon]">
152
152
  @if (inputGroupContext().startIcon) {
153
153
  <div q-input-start-icon [icon]="inputGroupContext().startIcon"></div>
@@ -157,7 +157,7 @@ class PasswordInputInputGroupDirective extends CorePasswordInputInputGroupDirect
157
157
  <ng-content />
158
158
  `, isInline: true, dependencies: [{ kind: "component", type: i1$1.InputStartIconComponent, selector: "[q-input-start-icon]", inputs: ["icon"] }] });
159
159
  }
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputInputGroupDirective, decorators: [{
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputInputGroupDirective, decorators: [{
161
161
  type: Component,
162
162
  args: [{
163
163
  selector: "[q-password-input-input-group]",
@@ -182,10 +182,10 @@ class PasswordInputInputDirective extends CorePasswordInputInputDirective {
182
182
  super();
183
183
  this.trackBindings.extendWith(() => this.inputContext.getBindings());
184
184
  }
185
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
186
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PasswordInputInputDirective, isStandalone: false, selector: "input[q-password-input-input]", usesInheritance: true, ngImport: i0 });
185
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
186
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PasswordInputInputDirective, isStandalone: false, selector: "input[q-password-input-input]", usesInheritance: true, ngImport: i0 });
187
187
  }
188
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputInputDirective, decorators: [{
188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputInputDirective, decorators: [{
189
189
  type: Directive,
190
190
  args: [{
191
191
  selector: "input[q-password-input-input]",
@@ -201,8 +201,8 @@ class PasswordInputLabelDirective extends CorePasswordInputLabelDirective {
201
201
  super();
202
202
  this.trackBindings.extendWith(computed(() => this.qdsInputContext().getLabelBindings()));
203
203
  }
204
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
205
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: PasswordInputLabelDirective, isStandalone: false, selector: "[q-password-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
204
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
205
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: PasswordInputLabelDirective, isStandalone: false, selector: "[q-password-input-label]", providers: [provideIcons({ Asterisk })], usesInheritance: true, ngImport: i0, template: `
206
206
  <ng-content />
207
207
  @if (passwordInputContext().required) {
208
208
  <svg
@@ -213,7 +213,7 @@ class PasswordInputLabelDirective extends CorePasswordInputLabelDirective {
213
213
  }
214
214
  `, 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"] }] });
215
215
  }
216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputLabelDirective, decorators: [{
216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputLabelDirective, decorators: [{
217
217
  type: Component,
218
218
  args: [{
219
219
  providers: [provideIcons({ Asterisk })],
@@ -265,8 +265,8 @@ class PasswordInputRootDirective extends CorePasswordInputRootDirective {
265
265
  super.ngOnInit();
266
266
  this.qdsInputService.init(computed(() => createQdsInputApi({ size: this.size(), startIcon: this.startIcon() }, normalizeProps)));
267
267
  }
268
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
269
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: PasswordInputRootDirective, isStandalone: false, selector: "[q-password-input-root]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
268
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
269
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: PasswordInputRootDirective, isStandalone: false, selector: "[q-password-input-root]", inputs: { size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
270
270
  provideQdsInputContext(),
271
271
  providePasswordInputContext(),
272
272
  {
@@ -280,7 +280,7 @@ class PasswordInputRootDirective extends CorePasswordInputRootDirective {
280
280
  },
281
281
  ], usesInheritance: true, ngImport: i0 });
282
282
  }
283
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputRootDirective, decorators: [{
283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputRootDirective, decorators: [{
284
284
  type: Directive,
285
285
  args: [{
286
286
  providers: [
@@ -329,12 +329,12 @@ class PasswordInputVisibilityTriggerDirective extends CorePasswordInputVisibilit
329
329
  class: passwordInputClasses.visibilityTrigger,
330
330
  })));
331
331
  }
332
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputVisibilityTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
333
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", type: PasswordInputVisibilityTriggerDirective, isStandalone: false, selector: "[q-password-input-visibility-trigger]", inputs: { iconOff: { classPropertyName: "iconOff", publicName: "iconOff", isSignal: true, isRequired: false, transformFunction: null }, iconOn: { classPropertyName: "iconOn", publicName: "iconOn", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ Eye, EyeOff })], usesInheritance: true, hostDirectives: [{ directive: i1$2.QuiPreloadDirective }], ngImport: i0, template: `
332
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputVisibilityTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
333
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", type: PasswordInputVisibilityTriggerDirective, isStandalone: false, selector: "[q-password-input-visibility-trigger]", inputs: { iconOff: { classPropertyName: "iconOff", publicName: "iconOff", isSignal: true, isRequired: false, transformFunction: null }, iconOn: { classPropertyName: "iconOn", publicName: "iconOn", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ Eye, EyeOff })], usesInheritance: true, hostDirectives: [{ directive: i1$2.QuiPreloadDirective }], ngImport: i0, template: `
334
334
  <svg [q-bind]="buttonApi().getIconBindings()" [qIcon]="icon()"></svg>
335
335
  `, 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"] }] });
336
336
  }
337
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputVisibilityTriggerDirective, decorators: [{
337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputVisibilityTriggerDirective, decorators: [{
338
338
  type: Component,
339
339
  args: [{
340
340
  hostDirectives: [QuiPreloadDirective],
@@ -419,8 +419,8 @@ class PasswordInputComponent extends PasswordInputRootDirective {
419
419
  const errorTextFromControl = this.formControlContext.errorText();
420
420
  return errorTextInput ?? errorTextFromControl ?? null;
421
421
  }, ...(ngDevMode ? [{ debugName: "computedErrorText" }] : []));
422
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
423
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: PasswordInputComponent, isStandalone: false, selector: "q-password-input", 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 }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
422
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
423
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: PasswordInputComponent, isStandalone: false, selector: "q-password-input", 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 }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
424
424
  provideQdsInputContext(),
425
425
  providePasswordInputContext(),
426
426
  {
@@ -472,7 +472,7 @@ class PasswordInputComponent extends PasswordInputRootDirective {
472
472
  </ng-content>
473
473
  `, isInline: true, dependencies: [{ kind: "component", type: PasswordInputClearTriggerDirective, selector: "[q-password-input-clear-trigger]" }, { kind: "component", type: PasswordInputErrorIndicatorDirective, selector: "[q-password-input-error-indicator]", inputs: ["icon"] }, { kind: "component", type: PasswordInputErrorTextDirective, selector: "[q-password-input-error-text]", inputs: ["icon"] }, { kind: "directive", type: PasswordInputHintDirective, selector: "[q-password-input-hint]" }, { kind: "directive", type: PasswordInputInputDirective, selector: "input[q-password-input-input]" }, { kind: "component", type: PasswordInputInputGroupDirective, selector: "[q-password-input-input-group]" }, { kind: "component", type: PasswordInputLabelDirective, selector: "[q-password-input-label]" }, { kind: "component", type: PasswordInputVisibilityTriggerDirective, selector: "[q-password-input-visibility-trigger]", inputs: ["iconOff", "iconOn"] }] });
474
474
  }
475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputComponent, decorators: [{
475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputComponent, decorators: [{
476
476
  type: Component,
477
477
  args: [{
478
478
  providers: [
@@ -535,8 +535,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
535
535
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
536
536
  // SPDX-License-Identifier: BSD-3-Clause-Clear
537
537
  class PasswordInputModule {
538
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
539
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputModule, declarations: [PasswordInputComponent,
538
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
539
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputModule, declarations: [PasswordInputComponent,
540
540
  PasswordInputRootDirective,
541
541
  PasswordInputClearTriggerDirective,
542
542
  PasswordInputErrorIndicatorDirective,
@@ -555,9 +555,9 @@ class PasswordInputModule {
555
555
  PasswordInputInputGroupDirective,
556
556
  PasswordInputLabelDirective,
557
557
  PasswordInputVisibilityTriggerDirective] });
558
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputModule, imports: [InputStartIconComponent] });
558
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputModule, imports: [InputStartIconComponent] });
559
559
  }
560
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PasswordInputModule, decorators: [{
560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PasswordInputModule, decorators: [{
561
561
  type: NgModule,
562
562
  args: [{
563
563
  declarations: [
@@ -9,10 +9,10 @@ import { PortalDirective } from '@qualcomm-ui/angular-core/portal';
9
9
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
10
10
  // SPDX-License-Identifier: BSD-3-Clause-Clear
11
11
  class PopoverAnchorDirective extends CorePopoverAnchorDirective {
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverAnchorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
13
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverAnchorDirective, isStandalone: false, selector: "[q-popover-anchor]", usesInheritance: true, ngImport: i0 });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverAnchorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
13
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverAnchorDirective, isStandalone: false, selector: "[q-popover-anchor]", usesInheritance: true, ngImport: i0 });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverAnchorDirective, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverAnchorDirective, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  selector: "[q-popover-anchor]",
@@ -24,10 +24,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
24
24
  // SPDX-License-Identifier: BSD-3-Clause-Clear
25
25
  class PopoverArrowTipDirective extends CorePopoverArrowTipDirective {
26
26
  popoverClasses = popoverClasses;
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverArrowTipDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
28
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverArrowTipDirective, isStandalone: false, selector: "[q-popover-arrow-tip]", host: { properties: { "class": "popoverClasses.arrowTip" } }, usesInheritance: true, ngImport: i0 });
27
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverArrowTipDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
28
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverArrowTipDirective, isStandalone: false, selector: "[q-popover-arrow-tip]", host: { properties: { "class": "popoverClasses.arrowTip" } }, usesInheritance: true, ngImport: i0 });
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverArrowTipDirective, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverArrowTipDirective, decorators: [{
31
31
  type: Directive,
32
32
  args: [{
33
33
  host: {
@@ -42,14 +42,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
42
42
  // SPDX-License-Identifier: BSD-3-Clause-Clear
43
43
  class PopoverArrowDirective extends CorePopoverArrowDirective {
44
44
  popoverClasses = popoverClasses;
45
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverArrowDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
46
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: PopoverArrowDirective, isStandalone: false, selector: "[q-popover-arrow]", host: { properties: { "class": "popoverClasses.arrow" } }, usesInheritance: true, ngImport: i0, template: `
45
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverArrowDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
46
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: PopoverArrowDirective, isStandalone: false, selector: "[q-popover-arrow]", host: { properties: { "class": "popoverClasses.arrow" } }, usesInheritance: true, ngImport: i0, template: `
47
47
  <ng-content>
48
48
  <div q-popover-arrow-tip></div>
49
49
  </ng-content>
50
50
  `, isInline: true, dependencies: [{ kind: "directive", type: PopoverArrowTipDirective, selector: "[q-popover-arrow-tip]" }] });
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverArrowDirective, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverArrowDirective, decorators: [{
53
53
  type: Component,
54
54
  args: [{
55
55
  host: {
@@ -69,10 +69,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
69
69
  // SPDX-License-Identifier: BSD-3-Clause-Clear
70
70
  class PopoverCloseTriggerDirective extends CorePopoverCloseTriggerDirective {
71
71
  popoverClasses = popoverClasses;
72
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverCloseTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
73
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverCloseTriggerDirective, isStandalone: false, selector: "[q-popover-close-trigger]", host: { properties: { "class": "popoverClasses.closeTrigger" } }, usesInheritance: true, ngImport: i0 });
72
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverCloseTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
73
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverCloseTriggerDirective, isStandalone: false, selector: "[q-popover-close-trigger]", host: { properties: { "class": "popoverClasses.closeTrigger" } }, usesInheritance: true, ngImport: i0 });
74
74
  }
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverCloseTriggerDirective, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverCloseTriggerDirective, decorators: [{
76
76
  type: Directive,
77
77
  args: [{
78
78
  host: {
@@ -87,10 +87,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
87
87
  // SPDX-License-Identifier: BSD-3-Clause-Clear
88
88
  class PopoverContentDirective extends CorePopoverContentDirective {
89
89
  popoverClasses = popoverClasses;
90
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
91
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverContentDirective, isStandalone: false, selector: "[q-popover-content]", host: { properties: { "class": "popoverClasses.content" } }, usesInheritance: true, ngImport: i0 });
90
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverContentDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
91
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverContentDirective, isStandalone: false, selector: "[q-popover-content]", host: { properties: { "class": "popoverClasses.content" } }, usesInheritance: true, ngImport: i0 });
92
92
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverContentDirective, decorators: [{
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverContentDirective, decorators: [{
94
94
  type: Directive,
95
95
  args: [{
96
96
  host: {
@@ -114,10 +114,10 @@ class PopoverContextDirective extends ApiContextDirective {
114
114
  static ngTemplateContextGuard(dir, ctx) {
115
115
  return true;
116
116
  }
117
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
118
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverContextDirective, isStandalone: false, selector: "[popoverContext]", usesInheritance: true, ngImport: i0 });
117
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
118
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverContextDirective, isStandalone: false, selector: "[popoverContext]", usesInheritance: true, ngImport: i0 });
119
119
  }
120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverContextDirective, decorators: [{
120
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverContextDirective, decorators: [{
121
121
  type: Directive,
122
122
  args: [{
123
123
  selector: "[popoverContext]",
@@ -129,10 +129,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
129
129
  // SPDX-License-Identifier: BSD-3-Clause-Clear
130
130
  class PopoverDescriptionDirective extends CorePopoverDescriptionDirective {
131
131
  popoverClasses = popoverClasses;
132
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
133
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverDescriptionDirective, isStandalone: false, selector: "[q-popover-description]", host: { properties: { "class": "popoverClasses.description" } }, usesInheritance: true, ngImport: i0 });
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverDescriptionDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
133
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverDescriptionDirective, isStandalone: false, selector: "[q-popover-description]", host: { properties: { "class": "popoverClasses.description" } }, usesInheritance: true, ngImport: i0 });
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverDescriptionDirective, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverDescriptionDirective, decorators: [{
136
136
  type: Directive,
137
137
  args: [{
138
138
  host: {
@@ -147,10 +147,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
147
147
  // SPDX-License-Identifier: BSD-3-Clause-Clear
148
148
  class PopoverLabelDirective extends CorePopoverLabelDirective {
149
149
  popoverClasses = popoverClasses;
150
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
151
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverLabelDirective, isStandalone: false, selector: "[q-popover-label]", host: { properties: { "class": "popoverClasses.label" } }, usesInheritance: true, ngImport: i0 });
150
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverLabelDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
151
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverLabelDirective, isStandalone: false, selector: "[q-popover-label]", host: { properties: { "class": "popoverClasses.label" } }, usesInheritance: true, ngImport: i0 });
152
152
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverLabelDirective, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverLabelDirective, decorators: [{
154
154
  type: Directive,
155
155
  args: [{
156
156
  host: {
@@ -164,10 +164,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
164
164
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
165
165
  // SPDX-License-Identifier: BSD-3-Clause-Clear
166
166
  class PopoverPositionerDirective extends CorePopoverPositionerDirective {
167
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverPositionerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
168
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverPositionerDirective, isStandalone: false, selector: "[q-popover-positioner]", usesInheritance: true, ngImport: i0 });
167
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverPositionerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
168
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverPositionerDirective, isStandalone: false, selector: "[q-popover-positioner]", usesInheritance: true, ngImport: i0 });
169
169
  }
170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverPositionerDirective, decorators: [{
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverPositionerDirective, decorators: [{
171
171
  type: Directive,
172
172
  args: [{
173
173
  selector: "[q-popover-positioner]",
@@ -178,10 +178,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
178
178
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
179
179
  // SPDX-License-Identifier: BSD-3-Clause-Clear
180
180
  class PopoverRootDirective extends CorePopoverRootDirective {
181
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
182
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverRootDirective, isStandalone: false, selector: "[q-popover-root]", providers: [providePopoverContext()], usesInheritance: true, ngImport: i0 });
181
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
182
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverRootDirective, isStandalone: false, selector: "[q-popover-root]", providers: [providePopoverContext()], usesInheritance: true, ngImport: i0 });
183
183
  }
184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverRootDirective, decorators: [{
184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverRootDirective, decorators: [{
185
185
  type: Directive,
186
186
  args: [{
187
187
  providers: [providePopoverContext()],
@@ -194,10 +194,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
194
194
  // SPDX-License-Identifier: BSD-3-Clause-Clear
195
195
  class PopoverTriggerDirective extends CorePopoverTriggerDirective {
196
196
  popoverClasses = popoverClasses;
197
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
198
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: PopoverTriggerDirective, isStandalone: false, selector: "[q-popover-trigger]", host: { properties: { "class": "popoverClasses.trigger" } }, usesInheritance: true, ngImport: i0 });
197
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverTriggerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
198
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: PopoverTriggerDirective, isStandalone: false, selector: "[q-popover-trigger]", host: { properties: { "class": "popoverClasses.trigger" } }, usesInheritance: true, ngImport: i0 });
199
199
  }
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverTriggerDirective, decorators: [{
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverTriggerDirective, decorators: [{
201
201
  type: Directive,
202
202
  args: [{
203
203
  host: {
@@ -231,8 +231,8 @@ class PopoverDirective extends PopoverRootDirective {
231
231
  * Optional label text for the popover.
232
232
  */
233
233
  label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : []));
234
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
235
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: PopoverDirective, isStandalone: false, selector: "[q-popover]", inputs: { description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, disablePortal: { classPropertyName: "disablePortal", publicName: "disablePortal", isSignal: true, isRequired: false, transformFunction: null }, hideArrow: { classPropertyName: "hideArrow", publicName: "hideArrow", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [providePopoverContext()], usesInheritance: true, ngImport: i0, template: `
234
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
235
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: PopoverDirective, isStandalone: false, selector: "[q-popover]", inputs: { description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, disablePortal: { classPropertyName: "disablePortal", publicName: "disablePortal", isSignal: true, isRequired: false, transformFunction: null }, hideArrow: { classPropertyName: "hideArrow", publicName: "hideArrow", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [providePopoverContext()], usesInheritance: true, ngImport: i0, template: `
236
236
  <ng-content select="[q-popover-anchor]" />
237
237
 
238
238
  <ng-template qPortal [disabled]="disablePortal()">
@@ -260,7 +260,7 @@ class PopoverDirective extends PopoverRootDirective {
260
260
  </ng-template>
261
261
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.PortalDirective, selector: "[qPortal]", inputs: ["disabled", "container"] }, { kind: "component", type: PopoverArrowDirective, selector: "[q-popover-arrow]" }, { kind: "directive", type: PopoverContentDirective, selector: "[q-popover-content]" }, { kind: "directive", type: PopoverDescriptionDirective, selector: "[q-popover-description]" }, { kind: "directive", type: PopoverLabelDirective, selector: "[q-popover-label]" }, { kind: "directive", type: PopoverPositionerDirective, selector: "[q-popover-positioner]" }] });
262
262
  }
263
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverDirective, decorators: [{
263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverDirective, decorators: [{
264
264
  type: Component,
265
265
  args: [{
266
266
  providers: [providePopoverContext()],
@@ -299,8 +299,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
299
299
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
300
300
  // SPDX-License-Identifier: BSD-3-Clause-Clear
301
301
  class PopoverModule {
302
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
303
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: PopoverModule, declarations: [PopoverRootDirective,
302
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
303
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: PopoverModule, declarations: [PopoverRootDirective,
304
304
  PopoverAnchorDirective,
305
305
  PopoverArrowDirective,
306
306
  PopoverArrowTipDirective,
@@ -323,9 +323,9 @@ class PopoverModule {
323
323
  PopoverPositionerDirective,
324
324
  PopoverTriggerDirective,
325
325
  PopoverDirective] });
326
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverModule });
326
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverModule });
327
327
  }
328
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: PopoverModule, decorators: [{
328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: PopoverModule, decorators: [{
329
329
  type: NgModule,
330
330
  args: [{
331
331
  declarations: [