@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
@@ -18,10 +18,10 @@ import { createQdsInlineNotificationApi } from '@qualcomm-ui/qds-core/inline-not
18
18
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
19
19
  // SPDX-License-Identifier: BSD-3-Clause-Clear
20
20
  class QdsInlineNotificationContextService extends BaseApiContextService {
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsInlineNotificationContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
22
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsInlineNotificationContextService });
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsInlineNotificationContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
22
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsInlineNotificationContextService });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsInlineNotificationContextService, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsInlineNotificationContextService, decorators: [{
25
25
  type: Injectable
26
26
  }] });
27
27
  const [QDS_INLINE_NOTIFICATION_CONTEXT, useQdsInlineNotificationContext, provideQdsInlineNotificationContext,] = createApiContext("QdsInlineNotificationContext", QdsInlineNotificationContextService);
@@ -34,10 +34,10 @@ class InlineNotificationActionDirective extends CoreInlineNotificationActionDire
34
34
  super();
35
35
  this.trackBindings.extendWith(computed(() => this.qdsContext().getActionBindings()));
36
36
  }
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
38
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: InlineNotificationActionDirective, isStandalone: false, selector: "[q-inline-notification-action]", usesInheritance: true, ngImport: i0 });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
38
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: InlineNotificationActionDirective, isStandalone: false, selector: "[q-inline-notification-action]", usesInheritance: true, ngImport: i0 });
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationActionDirective, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationActionDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: "[q-inline-notification-action]",
@@ -58,14 +58,14 @@ class InlineNotificationCloseButtonDirective extends CoreInlineNotificationClose
58
58
  super();
59
59
  this.trackBindings.extendWith(computed(() => mergeProps(this.qdsContext().getCloseButtonBindings(), this.inlineIconButtonApi().getRootBindings())));
60
60
  }
61
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationCloseButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
62
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: InlineNotificationCloseButtonDirective, isStandalone: false, selector: "[q-inline-notification-close-button]", providers: [provideIcons({ X })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
61
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationCloseButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
62
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: InlineNotificationCloseButtonDirective, isStandalone: false, selector: "[q-inline-notification-close-button]", providers: [provideIcons({ X })], usesInheritance: true, hostDirectives: [{ directive: i1.QuiPreloadDirective }], ngImport: i0, template: `
63
63
  <ng-content>
64
64
  <svg qIcon="X" [q-bind]="inlineIconButtonApi().getIconBindings()"></svg>
65
65
  </ng-content>
66
66
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "directive", type: i3.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }] });
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationCloseButtonDirective, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationCloseButtonDirective, decorators: [{
69
69
  type: Component,
70
70
  args: [{
71
71
  hostDirectives: [QuiPreloadDirective],
@@ -88,10 +88,10 @@ class InlineNotificationDescriptionDirective extends CoreInlineNotificationDescr
88
88
  super();
89
89
  this.trackBindings.extendWith(computed(() => this.qdsContext().getDescriptionBindings()));
90
90
  }
91
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationDescriptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
92
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: InlineNotificationDescriptionDirective, isStandalone: false, selector: "[q-inline-notification-description]", usesInheritance: true, ngImport: i0 });
91
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationDescriptionDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
92
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: InlineNotificationDescriptionDirective, isStandalone: false, selector: "[q-inline-notification-description]", usesInheritance: true, ngImport: i0 });
93
93
  }
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationDescriptionDirective, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationDescriptionDirective, decorators: [{
95
95
  type: Directive,
96
96
  args: [{
97
97
  selector: "[q-inline-notification-description]",
@@ -117,8 +117,8 @@ class InlineNotificationIconDirective extends CoreInlineNotificationIconDirectiv
117
117
  super();
118
118
  this.trackBindings.extendWith(computed(() => this.qdsContext().getIconBindings()));
119
119
  }
120
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
121
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: InlineNotificationIconDirective, isStandalone: false, selector: "[q-inline-notification-icon]", usesInheritance: true, ngImport: i0, template: `
120
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
121
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: InlineNotificationIconDirective, isStandalone: false, selector: "[q-inline-notification-icon]", usesInheritance: true, ngImport: i0, template: `
122
122
  @if (qdsContext().emphasis === "loading") {
123
123
  <div q-progress-ring></div>
124
124
  } @else if (resolvedIcon()) {
@@ -128,7 +128,7 @@ class InlineNotificationIconDirective extends CoreInlineNotificationIconDirectiv
128
128
  }
129
129
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }, { kind: "component", type: i2$1.ProgressRingDirective, selector: "[q-progress-ring]", inputs: ["errorText", "label"] }] });
130
130
  }
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationIconDirective, decorators: [{
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationIconDirective, decorators: [{
132
132
  type: Component,
133
133
  args: [{
134
134
  selector: "[q-inline-notification-icon]",
@@ -153,10 +153,10 @@ class InlineNotificationLabelDirective extends CoreInlineNotificationLabelDirect
153
153
  super();
154
154
  this.trackBindings.extendWith(computed(() => this.qdsContext().getHeadingBindings()));
155
155
  }
156
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
157
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: InlineNotificationLabelDirective, isStandalone: false, selector: "[q-inline-notification-label]", usesInheritance: true, ngImport: i0 });
156
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
157
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: InlineNotificationLabelDirective, isStandalone: false, selector: "[q-inline-notification-label]", usesInheritance: true, ngImport: i0 });
158
158
  }
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationLabelDirective, decorators: [{
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationLabelDirective, decorators: [{
160
160
  type: Directive,
161
161
  args: [{
162
162
  selector: "[q-inline-notification-label]",
@@ -190,13 +190,13 @@ class InlineNotificationRootDirective extends CoreInlineNotificationRootDirectiv
190
190
  super.ngOnInit();
191
191
  this.qdsInlineNotificationService.init(computed(() => createQdsInlineNotificationApi({ emphasis: this.emphasis(), orientation: this.orientation() }, normalizeProps)));
192
192
  }
193
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
194
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: InlineNotificationRootDirective, isStandalone: false, selector: "[q-inline-notification-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
193
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
194
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: InlineNotificationRootDirective, isStandalone: false, selector: "[q-inline-notification-root]", inputs: { emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, orientation: { classPropertyName: "orientation", publicName: "orientation", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
195
195
  provideInlineNotificationContext(),
196
196
  provideQdsInlineNotificationContext(),
197
197
  ], usesInheritance: true, ngImport: i0 });
198
198
  }
199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationRootDirective, decorators: [{
199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationRootDirective, decorators: [{
200
200
  type: Directive,
201
201
  args: [{
202
202
  providers: [
@@ -245,8 +245,8 @@ class InlineNotificationDirective extends InlineNotificationRootDirective {
245
245
  * ```
246
246
  */
247
247
  label = input(...(ngDevMode ? [undefined, { debugName: "label" }] : []));
248
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
249
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: InlineNotificationDirective, isStandalone: false, selector: "[q-inline-notification]", inputs: { description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, dismissable: { classPropertyName: "dismissable", publicName: "dismissable", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
248
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationDirective, deps: null, target: i0.ɵɵFactoryTarget.Component });
249
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: InlineNotificationDirective, isStandalone: false, selector: "[q-inline-notification]", inputs: { description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, dismissable: { classPropertyName: "dismissable", publicName: "dismissable", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
250
250
  provideInlineNotificationContext(),
251
251
  provideQdsInlineNotificationContext(),
252
252
  ], usesInheritance: true, ngImport: i0, template: `
@@ -275,7 +275,7 @@ class InlineNotificationDirective extends InlineNotificationRootDirective {
275
275
  </ng-content>
276
276
  `, isInline: true, dependencies: [{ kind: "component", type: InlineNotificationCloseButtonDirective, selector: "[q-inline-notification-close-button]" }, { kind: "directive", type: InlineNotificationDescriptionDirective, selector: "[q-inline-notification-description]" }, { kind: "component", type: InlineNotificationIconDirective, selector: "[q-inline-notification-icon]" }, { kind: "directive", type: InlineNotificationLabelDirective, selector: "[q-inline-notification-label]" }] });
277
277
  }
278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationDirective, decorators: [{
278
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationDirective, decorators: [{
279
279
  type: Component,
280
280
  args: [{
281
281
  providers: [
@@ -315,8 +315,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
315
315
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
316
316
  // SPDX-License-Identifier: BSD-3-Clause-Clear
317
317
  class InlineNotificationModule {
318
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
319
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationModule, declarations: [InlineNotificationDirective,
318
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
319
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationModule, declarations: [InlineNotificationDirective,
320
320
  InlineNotificationRootDirective,
321
321
  InlineNotificationActionDirective,
322
322
  InlineNotificationCloseButtonDirective,
@@ -329,9 +329,9 @@ class InlineNotificationModule {
329
329
  InlineNotificationDescriptionDirective,
330
330
  InlineNotificationIconDirective,
331
331
  InlineNotificationLabelDirective] });
332
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationModule, imports: [ProgressRingModule] });
332
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationModule, imports: [ProgressRingModule] });
333
333
  }
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InlineNotificationModule, decorators: [{
334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InlineNotificationModule, decorators: [{
335
335
  type: NgModule,
336
336
  args: [{
337
337
  declarations: [
@@ -10,10 +10,10 @@ import { mergeProps } from '@qualcomm-ui/utils/merge-props';
10
10
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
11
11
  // SPDX-License-Identifier: BSD-3-Clause-Clear
12
12
  class QdsInputContextService extends BaseApiContextService {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsInputContextService });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsInputContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsInputContextService });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsInputContextService, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsInputContextService, decorators: [{
17
17
  type: Injectable
18
18
  }] });
19
19
  const [QDS_INPUT_CONTEXT, useQdsInputContext, provideQdsInputContext,] = createApiContext("QdsInputContext", QdsInputContextService);
@@ -40,15 +40,15 @@ class ErrorTextComponent {
40
40
  ngOnInit() {
41
41
  this.trackBindings();
42
42
  }
43
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ErrorTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: ErrorTextComponent, isStandalone: true, selector: "[q-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "inputClasses.errorText" } }, ngImport: i0, template: `
43
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ErrorTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
44
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: ErrorTextComponent, isStandalone: true, selector: "[q-error-text]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class": "inputClasses.errorText" } }, ngImport: i0, template: `
45
45
  @if (icon()) {
46
46
  <svg size="xs" [qIcon]="icon()!" />
47
47
  }
48
48
  <ng-content />
49
49
  `, isInline: true, dependencies: [{ kind: "directive", type: IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: ErrorTextComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: ErrorTextComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{
54
54
  host: {
@@ -82,10 +82,10 @@ class HintDirective {
82
82
  ngOnInit() {
83
83
  this.trackBindings();
84
84
  }
85
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: HintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
86
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: HintDirective, isStandalone: true, selector: "[q-hint]", host: { properties: { "class": "inputClasses.hint" } }, ngImport: i0 });
85
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: HintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
86
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: HintDirective, isStandalone: true, selector: "[q-hint]", host: { properties: { "class": "inputClasses.hint" } }, ngImport: i0 });
87
87
  }
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: HintDirective, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: HintDirective, decorators: [{
89
89
  type: Directive,
90
90
  args: [{
91
91
  host: {
@@ -107,8 +107,8 @@ class InputEndIconComponent {
107
107
  ngOnInit() {
108
108
  this.trackBindings();
109
109
  }
110
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InputEndIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
111
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: InputEndIconComponent, isStandalone: true, selector: "[q-input-end-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
110
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InputEndIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
111
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: InputEndIconComponent, isStandalone: true, selector: "[q-input-end-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
112
112
  <ng-content>
113
113
  @if (icon()) {
114
114
  <svg [qIcon]="icon()!"></svg>
@@ -116,7 +116,7 @@ class InputEndIconComponent {
116
116
  </ng-content>
117
117
  `, isInline: true, dependencies: [{ kind: "directive", type: IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
118
118
  }
119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InputEndIconComponent, decorators: [{
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InputEndIconComponent, decorators: [{
120
120
  type: Component,
121
121
  args: [{
122
122
  imports: [IconDirective],
@@ -144,8 +144,8 @@ class InputStartIconComponent {
144
144
  ngOnInit() {
145
145
  this.trackBindings();
146
146
  }
147
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InputStartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
148
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: InputStartIconComponent, isStandalone: true, selector: "[q-input-start-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
147
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InputStartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
148
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: InputStartIconComponent, isStandalone: true, selector: "[q-input-start-icon]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
149
149
  <ng-content>
150
150
  @if (icon()) {
151
151
  <svg [qIcon]="icon()!"></svg>
@@ -153,7 +153,7 @@ class InputStartIconComponent {
153
153
  </ng-content>
154
154
  `, isInline: true, dependencies: [{ kind: "directive", type: IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
155
155
  }
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: InputStartIconComponent, decorators: [{
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: InputStartIconComponent, decorators: [{
157
157
  type: Component,
158
158
  args: [{
159
159
  imports: [IconDirective],
@@ -10,10 +10,10 @@ class KbdDirective {
10
10
  ngOnInit() {
11
11
  this.trackBindings();
12
12
  }
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: KbdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: KbdDirective, isStandalone: true, selector: "[q-kbd]", ngImport: i0 });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: KbdDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
14
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: KbdDirective, isStandalone: true, selector: "[q-kbd]", ngImport: i0 });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: KbdDirective, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: KbdDirective, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: "[q-kbd]",
@@ -65,8 +65,8 @@ class LinkDirective {
65
65
  ngOnInit() {
66
66
  this.trackBindings();
67
67
  }
68
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: LinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
69
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: LinkDirective, isStandalone: true, selector: "[q-link]", inputs: { dir: { classPropertyName: "dir", publicName: "dir", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, 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: [
68
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: LinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
69
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: LinkDirective, isStandalone: true, selector: "[q-link]", inputs: { dir: { classPropertyName: "dir", publicName: "dir", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, 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: [
70
70
  {
71
71
  provide: START_ICON_CONTEXT_TOKEN,
72
72
  useFactory: () => {
@@ -101,7 +101,7 @@ class LinkDirective {
101
101
  </ng-content>
102
102
  `, isInline: true, dependencies: [{ kind: "directive", type: EndIconDirective, selector: "div[q-end-icon],span[q-end-icon],svg[q-end-icon]", inputs: ["icon"] }, { kind: "directive", type: StartIconDirective, selector: "div[q-start-icon],span[q-start-icon],svg[q-start-icon]", inputs: ["icon"] }] });
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: LinkDirective, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: LinkDirective, decorators: [{
105
105
  type: Component,
106
106
  args: [{
107
107
  hostDirectives: [QuiPreloadDirective],