@tanstack/table-core 8.0.0-alpha.59 → 8.0.0-alpha.62

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 (58) hide show
  1. package/build/cjs/core.js +16 -11
  2. package/build/cjs/core.js.map +1 -1
  3. package/build/cjs/features/Expanding.js +1 -3
  4. package/build/cjs/features/Expanding.js.map +1 -1
  5. package/build/cjs/features/Filters.js +0 -23
  6. package/build/cjs/features/Filters.js.map +1 -1
  7. package/build/cjs/features/Grouping.js +0 -18
  8. package/build/cjs/features/Grouping.js.map +1 -1
  9. package/build/cjs/features/Pagination.js +1 -1
  10. package/build/cjs/features/Pagination.js.map +1 -1
  11. package/build/cjs/features/RowSelection.js +0 -32
  12. package/build/cjs/features/RowSelection.js.map +1 -1
  13. package/build/cjs/features/Sorting.js +0 -18
  14. package/build/cjs/features/Sorting.js.map +1 -1
  15. package/build/cjs/utils/getColumnFilteredRowModelSync.js +1 -1
  16. package/build/cjs/utils/getColumnFilteredRowModelSync.js.map +1 -1
  17. package/build/cjs/utils/getCoreRowModelAsync.js +1 -2
  18. package/build/cjs/utils/getCoreRowModelAsync.js.map +1 -1
  19. package/build/cjs/utils/getCoreRowModelSync.js +1 -2
  20. package/build/cjs/utils/getCoreRowModelSync.js.map +1 -1
  21. package/build/cjs/utils/getGlobalFilteredRowModelSync.js +1 -1
  22. package/build/cjs/utils/getGlobalFilteredRowModelSync.js.map +1 -1
  23. package/build/cjs/utils/getGroupedRowModel.js +3 -1
  24. package/build/cjs/utils/getGroupedRowModel.js.map +1 -1
  25. package/build/cjs/utils/getSortedRowModelSync.js +1 -1
  26. package/build/cjs/utils/getSortedRowModelSync.js.map +1 -1
  27. package/build/esm/index.js +26 -114
  28. package/build/esm/index.js.map +1 -1
  29. package/build/stats-html.html +1 -1
  30. package/build/stats-react.json +343 -343
  31. package/build/types/core.d.ts +0 -1
  32. package/build/types/features/Expanding.d.ts +1 -1
  33. package/build/types/features/Filters.d.ts +0 -3
  34. package/build/types/features/Grouping.d.ts +0 -3
  35. package/build/types/features/Pagination.d.ts +1 -1
  36. package/build/types/features/RowSelection.d.ts +0 -2
  37. package/build/types/features/Sorting.d.ts +0 -2
  38. package/build/umd/index.development.js +26 -114
  39. package/build/umd/index.development.js.map +1 -1
  40. package/build/umd/index.production.js +1 -1
  41. package/build/umd/index.production.js.map +1 -1
  42. package/package.json +1 -1
  43. package/src/core.ts +21 -11
  44. package/src/features/Expanding.ts +2 -4
  45. package/src/features/Filters.ts +0 -33
  46. package/src/features/Grouping.ts +0 -25
  47. package/src/features/Pagination.ts +3 -2
  48. package/src/features/RowSelection.ts +0 -29
  49. package/src/features/Sorting.ts +0 -22
  50. package/src/utils/getColumnFilteredRowModelAsync.ts +1 -1
  51. package/src/utils/getColumnFilteredRowModelSync.ts +1 -1
  52. package/src/utils/getCoreRowModelAsync.ts +1 -2
  53. package/src/utils/getCoreRowModelSync.ts +1 -2
  54. package/src/utils/getGlobalFilteredRowModelAsync.ts +1 -1
  55. package/src/utils/getGlobalFilteredRowModelSync.ts +1 -1
  56. package/src/utils/getGroupedRowModel.ts +2 -1
  57. package/src/utils/getSortedRowModelAsync.ts +1 -1
  58. package/src/utils/getSortedRowModelSync.ts +1 -1
@@ -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":[{"uid":"76c7-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/table-core/src","children":[{"uid":"76c7-3","name":"utils.ts"},{"name":"features","children":[{"uid":"76c7-5","name":"Columns.ts"},{"uid":"76c7-7","name":"Rows.ts"},{"uid":"76c7-9","name":"Cells.ts"},{"uid":"76c7-11","name":"ColumnSizing.ts"},{"uid":"76c7-13","name":"Expanding.ts"},{"uid":"76c7-17","name":"Filters.ts"},{"uid":"76c7-21","name":"Grouping.ts"},{"uid":"76c7-23","name":"Ordering.ts"},{"uid":"76c7-25","name":"Pagination.ts"},{"uid":"76c7-27","name":"Pinning.ts"},{"uid":"76c7-29","name":"RowSelection.ts"},{"uid":"76c7-33","name":"Sorting.ts"},{"uid":"76c7-35","name":"Visibility.ts"},{"uid":"76c7-37","name":"Headers.ts"}]},{"uid":"76c7-15","name":"filterFns.ts"},{"uid":"76c7-19","name":"aggregationFns.ts"},{"uid":"76c7-31","name":"sortingFns.ts"},{"uid":"76c7-39","name":"core.ts"},{"uid":"76c7-41","name":"createTable.ts"},{"name":"utils","children":[{"uid":"76c7-43","name":"getCoreRowModelSync.ts"},{"uid":"76c7-45","name":"getCoreRowModelAsync.ts"},{"uid":"76c7-47","name":"filterRowsUtils.ts"},{"uid":"76c7-49","name":"getColumnFilteredRowModelSync.ts"},{"uid":"76c7-51","name":"getGlobalFilteredRowModelSync.ts"},{"uid":"76c7-53","name":"getSortedRowModelSync.ts"},{"uid":"76c7-55","name":"getGroupedRowModel.ts"},{"uid":"76c7-57","name":"getExpandedRowModel.ts"},{"uid":"76c7-59","name":"getPaginationRowModel.ts"}]},{"uid":"76c7-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"76c7-1":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"76c7-0"},"76c7-3":{"renderedLength":7408,"gzipLength":1895,"brotliLength":0,"mainUid":"76c7-2"},"76c7-5":{"renderedLength":7169,"gzipLength":1386,"brotliLength":0,"mainUid":"76c7-4"},"76c7-7":{"renderedLength":2013,"gzipLength":671,"brotliLength":0,"mainUid":"76c7-6"},"76c7-9":{"renderedLength":2415,"gzipLength":642,"brotliLength":0,"mainUid":"76c7-8"},"76c7-11":{"renderedLength":13618,"gzipLength":2498,"brotliLength":0,"mainUid":"76c7-10"},"76c7-13":{"renderedLength":7196,"gzipLength":1519,"brotliLength":0,"mainUid":"76c7-12"},"76c7-15":{"renderedLength":4925,"gzipLength":807,"brotliLength":0,"mainUid":"76c7-14"},"76c7-17":{"renderedLength":13955,"gzipLength":2506,"brotliLength":0,"mainUid":"76c7-16"},"76c7-19":{"renderedLength":2672,"gzipLength":771,"brotliLength":0,"mainUid":"76c7-18"},"76c7-21":{"renderedLength":7847,"gzipLength":1627,"brotliLength":0,"mainUid":"76c7-20"},"76c7-23":{"renderedLength":2586,"gzipLength":794,"brotliLength":0,"mainUid":"76c7-22"},"76c7-25":{"renderedLength":6033,"gzipLength":1248,"brotliLength":0,"mainUid":"76c7-24"},"76c7-27":{"renderedLength":12828,"gzipLength":1658,"brotliLength":0,"mainUid":"76c7-26"},"76c7-29":{"renderedLength":16516,"gzipLength":2789,"brotliLength":0,"mainUid":"76c7-28"},"76c7-31":{"renderedLength":2753,"gzipLength":846,"brotliLength":0,"mainUid":"76c7-30"},"76c7-33":{"renderedLength":11640,"gzipLength":2428,"brotliLength":0,"mainUid":"76c7-32"},"76c7-35":{"renderedLength":6959,"gzipLength":1289,"brotliLength":0,"mainUid":"76c7-34"},"76c7-37":{"renderedLength":18481,"gzipLength":2898,"brotliLength":0,"mainUid":"76c7-36"},"76c7-39":{"renderedLength":3427,"gzipLength":914,"brotliLength":0,"mainUid":"76c7-38"},"76c7-41":{"renderedLength":1882,"gzipLength":562,"brotliLength":0,"mainUid":"76c7-40"},"76c7-43":{"renderedLength":2462,"gzipLength":797,"brotliLength":0,"mainUid":"76c7-42"},"76c7-45":{"renderedLength":3559,"gzipLength":1014,"brotliLength":0,"mainUid":"76c7-44"},"76c7-47":{"renderedLength":2457,"gzipLength":568,"brotliLength":0,"mainUid":"76c7-46"},"76c7-49":{"renderedLength":3130,"gzipLength":892,"brotliLength":0,"mainUid":"76c7-48"},"76c7-51":{"renderedLength":2469,"gzipLength":693,"brotliLength":0,"mainUid":"76c7-50"},"76c7-53":{"renderedLength":3437,"gzipLength":1020,"brotliLength":0,"mainUid":"76c7-52"},"76c7-55":{"renderedLength":5782,"gzipLength":1525,"brotliLength":0,"mainUid":"76c7-54"},"76c7-57":{"renderedLength":1385,"gzipLength":494,"brotliLength":0,"mainUid":"76c7-56"},"76c7-59":{"renderedLength":1254,"gzipLength":407,"brotliLength":0,"mainUid":"76c7-58"},"76c7-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"76c7-60"}},"nodeMetas":{"76c7-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"76c7-1"},"imported":[],"importedBy":[{"uid":"76c7-38"},{"uid":"76c7-40"},{"uid":"76c7-10"},{"uid":"76c7-12"},{"uid":"76c7-24"},{"uid":"76c7-26"},{"uid":"76c7-28"},{"uid":"76c7-32"},{"uid":"76c7-34"},{"uid":"76c7-2"},{"uid":"76c7-44"},{"uid":"76c7-4"},{"uid":"76c7-18"}]},"76c7-2":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"76c7-3"},"imported":[{"uid":"76c7-0"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"},{"uid":"76c7-10"},{"uid":"76c7-12"},{"uid":"76c7-16"},{"uid":"76c7-20"},{"uid":"76c7-36"},{"uid":"76c7-22"},{"uid":"76c7-24"},{"uid":"76c7-26"},{"uid":"76c7-28"},{"uid":"76c7-32"},{"uid":"76c7-34"},{"uid":"76c7-42"},{"uid":"76c7-44"},{"uid":"76c7-48"},{"uid":"76c7-50"},{"uid":"76c7-52"},{"uid":"76c7-54"},{"uid":"76c7-56"},{"uid":"76c7-58"},{"uid":"76c7-4"},{"uid":"76c7-6"},{"uid":"76c7-8"}]},"76c7-4":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"76c7-5"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-38"}]},"76c7-6":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"76c7-7"},"imported":[{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-38"}]},"76c7-8":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"76c7-9"},"imported":[{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-38"}]},"76c7-10":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"76c7-11"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-12":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"76c7-13"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-14":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"76c7-15"},"imported":[],"importedBy":[{"uid":"76c7-16"}]},"76c7-16":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"76c7-17"},"imported":[{"uid":"76c7-14"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-18":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"76c7-19"},"imported":[{"uid":"76c7-0"}],"importedBy":[{"uid":"76c7-38"},{"uid":"76c7-20"}]},"76c7-20":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"76c7-21"},"imported":[{"uid":"76c7-18"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"},{"uid":"76c7-22"}]},"76c7-22":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"76c7-23"},"imported":[{"uid":"76c7-2"},{"uid":"76c7-20"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-24":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"76c7-25"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-26":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"76c7-27"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-28":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"76c7-29"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-30":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"76c7-31"},"imported":[],"importedBy":[{"uid":"76c7-32"}]},"76c7-32":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"76c7-33"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-30"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-34":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"76c7-35"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-36":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"76c7-37"},"imported":[{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-38"}]},"76c7-38":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"76c7-39"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"},{"uid":"76c7-4"},{"uid":"76c7-6"},{"uid":"76c7-8"},{"uid":"76c7-10"},{"uid":"76c7-12"},{"uid":"76c7-16"},{"uid":"76c7-20"},{"uid":"76c7-22"},{"uid":"76c7-24"},{"uid":"76c7-26"},{"uid":"76c7-28"},{"uid":"76c7-32"},{"uid":"76c7-34"},{"uid":"76c7-36"},{"uid":"76c7-18"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-40":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"76c7-41"},"imported":[{"uid":"76c7-0"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-42":{"id":"/packages/table-core/src/utils/getCoreRowModelSync.ts","moduleParts":{"index.production.js":"76c7-43"},"imported":[{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-44":{"id":"/packages/table-core/src/utils/getCoreRowModelAsync.ts","moduleParts":{"index.production.js":"76c7-45"},"imported":[{"uid":"76c7-0"},{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-46":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"76c7-47"},"imported":[],"importedBy":[{"uid":"76c7-48"},{"uid":"76c7-50"}]},"76c7-48":{"id":"/packages/table-core/src/utils/getColumnFilteredRowModelSync.ts","moduleParts":{"index.production.js":"76c7-49"},"imported":[{"uid":"76c7-2"},{"uid":"76c7-46"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-50":{"id":"/packages/table-core/src/utils/getGlobalFilteredRowModelSync.ts","moduleParts":{"index.production.js":"76c7-51"},"imported":[{"uid":"76c7-2"},{"uid":"76c7-46"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-52":{"id":"/packages/table-core/src/utils/getSortedRowModelSync.ts","moduleParts":{"index.production.js":"76c7-53"},"imported":[{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"76c7-55"},"imported":[{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"76c7-57"},"imported":[{"uid":"76c7-2"}],"importedBy":[{"uid":"76c7-60"},{"uid":"76c7-58"}]},"76c7-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"76c7-59"},"imported":[{"uid":"76c7-2"},{"uid":"76c7-56"}],"importedBy":[{"uid":"76c7-60"}]},"76c7-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"76c7-61"},"imported":[{"uid":"76c7-38"},{"uid":"76c7-62"},{"uid":"76c7-40"},{"uid":"76c7-10"},{"uid":"76c7-12"},{"uid":"76c7-16"},{"uid":"76c7-20"},{"uid":"76c7-36"},{"uid":"76c7-22"},{"uid":"76c7-24"},{"uid":"76c7-26"},{"uid":"76c7-28"},{"uid":"76c7-32"},{"uid":"76c7-34"},{"uid":"76c7-2"},{"uid":"76c7-42"},{"uid":"76c7-44"},{"uid":"76c7-48"},{"uid":"76c7-50"},{"uid":"76c7-52"},{"uid":"76c7-54"},{"uid":"76c7-56"},{"uid":"76c7-58"}],"importedBy":[],"isEntry":true},"76c7-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"76c7-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":[{"uid":"c493-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/table-core/src","children":[{"uid":"c493-3","name":"utils.ts"},{"name":"features","children":[{"uid":"c493-5","name":"Columns.ts"},{"uid":"c493-7","name":"Rows.ts"},{"uid":"c493-9","name":"Cells.ts"},{"uid":"c493-11","name":"ColumnSizing.ts"},{"uid":"c493-13","name":"Expanding.ts"},{"uid":"c493-17","name":"Filters.ts"},{"uid":"c493-21","name":"Grouping.ts"},{"uid":"c493-23","name":"Ordering.ts"},{"uid":"c493-25","name":"Pagination.ts"},{"uid":"c493-27","name":"Pinning.ts"},{"uid":"c493-29","name":"RowSelection.ts"},{"uid":"c493-33","name":"Sorting.ts"},{"uid":"c493-35","name":"Visibility.ts"},{"uid":"c493-37","name":"Headers.ts"}]},{"uid":"c493-15","name":"filterFns.ts"},{"uid":"c493-19","name":"aggregationFns.ts"},{"uid":"c493-31","name":"sortingFns.ts"},{"uid":"c493-39","name":"core.ts"},{"uid":"c493-41","name":"createTable.ts"},{"name":"utils","children":[{"uid":"c493-43","name":"getCoreRowModelSync.ts"},{"uid":"c493-45","name":"getCoreRowModelAsync.ts"},{"uid":"c493-47","name":"filterRowsUtils.ts"},{"uid":"c493-49","name":"getColumnFilteredRowModelSync.ts"},{"uid":"c493-51","name":"getGlobalFilteredRowModelSync.ts"},{"uid":"c493-53","name":"getSortedRowModelSync.ts"},{"uid":"c493-55","name":"getGroupedRowModel.ts"},{"uid":"c493-57","name":"getExpandedRowModel.ts"},{"uid":"c493-59","name":"getPaginationRowModel.ts"}]},{"uid":"c493-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"c493-1":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"c493-0"},"c493-3":{"renderedLength":7408,"gzipLength":1895,"brotliLength":0,"mainUid":"c493-2"},"c493-5":{"renderedLength":7169,"gzipLength":1386,"brotliLength":0,"mainUid":"c493-4"},"c493-7":{"renderedLength":2013,"gzipLength":671,"brotliLength":0,"mainUid":"c493-6"},"c493-9":{"renderedLength":2415,"gzipLength":642,"brotliLength":0,"mainUid":"c493-8"},"c493-11":{"renderedLength":13618,"gzipLength":2498,"brotliLength":0,"mainUid":"c493-10"},"c493-13":{"renderedLength":7153,"gzipLength":1498,"brotliLength":0,"mainUid":"c493-12"},"c493-15":{"renderedLength":4925,"gzipLength":807,"brotliLength":0,"mainUid":"c493-14"},"c493-17":{"renderedLength":13250,"gzipLength":2394,"brotliLength":0,"mainUid":"c493-16"},"c493-19":{"renderedLength":2672,"gzipLength":771,"brotliLength":0,"mainUid":"c493-18"},"c493-21":{"renderedLength":7344,"gzipLength":1521,"brotliLength":0,"mainUid":"c493-20"},"c493-23":{"renderedLength":2586,"gzipLength":794,"brotliLength":0,"mainUid":"c493-22"},"c493-25":{"renderedLength":6033,"gzipLength":1245,"brotliLength":0,"mainUid":"c493-24"},"c493-27":{"renderedLength":12828,"gzipLength":1658,"brotliLength":0,"mainUid":"c493-26"},"c493-29":{"renderedLength":15485,"gzipLength":2661,"brotliLength":0,"mainUid":"c493-28"},"c493-31":{"renderedLength":2753,"gzipLength":846,"brotliLength":0,"mainUid":"c493-30"},"c493-33":{"renderedLength":11142,"gzipLength":2332,"brotliLength":0,"mainUid":"c493-32"},"c493-35":{"renderedLength":6959,"gzipLength":1289,"brotliLength":0,"mainUid":"c493-34"},"c493-37":{"renderedLength":18481,"gzipLength":2898,"brotliLength":0,"mainUid":"c493-36"},"c493-39":{"renderedLength":3635,"gzipLength":1042,"brotliLength":0,"mainUid":"c493-38"},"c493-41":{"renderedLength":1882,"gzipLength":562,"brotliLength":0,"mainUid":"c493-40"},"c493-43":{"renderedLength":2417,"gzipLength":792,"brotliLength":0,"mainUid":"c493-42"},"c493-45":{"renderedLength":3514,"gzipLength":1006,"brotliLength":0,"mainUid":"c493-44"},"c493-47":{"renderedLength":2457,"gzipLength":568,"brotliLength":0,"mainUid":"c493-46"},"c493-49":{"renderedLength":3132,"gzipLength":897,"brotliLength":0,"mainUid":"c493-48"},"c493-51":{"renderedLength":2471,"gzipLength":698,"brotliLength":0,"mainUid":"c493-50"},"c493-53":{"renderedLength":3438,"gzipLength":1024,"brotliLength":0,"mainUid":"c493-52"},"c493-55":{"renderedLength":5827,"gzipLength":1540,"brotliLength":0,"mainUid":"c493-54"},"c493-57":{"renderedLength":1385,"gzipLength":494,"brotliLength":0,"mainUid":"c493-56"},"c493-59":{"renderedLength":1254,"gzipLength":407,"brotliLength":0,"mainUid":"c493-58"},"c493-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"c493-60"}},"nodeMetas":{"c493-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"c493-1"},"imported":[],"importedBy":[{"uid":"c493-38"},{"uid":"c493-40"},{"uid":"c493-10"},{"uid":"c493-12"},{"uid":"c493-24"},{"uid":"c493-26"},{"uid":"c493-28"},{"uid":"c493-32"},{"uid":"c493-34"},{"uid":"c493-2"},{"uid":"c493-44"},{"uid":"c493-4"},{"uid":"c493-18"}]},"c493-2":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"c493-3"},"imported":[{"uid":"c493-0"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"},{"uid":"c493-10"},{"uid":"c493-12"},{"uid":"c493-16"},{"uid":"c493-20"},{"uid":"c493-36"},{"uid":"c493-22"},{"uid":"c493-24"},{"uid":"c493-26"},{"uid":"c493-28"},{"uid":"c493-32"},{"uid":"c493-34"},{"uid":"c493-42"},{"uid":"c493-44"},{"uid":"c493-48"},{"uid":"c493-50"},{"uid":"c493-52"},{"uid":"c493-54"},{"uid":"c493-56"},{"uid":"c493-58"},{"uid":"c493-4"},{"uid":"c493-6"},{"uid":"c493-8"}]},"c493-4":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"c493-5"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-38"}]},"c493-6":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"c493-7"},"imported":[{"uid":"c493-2"}],"importedBy":[{"uid":"c493-38"}]},"c493-8":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"c493-9"},"imported":[{"uid":"c493-2"}],"importedBy":[{"uid":"c493-38"}]},"c493-10":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"c493-11"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-12":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"c493-13"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-14":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"c493-15"},"imported":[],"importedBy":[{"uid":"c493-16"}]},"c493-16":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"c493-17"},"imported":[{"uid":"c493-14"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-18":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"c493-19"},"imported":[{"uid":"c493-0"}],"importedBy":[{"uid":"c493-38"},{"uid":"c493-20"}]},"c493-20":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"c493-21"},"imported":[{"uid":"c493-18"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"},{"uid":"c493-22"}]},"c493-22":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"c493-23"},"imported":[{"uid":"c493-2"},{"uid":"c493-20"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-24":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"c493-25"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-26":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"c493-27"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-28":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"c493-29"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-30":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"c493-31"},"imported":[],"importedBy":[{"uid":"c493-32"}]},"c493-32":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"c493-33"},"imported":[{"uid":"c493-0"},{"uid":"c493-30"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-34":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"c493-35"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-36":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"c493-37"},"imported":[{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-38"}]},"c493-38":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"c493-39"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"},{"uid":"c493-4"},{"uid":"c493-6"},{"uid":"c493-8"},{"uid":"c493-10"},{"uid":"c493-12"},{"uid":"c493-16"},{"uid":"c493-20"},{"uid":"c493-22"},{"uid":"c493-24"},{"uid":"c493-26"},{"uid":"c493-28"},{"uid":"c493-32"},{"uid":"c493-34"},{"uid":"c493-36"},{"uid":"c493-18"}],"importedBy":[{"uid":"c493-60"}]},"c493-40":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"c493-41"},"imported":[{"uid":"c493-0"}],"importedBy":[{"uid":"c493-60"}]},"c493-42":{"id":"/packages/table-core/src/utils/getCoreRowModelSync.ts","moduleParts":{"index.production.js":"c493-43"},"imported":[{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"}]},"c493-44":{"id":"/packages/table-core/src/utils/getCoreRowModelAsync.ts","moduleParts":{"index.production.js":"c493-45"},"imported":[{"uid":"c493-0"},{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"}]},"c493-46":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"c493-47"},"imported":[],"importedBy":[{"uid":"c493-48"},{"uid":"c493-50"}]},"c493-48":{"id":"/packages/table-core/src/utils/getColumnFilteredRowModelSync.ts","moduleParts":{"index.production.js":"c493-49"},"imported":[{"uid":"c493-2"},{"uid":"c493-46"}],"importedBy":[{"uid":"c493-60"}]},"c493-50":{"id":"/packages/table-core/src/utils/getGlobalFilteredRowModelSync.ts","moduleParts":{"index.production.js":"c493-51"},"imported":[{"uid":"c493-2"},{"uid":"c493-46"}],"importedBy":[{"uid":"c493-60"}]},"c493-52":{"id":"/packages/table-core/src/utils/getSortedRowModelSync.ts","moduleParts":{"index.production.js":"c493-53"},"imported":[{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"}]},"c493-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"c493-55"},"imported":[{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"}]},"c493-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"c493-57"},"imported":[{"uid":"c493-2"}],"importedBy":[{"uid":"c493-60"},{"uid":"c493-58"}]},"c493-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"c493-59"},"imported":[{"uid":"c493-2"},{"uid":"c493-56"}],"importedBy":[{"uid":"c493-60"}]},"c493-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"c493-61"},"imported":[{"uid":"c493-38"},{"uid":"c493-62"},{"uid":"c493-40"},{"uid":"c493-10"},{"uid":"c493-12"},{"uid":"c493-16"},{"uid":"c493-20"},{"uid":"c493-36"},{"uid":"c493-22"},{"uid":"c493-24"},{"uid":"c493-26"},{"uid":"c493-28"},{"uid":"c493-32"},{"uid":"c493-34"},{"uid":"c493-2"},{"uid":"c493-42"},{"uid":"c493-44"},{"uid":"c493-48"},{"uid":"c493-50"},{"uid":"c493-52"},{"uid":"c493-54"},{"uid":"c493-56"},{"uid":"c493-58"}],"importedBy":[],"isEntry":true},"c493-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"c493-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;