@tanstack/table-core 8.0.0-alpha.42 → 8.0.0-alpha.45

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 (71) hide show
  1. package/build/cjs/{aggregationTypes.js → aggregationFns.js} +3 -3
  2. package/build/cjs/aggregationFns.js.map +1 -0
  3. package/build/cjs/core.js +6 -4
  4. package/build/cjs/core.js.map +1 -1
  5. package/build/cjs/createTable.js +25 -18
  6. package/build/cjs/createTable.js.map +1 -1
  7. package/build/cjs/features/Filters.js +13 -13
  8. package/build/cjs/features/Filters.js.map +1 -1
  9. package/build/cjs/features/Grouping.js +8 -8
  10. package/build/cjs/features/Grouping.js.map +1 -1
  11. package/build/cjs/features/RowSelection.js.map +1 -1
  12. package/build/cjs/features/Sorting.js +10 -10
  13. package/build/cjs/features/Sorting.js.map +1 -1
  14. package/build/cjs/{filterTypes.js → filterFns.js} +3 -3
  15. package/build/cjs/filterFns.js.map +1 -0
  16. package/build/cjs/index.js +1 -1
  17. package/build/cjs/{sortTypes.js → sortingFns.js} +3 -3
  18. package/build/cjs/sortingFns.js.map +1 -0
  19. package/build/cjs/utils/getColumnFilteredRowModelSync.js +3 -3
  20. package/build/cjs/utils/getColumnFilteredRowModelSync.js.map +1 -1
  21. package/build/cjs/utils/getExpandedRowModel.js +1 -1
  22. package/build/cjs/utils/getExpandedRowModel.js.map +1 -1
  23. package/build/cjs/utils/getGlobalFilteredRowModelSync.js +1 -1
  24. package/build/cjs/utils/getGlobalFilteredRowModelSync.js.map +1 -1
  25. package/build/cjs/utils/getGroupedRowModel.js +2 -2
  26. package/build/cjs/utils/getGroupedRowModel.js.map +1 -1
  27. package/build/cjs/utils/getPaginationRowModel.js +1 -1
  28. package/build/cjs/utils/getPaginationRowModel.js.map +1 -1
  29. package/build/cjs/utils/getSortedRowModelSync.js +1 -1
  30. package/build/cjs/utils/getSortedRowModelSync.js.map +1 -1
  31. package/build/cjs/utils.js +7 -0
  32. package/build/cjs/utils.js.map +1 -1
  33. package/build/esm/index.js +75 -59
  34. package/build/esm/index.js.map +1 -1
  35. package/build/stats-html.html +1 -1
  36. package/build/stats-react.json +323 -323
  37. package/build/types/{aggregationTypes.d.ts → aggregationFns.d.ts} +2 -2
  38. package/build/types/createTable.d.ts +28 -25
  39. package/build/types/features/Filters.d.ts +5 -5
  40. package/build/types/features/Grouping.d.ts +4 -4
  41. package/build/types/features/Sorting.d.ts +4 -4
  42. package/build/types/{filterTypes.d.ts → filterFns.d.ts} +2 -2
  43. package/build/types/{sortTypes.d.ts → sortingFns.d.ts} +2 -2
  44. package/build/types/utils.d.ts +1 -0
  45. package/build/umd/index.development.js +75 -59
  46. package/build/umd/index.development.js.map +1 -1
  47. package/build/umd/index.production.js +1 -1
  48. package/build/umd/index.production.js.map +1 -1
  49. package/package.json +1 -1
  50. package/src/{aggregationTypes.ts → aggregationFns.ts} +2 -2
  51. package/src/core.ts +3 -3
  52. package/src/createTable.ts +73 -52
  53. package/src/features/Filters.ts +22 -22
  54. package/src/features/Grouping.ts +16 -16
  55. package/src/features/RowSelection.ts +1 -1
  56. package/src/features/Sorting.ts +17 -17
  57. package/src/{filterTypes.ts → filterFns.ts} +2 -2
  58. package/src/{sortTypes.ts → sortingFns.ts} +2 -2
  59. package/src/utils/getColumnFilteredRowModelAsync.ts +5 -2
  60. package/src/utils/getColumnFilteredRowModelSync.ts +6 -3
  61. package/src/utils/getExpandedRowModel.ts +1 -1
  62. package/src/utils/getGlobalFilteredRowModelAsync.ts +4 -1
  63. package/src/utils/getGlobalFilteredRowModelSync.ts +4 -1
  64. package/src/utils/getGroupedRowModel.ts +2 -2
  65. package/src/utils/getPaginationRowModel.ts +4 -1
  66. package/src/utils/getSortedRowModelAsync.ts +1 -1
  67. package/src/utils/getSortedRowModelSync.ts +1 -1
  68. package/src/utils.ts +12 -1
  69. package/build/cjs/aggregationTypes.js.map +0 -1
  70. package/build/cjs/filterTypes.js.map +0 -1
  71. package/build/cjs/sortTypes.js.map +0 -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":"a850-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/table-core/src","children":[{"uid":"a850-3","name":"utils.ts"},{"name":"features","children":[{"uid":"a850-5","name":"ColumnSizing.ts"},{"uid":"a850-7","name":"Expanding.ts"},{"uid":"a850-11","name":"Filters.ts"},{"uid":"a850-15","name":"Grouping.ts"},{"uid":"a850-17","name":"Ordering.ts"},{"uid":"a850-19","name":"Pagination.ts"},{"uid":"a850-21","name":"Pinning.ts"},{"uid":"a850-23","name":"RowSelection.ts"},{"uid":"a850-27","name":"Sorting.ts"},{"uid":"a850-29","name":"Visibility.ts"},{"uid":"a850-31","name":"Headers.ts"}]},{"uid":"a850-9","name":"filterTypes.ts"},{"uid":"a850-13","name":"aggregationTypes.ts"},{"uid":"a850-25","name":"sortTypes.ts"},{"uid":"a850-33","name":"core.ts"},{"uid":"a850-35","name":"createTable.ts"},{"name":"utils","children":[{"uid":"a850-37","name":"getCoreRowModelSync.ts"},{"uid":"a850-39","name":"getCoreRowModelAsync.ts"},{"uid":"a850-41","name":"filterRowsUtils.ts"},{"uid":"a850-43","name":"getColumnFilteredRowModelSync.ts"},{"uid":"a850-45","name":"getGlobalFilteredRowModelSync.ts"},{"uid":"a850-47","name":"getSortedRowModelSync.ts"},{"uid":"a850-49","name":"getGroupedRowModel.ts"},{"uid":"a850-51","name":"getExpandedRowModel.ts"},{"uid":"a850-53","name":"getPaginationRowModel.ts"}]},{"uid":"a850-55","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"a850-1":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"a850-0"},"a850-3":{"renderedLength":7667,"gzipLength":1983,"brotliLength":0,"mainUid":"a850-2"},"a850-5":{"renderedLength":11667,"gzipLength":2272,"brotliLength":0,"mainUid":"a850-4"},"a850-7":{"renderedLength":7611,"gzipLength":1612,"brotliLength":0,"mainUid":"a850-6"},"a850-9":{"renderedLength":4437,"gzipLength":786,"brotliLength":0,"mainUid":"a850-8"},"a850-11":{"renderedLength":14165,"gzipLength":2535,"brotliLength":0,"mainUid":"a850-10"},"a850-13":{"renderedLength":2674,"gzipLength":773,"brotliLength":0,"mainUid":"a850-12"},"a850-15":{"renderedLength":8077,"gzipLength":1717,"brotliLength":0,"mainUid":"a850-14"},"a850-17":{"renderedLength":2639,"gzipLength":799,"brotliLength":0,"mainUid":"a850-16"},"a850-19":{"renderedLength":5978,"gzipLength":1232,"brotliLength":0,"mainUid":"a850-18"},"a850-21":{"renderedLength":5842,"gzipLength":1084,"brotliLength":0,"mainUid":"a850-20"},"a850-23":{"renderedLength":18226,"gzipLength":3066,"brotliLength":0,"mainUid":"a850-22"},"a850-25":{"renderedLength":2752,"gzipLength":846,"brotliLength":0,"mainUid":"a850-24"},"a850-27":{"renderedLength":11823,"gzipLength":2498,"brotliLength":0,"mainUid":"a850-26"},"a850-29":{"renderedLength":6367,"gzipLength":1219,"brotliLength":0,"mainUid":"a850-28"},"a850-31":{"renderedLength":23655,"gzipLength":3372,"brotliLength":0,"mainUid":"a850-30"},"a850-33":{"renderedLength":16561,"gzipLength":3168,"brotliLength":0,"mainUid":"a850-32"},"a850-35":{"renderedLength":1613,"gzipLength":444,"brotliLength":0,"mainUid":"a850-34"},"a850-37":{"renderedLength":2467,"gzipLength":805,"brotliLength":0,"mainUid":"a850-36"},"a850-39":{"renderedLength":3564,"gzipLength":1020,"brotliLength":0,"mainUid":"a850-38"},"a850-41":{"renderedLength":2457,"gzipLength":568,"brotliLength":0,"mainUid":"a850-40"},"a850-43":{"renderedLength":3085,"gzipLength":894,"brotliLength":0,"mainUid":"a850-42"},"a850-45":{"renderedLength":2458,"gzipLength":698,"brotliLength":0,"mainUid":"a850-44"},"a850-47":{"renderedLength":3444,"gzipLength":1029,"brotliLength":0,"mainUid":"a850-46"},"a850-49":{"renderedLength":5782,"gzipLength":1533,"brotliLength":0,"mainUid":"a850-48"},"a850-51":{"renderedLength":1381,"gzipLength":497,"brotliLength":0,"mainUid":"a850-50"},"a850-53":{"renderedLength":1249,"gzipLength":405,"brotliLength":0,"mainUid":"a850-52"},"a850-55":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"a850-54"}},"nodeMetas":{"a850-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"a850-1"},"imported":[],"importedBy":[{"uid":"a850-32"},{"uid":"a850-34"},{"uid":"a850-4"},{"uid":"a850-6"},{"uid":"a850-18"},{"uid":"a850-22"},{"uid":"a850-26"},{"uid":"a850-28"},{"uid":"a850-2"},{"uid":"a850-38"},{"uid":"a850-12"}]},"a850-2":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"a850-3"},"imported":[{"uid":"a850-0"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"},{"uid":"a850-4"},{"uid":"a850-6"},{"uid":"a850-10"},{"uid":"a850-14"},{"uid":"a850-30"},{"uid":"a850-16"},{"uid":"a850-18"},{"uid":"a850-20"},{"uid":"a850-22"},{"uid":"a850-26"},{"uid":"a850-28"},{"uid":"a850-36"},{"uid":"a850-38"},{"uid":"a850-42"},{"uid":"a850-44"},{"uid":"a850-46"},{"uid":"a850-48"},{"uid":"a850-50"},{"uid":"a850-52"}]},"a850-4":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"a850-5"},"imported":[{"uid":"a850-0"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"},{"uid":"a850-30"}]},"a850-6":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"a850-7"},"imported":[{"uid":"a850-0"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-8":{"id":"/packages/table-core/src/filterTypes.ts","moduleParts":{"index.production.js":"a850-9"},"imported":[],"importedBy":[{"uid":"a850-10"}]},"a850-10":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"a850-11"},"imported":[{"uid":"a850-8"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-12":{"id":"/packages/table-core/src/aggregationTypes.ts","moduleParts":{"index.production.js":"a850-13"},"imported":[{"uid":"a850-0"}],"importedBy":[{"uid":"a850-32"},{"uid":"a850-14"}]},"a850-14":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"a850-15"},"imported":[{"uid":"a850-12"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"},{"uid":"a850-16"}]},"a850-16":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"a850-17"},"imported":[{"uid":"a850-2"},{"uid":"a850-14"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-18":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"a850-19"},"imported":[{"uid":"a850-0"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-20":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"a850-21"},"imported":[{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-22":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"a850-23"},"imported":[{"uid":"a850-0"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-24":{"id":"/packages/table-core/src/sortTypes.ts","moduleParts":{"index.production.js":"a850-25"},"imported":[],"importedBy":[{"uid":"a850-26"}]},"a850-26":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"a850-27"},"imported":[{"uid":"a850-0"},{"uid":"a850-24"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-28":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"a850-29"},"imported":[{"uid":"a850-0"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-30":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"a850-31"},"imported":[{"uid":"a850-2"},{"uid":"a850-4"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-32"}]},"a850-32":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"a850-33"},"imported":[{"uid":"a850-0"},{"uid":"a850-2"},{"uid":"a850-4"},{"uid":"a850-6"},{"uid":"a850-10"},{"uid":"a850-14"},{"uid":"a850-16"},{"uid":"a850-18"},{"uid":"a850-20"},{"uid":"a850-22"},{"uid":"a850-26"},{"uid":"a850-28"},{"uid":"a850-30"},{"uid":"a850-12"}],"importedBy":[{"uid":"a850-54"}]},"a850-34":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"a850-35"},"imported":[{"uid":"a850-0"}],"importedBy":[{"uid":"a850-54"}]},"a850-36":{"id":"/packages/table-core/src/utils/getCoreRowModelSync.ts","moduleParts":{"index.production.js":"a850-37"},"imported":[{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"}]},"a850-38":{"id":"/packages/table-core/src/utils/getCoreRowModelAsync.ts","moduleParts":{"index.production.js":"a850-39"},"imported":[{"uid":"a850-0"},{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"}]},"a850-40":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"a850-41"},"imported":[],"importedBy":[{"uid":"a850-42"},{"uid":"a850-44"}]},"a850-42":{"id":"/packages/table-core/src/utils/getColumnFilteredRowModelSync.ts","moduleParts":{"index.production.js":"a850-43"},"imported":[{"uid":"a850-2"},{"uid":"a850-40"}],"importedBy":[{"uid":"a850-54"}]},"a850-44":{"id":"/packages/table-core/src/utils/getGlobalFilteredRowModelSync.ts","moduleParts":{"index.production.js":"a850-45"},"imported":[{"uid":"a850-2"},{"uid":"a850-40"}],"importedBy":[{"uid":"a850-54"}]},"a850-46":{"id":"/packages/table-core/src/utils/getSortedRowModelSync.ts","moduleParts":{"index.production.js":"a850-47"},"imported":[{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"}]},"a850-48":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"a850-49"},"imported":[{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"}]},"a850-50":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"a850-51"},"imported":[{"uid":"a850-2"}],"importedBy":[{"uid":"a850-54"},{"uid":"a850-52"}]},"a850-52":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"a850-53"},"imported":[{"uid":"a850-2"},{"uid":"a850-50"}],"importedBy":[{"uid":"a850-54"}]},"a850-54":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"a850-55"},"imported":[{"uid":"a850-32"},{"uid":"a850-56"},{"uid":"a850-34"},{"uid":"a850-4"},{"uid":"a850-6"},{"uid":"a850-10"},{"uid":"a850-14"},{"uid":"a850-30"},{"uid":"a850-16"},{"uid":"a850-18"},{"uid":"a850-20"},{"uid":"a850-22"},{"uid":"a850-26"},{"uid":"a850-28"},{"uid":"a850-2"},{"uid":"a850-36"},{"uid":"a850-38"},{"uid":"a850-42"},{"uid":"a850-44"},{"uid":"a850-46"},{"uid":"a850-48"},{"uid":"a850-50"},{"uid":"a850-52"}],"importedBy":[],"isEntry":true},"a850-56":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"a850-54"}]}},"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":"b54f-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/table-core/src","children":[{"uid":"b54f-3","name":"utils.ts"},{"name":"features","children":[{"uid":"b54f-5","name":"ColumnSizing.ts"},{"uid":"b54f-7","name":"Expanding.ts"},{"uid":"b54f-11","name":"Filters.ts"},{"uid":"b54f-15","name":"Grouping.ts"},{"uid":"b54f-17","name":"Ordering.ts"},{"uid":"b54f-19","name":"Pagination.ts"},{"uid":"b54f-21","name":"Pinning.ts"},{"uid":"b54f-23","name":"RowSelection.ts"},{"uid":"b54f-27","name":"Sorting.ts"},{"uid":"b54f-29","name":"Visibility.ts"},{"uid":"b54f-31","name":"Headers.ts"}]},{"uid":"b54f-9","name":"filterFns.ts"},{"uid":"b54f-13","name":"aggregationFns.ts"},{"uid":"b54f-25","name":"sortingFns.ts"},{"uid":"b54f-33","name":"core.ts"},{"uid":"b54f-35","name":"createTable.ts"},{"name":"utils","children":[{"uid":"b54f-37","name":"getCoreRowModelSync.ts"},{"uid":"b54f-39","name":"getCoreRowModelAsync.ts"},{"uid":"b54f-41","name":"filterRowsUtils.ts"},{"uid":"b54f-43","name":"getColumnFilteredRowModelSync.ts"},{"uid":"b54f-45","name":"getGlobalFilteredRowModelSync.ts"},{"uid":"b54f-47","name":"getSortedRowModelSync.ts"},{"uid":"b54f-49","name":"getGroupedRowModel.ts"},{"uid":"b54f-51","name":"getExpandedRowModel.ts"},{"uid":"b54f-53","name":"getPaginationRowModel.ts"}]},{"uid":"b54f-55","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"b54f-1":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"b54f-0"},"b54f-3":{"renderedLength":7936,"gzipLength":2087,"brotliLength":0,"mainUid":"b54f-2"},"b54f-5":{"renderedLength":11667,"gzipLength":2272,"brotliLength":0,"mainUid":"b54f-4"},"b54f-7":{"renderedLength":7611,"gzipLength":1612,"brotliLength":0,"mainUid":"b54f-6"},"b54f-9":{"renderedLength":4435,"gzipLength":783,"brotliLength":0,"mainUid":"b54f-8"},"b54f-11":{"renderedLength":14129,"gzipLength":2529,"brotliLength":0,"mainUid":"b54f-10"},"b54f-13":{"renderedLength":2672,"gzipLength":771,"brotliLength":0,"mainUid":"b54f-12"},"b54f-15":{"renderedLength":8051,"gzipLength":1715,"brotliLength":0,"mainUid":"b54f-14"},"b54f-17":{"renderedLength":2639,"gzipLength":799,"brotliLength":0,"mainUid":"b54f-16"},"b54f-19":{"renderedLength":5978,"gzipLength":1232,"brotliLength":0,"mainUid":"b54f-18"},"b54f-21":{"renderedLength":5842,"gzipLength":1084,"brotliLength":0,"mainUid":"b54f-20"},"b54f-23":{"renderedLength":18226,"gzipLength":3066,"brotliLength":0,"mainUid":"b54f-22"},"b54f-25":{"renderedLength":2753,"gzipLength":846,"brotliLength":0,"mainUid":"b54f-24"},"b54f-27":{"renderedLength":11837,"gzipLength":2494,"brotliLength":0,"mainUid":"b54f-26"},"b54f-29":{"renderedLength":6367,"gzipLength":1219,"brotliLength":0,"mainUid":"b54f-28"},"b54f-31":{"renderedLength":23655,"gzipLength":3372,"brotliLength":0,"mainUid":"b54f-30"},"b54f-33":{"renderedLength":16750,"gzipLength":3189,"brotliLength":0,"mainUid":"b54f-32"},"b54f-35":{"renderedLength":1895,"gzipLength":565,"brotliLength":0,"mainUid":"b54f-34"},"b54f-37":{"renderedLength":2467,"gzipLength":805,"brotliLength":0,"mainUid":"b54f-36"},"b54f-39":{"renderedLength":3564,"gzipLength":1020,"brotliLength":0,"mainUid":"b54f-38"},"b54f-41":{"renderedLength":2457,"gzipLength":568,"brotliLength":0,"mainUid":"b54f-40"},"b54f-43":{"renderedLength":3132,"gzipLength":897,"brotliLength":0,"mainUid":"b54f-42"},"b54f-45":{"renderedLength":2471,"gzipLength":698,"brotliLength":0,"mainUid":"b54f-44"},"b54f-47":{"renderedLength":3439,"gzipLength":1025,"brotliLength":0,"mainUid":"b54f-46"},"b54f-49":{"renderedLength":5784,"gzipLength":1530,"brotliLength":0,"mainUid":"b54f-48"},"b54f-51":{"renderedLength":1385,"gzipLength":494,"brotliLength":0,"mainUid":"b54f-50"},"b54f-53":{"renderedLength":1254,"gzipLength":407,"brotliLength":0,"mainUid":"b54f-52"},"b54f-55":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"b54f-54"}},"nodeMetas":{"b54f-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"b54f-1"},"imported":[],"importedBy":[{"uid":"b54f-32"},{"uid":"b54f-34"},{"uid":"b54f-4"},{"uid":"b54f-6"},{"uid":"b54f-18"},{"uid":"b54f-22"},{"uid":"b54f-26"},{"uid":"b54f-28"},{"uid":"b54f-2"},{"uid":"b54f-38"},{"uid":"b54f-12"}]},"b54f-2":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"b54f-3"},"imported":[{"uid":"b54f-0"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"},{"uid":"b54f-4"},{"uid":"b54f-6"},{"uid":"b54f-10"},{"uid":"b54f-14"},{"uid":"b54f-30"},{"uid":"b54f-16"},{"uid":"b54f-18"},{"uid":"b54f-20"},{"uid":"b54f-22"},{"uid":"b54f-26"},{"uid":"b54f-28"},{"uid":"b54f-36"},{"uid":"b54f-38"},{"uid":"b54f-42"},{"uid":"b54f-44"},{"uid":"b54f-46"},{"uid":"b54f-48"},{"uid":"b54f-50"},{"uid":"b54f-52"}]},"b54f-4":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"b54f-5"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"},{"uid":"b54f-30"}]},"b54f-6":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"b54f-7"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-8":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"b54f-9"},"imported":[],"importedBy":[{"uid":"b54f-10"}]},"b54f-10":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"b54f-11"},"imported":[{"uid":"b54f-8"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-12":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"b54f-13"},"imported":[{"uid":"b54f-0"}],"importedBy":[{"uid":"b54f-32"},{"uid":"b54f-14"}]},"b54f-14":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"b54f-15"},"imported":[{"uid":"b54f-12"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"},{"uid":"b54f-16"}]},"b54f-16":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"b54f-17"},"imported":[{"uid":"b54f-2"},{"uid":"b54f-14"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-18":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"b54f-19"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-20":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"b54f-21"},"imported":[{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-22":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"b54f-23"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-24":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"b54f-25"},"imported":[],"importedBy":[{"uid":"b54f-26"}]},"b54f-26":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"b54f-27"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-24"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-28":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"b54f-29"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-30":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"b54f-31"},"imported":[{"uid":"b54f-2"},{"uid":"b54f-4"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-32"}]},"b54f-32":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"b54f-33"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-2"},{"uid":"b54f-4"},{"uid":"b54f-6"},{"uid":"b54f-10"},{"uid":"b54f-14"},{"uid":"b54f-16"},{"uid":"b54f-18"},{"uid":"b54f-20"},{"uid":"b54f-22"},{"uid":"b54f-26"},{"uid":"b54f-28"},{"uid":"b54f-30"},{"uid":"b54f-12"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-34":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"b54f-35"},"imported":[{"uid":"b54f-0"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-36":{"id":"/packages/table-core/src/utils/getCoreRowModelSync.ts","moduleParts":{"index.production.js":"b54f-37"},"imported":[{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-38":{"id":"/packages/table-core/src/utils/getCoreRowModelAsync.ts","moduleParts":{"index.production.js":"b54f-39"},"imported":[{"uid":"b54f-0"},{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-40":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"b54f-41"},"imported":[],"importedBy":[{"uid":"b54f-42"},{"uid":"b54f-44"}]},"b54f-42":{"id":"/packages/table-core/src/utils/getColumnFilteredRowModelSync.ts","moduleParts":{"index.production.js":"b54f-43"},"imported":[{"uid":"b54f-2"},{"uid":"b54f-40"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-44":{"id":"/packages/table-core/src/utils/getGlobalFilteredRowModelSync.ts","moduleParts":{"index.production.js":"b54f-45"},"imported":[{"uid":"b54f-2"},{"uid":"b54f-40"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-46":{"id":"/packages/table-core/src/utils/getSortedRowModelSync.ts","moduleParts":{"index.production.js":"b54f-47"},"imported":[{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-48":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"b54f-49"},"imported":[{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-50":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"b54f-51"},"imported":[{"uid":"b54f-2"}],"importedBy":[{"uid":"b54f-54"},{"uid":"b54f-52"}]},"b54f-52":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"b54f-53"},"imported":[{"uid":"b54f-2"},{"uid":"b54f-50"}],"importedBy":[{"uid":"b54f-54"}]},"b54f-54":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"b54f-55"},"imported":[{"uid":"b54f-32"},{"uid":"b54f-56"},{"uid":"b54f-34"},{"uid":"b54f-4"},{"uid":"b54f-6"},{"uid":"b54f-10"},{"uid":"b54f-14"},{"uid":"b54f-30"},{"uid":"b54f-16"},{"uid":"b54f-18"},{"uid":"b54f-20"},{"uid":"b54f-22"},{"uid":"b54f-26"},{"uid":"b54f-28"},{"uid":"b54f-2"},{"uid":"b54f-36"},{"uid":"b54f-38"},{"uid":"b54f-42"},{"uid":"b54f-44"},{"uid":"b54f-46"},{"uid":"b54f-48"},{"uid":"b54f-50"},{"uid":"b54f-52"}],"importedBy":[],"isEntry":true},"b54f-56":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"b54f-54"}]}},"env":{"rollup":"2.70.2"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
2673
2673
 
2674
2674
  const run = () => {
2675
2675
  const width = window.innerWidth;