@qualcomm-ui/angular 2.0.1 → 2.0.2

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 (51) hide show
  1. package/fesm2022/qualcomm-ui-angular-accordion.mjs +37 -37
  2. package/fesm2022/qualcomm-ui-angular-action-group.mjs +3 -3
  3. package/fesm2022/qualcomm-ui-angular-alert-banner.mjs +28 -28
  4. package/fesm2022/qualcomm-ui-angular-avatar.mjs +19 -19
  5. package/fesm2022/qualcomm-ui-angular-badge.mjs +12 -12
  6. package/fesm2022/qualcomm-ui-angular-breadcrumbs.mjs +25 -25
  7. package/fesm2022/qualcomm-ui-angular-button.mjs +25 -25
  8. package/fesm2022/qualcomm-ui-angular-checkbox-group.mjs +7 -7
  9. package/fesm2022/qualcomm-ui-angular-checkbox.mjs +31 -31
  10. package/fesm2022/qualcomm-ui-angular-checkmark.mjs +3 -3
  11. package/fesm2022/qualcomm-ui-angular-collapsible.mjs +13 -13
  12. package/fesm2022/qualcomm-ui-angular-combobox.mjs +73 -73
  13. package/fesm2022/qualcomm-ui-angular-dialog.mjs +49 -49
  14. package/fesm2022/qualcomm-ui-angular-divider.mjs +3 -3
  15. package/fesm2022/qualcomm-ui-angular-drawer.mjs +49 -49
  16. package/fesm2022/qualcomm-ui-angular-field-group.mjs +22 -22
  17. package/fesm2022/qualcomm-ui-angular-header-bar.mjs +40 -40
  18. package/fesm2022/qualcomm-ui-angular-icon.mjs +9 -9
  19. package/fesm2022/qualcomm-ui-angular-inline-icon-button.mjs +3 -3
  20. package/fesm2022/qualcomm-ui-angular-inline-notification.mjs +28 -28
  21. package/fesm2022/qualcomm-ui-angular-input.mjs +15 -15
  22. package/fesm2022/qualcomm-ui-angular-kbd.mjs +3 -3
  23. package/fesm2022/qualcomm-ui-angular-link.mjs +3 -3
  24. package/fesm2022/qualcomm-ui-angular-menu.mjs +64 -64
  25. package/fesm2022/qualcomm-ui-angular-number-input.mjs +43 -43
  26. package/fesm2022/qualcomm-ui-angular-pagination.mjs +37 -37
  27. package/fesm2022/qualcomm-ui-angular-password-input.mjs +34 -34
  28. package/fesm2022/qualcomm-ui-angular-popover.mjs +43 -43
  29. package/fesm2022/qualcomm-ui-angular-progress-ring.mjs +37 -37
  30. package/fesm2022/qualcomm-ui-angular-progress.mjs +34 -34
  31. package/fesm2022/qualcomm-ui-angular-radio.mjs +40 -40
  32. package/fesm2022/qualcomm-ui-angular-segmented-control.mjs +22 -22
  33. package/fesm2022/qualcomm-ui-angular-select.mjs +64 -64
  34. package/fesm2022/qualcomm-ui-angular-side-nav.mjs +86 -85
  35. package/fesm2022/qualcomm-ui-angular-side-nav.mjs.map +1 -1
  36. package/fesm2022/qualcomm-ui-angular-slider.mjs +61 -61
  37. package/fesm2022/qualcomm-ui-angular-switch-group.mjs +7 -7
  38. package/fesm2022/qualcomm-ui-angular-switch.mjs +31 -31
  39. package/fesm2022/qualcomm-ui-angular-table.mjs +91 -91
  40. package/fesm2022/qualcomm-ui-angular-tabs.mjs +31 -31
  41. package/fesm2022/qualcomm-ui-angular-tag.mjs +6 -6
  42. package/fesm2022/qualcomm-ui-angular-text-area.mjs +28 -28
  43. package/fesm2022/qualcomm-ui-angular-text-input.mjs +31 -31
  44. package/fesm2022/qualcomm-ui-angular-theme.mjs +3 -3
  45. package/fesm2022/qualcomm-ui-angular-toast.mjs +37 -37
  46. package/fesm2022/qualcomm-ui-angular-tooltip.mjs +31 -31
  47. package/fesm2022/qualcomm-ui-angular-transitions.mjs +3 -3
  48. package/fesm2022/qualcomm-ui-angular-tree.mjs +58 -58
  49. package/package.json +5 -5
  50. package/types/qualcomm-ui-angular-side-nav.d.ts +2 -0
  51. package/types/qualcomm-ui-angular-side-nav.d.ts.map +1 -1
@@ -17,10 +17,10 @@ import { createTable } from '@qualcomm-ui/core/table';
17
17
  // SPDX-License-Identifier: BSD-3-Clause-Clear
18
18
  class CellComponentContextDirective {
19
19
  context = input.required(...(ngDevMode ? [{ debugName: "context" }] : /* istanbul ignore next */ []));
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: CellComponentContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: CellComponentContextDirective, isStandalone: true, inputs: { context: { classPropertyName: "context", publicName: "context", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: CellComponentContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
21
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: CellComponentContextDirective, isStandalone: true, inputs: { context: { classPropertyName: "context", publicName: "context", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: CellComponentContextDirective, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: CellComponentContextDirective, decorators: [{
24
24
  type: Directive
25
25
  }], propDecorators: { context: [{ type: i0.Input, args: [{ isSignal: true, alias: "context", required: true }] }] } });
26
26
 
@@ -28,10 +28,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
28
28
  // SPDX-License-Identifier: BSD-3-Clause-Clear
29
29
  class HeaderComponentContextDirective {
30
30
  context = input.required(...(ngDevMode ? [{ debugName: "context" }] : /* istanbul ignore next */ []));
31
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: HeaderComponentContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
32
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: HeaderComponentContextDirective, isStandalone: true, inputs: { context: { classPropertyName: "context", publicName: "context", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: HeaderComponentContextDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
32
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: HeaderComponentContextDirective, isStandalone: true, inputs: { context: { classPropertyName: "context", publicName: "context", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: HeaderComponentContextDirective, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: HeaderComponentContextDirective, decorators: [{
35
35
  type: Directive
36
36
  }], propDecorators: { context: [{ type: i0.Input, args: [{ isSignal: true, alias: "context", required: true }] }] } });
37
37
 
@@ -102,10 +102,10 @@ class RenderCellDirective {
102
102
  });
103
103
  }
104
104
  }
105
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: RenderCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
106
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: RenderCellDirective, isStandalone: false, selector: "[renderCell]", inputs: { renderCell: { classPropertyName: "renderCell", publicName: "renderCell", isSignal: true, isRequired: true, transformFunction: null }, renderCellComponentInput: { classPropertyName: "renderCellComponentInput", publicName: "renderCellComponentInput", isSignal: true, isRequired: false, transformFunction: null }, renderCellIsAggregated: { classPropertyName: "renderCellIsAggregated", publicName: "renderCellIsAggregated", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
105
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RenderCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
106
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: RenderCellDirective, isStandalone: false, selector: "[renderCell]", inputs: { renderCell: { classPropertyName: "renderCell", publicName: "renderCell", isSignal: true, isRequired: true, transformFunction: null }, renderCellComponentInput: { classPropertyName: "renderCellComponentInput", publicName: "renderCellComponentInput", isSignal: true, isRequired: false, transformFunction: null }, renderCellIsAggregated: { classPropertyName: "renderCellIsAggregated", publicName: "renderCellIsAggregated", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
107
107
  }
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: RenderCellDirective, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RenderCellDirective, decorators: [{
109
109
  type: Directive,
110
110
  args: [{
111
111
  selector: "[renderCell]",
@@ -153,10 +153,10 @@ class RenderFooterDirective {
153
153
  });
154
154
  }
155
155
  }
156
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: RenderFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
157
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: RenderFooterDirective, isStandalone: false, selector: "[renderFooter]", inputs: { renderFooter: { classPropertyName: "renderFooter", publicName: "renderFooter", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
156
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RenderFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
157
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: RenderFooterDirective, isStandalone: false, selector: "[renderFooter]", inputs: { renderFooter: { classPropertyName: "renderFooter", publicName: "renderFooter", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
158
158
  }
159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: RenderFooterDirective, decorators: [{
159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RenderFooterDirective, decorators: [{
160
160
  type: Directive,
161
161
  args: [{
162
162
  selector: "[renderFooter]",
@@ -204,10 +204,10 @@ class RenderHeaderDirective {
204
204
  });
205
205
  }
206
206
  }
207
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: RenderHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: RenderHeaderDirective, isStandalone: false, selector: "[renderHeader]", inputs: { renderHeader: { classPropertyName: "renderHeader", publicName: "renderHeader", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
207
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RenderHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
208
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: RenderHeaderDirective, isStandalone: false, selector: "[renderHeader]", inputs: { renderHeader: { classPropertyName: "renderHeader", publicName: "renderHeader", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0 });
209
209
  }
210
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: RenderHeaderDirective, decorators: [{
210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: RenderHeaderDirective, decorators: [{
211
211
  type: Directive,
212
212
  args: [{
213
213
  selector: "[renderHeader]",
@@ -224,10 +224,10 @@ class TableActionBarDirective {
224
224
  ngOnInit() {
225
225
  this.trackBindings();
226
226
  }
227
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableActionBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
228
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableActionBarDirective, isStandalone: false, selector: "[q-table-action-bar]", ngImport: i0 });
227
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableActionBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
228
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableActionBarDirective, isStandalone: false, selector: "[q-table-action-bar]", ngImport: i0 });
229
229
  }
230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableActionBarDirective, decorators: [{
230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableActionBarDirective, decorators: [{
231
231
  type: Directive,
232
232
  args: [{
233
233
  selector: "[q-table-action-bar]",
@@ -244,10 +244,10 @@ class TableBodyDirective {
244
244
  ngOnInit() {
245
245
  this.trackBindings();
246
246
  }
247
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
248
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableBodyDirective, isStandalone: false, selector: "[q-table-body]", ngImport: i0 });
247
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
248
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableBodyDirective, isStandalone: false, selector: "[q-table-body]", ngImport: i0 });
249
249
  }
250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableBodyDirective, decorators: [{
250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableBodyDirective, decorators: [{
251
251
  type: Directive,
252
252
  args: [{
253
253
  selector: "[q-table-body]",
@@ -271,15 +271,15 @@ class TableCellActionDirective {
271
271
  ngOnInit() {
272
272
  this.trackBindings();
273
273
  }
274
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableCellActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
275
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.2", type: TableCellActionDirective, isStandalone: false, selector: "[q-table-cell-action]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `
274
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableCellActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
275
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: TableCellActionDirective, isStandalone: false, selector: "[q-table-cell-action]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `
276
276
  <svg
277
277
  [q-bind]="inlineIconButtonApi().getIconBindings()"
278
278
  [qIcon]="icon()"
279
279
  ></svg>
280
280
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
281
281
  }
282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableCellActionDirective, decorators: [{
282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableCellActionDirective, decorators: [{
283
283
  type: Component,
284
284
  args: [{
285
285
  selector: "[q-table-cell-action]",
@@ -306,10 +306,10 @@ class TableCellDirective {
306
306
  ngOnInit() {
307
307
  this.trackBindings();
308
308
  }
309
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
310
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: TableCellDirective, isStandalone: false, selector: "[q-table-cell]", inputs: { cell: { classPropertyName: "cell", publicName: "cell", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
309
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
310
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TableCellDirective, isStandalone: false, selector: "[q-table-cell]", inputs: { cell: { classPropertyName: "cell", publicName: "cell", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
311
311
  }
312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableCellDirective, decorators: [{
312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableCellDirective, decorators: [{
313
313
  type: Directive,
314
314
  args: [{
315
315
  selector: "[q-table-cell]",
@@ -335,15 +335,15 @@ class TableColumnDragHandleDirective {
335
335
  ngOnInit() {
336
336
  this.trackBindings();
337
337
  }
338
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnDragHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
339
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.2", type: TableColumnDragHandleDirective, isStandalone: false, selector: "[q-table-column-drag-handle]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ GripVertical })], ngImport: i0, template: `
338
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnDragHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
339
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: TableColumnDragHandleDirective, isStandalone: false, selector: "[q-table-column-drag-handle]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ GripVertical })], ngImport: i0, template: `
340
340
  <svg
341
341
  [q-bind]="inlineIconButtonApi().getIconBindings()"
342
342
  [qIcon]="icon()"
343
343
  ></svg>
344
344
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
345
345
  }
346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnDragHandleDirective, decorators: [{
346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnDragHandleDirective, decorators: [{
347
347
  type: Component,
348
348
  args: [{
349
349
  providers: [provideIcons({ GripVertical })],
@@ -368,10 +368,10 @@ class TableColumnDragPreviewDirective {
368
368
  ngOnInit() {
369
369
  this.trackBindings();
370
370
  }
371
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnDragPreviewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
372
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableColumnDragPreviewDirective, isStandalone: false, selector: "[q-table-column-drag-preview]", ngImport: i0 });
371
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnDragPreviewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
372
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableColumnDragPreviewDirective, isStandalone: false, selector: "[q-table-column-drag-preview]", ngImport: i0 });
373
373
  }
374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnDragPreviewDirective, decorators: [{
374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnDragPreviewDirective, decorators: [{
375
375
  type: Directive,
376
376
  args: [{
377
377
  selector: "[q-table-column-drag-preview]",
@@ -402,10 +402,10 @@ class TableColumnDropIndicatorDirective {
402
402
  ngOnInit() {
403
403
  this.trackBindings();
404
404
  }
405
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnDropIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
406
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: TableColumnDropIndicatorDirective, isStandalone: false, selector: "[q-table-column-drop-indicator]", inputs: { closestEdge: { classPropertyName: "closestEdge", publicName: "closestEdge", isSignal: true, isRequired: false, transformFunction: null }, columnIndex: { classPropertyName: "columnIndex", publicName: "columnIndex", isSignal: true, isRequired: false, transformFunction: null }, sourceColumnIndex: { classPropertyName: "sourceColumnIndex", publicName: "sourceColumnIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
405
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnDropIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
406
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TableColumnDropIndicatorDirective, isStandalone: false, selector: "[q-table-column-drop-indicator]", inputs: { closestEdge: { classPropertyName: "closestEdge", publicName: "closestEdge", isSignal: true, isRequired: false, transformFunction: null }, columnIndex: { classPropertyName: "columnIndex", publicName: "columnIndex", isSignal: true, isRequired: false, transformFunction: null }, sourceColumnIndex: { classPropertyName: "sourceColumnIndex", publicName: "sourceColumnIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
407
407
  }
408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnDropIndicatorDirective, decorators: [{
408
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnDropIndicatorDirective, decorators: [{
409
409
  type: Directive,
410
410
  args: [{
411
411
  selector: "[q-table-column-drop-indicator]",
@@ -464,8 +464,8 @@ class TableColumnFilterActionDirective {
464
464
  ngOnInit() {
465
465
  this.trackBindings();
466
466
  }
467
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnFilterActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
468
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TableColumnFilterActionDirective, isStandalone: false, selector: "[q-table-column-filter-action]", inputs: { canFilter: { classPropertyName: "canFilter", publicName: "canFilter", isSignal: true, isRequired: false, transformFunction: null }, isFiltered: { classPropertyName: "isFiltered", publicName: "isFiltered", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ Funnel })], ngImport: i0, template: `
467
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnFilterActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
468
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TableColumnFilterActionDirective, isStandalone: false, selector: "[q-table-column-filter-action]", inputs: { canFilter: { classPropertyName: "canFilter", publicName: "canFilter", isSignal: true, isRequired: false, transformFunction: null }, isFiltered: { classPropertyName: "isFiltered", publicName: "isFiltered", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ Funnel })], ngImport: i0, template: `
469
469
  @if (filterable()) {
470
470
  <svg
471
471
  [q-bind]="inlineIconButtonApi().getIconBindings()"
@@ -474,7 +474,7 @@ class TableColumnFilterActionDirective {
474
474
  }
475
475
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
476
476
  }
477
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnFilterActionDirective, decorators: [{
477
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnFilterActionDirective, decorators: [{
478
478
  type: Component,
479
479
  args: [{
480
480
  providers: [provideIcons({ Funnel })],
@@ -507,15 +507,15 @@ class TableColumnHeaderActionDirective {
507
507
  ngOnInit() {
508
508
  this.trackBindings();
509
509
  }
510
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnHeaderActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
511
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.2", type: TableColumnHeaderActionDirective, isStandalone: false, selector: "[q-table-column-header-action]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `
510
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnHeaderActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
511
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: TableColumnHeaderActionDirective, isStandalone: false, selector: "[q-table-column-header-action]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: `
512
512
  <svg
513
513
  [q-bind]="inlineIconButtonApi().getIconBindings()"
514
514
  [qIcon]="icon()"
515
515
  ></svg>
516
516
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
517
517
  }
518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnHeaderActionDirective, decorators: [{
518
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnHeaderActionDirective, decorators: [{
519
519
  type: Component,
520
520
  args: [{
521
521
  selector: "[q-table-column-header-action]",
@@ -553,15 +553,15 @@ class TableColumnResizeHandleDirective {
553
553
  ngOnInit() {
554
554
  this.trackBindings();
555
555
  }
556
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnResizeHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
557
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.2", type: TableColumnResizeHandleDirective, isStandalone: false, selector: "[q-table-column-resize-handle]", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: true, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ UnfoldHorizontal })], ngImport: i0, template: `
556
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnResizeHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
557
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: TableColumnResizeHandleDirective, isStandalone: false, selector: "[q-table-column-resize-handle]", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: true, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ UnfoldHorizontal })], ngImport: i0, template: `
558
558
  <svg
559
559
  [q-bind]="inlineIconButtonApi().getIconBindings()"
560
560
  [qIcon]="icon()"
561
561
  ></svg>
562
562
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
563
563
  }
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnResizeHandleDirective, decorators: [{
564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnResizeHandleDirective, decorators: [{
565
565
  type: Component,
566
566
  args: [{
567
567
  providers: [provideIcons({ UnfoldHorizontal })],
@@ -612,8 +612,8 @@ class TableColumnSortActionDirective {
612
612
  ngOnInit() {
613
613
  this.trackBindings();
614
614
  }
615
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnSortActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
616
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.2", type: TableColumnSortActionDirective, isStandalone: false, selector: "[q-table-column-sort-action]", inputs: { isSorted: { classPropertyName: "isSorted", publicName: "isSorted", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: true, transformFunction: null } }, providers: [provideIcons({ ArrowDownUp, ArrowUp })], ngImport: i0, template: `
615
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnSortActionDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
616
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.4", type: TableColumnSortActionDirective, isStandalone: false, selector: "[q-table-column-sort-action]", inputs: { isSorted: { classPropertyName: "isSorted", publicName: "isSorted", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: true, transformFunction: null } }, providers: [provideIcons({ ArrowDownUp, ArrowUp })], ngImport: i0, template: `
617
617
  @if (canSort()) {
618
618
  <svg
619
619
  [q-bind]="inlineIconButtonApi().getIconBindings()"
@@ -622,7 +622,7 @@ class TableColumnSortActionDirective {
622
622
  }
623
623
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
624
624
  }
625
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableColumnSortActionDirective, decorators: [{
625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableColumnSortActionDirective, decorators: [{
626
626
  type: Component,
627
627
  args: [{
628
628
  providers: [provideIcons({ ArrowDownUp, ArrowUp })],
@@ -648,10 +648,10 @@ class TableFooterDirective {
648
648
  ngOnInit() {
649
649
  this.trackBindings();
650
650
  }
651
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
652
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableFooterDirective, isStandalone: false, selector: "[q-table-footer]", ngImport: i0 });
651
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableFooterDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
652
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableFooterDirective, isStandalone: false, selector: "[q-table-footer]", ngImport: i0 });
653
653
  }
654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableFooterDirective, decorators: [{
654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableFooterDirective, decorators: [{
655
655
  type: Directive,
656
656
  args: [{
657
657
  selector: "[q-table-footer]",
@@ -687,10 +687,10 @@ class TableHeaderCellDirective {
687
687
  ngOnInit() {
688
688
  this.trackBindings();
689
689
  }
690
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableHeaderCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
691
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: TableHeaderCellDirective, isStandalone: false, selector: "[q-table-header-cell]", inputs: { columnIndex: { classPropertyName: "columnIndex", publicName: "columnIndex", isSignal: true, isRequired: false, transformFunction: null }, isDragging: { classPropertyName: "isDragging", publicName: "isDragging", isSignal: true, isRequired: false, transformFunction: null }, isDraggingOver: { classPropertyName: "isDraggingOver", publicName: "isDraggingOver", isSignal: true, isRequired: false, transformFunction: null }, isResizing: { classPropertyName: "isResizing", publicName: "isResizing", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
690
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableHeaderCellDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
691
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TableHeaderCellDirective, isStandalone: false, selector: "[q-table-header-cell]", inputs: { columnIndex: { classPropertyName: "columnIndex", publicName: "columnIndex", isSignal: true, isRequired: false, transformFunction: null }, isDragging: { classPropertyName: "isDragging", publicName: "isDragging", isSignal: true, isRequired: false, transformFunction: null }, isDraggingOver: { classPropertyName: "isDraggingOver", publicName: "isDraggingOver", isSignal: true, isRequired: false, transformFunction: null }, isResizing: { classPropertyName: "isResizing", publicName: "isResizing", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
692
692
  }
693
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableHeaderCellDirective, decorators: [{
693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableHeaderCellDirective, decorators: [{
694
694
  type: Directive,
695
695
  args: [{
696
696
  selector: "[q-table-header-cell]",
@@ -707,10 +707,10 @@ class TableHeaderDirective {
707
707
  ngOnInit() {
708
708
  this.trackBindings();
709
709
  }
710
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
711
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableHeaderDirective, isStandalone: false, selector: "[q-table-header]", ngImport: i0 });
710
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
711
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableHeaderDirective, isStandalone: false, selector: "[q-table-header]", ngImport: i0 });
712
712
  }
713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableHeaderDirective, decorators: [{
713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableHeaderDirective, decorators: [{
714
714
  type: Directive,
715
715
  args: [{
716
716
  selector: "[q-table-header]",
@@ -725,10 +725,10 @@ class TablePaginationDirective extends PaginationRootDirective {
725
725
  super();
726
726
  this.trackBindings.extendWith(computed(() => qdsTableApi.getPaginationBindings()));
727
727
  }
728
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TablePaginationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
729
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TablePaginationDirective, isStandalone: false, selector: "[q-table-pagination]", providers: [providePaginationContext(), provideQdsPaginationContext()], usesInheritance: true, ngImport: i0 });
728
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TablePaginationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
729
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TablePaginationDirective, isStandalone: false, selector: "[q-table-pagination]", providers: [providePaginationContext(), provideQdsPaginationContext()], usesInheritance: true, ngImport: i0 });
730
730
  }
731
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TablePaginationDirective, decorators: [{
731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TablePaginationDirective, decorators: [{
732
732
  type: Directive,
733
733
  args: [{
734
734
  providers: [providePaginationContext(), provideQdsPaginationContext()],
@@ -757,10 +757,10 @@ class TableRootDirective {
757
757
  ngOnInit() {
758
758
  this.trackBindings();
759
759
  }
760
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
761
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: TableRootDirective, isStandalone: false, selector: "[q-table-root]", inputs: { showColumnDivider: { classPropertyName: "showColumnDivider", publicName: "showColumnDivider", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
760
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRootDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
761
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TableRootDirective, isStandalone: false, selector: "[q-table-root]", inputs: { showColumnDivider: { classPropertyName: "showColumnDivider", publicName: "showColumnDivider", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
762
762
  }
763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRootDirective, decorators: [{
763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRootDirective, decorators: [{
764
764
  type: Directive,
765
765
  args: [{
766
766
  selector: "[q-table-root]",
@@ -786,15 +786,15 @@ class TableRowDragHandleDirective {
786
786
  ngOnInit() {
787
787
  this.trackBindings();
788
788
  }
789
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDragHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
790
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.2", type: TableRowDragHandleDirective, isStandalone: false, selector: "[q-table-row-drag-handle]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ GripHorizontal })], ngImport: i0, template: `
789
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDragHandleDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
790
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: TableRowDragHandleDirective, isStandalone: false, selector: "[q-table-row-drag-handle]", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ GripHorizontal })], ngImport: i0, template: `
791
791
  <svg
792
792
  [q-bind]="inlineIconButtonApi().getIconBindings()"
793
793
  [qIcon]="icon()"
794
794
  ></svg>
795
795
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
796
796
  }
797
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDragHandleDirective, decorators: [{
797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDragHandleDirective, decorators: [{
798
798
  type: Component,
799
799
  args: [{
800
800
  providers: [provideIcons({ GripHorizontal })],
@@ -818,10 +818,10 @@ class TableRowDragPreviewDirective {
818
818
  ngOnInit() {
819
819
  this.trackBindings();
820
820
  }
821
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDragPreviewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
822
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableRowDragPreviewDirective, isStandalone: false, selector: "[q-table-row-drag-preview]", ngImport: i0 });
821
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDragPreviewDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
822
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableRowDragPreviewDirective, isStandalone: false, selector: "[q-table-row-drag-preview]", ngImport: i0 });
823
823
  }
824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDragPreviewDirective, decorators: [{
824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDragPreviewDirective, decorators: [{
825
825
  type: Directive,
826
826
  args: [{
827
827
  selector: "[q-table-row-drag-preview]",
@@ -852,10 +852,10 @@ class TableRowDropIndicatorDirective {
852
852
  ngOnInit() {
853
853
  this.trackBindings();
854
854
  }
855
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDropIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
856
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: TableRowDropIndicatorDirective, isStandalone: false, selector: "[q-table-row-drop-indicator]", inputs: { closestEdge: { classPropertyName: "closestEdge", publicName: "closestEdge", isSignal: true, isRequired: false, transformFunction: null }, rowIndex: { classPropertyName: "rowIndex", publicName: "rowIndex", isSignal: true, isRequired: false, transformFunction: null }, sourceIndex: { classPropertyName: "sourceIndex", publicName: "sourceIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
855
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDropIndicatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
856
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TableRowDropIndicatorDirective, isStandalone: false, selector: "[q-table-row-drop-indicator]", inputs: { closestEdge: { classPropertyName: "closestEdge", publicName: "closestEdge", isSignal: true, isRequired: false, transformFunction: null }, rowIndex: { classPropertyName: "rowIndex", publicName: "rowIndex", isSignal: true, isRequired: false, transformFunction: null }, sourceIndex: { classPropertyName: "sourceIndex", publicName: "sourceIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
857
857
  }
858
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDropIndicatorDirective, decorators: [{
858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDropIndicatorDirective, decorators: [{
859
859
  type: Directive,
860
860
  args: [{
861
861
  selector: "[q-table-row-drop-indicator]",
@@ -900,15 +900,15 @@ class TableRowExpandButtonDirective {
900
900
  ngOnInit() {
901
901
  this.trackBindings();
902
902
  }
903
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowExpandButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
904
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.2", type: TableRowExpandButtonDirective, isStandalone: false, selector: "[q-table-row-expand-button]", inputs: { isExpanded: { classPropertyName: "isExpanded", publicName: "isExpanded", isSignal: true, isRequired: false, transformFunction: null }, row: { classPropertyName: "row", publicName: "row", isSignal: true, isRequired: true, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ ChevronRight })], ngImport: i0, template: `
903
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowExpandButtonDirective, deps: [], target: i0.ɵɵFactoryTarget.Component });
904
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.4", type: TableRowExpandButtonDirective, isStandalone: false, selector: "[q-table-row-expand-button]", inputs: { isExpanded: { classPropertyName: "isExpanded", publicName: "isExpanded", isSignal: true, isRequired: false, transformFunction: null }, row: { classPropertyName: "row", publicName: "row", isSignal: true, isRequired: true, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideIcons({ ChevronRight })], ngImport: i0, template: `
905
905
  <svg
906
906
  [q-bind]="inlineIconButtonApi().getIconBindings()"
907
907
  [qIcon]="icon()"
908
908
  ></svg>
909
909
  `, isInline: true, dependencies: [{ kind: "directive", type: i1.QBindDirective, selector: "[q-bind]", inputs: ["q-bind", "q-bind-options"] }, { kind: "directive", type: i2.IconDirective, selector: "svg[qIcon]", inputs: ["qIcon", "size", "viewBox", "xmlns", "height", "width"] }] });
910
910
  }
911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowExpandButtonDirective, decorators: [{
911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowExpandButtonDirective, decorators: [{
912
912
  type: Component,
913
913
  args: [{
914
914
  providers: [provideIcons({ ChevronRight })],
@@ -946,10 +946,10 @@ class TableRowDirective {
946
946
  ngOnInit() {
947
947
  this.trackBindings();
948
948
  }
949
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
950
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.2", type: TableRowDirective, isStandalone: false, selector: "[q-table-row]", inputs: { isDragging: { classPropertyName: "isDragging", publicName: "isDragging", isSignal: true, isRequired: false, transformFunction: null }, isDraggingOver: { classPropertyName: "isDraggingOver", publicName: "isDraggingOver", isSignal: true, isRequired: false, transformFunction: null }, isSelected: { classPropertyName: "isSelected", publicName: "isSelected", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
949
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
950
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.4", type: TableRowDirective, isStandalone: false, selector: "[q-table-row]", inputs: { isDragging: { classPropertyName: "isDragging", publicName: "isDragging", isSignal: true, isRequired: false, transformFunction: null }, isDraggingOver: { classPropertyName: "isDraggingOver", publicName: "isDraggingOver", isSignal: true, isRequired: false, transformFunction: null }, isSelected: { classPropertyName: "isSelected", publicName: "isSelected", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
951
951
  }
952
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableRowDirective, decorators: [{
952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableRowDirective, decorators: [{
953
953
  type: Directive,
954
954
  args: [{
955
955
  selector: "[q-table-row]",
@@ -966,10 +966,10 @@ class TableScrollContainerDirective {
966
966
  ngOnInit() {
967
967
  this.trackBindings();
968
968
  }
969
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableScrollContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
970
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableScrollContainerDirective, isStandalone: false, selector: "[q-table-scroll-container]", ngImport: i0 });
969
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableScrollContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
970
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableScrollContainerDirective, isStandalone: false, selector: "[q-table-scroll-container]", ngImport: i0 });
971
971
  }
972
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableScrollContainerDirective, decorators: [{
972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableScrollContainerDirective, decorators: [{
973
973
  type: Directive,
974
974
  args: [{
975
975
  selector: "[q-table-scroll-container]",
@@ -986,10 +986,10 @@ class TableTableDirective {
986
986
  ngOnInit() {
987
987
  this.trackBindings();
988
988
  }
989
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableTableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
990
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableTableDirective, isStandalone: false, selector: "[q-table-table]", ngImport: i0 });
989
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableTableDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
990
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableTableDirective, isStandalone: false, selector: "[q-table-table]", ngImport: i0 });
991
991
  }
992
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableTableDirective, decorators: [{
992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableTableDirective, decorators: [{
993
993
  type: Directive,
994
994
  args: [{
995
995
  selector: "[q-table-table]",
@@ -1006,10 +1006,10 @@ class TableTitleBarDirective {
1006
1006
  ngOnInit() {
1007
1007
  this.trackBindings();
1008
1008
  }
1009
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableTitleBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1010
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TableTitleBarDirective, isStandalone: false, selector: "[q-table-title-bar]", ngImport: i0 });
1009
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableTitleBarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1010
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.4", type: TableTitleBarDirective, isStandalone: false, selector: "[q-table-title-bar]", ngImport: i0 });
1011
1011
  }
1012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableTitleBarDirective, decorators: [{
1012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableTitleBarDirective, decorators: [{
1013
1013
  type: Directive,
1014
1014
  args: [{
1015
1015
  selector: "[q-table-title-bar]",
@@ -1020,8 +1020,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
1020
1020
  // Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
1021
1021
  // SPDX-License-Identifier: BSD-3-Clause-Clear
1022
1022
  class TableModule {
1023
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1024
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.2", ngImport: i0, type: TableModule, declarations: [TableActionBarDirective,
1023
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1024
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.4", ngImport: i0, type: TableModule, declarations: [TableActionBarDirective,
1025
1025
  TableBodyDirective,
1026
1026
  TableCellActionDirective,
1027
1027
  TableCellDirective,
@@ -1074,9 +1074,9 @@ class TableModule {
1074
1074
  RenderCellDirective,
1075
1075
  RenderHeaderDirective,
1076
1076
  RenderFooterDirective] });
1077
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableModule });
1077
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableModule });
1078
1078
  }
1079
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TableModule, decorators: [{
1079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.4", ngImport: i0, type: TableModule, decorators: [{
1080
1080
  type: NgModule,
1081
1081
  args: [{
1082
1082
  declarations: [