@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
@@ -15,10 +15,10 @@ import { createQdsTabsApi } from '@qualcomm-ui/qds-core/tabs';
15
15
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
16
16
  // SPDX-License-Identifier: BSD-3-Clause-Clear
17
17
  class QdsTabsContextService extends BaseApiContextService {
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTabsContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTabsContextService });
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsTabsContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsTabsContextService });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTabsContextService, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsTabsContextService, decorators: [{
22
22
  type: Injectable
23
23
  }] });
24
24
  const [QDS_TABS_CONTEXT, useQdsTabsContext, provideQdsTabsContext,] = createApiContext("QdsTabsContext", QdsTabsContextService);
@@ -55,8 +55,8 @@ class TabButtonDirective extends CoreTabButtonDirective {
55
55
  super();
56
56
  this.trackBindings.extendWith(computed(() => this.qdsContext().getTabButtonBindings()));
57
57
  }
58
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
59
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: TabButtonDirective, isStandalone: false, selector: "[q-tab-button]", inputs: { endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
58
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
59
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: TabButtonDirective, isStandalone: false, selector: "[q-tab-button]", inputs: { endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, startIcon: { classPropertyName: "startIcon", publicName: "startIcon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
60
60
  {
61
61
  provide: START_ICON_CONTEXT_TOKEN,
62
62
  useFactory: () => {
@@ -97,7 +97,7 @@ class TabButtonDirective extends CoreTabButtonDirective {
97
97
  </ng-content>
98
98
  `, 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"] }] });
99
99
  }
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabButtonDirective, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabButtonDirective, decorators: [{
101
101
  type: Component,
102
102
  args: [{
103
103
  providers: [
@@ -159,12 +159,12 @@ class TabDismissButtonDirective extends CoreTabDismissButtonDirective {
159
159
  super();
160
160
  this.trackBindings.extendWith(computed(() => mergeProps(this.inlineIconButtonApi().getRootBindings(), this.qdsContext().getTabDismissButtonBindings())));
161
161
  }
162
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabDismissButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
163
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: TabDismissButtonDirective, isStandalone: false, selector: "[q-tab-dismiss-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
162
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabDismissButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
163
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: TabDismissButtonDirective, isStandalone: false, selector: "[q-tab-dismiss-button]", providers: [provideIcons({ X })], usesInheritance: true, ngImport: i0, template: `
164
164
  <svg qIcon="X" [q-bind]="inlineIconButtonApi().getIconBindings()" />
165
165
  `, 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"] }] });
166
166
  }
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabDismissButtonDirective, decorators: [{
167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabDismissButtonDirective, decorators: [{
168
168
  type: Component,
169
169
  args: [{
170
170
  providers: [provideIcons({ X })],
@@ -184,10 +184,10 @@ class TabRootDirective extends CoreTabRootDirective {
184
184
  super();
185
185
  this.trackBindings.extendWith(computed(() => this.qdsContext().getTabBindings()));
186
186
  }
187
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
188
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabRootDirective, isStandalone: false, selector: "[q-tab-root]", providers: [provideTabContext()], usesInheritance: true, ngImport: i0 });
187
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
188
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: TabRootDirective, isStandalone: false, selector: "[q-tab-root]", providers: [provideTabContext()], usesInheritance: true, ngImport: i0 });
189
189
  }
190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabRootDirective, decorators: [{
190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabRootDirective, decorators: [{
191
191
  type: Directive,
192
192
  args: [{
193
193
  providers: [provideTabContext()],
@@ -221,10 +221,10 @@ class TabsContextDirective extends ApiContextDirective {
221
221
  static ngTemplateContextGuard(dir, ctx) {
222
222
  return true;
223
223
  }
224
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
225
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabsContextDirective, isStandalone: false, selector: "[tabsContext]", usesInheritance: true, ngImport: i0 });
224
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
225
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: TabsContextDirective, isStandalone: false, selector: "[tabsContext]", usesInheritance: true, ngImport: i0 });
226
226
  }
227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsContextDirective, decorators: [{
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsContextDirective, decorators: [{
228
228
  type: Directive,
229
229
  args: [{
230
230
  selector: "[tabsContext]",
@@ -240,10 +240,10 @@ class TabsIndicatorDirective extends CoreTabsIndicatorDirective {
240
240
  super();
241
241
  this.trackBindings.extendWith(computed(() => this.qdsContext().getIndicatorBindings()));
242
242
  }
243
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
244
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabsIndicatorDirective, isStandalone: false, selector: "[q-tabs-indicator]", usesInheritance: true, ngImport: i0 });
243
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
244
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: TabsIndicatorDirective, isStandalone: false, selector: "[q-tabs-indicator]", usesInheritance: true, ngImport: i0 });
245
245
  }
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsIndicatorDirective, decorators: [{
246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsIndicatorDirective, decorators: [{
247
247
  type: Directive,
248
248
  args: [{
249
249
  selector: "[q-tabs-indicator]",
@@ -259,15 +259,15 @@ class TabsListDirective extends CoreTabsListDirective {
259
259
  super();
260
260
  this.trackBindings.extendWith(computed(() => this.qdsContext().getListBindings()));
261
261
  }
262
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsListDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
263
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", type: TabsListDirective, isStandalone: false, selector: "[q-tabs-list]", usesInheritance: true, ngImport: i0, template: `
262
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsListDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
263
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", type: TabsListDirective, isStandalone: false, selector: "[q-tabs-list]", usesInheritance: true, ngImport: i0, template: `
264
264
  <ng-content select="[q-tabs-indicator]">
265
265
  <div q-tabs-indicator></div>
266
266
  </ng-content>
267
267
  <ng-content />
268
268
  `, isInline: true, dependencies: [{ kind: "directive", type: TabsIndicatorDirective, selector: "[q-tabs-indicator]" }] });
269
269
  }
270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsListDirective, decorators: [{
270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsListDirective, decorators: [{
271
271
  type: Component,
272
272
  args: [{
273
273
  selector: "[q-tabs-list]",
@@ -289,10 +289,10 @@ class TabsPanelDirective extends CoreTabsPanelDirective {
289
289
  super();
290
290
  this.trackBindings.extendWith(computed(() => this.qdsContext().getPanelBindings()));
291
291
  }
292
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsPanelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
293
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TabsPanelDirective, isStandalone: false, selector: "[q-tabs-panel]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
292
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsPanelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
293
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: TabsPanelDirective, isStandalone: false, selector: "[q-tabs-panel]", providers: [providePresenceContext()], usesInheritance: true, ngImport: i0 });
294
294
  }
295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsPanelDirective, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsPanelDirective, decorators: [{
296
296
  type: Directive,
297
297
  args: [{
298
298
  providers: [providePresenceContext()],
@@ -347,14 +347,14 @@ class TabsRootDirective extends CoreTabsRootDirective {
347
347
  }, normalizeProps)));
348
348
  super.ngOnInit();
349
349
  }
350
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
351
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", type: TabsRootDirective, isStandalone: false, selector: "[q-tabs-root]", inputs: { animateIndicator: { classPropertyName: "animateIndicator", publicName: "animateIndicator", isSignal: true, isRequired: false, transformFunction: null }, iconVariant: { classPropertyName: "iconVariant", publicName: "iconVariant", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
350
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
351
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: TabsRootDirective, isStandalone: false, selector: "[q-tabs-root]", inputs: { animateIndicator: { classPropertyName: "animateIndicator", publicName: "animateIndicator", isSignal: true, isRequired: false, transformFunction: null }, iconVariant: { classPropertyName: "iconVariant", publicName: "iconVariant", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
352
352
  provideTabsContext(),
353
353
  provideQdsTabsContext(),
354
354
  provideRenderStrategyContext(),
355
355
  ], usesInheritance: true, ngImport: i0 });
356
356
  }
357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsRootDirective, decorators: [{
357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsRootDirective, decorators: [{
358
358
  type: Directive,
359
359
  args: [{
360
360
  providers: [
@@ -370,8 +370,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
370
370
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
371
371
  // SPDX-License-Identifier: BSD-3-Clause-Clear
372
372
  class TabsModule {
373
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
374
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: TabsModule, declarations: [TabsContextDirective,
373
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
374
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: TabsModule, declarations: [TabsContextDirective,
375
375
  TabRootDirective,
376
376
  TabButtonDirective,
377
377
  TabDismissButtonDirective,
@@ -386,9 +386,9 @@ class TabsModule {
386
386
  TabsPanelDirective,
387
387
  TabsListDirective,
388
388
  TabsRootDirective] });
389
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsModule });
389
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsModule });
390
390
  }
391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TabsModule, decorators: [{
391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TabsModule, decorators: [{
392
392
  type: NgModule,
393
393
  args: [{
394
394
  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 QdsTagContextService extends BaseApiContextService {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTagContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTagContextService });
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsTagContextService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsTagContextService });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsTagContextService, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsTagContextService, decorators: [{
17
17
  type: Injectable
18
18
  }] });
19
19
  const [QDS_TAG_CONTEXT, useQdsTagContext, provideQdsTagContext,] = createApiContext("QdsTagContext", QdsTagContextService);
@@ -90,8 +90,8 @@ class TagDirective {
90
90
  }, normalizeProps)));
91
91
  this.trackBindings();
92
92
  }
93
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TagDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
94
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", type: TagDirective, isStandalone: true, selector: "[q-tag]", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, radius: { classPropertyName: "radius", publicName: "radius", 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 }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
93
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TagDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
94
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", type: TagDirective, isStandalone: true, selector: "[q-tag]", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, endIcon: { classPropertyName: "endIcon", publicName: "endIcon", isSignal: true, isRequired: false, transformFunction: null }, emphasis: { classPropertyName: "emphasis", publicName: "emphasis", isSignal: true, isRequired: false, transformFunction: null }, radius: { classPropertyName: "radius", publicName: "radius", 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 }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, providers: [
95
95
  QdsTagContextService,
96
96
  provideIcons({ X }),
97
97
  {
@@ -135,7 +135,7 @@ class TagDirective {
135
135
  }
136
136
  `, 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"] }, { kind: "directive", type: QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
137
137
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TagDirective, decorators: [{
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TagDirective, decorators: [{
139
139
  type: Component,
140
140
  args: [{
141
141
  imports: [
@@ -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: "20.3.12", ngImport: i0, type: TextInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.12", 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: "20.3.15", ngImport: i0, type: TextInputClearTriggerDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputClearTriggerDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
65
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.12", 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: "20.3.15", ngImport: i0, type: TextInputErrorIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
65
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputErrorIndicatorDirective, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
100
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", 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: "20.3.15", ngImport: i0, type: TextInputErrorTextDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
100
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputErrorTextDirective, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
133
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TextInputHintDirective, isStandalone: false, selector: "[q-text-input-hint]", usesInheritance: true, ngImport: i0 });
132
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputHintDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
133
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: TextInputHintDirective, isStandalone: false, selector: "[q-text-input-hint]", usesInheritance: true, ngImport: i0 });
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputHintDirective, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
155
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", 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: "20.3.15", ngImport: i0, type: TextInputInputGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
155
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputInputGroupDirective, decorators: [{
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
207
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.12", type: TextInputInputDirective, isStandalone: false, selector: "[q-text-input-input]", usesInheritance: true, ngImport: i0 });
206
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputInputDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
207
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: TextInputInputDirective, isStandalone: false, selector: "[q-text-input-input]", usesInheritance: true, ngImport: i0 });
208
208
  }
209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputInputDirective, decorators: [{
209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
229
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", 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: "20.3.15", ngImport: i0, type: TextInputLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
229
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputLabelDirective, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
313
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.12", 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: "20.3.15", ngImport: i0, type: TextInputRootDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
313
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", 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: "20.3.12", ngImport: i0, type: TextInputRootDirective, decorators: [{
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputRootDirective, decorators: [{
316
316
  type: Directive,
317
317
  args: [{
318
318
  providers: [provideTextInputContext(), provideQdsInputContext()],
@@ -374,8 +374,8 @@ class TextInputComponent extends TextInputRootDirective {
374
374
  * passed to the internal input element.
375
375
  */
376
376
  placeholder = input("", ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
377
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
378
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.12", 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
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
378
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.15", 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: [
379
379
  provideTextInputContext(),
380
380
  provideQdsInputContext(),
381
381
  provideIcons({ AlertCircle }),
@@ -415,7 +415,7 @@ class TextInputComponent extends TextInputRootDirective {
415
415
  </ng-content>
416
416
  `, 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"] }] });
417
417
  }
418
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputComponent, decorators: [{
418
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputComponent, decorators: [{
419
419
  type: Component,
420
420
  args: [{
421
421
  providers: [
@@ -466,8 +466,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImpo
466
466
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
467
467
  // SPDX-License-Identifier: BSD-3-Clause-Clear
468
468
  class TextInputModule {
469
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
470
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.12", ngImport: i0, type: TextInputModule, declarations: [TextInputComponent,
469
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
470
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: TextInputModule, declarations: [TextInputComponent,
471
471
  TextInputClearTriggerDirective,
472
472
  TextInputRootDirective,
473
473
  TextInputErrorTextDirective,
@@ -487,10 +487,10 @@ class TextInputModule {
487
487
  TextInputInputGroupDirective,
488
488
  TextInputLabelDirective,
489
489
  TextInputErrorIndicatorDirective] });
490
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputModule, imports: [InputStartIconComponent,
490
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputModule, imports: [InputStartIconComponent,
491
491
  InputEndIconComponent] });
492
492
  }
493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: TextInputModule, decorators: [{
493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: TextInputModule, decorators: [{
494
494
  type: NgModule,
495
495
  args: [{
496
496
  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: "20.3.12", ngImport: i0, type: QdsThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
183
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsThemeService, providedIn: "root" });
182
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
183
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsThemeService, providedIn: "root" });
184
184
  }
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.12", ngImport: i0, type: QdsThemeService, decorators: [{
185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: QdsThemeService, decorators: [{
186
186
  type: Injectable,
187
187
  args: [{ providedIn: "root" }]
188
188
  }], ctorParameters: () => [] });