@tanstack/table-core 9.0.0-beta.47 → 9.0.0-beta.48

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 (171) hide show
  1. package/dist/core/row-models/coreRowModelsFeature.types.d.cts +1 -1
  2. package/dist/core/row-models/coreRowModelsFeature.types.d.ts +1 -1
  3. package/dist/core/row-models/coreRowModelsFeature.utils.cjs +1 -1
  4. package/dist/core/row-models/coreRowModelsFeature.utils.cjs.map +1 -1
  5. package/dist/core/row-models/coreRowModelsFeature.utils.d.cts +1 -1
  6. package/dist/core/row-models/coreRowModelsFeature.utils.d.ts +1 -1
  7. package/dist/core/row-models/coreRowModelsFeature.utils.js +1 -1
  8. package/dist/core/row-models/coreRowModelsFeature.utils.js.map +1 -1
  9. package/dist/features/aggregation/aggregationFeature.cjs +38 -0
  10. package/dist/features/aggregation/aggregationFeature.cjs.map +1 -0
  11. package/dist/features/aggregation/aggregationFeature.d.cts +10 -0
  12. package/dist/features/aggregation/aggregationFeature.d.ts +10 -0
  13. package/dist/features/aggregation/aggregationFeature.js +38 -0
  14. package/dist/features/aggregation/aggregationFeature.js.map +1 -0
  15. package/dist/features/aggregation/aggregationFeature.types.cjs +13 -0
  16. package/dist/features/aggregation/aggregationFeature.types.cjs.map +1 -0
  17. package/dist/features/aggregation/aggregationFeature.types.d.cts +172 -0
  18. package/dist/features/aggregation/aggregationFeature.types.d.ts +172 -0
  19. package/dist/features/aggregation/aggregationFeature.types.js +12 -0
  20. package/dist/features/aggregation/aggregationFeature.types.js.map +1 -0
  21. package/dist/features/aggregation/aggregationFeature.utils.cjs +198 -0
  22. package/dist/features/aggregation/aggregationFeature.utils.cjs.map +1 -0
  23. package/dist/features/aggregation/aggregationFeature.utils.d.cts +33 -0
  24. package/dist/features/aggregation/aggregationFeature.utils.d.ts +33 -0
  25. package/dist/features/aggregation/aggregationFeature.utils.js +192 -0
  26. package/dist/features/aggregation/aggregationFeature.utils.js.map +1 -0
  27. package/dist/features/aggregation/aggregationFns.cjs +240 -0
  28. package/dist/features/aggregation/aggregationFns.cjs.map +1 -0
  29. package/dist/features/aggregation/aggregationFns.d.cts +67 -0
  30. package/dist/features/aggregation/aggregationFns.d.ts +67 -0
  31. package/dist/features/aggregation/aggregationFns.js +229 -0
  32. package/dist/features/aggregation/aggregationFns.js.map +1 -0
  33. package/dist/features/column-filtering/columnFilteringFeature.types.d.cts +1 -1
  34. package/dist/features/column-filtering/columnFilteringFeature.types.d.ts +1 -1
  35. package/dist/{fns → features/column-filtering}/filterFns.cjs +1 -1
  36. package/dist/features/column-filtering/filterFns.cjs.map +1 -0
  37. package/dist/{fns → features/column-filtering}/filterFns.d.cts +4 -4
  38. package/dist/{fns → features/column-filtering}/filterFns.d.ts +4 -4
  39. package/dist/{fns → features/column-filtering}/filterFns.js +1 -1
  40. package/dist/features/column-filtering/filterFns.js.map +1 -0
  41. package/dist/features/column-grouping/columnGroupingFeature.cjs +3 -12
  42. package/dist/features/column-grouping/columnGroupingFeature.cjs.map +1 -1
  43. package/dist/features/column-grouping/columnGroupingFeature.d.cts +1 -1
  44. package/dist/features/column-grouping/columnGroupingFeature.d.ts +1 -1
  45. package/dist/features/column-grouping/columnGroupingFeature.js +4 -13
  46. package/dist/features/column-grouping/columnGroupingFeature.js.map +1 -1
  47. package/dist/features/column-grouping/columnGroupingFeature.types.d.cts +6 -87
  48. package/dist/features/column-grouping/columnGroupingFeature.types.d.ts +6 -87
  49. package/dist/features/column-grouping/columnGroupingFeature.utils.cjs +0 -64
  50. package/dist/features/column-grouping/columnGroupingFeature.utils.cjs.map +1 -1
  51. package/dist/features/column-grouping/columnGroupingFeature.utils.d.cts +2 -44
  52. package/dist/features/column-grouping/columnGroupingFeature.utils.d.ts +2 -44
  53. package/dist/features/column-grouping/columnGroupingFeature.utils.js +2 -63
  54. package/dist/features/column-grouping/columnGroupingFeature.utils.js.map +1 -1
  55. package/dist/features/column-grouping/createGroupedRowModel.cjs +23 -16
  56. package/dist/features/column-grouping/createGroupedRowModel.cjs.map +1 -1
  57. package/dist/features/column-grouping/createGroupedRowModel.d.cts +2 -6
  58. package/dist/features/column-grouping/createGroupedRowModel.d.ts +2 -6
  59. package/dist/features/column-grouping/createGroupedRowModel.js +25 -18
  60. package/dist/features/column-grouping/createGroupedRowModel.js.map +1 -1
  61. package/dist/features/global-filtering/globalFilteringFeature.utils.cjs +1 -1
  62. package/dist/features/global-filtering/globalFilteringFeature.utils.cjs.map +1 -1
  63. package/dist/features/global-filtering/globalFilteringFeature.utils.js +1 -1
  64. package/dist/features/global-filtering/globalFilteringFeature.utils.js.map +1 -1
  65. package/dist/features/row-sorting/rowSortingFeature.types.d.cts +1 -1
  66. package/dist/features/row-sorting/rowSortingFeature.types.d.ts +1 -1
  67. package/dist/features/row-sorting/rowSortingFeature.utils.cjs +1 -1
  68. package/dist/features/row-sorting/rowSortingFeature.utils.cjs.map +1 -1
  69. package/dist/features/row-sorting/rowSortingFeature.utils.js +1 -1
  70. package/dist/features/row-sorting/rowSortingFeature.utils.js.map +1 -1
  71. package/dist/{fns → features/row-sorting}/sortFns.cjs +1 -1
  72. package/dist/{fns/sortFns.js.map → features/row-sorting/sortFns.cjs.map} +1 -1
  73. package/dist/{fns → features/row-sorting}/sortFns.d.cts +4 -4
  74. package/dist/{fns → features/row-sorting}/sortFns.d.ts +4 -4
  75. package/dist/{fns → features/row-sorting}/sortFns.js +1 -1
  76. package/dist/features/row-sorting/sortFns.js.map +1 -0
  77. package/dist/features/stockFeatures.cjs +2 -0
  78. package/dist/features/stockFeatures.cjs.map +1 -1
  79. package/dist/features/stockFeatures.d.cts +2 -0
  80. package/dist/features/stockFeatures.d.ts +2 -0
  81. package/dist/features/stockFeatures.js +2 -0
  82. package/dist/features/stockFeatures.js.map +1 -1
  83. package/dist/index.cjs +7 -4
  84. package/dist/index.d.cts +7 -5
  85. package/dist/index.d.ts +7 -5
  86. package/dist/index.js +6 -4
  87. package/dist/static-functions.cjs +8 -3
  88. package/dist/static-functions.d.cts +3 -2
  89. package/dist/static-functions.d.ts +3 -2
  90. package/dist/static-functions.js +3 -2
  91. package/dist/types/Cell.d.cts +3 -1
  92. package/dist/types/Cell.d.ts +3 -1
  93. package/dist/types/Column.d.cts +4 -2
  94. package/dist/types/Column.d.ts +4 -2
  95. package/dist/types/ColumnDef.d.cts +5 -3
  96. package/dist/types/ColumnDef.d.ts +5 -3
  97. package/dist/types/Row.d.cts +3 -1
  98. package/dist/types/Row.d.ts +3 -1
  99. package/dist/types/RowModel.d.cts +1 -1
  100. package/dist/types/RowModel.d.ts +1 -1
  101. package/dist/types/RowModelFns.d.cts +3 -3
  102. package/dist/types/RowModelFns.d.ts +3 -3
  103. package/dist/types/Table.d.cts +1 -1
  104. package/dist/types/Table.d.ts +1 -1
  105. package/dist/types/TableFeatures.d.cts +4 -4
  106. package/dist/types/TableFeatures.d.ts +4 -4
  107. package/dist/types/TableOptions.d.cts +5 -3
  108. package/dist/types/TableOptions.d.ts +5 -3
  109. package/dist/types/TableState.d.cts +1 -1
  110. package/dist/types/TableState.d.ts +1 -1
  111. package/dist/worker/initTableWorker.cjs.map +1 -1
  112. package/dist/worker/initTableWorker.js.map +1 -1
  113. package/package.json +1 -1
  114. package/skills/aggregation/SKILL.md +131 -0
  115. package/skills/api-not-found/SKILL.md +1 -1
  116. package/skills/client-vs-server/SKILL.md +1 -1
  117. package/skills/column-faceting/SKILL.md +1 -1
  118. package/skills/column-filtering/SKILL.md +1 -1
  119. package/skills/column-ordering/SKILL.md +1 -1
  120. package/skills/column-pinning/SKILL.md +1 -1
  121. package/skills/column-resizing/SKILL.md +1 -1
  122. package/skills/column-sizing/SKILL.md +1 -1
  123. package/skills/column-visibility/SKILL.md +1 -1
  124. package/skills/core/SKILL.md +1 -1
  125. package/skills/custom-features/SKILL.md +1 -1
  126. package/skills/expanding/SKILL.md +1 -1
  127. package/skills/global-filtering/SKILL.md +1 -1
  128. package/skills/grouping/SKILL.md +12 -18
  129. package/skills/migrate-v8-to-v9/SKILL.md +15 -2
  130. package/skills/pagination/SKILL.md +1 -1
  131. package/skills/row-pinning/SKILL.md +1 -1
  132. package/skills/row-selection/SKILL.md +1 -1
  133. package/skills/sorting/SKILL.md +1 -1
  134. package/skills/table-features/SKILL.md +5 -2
  135. package/skills/typescript/SKILL.md +1 -1
  136. package/src/core/row-models/coreRowModelsFeature.utils.ts +1 -1
  137. package/src/features/aggregation/aggregationFeature.ts +59 -0
  138. package/src/features/aggregation/aggregationFeature.types.ts +312 -0
  139. package/src/features/aggregation/aggregationFeature.utils.ts +401 -0
  140. package/src/features/aggregation/aggregationFns.ts +336 -0
  141. package/src/features/column-filtering/columnFilteringFeature.types.ts +1 -1
  142. package/src/{fns → features/column-filtering}/filterFns.ts +4 -4
  143. package/src/features/column-grouping/columnGroupingFeature.ts +1 -20
  144. package/src/features/column-grouping/columnGroupingFeature.types.ts +4 -141
  145. package/src/features/column-grouping/columnGroupingFeature.utils.ts +1 -122
  146. package/src/features/column-grouping/createGroupedRowModel.ts +32 -41
  147. package/src/features/global-filtering/globalFilteringFeature.utils.ts +1 -1
  148. package/src/features/row-sorting/rowSortingFeature.types.ts +1 -1
  149. package/src/features/row-sorting/rowSortingFeature.utils.ts +1 -1
  150. package/src/{fns → features/row-sorting}/sortFns.ts +4 -7
  151. package/src/features/stockFeatures.ts +3 -0
  152. package/src/index.ts +7 -8
  153. package/src/static-functions.ts +1 -0
  154. package/src/types/Cell.ts +2 -0
  155. package/src/types/Column.ts +3 -1
  156. package/src/types/ColumnDef.ts +6 -3
  157. package/src/types/Row.ts +2 -0
  158. package/src/types/RowModelFns.ts +3 -3
  159. package/src/types/TableFeatures.ts +4 -4
  160. package/src/types/TableOptions.ts +5 -1
  161. package/src/worker/initTableWorker.ts +1 -1
  162. package/dist/fns/aggregationFns.cjs +0 -234
  163. package/dist/fns/aggregationFns.cjs.map +0 -1
  164. package/dist/fns/aggregationFns.d.cts +0 -139
  165. package/dist/fns/aggregationFns.d.ts +0 -139
  166. package/dist/fns/aggregationFns.js +0 -221
  167. package/dist/fns/aggregationFns.js.map +0 -1
  168. package/dist/fns/filterFns.cjs.map +0 -1
  169. package/dist/fns/filterFns.js.map +0 -1
  170. package/dist/fns/sortFns.cjs.map +0 -1
  171. package/src/fns/aggregationFns.ts +0 -303
package/dist/index.js CHANGED
@@ -17,10 +17,8 @@ import { metaHelper } from "./helpers/metaHelper.js";
17
17
  import { tableFeatures } from "./helpers/tableFeatures.js";
18
18
  import { tableOptions } from "./helpers/tableOptions.js";
19
19
  import { constructTable, getInitialTableState } from "./core/table/constructTable.js";
20
- import { aggregationFn_count, aggregationFn_extent, aggregationFn_first, aggregationFn_last, aggregationFn_max, aggregationFn_mean, aggregationFn_median, aggregationFn_min, aggregationFn_sum, aggregationFn_unique, aggregationFn_uniqueCount, aggregationFns, constructAggregationFn } from "./fns/aggregationFns.js";
21
- import { constructFilterFn, filterFn_arrHas, filterFn_arrIncludes, filterFn_arrIncludesAll, filterFn_arrIncludesSome, filterFn_between, filterFn_betweenInclusive, filterFn_empty, filterFn_endsWith, filterFn_equals, filterFn_equalsString, filterFn_equalsStringSensitive, filterFn_greaterThan, filterFn_greaterThanOrEqualTo, filterFn_inDateRange, filterFn_inNumberRange, filterFn_includesString, filterFn_includesStringSensitive, filterFn_lessThan, filterFn_lessThanOrEqualTo, filterFn_notEmpty, filterFn_startsWith, filterFn_weakEquals, filterFns } from "./fns/filterFns.js";
22
- import { constructSortFn, reSplitAlphaNumeric, sortFn_alphanumeric, sortFn_alphanumericCaseSensitive, sortFn_basic, sortFn_datetime, sortFn_text, sortFn_textCaseSensitive, sortFns } from "./fns/sortFns.js";
23
20
  import { columnFacetingFeature } from "./features/column-faceting/columnFacetingFeature.js";
21
+ import { aggregationFeature } from "./features/aggregation/aggregationFeature.js";
24
22
  import { columnFilteringFeature } from "./features/column-filtering/columnFilteringFeature.js";
25
23
  import { columnGroupingFeature } from "./features/column-grouping/columnGroupingFeature.js";
26
24
  import { columnOrderingFeature } from "./features/column-ordering/columnOrderingFeature.js";
@@ -28,13 +26,17 @@ import { columnPinningFeature } from "./features/column-pinning/columnPinningFea
28
26
  import { columnResizingFeature } from "./features/column-resizing/columnResizingFeature.js";
29
27
  import { columnSizingFeature } from "./features/column-sizing/columnSizingFeature.js";
30
28
  import { columnVisibilityFeature } from "./features/column-visibility/columnVisibilityFeature.js";
29
+ import { constructFilterFn, filterFn_arrHas, filterFn_arrIncludes, filterFn_arrIncludesAll, filterFn_arrIncludesSome, filterFn_between, filterFn_betweenInclusive, filterFn_empty, filterFn_endsWith, filterFn_equals, filterFn_equalsString, filterFn_equalsStringSensitive, filterFn_greaterThan, filterFn_greaterThanOrEqualTo, filterFn_inDateRange, filterFn_inNumberRange, filterFn_includesString, filterFn_includesStringSensitive, filterFn_lessThan, filterFn_lessThanOrEqualTo, filterFn_notEmpty, filterFn_startsWith, filterFn_weakEquals, filterFns } from "./features/column-filtering/filterFns.js";
31
30
  import { globalFilteringFeature } from "./features/global-filtering/globalFilteringFeature.js";
32
31
  import { rowExpandingFeature } from "./features/row-expanding/rowExpandingFeature.js";
33
32
  import { rowPaginationFeature } from "./features/row-pagination/rowPaginationFeature.js";
34
33
  import { rowPinningFeature } from "./features/row-pinning/rowPinningFeature.js";
35
34
  import { rowSelectionFeature } from "./features/row-selection/rowSelectionFeature.js";
35
+ import { constructSortFn, reSplitAlphaNumeric, sortFn_alphanumeric, sortFn_alphanumericCaseSensitive, sortFn_basic, sortFn_datetime, sortFn_text, sortFn_textCaseSensitive, sortFns } from "./features/row-sorting/sortFns.js";
36
36
  import { rowSortingFeature } from "./features/row-sorting/rowSortingFeature.js";
37
37
  import { stockFeatures } from "./features/stockFeatures.js";
38
+ import { constructAggregationFn } from "./features/aggregation/aggregationFeature.types.js";
39
+ import { aggregationFn_count, aggregationFn_extent, aggregationFn_first, aggregationFn_last, aggregationFn_max, aggregationFn_mean, aggregationFn_median, aggregationFn_min, aggregationFn_sum, aggregationFn_unique, aggregationFn_uniqueCount, aggregationFns } from "./features/aggregation/aggregationFns.js";
38
40
  import { createFacetedMinMaxValues } from "./features/column-faceting/createFacetedMinMaxValues.js";
39
41
  import { createFacetedRowModel } from "./features/column-faceting/createFacetedRowModel.js";
40
42
  import { createFacetedUniqueValues } from "./features/column-faceting/createFacetedUniqueValues.js";
@@ -44,4 +46,4 @@ import { createExpandedRowModel, expandRows } from "./features/row-expanding/cre
44
46
  import { createPaginatedRowModel } from "./features/row-pagination/createPaginatedRowModel.js";
45
47
  import { createSortedRowModel } from "./features/row-sorting/createSortedRowModel.js";
46
48
 
47
- export { aggregationFn_count, aggregationFn_extent, aggregationFn_first, aggregationFn_last, aggregationFn_max, aggregationFn_mean, aggregationFn_median, aggregationFn_min, aggregationFn_sum, aggregationFn_unique, aggregationFn_uniqueCount, aggregationFns, assignPrototypeAPIs, assignTableAPIs, buildHeaderGroups, callMemoOrStaticFn, cloneState, columnFacetingFeature, columnFilteringFeature, columnGroupingFeature, columnOrderingFeature, columnPinningFeature, columnResizingFeature, columnSizingFeature, columnVisibilityFeature, constructAggregationFn, constructCell, constructColumn, constructFilterFn, constructHeader, constructRow, constructSortFn, constructTable, copyInstancePropertiesWithoutMemos, coreCellsFeature, coreColumnsFeature, coreFeatures, coreHeadersFeature, coreRowModelsFeature, coreRowsFeature, coreTablesFeature, createColumnHelper, createCoreRowModel, createExpandedRowModel, createFacetedMinMaxValues, createFacetedRowModel, createFacetedUniqueValues, createFilteredRowModel, createGroupedRowModel, createPaginatedRowModel, createSortedRowModel, expandRows, filterFn_arrHas, filterFn_arrIncludes, filterFn_arrIncludesAll, filterFn_arrIncludesSome, filterFn_between, filterFn_betweenInclusive, filterFn_empty, filterFn_endsWith, filterFn_equals, filterFn_equalsString, filterFn_equalsStringSensitive, filterFn_greaterThan, filterFn_greaterThanOrEqualTo, filterFn_inDateRange, filterFn_inNumberRange, filterFn_includesString, filterFn_includesStringSensitive, filterFn_lessThan, filterFn_lessThanOrEqualTo, filterFn_notEmpty, filterFn_startsWith, filterFn_weakEquals, filterFns, flattenBy, functionalUpdate, getFunctionNameInfo, getInitialTableState, globalFilteringFeature, hasOwn, isFunction, makeObjectMap, makeStateUpdater, memo, metaHelper, reSplitAlphaNumeric, rowExpandingFeature, rowPaginationFeature, rowPinningFeature, rowSelectionFeature, rowSortingFeature, sortFn_alphanumeric, sortFn_alphanumericCaseSensitive, sortFn_basic, sortFn_datetime, sortFn_text, sortFn_textCaseSensitive, sortFns, stockFeatures, tableFeatures, tableMemo, tableOptions };
49
+ export { aggregationFeature, aggregationFn_count, aggregationFn_extent, aggregationFn_first, aggregationFn_last, aggregationFn_max, aggregationFn_mean, aggregationFn_median, aggregationFn_min, aggregationFn_sum, aggregationFn_unique, aggregationFn_uniqueCount, aggregationFns, assignPrototypeAPIs, assignTableAPIs, buildHeaderGroups, callMemoOrStaticFn, cloneState, columnFacetingFeature, columnFilteringFeature, columnGroupingFeature, columnOrderingFeature, columnPinningFeature, columnResizingFeature, columnSizingFeature, columnVisibilityFeature, constructAggregationFn, constructCell, constructColumn, constructFilterFn, constructHeader, constructRow, constructSortFn, constructTable, copyInstancePropertiesWithoutMemos, coreCellsFeature, coreColumnsFeature, coreFeatures, coreHeadersFeature, coreRowModelsFeature, coreRowsFeature, coreTablesFeature, createColumnHelper, createCoreRowModel, createExpandedRowModel, createFacetedMinMaxValues, createFacetedRowModel, createFacetedUniqueValues, createFilteredRowModel, createGroupedRowModel, createPaginatedRowModel, createSortedRowModel, expandRows, filterFn_arrHas, filterFn_arrIncludes, filterFn_arrIncludesAll, filterFn_arrIncludesSome, filterFn_between, filterFn_betweenInclusive, filterFn_empty, filterFn_endsWith, filterFn_equals, filterFn_equalsString, filterFn_equalsStringSensitive, filterFn_greaterThan, filterFn_greaterThanOrEqualTo, filterFn_inDateRange, filterFn_inNumberRange, filterFn_includesString, filterFn_includesStringSensitive, filterFn_lessThan, filterFn_lessThanOrEqualTo, filterFn_notEmpty, filterFn_startsWith, filterFn_weakEquals, filterFns, flattenBy, functionalUpdate, getFunctionNameInfo, getInitialTableState, globalFilteringFeature, hasOwn, isFunction, makeObjectMap, makeStateUpdater, memo, metaHelper, reSplitAlphaNumeric, rowExpandingFeature, rowPaginationFeature, rowPinningFeature, rowSelectionFeature, rowSortingFeature, sortFn_alphanumeric, sortFn_alphanumericCaseSensitive, sortFn_basic, sortFn_datetime, sortFn_text, sortFn_textCaseSensitive, sortFns, stockFeatures, tableFeatures, tableMemo, tableOptions };
@@ -10,6 +10,7 @@ const require_coreRowModelsFeature_utils = require('./core/row-models/coreRowMod
10
10
  const require_coreRowsFeature_utils = require('./core/rows/coreRowsFeature.utils.cjs');
11
11
  const require_coreTablesFeature_utils = require('./core/table/coreTablesFeature.utils.cjs');
12
12
  const require_columnFacetingFeature_utils = require('./features/column-faceting/columnFacetingFeature.utils.cjs');
13
+ const require_aggregationFeature_utils = require('./features/aggregation/aggregationFeature.utils.cjs');
13
14
  const require_columnFilteringFeature_utils = require('./features/column-filtering/columnFilteringFeature.utils.cjs');
14
15
  const require_columnGroupingFeature_utils = require('./features/column-grouping/columnGroupingFeature.utils.cjs');
15
16
  const require_columnSizingFeature_utils = require('./features/column-sizing/columnSizingFeature.utils.cjs');
@@ -20,16 +21,18 @@ const require_rowPinningFeature_utils = require('./features/row-pinning/rowPinni
20
21
  const require_rowSelectionFeature_utils = require('./features/row-selection/rowSelectionFeature.utils.cjs');
21
22
  const require_rowSortingFeature_utils = require('./features/row-sorting/rowSortingFeature.utils.cjs');
22
23
 
24
+ exports.aggregateColumnValue = require_aggregationFeature_utils.aggregateColumnValue;
23
25
  exports.cell_getContext = require_coreCellsFeature_utils.cell_getContext;
24
- exports.cell_getIsAggregated = require_columnGroupingFeature_utils.cell_getIsAggregated;
26
+ exports.cell_getIsAggregated = require_aggregationFeature_utils.cell_getIsAggregated;
25
27
  exports.cell_getIsGrouped = require_columnGroupingFeature_utils.cell_getIsGrouped;
26
28
  exports.cell_getIsPlaceholder = require_columnGroupingFeature_utils.cell_getIsPlaceholder;
27
29
  exports.cell_getValue = require_coreCellsFeature_utils.cell_getValue;
28
30
  exports.cell_renderValue = require_coreCellsFeature_utils.cell_renderValue;
29
31
  exports.column_clearSorting = require_rowSortingFeature_utils.column_clearSorting;
30
32
  exports.column_getAfter = require_columnSizingFeature_utils.column_getAfter;
31
- exports.column_getAggregationFn = require_columnGroupingFeature_utils.column_getAggregationFn;
32
- exports.column_getAutoAggregationFn = require_columnGroupingFeature_utils.column_getAutoAggregationFn;
33
+ exports.column_getAggregationFns = require_aggregationFeature_utils.column_getAggregationFns;
34
+ exports.column_getAggregationValue = require_aggregationFeature_utils.column_getAggregationValue;
35
+ exports.column_getAutoAggregationFn = require_aggregationFeature_utils.column_getAutoAggregationFn;
33
36
  exports.column_getAutoFilterFn = require_columnFilteringFeature_utils.column_getAutoFilterFn;
34
37
  exports.column_getAutoSortDir = require_rowSortingFeature_utils.column_getAutoSortDir;
35
38
  exports.column_getAutoSortFn = require_rowSortingFeature_utils.column_getAutoSortFn;
@@ -75,6 +78,7 @@ exports.column_setFilterValue = require_columnFilteringFeature_utils.column_setF
75
78
  exports.column_toggleGrouping = require_columnGroupingFeature_utils.column_toggleGrouping;
76
79
  exports.column_toggleSorting = require_rowSortingFeature_utils.column_toggleSorting;
77
80
  exports.column_toggleVisibility = require_columnVisibilityFeature_utils.column_toggleVisibility;
81
+ exports.formatAggregatedCellValue = require_aggregationFeature_utils.formatAggregatedCellValue;
78
82
  exports.getDefaultColumnFiltersState = require_columnFilteringFeature_utils.getDefaultColumnFiltersState;
79
83
  exports.getDefaultColumnOrderState = require_columnOrderingFeature_utils.getDefaultColumnOrderState;
80
84
  exports.getDefaultColumnPinningState = require_columnPinningFeature_utils.getDefaultColumnPinningState;
@@ -96,6 +100,7 @@ exports.header_getStart = require_columnSizingFeature_utils.header_getStart;
96
100
  exports.isRowSelected = require_rowSelectionFeature_utils.isRowSelected;
97
101
  exports.isSubRowSelected = require_rowSelectionFeature_utils.isSubRowSelected;
98
102
  exports.isTouchStartEvent = require_columnResizingFeature_utils.isTouchStartEvent;
103
+ exports.normalizeAggregationRows = require_aggregationFeature_utils.normalizeAggregationRows;
99
104
  exports.orderColumns = require_columnOrderingFeature_utils.orderColumns;
100
105
  exports.passiveEventSupported = require_columnResizingFeature_utils.passiveEventSupported;
101
106
  exports.row_getAllCells = require_coreRowsFeature_utils.row_getAllCells;
@@ -4,9 +4,10 @@ import { header_getContext, header_getLeafHeaders, table_getFlatHeaders, table_g
4
4
  import { row_getAllCells, row_getAllCellsByColumnId, row_getDisplayIndex, row_getLeafRows, row_getParentRow, row_getParentRows, row_getUniqueValues, row_getValue, row_renderValue, table_getRow, table_getRowId, table_getRowsInDisplayOrder } from "./core/rows/coreRowsFeature.utils.cjs";
5
5
  import { table_getCoreRowModel, table_getExpandedRowModel, table_getFilteredRowModel, table_getGroupedRowModel, table_getPaginatedRowModel, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSortedRowModel, table_getRowModel, table_getSortedRowModel } from "./core/row-models/coreRowModelsFeature.utils.cjs";
6
6
  import { table_mergeOptions, table_reset, table_setOptions, table_syncExternalStateToBaseAtoms } from "./core/table/coreTablesFeature.utils.cjs";
7
+ import { aggregateColumnValue, cell_getIsAggregated, column_getAggregationFns, column_getAggregationValue, column_getAutoAggregationFn, formatAggregatedCellValue, normalizeAggregationRows } from "./features/aggregation/aggregationFeature.utils.cjs";
7
8
  import { column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues } from "./features/column-faceting/columnFacetingFeature.utils.cjs";
8
9
  import { column_getAutoFilterFn, column_getCanFilter, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getIsFiltered, column_setFilterValue, getDefaultColumnFiltersState, shouldAutoRemoveFilter, table_resetColumnFilters, table_setColumnFilters } from "./features/column-filtering/columnFilteringFeature.utils.cjs";
9
- import { cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, column_getAggregationFn, column_getAutoAggregationFn, column_getCanGroup, column_getGroupedIndex, column_getIsGrouped, column_getToggleGroupingHandler, column_toggleGrouping, getDefaultGroupingState, row_getGroupingValue, row_getIsGrouped, table_resetGrouping, table_setGrouping } from "./features/column-grouping/columnGroupingFeature.utils.cjs";
10
+ import { cell_getIsGrouped, cell_getIsPlaceholder, column_getCanGroup, column_getGroupedIndex, column_getIsGrouped, column_getToggleGroupingHandler, column_toggleGrouping, getDefaultGroupingState, row_getGroupingValue, row_getIsGrouped, table_resetGrouping, table_setGrouping } from "./features/column-grouping/columnGroupingFeature.utils.cjs";
10
11
  import { column_getIndex, column_getIsFirstColumn, column_getIsLastColumn, getDefaultColumnOrderState, orderColumns, table_getColumnIndexes, table_getOrderColumnsFn, table_resetColumnOrder, table_setColumnOrder } from "./features/column-ordering/columnOrderingFeature.utils.cjs";
11
12
  import { column_getCanPin, column_getIsPinned, column_getPinnedIndex, column_pin, getDefaultColumnPinningState, row_getCenterVisibleCells, row_getEndVisibleCells, row_getStartVisibleCells, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterVisibleLeafColumns, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndVisibleLeafColumns, table_getIsSomeColumnsPinned, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartVisibleLeafColumns, table_resetColumnPinning, table_setColumnPinning } from "./features/column-pinning/columnPinningFeature.utils.cjs";
12
13
  import { column_getCanResize, column_getIsResizing, getDefaultColumnResizingState, header_getResizeHandler, isTouchStartEvent, passiveEventSupported, table_resetHeaderSizeInfo, table_setColumnResizing } from "./features/column-resizing/columnResizingFeature.utils.cjs";
@@ -18,4 +19,4 @@ import { getDefaultPaginationState, table_autoResetPageIndex, table_firstPage, t
18
19
  import { getDefaultRowPinningState, row_getCanPin, row_getIsPinned, row_getPinnedIndex, row_pin, table_getBottomRows, table_getCenterRows, table_getIsSomeRowsPinned, table_getTopRows, table_resetRowPinning, table_setRowPinning } from "./features/row-pinning/rowPinningFeature.utils.cjs";
19
20
  import { getDefaultRowSelectionState, isRowSelected, isSubRowSelected, row_getCanMultiSelect, row_getCanSelect, row_getCanSelectSubRows, row_getIsAllSubRowsSelected, row_getIsSelected, row_getIsSomeSelected, row_getToggleSelectedHandler, row_toggleSelected, selectRowsFn, table_getFilteredSelectedRowModel, table_getGroupedSelectedRowModel, table_getIsAllPageRowsSelected, table_getIsAllRowsSelected, table_getIsSomePageRowsSelected, table_getIsSomeRowsSelected, table_getPreSelectedRowModel, table_getSelectedRowIds, table_getSelectedRowModel, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsSelectedHandler, table_resetRowSelection, table_setRowSelection, table_toggleAllPageRowsSelected, table_toggleAllRowsSelected } from "./features/row-selection/rowSelectionFeature.utils.cjs";
20
21
  import { column_clearSorting, column_getAutoSortDir, column_getAutoSortFn, column_getCanMultiSort, column_getCanSort, column_getFirstSortDir, column_getIsSorted, column_getNextSortingOrder, column_getSortFn, column_getSortIndex, column_getToggleSortingHandler, column_toggleSorting, getDefaultSortingState, table_resetSorting, table_setSorting } from "./features/row-sorting/rowSortingFeature.utils.cjs";
21
- export { cell_getContext, cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, cell_getValue, cell_renderValue, column_clearSorting, column_getAfter, column_getAggregationFn, column_getAutoAggregationFn, column_getAutoFilterFn, column_getAutoSortDir, column_getAutoSortFn, column_getCanFilter, column_getCanGlobalFilter, column_getCanGroup, column_getCanHide, column_getCanMultiSort, column_getCanPin, column_getCanResize, column_getCanSort, column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getFirstSortDir, column_getFlatColumns, column_getGroupedIndex, column_getIndex, column_getIsFiltered, column_getIsFirstColumn, column_getIsGrouped, column_getIsLastColumn, column_getIsPinned, column_getIsResizing, column_getIsSorted, column_getIsVisible, column_getLeafColumns, column_getNextSortingOrder, column_getPinnedIndex, column_getSize, column_getSortFn, column_getSortIndex, column_getStart, column_getToggleGroupingHandler, column_getToggleSortingHandler, column_getToggleVisibilityHandler, column_pin, column_resetSize, column_setFilterValue, column_toggleGrouping, column_toggleSorting, column_toggleVisibility, getDefaultColumnFiltersState, getDefaultColumnOrderState, getDefaultColumnPinningState, getDefaultColumnResizingState, getDefaultColumnSizingColumnDef, getDefaultColumnSizingState, getDefaultColumnVisibilityState, getDefaultExpandedState, getDefaultGroupingState, getDefaultPaginationState, getDefaultRowPinningState, getDefaultRowSelectionState, getDefaultSortingState, header_getContext, header_getLeafHeaders, header_getResizeHandler, header_getSize, header_getStart, isRowSelected, isSubRowSelected, isTouchStartEvent, orderColumns, passiveEventSupported, row_getAllCells, row_getAllCellsByColumnId, row_getCanExpand, row_getCanMultiSelect, row_getCanPin, row_getCanSelect, row_getCanSelectSubRows, row_getCenterVisibleCells, row_getDisplayIndex, row_getEndVisibleCells, row_getGroupingValue, row_getIsAllParentsExpanded, row_getIsAllSubRowsSelected, row_getIsExpanded, row_getIsGrouped, row_getIsPinned, row_getIsSelected, row_getIsSomeSelected, row_getLeafRows, row_getParentRow, row_getParentRows, row_getPinnedIndex, row_getStartVisibleCells, row_getToggleExpandedHandler, row_getToggleSelectedHandler, row_getUniqueValues, row_getValue, row_getVisibleCells, row_getVisibleCellsByColumnId, row_pin, row_renderValue, row_toggleExpanded, row_toggleSelected, selectRowsFn, shouldAutoRemoveFilter, table_autoResetExpanded, table_autoResetPageIndex, table_firstPage, table_getAllColumns, table_getAllFlatColumns, table_getAllFlatColumnsById, table_getAllLeafColumns, table_getAllLeafColumnsById, table_getBottomRows, table_getCanNextPage, table_getCanPreviousPage, table_getCanSomeRowsExpand, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterRows, table_getCenterTotalSize, table_getCenterVisibleLeafColumns, table_getColumn, table_getColumnIndexes, table_getColumnOffsets, table_getCoreRowModel, table_getDefaultColumnDef, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndTotalSize, table_getEndVisibleLeafColumns, table_getExpandedDepth, table_getExpandedRowModel, table_getFilteredRowModel, table_getFilteredSelectedRowModel, table_getFlatHeaders, table_getFooterGroups, table_getGlobalAutoFilterFn, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues, table_getGlobalFilterFn, table_getGroupedRowModel, table_getGroupedSelectedRowModel, table_getHeaderGroups, table_getIsAllColumnsVisible, table_getIsAllPageRowsSelected, table_getIsAllRowsExpanded, table_getIsAllRowsSelected, table_getIsSomeColumnsPinned, table_getIsSomeColumnsVisible, table_getIsSomePageRowsSelected, table_getIsSomeRowsExpanded, table_getIsSomeRowsPinned, table_getIsSomeRowsSelected, table_getLeafHeaders, table_getOrderColumnsFn, table_getPageCount, table_getPageOptions, table_getPaginatedRowModel, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSelectedRowModel, table_getPreSortedRowModel, table_getRow, table_getRowCount, table_getRowId, table_getRowModel, table_getRowsInDisplayOrder, table_getSelectedRowIds, table_getSelectedRowModel, table_getSortedRowModel, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartTotalSize, table_getStartVisibleLeafColumns, table_getToggleAllColumnsVisibilityHandler, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsExpandedHandler, table_getToggleAllRowsSelectedHandler, table_getTopRows, table_getTotalSize, table_getVisibleFlatColumns, table_getVisibleLeafColumns, table_lastPage, table_mergeOptions, table_nextPage, table_previousPage, table_reset, table_resetColumnFilters, table_resetColumnOrder, table_resetColumnPinning, table_resetColumnSizing, table_resetColumnVisibility, table_resetExpanded, table_resetGlobalFilter, table_resetGrouping, table_resetHeaderSizeInfo, table_resetPageIndex, table_resetPageSize, table_resetPagination, table_resetRowPinning, table_resetRowSelection, table_resetSorting, table_setColumnFilters, table_setColumnOrder, table_setColumnPinning, table_setColumnResizing, table_setColumnSizing, table_setColumnVisibility, table_setExpanded, table_setGlobalFilter, table_setGrouping, table_setOptions, table_setPageIndex, table_setPageSize, table_setPagination, table_setRowPinning, table_setRowSelection, table_setSorting, table_syncExternalStateToBaseAtoms, table_toggleAllColumnsVisible, table_toggleAllPageRowsSelected, table_toggleAllRowsExpanded, table_toggleAllRowsSelected };
22
+ export { aggregateColumnValue, cell_getContext, cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, cell_getValue, cell_renderValue, column_clearSorting, column_getAfter, column_getAggregationFns, column_getAggregationValue, column_getAutoAggregationFn, column_getAutoFilterFn, column_getAutoSortDir, column_getAutoSortFn, column_getCanFilter, column_getCanGlobalFilter, column_getCanGroup, column_getCanHide, column_getCanMultiSort, column_getCanPin, column_getCanResize, column_getCanSort, column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getFirstSortDir, column_getFlatColumns, column_getGroupedIndex, column_getIndex, column_getIsFiltered, column_getIsFirstColumn, column_getIsGrouped, column_getIsLastColumn, column_getIsPinned, column_getIsResizing, column_getIsSorted, column_getIsVisible, column_getLeafColumns, column_getNextSortingOrder, column_getPinnedIndex, column_getSize, column_getSortFn, column_getSortIndex, column_getStart, column_getToggleGroupingHandler, column_getToggleSortingHandler, column_getToggleVisibilityHandler, column_pin, column_resetSize, column_setFilterValue, column_toggleGrouping, column_toggleSorting, column_toggleVisibility, formatAggregatedCellValue, getDefaultColumnFiltersState, getDefaultColumnOrderState, getDefaultColumnPinningState, getDefaultColumnResizingState, getDefaultColumnSizingColumnDef, getDefaultColumnSizingState, getDefaultColumnVisibilityState, getDefaultExpandedState, getDefaultGroupingState, getDefaultPaginationState, getDefaultRowPinningState, getDefaultRowSelectionState, getDefaultSortingState, header_getContext, header_getLeafHeaders, header_getResizeHandler, header_getSize, header_getStart, isRowSelected, isSubRowSelected, isTouchStartEvent, normalizeAggregationRows, orderColumns, passiveEventSupported, row_getAllCells, row_getAllCellsByColumnId, row_getCanExpand, row_getCanMultiSelect, row_getCanPin, row_getCanSelect, row_getCanSelectSubRows, row_getCenterVisibleCells, row_getDisplayIndex, row_getEndVisibleCells, row_getGroupingValue, row_getIsAllParentsExpanded, row_getIsAllSubRowsSelected, row_getIsExpanded, row_getIsGrouped, row_getIsPinned, row_getIsSelected, row_getIsSomeSelected, row_getLeafRows, row_getParentRow, row_getParentRows, row_getPinnedIndex, row_getStartVisibleCells, row_getToggleExpandedHandler, row_getToggleSelectedHandler, row_getUniqueValues, row_getValue, row_getVisibleCells, row_getVisibleCellsByColumnId, row_pin, row_renderValue, row_toggleExpanded, row_toggleSelected, selectRowsFn, shouldAutoRemoveFilter, table_autoResetExpanded, table_autoResetPageIndex, table_firstPage, table_getAllColumns, table_getAllFlatColumns, table_getAllFlatColumnsById, table_getAllLeafColumns, table_getAllLeafColumnsById, table_getBottomRows, table_getCanNextPage, table_getCanPreviousPage, table_getCanSomeRowsExpand, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterRows, table_getCenterTotalSize, table_getCenterVisibleLeafColumns, table_getColumn, table_getColumnIndexes, table_getColumnOffsets, table_getCoreRowModel, table_getDefaultColumnDef, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndTotalSize, table_getEndVisibleLeafColumns, table_getExpandedDepth, table_getExpandedRowModel, table_getFilteredRowModel, table_getFilteredSelectedRowModel, table_getFlatHeaders, table_getFooterGroups, table_getGlobalAutoFilterFn, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues, table_getGlobalFilterFn, table_getGroupedRowModel, table_getGroupedSelectedRowModel, table_getHeaderGroups, table_getIsAllColumnsVisible, table_getIsAllPageRowsSelected, table_getIsAllRowsExpanded, table_getIsAllRowsSelected, table_getIsSomeColumnsPinned, table_getIsSomeColumnsVisible, table_getIsSomePageRowsSelected, table_getIsSomeRowsExpanded, table_getIsSomeRowsPinned, table_getIsSomeRowsSelected, table_getLeafHeaders, table_getOrderColumnsFn, table_getPageCount, table_getPageOptions, table_getPaginatedRowModel, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSelectedRowModel, table_getPreSortedRowModel, table_getRow, table_getRowCount, table_getRowId, table_getRowModel, table_getRowsInDisplayOrder, table_getSelectedRowIds, table_getSelectedRowModel, table_getSortedRowModel, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartTotalSize, table_getStartVisibleLeafColumns, table_getToggleAllColumnsVisibilityHandler, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsExpandedHandler, table_getToggleAllRowsSelectedHandler, table_getTopRows, table_getTotalSize, table_getVisibleFlatColumns, table_getVisibleLeafColumns, table_lastPage, table_mergeOptions, table_nextPage, table_previousPage, table_reset, table_resetColumnFilters, table_resetColumnOrder, table_resetColumnPinning, table_resetColumnSizing, table_resetColumnVisibility, table_resetExpanded, table_resetGlobalFilter, table_resetGrouping, table_resetHeaderSizeInfo, table_resetPageIndex, table_resetPageSize, table_resetPagination, table_resetRowPinning, table_resetRowSelection, table_resetSorting, table_setColumnFilters, table_setColumnOrder, table_setColumnPinning, table_setColumnResizing, table_setColumnSizing, table_setColumnVisibility, table_setExpanded, table_setGlobalFilter, table_setGrouping, table_setOptions, table_setPageIndex, table_setPageSize, table_setPagination, table_setRowPinning, table_setRowSelection, table_setSorting, table_syncExternalStateToBaseAtoms, table_toggleAllColumnsVisible, table_toggleAllPageRowsSelected, table_toggleAllRowsExpanded, table_toggleAllRowsSelected };
@@ -4,9 +4,10 @@ import { header_getContext, header_getLeafHeaders, table_getFlatHeaders, table_g
4
4
  import { row_getAllCells, row_getAllCellsByColumnId, row_getDisplayIndex, row_getLeafRows, row_getParentRow, row_getParentRows, row_getUniqueValues, row_getValue, row_renderValue, table_getRow, table_getRowId, table_getRowsInDisplayOrder } from "./core/rows/coreRowsFeature.utils.js";
5
5
  import { table_getCoreRowModel, table_getExpandedRowModel, table_getFilteredRowModel, table_getGroupedRowModel, table_getPaginatedRowModel, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSortedRowModel, table_getRowModel, table_getSortedRowModel } from "./core/row-models/coreRowModelsFeature.utils.js";
6
6
  import { table_mergeOptions, table_reset, table_setOptions, table_syncExternalStateToBaseAtoms } from "./core/table/coreTablesFeature.utils.js";
7
+ import { aggregateColumnValue, cell_getIsAggregated, column_getAggregationFns, column_getAggregationValue, column_getAutoAggregationFn, formatAggregatedCellValue, normalizeAggregationRows } from "./features/aggregation/aggregationFeature.utils.js";
7
8
  import { column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues } from "./features/column-faceting/columnFacetingFeature.utils.js";
8
9
  import { column_getAutoFilterFn, column_getCanFilter, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getIsFiltered, column_setFilterValue, getDefaultColumnFiltersState, shouldAutoRemoveFilter, table_resetColumnFilters, table_setColumnFilters } from "./features/column-filtering/columnFilteringFeature.utils.js";
9
- import { cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, column_getAggregationFn, column_getAutoAggregationFn, column_getCanGroup, column_getGroupedIndex, column_getIsGrouped, column_getToggleGroupingHandler, column_toggleGrouping, getDefaultGroupingState, row_getGroupingValue, row_getIsGrouped, table_resetGrouping, table_setGrouping } from "./features/column-grouping/columnGroupingFeature.utils.js";
10
+ import { cell_getIsGrouped, cell_getIsPlaceholder, column_getCanGroup, column_getGroupedIndex, column_getIsGrouped, column_getToggleGroupingHandler, column_toggleGrouping, getDefaultGroupingState, row_getGroupingValue, row_getIsGrouped, table_resetGrouping, table_setGrouping } from "./features/column-grouping/columnGroupingFeature.utils.js";
10
11
  import { column_getIndex, column_getIsFirstColumn, column_getIsLastColumn, getDefaultColumnOrderState, orderColumns, table_getColumnIndexes, table_getOrderColumnsFn, table_resetColumnOrder, table_setColumnOrder } from "./features/column-ordering/columnOrderingFeature.utils.js";
11
12
  import { column_getCanPin, column_getIsPinned, column_getPinnedIndex, column_pin, getDefaultColumnPinningState, row_getCenterVisibleCells, row_getEndVisibleCells, row_getStartVisibleCells, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterVisibleLeafColumns, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndVisibleLeafColumns, table_getIsSomeColumnsPinned, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartVisibleLeafColumns, table_resetColumnPinning, table_setColumnPinning } from "./features/column-pinning/columnPinningFeature.utils.js";
12
13
  import { column_getCanResize, column_getIsResizing, getDefaultColumnResizingState, header_getResizeHandler, isTouchStartEvent, passiveEventSupported, table_resetHeaderSizeInfo, table_setColumnResizing } from "./features/column-resizing/columnResizingFeature.utils.js";
@@ -18,4 +19,4 @@ import { getDefaultPaginationState, table_autoResetPageIndex, table_firstPage, t
18
19
  import { getDefaultRowPinningState, row_getCanPin, row_getIsPinned, row_getPinnedIndex, row_pin, table_getBottomRows, table_getCenterRows, table_getIsSomeRowsPinned, table_getTopRows, table_resetRowPinning, table_setRowPinning } from "./features/row-pinning/rowPinningFeature.utils.js";
19
20
  import { getDefaultRowSelectionState, isRowSelected, isSubRowSelected, row_getCanMultiSelect, row_getCanSelect, row_getCanSelectSubRows, row_getIsAllSubRowsSelected, row_getIsSelected, row_getIsSomeSelected, row_getToggleSelectedHandler, row_toggleSelected, selectRowsFn, table_getFilteredSelectedRowModel, table_getGroupedSelectedRowModel, table_getIsAllPageRowsSelected, table_getIsAllRowsSelected, table_getIsSomePageRowsSelected, table_getIsSomeRowsSelected, table_getPreSelectedRowModel, table_getSelectedRowIds, table_getSelectedRowModel, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsSelectedHandler, table_resetRowSelection, table_setRowSelection, table_toggleAllPageRowsSelected, table_toggleAllRowsSelected } from "./features/row-selection/rowSelectionFeature.utils.js";
20
21
  import { column_clearSorting, column_getAutoSortDir, column_getAutoSortFn, column_getCanMultiSort, column_getCanSort, column_getFirstSortDir, column_getIsSorted, column_getNextSortingOrder, column_getSortFn, column_getSortIndex, column_getToggleSortingHandler, column_toggleSorting, getDefaultSortingState, table_resetSorting, table_setSorting } from "./features/row-sorting/rowSortingFeature.utils.js";
21
- export { cell_getContext, cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, cell_getValue, cell_renderValue, column_clearSorting, column_getAfter, column_getAggregationFn, column_getAutoAggregationFn, column_getAutoFilterFn, column_getAutoSortDir, column_getAutoSortFn, column_getCanFilter, column_getCanGlobalFilter, column_getCanGroup, column_getCanHide, column_getCanMultiSort, column_getCanPin, column_getCanResize, column_getCanSort, column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getFirstSortDir, column_getFlatColumns, column_getGroupedIndex, column_getIndex, column_getIsFiltered, column_getIsFirstColumn, column_getIsGrouped, column_getIsLastColumn, column_getIsPinned, column_getIsResizing, column_getIsSorted, column_getIsVisible, column_getLeafColumns, column_getNextSortingOrder, column_getPinnedIndex, column_getSize, column_getSortFn, column_getSortIndex, column_getStart, column_getToggleGroupingHandler, column_getToggleSortingHandler, column_getToggleVisibilityHandler, column_pin, column_resetSize, column_setFilterValue, column_toggleGrouping, column_toggleSorting, column_toggleVisibility, getDefaultColumnFiltersState, getDefaultColumnOrderState, getDefaultColumnPinningState, getDefaultColumnResizingState, getDefaultColumnSizingColumnDef, getDefaultColumnSizingState, getDefaultColumnVisibilityState, getDefaultExpandedState, getDefaultGroupingState, getDefaultPaginationState, getDefaultRowPinningState, getDefaultRowSelectionState, getDefaultSortingState, header_getContext, header_getLeafHeaders, header_getResizeHandler, header_getSize, header_getStart, isRowSelected, isSubRowSelected, isTouchStartEvent, orderColumns, passiveEventSupported, row_getAllCells, row_getAllCellsByColumnId, row_getCanExpand, row_getCanMultiSelect, row_getCanPin, row_getCanSelect, row_getCanSelectSubRows, row_getCenterVisibleCells, row_getDisplayIndex, row_getEndVisibleCells, row_getGroupingValue, row_getIsAllParentsExpanded, row_getIsAllSubRowsSelected, row_getIsExpanded, row_getIsGrouped, row_getIsPinned, row_getIsSelected, row_getIsSomeSelected, row_getLeafRows, row_getParentRow, row_getParentRows, row_getPinnedIndex, row_getStartVisibleCells, row_getToggleExpandedHandler, row_getToggleSelectedHandler, row_getUniqueValues, row_getValue, row_getVisibleCells, row_getVisibleCellsByColumnId, row_pin, row_renderValue, row_toggleExpanded, row_toggleSelected, selectRowsFn, shouldAutoRemoveFilter, table_autoResetExpanded, table_autoResetPageIndex, table_firstPage, table_getAllColumns, table_getAllFlatColumns, table_getAllFlatColumnsById, table_getAllLeafColumns, table_getAllLeafColumnsById, table_getBottomRows, table_getCanNextPage, table_getCanPreviousPage, table_getCanSomeRowsExpand, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterRows, table_getCenterTotalSize, table_getCenterVisibleLeafColumns, table_getColumn, table_getColumnIndexes, table_getColumnOffsets, table_getCoreRowModel, table_getDefaultColumnDef, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndTotalSize, table_getEndVisibleLeafColumns, table_getExpandedDepth, table_getExpandedRowModel, table_getFilteredRowModel, table_getFilteredSelectedRowModel, table_getFlatHeaders, table_getFooterGroups, table_getGlobalAutoFilterFn, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues, table_getGlobalFilterFn, table_getGroupedRowModel, table_getGroupedSelectedRowModel, table_getHeaderGroups, table_getIsAllColumnsVisible, table_getIsAllPageRowsSelected, table_getIsAllRowsExpanded, table_getIsAllRowsSelected, table_getIsSomeColumnsPinned, table_getIsSomeColumnsVisible, table_getIsSomePageRowsSelected, table_getIsSomeRowsExpanded, table_getIsSomeRowsPinned, table_getIsSomeRowsSelected, table_getLeafHeaders, table_getOrderColumnsFn, table_getPageCount, table_getPageOptions, table_getPaginatedRowModel, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSelectedRowModel, table_getPreSortedRowModel, table_getRow, table_getRowCount, table_getRowId, table_getRowModel, table_getRowsInDisplayOrder, table_getSelectedRowIds, table_getSelectedRowModel, table_getSortedRowModel, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartTotalSize, table_getStartVisibleLeafColumns, table_getToggleAllColumnsVisibilityHandler, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsExpandedHandler, table_getToggleAllRowsSelectedHandler, table_getTopRows, table_getTotalSize, table_getVisibleFlatColumns, table_getVisibleLeafColumns, table_lastPage, table_mergeOptions, table_nextPage, table_previousPage, table_reset, table_resetColumnFilters, table_resetColumnOrder, table_resetColumnPinning, table_resetColumnSizing, table_resetColumnVisibility, table_resetExpanded, table_resetGlobalFilter, table_resetGrouping, table_resetHeaderSizeInfo, table_resetPageIndex, table_resetPageSize, table_resetPagination, table_resetRowPinning, table_resetRowSelection, table_resetSorting, table_setColumnFilters, table_setColumnOrder, table_setColumnPinning, table_setColumnResizing, table_setColumnSizing, table_setColumnVisibility, table_setExpanded, table_setGlobalFilter, table_setGrouping, table_setOptions, table_setPageIndex, table_setPageSize, table_setPagination, table_setRowPinning, table_setRowSelection, table_setSorting, table_syncExternalStateToBaseAtoms, table_toggleAllColumnsVisible, table_toggleAllPageRowsSelected, table_toggleAllRowsExpanded, table_toggleAllRowsSelected };
22
+ export { aggregateColumnValue, cell_getContext, cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, cell_getValue, cell_renderValue, column_clearSorting, column_getAfter, column_getAggregationFns, column_getAggregationValue, column_getAutoAggregationFn, column_getAutoFilterFn, column_getAutoSortDir, column_getAutoSortFn, column_getCanFilter, column_getCanGlobalFilter, column_getCanGroup, column_getCanHide, column_getCanMultiSort, column_getCanPin, column_getCanResize, column_getCanSort, column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getFirstSortDir, column_getFlatColumns, column_getGroupedIndex, column_getIndex, column_getIsFiltered, column_getIsFirstColumn, column_getIsGrouped, column_getIsLastColumn, column_getIsPinned, column_getIsResizing, column_getIsSorted, column_getIsVisible, column_getLeafColumns, column_getNextSortingOrder, column_getPinnedIndex, column_getSize, column_getSortFn, column_getSortIndex, column_getStart, column_getToggleGroupingHandler, column_getToggleSortingHandler, column_getToggleVisibilityHandler, column_pin, column_resetSize, column_setFilterValue, column_toggleGrouping, column_toggleSorting, column_toggleVisibility, formatAggregatedCellValue, getDefaultColumnFiltersState, getDefaultColumnOrderState, getDefaultColumnPinningState, getDefaultColumnResizingState, getDefaultColumnSizingColumnDef, getDefaultColumnSizingState, getDefaultColumnVisibilityState, getDefaultExpandedState, getDefaultGroupingState, getDefaultPaginationState, getDefaultRowPinningState, getDefaultRowSelectionState, getDefaultSortingState, header_getContext, header_getLeafHeaders, header_getResizeHandler, header_getSize, header_getStart, isRowSelected, isSubRowSelected, isTouchStartEvent, normalizeAggregationRows, orderColumns, passiveEventSupported, row_getAllCells, row_getAllCellsByColumnId, row_getCanExpand, row_getCanMultiSelect, row_getCanPin, row_getCanSelect, row_getCanSelectSubRows, row_getCenterVisibleCells, row_getDisplayIndex, row_getEndVisibleCells, row_getGroupingValue, row_getIsAllParentsExpanded, row_getIsAllSubRowsSelected, row_getIsExpanded, row_getIsGrouped, row_getIsPinned, row_getIsSelected, row_getIsSomeSelected, row_getLeafRows, row_getParentRow, row_getParentRows, row_getPinnedIndex, row_getStartVisibleCells, row_getToggleExpandedHandler, row_getToggleSelectedHandler, row_getUniqueValues, row_getValue, row_getVisibleCells, row_getVisibleCellsByColumnId, row_pin, row_renderValue, row_toggleExpanded, row_toggleSelected, selectRowsFn, shouldAutoRemoveFilter, table_autoResetExpanded, table_autoResetPageIndex, table_firstPage, table_getAllColumns, table_getAllFlatColumns, table_getAllFlatColumnsById, table_getAllLeafColumns, table_getAllLeafColumnsById, table_getBottomRows, table_getCanNextPage, table_getCanPreviousPage, table_getCanSomeRowsExpand, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterRows, table_getCenterTotalSize, table_getCenterVisibleLeafColumns, table_getColumn, table_getColumnIndexes, table_getColumnOffsets, table_getCoreRowModel, table_getDefaultColumnDef, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndTotalSize, table_getEndVisibleLeafColumns, table_getExpandedDepth, table_getExpandedRowModel, table_getFilteredRowModel, table_getFilteredSelectedRowModel, table_getFlatHeaders, table_getFooterGroups, table_getGlobalAutoFilterFn, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues, table_getGlobalFilterFn, table_getGroupedRowModel, table_getGroupedSelectedRowModel, table_getHeaderGroups, table_getIsAllColumnsVisible, table_getIsAllPageRowsSelected, table_getIsAllRowsExpanded, table_getIsAllRowsSelected, table_getIsSomeColumnsPinned, table_getIsSomeColumnsVisible, table_getIsSomePageRowsSelected, table_getIsSomeRowsExpanded, table_getIsSomeRowsPinned, table_getIsSomeRowsSelected, table_getLeafHeaders, table_getOrderColumnsFn, table_getPageCount, table_getPageOptions, table_getPaginatedRowModel, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSelectedRowModel, table_getPreSortedRowModel, table_getRow, table_getRowCount, table_getRowId, table_getRowModel, table_getRowsInDisplayOrder, table_getSelectedRowIds, table_getSelectedRowModel, table_getSortedRowModel, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartTotalSize, table_getStartVisibleLeafColumns, table_getToggleAllColumnsVisibilityHandler, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsExpandedHandler, table_getToggleAllRowsSelectedHandler, table_getTopRows, table_getTotalSize, table_getVisibleFlatColumns, table_getVisibleLeafColumns, table_lastPage, table_mergeOptions, table_nextPage, table_previousPage, table_reset, table_resetColumnFilters, table_resetColumnOrder, table_resetColumnPinning, table_resetColumnSizing, table_resetColumnVisibility, table_resetExpanded, table_resetGlobalFilter, table_resetGrouping, table_resetHeaderSizeInfo, table_resetPageIndex, table_resetPageSize, table_resetPagination, table_resetRowPinning, table_resetRowSelection, table_resetSorting, table_setColumnFilters, table_setColumnOrder, table_setColumnPinning, table_setColumnResizing, table_setColumnSizing, table_setColumnVisibility, table_setExpanded, table_setGlobalFilter, table_setGrouping, table_setOptions, table_setPageIndex, table_setPageSize, table_setPagination, table_setRowPinning, table_setRowSelection, table_setSorting, table_syncExternalStateToBaseAtoms, table_toggleAllColumnsVisible, table_toggleAllPageRowsSelected, table_toggleAllRowsExpanded, table_toggleAllRowsSelected };
@@ -9,8 +9,9 @@ import { table_getCoreRowModel, table_getExpandedRowModel, table_getFilteredRowM
9
9
  import { row_getAllCells, row_getAllCellsByColumnId, row_getDisplayIndex, row_getLeafRows, row_getParentRow, row_getParentRows, row_getUniqueValues, row_getValue, row_renderValue, table_getRow, table_getRowId, table_getRowsInDisplayOrder } from "./core/rows/coreRowsFeature.utils.js";
10
10
  import { table_mergeOptions, table_reset, table_setOptions, table_syncExternalStateToBaseAtoms } from "./core/table/coreTablesFeature.utils.js";
11
11
  import { column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues } from "./features/column-faceting/columnFacetingFeature.utils.js";
12
+ import { aggregateColumnValue, cell_getIsAggregated, column_getAggregationFns, column_getAggregationValue, column_getAutoAggregationFn, formatAggregatedCellValue, normalizeAggregationRows } from "./features/aggregation/aggregationFeature.utils.js";
12
13
  import { column_getAutoFilterFn, column_getCanFilter, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getIsFiltered, column_setFilterValue, getDefaultColumnFiltersState, shouldAutoRemoveFilter, table_resetColumnFilters, table_setColumnFilters } from "./features/column-filtering/columnFilteringFeature.utils.js";
13
- import { cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, column_getAggregationFn, column_getAutoAggregationFn, column_getCanGroup, column_getGroupedIndex, column_getIsGrouped, column_getToggleGroupingHandler, column_toggleGrouping, getDefaultGroupingState, row_getGroupingValue, row_getIsGrouped, table_resetGrouping, table_setGrouping } from "./features/column-grouping/columnGroupingFeature.utils.js";
14
+ import { cell_getIsGrouped, cell_getIsPlaceholder, column_getCanGroup, column_getGroupedIndex, column_getIsGrouped, column_getToggleGroupingHandler, column_toggleGrouping, getDefaultGroupingState, row_getGroupingValue, row_getIsGrouped, table_resetGrouping, table_setGrouping } from "./features/column-grouping/columnGroupingFeature.utils.js";
14
15
  import { column_getAfter, column_getSize, column_getStart, column_resetSize, getDefaultColumnSizingColumnDef, getDefaultColumnSizingState, header_getSize, header_getStart, table_getCenterTotalSize, table_getColumnOffsets, table_getEndTotalSize, table_getStartTotalSize, table_getTotalSize, table_resetColumnSizing, table_setColumnSizing } from "./features/column-sizing/columnSizingFeature.utils.js";
15
16
  import { column_getCanResize, column_getIsResizing, getDefaultColumnResizingState, header_getResizeHandler, isTouchStartEvent, passiveEventSupported, table_resetHeaderSizeInfo, table_setColumnResizing } from "./features/column-resizing/columnResizingFeature.utils.js";
16
17
  import { column_getCanGlobalFilter, table_getGlobalAutoFilterFn, table_getGlobalFilterFn, table_resetGlobalFilter, table_setGlobalFilter } from "./features/global-filtering/globalFilteringFeature.utils.js";
@@ -19,4 +20,4 @@ import { getDefaultRowPinningState, row_getCanPin, row_getIsPinned, row_getPinne
19
20
  import { getDefaultRowSelectionState, isRowSelected, isSubRowSelected, row_getCanMultiSelect, row_getCanSelect, row_getCanSelectSubRows, row_getIsAllSubRowsSelected, row_getIsSelected, row_getIsSomeSelected, row_getToggleSelectedHandler, row_toggleSelected, selectRowsFn, table_getFilteredSelectedRowModel, table_getGroupedSelectedRowModel, table_getIsAllPageRowsSelected, table_getIsAllRowsSelected, table_getIsSomePageRowsSelected, table_getIsSomeRowsSelected, table_getPreSelectedRowModel, table_getSelectedRowIds, table_getSelectedRowModel, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsSelectedHandler, table_resetRowSelection, table_setRowSelection, table_toggleAllPageRowsSelected, table_toggleAllRowsSelected } from "./features/row-selection/rowSelectionFeature.utils.js";
20
21
  import { column_clearSorting, column_getAutoSortDir, column_getAutoSortFn, column_getCanMultiSort, column_getCanSort, column_getFirstSortDir, column_getIsSorted, column_getNextSortingOrder, column_getSortFn, column_getSortIndex, column_getToggleSortingHandler, column_toggleSorting, getDefaultSortingState, table_resetSorting, table_setSorting } from "./features/row-sorting/rowSortingFeature.utils.js";
21
22
 
22
- export { cell_getContext, cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, cell_getValue, cell_renderValue, column_clearSorting, column_getAfter, column_getAggregationFn, column_getAutoAggregationFn, column_getAutoFilterFn, column_getAutoSortDir, column_getAutoSortFn, column_getCanFilter, column_getCanGlobalFilter, column_getCanGroup, column_getCanHide, column_getCanMultiSort, column_getCanPin, column_getCanResize, column_getCanSort, column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getFirstSortDir, column_getFlatColumns, column_getGroupedIndex, column_getIndex, column_getIsFiltered, column_getIsFirstColumn, column_getIsGrouped, column_getIsLastColumn, column_getIsPinned, column_getIsResizing, column_getIsSorted, column_getIsVisible, column_getLeafColumns, column_getNextSortingOrder, column_getPinnedIndex, column_getSize, column_getSortFn, column_getSortIndex, column_getStart, column_getToggleGroupingHandler, column_getToggleSortingHandler, column_getToggleVisibilityHandler, column_pin, column_resetSize, column_setFilterValue, column_toggleGrouping, column_toggleSorting, column_toggleVisibility, getDefaultColumnFiltersState, getDefaultColumnOrderState, getDefaultColumnPinningState, getDefaultColumnResizingState, getDefaultColumnSizingColumnDef, getDefaultColumnSizingState, getDefaultColumnVisibilityState, getDefaultExpandedState, getDefaultGroupingState, getDefaultPaginationState, getDefaultRowPinningState, getDefaultRowSelectionState, getDefaultSortingState, header_getContext, header_getLeafHeaders, header_getResizeHandler, header_getSize, header_getStart, isRowSelected, isSubRowSelected, isTouchStartEvent, orderColumns, passiveEventSupported, row_getAllCells, row_getAllCellsByColumnId, row_getCanExpand, row_getCanMultiSelect, row_getCanPin, row_getCanSelect, row_getCanSelectSubRows, row_getCenterVisibleCells, row_getDisplayIndex, row_getEndVisibleCells, row_getGroupingValue, row_getIsAllParentsExpanded, row_getIsAllSubRowsSelected, row_getIsExpanded, row_getIsGrouped, row_getIsPinned, row_getIsSelected, row_getIsSomeSelected, row_getLeafRows, row_getParentRow, row_getParentRows, row_getPinnedIndex, row_getStartVisibleCells, row_getToggleExpandedHandler, row_getToggleSelectedHandler, row_getUniqueValues, row_getValue, row_getVisibleCells, row_getVisibleCellsByColumnId, row_pin, row_renderValue, row_toggleExpanded, row_toggleSelected, selectRowsFn, shouldAutoRemoveFilter, table_autoResetExpanded, table_autoResetPageIndex, table_firstPage, table_getAllColumns, table_getAllFlatColumns, table_getAllFlatColumnsById, table_getAllLeafColumns, table_getAllLeafColumnsById, table_getBottomRows, table_getCanNextPage, table_getCanPreviousPage, table_getCanSomeRowsExpand, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterRows, table_getCenterTotalSize, table_getCenterVisibleLeafColumns, table_getColumn, table_getColumnIndexes, table_getColumnOffsets, table_getCoreRowModel, table_getDefaultColumnDef, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndTotalSize, table_getEndVisibleLeafColumns, table_getExpandedDepth, table_getExpandedRowModel, table_getFilteredRowModel, table_getFilteredSelectedRowModel, table_getFlatHeaders, table_getFooterGroups, table_getGlobalAutoFilterFn, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues, table_getGlobalFilterFn, table_getGroupedRowModel, table_getGroupedSelectedRowModel, table_getHeaderGroups, table_getIsAllColumnsVisible, table_getIsAllPageRowsSelected, table_getIsAllRowsExpanded, table_getIsAllRowsSelected, table_getIsSomeColumnsPinned, table_getIsSomeColumnsVisible, table_getIsSomePageRowsSelected, table_getIsSomeRowsExpanded, table_getIsSomeRowsPinned, table_getIsSomeRowsSelected, table_getLeafHeaders, table_getOrderColumnsFn, table_getPageCount, table_getPageOptions, table_getPaginatedRowModel, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSelectedRowModel, table_getPreSortedRowModel, table_getRow, table_getRowCount, table_getRowId, table_getRowModel, table_getRowsInDisplayOrder, table_getSelectedRowIds, table_getSelectedRowModel, table_getSortedRowModel, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartTotalSize, table_getStartVisibleLeafColumns, table_getToggleAllColumnsVisibilityHandler, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsExpandedHandler, table_getToggleAllRowsSelectedHandler, table_getTopRows, table_getTotalSize, table_getVisibleFlatColumns, table_getVisibleLeafColumns, table_lastPage, table_mergeOptions, table_nextPage, table_previousPage, table_reset, table_resetColumnFilters, table_resetColumnOrder, table_resetColumnPinning, table_resetColumnSizing, table_resetColumnVisibility, table_resetExpanded, table_resetGlobalFilter, table_resetGrouping, table_resetHeaderSizeInfo, table_resetPageIndex, table_resetPageSize, table_resetPagination, table_resetRowPinning, table_resetRowSelection, table_resetSorting, table_setColumnFilters, table_setColumnOrder, table_setColumnPinning, table_setColumnResizing, table_setColumnSizing, table_setColumnVisibility, table_setExpanded, table_setGlobalFilter, table_setGrouping, table_setOptions, table_setPageIndex, table_setPageSize, table_setPagination, table_setRowPinning, table_setRowSelection, table_setSorting, table_syncExternalStateToBaseAtoms, table_toggleAllColumnsVisible, table_toggleAllPageRowsSelected, table_toggleAllRowsExpanded, table_toggleAllRowsSelected };
23
+ export { aggregateColumnValue, cell_getContext, cell_getIsAggregated, cell_getIsGrouped, cell_getIsPlaceholder, cell_getValue, cell_renderValue, column_clearSorting, column_getAfter, column_getAggregationFns, column_getAggregationValue, column_getAutoAggregationFn, column_getAutoFilterFn, column_getAutoSortDir, column_getAutoSortFn, column_getCanFilter, column_getCanGlobalFilter, column_getCanGroup, column_getCanHide, column_getCanMultiSort, column_getCanPin, column_getCanResize, column_getCanSort, column_getFacetedMinMaxValues, column_getFacetedRowModel, column_getFacetedUniqueValues, column_getFilterFn, column_getFilterIndex, column_getFilterValue, column_getFirstSortDir, column_getFlatColumns, column_getGroupedIndex, column_getIndex, column_getIsFiltered, column_getIsFirstColumn, column_getIsGrouped, column_getIsLastColumn, column_getIsPinned, column_getIsResizing, column_getIsSorted, column_getIsVisible, column_getLeafColumns, column_getNextSortingOrder, column_getPinnedIndex, column_getSize, column_getSortFn, column_getSortIndex, column_getStart, column_getToggleGroupingHandler, column_getToggleSortingHandler, column_getToggleVisibilityHandler, column_pin, column_resetSize, column_setFilterValue, column_toggleGrouping, column_toggleSorting, column_toggleVisibility, formatAggregatedCellValue, getDefaultColumnFiltersState, getDefaultColumnOrderState, getDefaultColumnPinningState, getDefaultColumnResizingState, getDefaultColumnSizingColumnDef, getDefaultColumnSizingState, getDefaultColumnVisibilityState, getDefaultExpandedState, getDefaultGroupingState, getDefaultPaginationState, getDefaultRowPinningState, getDefaultRowSelectionState, getDefaultSortingState, header_getContext, header_getLeafHeaders, header_getResizeHandler, header_getSize, header_getStart, isRowSelected, isSubRowSelected, isTouchStartEvent, normalizeAggregationRows, orderColumns, passiveEventSupported, row_getAllCells, row_getAllCellsByColumnId, row_getCanExpand, row_getCanMultiSelect, row_getCanPin, row_getCanSelect, row_getCanSelectSubRows, row_getCenterVisibleCells, row_getDisplayIndex, row_getEndVisibleCells, row_getGroupingValue, row_getIsAllParentsExpanded, row_getIsAllSubRowsSelected, row_getIsExpanded, row_getIsGrouped, row_getIsPinned, row_getIsSelected, row_getIsSomeSelected, row_getLeafRows, row_getParentRow, row_getParentRows, row_getPinnedIndex, row_getStartVisibleCells, row_getToggleExpandedHandler, row_getToggleSelectedHandler, row_getUniqueValues, row_getValue, row_getVisibleCells, row_getVisibleCellsByColumnId, row_pin, row_renderValue, row_toggleExpanded, row_toggleSelected, selectRowsFn, shouldAutoRemoveFilter, table_autoResetExpanded, table_autoResetPageIndex, table_firstPage, table_getAllColumns, table_getAllFlatColumns, table_getAllFlatColumnsById, table_getAllLeafColumns, table_getAllLeafColumnsById, table_getBottomRows, table_getCanNextPage, table_getCanPreviousPage, table_getCanSomeRowsExpand, table_getCenterFlatHeaders, table_getCenterFooterGroups, table_getCenterHeaderGroups, table_getCenterLeafColumns, table_getCenterLeafHeaders, table_getCenterRows, table_getCenterTotalSize, table_getCenterVisibleLeafColumns, table_getColumn, table_getColumnIndexes, table_getColumnOffsets, table_getCoreRowModel, table_getDefaultColumnDef, table_getEndFlatHeaders, table_getEndFooterGroups, table_getEndHeaderGroups, table_getEndLeafColumns, table_getEndLeafHeaders, table_getEndTotalSize, table_getEndVisibleLeafColumns, table_getExpandedDepth, table_getExpandedRowModel, table_getFilteredRowModel, table_getFilteredSelectedRowModel, table_getFlatHeaders, table_getFooterGroups, table_getGlobalAutoFilterFn, table_getGlobalFacetedMinMaxValues, table_getGlobalFacetedRowModel, table_getGlobalFacetedUniqueValues, table_getGlobalFilterFn, table_getGroupedRowModel, table_getGroupedSelectedRowModel, table_getHeaderGroups, table_getIsAllColumnsVisible, table_getIsAllPageRowsSelected, table_getIsAllRowsExpanded, table_getIsAllRowsSelected, table_getIsSomeColumnsPinned, table_getIsSomeColumnsVisible, table_getIsSomePageRowsSelected, table_getIsSomeRowsExpanded, table_getIsSomeRowsPinned, table_getIsSomeRowsSelected, table_getLeafHeaders, table_getOrderColumnsFn, table_getPageCount, table_getPageOptions, table_getPaginatedRowModel, table_getPinnedLeafColumns, table_getPinnedVisibleLeafColumns, table_getPreExpandedRowModel, table_getPreFilteredRowModel, table_getPreGroupedRowModel, table_getPrePaginatedRowModel, table_getPreSelectedRowModel, table_getPreSortedRowModel, table_getRow, table_getRowCount, table_getRowId, table_getRowModel, table_getRowsInDisplayOrder, table_getSelectedRowIds, table_getSelectedRowModel, table_getSortedRowModel, table_getStartFlatHeaders, table_getStartFooterGroups, table_getStartHeaderGroups, table_getStartLeafColumns, table_getStartLeafHeaders, table_getStartTotalSize, table_getStartVisibleLeafColumns, table_getToggleAllColumnsVisibilityHandler, table_getToggleAllPageRowsSelectedHandler, table_getToggleAllRowsExpandedHandler, table_getToggleAllRowsSelectedHandler, table_getTopRows, table_getTotalSize, table_getVisibleFlatColumns, table_getVisibleLeafColumns, table_lastPage, table_mergeOptions, table_nextPage, table_previousPage, table_reset, table_resetColumnFilters, table_resetColumnOrder, table_resetColumnPinning, table_resetColumnSizing, table_resetColumnVisibility, table_resetExpanded, table_resetGlobalFilter, table_resetGrouping, table_resetHeaderSizeInfo, table_resetPageIndex, table_resetPageSize, table_resetPagination, table_resetRowPinning, table_resetRowSelection, table_resetSorting, table_setColumnFilters, table_setColumnOrder, table_setColumnPinning, table_setColumnResizing, table_setColumnSizing, table_setColumnVisibility, table_setExpanded, table_setGlobalFilter, table_setGrouping, table_setOptions, table_setPageIndex, table_setPageSize, table_setPagination, table_setRowPinning, table_setRowSelection, table_setSorting, table_syncExternalStateToBaseAtoms, table_toggleAllColumnsVisible, table_toggleAllPageRowsSelected, table_toggleAllRowsExpanded, table_toggleAllRowsSelected };
@@ -1,11 +1,13 @@
1
1
  import { CellData, RowData } from "./type-utils.cjs";
2
- import { Cell_Cell } from "../core/cells/coreCellsFeature.types.cjs";
3
2
  import { Cell_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
3
+ import { Cell_Cell } from "../core/cells/coreCellsFeature.types.cjs";
4
+ import { Cell_Aggregation } from "../features/aggregation/aggregationFeature.types.cjs";
4
5
  import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.cjs";
5
6
 
6
7
  //#region src/types/Cell.d.ts
7
8
  interface Cell_Core<in out TFeatures extends TableFeatures, in out TData extends RowData, TValue extends CellData = CellData> extends Cell_Cell<TFeatures, TData, TValue> {}
8
9
  interface Cell_FeatureMap {
10
+ aggregationFeature: Cell_Aggregation;
9
11
  columnGroupingFeature: Cell_ColumnGrouping;
10
12
  }
11
13
  type Cell<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap>;
@@ -1,11 +1,13 @@
1
1
  import { CellData, RowData } from "./type-utils.js";
2
- import { Cell_Cell } from "../core/cells/coreCellsFeature.types.js";
3
2
  import { Cell_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
3
+ import { Cell_Cell } from "../core/cells/coreCellsFeature.types.js";
4
+ import { Cell_Aggregation } from "../features/aggregation/aggregationFeature.types.js";
4
5
  import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.js";
5
6
 
6
7
  //#region src/types/Cell.d.ts
7
8
  interface Cell_Core<in out TFeatures extends TableFeatures, in out TData extends RowData, TValue extends CellData = CellData> extends Cell_Cell<TFeatures, TData, TValue> {}
8
9
  interface Cell_FeatureMap {
10
+ aggregationFeature: Cell_Aggregation;
9
11
  columnGroupingFeature: Cell_ColumnGrouping;
10
12
  }
11
13
  type Cell<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap>;
@@ -1,11 +1,12 @@
1
1
  import { RowData } from "./type-utils.cjs";
2
+ import { Column_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
2
3
  import { Column_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.cjs";
3
4
  import { Column_ColumnSizing } from "../features/column-sizing/columnSizingFeature.types.cjs";
4
5
  import { Column_ColumnResizing } from "../features/column-resizing/columnResizingFeature.types.cjs";
5
6
  import { Column_GlobalFiltering } from "../features/global-filtering/globalFilteringFeature.types.cjs";
6
7
  import { Column_RowSorting } from "../features/row-sorting/rowSortingFeature.types.cjs";
7
8
  import { ColumnDefBase_All } from "./ColumnDef.cjs";
8
- import { Column_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
9
+ import { Column_Aggregation } from "../features/aggregation/aggregationFeature.types.cjs";
9
10
  import { Column_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.cjs";
10
11
  import { Column_ColumnFiltering } from "../features/column-filtering/columnFilteringFeature.types.cjs";
11
12
  import { Column_ColumnFaceting } from "../features/column-faceting/columnFacetingFeature.types.cjs";
@@ -17,9 +18,10 @@ import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.cjs";
17
18
  //#region src/types/Column.d.ts
18
19
  interface Column_Core<in out TFeatures extends TableFeatures, in out TData extends RowData, TValue = unknown> extends Column_Column<TFeatures, TData, TValue> {}
19
20
  interface Column_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData> {
21
+ aggregationFeature: Column_Aggregation<TFeatures, TData>;
20
22
  columnFacetingFeature: Column_ColumnFaceting<TFeatures, TData>;
21
23
  columnFilteringFeature: Column_ColumnFiltering<TFeatures, TData>;
22
- columnGroupingFeature: Column_ColumnGrouping<TFeatures, TData>;
24
+ columnGroupingFeature: Column_ColumnGrouping;
23
25
  columnOrderingFeature: Column_ColumnOrdering;
24
26
  columnPinningFeature: Column_ColumnPinning;
25
27
  columnResizingFeature: Column_ColumnResizing;
@@ -1,11 +1,12 @@
1
1
  import { RowData } from "./type-utils.js";
2
+ import { Column_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
2
3
  import { Column_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.js";
3
4
  import { Column_ColumnSizing } from "../features/column-sizing/columnSizingFeature.types.js";
4
5
  import { Column_ColumnResizing } from "../features/column-resizing/columnResizingFeature.types.js";
5
6
  import { Column_GlobalFiltering } from "../features/global-filtering/globalFilteringFeature.types.js";
6
7
  import { Column_RowSorting } from "../features/row-sorting/rowSortingFeature.types.js";
7
8
  import { ColumnDefBase_All } from "./ColumnDef.js";
8
- import { Column_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
9
+ import { Column_Aggregation } from "../features/aggregation/aggregationFeature.types.js";
9
10
  import { Column_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.js";
10
11
  import { Column_ColumnFiltering } from "../features/column-filtering/columnFilteringFeature.types.js";
11
12
  import { Column_ColumnFaceting } from "../features/column-faceting/columnFacetingFeature.types.js";
@@ -17,9 +18,10 @@ import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.js";
17
18
  //#region src/types/Column.d.ts
18
19
  interface Column_Core<in out TFeatures extends TableFeatures, in out TData extends RowData, TValue = unknown> extends Column_Column<TFeatures, TData, TValue> {}
19
20
  interface Column_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData> {
21
+ aggregationFeature: Column_Aggregation<TFeatures, TData>;
20
22
  columnFacetingFeature: Column_ColumnFaceting<TFeatures, TData>;
21
23
  columnFilteringFeature: Column_ColumnFiltering<TFeatures, TData>;
22
- columnGroupingFeature: Column_ColumnGrouping<TFeatures, TData>;
24
+ columnGroupingFeature: Column_ColumnGrouping;
23
25
  columnOrderingFeature: Column_ColumnOrdering;
24
26
  columnPinningFeature: Column_ColumnPinning;
25
27
  columnResizingFeature: Column_ColumnResizing;
@@ -1,4 +1,5 @@
1
1
  import { CellData, RowData, UnionToIntersection } from "./type-utils.cjs";
2
+ import { ColumnDef_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
2
3
  import { CellContext } from "../core/cells/coreCellsFeature.types.cjs";
3
4
  import { ColumnDef_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.cjs";
4
5
  import { ColumnDef_ColumnSizing } from "../features/column-sizing/columnSizingFeature.types.cjs";
@@ -6,7 +7,7 @@ import { ColumnDef_ColumnResizing } from "../features/column-resizing/columnResi
6
7
  import { HeaderContext } from "../core/headers/coreHeadersFeature.types.cjs";
7
8
  import { ColumnDef_GlobalFiltering } from "../features/global-filtering/globalFilteringFeature.types.cjs";
8
9
  import { ColumnDef_RowSorting } from "../features/row-sorting/rowSortingFeature.types.cjs";
9
- import { ColumnDef_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
10
+ import { ColumnDef_Aggregation } from "../features/aggregation/aggregationFeature.types.cjs";
10
11
  import { ColumnDef_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.cjs";
11
12
  import { ColumnDef_ColumnFiltering } from "../features/column-filtering/columnFilteringFeature.types.cjs";
12
13
  import { ExtractFeatureMapTypes, IsAny, TableFeatures } from "./TableFeatures.cjs";
@@ -84,17 +85,18 @@ interface ColumnDefBase_Core<TFeatures extends TableFeatures, TData extends RowD
84
85
  meta?: ExtractColumnMeta<TFeatures, TData, TValue>;
85
86
  }
86
87
  interface ColumnDef_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData, TValue extends CellData> {
88
+ aggregationFeature: ColumnDef_Aggregation<TFeatures, TData, TValue>;
87
89
  columnVisibilityFeature: ColumnDef_ColumnVisibility;
88
90
  columnPinningFeature: ColumnDef_ColumnPinning;
89
91
  columnFilteringFeature: ColumnDef_ColumnFiltering<TFeatures, TData>;
90
92
  globalFilteringFeature: ColumnDef_GlobalFiltering;
91
93
  rowSortingFeature: ColumnDef_RowSorting<TFeatures, TData>;
92
- columnGroupingFeature: ColumnDef_ColumnGrouping<TFeatures, TData, TValue>;
94
+ columnGroupingFeature: ColumnDef_ColumnGrouping<TFeatures, TData>;
93
95
  columnSizingFeature: ColumnDef_ColumnSizing;
94
96
  columnResizingFeature: ColumnDef_ColumnResizing;
95
97
  }
96
98
  type ColumnDefBase<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, ColumnDef_FeatureMap<TFeatures, TData, TValue>>;
97
- type ColumnDefBase_All<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase_Core<TFeatures, TData, TValue> & Partial<ColumnDef_ColumnVisibility & ColumnDef_ColumnPinning & ColumnDef_ColumnFiltering<TFeatures, TData> & ColumnDef_GlobalFiltering & ColumnDef_RowSorting<TFeatures, TData> & ColumnDef_ColumnGrouping<TFeatures, TData, TValue> & ColumnDef_ColumnSizing & ColumnDef_ColumnResizing>;
99
+ type ColumnDefBase_All<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase_Core<TFeatures, TData, TValue> & Partial<ColumnDef_Aggregation<TFeatures, TData, TValue> & ColumnDef_ColumnVisibility & ColumnDef_ColumnPinning & ColumnDef_ColumnFiltering<TFeatures, TData> & ColumnDef_GlobalFiltering & ColumnDef_RowSorting<TFeatures, TData> & ColumnDef_ColumnGrouping<TFeatures, TData> & ColumnDef_ColumnSizing & ColumnDef_ColumnResizing>;
98
100
  type IdentifiedColumnDef<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase<TFeatures, TData, TValue> & {
99
101
  id?: string;
100
102
  header?: StringOrTemplateHeader<TFeatures, TData, TValue>;
@@ -1,4 +1,5 @@
1
1
  import { CellData, RowData, UnionToIntersection } from "./type-utils.js";
2
+ import { ColumnDef_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
2
3
  import { CellContext } from "../core/cells/coreCellsFeature.types.js";
3
4
  import { ColumnDef_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.js";
4
5
  import { ColumnDef_ColumnSizing } from "../features/column-sizing/columnSizingFeature.types.js";
@@ -6,7 +7,7 @@ import { ColumnDef_ColumnResizing } from "../features/column-resizing/columnResi
6
7
  import { HeaderContext } from "../core/headers/coreHeadersFeature.types.js";
7
8
  import { ColumnDef_GlobalFiltering } from "../features/global-filtering/globalFilteringFeature.types.js";
8
9
  import { ColumnDef_RowSorting } from "../features/row-sorting/rowSortingFeature.types.js";
9
- import { ColumnDef_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
10
+ import { ColumnDef_Aggregation } from "../features/aggregation/aggregationFeature.types.js";
10
11
  import { ColumnDef_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.js";
11
12
  import { ColumnDef_ColumnFiltering } from "../features/column-filtering/columnFilteringFeature.types.js";
12
13
  import { ExtractFeatureMapTypes, IsAny, TableFeatures } from "./TableFeatures.js";
@@ -84,17 +85,18 @@ interface ColumnDefBase_Core<TFeatures extends TableFeatures, TData extends RowD
84
85
  meta?: ExtractColumnMeta<TFeatures, TData, TValue>;
85
86
  }
86
87
  interface ColumnDef_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData, TValue extends CellData> {
88
+ aggregationFeature: ColumnDef_Aggregation<TFeatures, TData, TValue>;
87
89
  columnVisibilityFeature: ColumnDef_ColumnVisibility;
88
90
  columnPinningFeature: ColumnDef_ColumnPinning;
89
91
  columnFilteringFeature: ColumnDef_ColumnFiltering<TFeatures, TData>;
90
92
  globalFilteringFeature: ColumnDef_GlobalFiltering;
91
93
  rowSortingFeature: ColumnDef_RowSorting<TFeatures, TData>;
92
- columnGroupingFeature: ColumnDef_ColumnGrouping<TFeatures, TData, TValue>;
94
+ columnGroupingFeature: ColumnDef_ColumnGrouping<TFeatures, TData>;
93
95
  columnSizingFeature: ColumnDef_ColumnSizing;
94
96
  columnResizingFeature: ColumnDef_ColumnResizing;
95
97
  }
96
98
  type ColumnDefBase<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, ColumnDef_FeatureMap<TFeatures, TData, TValue>>;
97
- type ColumnDefBase_All<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase_Core<TFeatures, TData, TValue> & Partial<ColumnDef_ColumnVisibility & ColumnDef_ColumnPinning & ColumnDef_ColumnFiltering<TFeatures, TData> & ColumnDef_GlobalFiltering & ColumnDef_RowSorting<TFeatures, TData> & ColumnDef_ColumnGrouping<TFeatures, TData, TValue> & ColumnDef_ColumnSizing & ColumnDef_ColumnResizing>;
99
+ type ColumnDefBase_All<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase_Core<TFeatures, TData, TValue> & Partial<ColumnDef_Aggregation<TFeatures, TData, TValue> & ColumnDef_ColumnVisibility & ColumnDef_ColumnPinning & ColumnDef_ColumnFiltering<TFeatures, TData> & ColumnDef_GlobalFiltering & ColumnDef_RowSorting<TFeatures, TData> & ColumnDef_ColumnGrouping<TFeatures, TData> & ColumnDef_ColumnSizing & ColumnDef_ColumnResizing>;
98
100
  type IdentifiedColumnDef<TFeatures extends TableFeatures, TData extends RowData, TValue extends CellData = CellData> = ColumnDefBase<TFeatures, TData, TValue> & {
99
101
  id?: string;
100
102
  header?: StringOrTemplateHeader<TFeatures, TData, TValue>;
@@ -1,6 +1,7 @@
1
1
  import { RowData } from "./type-utils.cjs";
2
- import { Row_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.cjs";
3
2
  import { Row_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
3
+ import { Row_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.cjs";
4
+ import { Row_Aggregation } from "../features/aggregation/aggregationFeature.types.cjs";
4
5
  import { Row_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.cjs";
5
6
  import { Row_RowExpanding } from "../features/row-expanding/rowExpandingFeature.types.cjs";
6
7
  import { Row_RowPinning } from "../features/row-pinning/rowPinningFeature.types.cjs";
@@ -12,6 +13,7 @@ import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.cjs";
12
13
  //#region src/types/Row.d.ts
13
14
  interface Row_Core<in out TFeatures extends TableFeatures, in out TData extends RowData> extends Row_Row<TFeatures, TData> {}
14
15
  interface Row_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData> {
16
+ aggregationFeature: Row_Aggregation;
15
17
  columnFilteringFeature: Row_ColumnFiltering<TFeatures, TData>;
16
18
  columnGroupingFeature: Row_ColumnGrouping;
17
19
  columnPinningFeature: Row_ColumnPinning<TFeatures, TData>;
@@ -1,6 +1,7 @@
1
1
  import { RowData } from "./type-utils.js";
2
- import { Row_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.js";
3
2
  import { Row_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
3
+ import { Row_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.js";
4
+ import { Row_Aggregation } from "../features/aggregation/aggregationFeature.types.js";
4
5
  import { Row_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.js";
5
6
  import { Row_RowExpanding } from "../features/row-expanding/rowExpandingFeature.types.js";
6
7
  import { Row_RowPinning } from "../features/row-pinning/rowPinningFeature.types.js";
@@ -12,6 +13,7 @@ import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.js";
12
13
  //#region src/types/Row.d.ts
13
14
  interface Row_Core<in out TFeatures extends TableFeatures, in out TData extends RowData> extends Row_Row<TFeatures, TData> {}
14
15
  interface Row_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData> {
16
+ aggregationFeature: Row_Aggregation;
15
17
  columnFilteringFeature: Row_ColumnFiltering<TFeatures, TData>;
16
18
  columnGroupingFeature: Row_ColumnGrouping;
17
19
  columnPinningFeature: Row_ColumnPinning<TFeatures, TData>;
@@ -1,6 +1,6 @@
1
1
  import { RowData } from "./type-utils.cjs";
2
- import { CachedRowModel_Sorted } from "../features/row-sorting/rowSortingFeature.types.cjs";
3
2
  import { CachedRowModel_Grouped } from "../features/column-grouping/columnGroupingFeature.types.cjs";
3
+ import { CachedRowModel_Sorted } from "../features/row-sorting/rowSortingFeature.types.cjs";
4
4
  import { CachedRowModel_Expanded } from "../features/row-expanding/rowExpandingFeature.types.cjs";
5
5
  import { CachedRowModel_Filtered } from "../features/column-filtering/columnFilteringFeature.types.cjs";
6
6
  import { CachedRowModel_Paginated } from "../features/row-pagination/rowPaginationFeature.types.cjs";
@@ -1,6 +1,6 @@
1
1
  import { RowData } from "./type-utils.js";
2
- import { CachedRowModel_Sorted } from "../features/row-sorting/rowSortingFeature.types.js";
3
2
  import { CachedRowModel_Grouped } from "../features/column-grouping/columnGroupingFeature.types.js";
3
+ import { CachedRowModel_Sorted } from "../features/row-sorting/rowSortingFeature.types.js";
4
4
  import { CachedRowModel_Expanded } from "../features/row-expanding/rowExpandingFeature.types.js";
5
5
  import { CachedRowModel_Filtered } from "../features/column-filtering/columnFilteringFeature.types.js";
6
6
  import { CachedRowModel_Paginated } from "../features/row-pagination/rowPaginationFeature.types.js";
@@ -1,18 +1,18 @@
1
1
  import { RowData } from "./type-utils.cjs";
2
2
  import { RowModelFns_RowSorting } from "../features/row-sorting/rowSortingFeature.types.cjs";
3
- import { RowModelFns_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
3
+ import { RowModelFns_Aggregation } from "../features/aggregation/aggregationFeature.types.cjs";
4
4
  import { RowModelFns_ColumnFiltering } from "../features/column-filtering/columnFilteringFeature.types.cjs";
5
5
  import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.cjs";
6
6
 
7
7
  //#region src/types/RowModelFns.d.ts
8
8
  interface RowModelFns_Core {}
9
9
  interface RowModelFns_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData> {
10
+ aggregationFeature: RowModelFns_Aggregation<TFeatures, TData>;
10
11
  columnFilteringFeature: RowModelFns_ColumnFiltering<TFeatures, TData>;
11
- columnGroupingFeature: RowModelFns_ColumnGrouping<TFeatures, TData>;
12
12
  rowSortingFeature: RowModelFns_RowSorting<TFeatures, TData>;
13
13
  }
14
14
  type RowModelFns<TFeatures extends TableFeatures, TData extends RowData> = Partial<ExtractFeatureMapTypes<TFeatures, RowModelFns_FeatureMap<TFeatures, TData>>>;
15
- interface RowModelFns_All<in out TFeatures extends TableFeatures, in out TData extends RowData> extends Partial<RowModelFns_ColumnFiltering<TFeatures, TData> & RowModelFns_ColumnGrouping<TFeatures, TData> & RowModelFns_RowSorting<TFeatures, TData>> {}
15
+ interface RowModelFns_All<in out TFeatures extends TableFeatures, in out TData extends RowData> extends Partial<RowModelFns_ColumnFiltering<TFeatures, TData> & RowModelFns_Aggregation<TFeatures, TData> & RowModelFns_RowSorting<TFeatures, TData>> {}
16
16
  //#endregion
17
17
  export { RowModelFns, RowModelFns_All, RowModelFns_Core, RowModelFns_FeatureMap };
18
18
  //# sourceMappingURL=RowModelFns.d.cts.map
@@ -1,18 +1,18 @@
1
1
  import { RowData } from "./type-utils.js";
2
2
  import { RowModelFns_RowSorting } from "../features/row-sorting/rowSortingFeature.types.js";
3
- import { RowModelFns_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
3
+ import { RowModelFns_Aggregation } from "../features/aggregation/aggregationFeature.types.js";
4
4
  import { RowModelFns_ColumnFiltering } from "../features/column-filtering/columnFilteringFeature.types.js";
5
5
  import { ExtractFeatureMapTypes, TableFeatures } from "./TableFeatures.js";
6
6
 
7
7
  //#region src/types/RowModelFns.d.ts
8
8
  interface RowModelFns_Core {}
9
9
  interface RowModelFns_FeatureMap<in out TFeatures extends TableFeatures, in out TData extends RowData> {
10
+ aggregationFeature: RowModelFns_Aggregation<TFeatures, TData>;
10
11
  columnFilteringFeature: RowModelFns_ColumnFiltering<TFeatures, TData>;
11
- columnGroupingFeature: RowModelFns_ColumnGrouping<TFeatures, TData>;
12
12
  rowSortingFeature: RowModelFns_RowSorting<TFeatures, TData>;
13
13
  }
14
14
  type RowModelFns<TFeatures extends TableFeatures, TData extends RowData> = Partial<ExtractFeatureMapTypes<TFeatures, RowModelFns_FeatureMap<TFeatures, TData>>>;
15
- interface RowModelFns_All<in out TFeatures extends TableFeatures, in out TData extends RowData> extends Partial<RowModelFns_ColumnFiltering<TFeatures, TData> & RowModelFns_ColumnGrouping<TFeatures, TData> & RowModelFns_RowSorting<TFeatures, TData>> {}
15
+ interface RowModelFns_All<in out TFeatures extends TableFeatures, in out TData extends RowData> extends Partial<RowModelFns_ColumnFiltering<TFeatures, TData> & RowModelFns_Aggregation<TFeatures, TData> & RowModelFns_RowSorting<TFeatures, TData>> {}
16
16
  //#endregion
17
17
  export { RowModelFns, RowModelFns_All, RowModelFns_Core, RowModelFns_FeatureMap };
18
18
  //# sourceMappingURL=RowModelFns.d.ts.map
@@ -1,11 +1,11 @@
1
1
  import { RowData } from "./type-utils.cjs";
2
+ import { Table_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
2
3
  import { Table_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.cjs";
3
4
  import { Table_ColumnSizing } from "../features/column-sizing/columnSizingFeature.types.cjs";
4
5
  import { Table_ColumnResizing } from "../features/column-resizing/columnResizingFeature.types.cjs";
5
6
  import { Table_Headers } from "../core/headers/coreHeadersFeature.types.cjs";
6
7
  import { Table_GlobalFiltering } from "../features/global-filtering/globalFilteringFeature.types.cjs";
7
8
  import { Table_RowSorting } from "../features/row-sorting/rowSortingFeature.types.cjs";
8
- import { Table_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.cjs";
9
9
  import { Table_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.cjs";
10
10
  import { Table_RowExpanding } from "../features/row-expanding/rowExpandingFeature.types.cjs";
11
11
  import { Table_RowPinning } from "../features/row-pinning/rowPinningFeature.types.cjs";
@@ -1,11 +1,11 @@
1
1
  import { RowData } from "./type-utils.js";
2
+ import { Table_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
2
3
  import { Table_ColumnPinning } from "../features/column-pinning/columnPinningFeature.types.js";
3
4
  import { Table_ColumnSizing } from "../features/column-sizing/columnSizingFeature.types.js";
4
5
  import { Table_ColumnResizing } from "../features/column-resizing/columnResizingFeature.types.js";
5
6
  import { Table_Headers } from "../core/headers/coreHeadersFeature.types.js";
6
7
  import { Table_GlobalFiltering } from "../features/global-filtering/globalFilteringFeature.types.js";
7
8
  import { Table_RowSorting } from "../features/row-sorting/rowSortingFeature.types.js";
8
- import { Table_ColumnGrouping } from "../features/column-grouping/columnGroupingFeature.types.js";
9
9
  import { Table_ColumnVisibility } from "../features/column-visibility/columnVisibilityFeature.types.js";
10
10
  import { Table_RowExpanding } from "../features/row-expanding/rowExpandingFeature.types.js";
11
11
  import { Table_RowPinning } from "../features/row-pinning/rowPinningFeature.types.js";
@@ -2,7 +2,7 @@ import { CellData, RowData, UnionToIntersection } from "./type-utils.cjs";
2
2
  import { CoreFeatures } from "../core/coreFeatures.cjs";
3
3
  import { SortFn } from "../features/row-sorting/rowSortingFeature.types.cjs";
4
4
  import { ColumnDefBase_All } from "./ColumnDef.cjs";
5
- import { AggregationFn } from "../features/column-grouping/columnGroupingFeature.types.cjs";
5
+ import { AggregationFnDef } from "../features/aggregation/aggregationFeature.types.cjs";
6
6
  import { Row } from "./Row.cjs";
7
7
  import { FilterFn } from "../features/column-filtering/columnFilteringFeature.types.cjs";
8
8
  import { RowModel } from "../core/row-models/coreRowModelsFeature.types.cjs";
@@ -61,9 +61,9 @@ type NonFeatureKeys = 'aggregationFns' | 'columnMeta' | 'coreRowModel' | 'expand
61
61
  */
62
62
  interface FeatureSlotPrereqs {
63
63
  /**
64
- * Named aggregation functions are only meaningful when grouping is enabled.
64
+ * Named aggregation functions require the independent aggregation feature.
65
65
  */
66
- aggregationFns: 'columnGroupingFeature';
66
+ aggregationFns: 'aggregationFeature';
67
67
  /**
68
68
  * Column resizing builds on the column sizing state and APIs.
69
69
  */
@@ -146,7 +146,7 @@ interface TableFeatures extends Partial<CoreFeatures>, Partial<StockFeatures>, P
146
146
  * Spreading the exported `aggregationFns` registry also works, but puts
147
147
  * every built-in aggregation function in your bundle.
148
148
  */
149
- aggregationFns?: Record<string, AggregationFn<any, any>>;
149
+ aggregationFns?: Record<string, AggregationFnDef<any, any, any, any>>;
150
150
  /**
151
151
  * Type-only slot for declaring the type of `columnDef.meta` for all columns
152
152
  * of this table.