@tanstack/table-core 8.0.0-alpha.68 → 8.0.0-alpha.71

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/features/ColumnSizing.js +19 -16
  2. package/build/cjs/features/ColumnSizing.js.map +1 -1
  3. package/build/cjs/features/Expanding.js +12 -4
  4. package/build/cjs/features/Expanding.js.map +1 -1
  5. package/build/cjs/features/Filters.js +6 -6
  6. package/build/cjs/features/Filters.js.map +1 -1
  7. package/build/cjs/features/Grouping.js +2 -2
  8. package/build/cjs/features/Grouping.js.map +1 -1
  9. package/build/cjs/features/Ordering.js +2 -2
  10. package/build/cjs/features/Ordering.js.map +1 -1
  11. package/build/cjs/features/Pagination.js +32 -19
  12. package/build/cjs/features/Pagination.js.map +1 -1
  13. package/build/cjs/features/Pinning.js +8 -6
  14. package/build/cjs/features/Pinning.js.map +1 -1
  15. package/build/cjs/features/RowSelection.js +2 -2
  16. package/build/cjs/features/RowSelection.js.map +1 -1
  17. package/build/cjs/features/Sorting.js +8 -8
  18. package/build/cjs/features/Sorting.js.map +1 -1
  19. package/build/cjs/features/Visibility.js +5 -0
  20. package/build/cjs/features/Visibility.js.map +1 -1
  21. package/build/cjs/utils/getCoreRowModel.js +1 -3
  22. package/build/cjs/utils/getCoreRowModel.js.map +1 -1
  23. package/build/cjs/utils/getFacetedMinMaxValues.js +10 -4
  24. package/build/cjs/utils/getFacetedMinMaxValues.js.map +1 -1
  25. package/build/cjs/utils/getFilteredRowModel.js +1 -3
  26. package/build/cjs/utils/getFilteredRowModel.js.map +1 -1
  27. package/build/cjs/utils/getSortedRowModel.js +1 -3
  28. package/build/cjs/utils/getSortedRowModel.js.map +1 -1
  29. package/build/esm/index.js +109 -78
  30. package/build/esm/index.js.map +1 -1
  31. package/build/stats-html.html +1 -1
  32. package/build/stats-react.json +322 -322
  33. package/build/types/features/ColumnSizing.d.ts +2 -2
  34. package/build/types/features/Expanding.d.ts +1 -1
  35. package/build/types/features/Filters.d.ts +7 -7
  36. package/build/types/features/Grouping.d.ts +1 -1
  37. package/build/types/features/Ordering.d.ts +1 -1
  38. package/build/types/features/Pagination.d.ts +4 -4
  39. package/build/types/features/Pinning.d.ts +1 -1
  40. package/build/types/features/RowSelection.d.ts +1 -1
  41. package/build/types/features/Sorting.d.ts +2 -1
  42. package/build/types/features/Visibility.d.ts +1 -0
  43. package/build/types/utils/getFacetedMinMaxValues.d.ts +1 -1
  44. package/build/umd/index.development.js +109 -78
  45. package/build/umd/index.development.js.map +1 -1
  46. package/build/umd/index.production.js +1 -1
  47. package/build/umd/index.production.js.map +1 -1
  48. package/package.json +1 -1
  49. package/src/features/ColumnSizing.ts +25 -18
  50. package/src/features/Expanding.ts +15 -5
  51. package/src/features/Filters.ts +17 -13
  52. package/src/features/Grouping.ts +5 -3
  53. package/src/features/Ordering.ts +5 -3
  54. package/src/features/Pagination.ts +42 -21
  55. package/src/features/Pinning.ts +13 -7
  56. package/src/features/RowSelection.ts +5 -3
  57. package/src/features/Sorting.ts +12 -10
  58. package/src/features/Visibility.ts +7 -0
  59. package/src/utils/getCoreRowModel.ts +1 -3
  60. package/src/utils/getFacetedMinMaxValues.ts +8 -5
  61. package/src/utils/getFilteredRowModel.ts +1 -3
  62. package/src/utils/getSortedRowModel.ts +1 -3
@@ -2669,7 +2669,7 @@ var drawChart = (function (exports) {
2669
2669
  </script>
2670
2670
  <script>
2671
2671
  /*<!--*/
2672
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages/table-core/src","children":[{"uid":"a584-1","name":"utils.ts"},{"name":"features","children":[{"uid":"a584-3","name":"Columns.ts"},{"uid":"a584-5","name":"Rows.ts"},{"uid":"a584-7","name":"Cells.ts"},{"uid":"a584-9","name":"ColumnSizing.ts"},{"uid":"a584-11","name":"Expanding.ts"},{"uid":"a584-15","name":"Filters.ts"},{"uid":"a584-19","name":"Grouping.ts"},{"uid":"a584-21","name":"Ordering.ts"},{"uid":"a584-23","name":"Pagination.ts"},{"uid":"a584-25","name":"Pinning.ts"},{"uid":"a584-27","name":"RowSelection.ts"},{"uid":"a584-31","name":"Sorting.ts"},{"uid":"a584-33","name":"Visibility.ts"},{"uid":"a584-35","name":"Headers.ts"}]},{"uid":"a584-13","name":"filterFns.ts"},{"uid":"a584-17","name":"aggregationFns.ts"},{"uid":"a584-29","name":"sortingFns.ts"},{"uid":"a584-37","name":"core.ts"},{"uid":"a584-39","name":"createTable.ts"},{"name":"utils","children":[{"uid":"a584-41","name":"getCoreRowModel.ts"},{"uid":"a584-43","name":"filterRowsUtils.ts"},{"uid":"a584-45","name":"getFilteredRowModel.ts"},{"uid":"a584-47","name":"getFacetedRowModel.ts"},{"uid":"a584-49","name":"getFacetedUniqueValues.ts"},{"uid":"a584-51","name":"getFacetedMinMaxValues.ts"},{"uid":"a584-53","name":"getSortedRowModel.ts"},{"uid":"a584-55","name":"getGroupedRowModel.ts"},{"uid":"a584-57","name":"getExpandedRowModel.ts"},{"uid":"a584-59","name":"getPaginationRowModel.ts"}]},{"uid":"a584-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"a584-1":{"renderedLength":2201,"gzipLength":800,"brotliLength":0,"mainUid":"a584-0"},"a584-3":{"renderedLength":6485,"gzipLength":1337,"brotliLength":0,"mainUid":"a584-2"},"a584-5":{"renderedLength":2312,"gzipLength":753,"brotliLength":0,"mainUid":"a584-4"},"a584-7":{"renderedLength":2169,"gzipLength":627,"brotliLength":0,"mainUid":"a584-6"},"a584-9":{"renderedLength":9838,"gzipLength":2168,"brotliLength":0,"mainUid":"a584-8"},"a584-11":{"renderedLength":5431,"gzipLength":1253,"brotliLength":0,"mainUid":"a584-10"},"a584-13":{"renderedLength":2743,"gzipLength":666,"brotliLength":0,"mainUid":"a584-12"},"a584-15":{"renderedLength":10167,"gzipLength":1880,"brotliLength":0,"mainUid":"a584-14"},"a584-17":{"renderedLength":2146,"gzipLength":642,"brotliLength":0,"mainUid":"a584-16"},"a584-19":{"renderedLength":5281,"gzipLength":1338,"brotliLength":0,"mainUid":"a584-18"},"a584-21":{"renderedLength":2201,"gzipLength":755,"brotliLength":0,"mainUid":"a584-20"},"a584-23":{"renderedLength":5339,"gzipLength":1198,"brotliLength":0,"mainUid":"a584-22"},"a584-25":{"renderedLength":7764,"gzipLength":1326,"brotliLength":0,"mainUid":"a584-24"},"a584-27":{"renderedLength":12803,"gzipLength":2432,"brotliLength":0,"mainUid":"a584-26"},"a584-29":{"renderedLength":2712,"gzipLength":830,"brotliLength":0,"mainUid":"a584-28"},"a584-31":{"renderedLength":8483,"gzipLength":1999,"brotliLength":0,"mainUid":"a584-30"},"a584-33":{"renderedLength":4796,"gzipLength":1056,"brotliLength":0,"mainUid":"a584-32"},"a584-35":{"renderedLength":16052,"gzipLength":2629,"brotliLength":0,"mainUid":"a584-34"},"a584-37":{"renderedLength":7030,"gzipLength":1872,"brotliLength":0,"mainUid":"a584-36"},"a584-39":{"renderedLength":1457,"gzipLength":527,"brotliLength":0,"mainUid":"a584-38"},"a584-41":{"renderedLength":2198,"gzipLength":763,"brotliLength":0,"mainUid":"a584-40"},"a584-43":{"renderedLength":2626,"gzipLength":639,"brotliLength":0,"mainUid":"a584-42"},"a584-45":{"renderedLength":3779,"gzipLength":1058,"brotliLength":0,"mainUid":"a584-44"},"a584-47":{"renderedLength":1209,"gzipLength":506,"brotliLength":0,"mainUid":"a584-46"},"a584-49":{"renderedLength":1068,"gzipLength":422,"brotliLength":0,"mainUid":"a584-48"},"a584-51":{"renderedLength":1429,"gzipLength":449,"brotliLength":0,"mainUid":"a584-50"},"a584-53":{"renderedLength":3143,"gzipLength":1017,"brotliLength":0,"mainUid":"a584-52"},"a584-55":{"renderedLength":5412,"gzipLength":1484,"brotliLength":0,"mainUid":"a584-54"},"a584-57":{"renderedLength":1265,"gzipLength":498,"brotliLength":0,"mainUid":"a584-56"},"a584-59":{"renderedLength":1030,"gzipLength":396,"brotliLength":0,"mainUid":"a584-58"},"a584-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"a584-60"}},"nodeMetas":{"a584-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"a584-1"},"imported":[],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"},{"uid":"a584-8"},{"uid":"a584-10"},{"uid":"a584-14"},{"uid":"a584-18"},{"uid":"a584-34"},{"uid":"a584-20"},{"uid":"a584-22"},{"uid":"a584-24"},{"uid":"a584-26"},{"uid":"a584-30"},{"uid":"a584-32"},{"uid":"a584-40"},{"uid":"a584-44"},{"uid":"a584-46"},{"uid":"a584-48"},{"uid":"a584-50"},{"uid":"a584-52"},{"uid":"a584-54"},{"uid":"a584-56"},{"uid":"a584-58"},{"uid":"a584-2"},{"uid":"a584-4"},{"uid":"a584-6"}]},"a584-2":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"a584-3"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-36"}]},"a584-4":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"a584-5"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-36"}]},"a584-6":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"a584-7"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-36"}]},"a584-8":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"a584-9"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-10":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"a584-11"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-12":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"a584-13"},"imported":[],"importedBy":[{"uid":"a584-14"}]},"a584-14":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"a584-15"},"imported":[{"uid":"a584-12"},{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-16":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"a584-17"},"imported":[],"importedBy":[{"uid":"a584-18"}]},"a584-18":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"a584-19"},"imported":[{"uid":"a584-16"},{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"},{"uid":"a584-20"}]},"a584-20":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"a584-21"},"imported":[{"uid":"a584-0"},{"uid":"a584-18"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-22":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"a584-23"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-24":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"a584-25"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-26":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"a584-27"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-28":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"a584-29"},"imported":[],"importedBy":[{"uid":"a584-30"}]},"a584-30":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"a584-31"},"imported":[{"uid":"a584-28"},{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-32":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"a584-33"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-34":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"a584-35"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-36"}]},"a584-36":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"a584-37"},"imported":[{"uid":"a584-0"},{"uid":"a584-2"},{"uid":"a584-4"},{"uid":"a584-6"},{"uid":"a584-8"},{"uid":"a584-10"},{"uid":"a584-14"},{"uid":"a584-18"},{"uid":"a584-20"},{"uid":"a584-22"},{"uid":"a584-24"},{"uid":"a584-26"},{"uid":"a584-30"},{"uid":"a584-32"},{"uid":"a584-34"}],"importedBy":[{"uid":"a584-60"}]},"a584-38":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"a584-39"},"imported":[],"importedBy":[{"uid":"a584-60"}]},"a584-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"a584-41"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"}]},"a584-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"a584-43"},"imported":[],"importedBy":[{"uid":"a584-44"},{"uid":"a584-46"}]},"a584-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"a584-45"},"imported":[{"uid":"a584-0"},{"uid":"a584-42"}],"importedBy":[{"uid":"a584-60"}]},"a584-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"a584-47"},"imported":[{"uid":"a584-0"},{"uid":"a584-42"}],"importedBy":[{"uid":"a584-60"}]},"a584-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"a584-49"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"}]},"a584-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"a584-51"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"}]},"a584-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"a584-53"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"}]},"a584-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"a584-55"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"}]},"a584-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"a584-57"},"imported":[{"uid":"a584-0"}],"importedBy":[{"uid":"a584-60"},{"uid":"a584-58"}]},"a584-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"a584-59"},"imported":[{"uid":"a584-0"},{"uid":"a584-56"}],"importedBy":[{"uid":"a584-60"}]},"a584-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"a584-61"},"imported":[{"uid":"a584-36"},{"uid":"a584-62"},{"uid":"a584-38"},{"uid":"a584-8"},{"uid":"a584-10"},{"uid":"a584-14"},{"uid":"a584-18"},{"uid":"a584-34"},{"uid":"a584-20"},{"uid":"a584-22"},{"uid":"a584-24"},{"uid":"a584-26"},{"uid":"a584-30"},{"uid":"a584-32"},{"uid":"a584-0"},{"uid":"a584-40"},{"uid":"a584-44"},{"uid":"a584-46"},{"uid":"a584-48"},{"uid":"a584-50"},{"uid":"a584-52"},{"uid":"a584-54"},{"uid":"a584-56"},{"uid":"a584-58"}],"importedBy":[],"isEntry":true},"a584-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"a584-60"}]}},"env":{"rollup":"2.70.2"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
2672
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages/table-core/src","children":[{"uid":"9906-1","name":"utils.ts"},{"name":"features","children":[{"uid":"9906-3","name":"Columns.ts"},{"uid":"9906-5","name":"Rows.ts"},{"uid":"9906-7","name":"Cells.ts"},{"uid":"9906-9","name":"ColumnSizing.ts"},{"uid":"9906-11","name":"Expanding.ts"},{"uid":"9906-15","name":"Filters.ts"},{"uid":"9906-19","name":"Grouping.ts"},{"uid":"9906-21","name":"Ordering.ts"},{"uid":"9906-23","name":"Pagination.ts"},{"uid":"9906-25","name":"Pinning.ts"},{"uid":"9906-27","name":"RowSelection.ts"},{"uid":"9906-31","name":"Sorting.ts"},{"uid":"9906-33","name":"Visibility.ts"},{"uid":"9906-35","name":"Headers.ts"}]},{"uid":"9906-13","name":"filterFns.ts"},{"uid":"9906-17","name":"aggregationFns.ts"},{"uid":"9906-29","name":"sortingFns.ts"},{"uid":"9906-37","name":"core.ts"},{"uid":"9906-39","name":"createTable.ts"},{"name":"utils","children":[{"uid":"9906-41","name":"getCoreRowModel.ts"},{"uid":"9906-43","name":"filterRowsUtils.ts"},{"uid":"9906-45","name":"getFilteredRowModel.ts"},{"uid":"9906-47","name":"getFacetedRowModel.ts"},{"uid":"9906-49","name":"getFacetedUniqueValues.ts"},{"uid":"9906-51","name":"getFacetedMinMaxValues.ts"},{"uid":"9906-53","name":"getSortedRowModel.ts"},{"uid":"9906-55","name":"getGroupedRowModel.ts"},{"uid":"9906-57","name":"getExpandedRowModel.ts"},{"uid":"9906-59","name":"getPaginationRowModel.ts"}]},{"uid":"9906-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"9906-1":{"renderedLength":2201,"gzipLength":800,"brotliLength":0,"mainUid":"9906-0"},"9906-3":{"renderedLength":6485,"gzipLength":1337,"brotliLength":0,"mainUid":"9906-2"},"9906-5":{"renderedLength":2312,"gzipLength":753,"brotliLength":0,"mainUid":"9906-4"},"9906-7":{"renderedLength":2169,"gzipLength":627,"brotliLength":0,"mainUid":"9906-6"},"9906-9":{"renderedLength":9977,"gzipLength":2210,"brotliLength":0,"mainUid":"9906-8"},"9906-11":{"renderedLength":5682,"gzipLength":1309,"brotliLength":0,"mainUid":"9906-10"},"9906-13":{"renderedLength":2743,"gzipLength":666,"brotliLength":0,"mainUid":"9906-12"},"9906-15":{"renderedLength":10222,"gzipLength":1895,"brotliLength":0,"mainUid":"9906-14"},"9906-17":{"renderedLength":2146,"gzipLength":642,"brotliLength":0,"mainUid":"9906-16"},"9906-19":{"renderedLength":5311,"gzipLength":1351,"brotliLength":0,"mainUid":"9906-18"},"9906-21":{"renderedLength":2231,"gzipLength":767,"brotliLength":0,"mainUid":"9906-20"},"9906-23":{"renderedLength":6230,"gzipLength":1360,"brotliLength":0,"mainUid":"9906-22"},"9906-25":{"renderedLength":7888,"gzipLength":1365,"brotliLength":0,"mainUid":"9906-24"},"9906-27":{"renderedLength":12833,"gzipLength":2446,"brotliLength":0,"mainUid":"9906-26"},"9906-29":{"renderedLength":2712,"gzipLength":830,"brotliLength":0,"mainUid":"9906-28"},"9906-31":{"renderedLength":8530,"gzipLength":2017,"brotliLength":0,"mainUid":"9906-30"},"9906-33":{"renderedLength":5057,"gzipLength":1101,"brotliLength":0,"mainUid":"9906-32"},"9906-35":{"renderedLength":16052,"gzipLength":2629,"brotliLength":0,"mainUid":"9906-34"},"9906-37":{"renderedLength":7030,"gzipLength":1872,"brotliLength":0,"mainUid":"9906-36"},"9906-39":{"renderedLength":1457,"gzipLength":527,"brotliLength":0,"mainUid":"9906-38"},"9906-41":{"renderedLength":2153,"gzipLength":754,"brotliLength":0,"mainUid":"9906-40"},"9906-43":{"renderedLength":2626,"gzipLength":639,"brotliLength":0,"mainUid":"9906-42"},"9906-45":{"renderedLength":3734,"gzipLength":1048,"brotliLength":0,"mainUid":"9906-44"},"9906-47":{"renderedLength":1209,"gzipLength":506,"brotliLength":0,"mainUid":"9906-46"},"9906-49":{"renderedLength":1068,"gzipLength":422,"brotliLength":0,"mainUid":"9906-48"},"9906-51":{"renderedLength":1238,"gzipLength":443,"brotliLength":0,"mainUid":"9906-50"},"9906-53":{"renderedLength":3098,"gzipLength":1007,"brotliLength":0,"mainUid":"9906-52"},"9906-55":{"renderedLength":5412,"gzipLength":1484,"brotliLength":0,"mainUid":"9906-54"},"9906-57":{"renderedLength":1265,"gzipLength":498,"brotliLength":0,"mainUid":"9906-56"},"9906-59":{"renderedLength":1030,"gzipLength":396,"brotliLength":0,"mainUid":"9906-58"},"9906-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"9906-60"}},"nodeMetas":{"9906-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"9906-1"},"imported":[],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"},{"uid":"9906-8"},{"uid":"9906-10"},{"uid":"9906-14"},{"uid":"9906-18"},{"uid":"9906-34"},{"uid":"9906-20"},{"uid":"9906-22"},{"uid":"9906-24"},{"uid":"9906-26"},{"uid":"9906-30"},{"uid":"9906-32"},{"uid":"9906-40"},{"uid":"9906-44"},{"uid":"9906-46"},{"uid":"9906-48"},{"uid":"9906-50"},{"uid":"9906-52"},{"uid":"9906-54"},{"uid":"9906-56"},{"uid":"9906-58"},{"uid":"9906-2"},{"uid":"9906-4"},{"uid":"9906-6"}]},"9906-2":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"9906-3"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-36"}]},"9906-4":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"9906-5"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-36"}]},"9906-6":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"9906-7"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-36"}]},"9906-8":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"9906-9"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-10":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"9906-11"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-12":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"9906-13"},"imported":[],"importedBy":[{"uid":"9906-14"}]},"9906-14":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"9906-15"},"imported":[{"uid":"9906-12"},{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-16":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"9906-17"},"imported":[],"importedBy":[{"uid":"9906-18"}]},"9906-18":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"9906-19"},"imported":[{"uid":"9906-16"},{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"},{"uid":"9906-20"}]},"9906-20":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"9906-21"},"imported":[{"uid":"9906-0"},{"uid":"9906-18"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-22":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"9906-23"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-24":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"9906-25"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-26":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"9906-27"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-28":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"9906-29"},"imported":[],"importedBy":[{"uid":"9906-30"}]},"9906-30":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"9906-31"},"imported":[{"uid":"9906-28"},{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-32":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"9906-33"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-34":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"9906-35"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-36"}]},"9906-36":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"9906-37"},"imported":[{"uid":"9906-0"},{"uid":"9906-2"},{"uid":"9906-4"},{"uid":"9906-6"},{"uid":"9906-8"},{"uid":"9906-10"},{"uid":"9906-14"},{"uid":"9906-18"},{"uid":"9906-20"},{"uid":"9906-22"},{"uid":"9906-24"},{"uid":"9906-26"},{"uid":"9906-30"},{"uid":"9906-32"},{"uid":"9906-34"}],"importedBy":[{"uid":"9906-60"}]},"9906-38":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"9906-39"},"imported":[],"importedBy":[{"uid":"9906-60"}]},"9906-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"9906-41"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"}]},"9906-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"9906-43"},"imported":[],"importedBy":[{"uid":"9906-44"},{"uid":"9906-46"}]},"9906-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"9906-45"},"imported":[{"uid":"9906-0"},{"uid":"9906-42"}],"importedBy":[{"uid":"9906-60"}]},"9906-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"9906-47"},"imported":[{"uid":"9906-0"},{"uid":"9906-42"}],"importedBy":[{"uid":"9906-60"}]},"9906-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"9906-49"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"}]},"9906-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"9906-51"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"}]},"9906-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"9906-53"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"}]},"9906-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"9906-55"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"}]},"9906-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"9906-57"},"imported":[{"uid":"9906-0"}],"importedBy":[{"uid":"9906-60"},{"uid":"9906-58"}]},"9906-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"9906-59"},"imported":[{"uid":"9906-0"},{"uid":"9906-56"}],"importedBy":[{"uid":"9906-60"}]},"9906-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"9906-61"},"imported":[{"uid":"9906-36"},{"uid":"9906-62"},{"uid":"9906-38"},{"uid":"9906-8"},{"uid":"9906-10"},{"uid":"9906-14"},{"uid":"9906-18"},{"uid":"9906-34"},{"uid":"9906-20"},{"uid":"9906-22"},{"uid":"9906-24"},{"uid":"9906-26"},{"uid":"9906-30"},{"uid":"9906-32"},{"uid":"9906-0"},{"uid":"9906-40"},{"uid":"9906-44"},{"uid":"9906-46"},{"uid":"9906-48"},{"uid":"9906-50"},{"uid":"9906-52"},{"uid":"9906-54"},{"uid":"9906-56"},{"uid":"9906-58"}],"importedBy":[],"isEntry":true},"9906-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"9906-60"}]}},"env":{"rollup":"2.70.2"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
2673
2673
 
2674
2674
  const run = () => {
2675
2675
  const width = window.innerWidth;