@fundamental-ngx/platform 0.58.2-rc.0 → 0.58.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 (90) hide show
  1. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs +61 -47
  2. package/fesm2022/fundamental-ngx-platform-approval-flow.mjs.map +1 -1
  3. package/fesm2022/fundamental-ngx-platform-button.mjs +7 -7
  4. package/fesm2022/fundamental-ngx-platform-button.mjs.map +1 -1
  5. package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs +47 -47
  6. package/fesm2022/fundamental-ngx-platform-dynamic-page.mjs.map +1 -1
  7. package/fesm2022/fundamental-ngx-platform-feed-input.mjs +10 -8
  8. package/fesm2022/fundamental-ngx-platform-feed-input.mjs.map +1 -1
  9. package/fesm2022/fundamental-ngx-platform-form.mjs +327 -319
  10. package/fesm2022/fundamental-ngx-platform-form.mjs.map +1 -1
  11. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs +80 -80
  12. package/fesm2022/fundamental-ngx-platform-icon-tab-bar.mjs.map +1 -1
  13. package/fesm2022/fundamental-ngx-platform-info-label.mjs +7 -7
  14. package/fesm2022/fundamental-ngx-platform-info-label.mjs.map +1 -1
  15. package/fesm2022/fundamental-ngx-platform-link.mjs +10 -8
  16. package/fesm2022/fundamental-ngx-platform-link.mjs.map +1 -1
  17. package/fesm2022/fundamental-ngx-platform-list.mjs +59 -59
  18. package/fesm2022/fundamental-ngx-platform-list.mjs.map +1 -1
  19. package/fesm2022/fundamental-ngx-platform-menu-button.mjs +7 -7
  20. package/fesm2022/fundamental-ngx-platform-menu-button.mjs.map +1 -1
  21. package/fesm2022/fundamental-ngx-platform-menu.mjs +14 -14
  22. package/fesm2022/fundamental-ngx-platform-menu.mjs.map +1 -1
  23. package/fesm2022/fundamental-ngx-platform-message-popover.mjs +16 -16
  24. package/fesm2022/fundamental-ngx-platform-message-popover.mjs.map +1 -1
  25. package/fesm2022/fundamental-ngx-platform-object-attribute.mjs.map +1 -1
  26. package/fesm2022/fundamental-ngx-platform-object-marker.mjs +7 -7
  27. package/fesm2022/fundamental-ngx-platform-object-marker.mjs.map +1 -1
  28. package/fesm2022/fundamental-ngx-platform-object-status.mjs +10 -10
  29. package/fesm2022/fundamental-ngx-platform-object-status.mjs.map +1 -1
  30. package/fesm2022/fundamental-ngx-platform-page-footer.mjs +8 -8
  31. package/fesm2022/fundamental-ngx-platform-page-footer.mjs.map +1 -1
  32. package/fesm2022/fundamental-ngx-platform-panel.mjs +31 -25
  33. package/fesm2022/fundamental-ngx-platform-panel.mjs.map +1 -1
  34. package/fesm2022/fundamental-ngx-platform-search-field.mjs +16 -16
  35. package/fesm2022/fundamental-ngx-platform-search-field.mjs.map +1 -1
  36. package/fesm2022/fundamental-ngx-platform-settings-generator.mjs +36 -36
  37. package/fesm2022/fundamental-ngx-platform-settings-generator.mjs.map +1 -1
  38. package/fesm2022/fundamental-ngx-platform-shared.mjs +28 -28
  39. package/fesm2022/fundamental-ngx-platform-shared.mjs.map +1 -1
  40. package/fesm2022/fundamental-ngx-platform-slider.mjs +7 -7
  41. package/fesm2022/fundamental-ngx-platform-slider.mjs.map +1 -1
  42. package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs +34 -34
  43. package/fesm2022/fundamental-ngx-platform-smart-filter-bar.mjs.map +1 -1
  44. package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs +7 -7
  45. package/fesm2022/fundamental-ngx-platform-split-menu-button.mjs.map +1 -1
  46. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs +82 -82
  47. package/fesm2022/fundamental-ngx-platform-table-helpers.mjs.map +1 -1
  48. package/fesm2022/fundamental-ngx-platform-table.mjs +131 -131
  49. package/fesm2022/fundamental-ngx-platform-table.mjs.map +1 -1
  50. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs +30 -30
  51. package/fesm2022/fundamental-ngx-platform-value-help-dialog.mjs.map +1 -1
  52. package/fesm2022/fundamental-ngx-platform-variant-management.mjs +19 -19
  53. package/fesm2022/fundamental-ngx-platform-variant-management.mjs.map +1 -1
  54. package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs +43 -43
  55. package/fesm2022/fundamental-ngx-platform-wizard-generator.mjs.map +1 -1
  56. package/fesm2022/fundamental-ngx-platform.mjs +4 -4
  57. package/fesm2022/fundamental-ngx-platform.mjs.map +1 -1
  58. package/package.json +35 -35
  59. package/{types/fundamental-ngx-platform-panel.d.ts → panel/index.d.ts} +4 -4
  60. package/schematics/ng-add/index.js +1 -1
  61. package/schematics/utils/package-utils.js +1 -1
  62. package/schematics/utils/package-utils.js.map +1 -1
  63. /package/{types/fundamental-ngx-platform-approval-flow.d.ts → approval-flow/index.d.ts} +0 -0
  64. /package/{types/fundamental-ngx-platform-button.d.ts → button/index.d.ts} +0 -0
  65. /package/{types/fundamental-ngx-platform-dynamic-page.d.ts → dynamic-page/index.d.ts} +0 -0
  66. /package/{types/fundamental-ngx-platform-feed-input.d.ts → feed-input/index.d.ts} +0 -0
  67. /package/{types/fundamental-ngx-platform-form.d.ts → form/index.d.ts} +0 -0
  68. /package/{types/fundamental-ngx-platform-icon-tab-bar.d.ts → icon-tab-bar/index.d.ts} +0 -0
  69. /package/{types/fundamental-ngx-platform.d.ts → index.d.ts} +0 -0
  70. /package/{types/fundamental-ngx-platform-info-label.d.ts → info-label/index.d.ts} +0 -0
  71. /package/{types/fundamental-ngx-platform-link.d.ts → link/index.d.ts} +0 -0
  72. /package/{types/fundamental-ngx-platform-list.d.ts → list/index.d.ts} +0 -0
  73. /package/{types/fundamental-ngx-platform-menu.d.ts → menu/index.d.ts} +0 -0
  74. /package/{types/fundamental-ngx-platform-menu-button.d.ts → menu-button/index.d.ts} +0 -0
  75. /package/{types/fundamental-ngx-platform-message-popover.d.ts → message-popover/index.d.ts} +0 -0
  76. /package/{types/fundamental-ngx-platform-object-attribute.d.ts → object-attribute/index.d.ts} +0 -0
  77. /package/{types/fundamental-ngx-platform-object-marker.d.ts → object-marker/index.d.ts} +0 -0
  78. /package/{types/fundamental-ngx-platform-object-status.d.ts → object-status/index.d.ts} +0 -0
  79. /package/{types/fundamental-ngx-platform-page-footer.d.ts → page-footer/index.d.ts} +0 -0
  80. /package/{types/fundamental-ngx-platform-search-field.d.ts → search-field/index.d.ts} +0 -0
  81. /package/{types/fundamental-ngx-platform-settings-generator.d.ts → settings-generator/index.d.ts} +0 -0
  82. /package/{types/fundamental-ngx-platform-shared.d.ts → shared/index.d.ts} +0 -0
  83. /package/{types/fundamental-ngx-platform-slider.d.ts → slider/index.d.ts} +0 -0
  84. /package/{types/fundamental-ngx-platform-smart-filter-bar.d.ts → smart-filter-bar/index.d.ts} +0 -0
  85. /package/{types/fundamental-ngx-platform-split-menu-button.d.ts → split-menu-button/index.d.ts} +0 -0
  86. /package/{types/fundamental-ngx-platform-table.d.ts → table/index.d.ts} +0 -0
  87. /package/{types/fundamental-ngx-platform-table-helpers.d.ts → table-helpers/index.d.ts} +0 -0
  88. /package/{types/fundamental-ngx-platform-value-help-dialog.d.ts → value-help-dialog/index.d.ts} +0 -0
  89. /package/{types/fundamental-ngx-platform-variant-management.d.ts → variant-management/index.d.ts} +0 -0
  90. /package/{types/fundamental-ngx-platform-wizard-generator.d.ts → wizard-generator/index.d.ts} +0 -0
@@ -439,10 +439,10 @@ class TableService {
439
439
  const column = this.tableColumns$.getValue().find((col) => col.key === field);
440
440
  return column ? column.name : (fieldName ?? field);
441
441
  }
442
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
443
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableService }); }
442
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
443
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableService }); }
444
444
  }
445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableService, decorators: [{
445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableService, decorators: [{
446
446
  type: Injectable
447
447
  }] });
448
448
  /** @hidden */
@@ -528,10 +528,10 @@ class TableResponsiveService {
528
528
  });
529
529
  this._tableService.columnsChange$.next({ previous: currentTableColumns, current: currentTableColumns });
530
530
  }
531
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableResponsiveService, deps: [{ token: Table }, { token: TableService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
532
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableResponsiveService }); }
531
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableResponsiveService, deps: [{ token: Table }, { token: TableService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Injectable }); }
532
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableResponsiveService }); }
533
533
  }
534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableResponsiveService, decorators: [{
534
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableResponsiveService, decorators: [{
535
535
  type: Injectable
536
536
  }], ctorParameters: () => [{ type: Table, decorators: [{
537
537
  type: Inject,
@@ -563,10 +563,10 @@ class PlatformTableColumnResponsiveDirective {
563
563
  /** @hidden */
564
564
  this._breakpoints = {};
565
565
  }
566
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PlatformTableColumnResponsiveDirective, deps: [{ token: TableResponsiveService }, { token: TableColumn, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
567
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: PlatformTableColumnResponsiveDirective, isStandalone: true, selector: "[fdpTableColumnResponsive]", inputs: { breakpoints: ["fdpTableColumnResponsive", "breakpoints"] }, ngImport: i0 }); }
566
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformTableColumnResponsiveDirective, deps: [{ token: TableResponsiveService }, { token: TableColumn, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
567
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: PlatformTableColumnResponsiveDirective, isStandalone: true, selector: "[fdpTableColumnResponsive]", inputs: { breakpoints: ["fdpTableColumnResponsive", "breakpoints"] }, ngImport: i0 }); }
568
568
  }
569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PlatformTableColumnResponsiveDirective, decorators: [{
569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformTableColumnResponsiveDirective, decorators: [{
570
570
  type: Directive,
571
571
  args: [{
572
572
  selector: '[fdpTableColumnResponsive]',
@@ -591,10 +591,10 @@ class TableCellHeaderPopoverDirective {
591
591
  static ngTemplateContextGuard(directive, context) {
592
592
  return true;
593
593
  }
594
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableCellHeaderPopoverDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
595
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: TableCellHeaderPopoverDirective, isStandalone: true, selector: "[fdpTableCellHeaderPopover]", ngImport: i0 }); }
594
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableCellHeaderPopoverDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
595
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: TableCellHeaderPopoverDirective, isStandalone: true, selector: "[fdpTableCellHeaderPopover]", ngImport: i0 }); }
596
596
  }
597
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableCellHeaderPopoverDirective, decorators: [{
597
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableCellHeaderPopoverDirective, decorators: [{
598
598
  type: Directive,
599
599
  args: [{
600
600
  selector: '[fdpTableCellHeaderPopover]',
@@ -649,10 +649,10 @@ class TableScrollDispatcherService {
649
649
  Array.from(this._scrollableSubscriptionsMap.values()).forEach((subscription) => subscription.unsubscribe());
650
650
  this._scrollableSubscriptionsMap.clear();
651
651
  }
652
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableScrollDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
653
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableScrollDispatcherService }); }
652
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableScrollDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
653
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableScrollDispatcherService }); }
654
654
  }
655
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableScrollDispatcherService, decorators: [{
655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableScrollDispatcherService, decorators: [{
656
656
  type: Injectable
657
657
  }] });
658
658
 
@@ -945,10 +945,10 @@ class TableColumnResizeService {
945
945
  }
946
946
  visibleColumn.headerOverflows = headerTextElem.scrollWidth > updatedWidth;
947
947
  }
948
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableColumnResizeService, deps: [{ token: TableScrollDispatcherService }, { token: i2.RtlService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
949
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableColumnResizeService }); }
948
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableColumnResizeService, deps: [{ token: TableScrollDispatcherService }, { token: i2.RtlService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
949
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableColumnResizeService }); }
950
950
  }
951
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableColumnResizeService, decorators: [{
951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableColumnResizeService, decorators: [{
952
952
  type: Injectable
953
953
  }], ctorParameters: () => [{ type: TableScrollDispatcherService }, { type: i2.RtlService, decorators: [{
954
954
  type: Optional
@@ -1040,8 +1040,8 @@ class PlatformTableCellResizableDirective extends TableCellDirective {
1040
1040
  return null;
1041
1041
  }
1042
1042
  }
1043
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PlatformTableCellResizableDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1044
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: PlatformTableCellResizableDirective, isStandalone: true, selector: "[fdpTableCellResizable]", inputs: { resizableSide: ["fdpTableCellResizable", "resizableSide"], columnName: "columnName" }, providers: [
1043
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformTableCellResizableDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
1044
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: PlatformTableCellResizableDirective, isStandalone: true, selector: "[fdpTableCellResizable]", inputs: { resizableSide: ["fdpTableCellResizable", "resizableSide"], columnName: "columnName" }, providers: [
1045
1045
  {
1046
1046
  provide: FDK_FOCUSABLE_ITEM_DIRECTIVE,
1047
1047
  useExisting: PlatformTableCellResizableDirective
@@ -1056,7 +1056,7 @@ class PlatformTableCellResizableDirective extends TableCellDirective {
1056
1056
  }
1057
1057
  ], usesInheritance: true, ngImport: i0 }); }
1058
1058
  }
1059
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: PlatformTableCellResizableDirective, decorators: [{
1059
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: PlatformTableCellResizableDirective, decorators: [{
1060
1060
  type: Directive,
1061
1061
  args: [{
1062
1062
  selector: '[fdpTableCellResizable]',
@@ -1090,10 +1090,10 @@ class EditableTableCell {
1090
1090
  // eslint-disable-next-line @angular-eslint/directive-selector
1091
1091
  // eslint-disable-next-line @angular-eslint/directive-class-suffix
1092
1092
  class FdpTableCell {
1093
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpTableCell, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1094
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdpTableCell, isStandalone: true, selector: "fdp-table-cell", ngImport: i0 }); }
1093
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpTableCell, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1094
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdpTableCell, isStandalone: true, selector: "fdp-table-cell", ngImport: i0 }); }
1095
1095
  }
1096
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpTableCell, decorators: [{
1096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpTableCell, decorators: [{
1097
1097
  type: Directive,
1098
1098
  args: [{ selector: 'fdp-table-cell', standalone: true }]
1099
1099
  }] });
@@ -1111,10 +1111,10 @@ class FdpCellDef {
1111
1111
  static ngTemplateContextGuard(dir, ctx) {
1112
1112
  return true;
1113
1113
  }
1114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1115
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdpCellDef, isStandalone: true, selector: "[fdpCellDef]", inputs: { fdpCellDefAs: "fdpCellDefAs" }, ngImport: i0 }); }
1114
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1115
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdpCellDef, isStandalone: true, selector: "[fdpCellDef]", inputs: { fdpCellDefAs: "fdpCellDefAs" }, ngImport: i0 }); }
1116
1116
  }
1117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpCellDef, decorators: [{
1117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpCellDef, decorators: [{
1118
1118
  type: Directive,
1119
1119
  args: [{ selector: '[fdpCellDef]', standalone: true }]
1120
1120
  }], ctorParameters: () => [{ type: i0.TemplateRef }], propDecorators: { fdpCellDefAs: [{
@@ -1126,10 +1126,10 @@ class FdpEditableCellDef {
1126
1126
  constructor(templateRef) {
1127
1127
  this.templateRef = templateRef;
1128
1128
  }
1129
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpEditableCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1130
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdpEditableCellDef, isStandalone: true, selector: "[fdpEditableCellDef]", ngImport: i0 }); }
1129
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpEditableCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
1130
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdpEditableCellDef, isStandalone: true, selector: "[fdpEditableCellDef]", ngImport: i0 }); }
1131
1131
  }
1132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpEditableCellDef, decorators: [{
1132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpEditableCellDef, decorators: [{
1133
1133
  type: Directive,
1134
1134
  args: [{ selector: '[fdpEditableCellDef]', standalone: true }]
1135
1135
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
@@ -1138,10 +1138,10 @@ class FdpEditableCellFormDirective {
1138
1138
  constructor(form) {
1139
1139
  this.form = form;
1140
1140
  }
1141
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpEditableCellFormDirective, deps: [{ token: i1.NgForm }], target: i0.ɵɵFactoryTarget.Directive }); }
1142
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdpEditableCellFormDirective, isStandalone: true, selector: "[fdpEditableCellForm]", providers: [{ provide: EditableTableCell, useExisting: FdpEditableCellFormDirective }], ngImport: i0 }); }
1141
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpEditableCellFormDirective, deps: [{ token: i1.NgForm }], target: i0.ɵɵFactoryTarget.Directive }); }
1142
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdpEditableCellFormDirective, isStandalone: true, selector: "[fdpEditableCellForm]", providers: [{ provide: EditableTableCell, useExisting: FdpEditableCellFormDirective }], ngImport: i0 }); }
1143
1143
  }
1144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpEditableCellFormDirective, decorators: [{
1144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpEditableCellFormDirective, decorators: [{
1145
1145
  type: Directive,
1146
1146
  args: [{
1147
1147
  selector: '[fdpEditableCellForm]',
@@ -2113,15 +2113,15 @@ class TableDataSourceDirective extends DataSourceDirective {
2113
2113
  this._tableDsSubscription = null;
2114
2114
  this._table.clearTableRows();
2115
2115
  }
2116
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableDataSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2117
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: TableDataSourceDirective, isStandalone: true, selector: "[fdpTableDataSource]", inputs: { childDataSource: "childDataSource" }, outputs: { childDataSourceChanged: "childDataSourceChanged", onDataRequested: "onDataRequested", onDataReceived: "onDataReceived" }, providers: [
2116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableDataSourceDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2117
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: TableDataSourceDirective, isStandalone: true, selector: "[fdpTableDataSource]", inputs: { childDataSource: "childDataSource" }, outputs: { childDataSourceChanged: "childDataSourceChanged", onDataRequested: "onDataRequested", onDataReceived: "onDataReceived" }, providers: [
2118
2118
  {
2119
2119
  provide: FD_DATA_SOURCE_TRANSFORMER,
2120
2120
  useClass: TableDataSourceParser
2121
2121
  }
2122
2122
  ], usesInheritance: true, ngImport: i0 }); }
2123
2123
  }
2124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableDataSourceDirective, decorators: [{
2124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableDataSourceDirective, decorators: [{
2125
2125
  type: Directive,
2126
2126
  args: [{
2127
2127
  selector: '[fdpTableDataSource]',
@@ -3034,15 +3034,15 @@ class TableDraggableDirective extends TableDraggable {
3034
3034
  this._table.tableContainer.nativeElement.removeEventListener('touchmove', preventDefault);
3035
3035
  this._table.tableContainer.nativeElement.removeEventListener('keydown', preventDefaultForScrollKeys, false);
3036
3036
  }
3037
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableDraggableDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3038
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: TableDraggableDirective, isStandalone: true, selector: "fdp-table[isTreeTable], fdp-table[enableRowReordering]", inputs: { enableRowReordering: "enableRowReordering", isTreeTable: "isTreeTable", dropMode: "dropMode", dropPredicate: "dropPredicate", dragoverPredicate: "dragoverPredicate" }, outputs: { rowsRearrange: "rowsRearrange" }, host: { properties: { "class.fd-table--tree": "this.isTreeTable" } }, providers: [
3037
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableDraggableDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3038
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: TableDraggableDirective, isStandalone: true, selector: "fdp-table[isTreeTable], fdp-table[enableRowReordering]", inputs: { enableRowReordering: "enableRowReordering", isTreeTable: "isTreeTable", dropMode: "dropMode", dropPredicate: "dropPredicate", dragoverPredicate: "dragoverPredicate" }, outputs: { rowsRearrange: "rowsRearrange" }, host: { properties: { "class.fd-table--tree": "this.isTreeTable" } }, providers: [
3039
3039
  {
3040
3040
  provide: FDP_TABLE_DRAGGABLE_DIRECTIVE,
3041
3041
  useExisting: forwardRef(() => TableDraggableDirective)
3042
3042
  }
3043
3043
  ], usesInheritance: true, ngImport: i0 }); }
3044
3044
  }
3045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableDraggableDirective, decorators: [{
3045
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableDraggableDirective, decorators: [{
3046
3046
  type: Directive,
3047
3047
  args: [{
3048
3048
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3177,10 +3177,10 @@ class TableRowService {
3177
3177
  }
3178
3178
  this.loadChildRows$.next(expandableRows);
3179
3179
  }
3180
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableRowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3181
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableRowService }); }
3180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableRowService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3181
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableRowService }); }
3182
3182
  }
3183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableRowService, decorators: [{
3183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableRowService, decorators: [{
3184
3184
  type: Injectable
3185
3185
  }], ctorParameters: () => [] });
3186
3186
 
@@ -3255,10 +3255,10 @@ class TableHeaderResizerDirective {
3255
3255
  _onCellFocused(position) {
3256
3256
  this.focusedCellPosition = { rowIndex: position.rowIndex, colIndex: position.colIndex };
3257
3257
  }
3258
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableHeaderResizerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3259
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: TableHeaderResizerDirective, isStandalone: true, selector: "[fdpTableHeaderResizer]", ngImport: i0 }); }
3258
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableHeaderResizerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3259
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: TableHeaderResizerDirective, isStandalone: true, selector: "[fdpTableHeaderResizer]", ngImport: i0 }); }
3260
3260
  }
3261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableHeaderResizerDirective, decorators: [{
3261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableHeaderResizerDirective, decorators: [{
3262
3262
  type: Directive,
3263
3263
  args: [{
3264
3264
  selector: '[fdpTableHeaderResizer]',
@@ -3270,10 +3270,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImpor
3270
3270
  // eslint-disable-next-line @angular-eslint/directive-selector
3271
3271
  // eslint-disable-next-line @angular-eslint/directive-class-suffix
3272
3272
  class FdpTableHeader {
3273
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpTableHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3274
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdpTableHeader, isStandalone: true, selector: "fdp-table-header", ngImport: i0 }); }
3273
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpTableHeader, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
3274
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdpTableHeader, isStandalone: true, selector: "fdp-table-header", ngImport: i0 }); }
3275
3275
  }
3276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpTableHeader, decorators: [{
3276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpTableHeader, decorators: [{
3277
3277
  type: Directive,
3278
3278
  args: [{ selector: 'fdp-table-header', standalone: true }]
3279
3279
  }] });
@@ -3291,10 +3291,10 @@ class FdpHeaderCellDef {
3291
3291
  static ngTemplateContextGuard(dir, ctx) {
3292
3292
  return true;
3293
3293
  }
3294
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3295
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdpHeaderCellDef, isStandalone: true, selector: "[fdpHeaderCellDef]", ngImport: i0 }); }
3294
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpHeaderCellDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3295
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdpHeaderCellDef, isStandalone: true, selector: "[fdpHeaderCellDef]", ngImport: i0 }); }
3296
3296
  }
3297
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpHeaderCellDef, decorators: [{
3297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpHeaderCellDef, decorators: [{
3298
3298
  type: Directive,
3299
3299
  args: [{ selector: '[fdpHeaderCellDef]', standalone: true }]
3300
3300
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
@@ -3366,15 +3366,15 @@ class TableInitialStateDirective extends TableInitialState {
3366
3366
  setTableState(state) {
3367
3367
  this._tableService.setTableState(state);
3368
3368
  }
3369
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableInitialStateDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3370
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: TableInitialStateDirective, isStandalone: true, selector: "[fdpTableInitialState],\n fdp-table", inputs: { initialVisibleColumns: "initialVisibleColumns", initialSortBy: "initialSortBy", initialFilterBy: "initialFilterBy", initialGroupBy: "initialGroupBy", initialPage: "initialPage", state: "state" }, providers: [
3369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableInitialStateDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3370
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: TableInitialStateDirective, isStandalone: true, selector: "[fdpTableInitialState],\n fdp-table", inputs: { initialVisibleColumns: "initialVisibleColumns", initialSortBy: "initialSortBy", initialFilterBy: "initialFilterBy", initialGroupBy: "initialGroupBy", initialPage: "initialPage", state: "state" }, providers: [
3371
3371
  {
3372
3372
  provide: FDP_TABLE_STATE_DIRECTIVE,
3373
3373
  useExisting: TableInitialStateDirective
3374
3374
  }
3375
3375
  ], usesInheritance: true, ngImport: i0 }); }
3376
3376
  }
3377
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableInitialStateDirective, decorators: [{
3377
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableInitialStateDirective, decorators: [{
3378
3378
  type: Directive,
3379
3379
  args: [{
3380
3380
  selector: `[fdpTableInitialState],
@@ -3539,10 +3539,10 @@ class TableScrollableDirective {
3539
3539
  });
3540
3540
  });
3541
3541
  }
3542
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableScrollableDirective, deps: [{ token: i0.ElementRef }, { token: TableScrollDispatcherService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
3543
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: TableScrollableDirective, isStandalone: true, selector: "[fdpTableScrollable]", providers: [{ provide: TABLE_SCROLLABLE, useExisting: forwardRef(() => TableScrollableDirective) }], exportAs: ["tableScrollable"], ngImport: i0 }); }
3542
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableScrollableDirective, deps: [{ token: i0.ElementRef }, { token: TableScrollDispatcherService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
3543
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: TableScrollableDirective, isStandalone: true, selector: "[fdpTableScrollable]", providers: [{ provide: TABLE_SCROLLABLE, useExisting: forwardRef(() => TableScrollableDirective) }], exportAs: ["tableScrollable"], ngImport: i0 }); }
3544
3544
  }
3545
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableScrollableDirective, decorators: [{
3545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableScrollableDirective, decorators: [{
3546
3546
  type: Directive,
3547
3547
  args: [{
3548
3548
  selector: '[fdpTableScrollable]',
@@ -3562,10 +3562,10 @@ class FdpViewSettingsFilterCustomDef {
3562
3562
  static ngTemplateContextGuard(dir, ctx) {
3563
3563
  return true;
3564
3564
  }
3565
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpViewSettingsFilterCustomDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3566
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdpViewSettingsFilterCustomDef, isStandalone: true, selector: "[fdpViewSettingsFilterCustomDef]", ngImport: i0 }); }
3565
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpViewSettingsFilterCustomDef, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3566
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdpViewSettingsFilterCustomDef, isStandalone: true, selector: "[fdpViewSettingsFilterCustomDef]", ngImport: i0 }); }
3567
3567
  }
3568
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdpViewSettingsFilterCustomDef, decorators: [{
3568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdpViewSettingsFilterCustomDef, decorators: [{
3569
3569
  type: Directive,
3570
3570
  args: [{ selector: '[fdpViewSettingsFilterCustomDef]', standalone: true }]
3571
3571
  }], ctorParameters: () => [{ type: i0.TemplateRef }] });
@@ -3666,15 +3666,15 @@ class TableVirtualScrollDirective extends TableVirtualScroll {
3666
3666
  });
3667
3667
  });
3668
3668
  }
3669
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableVirtualScrollDirective, deps: [{ token: TableService }], target: i0.ɵɵFactoryTarget.Directive }); }
3670
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: TableVirtualScrollDirective, isStandalone: true, selector: "fdp-table[virtualScroll]", inputs: { virtualScroll: "virtualScroll", renderAhead: "renderAhead", bodyHeight: "bodyHeight", rowHeight: "rowHeight", secondaryRowHeight: "secondaryRowHeight" }, providers: [
3669
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableVirtualScrollDirective, deps: [{ token: TableService }], target: i0.ɵɵFactoryTarget.Directive }); }
3670
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: TableVirtualScrollDirective, isStandalone: true, selector: "fdp-table[virtualScroll]", inputs: { virtualScroll: "virtualScroll", renderAhead: "renderAhead", bodyHeight: "bodyHeight", rowHeight: "rowHeight", secondaryRowHeight: "secondaryRowHeight" }, providers: [
3671
3671
  {
3672
3672
  provide: FDP_TABLE_VIRTUAL_SCROLL_DIRECTIVE,
3673
3673
  useExisting: TableVirtualScrollDirective
3674
3674
  }
3675
3675
  ], usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
3676
3676
  }
3677
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableVirtualScrollDirective, decorators: [{
3677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableVirtualScrollDirective, decorators: [{
3678
3678
  type: Directive,
3679
3679
  args: [{
3680
3680
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -3744,10 +3744,10 @@ class TableCellStylesPipe {
3744
3744
  }
3745
3745
  return styles;
3746
3746
  }
3747
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableCellStylesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3748
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: TableCellStylesPipe, isStandalone: true, name: "tableCellStyles" }); }
3747
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableCellStylesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3748
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: TableCellStylesPipe, isStandalone: true, name: "tableCellStyles" }); }
3749
3749
  }
3750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableCellStylesPipe, decorators: [{
3750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableCellStylesPipe, decorators: [{
3751
3751
  type: Pipe,
3752
3752
  args: [{ name: 'tableCellStyles', standalone: true }]
3753
3753
  }] });
@@ -3764,10 +3764,10 @@ class ColumnResizableSidePipe {
3764
3764
  }
3765
3765
  return 'both';
3766
3766
  }
3767
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ColumnResizableSidePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3768
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: ColumnResizableSidePipe, isStandalone: true, name: "columnResizableSide" }); }
3767
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ColumnResizableSidePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3768
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: ColumnResizableSidePipe, isStandalone: true, name: "columnResizableSide" }); }
3769
3769
  }
3770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ColumnResizableSidePipe, decorators: [{
3770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: ColumnResizableSidePipe, decorators: [{
3771
3771
  type: Pipe,
3772
3772
  args: [{ name: 'columnResizableSide', standalone: true }]
3773
3773
  }] });
@@ -3785,10 +3785,10 @@ class TableColumnSortingDirectionPipe {
3785
3785
  }
3786
3786
  return ARIA_SORT[sorting.direction];
3787
3787
  }
3788
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableColumnSortingDirectionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3789
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: TableColumnSortingDirectionPipe, isStandalone: true, name: "fdpTableColumnSortingDirection" }); }
3788
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableColumnSortingDirectionPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3789
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: TableColumnSortingDirectionPipe, isStandalone: true, name: "fdpTableColumnSortingDirection" }); }
3790
3790
  }
3791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableColumnSortingDirectionPipe, decorators: [{
3791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableColumnSortingDirectionPipe, decorators: [{
3792
3792
  type: Pipe,
3793
3793
  args: [{
3794
3794
  pure: true,
@@ -3818,10 +3818,10 @@ class RowClassesPipe {
3818
3818
  }
3819
3819
  return rowClasses.trim();
3820
3820
  }
3821
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: RowClassesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3822
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: RowClassesPipe, isStandalone: true, name: "rowClasses" }); }
3821
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RowClassesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3822
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: RowClassesPipe, isStandalone: true, name: "rowClasses" }); }
3823
3823
  }
3824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: RowClassesPipe, decorators: [{
3824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: RowClassesPipe, decorators: [{
3825
3825
  type: Pipe,
3826
3826
  args: [{ name: 'rowClasses', standalone: true }]
3827
3827
  }] });
@@ -3840,10 +3840,10 @@ class SelectionCellStylesPipe {
3840
3840
  'max-width': selectionColumnWidth
3841
3841
  };
3842
3842
  }
3843
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SelectionCellStylesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3844
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: SelectionCellStylesPipe, isStandalone: true, name: "selectionCellStyles" }); }
3843
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SelectionCellStylesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
3844
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: SelectionCellStylesPipe, isStandalone: true, name: "selectionCellStyles" }); }
3845
3845
  }
3846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: SelectionCellStylesPipe, decorators: [{
3846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SelectionCellStylesPipe, decorators: [{
3847
3847
  type: Pipe,
3848
3848
  args: [{ name: 'selectionCellStyles', standalone: true }]
3849
3849
  }] });
@@ -3878,8 +3878,8 @@ const importExports = [
3878
3878
  * Use direct imports of components and directives.
3879
3879
  */
3880
3880
  class TableHelpersModule {
3881
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableHelpersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3882
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: TableHelpersModule, imports: [TableInitialStateDirective,
3881
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableHelpersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3882
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: TableHelpersModule, imports: [TableInitialStateDirective,
3883
3883
  TableDraggableDirective,
3884
3884
  TableVirtualScrollDirective,
3885
3885
  PlatformTableColumnResponsiveDirective,
@@ -3924,9 +3924,9 @@ class TableHelpersModule {
3924
3924
  TableCellStylesPipe,
3925
3925
  ColumnResizableSidePipe,
3926
3926
  RowClassesPipe] }); }
3927
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableHelpersModule }); }
3927
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableHelpersModule }); }
3928
3928
  }
3929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TableHelpersModule, decorators: [{
3929
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TableHelpersModule, decorators: [{
3930
3930
  type: NgModule,
3931
3931
  args: [{
3932
3932
  imports: [...importExports],