@one-paragon/angular-utilities 1.2.3 → 1.2.4

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 (105) hide show
  1. package/README.md +24 -24
  2. package/esm2022/action-state/action-state-spinner/action-state-spinner.component.mjs +3 -3
  3. package/esm2022/action-state/action-state-ui/action-state-ui.module.mjs +1 -1
  4. package/esm2022/action-state/index.mjs +1 -1
  5. package/esm2022/action-state/ngrx-ext/ngrx-ext.module.mjs +1 -1
  6. package/esm2022/action-state/ngrx.mjs +1 -1
  7. package/esm2022/http-request-state/directives/index.mjs +1 -1
  8. package/esm2022/http-request-state/index.mjs +1 -1
  9. package/esm2022/http-request-state/rxjs/getRequestorBody.mjs +1 -1
  10. package/esm2022/http-request-state/rxjs/getRequestorState.mjs +1 -1
  11. package/esm2022/http-request-state/rxjs/index.mjs +1 -1
  12. package/esm2022/ngrx/actionable-selector.mjs +1 -1
  13. package/esm2022/public-api.mjs +1 -1
  14. package/esm2022/rxjs/defaultShareReplay.mjs +1 -1
  15. package/esm2022/rxjs/index.mjs +1 -1
  16. package/esm2022/rxjs/mapError.mjs +1 -1
  17. package/esm2022/rxjs/rxjs-operators.mjs +1 -1
  18. package/esm2022/rxjs/subjectifier.mjs +1 -1
  19. package/esm2022/rxjs/subscriber.directive.mjs +1 -1
  20. package/esm2022/table-builder/classes/DefaultSettings.mjs +1 -1
  21. package/esm2022/table-builder/classes/MatTableObservableDataSource.mjs +1 -1
  22. package/esm2022/table-builder/classes/TableBuilderConfig.mjs +1 -1
  23. package/esm2022/table-builder/classes/TableBuilderDataSource.mjs +1 -1
  24. package/esm2022/table-builder/classes/TableState.mjs +1 -1
  25. package/esm2022/table-builder/classes/display-col.mjs +1 -1
  26. package/esm2022/table-builder/classes/filter-info.mjs +1 -1
  27. package/esm2022/table-builder/classes/table-builder-general-settings.mjs +1 -1
  28. package/esm2022/table-builder/classes/table-builder.mjs +1 -1
  29. package/esm2022/table-builder/classes/table-store.mjs +1 -1
  30. package/esm2022/table-builder/components/column-builder/column-builder.component.mjs +3 -3
  31. package/esm2022/table-builder/components/column-builder/column-helpers.mjs +1 -1
  32. package/esm2022/table-builder/components/date-filter/date-filter.component.mjs +3 -3
  33. package/esm2022/table-builder/components/date-time-filter/date-time-filter.component.mjs +3 -3
  34. package/esm2022/table-builder/components/filter/filter.component.mjs +3 -3
  35. package/esm2022/table-builder/components/filter/in-list/in-list-filter.component.mjs +19 -19
  36. package/esm2022/table-builder/components/gen-col-displayer/gen-col-displayer.component.mjs +3 -3
  37. package/esm2022/table-builder/components/generic-table/generic-table.component.mjs +3 -3
  38. package/esm2022/table-builder/components/generic-table/paginator.component.mjs +25 -25
  39. package/esm2022/table-builder/components/group-by-list/group-by-list.component.mjs +3 -3
  40. package/esm2022/table-builder/components/in-filter/in-filter.component.mjs +3 -3
  41. package/esm2022/table-builder/components/index.mjs +1 -1
  42. package/esm2022/table-builder/components/initialization-component/initialization-component.mjs +3 -3
  43. package/esm2022/table-builder/components/link-column.component.mjs +31 -31
  44. package/esm2022/table-builder/components/number-filter/number-filter.component.mjs +3 -3
  45. package/esm2022/table-builder/components/profiles-menu/profiles-menu.component.mjs +3 -3
  46. package/esm2022/table-builder/components/scroll-strategy.mjs +1 -1
  47. package/esm2022/table-builder/components/sort-menu/sort-menu.component-store.mjs +1 -1
  48. package/esm2022/table-builder/components/sort-menu/sort-menu.component.mjs +3 -3
  49. package/esm2022/table-builder/components/table-container/table-container-imports.mjs +1 -1
  50. package/esm2022/table-builder/components/table-container/table-container.helpers/data-state.helpers.mjs +1 -1
  51. package/esm2022/table-builder/components/table-container/table-container.helpers/filter-state.helpers.mjs +1 -1
  52. package/esm2022/table-builder/components/table-container/table-container.helpers/groupBy.helpers.mjs +1 -1
  53. package/esm2022/table-builder/components/table-container/table-container.helpers/sort-state.helpers.mjs +1 -1
  54. package/esm2022/table-builder/components/table-container/table-container.mjs +3 -3
  55. package/esm2022/table-builder/components/table-container/tableProps.mjs +1 -1
  56. package/esm2022/table-builder/components/table-container/virtual-scroll-container.mjs +9 -9
  57. package/esm2022/table-builder/components/table-container-filter/filter-list/filter-list.component.mjs +3 -3
  58. package/esm2022/table-builder/components/table-container-filter/gen-filter-displayer/gen-filter-displayer.component.mjs +3 -3
  59. package/esm2022/table-builder/components/table-container-filter/table-wrapper-filter-store.mjs +1 -1
  60. package/esm2022/table-builder/directives/custom-cell-directive.mjs +1 -1
  61. package/esm2022/table-builder/directives/index.mjs +1 -1
  62. package/esm2022/table-builder/directives/multi-sort.directive.mjs +1 -1
  63. package/esm2022/table-builder/directives/resize-column.directive.mjs +1 -1
  64. package/esm2022/table-builder/directives/table-wrapper.directive.mjs +1 -1
  65. package/esm2022/table-builder/directives/tb-filter.directive.mjs +1 -1
  66. package/esm2022/table-builder/enums/filterTypes.mjs +1 -1
  67. package/esm2022/table-builder/functions/boolean-filter-function.mjs +1 -1
  68. package/esm2022/table-builder/functions/date-filter-function.mjs +1 -1
  69. package/esm2022/table-builder/functions/download-data.mjs +1 -1
  70. package/esm2022/table-builder/functions/null-filter-function.mjs +1 -1
  71. package/esm2022/table-builder/functions/number-filter-function.mjs +1 -1
  72. package/esm2022/table-builder/functions/sort-data-function.mjs +1 -1
  73. package/esm2022/table-builder/functions/string-filter-function.mjs +1 -1
  74. package/esm2022/table-builder/interfaces/ColumnInfo.mjs +1 -1
  75. package/esm2022/table-builder/interfaces/report-def.mjs +1 -1
  76. package/esm2022/table-builder/ngrx/tableBuilderStateStore.mjs +1 -1
  77. package/esm2022/table-builder/pipes/column-total.pipe.mjs +1 -1
  78. package/esm2022/table-builder/pipes/format-filter-type.pipe.mjs +1 -1
  79. package/esm2022/table-builder/pipes/format-filter-value.pipe.mjs +1 -1
  80. package/esm2022/table-builder/services/export-to-csv.service.mjs +1 -1
  81. package/esm2022/table-builder/services/link-creator.service.mjs +1 -1
  82. package/esm2022/table-builder/services/table-template-service.mjs +1 -1
  83. package/esm2022/table-builder/services/transform-creator.mjs +1 -1
  84. package/esm2022/table-builder/table-builder.module.mjs +1 -1
  85. package/esm2022/utilities/array-helpers.mjs +1 -1
  86. package/esm2022/utilities/directives/auto-focus.directive.mjs +1 -1
  87. package/esm2022/utilities/directives/clickEmitterDirective.mjs +1 -1
  88. package/esm2022/utilities/directives/clickSubject.mjs +1 -1
  89. package/esm2022/utilities/directives/conditional-classes.directive.mjs +1 -1
  90. package/esm2022/utilities/directives/dialog-service.mjs +1 -1
  91. package/esm2022/utilities/directives/dialog.mjs +1 -1
  92. package/esm2022/utilities/directives/mat-toggle-group-directive.mjs +1 -1
  93. package/esm2022/utilities/directives/prevent-enter.directive.mjs +1 -1
  94. package/esm2022/utilities/directives/stop-propagation.directive.mjs +1 -1
  95. package/esm2022/utilities/directives/trim-whitespace.directive.mjs +1 -1
  96. package/esm2022/utilities/index.mjs +1 -1
  97. package/esm2022/utilities/module.mjs +1 -1
  98. package/esm2022/utilities/pipes/function.pipe.mjs +1 -1
  99. package/esm2022/utilities/pipes/phone.pipe.mjs +1 -1
  100. package/esm2022/utilities/pipes/space-case.pipes.mjs +1 -1
  101. package/fesm2022/one-paragon-angular-utilities.mjs +112 -112
  102. package/fesm2022/one-paragon-angular-utilities.mjs.map +1 -1
  103. package/package.json +1 -1
  104. package/public-api.d.ts +1 -0
  105. package/table-builder/components/table-container/table-container-imports.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "18.2.2",
6
6
  "@angular/core": "18.2.2",
package/public-api.d.ts CHANGED
@@ -10,6 +10,7 @@ export * from './table-builder/classes/table-builder-general-settings';
10
10
  export * from './table-builder/components';
11
11
  export * from './table-builder/directives';
12
12
  export type { FilterType } from './table-builder/enums/filterTypes';
13
+ export type { FilterTypes } from './table-builder/enums/filterTypes';
13
14
  export * from './rxjs';
14
15
  export * from './utilities';
15
16
  export * from './action-state';
@@ -11,4 +11,4 @@ import { SortMenuComponent } from "../sort-menu/sort-menu.component";
11
11
  import { StopPropagationDirective } from "../../../utilities";
12
12
  import { PaginatorComponent } from "../generic-table/paginator.component";
13
13
  import { VirtualScrollContainer } from "./virtual-scroll-container";
14
- export declare const containerImports: (typeof AsyncPipe | typeof NgTemplateOutlet | typeof MatButtonModule | typeof MultiSortDirective | typeof StopPropagationDirective | typeof GenColDisplayerComponent | typeof GenFilterDisplayerComponent | typeof LetDirective | typeof FilterChipsComponent | typeof GenericTableComponent | typeof GroupByListComponent | typeof SortMenuComponent | typeof PaginatorComponent | typeof VirtualScrollContainer)[];
14
+ export declare const containerImports: (typeof MatButtonModule | typeof NgTemplateOutlet | typeof StopPropagationDirective | typeof AsyncPipe | typeof LetDirective | typeof GenericTableComponent | typeof VirtualScrollContainer | typeof PaginatorComponent | typeof MultiSortDirective | typeof GroupByListComponent | typeof FilterChipsComponent | typeof GenFilterDisplayerComponent | typeof GenColDisplayerComponent | typeof SortMenuComponent)[];