@tanstack/table-core 8.0.0-alpha.82 → 8.0.0-alpha.83

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 (53) hide show
  1. package/build/cjs/core.js.map +1 -1
  2. package/build/cjs/createTable.js +3 -2
  3. package/build/cjs/createTable.js.map +1 -1
  4. package/build/cjs/features/Cells.js +1 -1
  5. package/build/cjs/features/Cells.js.map +1 -1
  6. package/build/cjs/features/ColumnSizing.js +5 -5
  7. package/build/cjs/features/ColumnSizing.js.map +1 -1
  8. package/build/cjs/features/Columns.js +8 -6
  9. package/build/cjs/features/Columns.js.map +1 -1
  10. package/build/cjs/features/Filters.js +9 -5
  11. package/build/cjs/features/Filters.js.map +1 -1
  12. package/build/cjs/features/Grouping.js +5 -5
  13. package/build/cjs/features/Grouping.js.map +1 -1
  14. package/build/cjs/features/Headers.js +2 -2
  15. package/build/cjs/features/Headers.js.map +1 -1
  16. package/build/cjs/features/Pinning.js +14 -8
  17. package/build/cjs/features/Pinning.js.map +1 -1
  18. package/build/cjs/features/Sorting.js +8 -8
  19. package/build/cjs/features/Sorting.js.map +1 -1
  20. package/build/cjs/features/Visibility.js +3 -3
  21. package/build/cjs/features/Visibility.js.map +1 -1
  22. package/build/cjs/utils/getGroupedRowModel.js +2 -2
  23. package/build/cjs/utils/getGroupedRowModel.js.map +1 -1
  24. package/build/cjs/utils/getSortedRowModel.js +2 -2
  25. package/build/cjs/utils/getSortedRowModel.js.map +1 -1
  26. package/build/esm/index.js +62 -49
  27. package/build/esm/index.js.map +1 -1
  28. package/build/stats-html.html +1 -1
  29. package/build/stats-react.json +324 -324
  30. package/build/types/core.d.ts +4 -4
  31. package/build/types/createTable.d.ts +4 -4
  32. package/build/types/features/Columns.d.ts +2 -2
  33. package/build/types/features/Pinning.d.ts +1 -1
  34. package/build/types/types.d.ts +5 -3
  35. package/build/umd/index.development.js +62 -49
  36. package/build/umd/index.development.js.map +1 -1
  37. package/build/umd/index.production.js +1 -1
  38. package/build/umd/index.production.js.map +1 -1
  39. package/package.json +1 -1
  40. package/src/core.ts +6 -6
  41. package/src/createTable.ts +7 -4
  42. package/src/features/Cells.ts +2 -2
  43. package/src/features/ColumnSizing.ts +5 -5
  44. package/src/features/Columns.ts +12 -8
  45. package/src/features/Filters.ts +7 -3
  46. package/src/features/Grouping.ts +4 -3
  47. package/src/features/Headers.ts +4 -4
  48. package/src/features/Pinning.ts +10 -5
  49. package/src/features/Sorting.ts +9 -9
  50. package/src/features/Visibility.ts +2 -2
  51. package/src/types.ts +9 -5
  52. package/src/utils/getGroupedRowModel.ts +3 -2
  53. package/src/utils/getSortedRowModel.ts +2 -2
@@ -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":"1e4f-1","name":"utils.ts"},{"name":"features","children":[{"uid":"1e4f-3","name":"Columns.ts"},{"uid":"1e4f-5","name":"Rows.ts"},{"uid":"1e4f-7","name":"Cells.ts"},{"uid":"1e4f-9","name":"ColumnSizing.ts"},{"uid":"1e4f-11","name":"Expanding.ts"},{"uid":"1e4f-15","name":"Filters.ts"},{"uid":"1e4f-19","name":"Grouping.ts"},{"uid":"1e4f-21","name":"Ordering.ts"},{"uid":"1e4f-23","name":"Pagination.ts"},{"uid":"1e4f-25","name":"Pinning.ts"},{"uid":"1e4f-27","name":"RowSelection.ts"},{"uid":"1e4f-31","name":"Sorting.ts"},{"uid":"1e4f-33","name":"Visibility.ts"},{"uid":"1e4f-35","name":"Headers.ts"}]},{"uid":"1e4f-13","name":"filterFns.ts"},{"uid":"1e4f-17","name":"aggregationFns.ts"},{"uid":"1e4f-29","name":"sortingFns.ts"},{"uid":"1e4f-37","name":"core.ts"},{"uid":"1e4f-39","name":"createTable.ts"},{"name":"utils","children":[{"uid":"1e4f-41","name":"getCoreRowModel.ts"},{"uid":"1e4f-43","name":"filterRowsUtils.ts"},{"uid":"1e4f-45","name":"getFilteredRowModel.ts"},{"uid":"1e4f-47","name":"getFacetedRowModel.ts"},{"uid":"1e4f-49","name":"getFacetedUniqueValues.ts"},{"uid":"1e4f-51","name":"getFacetedMinMaxValues.ts"},{"uid":"1e4f-53","name":"getSortedRowModel.ts"},{"uid":"1e4f-55","name":"getGroupedRowModel.ts"},{"uid":"1e4f-57","name":"getExpandedRowModel.ts"},{"uid":"1e4f-59","name":"getPaginationRowModel.ts"}]},{"uid":"1e4f-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"1e4f-1":{"renderedLength":2201,"gzipLength":800,"brotliLength":0,"mainUid":"1e4f-0"},"1e4f-3":{"renderedLength":6485,"gzipLength":1337,"brotliLength":0,"mainUid":"1e4f-2"},"1e4f-5":{"renderedLength":2311,"gzipLength":760,"brotliLength":0,"mainUid":"1e4f-4"},"1e4f-7":{"renderedLength":2170,"gzipLength":628,"brotliLength":0,"mainUid":"1e4f-6"},"1e4f-9":{"renderedLength":9977,"gzipLength":2208,"brotliLength":0,"mainUid":"1e4f-8"},"1e4f-11":{"renderedLength":5686,"gzipLength":1314,"brotliLength":0,"mainUid":"1e4f-10"},"1e4f-13":{"renderedLength":2743,"gzipLength":666,"brotliLength":0,"mainUid":"1e4f-12"},"1e4f-15":{"renderedLength":10251,"gzipLength":1899,"brotliLength":0,"mainUid":"1e4f-14"},"1e4f-17":{"renderedLength":2146,"gzipLength":642,"brotliLength":0,"mainUid":"1e4f-16"},"1e4f-19":{"renderedLength":5312,"gzipLength":1351,"brotliLength":0,"mainUid":"1e4f-18"},"1e4f-21":{"renderedLength":2231,"gzipLength":767,"brotliLength":0,"mainUid":"1e4f-20"},"1e4f-23":{"renderedLength":6265,"gzipLength":1382,"brotliLength":0,"mainUid":"1e4f-22"},"1e4f-25":{"renderedLength":7888,"gzipLength":1365,"brotliLength":0,"mainUid":"1e4f-24"},"1e4f-27":{"renderedLength":12833,"gzipLength":2446,"brotliLength":0,"mainUid":"1e4f-26"},"1e4f-29":{"renderedLength":2712,"gzipLength":830,"brotliLength":0,"mainUid":"1e4f-28"},"1e4f-31":{"renderedLength":8529,"gzipLength":2016,"brotliLength":0,"mainUid":"1e4f-30"},"1e4f-33":{"renderedLength":5057,"gzipLength":1101,"brotliLength":0,"mainUid":"1e4f-32"},"1e4f-35":{"renderedLength":16531,"gzipLength":2703,"brotliLength":0,"mainUid":"1e4f-34"},"1e4f-37":{"renderedLength":4084,"gzipLength":1234,"brotliLength":0,"mainUid":"1e4f-36"},"1e4f-39":{"renderedLength":1495,"gzipLength":534,"brotliLength":0,"mainUid":"1e4f-38"},"1e4f-41":{"renderedLength":2000,"gzipLength":771,"brotliLength":0,"mainUid":"1e4f-40"},"1e4f-43":{"renderedLength":2622,"gzipLength":636,"brotliLength":0,"mainUid":"1e4f-42"},"1e4f-45":{"renderedLength":4104,"gzipLength":1090,"brotliLength":0,"mainUid":"1e4f-44"},"1e4f-47":{"renderedLength":1207,"gzipLength":503,"brotliLength":0,"mainUid":"1e4f-46"},"1e4f-49":{"renderedLength":1068,"gzipLength":422,"brotliLength":0,"mainUid":"1e4f-48"},"1e4f-51":{"renderedLength":1238,"gzipLength":443,"brotliLength":0,"mainUid":"1e4f-50"},"1e4f-53":{"renderedLength":3098,"gzipLength":1007,"brotliLength":0,"mainUid":"1e4f-52"},"1e4f-55":{"renderedLength":5413,"gzipLength":1484,"brotliLength":0,"mainUid":"1e4f-54"},"1e4f-57":{"renderedLength":1265,"gzipLength":498,"brotliLength":0,"mainUid":"1e4f-56"},"1e4f-59":{"renderedLength":1030,"gzipLength":396,"brotliLength":0,"mainUid":"1e4f-58"},"1e4f-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"1e4f-60"}},"nodeMetas":{"1e4f-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"1e4f-1"},"imported":[],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"},{"uid":"1e4f-8"},{"uid":"1e4f-10"},{"uid":"1e4f-14"},{"uid":"1e4f-18"},{"uid":"1e4f-34"},{"uid":"1e4f-20"},{"uid":"1e4f-22"},{"uid":"1e4f-24"},{"uid":"1e4f-26"},{"uid":"1e4f-30"},{"uid":"1e4f-32"},{"uid":"1e4f-40"},{"uid":"1e4f-44"},{"uid":"1e4f-46"},{"uid":"1e4f-48"},{"uid":"1e4f-50"},{"uid":"1e4f-52"},{"uid":"1e4f-54"},{"uid":"1e4f-56"},{"uid":"1e4f-58"},{"uid":"1e4f-2"},{"uid":"1e4f-4"},{"uid":"1e4f-6"}]},"1e4f-2":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"1e4f-3"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-36"}]},"1e4f-4":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"1e4f-5"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-36"}]},"1e4f-6":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"1e4f-7"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-36"}]},"1e4f-8":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"1e4f-9"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-10":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"1e4f-11"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-12":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"1e4f-13"},"imported":[],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-14"}]},"1e4f-14":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"1e4f-15"},"imported":[{"uid":"1e4f-12"},{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-16":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"1e4f-17"},"imported":[],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-18"}]},"1e4f-18":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"1e4f-19"},"imported":[{"uid":"1e4f-16"},{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"},{"uid":"1e4f-20"}]},"1e4f-20":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"1e4f-21"},"imported":[{"uid":"1e4f-0"},{"uid":"1e4f-18"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-22":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"1e4f-23"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-24":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"1e4f-25"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-26":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"1e4f-27"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-28":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"1e4f-29"},"imported":[],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-30"}]},"1e4f-30":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"1e4f-31"},"imported":[{"uid":"1e4f-28"},{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-32":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"1e4f-33"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-34":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"1e4f-35"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-36"}]},"1e4f-36":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"1e4f-37"},"imported":[{"uid":"1e4f-0"},{"uid":"1e4f-2"},{"uid":"1e4f-4"},{"uid":"1e4f-6"},{"uid":"1e4f-8"},{"uid":"1e4f-10"},{"uid":"1e4f-14"},{"uid":"1e4f-18"},{"uid":"1e4f-20"},{"uid":"1e4f-22"},{"uid":"1e4f-24"},{"uid":"1e4f-26"},{"uid":"1e4f-30"},{"uid":"1e4f-32"},{"uid":"1e4f-34"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-38":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"1e4f-39"},"imported":[],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"1e4f-41"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"1e4f-43"},"imported":[],"importedBy":[{"uid":"1e4f-44"},{"uid":"1e4f-46"}]},"1e4f-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"1e4f-45"},"imported":[{"uid":"1e4f-0"},{"uid":"1e4f-42"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"1e4f-47"},"imported":[{"uid":"1e4f-0"},{"uid":"1e4f-42"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"1e4f-49"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"1e4f-51"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"1e4f-53"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"1e4f-55"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"1e4f-57"},"imported":[{"uid":"1e4f-0"}],"importedBy":[{"uid":"1e4f-60"},{"uid":"1e4f-58"}]},"1e4f-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"1e4f-59"},"imported":[{"uid":"1e4f-0"},{"uid":"1e4f-56"}],"importedBy":[{"uid":"1e4f-60"}]},"1e4f-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"1e4f-61"},"imported":[{"uid":"1e4f-36"},{"uid":"1e4f-62"},{"uid":"1e4f-38"},{"uid":"1e4f-8"},{"uid":"1e4f-10"},{"uid":"1e4f-14"},{"uid":"1e4f-18"},{"uid":"1e4f-34"},{"uid":"1e4f-20"},{"uid":"1e4f-22"},{"uid":"1e4f-24"},{"uid":"1e4f-26"},{"uid":"1e4f-30"},{"uid":"1e4f-32"},{"uid":"1e4f-12"},{"uid":"1e4f-28"},{"uid":"1e4f-16"},{"uid":"1e4f-0"},{"uid":"1e4f-40"},{"uid":"1e4f-44"},{"uid":"1e4f-46"},{"uid":"1e4f-48"},{"uid":"1e4f-50"},{"uid":"1e4f-52"},{"uid":"1e4f-54"},{"uid":"1e4f-56"},{"uid":"1e4f-58"}],"importedBy":[],"isEntry":true},"1e4f-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"1e4f-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":"0e3b-1","name":"utils.ts"},{"name":"features","children":[{"uid":"0e3b-3","name":"Columns.ts"},{"uid":"0e3b-5","name":"Rows.ts"},{"uid":"0e3b-7","name":"Cells.ts"},{"uid":"0e3b-9","name":"ColumnSizing.ts"},{"uid":"0e3b-11","name":"Expanding.ts"},{"uid":"0e3b-15","name":"Filters.ts"},{"uid":"0e3b-19","name":"Grouping.ts"},{"uid":"0e3b-21","name":"Ordering.ts"},{"uid":"0e3b-23","name":"Pagination.ts"},{"uid":"0e3b-25","name":"Pinning.ts"},{"uid":"0e3b-27","name":"RowSelection.ts"},{"uid":"0e3b-31","name":"Sorting.ts"},{"uid":"0e3b-33","name":"Visibility.ts"},{"uid":"0e3b-35","name":"Headers.ts"}]},{"uid":"0e3b-13","name":"filterFns.ts"},{"uid":"0e3b-17","name":"aggregationFns.ts"},{"uid":"0e3b-29","name":"sortingFns.ts"},{"uid":"0e3b-37","name":"core.ts"},{"uid":"0e3b-39","name":"createTable.ts"},{"name":"utils","children":[{"uid":"0e3b-41","name":"getCoreRowModel.ts"},{"uid":"0e3b-43","name":"filterRowsUtils.ts"},{"uid":"0e3b-45","name":"getFilteredRowModel.ts"},{"uid":"0e3b-47","name":"getFacetedRowModel.ts"},{"uid":"0e3b-49","name":"getFacetedUniqueValues.ts"},{"uid":"0e3b-51","name":"getFacetedMinMaxValues.ts"},{"uid":"0e3b-53","name":"getSortedRowModel.ts"},{"uid":"0e3b-55","name":"getGroupedRowModel.ts"},{"uid":"0e3b-57","name":"getExpandedRowModel.ts"},{"uid":"0e3b-59","name":"getPaginationRowModel.ts"}]},{"uid":"0e3b-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"0e3b-1":{"renderedLength":2201,"gzipLength":800,"brotliLength":0,"mainUid":"0e3b-0"},"0e3b-3":{"renderedLength":6556,"gzipLength":1344,"brotliLength":0,"mainUid":"0e3b-2"},"0e3b-5":{"renderedLength":2311,"gzipLength":760,"brotliLength":0,"mainUid":"0e3b-4"},"0e3b-7":{"renderedLength":2190,"gzipLength":633,"brotliLength":0,"mainUid":"0e3b-6"},"0e3b-9":{"renderedLength":10056,"gzipLength":2221,"brotliLength":0,"mainUid":"0e3b-8"},"0e3b-11":{"renderedLength":5686,"gzipLength":1314,"brotliLength":0,"mainUid":"0e3b-10"},"0e3b-13":{"renderedLength":2743,"gzipLength":666,"brotliLength":0,"mainUid":"0e3b-12"},"0e3b-15":{"renderedLength":10371,"gzipLength":1915,"brotliLength":0,"mainUid":"0e3b-14"},"0e3b-17":{"renderedLength":2146,"gzipLength":642,"brotliLength":0,"mainUid":"0e3b-16"},"0e3b-19":{"renderedLength":5345,"gzipLength":1363,"brotliLength":0,"mainUid":"0e3b-18"},"0e3b-21":{"renderedLength":2231,"gzipLength":767,"brotliLength":0,"mainUid":"0e3b-20"},"0e3b-23":{"renderedLength":6265,"gzipLength":1382,"brotliLength":0,"mainUid":"0e3b-22"},"0e3b-25":{"renderedLength":8246,"gzipLength":1445,"brotliLength":0,"mainUid":"0e3b-24"},"0e3b-27":{"renderedLength":12833,"gzipLength":2446,"brotliLength":0,"mainUid":"0e3b-26"},"0e3b-29":{"renderedLength":2712,"gzipLength":830,"brotliLength":0,"mainUid":"0e3b-28"},"0e3b-31":{"renderedLength":8615,"gzipLength":2026,"brotliLength":0,"mainUid":"0e3b-30"},"0e3b-33":{"renderedLength":5073,"gzipLength":1113,"brotliLength":0,"mainUid":"0e3b-32"},"0e3b-35":{"renderedLength":16571,"gzipLength":2708,"brotliLength":0,"mainUid":"0e3b-34"},"0e3b-37":{"renderedLength":4084,"gzipLength":1234,"brotliLength":0,"mainUid":"0e3b-36"},"0e3b-39":{"renderedLength":1546,"gzipLength":551,"brotliLength":0,"mainUid":"0e3b-38"},"0e3b-41":{"renderedLength":2000,"gzipLength":771,"brotliLength":0,"mainUid":"0e3b-40"},"0e3b-43":{"renderedLength":2622,"gzipLength":636,"brotliLength":0,"mainUid":"0e3b-42"},"0e3b-45":{"renderedLength":4104,"gzipLength":1090,"brotliLength":0,"mainUid":"0e3b-44"},"0e3b-47":{"renderedLength":1207,"gzipLength":503,"brotliLength":0,"mainUid":"0e3b-46"},"0e3b-49":{"renderedLength":1068,"gzipLength":422,"brotliLength":0,"mainUid":"0e3b-48"},"0e3b-51":{"renderedLength":1238,"gzipLength":443,"brotliLength":0,"mainUid":"0e3b-50"},"0e3b-53":{"renderedLength":3118,"gzipLength":1011,"brotliLength":0,"mainUid":"0e3b-52"},"0e3b-55":{"renderedLength":5433,"gzipLength":1490,"brotliLength":0,"mainUid":"0e3b-54"},"0e3b-57":{"renderedLength":1265,"gzipLength":498,"brotliLength":0,"mainUid":"0e3b-56"},"0e3b-59":{"renderedLength":1030,"gzipLength":396,"brotliLength":0,"mainUid":"0e3b-58"},"0e3b-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"0e3b-60"}},"nodeMetas":{"0e3b-0":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"0e3b-1"},"imported":[],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"},{"uid":"0e3b-8"},{"uid":"0e3b-10"},{"uid":"0e3b-14"},{"uid":"0e3b-18"},{"uid":"0e3b-34"},{"uid":"0e3b-20"},{"uid":"0e3b-22"},{"uid":"0e3b-24"},{"uid":"0e3b-26"},{"uid":"0e3b-30"},{"uid":"0e3b-32"},{"uid":"0e3b-40"},{"uid":"0e3b-44"},{"uid":"0e3b-46"},{"uid":"0e3b-48"},{"uid":"0e3b-50"},{"uid":"0e3b-52"},{"uid":"0e3b-54"},{"uid":"0e3b-56"},{"uid":"0e3b-58"},{"uid":"0e3b-2"},{"uid":"0e3b-4"},{"uid":"0e3b-6"}]},"0e3b-2":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"0e3b-3"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-36"}]},"0e3b-4":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"0e3b-5"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-36"}]},"0e3b-6":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"0e3b-7"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-36"}]},"0e3b-8":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"0e3b-9"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-10":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"0e3b-11"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-12":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"0e3b-13"},"imported":[],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-14"}]},"0e3b-14":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"0e3b-15"},"imported":[{"uid":"0e3b-12"},{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-16":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"0e3b-17"},"imported":[],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-18"}]},"0e3b-18":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"0e3b-19"},"imported":[{"uid":"0e3b-16"},{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"},{"uid":"0e3b-20"}]},"0e3b-20":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"0e3b-21"},"imported":[{"uid":"0e3b-0"},{"uid":"0e3b-18"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-22":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"0e3b-23"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-24":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"0e3b-25"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-26":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"0e3b-27"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-28":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"0e3b-29"},"imported":[],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-30"}]},"0e3b-30":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"0e3b-31"},"imported":[{"uid":"0e3b-28"},{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-32":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"0e3b-33"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-34":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"0e3b-35"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-36"}]},"0e3b-36":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"0e3b-37"},"imported":[{"uid":"0e3b-0"},{"uid":"0e3b-2"},{"uid":"0e3b-4"},{"uid":"0e3b-6"},{"uid":"0e3b-8"},{"uid":"0e3b-10"},{"uid":"0e3b-14"},{"uid":"0e3b-18"},{"uid":"0e3b-20"},{"uid":"0e3b-22"},{"uid":"0e3b-24"},{"uid":"0e3b-26"},{"uid":"0e3b-30"},{"uid":"0e3b-32"},{"uid":"0e3b-34"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-38":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"0e3b-39"},"imported":[],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-40":{"id":"/packages/table-core/src/utils/getCoreRowModel.ts","moduleParts":{"index.production.js":"0e3b-41"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-42":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"0e3b-43"},"imported":[],"importedBy":[{"uid":"0e3b-44"},{"uid":"0e3b-46"}]},"0e3b-44":{"id":"/packages/table-core/src/utils/getFilteredRowModel.ts","moduleParts":{"index.production.js":"0e3b-45"},"imported":[{"uid":"0e3b-0"},{"uid":"0e3b-42"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-46":{"id":"/packages/table-core/src/utils/getFacetedRowModel.ts","moduleParts":{"index.production.js":"0e3b-47"},"imported":[{"uid":"0e3b-0"},{"uid":"0e3b-42"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-48":{"id":"/packages/table-core/src/utils/getFacetedUniqueValues.ts","moduleParts":{"index.production.js":"0e3b-49"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-50":{"id":"/packages/table-core/src/utils/getFacetedMinMaxValues.ts","moduleParts":{"index.production.js":"0e3b-51"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-52":{"id":"/packages/table-core/src/utils/getSortedRowModel.ts","moduleParts":{"index.production.js":"0e3b-53"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"0e3b-55"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"0e3b-57"},"imported":[{"uid":"0e3b-0"}],"importedBy":[{"uid":"0e3b-60"},{"uid":"0e3b-58"}]},"0e3b-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"0e3b-59"},"imported":[{"uid":"0e3b-0"},{"uid":"0e3b-56"}],"importedBy":[{"uid":"0e3b-60"}]},"0e3b-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"0e3b-61"},"imported":[{"uid":"0e3b-36"},{"uid":"0e3b-62"},{"uid":"0e3b-38"},{"uid":"0e3b-8"},{"uid":"0e3b-10"},{"uid":"0e3b-14"},{"uid":"0e3b-18"},{"uid":"0e3b-34"},{"uid":"0e3b-20"},{"uid":"0e3b-22"},{"uid":"0e3b-24"},{"uid":"0e3b-26"},{"uid":"0e3b-30"},{"uid":"0e3b-32"},{"uid":"0e3b-12"},{"uid":"0e3b-28"},{"uid":"0e3b-16"},{"uid":"0e3b-0"},{"uid":"0e3b-40"},{"uid":"0e3b-44"},{"uid":"0e3b-46"},{"uid":"0e3b-48"},{"uid":"0e3b-50"},{"uid":"0e3b-52"},{"uid":"0e3b-54"},{"uid":"0e3b-56"},{"uid":"0e3b-58"}],"importedBy":[],"isEntry":true},"0e3b-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0e3b-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;