@tanstack/table-core 8.3.3 → 8.3.6

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 (62) hide show
  1. package/build/cjs/core/cell.js.map +1 -1
  2. package/build/cjs/core/row.js.map +1 -1
  3. package/build/cjs/core/table.js.map +1 -1
  4. package/build/cjs/features/ColumnSizing.js.map +1 -1
  5. package/build/cjs/features/Expanding.js.map +1 -1
  6. package/build/cjs/features/Filters.js.map +1 -1
  7. package/build/cjs/features/Grouping.js.map +1 -1
  8. package/build/cjs/features/Ordering.js.map +1 -1
  9. package/build/cjs/features/Pagination.js.map +1 -1
  10. package/build/cjs/features/Pinning.js.map +1 -1
  11. package/build/cjs/features/RowSelection.js.map +1 -1
  12. package/build/cjs/features/Sorting.js.map +1 -1
  13. package/build/cjs/features/Visibility.js.map +1 -1
  14. package/build/cjs/index.js +2 -0
  15. package/build/cjs/index.js.map +1 -1
  16. package/build/cjs/utils/filterRowsUtils.js.map +1 -1
  17. package/build/cjs/utils/getCoreRowModel.js.map +1 -1
  18. package/build/cjs/utils/getExpandedRowModel.js.map +1 -1
  19. package/build/cjs/utils/getFacetedMinMaxValues.js.map +1 -1
  20. package/build/cjs/utils/getFacetedRowModel.js.map +1 -1
  21. package/build/cjs/utils/getFacetedUniqueValues.js.map +1 -1
  22. package/build/cjs/utils/getFilteredRowModel.js.map +1 -1
  23. package/build/cjs/utils/getGroupedRowModel.js.map +1 -1
  24. package/build/cjs/utils/getPaginationRowModel.js.map +1 -1
  25. package/build/cjs/utils/getSortedRowModel.js.map +1 -1
  26. package/build/cjs/utils.js.map +1 -1
  27. package/build/esm/index.js +1 -1
  28. package/build/esm/index.js.map +1 -1
  29. package/build/stats-html.html +1 -1
  30. package/build/stats-react.json +313 -307
  31. package/build/types/index.d.ts +6 -12
  32. package/build/umd/index.development.js +1 -0
  33. package/build/umd/index.development.js.map +1 -1
  34. package/build/umd/index.production.js +1 -1
  35. package/build/umd/index.production.js.map +1 -1
  36. package/package.json +1 -1
  37. package/src/core/cell.ts +1 -5
  38. package/src/core/row.ts +1 -1
  39. package/src/core/table.ts +1 -1
  40. package/src/features/ColumnSizing.ts +1 -9
  41. package/src/features/Expanding.ts +2 -12
  42. package/src/features/Filters.ts +0 -1
  43. package/src/features/Grouping.ts +0 -1
  44. package/src/features/Ordering.ts +1 -8
  45. package/src/features/Pagination.ts +1 -8
  46. package/src/features/Pinning.ts +0 -1
  47. package/src/features/RowSelection.ts +15 -14
  48. package/src/features/Sorting.ts +1 -9
  49. package/src/features/Visibility.ts +0 -1
  50. package/src/index.ts +1 -0
  51. package/src/types.ts +1 -10
  52. package/src/utils/filterRowsUtils.ts +1 -1
  53. package/src/utils/getCoreRowModel.ts +1 -1
  54. package/src/utils/getExpandedRowModel.ts +1 -1
  55. package/src/utils/getFacetedMinMaxValues.ts +1 -1
  56. package/src/utils/getFacetedRowModel.ts +1 -1
  57. package/src/utils/getFacetedUniqueValues.ts +1 -1
  58. package/src/utils/getFilteredRowModel.ts +1 -1
  59. package/src/utils/getGroupedRowModel.ts +1 -1
  60. package/src/utils/getPaginationRowModel.ts +1 -1
  61. package/src/utils/getSortedRowModel.ts +1 -1
  62. package/src/utils.ts +5 -1
@@ -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":"3533-1","name":"utils.ts"},{"name":"core","children":[{"uid":"3533-3","name":"column.ts"},{"uid":"3533-5","name":"headers.ts"},{"uid":"3533-33","name":"table.ts"},{"uid":"3533-35","name":"cell.ts"},{"uid":"3533-37","name":"row.ts"}]},{"name":"features","children":[{"uid":"3533-7","name":"ColumnSizing.ts"},{"uid":"3533-9","name":"Expanding.ts"},{"uid":"3533-13","name":"Filters.ts"},{"uid":"3533-17","name":"Grouping.ts"},{"uid":"3533-19","name":"Ordering.ts"},{"uid":"3533-21","name":"Pagination.ts"},{"uid":"3533-23","name":"Pinning.ts"},{"uid":"3533-25","name":"RowSelection.ts"},{"uid":"3533-29","name":"Sorting.ts"},{"uid":"3533-31","name":"Visibility.ts"}]},{"uid":"3533-11","name":"filterFns.ts"},{"uid":"3533-15","name":"aggregationFns.ts"},{"uid":"3533-27","name":"sortingFns.ts"},{"uid":"3533-39","name":"columnHelper.ts"},{"name":"utils","children":[{"uid":"3533-41","name":"getCoreRowModel.ts"},{"uid":"3533-43","name":"filterRowsUtils.ts"},{"uid":"3533-45","name":"getFilteredRowModel.ts"},{"uid":"3533-47","name":"getFacetedRowModel.ts"},{"uid":"3533-49","name":"getFacetedUniqueValues.ts"},{"uid":"3533-51","name":"getFacetedMinMaxValues.ts"},{"uid":"3533-53","name":"getSortedRowModel.ts"},{"uid":"3533-55","name":"getGroupedRowModel.ts"},{"uid":"3533-57","name":"getExpandedRowModel.ts"},{"uid":"3533-59","name":"getPaginationRowModel.ts"}]},{"uid":"3533-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"3533-1":{"renderedLength":2290,"gzipLength":843,"brotliLength":0,"mainUid":"3533-0"},"3533-3":{"renderedLength":2682,"gzipLength":862,"brotliLength":0,"mainUid":"3533-2"},"3533-5":{"renderedLength":15536,"gzipLength":2605,"brotliLength":0,"mainUid":"3533-4"},"3533-7":{"renderedLength":9960,"gzipLength":2215,"brotliLength":0,"mainUid":"3533-6"},"3533-9":{"renderedLength":5642,"gzipLength":1336,"brotliLength":0,"mainUid":"3533-8"},"3533-11":{"renderedLength":3252,"gzipLength":764,"brotliLength":0,"mainUid":"3533-10"},"3533-13":{"renderedLength":9853,"gzipLength":1846,"brotliLength":0,"mainUid":"3533-12"},"3533-15":{"renderedLength":2447,"gzipLength":657,"brotliLength":0,"mainUid":"3533-14"},"3533-17":{"renderedLength":4880,"gzipLength":1292,"brotliLength":0,"mainUid":"3533-16"},"3533-19":{"renderedLength":2192,"gzipLength":764,"brotliLength":0,"mainUid":"3533-18"},"3533-21":{"renderedLength":6084,"gzipLength":1367,"brotliLength":0,"mainUid":"3533-20"},"3533-23":{"renderedLength":8126,"gzipLength":1439,"brotliLength":0,"mainUid":"3533-22"},"3533-25":{"renderedLength":13262,"gzipLength":2561,"brotliLength":0,"mainUid":"3533-24"},"3533-27":{"renderedLength":2914,"gzipLength":936,"brotliLength":0,"mainUid":"3533-26"},"3533-29":{"renderedLength":8857,"gzipLength":2132,"brotliLength":0,"mainUid":"3533-28"},"3533-31":{"renderedLength":4847,"gzipLength":1096,"brotliLength":0,"mainUid":"3533-30"},"3533-33":{"renderedLength":7078,"gzipLength":1722,"brotliLength":0,"mainUid":"3533-32"},"3533-35":{"renderedLength":759,"gzipLength":343,"brotliLength":0,"mainUid":"3533-34"},"3533-37":{"renderedLength":2041,"gzipLength":682,"brotliLength":0,"mainUid":"3533-36"},"3533-39":{"renderedLength":1081,"gzipLength":382,"brotliLength":0,"mainUid":"3533-38"},"3533-41":{"renderedLength":1910,"gzipLength":750,"brotliLength":0,"mainUid":"3533-40"},"3533-43":{"renderedLength":2418,"gzipLength":599,"brotliLength":0,"mainUid":"3533-42"},"3533-45":{"renderedLength":4071,"gzipLength":1086,"brotliLength":0,"mainUid":"3533-44"},"3533-47":{"renderedLength":1183,"gzipLength":499,"brotliLength":0,"mainUid":"3533-46"},"3533-49":{"renderedLength":1056,"gzipLength":417,"brotliLength":0,"mainUid":"3533-48"},"3533-51":{"renderedLength":1120,"gzipLength":430,"brotliLength":0,"mainUid":"3533-50"},"3533-53":{"renderedLength":3091,"gzipLength":1003,"brotliLength":0,"mainUid":"3533-52"},"3533-55":{"renderedLength":5261,"gzipLength":1470,"brotliLength":0,"mainUid":"3533-54"},"3533-57":{"renderedLength":1200,"gzipLength":484,"brotliLength":0,"mainUid":"3533-56"},"3533-59":{"renderedLength":1379,"gzipLength":476,"brotliLength":0,"mainUid":"3533-58"},"3533-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"3533-60"}},"nodeMetas":{"3533-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"3533-1"},"imported":[],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"},{"uid":"3533-2"},{"uid":"3533-4"},{"uid":"3533-36"},{"uid":"3533-6"},{"uid":"3533-8"},{"uid":"3533-12"},{"uid":"3533-16"},{"uid":"3533-18"},{"uid":"3533-20"},{"uid":"3533-22"},{"uid":"3533-24"},{"uid":"3533-28"},{"uid":"3533-30"},{"uid":"3533-40"},{"uid":"3533-44"},{"uid":"3533-46"},{"uid":"3533-48"},{"uid":"3533-50"},{"uid":"3533-52"},{"uid":"3533-54"},{"uid":"3533-56"},{"uid":"3533-58"}]},"3533-2":{"id":"/packages/table-core/src/core/column.ts","moduleParts":{"index.production.js":"3533-3"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-4":{"id":"/packages/table-core/src/core/headers.ts","moduleParts":{"index.production.js":"3533-5"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-6":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"3533-7"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-8":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"3533-9"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-10":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"3533-11"},"imported":[],"importedBy":[{"uid":"3533-60"},{"uid":"3533-12"}]},"3533-12":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"3533-13"},"imported":[{"uid":"3533-10"},{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-14":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"3533-15"},"imported":[],"importedBy":[{"uid":"3533-60"},{"uid":"3533-16"}]},"3533-16":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"3533-17"},"imported":[{"uid":"3533-14"},{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"},{"uid":"3533-18"}]},"3533-18":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"3533-19"},"imported":[{"uid":"3533-0"},{"uid":"3533-16"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-20":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"3533-21"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-22":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"3533-23"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-24":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"3533-25"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-26":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"3533-27"},"imported":[],"importedBy":[{"uid":"3533-60"},{"uid":"3533-28"}]},"3533-28":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"3533-29"},"imported":[{"uid":"3533-26"},{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-30":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"3533-31"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-32"}]},"3533-32":{"id":"/packages/table-core/src/core/table.ts","moduleParts":{"index.production.js":"3533-33"},"imported":[{"uid":"3533-0"},{"uid":"3533-2"},{"uid":"3533-4"},{"uid":"3533-6"},{"uid":"3533-8"},{"uid":"3533-12"},{"uid":"3533-16"},{"uid":"3533-18"},{"uid":"3533-20"},{"uid":"3533-22"},{"uid":"3533-24"},{"uid":"3533-28"},{"uid":"3533-30"}],"importedBy":[{"uid":"3533-60"}]},"3533-34":{"id":"/packages/table-core/src/core/cell.ts","moduleParts":{"index.production.js":"3533-35"},"imported":[],"importedBy":[{"uid":"3533-36"}]},"3533-36":{"id":"/packages/table-core/src/core/row.ts","moduleParts":{"index.production.js":"3533-37"},"imported":[{"uid":"3533-0"},{"uid":"3533-34"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-40"},{"uid":"3533-54"},{"uid":"3533-42"}]},"3533-38":{"id":"/packages/table-core/src/columnHelper.ts","moduleParts":{"index.production.js":"3533-39"},"imported":[],"importedBy":[{"uid":"3533-60"}]},"3533-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"3533-41"},"imported":[{"uid":"3533-36"},{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"}]},"3533-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"3533-43"},"imported":[{"uid":"3533-36"}],"importedBy":[{"uid":"3533-44"},{"uid":"3533-46"}]},"3533-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"3533-45"},"imported":[{"uid":"3533-0"},{"uid":"3533-42"}],"importedBy":[{"uid":"3533-60"}]},"3533-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"3533-47"},"imported":[{"uid":"3533-0"},{"uid":"3533-42"}],"importedBy":[{"uid":"3533-60"}]},"3533-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"3533-49"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"}]},"3533-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"3533-51"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"}]},"3533-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"3533-53"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"}]},"3533-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"3533-55"},"imported":[{"uid":"3533-36"},{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"}]},"3533-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"3533-57"},"imported":[{"uid":"3533-0"}],"importedBy":[{"uid":"3533-60"},{"uid":"3533-58"}]},"3533-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"3533-59"},"imported":[{"uid":"3533-0"},{"uid":"3533-56"}],"importedBy":[{"uid":"3533-60"}]},"3533-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"3533-61"},"imported":[{"uid":"3533-32"},{"uid":"3533-62"},{"uid":"3533-2"},{"uid":"3533-4"},{"uid":"3533-36"},{"uid":"3533-6"},{"uid":"3533-8"},{"uid":"3533-12"},{"uid":"3533-16"},{"uid":"3533-18"},{"uid":"3533-20"},{"uid":"3533-22"},{"uid":"3533-24"},{"uid":"3533-28"},{"uid":"3533-30"},{"uid":"3533-10"},{"uid":"3533-26"},{"uid":"3533-14"},{"uid":"3533-38"},{"uid":"3533-0"},{"uid":"3533-40"},{"uid":"3533-44"},{"uid":"3533-46"},{"uid":"3533-48"},{"uid":"3533-50"},{"uid":"3533-52"},{"uid":"3533-54"},{"uid":"3533-56"},{"uid":"3533-58"}],"importedBy":[],"isEntry":true},"3533-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"3533-60"}]}},"env":{"rollup":"2.77.0"},"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":"85a9-1","name":"utils.ts"},{"name":"core","children":[{"uid":"85a9-3","name":"column.ts"},{"uid":"85a9-5","name":"headers.ts"},{"uid":"85a9-33","name":"table.ts"},{"uid":"85a9-35","name":"cell.ts"},{"uid":"85a9-37","name":"row.ts"}]},{"name":"features","children":[{"uid":"85a9-7","name":"ColumnSizing.ts"},{"uid":"85a9-9","name":"Expanding.ts"},{"uid":"85a9-13","name":"Filters.ts"},{"uid":"85a9-17","name":"Grouping.ts"},{"uid":"85a9-19","name":"Ordering.ts"},{"uid":"85a9-21","name":"Pagination.ts"},{"uid":"85a9-23","name":"Pinning.ts"},{"uid":"85a9-25","name":"RowSelection.ts"},{"uid":"85a9-29","name":"Sorting.ts"},{"uid":"85a9-31","name":"Visibility.ts"}]},{"uid":"85a9-11","name":"filterFns.ts"},{"uid":"85a9-15","name":"aggregationFns.ts"},{"uid":"85a9-27","name":"sortingFns.ts"},{"uid":"85a9-39","name":"columnHelper.ts"},{"name":"utils","children":[{"uid":"85a9-41","name":"getCoreRowModel.ts"},{"uid":"85a9-43","name":"filterRowsUtils.ts"},{"uid":"85a9-45","name":"getFilteredRowModel.ts"},{"uid":"85a9-47","name":"getFacetedRowModel.ts"},{"uid":"85a9-49","name":"getFacetedUniqueValues.ts"},{"uid":"85a9-51","name":"getFacetedMinMaxValues.ts"},{"uid":"85a9-53","name":"getSortedRowModel.ts"},{"uid":"85a9-55","name":"getGroupedRowModel.ts"},{"uid":"85a9-57","name":"getExpandedRowModel.ts"},{"uid":"85a9-59","name":"getPaginationRowModel.ts"}]},{"uid":"85a9-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"85a9-1":{"renderedLength":2290,"gzipLength":843,"brotliLength":0,"mainUid":"85a9-0"},"85a9-3":{"renderedLength":2682,"gzipLength":862,"brotliLength":0,"mainUid":"85a9-2"},"85a9-5":{"renderedLength":15536,"gzipLength":2605,"brotliLength":0,"mainUid":"85a9-4"},"85a9-7":{"renderedLength":9960,"gzipLength":2215,"brotliLength":0,"mainUid":"85a9-6"},"85a9-9":{"renderedLength":5642,"gzipLength":1336,"brotliLength":0,"mainUid":"85a9-8"},"85a9-11":{"renderedLength":3252,"gzipLength":764,"brotliLength":0,"mainUid":"85a9-10"},"85a9-13":{"renderedLength":9853,"gzipLength":1846,"brotliLength":0,"mainUid":"85a9-12"},"85a9-15":{"renderedLength":2447,"gzipLength":657,"brotliLength":0,"mainUid":"85a9-14"},"85a9-17":{"renderedLength":4880,"gzipLength":1292,"brotliLength":0,"mainUid":"85a9-16"},"85a9-19":{"renderedLength":2192,"gzipLength":764,"brotliLength":0,"mainUid":"85a9-18"},"85a9-21":{"renderedLength":6084,"gzipLength":1367,"brotliLength":0,"mainUid":"85a9-20"},"85a9-23":{"renderedLength":8126,"gzipLength":1439,"brotliLength":0,"mainUid":"85a9-22"},"85a9-25":{"renderedLength":13262,"gzipLength":2561,"brotliLength":0,"mainUid":"85a9-24"},"85a9-27":{"renderedLength":2914,"gzipLength":936,"brotliLength":0,"mainUid":"85a9-26"},"85a9-29":{"renderedLength":8857,"gzipLength":2132,"brotliLength":0,"mainUid":"85a9-28"},"85a9-31":{"renderedLength":4847,"gzipLength":1096,"brotliLength":0,"mainUid":"85a9-30"},"85a9-33":{"renderedLength":7078,"gzipLength":1722,"brotliLength":0,"mainUid":"85a9-32"},"85a9-35":{"renderedLength":759,"gzipLength":343,"brotliLength":0,"mainUid":"85a9-34"},"85a9-37":{"renderedLength":2041,"gzipLength":682,"brotliLength":0,"mainUid":"85a9-36"},"85a9-39":{"renderedLength":1081,"gzipLength":382,"brotliLength":0,"mainUid":"85a9-38"},"85a9-41":{"renderedLength":1910,"gzipLength":750,"brotliLength":0,"mainUid":"85a9-40"},"85a9-43":{"renderedLength":2418,"gzipLength":599,"brotliLength":0,"mainUid":"85a9-42"},"85a9-45":{"renderedLength":4071,"gzipLength":1086,"brotliLength":0,"mainUid":"85a9-44"},"85a9-47":{"renderedLength":1183,"gzipLength":499,"brotliLength":0,"mainUid":"85a9-46"},"85a9-49":{"renderedLength":1056,"gzipLength":417,"brotliLength":0,"mainUid":"85a9-48"},"85a9-51":{"renderedLength":1120,"gzipLength":430,"brotliLength":0,"mainUid":"85a9-50"},"85a9-53":{"renderedLength":3091,"gzipLength":1003,"brotliLength":0,"mainUid":"85a9-52"},"85a9-55":{"renderedLength":5261,"gzipLength":1470,"brotliLength":0,"mainUid":"85a9-54"},"85a9-57":{"renderedLength":1200,"gzipLength":484,"brotliLength":0,"mainUid":"85a9-56"},"85a9-59":{"renderedLength":1379,"gzipLength":476,"brotliLength":0,"mainUid":"85a9-58"},"85a9-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"85a9-60"}},"nodeMetas":{"85a9-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"85a9-1"},"imported":[],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"},{"uid":"85a9-2"},{"uid":"85a9-4"},{"uid":"85a9-36"},{"uid":"85a9-6"},{"uid":"85a9-8"},{"uid":"85a9-12"},{"uid":"85a9-16"},{"uid":"85a9-18"},{"uid":"85a9-20"},{"uid":"85a9-22"},{"uid":"85a9-24"},{"uid":"85a9-28"},{"uid":"85a9-30"},{"uid":"85a9-40"},{"uid":"85a9-44"},{"uid":"85a9-46"},{"uid":"85a9-48"},{"uid":"85a9-50"},{"uid":"85a9-52"},{"uid":"85a9-54"},{"uid":"85a9-56"},{"uid":"85a9-58"}]},"85a9-2":{"id":"/packages/table-core/src/core/column.ts","moduleParts":{"index.production.js":"85a9-3"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-4":{"id":"/packages/table-core/src/core/headers.ts","moduleParts":{"index.production.js":"85a9-5"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-6":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"85a9-7"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-8":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"85a9-9"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-10":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"85a9-11"},"imported":[],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-12"}]},"85a9-12":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"85a9-13"},"imported":[{"uid":"85a9-10"},{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-14":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"85a9-15"},"imported":[],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-16"}]},"85a9-16":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"85a9-17"},"imported":[{"uid":"85a9-14"},{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"},{"uid":"85a9-18"}]},"85a9-18":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"85a9-19"},"imported":[{"uid":"85a9-0"},{"uid":"85a9-16"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-20":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"85a9-21"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-22":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"85a9-23"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-24":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"85a9-25"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-26":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"85a9-27"},"imported":[],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-28"}]},"85a9-28":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"85a9-29"},"imported":[{"uid":"85a9-26"},{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-30":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"85a9-31"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-32"}]},"85a9-32":{"id":"/packages/table-core/src/core/table.ts","moduleParts":{"index.production.js":"85a9-33"},"imported":[{"uid":"85a9-0"},{"uid":"85a9-2"},{"uid":"85a9-4"},{"uid":"85a9-6"},{"uid":"85a9-8"},{"uid":"85a9-12"},{"uid":"85a9-16"},{"uid":"85a9-18"},{"uid":"85a9-20"},{"uid":"85a9-22"},{"uid":"85a9-24"},{"uid":"85a9-28"},{"uid":"85a9-30"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-34":{"id":"/packages/table-core/src/core/cell.ts","moduleParts":{"index.production.js":"85a9-35"},"imported":[],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-36"}]},"85a9-36":{"id":"/packages/table-core/src/core/row.ts","moduleParts":{"index.production.js":"85a9-37"},"imported":[{"uid":"85a9-0"},{"uid":"85a9-34"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-40"},{"uid":"85a9-54"},{"uid":"85a9-42"}]},"85a9-38":{"id":"/packages/table-core/src/columnHelper.ts","moduleParts":{"index.production.js":"85a9-39"},"imported":[],"importedBy":[{"uid":"85a9-60"}]},"85a9-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"85a9-41"},"imported":[{"uid":"85a9-36"},{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"85a9-43"},"imported":[{"uid":"85a9-36"}],"importedBy":[{"uid":"85a9-44"},{"uid":"85a9-46"}]},"85a9-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"85a9-45"},"imported":[{"uid":"85a9-0"},{"uid":"85a9-42"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"85a9-47"},"imported":[{"uid":"85a9-0"},{"uid":"85a9-42"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"85a9-49"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"85a9-51"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"85a9-53"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"85a9-55"},"imported":[{"uid":"85a9-36"},{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"85a9-57"},"imported":[{"uid":"85a9-0"}],"importedBy":[{"uid":"85a9-60"},{"uid":"85a9-58"}]},"85a9-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"85a9-59"},"imported":[{"uid":"85a9-0"},{"uid":"85a9-56"}],"importedBy":[{"uid":"85a9-60"}]},"85a9-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"85a9-61"},"imported":[{"uid":"85a9-32"},{"uid":"85a9-62"},{"uid":"85a9-2"},{"uid":"85a9-4"},{"uid":"85a9-36"},{"uid":"85a9-34"},{"uid":"85a9-6"},{"uid":"85a9-8"},{"uid":"85a9-12"},{"uid":"85a9-16"},{"uid":"85a9-18"},{"uid":"85a9-20"},{"uid":"85a9-22"},{"uid":"85a9-24"},{"uid":"85a9-28"},{"uid":"85a9-30"},{"uid":"85a9-10"},{"uid":"85a9-26"},{"uid":"85a9-14"},{"uid":"85a9-38"},{"uid":"85a9-0"},{"uid":"85a9-40"},{"uid":"85a9-44"},{"uid":"85a9-46"},{"uid":"85a9-48"},{"uid":"85a9-50"},{"uid":"85a9-52"},{"uid":"85a9-54"},{"uid":"85a9-56"},{"uid":"85a9-58"}],"importedBy":[],"isEntry":true},"85a9-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"85a9-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;