@tanstack/table-core 8.3.4 → 8.3.5
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.
- package/build/cjs/index.js +2 -0
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.js +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +312 -306
- package/build/types/index.d.ts +2 -1
- package/build/umd/index.development.js +1 -0
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/build/cjs/index.js
CHANGED
|
@@ -16,6 +16,7 @@ var table = require('./core/table.js');
|
|
|
16
16
|
var column = require('./core/column.js');
|
|
17
17
|
var headers = require('./core/headers.js');
|
|
18
18
|
var row = require('./core/row.js');
|
|
19
|
+
var cell = require('./core/cell.js');
|
|
19
20
|
var ColumnSizing = require('./features/ColumnSizing.js');
|
|
20
21
|
var Expanding = require('./features/Expanding.js');
|
|
21
22
|
var Filters = require('./features/Filters.js');
|
|
@@ -48,6 +49,7 @@ exports.createColumn = column.createColumn;
|
|
|
48
49
|
exports.Headers = headers.Headers;
|
|
49
50
|
exports.buildHeaderGroups = headers.buildHeaderGroups;
|
|
50
51
|
exports.createRow = row.createRow;
|
|
52
|
+
exports.createCell = cell.createCell;
|
|
51
53
|
exports.ColumnSizing = ColumnSizing.ColumnSizing;
|
|
52
54
|
exports.defaultColumnSizing = ColumnSizing.defaultColumnSizing;
|
|
53
55
|
exports.passiveEventSupported = ColumnSizing.passiveEventSupported;
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/build/esm/index.js
CHANGED
|
@@ -3848,5 +3848,5 @@ function getPaginationRowModel(opts) {
|
|
|
3848
3848
|
});
|
|
3849
3849
|
}
|
|
3850
3850
|
|
|
3851
|
-
export { ColumnSizing, Expanding, Filters, Grouping, Headers, Ordering, Pagination, Pinning, RowSelection, Sorting, Visibility, aggregationFns, buildHeaderGroups, createColumn, createColumnHelper, createRow, createTable, defaultColumnSizing, expandRows, filterFns, flattenBy, functionalUpdate, getCoreRowModel, getExpandedRowModel, getFacetedMinMaxValues, getFacetedRowModel, getFacetedUniqueValues, getFilteredRowModel, getGroupedRowModel, getPaginationRowModel, getSortedRowModel, isFunction, isRowSelected, isSubRowSelected, makeStateUpdater, memo, noop, orderColumns, passiveEventSupported, reSplitAlphaNumeric, selectRowsFn, shouldAutoRemoveFilter, sortingFns };
|
|
3851
|
+
export { ColumnSizing, Expanding, Filters, Grouping, Headers, Ordering, Pagination, Pinning, RowSelection, Sorting, Visibility, aggregationFns, buildHeaderGroups, createCell, createColumn, createColumnHelper, createRow, createTable, defaultColumnSizing, expandRows, filterFns, flattenBy, functionalUpdate, getCoreRowModel, getExpandedRowModel, getFacetedMinMaxValues, getFacetedRowModel, getFacetedUniqueValues, getFilteredRowModel, getGroupedRowModel, getPaginationRowModel, getSortedRowModel, isFunction, isRowSelected, isSubRowSelected, makeStateUpdater, memo, noop, orderColumns, passiveEventSupported, reSplitAlphaNumeric, selectRowsFn, shouldAutoRemoveFilter, sortingFns };
|
|
3852
3852
|
//# sourceMappingURL=index.js.map
|
package/build/stats-html.html
CHANGED
|
@@ -4014,7 +4014,7 @@ var drawChart = (function (exports) {
|
|
|
4014
4014
|
</script>
|
|
4015
4015
|
<script>
|
|
4016
4016
|
/*<!--*/
|
|
4017
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages/table-core/src","children":[{"uid":"8779-1","name":"utils.ts"},{"name":"core","children":[{"uid":"8779-3","name":"column.ts"},{"uid":"8779-5","name":"headers.ts"},{"uid":"8779-33","name":"table.ts"},{"uid":"8779-35","name":"cell.ts"},{"uid":"8779-37","name":"row.ts"}]},{"name":"features","children":[{"uid":"8779-7","name":"ColumnSizing.ts"},{"uid":"8779-9","name":"Expanding.ts"},{"uid":"8779-13","name":"Filters.ts"},{"uid":"8779-17","name":"Grouping.ts"},{"uid":"8779-19","name":"Ordering.ts"},{"uid":"8779-21","name":"Pagination.ts"},{"uid":"8779-23","name":"Pinning.ts"},{"uid":"8779-25","name":"RowSelection.ts"},{"uid":"8779-29","name":"Sorting.ts"},{"uid":"8779-31","name":"Visibility.ts"}]},{"uid":"8779-11","name":"filterFns.ts"},{"uid":"8779-15","name":"aggregationFns.ts"},{"uid":"8779-27","name":"sortingFns.ts"},{"uid":"8779-39","name":"columnHelper.ts"},{"name":"utils","children":[{"uid":"8779-41","name":"getCoreRowModel.ts"},{"uid":"8779-43","name":"filterRowsUtils.ts"},{"uid":"8779-45","name":"getFilteredRowModel.ts"},{"uid":"8779-47","name":"getFacetedRowModel.ts"},{"uid":"8779-49","name":"getFacetedUniqueValues.ts"},{"uid":"8779-51","name":"getFacetedMinMaxValues.ts"},{"uid":"8779-53","name":"getSortedRowModel.ts"},{"uid":"8779-55","name":"getGroupedRowModel.ts"},{"uid":"8779-57","name":"getExpandedRowModel.ts"},{"uid":"8779-59","name":"getPaginationRowModel.ts"}]},{"uid":"8779-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"8779-1":{"renderedLength":2290,"gzipLength":843,"brotliLength":0,"mainUid":"8779-0"},"8779-3":{"renderedLength":2682,"gzipLength":862,"brotliLength":0,"mainUid":"8779-2"},"8779-5":{"renderedLength":15536,"gzipLength":2605,"brotliLength":0,"mainUid":"8779-4"},"8779-7":{"renderedLength":9960,"gzipLength":2215,"brotliLength":0,"mainUid":"8779-6"},"8779-9":{"renderedLength":5642,"gzipLength":1336,"brotliLength":0,"mainUid":"8779-8"},"8779-11":{"renderedLength":3252,"gzipLength":764,"brotliLength":0,"mainUid":"8779-10"},"8779-13":{"renderedLength":9853,"gzipLength":1846,"brotliLength":0,"mainUid":"8779-12"},"8779-15":{"renderedLength":2447,"gzipLength":657,"brotliLength":0,"mainUid":"8779-14"},"8779-17":{"renderedLength":4880,"gzipLength":1292,"brotliLength":0,"mainUid":"8779-16"},"8779-19":{"renderedLength":2192,"gzipLength":764,"brotliLength":0,"mainUid":"8779-18"},"8779-21":{"renderedLength":6084,"gzipLength":1367,"brotliLength":0,"mainUid":"8779-20"},"8779-23":{"renderedLength":8126,"gzipLength":1439,"brotliLength":0,"mainUid":"8779-22"},"8779-25":{"renderedLength":13262,"gzipLength":2561,"brotliLength":0,"mainUid":"8779-24"},"8779-27":{"renderedLength":2914,"gzipLength":936,"brotliLength":0,"mainUid":"8779-26"},"8779-29":{"renderedLength":8857,"gzipLength":2132,"brotliLength":0,"mainUid":"8779-28"},"8779-31":{"renderedLength":4847,"gzipLength":1096,"brotliLength":0,"mainUid":"8779-30"},"8779-33":{"renderedLength":7078,"gzipLength":1722,"brotliLength":0,"mainUid":"8779-32"},"8779-35":{"renderedLength":759,"gzipLength":343,"brotliLength":0,"mainUid":"8779-34"},"8779-37":{"renderedLength":2041,"gzipLength":682,"brotliLength":0,"mainUid":"8779-36"},"8779-39":{"renderedLength":1081,"gzipLength":382,"brotliLength":0,"mainUid":"8779-38"},"8779-41":{"renderedLength":1910,"gzipLength":750,"brotliLength":0,"mainUid":"8779-40"},"8779-43":{"renderedLength":2418,"gzipLength":599,"brotliLength":0,"mainUid":"8779-42"},"8779-45":{"renderedLength":4071,"gzipLength":1086,"brotliLength":0,"mainUid":"8779-44"},"8779-47":{"renderedLength":1183,"gzipLength":499,"brotliLength":0,"mainUid":"8779-46"},"8779-49":{"renderedLength":1056,"gzipLength":417,"brotliLength":0,"mainUid":"8779-48"},"8779-51":{"renderedLength":1120,"gzipLength":430,"brotliLength":0,"mainUid":"8779-50"},"8779-53":{"renderedLength":3091,"gzipLength":1003,"brotliLength":0,"mainUid":"8779-52"},"8779-55":{"renderedLength":5261,"gzipLength":1470,"brotliLength":0,"mainUid":"8779-54"},"8779-57":{"renderedLength":1200,"gzipLength":484,"brotliLength":0,"mainUid":"8779-56"},"8779-59":{"renderedLength":1379,"gzipLength":476,"brotliLength":0,"mainUid":"8779-58"},"8779-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"8779-60"}},"nodeMetas":{"8779-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"8779-1"},"imported":[],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"},{"uid":"8779-2"},{"uid":"8779-4"},{"uid":"8779-36"},{"uid":"8779-6"},{"uid":"8779-8"},{"uid":"8779-12"},{"uid":"8779-16"},{"uid":"8779-18"},{"uid":"8779-20"},{"uid":"8779-22"},{"uid":"8779-24"},{"uid":"8779-28"},{"uid":"8779-30"},{"uid":"8779-40"},{"uid":"8779-44"},{"uid":"8779-46"},{"uid":"8779-48"},{"uid":"8779-50"},{"uid":"8779-52"},{"uid":"8779-54"},{"uid":"8779-56"},{"uid":"8779-58"}]},"8779-2":{"id":"/packages/table-core/src/core/column.ts","moduleParts":{"index.production.js":"8779-3"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-4":{"id":"/packages/table-core/src/core/headers.ts","moduleParts":{"index.production.js":"8779-5"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-6":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"8779-7"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-8":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"8779-9"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-10":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"8779-11"},"imported":[],"importedBy":[{"uid":"8779-60"},{"uid":"8779-12"}]},"8779-12":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"8779-13"},"imported":[{"uid":"8779-10"},{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-14":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"8779-15"},"imported":[],"importedBy":[{"uid":"8779-60"},{"uid":"8779-16"}]},"8779-16":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"8779-17"},"imported":[{"uid":"8779-14"},{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"},{"uid":"8779-18"}]},"8779-18":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"8779-19"},"imported":[{"uid":"8779-0"},{"uid":"8779-16"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-20":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"8779-21"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-22":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"8779-23"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-24":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"8779-25"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-26":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"8779-27"},"imported":[],"importedBy":[{"uid":"8779-60"},{"uid":"8779-28"}]},"8779-28":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"8779-29"},"imported":[{"uid":"8779-26"},{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-30":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"8779-31"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-32"}]},"8779-32":{"id":"/packages/table-core/src/core/table.ts","moduleParts":{"index.production.js":"8779-33"},"imported":[{"uid":"8779-0"},{"uid":"8779-2"},{"uid":"8779-4"},{"uid":"8779-6"},{"uid":"8779-8"},{"uid":"8779-12"},{"uid":"8779-16"},{"uid":"8779-18"},{"uid":"8779-20"},{"uid":"8779-22"},{"uid":"8779-24"},{"uid":"8779-28"},{"uid":"8779-30"}],"importedBy":[{"uid":"8779-60"}]},"8779-34":{"id":"/packages/table-core/src/core/cell.ts","moduleParts":{"index.production.js":"8779-35"},"imported":[],"importedBy":[{"uid":"8779-36"}]},"8779-36":{"id":"/packages/table-core/src/core/row.ts","moduleParts":{"index.production.js":"8779-37"},"imported":[{"uid":"8779-0"},{"uid":"8779-34"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-40"},{"uid":"8779-54"},{"uid":"8779-42"}]},"8779-38":{"id":"/packages/table-core/src/columnHelper.ts","moduleParts":{"index.production.js":"8779-39"},"imported":[],"importedBy":[{"uid":"8779-60"}]},"8779-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"8779-41"},"imported":[{"uid":"8779-36"},{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"}]},"8779-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"8779-43"},"imported":[{"uid":"8779-36"}],"importedBy":[{"uid":"8779-44"},{"uid":"8779-46"}]},"8779-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"8779-45"},"imported":[{"uid":"8779-0"},{"uid":"8779-42"}],"importedBy":[{"uid":"8779-60"}]},"8779-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"8779-47"},"imported":[{"uid":"8779-0"},{"uid":"8779-42"}],"importedBy":[{"uid":"8779-60"}]},"8779-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"8779-49"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"}]},"8779-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"8779-51"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"}]},"8779-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"8779-53"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"}]},"8779-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"8779-55"},"imported":[{"uid":"8779-36"},{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"}]},"8779-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"8779-57"},"imported":[{"uid":"8779-0"}],"importedBy":[{"uid":"8779-60"},{"uid":"8779-58"}]},"8779-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"8779-59"},"imported":[{"uid":"8779-0"},{"uid":"8779-56"}],"importedBy":[{"uid":"8779-60"}]},"8779-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"8779-61"},"imported":[{"uid":"8779-32"},{"uid":"8779-62"},{"uid":"8779-2"},{"uid":"8779-4"},{"uid":"8779-36"},{"uid":"8779-6"},{"uid":"8779-8"},{"uid":"8779-12"},{"uid":"8779-16"},{"uid":"8779-18"},{"uid":"8779-20"},{"uid":"8779-22"},{"uid":"8779-24"},{"uid":"8779-28"},{"uid":"8779-30"},{"uid":"8779-10"},{"uid":"8779-26"},{"uid":"8779-14"},{"uid":"8779-38"},{"uid":"8779-0"},{"uid":"8779-40"},{"uid":"8779-44"},{"uid":"8779-46"},{"uid":"8779-48"},{"uid":"8779-50"},{"uid":"8779-52"},{"uid":"8779-54"},{"uid":"8779-56"},{"uid":"8779-58"}],"importedBy":[],"isEntry":true},"8779-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"8779-60"}]}},"env":{"rollup":"2.77.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
4017
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages/table-core/src","children":[{"uid":"fde3-1","name":"utils.ts"},{"name":"core","children":[{"uid":"fde3-3","name":"column.ts"},{"uid":"fde3-5","name":"headers.ts"},{"uid":"fde3-33","name":"table.ts"},{"uid":"fde3-35","name":"cell.ts"},{"uid":"fde3-37","name":"row.ts"}]},{"name":"features","children":[{"uid":"fde3-7","name":"ColumnSizing.ts"},{"uid":"fde3-9","name":"Expanding.ts"},{"uid":"fde3-13","name":"Filters.ts"},{"uid":"fde3-17","name":"Grouping.ts"},{"uid":"fde3-19","name":"Ordering.ts"},{"uid":"fde3-21","name":"Pagination.ts"},{"uid":"fde3-23","name":"Pinning.ts"},{"uid":"fde3-25","name":"RowSelection.ts"},{"uid":"fde3-29","name":"Sorting.ts"},{"uid":"fde3-31","name":"Visibility.ts"}]},{"uid":"fde3-11","name":"filterFns.ts"},{"uid":"fde3-15","name":"aggregationFns.ts"},{"uid":"fde3-27","name":"sortingFns.ts"},{"uid":"fde3-39","name":"columnHelper.ts"},{"name":"utils","children":[{"uid":"fde3-41","name":"getCoreRowModel.ts"},{"uid":"fde3-43","name":"filterRowsUtils.ts"},{"uid":"fde3-45","name":"getFilteredRowModel.ts"},{"uid":"fde3-47","name":"getFacetedRowModel.ts"},{"uid":"fde3-49","name":"getFacetedUniqueValues.ts"},{"uid":"fde3-51","name":"getFacetedMinMaxValues.ts"},{"uid":"fde3-53","name":"getSortedRowModel.ts"},{"uid":"fde3-55","name":"getGroupedRowModel.ts"},{"uid":"fde3-57","name":"getExpandedRowModel.ts"},{"uid":"fde3-59","name":"getPaginationRowModel.ts"}]},{"uid":"fde3-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"fde3-1":{"renderedLength":2290,"gzipLength":843,"brotliLength":0,"mainUid":"fde3-0"},"fde3-3":{"renderedLength":2682,"gzipLength":862,"brotliLength":0,"mainUid":"fde3-2"},"fde3-5":{"renderedLength":15536,"gzipLength":2605,"brotliLength":0,"mainUid":"fde3-4"},"fde3-7":{"renderedLength":9960,"gzipLength":2215,"brotliLength":0,"mainUid":"fde3-6"},"fde3-9":{"renderedLength":5642,"gzipLength":1336,"brotliLength":0,"mainUid":"fde3-8"},"fde3-11":{"renderedLength":3252,"gzipLength":764,"brotliLength":0,"mainUid":"fde3-10"},"fde3-13":{"renderedLength":9853,"gzipLength":1846,"brotliLength":0,"mainUid":"fde3-12"},"fde3-15":{"renderedLength":2447,"gzipLength":657,"brotliLength":0,"mainUid":"fde3-14"},"fde3-17":{"renderedLength":4880,"gzipLength":1292,"brotliLength":0,"mainUid":"fde3-16"},"fde3-19":{"renderedLength":2192,"gzipLength":764,"brotliLength":0,"mainUid":"fde3-18"},"fde3-21":{"renderedLength":6084,"gzipLength":1367,"brotliLength":0,"mainUid":"fde3-20"},"fde3-23":{"renderedLength":8126,"gzipLength":1439,"brotliLength":0,"mainUid":"fde3-22"},"fde3-25":{"renderedLength":13262,"gzipLength":2561,"brotliLength":0,"mainUid":"fde3-24"},"fde3-27":{"renderedLength":2914,"gzipLength":936,"brotliLength":0,"mainUid":"fde3-26"},"fde3-29":{"renderedLength":8857,"gzipLength":2132,"brotliLength":0,"mainUid":"fde3-28"},"fde3-31":{"renderedLength":4847,"gzipLength":1096,"brotliLength":0,"mainUid":"fde3-30"},"fde3-33":{"renderedLength":7078,"gzipLength":1722,"brotliLength":0,"mainUid":"fde3-32"},"fde3-35":{"renderedLength":759,"gzipLength":343,"brotliLength":0,"mainUid":"fde3-34"},"fde3-37":{"renderedLength":2041,"gzipLength":682,"brotliLength":0,"mainUid":"fde3-36"},"fde3-39":{"renderedLength":1081,"gzipLength":382,"brotliLength":0,"mainUid":"fde3-38"},"fde3-41":{"renderedLength":1910,"gzipLength":750,"brotliLength":0,"mainUid":"fde3-40"},"fde3-43":{"renderedLength":2418,"gzipLength":599,"brotliLength":0,"mainUid":"fde3-42"},"fde3-45":{"renderedLength":4071,"gzipLength":1086,"brotliLength":0,"mainUid":"fde3-44"},"fde3-47":{"renderedLength":1183,"gzipLength":499,"brotliLength":0,"mainUid":"fde3-46"},"fde3-49":{"renderedLength":1056,"gzipLength":417,"brotliLength":0,"mainUid":"fde3-48"},"fde3-51":{"renderedLength":1120,"gzipLength":430,"brotliLength":0,"mainUid":"fde3-50"},"fde3-53":{"renderedLength":3091,"gzipLength":1003,"brotliLength":0,"mainUid":"fde3-52"},"fde3-55":{"renderedLength":5261,"gzipLength":1470,"brotliLength":0,"mainUid":"fde3-54"},"fde3-57":{"renderedLength":1200,"gzipLength":484,"brotliLength":0,"mainUid":"fde3-56"},"fde3-59":{"renderedLength":1379,"gzipLength":476,"brotliLength":0,"mainUid":"fde3-58"},"fde3-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"fde3-60"}},"nodeMetas":{"fde3-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"fde3-1"},"imported":[],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"},{"uid":"fde3-2"},{"uid":"fde3-4"},{"uid":"fde3-36"},{"uid":"fde3-6"},{"uid":"fde3-8"},{"uid":"fde3-12"},{"uid":"fde3-16"},{"uid":"fde3-18"},{"uid":"fde3-20"},{"uid":"fde3-22"},{"uid":"fde3-24"},{"uid":"fde3-28"},{"uid":"fde3-30"},{"uid":"fde3-40"},{"uid":"fde3-44"},{"uid":"fde3-46"},{"uid":"fde3-48"},{"uid":"fde3-50"},{"uid":"fde3-52"},{"uid":"fde3-54"},{"uid":"fde3-56"},{"uid":"fde3-58"}]},"fde3-2":{"id":"/packages/table-core/src/core/column.ts","moduleParts":{"index.production.js":"fde3-3"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-4":{"id":"/packages/table-core/src/core/headers.ts","moduleParts":{"index.production.js":"fde3-5"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-6":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"fde3-7"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-8":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"fde3-9"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-10":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"fde3-11"},"imported":[],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-12"}]},"fde3-12":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"fde3-13"},"imported":[{"uid":"fde3-10"},{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-14":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"fde3-15"},"imported":[],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-16"}]},"fde3-16":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"fde3-17"},"imported":[{"uid":"fde3-14"},{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"},{"uid":"fde3-18"}]},"fde3-18":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"fde3-19"},"imported":[{"uid":"fde3-0"},{"uid":"fde3-16"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-20":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"fde3-21"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-22":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"fde3-23"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-24":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"fde3-25"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-26":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"fde3-27"},"imported":[],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-28"}]},"fde3-28":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"fde3-29"},"imported":[{"uid":"fde3-26"},{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-30":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"fde3-31"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-32"}]},"fde3-32":{"id":"/packages/table-core/src/core/table.ts","moduleParts":{"index.production.js":"fde3-33"},"imported":[{"uid":"fde3-0"},{"uid":"fde3-2"},{"uid":"fde3-4"},{"uid":"fde3-6"},{"uid":"fde3-8"},{"uid":"fde3-12"},{"uid":"fde3-16"},{"uid":"fde3-18"},{"uid":"fde3-20"},{"uid":"fde3-22"},{"uid":"fde3-24"},{"uid":"fde3-28"},{"uid":"fde3-30"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-34":{"id":"/packages/table-core/src/core/cell.ts","moduleParts":{"index.production.js":"fde3-35"},"imported":[],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-36"}]},"fde3-36":{"id":"/packages/table-core/src/core/row.ts","moduleParts":{"index.production.js":"fde3-37"},"imported":[{"uid":"fde3-0"},{"uid":"fde3-34"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-40"},{"uid":"fde3-54"},{"uid":"fde3-42"}]},"fde3-38":{"id":"/packages/table-core/src/columnHelper.ts","moduleParts":{"index.production.js":"fde3-39"},"imported":[],"importedBy":[{"uid":"fde3-60"}]},"fde3-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"fde3-41"},"imported":[{"uid":"fde3-36"},{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"fde3-43"},"imported":[{"uid":"fde3-36"}],"importedBy":[{"uid":"fde3-44"},{"uid":"fde3-46"}]},"fde3-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"fde3-45"},"imported":[{"uid":"fde3-0"},{"uid":"fde3-42"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"fde3-47"},"imported":[{"uid":"fde3-0"},{"uid":"fde3-42"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"fde3-49"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"fde3-51"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"fde3-53"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"fde3-55"},"imported":[{"uid":"fde3-36"},{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"fde3-57"},"imported":[{"uid":"fde3-0"}],"importedBy":[{"uid":"fde3-60"},{"uid":"fde3-58"}]},"fde3-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"fde3-59"},"imported":[{"uid":"fde3-0"},{"uid":"fde3-56"}],"importedBy":[{"uid":"fde3-60"}]},"fde3-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"fde3-61"},"imported":[{"uid":"fde3-32"},{"uid":"fde3-62"},{"uid":"fde3-2"},{"uid":"fde3-4"},{"uid":"fde3-36"},{"uid":"fde3-34"},{"uid":"fde3-6"},{"uid":"fde3-8"},{"uid":"fde3-12"},{"uid":"fde3-16"},{"uid":"fde3-18"},{"uid":"fde3-20"},{"uid":"fde3-22"},{"uid":"fde3-24"},{"uid":"fde3-28"},{"uid":"fde3-30"},{"uid":"fde3-10"},{"uid":"fde3-26"},{"uid":"fde3-14"},{"uid":"fde3-38"},{"uid":"fde3-0"},{"uid":"fde3-40"},{"uid":"fde3-44"},{"uid":"fde3-46"},{"uid":"fde3-48"},{"uid":"fde3-50"},{"uid":"fde3-52"},{"uid":"fde3-54"},{"uid":"fde3-56"},{"uid":"fde3-58"}],"importedBy":[],"isEntry":true},"fde3-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"fde3-60"}]}},"env":{"rollup":"2.77.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
|
|
4018
4018
|
|
|
4019
4019
|
const run = () => {
|
|
4020
4020
|
const width = window.innerWidth;
|