@tanstack/table-core 8.0.0-alpha.57 → 8.0.0-alpha.60

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 (80) hide show
  1. package/build/cjs/core.js +10 -21
  2. package/build/cjs/core.js.map +1 -1
  3. package/build/cjs/createTable.js +3 -3
  4. package/build/cjs/createTable.js.map +1 -1
  5. package/build/cjs/features/Cells.js +0 -15
  6. package/build/cjs/features/Cells.js.map +1 -1
  7. package/build/cjs/features/ColumnSizing.js +8 -19
  8. package/build/cjs/features/ColumnSizing.js.map +1 -1
  9. package/build/cjs/features/Columns.js.map +1 -1
  10. package/build/cjs/features/Expanding.js +12 -20
  11. package/build/cjs/features/Expanding.js.map +1 -1
  12. package/build/cjs/features/Filters.js +2 -2
  13. package/build/cjs/features/Filters.js.map +1 -1
  14. package/build/cjs/features/Grouping.js +7 -10
  15. package/build/cjs/features/Grouping.js.map +1 -1
  16. package/build/cjs/features/Headers.js +1 -67
  17. package/build/cjs/features/Headers.js.map +1 -1
  18. package/build/cjs/features/Pagination.js +4 -4
  19. package/build/cjs/features/Pagination.js.map +1 -1
  20. package/build/cjs/features/Pinning.js.map +1 -1
  21. package/build/cjs/features/RowSelection.js +15 -47
  22. package/build/cjs/features/RowSelection.js.map +1 -1
  23. package/build/cjs/features/Rows.js +0 -15
  24. package/build/cjs/features/Rows.js.map +1 -1
  25. package/build/cjs/features/Sorting.js +8 -11
  26. package/build/cjs/features/Sorting.js.map +1 -1
  27. package/build/cjs/features/Visibility.js +8 -21
  28. package/build/cjs/features/Visibility.js.map +1 -1
  29. package/build/cjs/filterFns.js +16 -0
  30. package/build/cjs/filterFns.js.map +1 -1
  31. package/build/cjs/index.js +0 -1
  32. package/build/cjs/index.js.map +1 -1
  33. package/build/cjs/utils.js +0 -16
  34. package/build/cjs/utils.js.map +1 -1
  35. package/build/esm/index.js +96 -272
  36. package/build/esm/index.js.map +1 -1
  37. package/build/stats-html.html +1 -1
  38. package/build/stats-react.json +348 -348
  39. package/build/types/core.d.ts +8 -10
  40. package/build/types/createTable.d.ts +10 -11
  41. package/build/types/features/Cells.d.ts +1 -2
  42. package/build/types/features/ColumnSizing.d.ts +4 -18
  43. package/build/types/features/Expanding.d.ts +5 -8
  44. package/build/types/features/Filters.d.ts +2 -0
  45. package/build/types/features/Grouping.d.ts +5 -8
  46. package/build/types/features/Headers.d.ts +1 -5
  47. package/build/types/features/Pagination.d.ts +6 -6
  48. package/build/types/features/RowSelection.d.ts +5 -12
  49. package/build/types/features/Rows.d.ts +2 -4
  50. package/build/types/features/Sorting.d.ts +4 -7
  51. package/build/types/features/Visibility.d.ts +3 -6
  52. package/build/types/filterFns.d.ts +5 -0
  53. package/build/types/types.d.ts +10 -60
  54. package/build/types/utils.d.ts +1 -4
  55. package/build/umd/index.development.js +95 -272
  56. package/build/umd/index.development.js.map +1 -1
  57. package/build/umd/index.production.js +1 -1
  58. package/build/umd/index.production.js.map +1 -1
  59. package/package.json +1 -1
  60. package/src/core.ts +29 -53
  61. package/src/createTable.ts +13 -17
  62. package/src/features/Cells.ts +1 -27
  63. package/src/features/ColumnSizing.ts +14 -44
  64. package/src/features/Columns.ts +0 -2
  65. package/src/features/Expanding.ts +19 -41
  66. package/src/features/Filters.ts +10 -2
  67. package/src/features/Grouping.ts +12 -38
  68. package/src/features/Headers.ts +1 -95
  69. package/src/features/Pagination.ts +13 -3
  70. package/src/features/Pinning.ts +1 -1
  71. package/src/features/RowSelection.ts +25 -87
  72. package/src/features/Rows.ts +2 -30
  73. package/src/features/Sorting.ts +19 -42
  74. package/src/features/Visibility.ts +15 -43
  75. package/src/filterFns.ts +20 -0
  76. package/src/types.ts +36 -98
  77. package/src/utils/getColumnFilteredRowModelAsync.ts +1 -5
  78. package/src/utils/getGlobalFilteredRowModelAsync.ts +2 -6
  79. package/src/utils/getSortedRowModelAsync.ts +0 -1
  80. package/src/utils.ts +1 -28
@@ -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":"cd4a-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/table-core/src","children":[{"uid":"cd4a-3","name":"utils.ts"},{"name":"features","children":[{"uid":"cd4a-5","name":"Columns.ts"},{"uid":"cd4a-7","name":"Rows.ts"},{"uid":"cd4a-9","name":"Cells.ts"},{"uid":"cd4a-11","name":"ColumnSizing.ts"},{"uid":"cd4a-13","name":"Expanding.ts"},{"uid":"cd4a-17","name":"Filters.ts"},{"uid":"cd4a-21","name":"Grouping.ts"},{"uid":"cd4a-23","name":"Ordering.ts"},{"uid":"cd4a-25","name":"Pagination.ts"},{"uid":"cd4a-27","name":"Pinning.ts"},{"uid":"cd4a-29","name":"RowSelection.ts"},{"uid":"cd4a-33","name":"Sorting.ts"},{"uid":"cd4a-35","name":"Visibility.ts"},{"uid":"cd4a-37","name":"Headers.ts"}]},{"uid":"cd4a-15","name":"filterFns.ts"},{"uid":"cd4a-19","name":"aggregationFns.ts"},{"uid":"cd4a-31","name":"sortingFns.ts"},{"uid":"cd4a-39","name":"core.ts"},{"uid":"cd4a-41","name":"createTable.ts"},{"name":"utils","children":[{"uid":"cd4a-43","name":"getCoreRowModelSync.ts"},{"uid":"cd4a-45","name":"getCoreRowModelAsync.ts"},{"uid":"cd4a-47","name":"filterRowsUtils.ts"},{"uid":"cd4a-49","name":"getColumnFilteredRowModelSync.ts"},{"uid":"cd4a-51","name":"getGlobalFilteredRowModelSync.ts"},{"uid":"cd4a-53","name":"getSortedRowModelSync.ts"},{"uid":"cd4a-55","name":"getGroupedRowModel.ts"},{"uid":"cd4a-57","name":"getExpandedRowModel.ts"},{"uid":"cd4a-59","name":"getPaginationRowModel.ts"}]},{"uid":"cd4a-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"cd4a-1":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"cd4a-0"},"cd4a-3":{"renderedLength":7940,"gzipLength":2088,"brotliLength":0,"mainUid":"cd4a-2"},"cd4a-5":{"renderedLength":7169,"gzipLength":1386,"brotliLength":0,"mainUid":"cd4a-4"},"cd4a-7":{"renderedLength":2426,"gzipLength":757,"brotliLength":0,"mainUid":"cd4a-6"},"cd4a-9":{"renderedLength":2873,"gzipLength":729,"brotliLength":0,"mainUid":"cd4a-8"},"cd4a-11":{"renderedLength":14092,"gzipLength":2621,"brotliLength":0,"mainUid":"cd4a-10"},"cd4a-13":{"renderedLength":7554,"gzipLength":1588,"brotliLength":0,"mainUid":"cd4a-12"},"cd4a-15":{"renderedLength":4435,"gzipLength":783,"brotliLength":0,"mainUid":"cd4a-14"},"cd4a-17":{"renderedLength":13871,"gzipLength":2489,"brotliLength":0,"mainUid":"cd4a-16"},"cd4a-19":{"renderedLength":2672,"gzipLength":771,"brotliLength":0,"mainUid":"cd4a-18"},"cd4a-21":{"renderedLength":7988,"gzipLength":1689,"brotliLength":0,"mainUid":"cd4a-20"},"cd4a-23":{"renderedLength":2586,"gzipLength":794,"brotliLength":0,"mainUid":"cd4a-22"},"cd4a-25":{"renderedLength":5917,"gzipLength":1224,"brotliLength":0,"mainUid":"cd4a-24"},"cd4a-27":{"renderedLength":12828,"gzipLength":1658,"brotliLength":0,"mainUid":"cd4a-26"},"cd4a-29":{"renderedLength":18129,"gzipLength":3040,"brotliLength":0,"mainUid":"cd4a-28"},"cd4a-31":{"renderedLength":2753,"gzipLength":846,"brotliLength":0,"mainUid":"cd4a-30"},"cd4a-33":{"renderedLength":11781,"gzipLength":2475,"brotliLength":0,"mainUid":"cd4a-32"},"cd4a-35":{"renderedLength":7610,"gzipLength":1432,"brotliLength":0,"mainUid":"cd4a-34"},"cd4a-37":{"renderedLength":20680,"gzipLength":3127,"brotliLength":0,"mainUid":"cd4a-36"},"cd4a-39":{"renderedLength":3724,"gzipLength":981,"brotliLength":0,"mainUid":"cd4a-38"},"cd4a-41":{"renderedLength":1895,"gzipLength":565,"brotliLength":0,"mainUid":"cd4a-40"},"cd4a-43":{"renderedLength":2462,"gzipLength":797,"brotliLength":0,"mainUid":"cd4a-42"},"cd4a-45":{"renderedLength":3559,"gzipLength":1014,"brotliLength":0,"mainUid":"cd4a-44"},"cd4a-47":{"renderedLength":2457,"gzipLength":568,"brotliLength":0,"mainUid":"cd4a-46"},"cd4a-49":{"renderedLength":3130,"gzipLength":892,"brotliLength":0,"mainUid":"cd4a-48"},"cd4a-51":{"renderedLength":2469,"gzipLength":693,"brotliLength":0,"mainUid":"cd4a-50"},"cd4a-53":{"renderedLength":3437,"gzipLength":1020,"brotliLength":0,"mainUid":"cd4a-52"},"cd4a-55":{"renderedLength":5782,"gzipLength":1525,"brotliLength":0,"mainUid":"cd4a-54"},"cd4a-57":{"renderedLength":1385,"gzipLength":494,"brotliLength":0,"mainUid":"cd4a-56"},"cd4a-59":{"renderedLength":1254,"gzipLength":407,"brotliLength":0,"mainUid":"cd4a-58"},"cd4a-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"cd4a-60"}},"nodeMetas":{"cd4a-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"cd4a-1"},"imported":[],"importedBy":[{"uid":"cd4a-38"},{"uid":"cd4a-40"},{"uid":"cd4a-10"},{"uid":"cd4a-12"},{"uid":"cd4a-24"},{"uid":"cd4a-26"},{"uid":"cd4a-28"},{"uid":"cd4a-32"},{"uid":"cd4a-34"},{"uid":"cd4a-2"},{"uid":"cd4a-44"},{"uid":"cd4a-4"},{"uid":"cd4a-18"}]},"cd4a-2":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"cd4a-3"},"imported":[{"uid":"cd4a-0"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"},{"uid":"cd4a-10"},{"uid":"cd4a-12"},{"uid":"cd4a-16"},{"uid":"cd4a-20"},{"uid":"cd4a-36"},{"uid":"cd4a-22"},{"uid":"cd4a-24"},{"uid":"cd4a-26"},{"uid":"cd4a-28"},{"uid":"cd4a-32"},{"uid":"cd4a-34"},{"uid":"cd4a-42"},{"uid":"cd4a-44"},{"uid":"cd4a-48"},{"uid":"cd4a-50"},{"uid":"cd4a-52"},{"uid":"cd4a-54"},{"uid":"cd4a-56"},{"uid":"cd4a-58"},{"uid":"cd4a-4"},{"uid":"cd4a-6"},{"uid":"cd4a-8"}]},"cd4a-4":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"cd4a-5"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-38"}]},"cd4a-6":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"cd4a-7"},"imported":[{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-38"}]},"cd4a-8":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"cd4a-9"},"imported":[{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-38"}]},"cd4a-10":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"cd4a-11"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-12":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"cd4a-13"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-14":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"cd4a-15"},"imported":[],"importedBy":[{"uid":"cd4a-16"}]},"cd4a-16":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"cd4a-17"},"imported":[{"uid":"cd4a-14"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-18":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"cd4a-19"},"imported":[{"uid":"cd4a-0"}],"importedBy":[{"uid":"cd4a-38"},{"uid":"cd4a-20"}]},"cd4a-20":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"cd4a-21"},"imported":[{"uid":"cd4a-18"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"},{"uid":"cd4a-22"}]},"cd4a-22":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"cd4a-23"},"imported":[{"uid":"cd4a-2"},{"uid":"cd4a-20"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-24":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"cd4a-25"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-26":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"cd4a-27"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-28":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"cd4a-29"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-30":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"cd4a-31"},"imported":[],"importedBy":[{"uid":"cd4a-32"}]},"cd4a-32":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"cd4a-33"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-30"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-34":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"cd4a-35"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-36":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"cd4a-37"},"imported":[{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-38"}]},"cd4a-38":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"cd4a-39"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"},{"uid":"cd4a-4"},{"uid":"cd4a-6"},{"uid":"cd4a-8"},{"uid":"cd4a-10"},{"uid":"cd4a-12"},{"uid":"cd4a-16"},{"uid":"cd4a-20"},{"uid":"cd4a-22"},{"uid":"cd4a-24"},{"uid":"cd4a-26"},{"uid":"cd4a-28"},{"uid":"cd4a-32"},{"uid":"cd4a-34"},{"uid":"cd4a-36"},{"uid":"cd4a-18"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-40":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"cd4a-41"},"imported":[{"uid":"cd4a-0"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-42":{"id":"/packages/table-core/src/utils/getCoreRowModelSync.ts","moduleParts":{"index.production.js":"cd4a-43"},"imported":[{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-44":{"id":"/packages/table-core/src/utils/getCoreRowModelAsync.ts","moduleParts":{"index.production.js":"cd4a-45"},"imported":[{"uid":"cd4a-0"},{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-46":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"cd4a-47"},"imported":[],"importedBy":[{"uid":"cd4a-48"},{"uid":"cd4a-50"}]},"cd4a-48":{"id":"/packages/table-core/src/utils/getColumnFilteredRowModelSync.ts","moduleParts":{"index.production.js":"cd4a-49"},"imported":[{"uid":"cd4a-2"},{"uid":"cd4a-46"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-50":{"id":"/packages/table-core/src/utils/getGlobalFilteredRowModelSync.ts","moduleParts":{"index.production.js":"cd4a-51"},"imported":[{"uid":"cd4a-2"},{"uid":"cd4a-46"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-52":{"id":"/packages/table-core/src/utils/getSortedRowModelSync.ts","moduleParts":{"index.production.js":"cd4a-53"},"imported":[{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"cd4a-55"},"imported":[{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"cd4a-57"},"imported":[{"uid":"cd4a-2"}],"importedBy":[{"uid":"cd4a-60"},{"uid":"cd4a-58"}]},"cd4a-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"cd4a-59"},"imported":[{"uid":"cd4a-2"},{"uid":"cd4a-56"}],"importedBy":[{"uid":"cd4a-60"}]},"cd4a-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"cd4a-61"},"imported":[{"uid":"cd4a-38"},{"uid":"cd4a-62"},{"uid":"cd4a-40"},{"uid":"cd4a-10"},{"uid":"cd4a-12"},{"uid":"cd4a-16"},{"uid":"cd4a-20"},{"uid":"cd4a-36"},{"uid":"cd4a-22"},{"uid":"cd4a-24"},{"uid":"cd4a-26"},{"uid":"cd4a-28"},{"uid":"cd4a-32"},{"uid":"cd4a-34"},{"uid":"cd4a-2"},{"uid":"cd4a-42"},{"uid":"cd4a-44"},{"uid":"cd4a-48"},{"uid":"cd4a-50"},{"uid":"cd4a-52"},{"uid":"cd4a-54"},{"uid":"cd4a-56"},{"uid":"cd4a-58"}],"importedBy":[],"isEntry":true},"cd4a-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"cd4a-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":"60dc-1","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/table-core/src","children":[{"uid":"60dc-3","name":"utils.ts"},{"name":"features","children":[{"uid":"60dc-5","name":"Columns.ts"},{"uid":"60dc-7","name":"Rows.ts"},{"uid":"60dc-9","name":"Cells.ts"},{"uid":"60dc-11","name":"ColumnSizing.ts"},{"uid":"60dc-13","name":"Expanding.ts"},{"uid":"60dc-17","name":"Filters.ts"},{"uid":"60dc-21","name":"Grouping.ts"},{"uid":"60dc-23","name":"Ordering.ts"},{"uid":"60dc-25","name":"Pagination.ts"},{"uid":"60dc-27","name":"Pinning.ts"},{"uid":"60dc-29","name":"RowSelection.ts"},{"uid":"60dc-33","name":"Sorting.ts"},{"uid":"60dc-35","name":"Visibility.ts"},{"uid":"60dc-37","name":"Headers.ts"}]},{"uid":"60dc-15","name":"filterFns.ts"},{"uid":"60dc-19","name":"aggregationFns.ts"},{"uid":"60dc-31","name":"sortingFns.ts"},{"uid":"60dc-39","name":"core.ts"},{"uid":"60dc-41","name":"createTable.ts"},{"name":"utils","children":[{"uid":"60dc-43","name":"getCoreRowModelSync.ts"},{"uid":"60dc-45","name":"getCoreRowModelAsync.ts"},{"uid":"60dc-47","name":"filterRowsUtils.ts"},{"uid":"60dc-49","name":"getColumnFilteredRowModelSync.ts"},{"uid":"60dc-51","name":"getGlobalFilteredRowModelSync.ts"},{"uid":"60dc-53","name":"getSortedRowModelSync.ts"},{"uid":"60dc-55","name":"getGroupedRowModel.ts"},{"uid":"60dc-57","name":"getExpandedRowModel.ts"},{"uid":"60dc-59","name":"getPaginationRowModel.ts"}]},{"uid":"60dc-61","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"60dc-1":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"60dc-0"},"60dc-3":{"renderedLength":7408,"gzipLength":1895,"brotliLength":0,"mainUid":"60dc-2"},"60dc-5":{"renderedLength":7169,"gzipLength":1386,"brotliLength":0,"mainUid":"60dc-4"},"60dc-7":{"renderedLength":2013,"gzipLength":671,"brotliLength":0,"mainUid":"60dc-6"},"60dc-9":{"renderedLength":2415,"gzipLength":642,"brotliLength":0,"mainUid":"60dc-8"},"60dc-11":{"renderedLength":13618,"gzipLength":2498,"brotliLength":0,"mainUid":"60dc-10"},"60dc-13":{"renderedLength":7196,"gzipLength":1519,"brotliLength":0,"mainUid":"60dc-12"},"60dc-15":{"renderedLength":4925,"gzipLength":807,"brotliLength":0,"mainUid":"60dc-14"},"60dc-17":{"renderedLength":13955,"gzipLength":2506,"brotliLength":0,"mainUid":"60dc-16"},"60dc-19":{"renderedLength":2672,"gzipLength":771,"brotliLength":0,"mainUid":"60dc-18"},"60dc-21":{"renderedLength":7847,"gzipLength":1627,"brotliLength":0,"mainUid":"60dc-20"},"60dc-23":{"renderedLength":2586,"gzipLength":794,"brotliLength":0,"mainUid":"60dc-22"},"60dc-25":{"renderedLength":6033,"gzipLength":1248,"brotliLength":0,"mainUid":"60dc-24"},"60dc-27":{"renderedLength":12828,"gzipLength":1658,"brotliLength":0,"mainUid":"60dc-26"},"60dc-29":{"renderedLength":16516,"gzipLength":2789,"brotliLength":0,"mainUid":"60dc-28"},"60dc-31":{"renderedLength":2753,"gzipLength":846,"brotliLength":0,"mainUid":"60dc-30"},"60dc-33":{"renderedLength":11640,"gzipLength":2428,"brotliLength":0,"mainUid":"60dc-32"},"60dc-35":{"renderedLength":6959,"gzipLength":1289,"brotliLength":0,"mainUid":"60dc-34"},"60dc-37":{"renderedLength":18481,"gzipLength":2898,"brotliLength":0,"mainUid":"60dc-36"},"60dc-39":{"renderedLength":3427,"gzipLength":914,"brotliLength":0,"mainUid":"60dc-38"},"60dc-41":{"renderedLength":1882,"gzipLength":562,"brotliLength":0,"mainUid":"60dc-40"},"60dc-43":{"renderedLength":2462,"gzipLength":797,"brotliLength":0,"mainUid":"60dc-42"},"60dc-45":{"renderedLength":3559,"gzipLength":1014,"brotliLength":0,"mainUid":"60dc-44"},"60dc-47":{"renderedLength":2457,"gzipLength":568,"brotliLength":0,"mainUid":"60dc-46"},"60dc-49":{"renderedLength":3130,"gzipLength":892,"brotliLength":0,"mainUid":"60dc-48"},"60dc-51":{"renderedLength":2469,"gzipLength":693,"brotliLength":0,"mainUid":"60dc-50"},"60dc-53":{"renderedLength":3437,"gzipLength":1020,"brotliLength":0,"mainUid":"60dc-52"},"60dc-55":{"renderedLength":5782,"gzipLength":1525,"brotliLength":0,"mainUid":"60dc-54"},"60dc-57":{"renderedLength":1385,"gzipLength":494,"brotliLength":0,"mainUid":"60dc-56"},"60dc-59":{"renderedLength":1254,"gzipLength":407,"brotliLength":0,"mainUid":"60dc-58"},"60dc-61":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"60dc-60"}},"nodeMetas":{"60dc-0":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"60dc-1"},"imported":[],"importedBy":[{"uid":"60dc-38"},{"uid":"60dc-40"},{"uid":"60dc-10"},{"uid":"60dc-12"},{"uid":"60dc-24"},{"uid":"60dc-26"},{"uid":"60dc-28"},{"uid":"60dc-32"},{"uid":"60dc-34"},{"uid":"60dc-2"},{"uid":"60dc-44"},{"uid":"60dc-4"},{"uid":"60dc-18"}]},"60dc-2":{"id":"/packages/table-core/src/utils.ts","moduleParts":{"index.production.js":"60dc-3"},"imported":[{"uid":"60dc-0"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"},{"uid":"60dc-10"},{"uid":"60dc-12"},{"uid":"60dc-16"},{"uid":"60dc-20"},{"uid":"60dc-36"},{"uid":"60dc-22"},{"uid":"60dc-24"},{"uid":"60dc-26"},{"uid":"60dc-28"},{"uid":"60dc-32"},{"uid":"60dc-34"},{"uid":"60dc-42"},{"uid":"60dc-44"},{"uid":"60dc-48"},{"uid":"60dc-50"},{"uid":"60dc-52"},{"uid":"60dc-54"},{"uid":"60dc-56"},{"uid":"60dc-58"},{"uid":"60dc-4"},{"uid":"60dc-6"},{"uid":"60dc-8"}]},"60dc-4":{"id":"/packages/table-core/src/features/Columns.ts","moduleParts":{"index.production.js":"60dc-5"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-38"}]},"60dc-6":{"id":"/packages/table-core/src/features/Rows.ts","moduleParts":{"index.production.js":"60dc-7"},"imported":[{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-38"}]},"60dc-8":{"id":"/packages/table-core/src/features/Cells.ts","moduleParts":{"index.production.js":"60dc-9"},"imported":[{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-38"}]},"60dc-10":{"id":"/packages/table-core/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"60dc-11"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-12":{"id":"/packages/table-core/src/features/Expanding.ts","moduleParts":{"index.production.js":"60dc-13"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-14":{"id":"/packages/table-core/src/filterFns.ts","moduleParts":{"index.production.js":"60dc-15"},"imported":[],"importedBy":[{"uid":"60dc-16"}]},"60dc-16":{"id":"/packages/table-core/src/features/Filters.ts","moduleParts":{"index.production.js":"60dc-17"},"imported":[{"uid":"60dc-14"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-18":{"id":"/packages/table-core/src/aggregationFns.ts","moduleParts":{"index.production.js":"60dc-19"},"imported":[{"uid":"60dc-0"}],"importedBy":[{"uid":"60dc-38"},{"uid":"60dc-20"}]},"60dc-20":{"id":"/packages/table-core/src/features/Grouping.ts","moduleParts":{"index.production.js":"60dc-21"},"imported":[{"uid":"60dc-18"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"},{"uid":"60dc-22"}]},"60dc-22":{"id":"/packages/table-core/src/features/Ordering.ts","moduleParts":{"index.production.js":"60dc-23"},"imported":[{"uid":"60dc-2"},{"uid":"60dc-20"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-24":{"id":"/packages/table-core/src/features/Pagination.ts","moduleParts":{"index.production.js":"60dc-25"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-26":{"id":"/packages/table-core/src/features/Pinning.ts","moduleParts":{"index.production.js":"60dc-27"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-28":{"id":"/packages/table-core/src/features/RowSelection.ts","moduleParts":{"index.production.js":"60dc-29"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-30":{"id":"/packages/table-core/src/sortingFns.ts","moduleParts":{"index.production.js":"60dc-31"},"imported":[],"importedBy":[{"uid":"60dc-32"}]},"60dc-32":{"id":"/packages/table-core/src/features/Sorting.ts","moduleParts":{"index.production.js":"60dc-33"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-30"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-34":{"id":"/packages/table-core/src/features/Visibility.ts","moduleParts":{"index.production.js":"60dc-35"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-36":{"id":"/packages/table-core/src/features/Headers.ts","moduleParts":{"index.production.js":"60dc-37"},"imported":[{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-38"}]},"60dc-38":{"id":"/packages/table-core/src/core.ts","moduleParts":{"index.production.js":"60dc-39"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"},{"uid":"60dc-4"},{"uid":"60dc-6"},{"uid":"60dc-8"},{"uid":"60dc-10"},{"uid":"60dc-12"},{"uid":"60dc-16"},{"uid":"60dc-20"},{"uid":"60dc-22"},{"uid":"60dc-24"},{"uid":"60dc-26"},{"uid":"60dc-28"},{"uid":"60dc-32"},{"uid":"60dc-34"},{"uid":"60dc-36"},{"uid":"60dc-18"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-40":{"id":"/packages/table-core/src/createTable.ts","moduleParts":{"index.production.js":"60dc-41"},"imported":[{"uid":"60dc-0"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-42":{"id":"/packages/table-core/src/utils/getCoreRowModelSync.ts","moduleParts":{"index.production.js":"60dc-43"},"imported":[{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-44":{"id":"/packages/table-core/src/utils/getCoreRowModelAsync.ts","moduleParts":{"index.production.js":"60dc-45"},"imported":[{"uid":"60dc-0"},{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-46":{"id":"/packages/table-core/src/utils/filterRowsUtils.ts","moduleParts":{"index.production.js":"60dc-47"},"imported":[],"importedBy":[{"uid":"60dc-48"},{"uid":"60dc-50"}]},"60dc-48":{"id":"/packages/table-core/src/utils/getColumnFilteredRowModelSync.ts","moduleParts":{"index.production.js":"60dc-49"},"imported":[{"uid":"60dc-2"},{"uid":"60dc-46"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-50":{"id":"/packages/table-core/src/utils/getGlobalFilteredRowModelSync.ts","moduleParts":{"index.production.js":"60dc-51"},"imported":[{"uid":"60dc-2"},{"uid":"60dc-46"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-52":{"id":"/packages/table-core/src/utils/getSortedRowModelSync.ts","moduleParts":{"index.production.js":"60dc-53"},"imported":[{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-54":{"id":"/packages/table-core/src/utils/getGroupedRowModel.ts","moduleParts":{"index.production.js":"60dc-55"},"imported":[{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-56":{"id":"/packages/table-core/src/utils/getExpandedRowModel.ts","moduleParts":{"index.production.js":"60dc-57"},"imported":[{"uid":"60dc-2"}],"importedBy":[{"uid":"60dc-60"},{"uid":"60dc-58"}]},"60dc-58":{"id":"/packages/table-core/src/utils/getPaginationRowModel.ts","moduleParts":{"index.production.js":"60dc-59"},"imported":[{"uid":"60dc-2"},{"uid":"60dc-56"}],"importedBy":[{"uid":"60dc-60"}]},"60dc-60":{"id":"/packages/table-core/src/index.ts","moduleParts":{"index.production.js":"60dc-61"},"imported":[{"uid":"60dc-38"},{"uid":"60dc-62"},{"uid":"60dc-40"},{"uid":"60dc-10"},{"uid":"60dc-12"},{"uid":"60dc-16"},{"uid":"60dc-20"},{"uid":"60dc-36"},{"uid":"60dc-22"},{"uid":"60dc-24"},{"uid":"60dc-26"},{"uid":"60dc-28"},{"uid":"60dc-32"},{"uid":"60dc-34"},{"uid":"60dc-2"},{"uid":"60dc-42"},{"uid":"60dc-44"},{"uid":"60dc-48"},{"uid":"60dc-50"},{"uid":"60dc-52"},{"uid":"60dc-54"},{"uid":"60dc-56"},{"uid":"60dc-58"}],"importedBy":[],"isEntry":true},"60dc-62":{"id":"/packages/table-core/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"60dc-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;