@tanstack/react-table 8.0.0-alpha.3 → 8.0.0-alpha.34

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 (107) hide show
  1. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -78
  2. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js.map +1 -1
  3. package/build/cjs/index.js +99 -12
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/esm/index.js +41 -4686
  6. package/build/esm/index.js.map +1 -1
  7. package/build/stats-html.html +1 -1
  8. package/build/stats-react.json +29 -747
  9. package/build/types/index.d.ts +13 -7
  10. package/build/umd/index.development.js +51 -4688
  11. package/build/umd/index.development.js.map +1 -1
  12. package/build/umd/index.production.js +1 -1
  13. package/build/umd/index.production.js.map +1 -1
  14. package/package.json +4 -1
  15. package/src/index.tsx +107 -7
  16. package/build/cjs/aggregationTypes.js +0 -130
  17. package/build/cjs/aggregationTypes.js.map +0 -1
  18. package/build/cjs/core.js +0 -552
  19. package/build/cjs/core.js.map +0 -1
  20. package/build/cjs/createTable.js +0 -108
  21. package/build/cjs/createTable.js.map +0 -1
  22. package/build/cjs/features/ColumnSizing.js +0 -317
  23. package/build/cjs/features/ColumnSizing.js.map +0 -1
  24. package/build/cjs/features/Expanding.js +0 -255
  25. package/build/cjs/features/Expanding.js.map +0 -1
  26. package/build/cjs/features/Filters.js +0 -445
  27. package/build/cjs/features/Filters.js.map +0 -1
  28. package/build/cjs/features/Grouping.js +0 -249
  29. package/build/cjs/features/Grouping.js.map +0 -1
  30. package/build/cjs/features/Headers.js +0 -549
  31. package/build/cjs/features/Headers.js.map +0 -1
  32. package/build/cjs/features/Ordering.js +0 -86
  33. package/build/cjs/features/Ordering.js.map +0 -1
  34. package/build/cjs/features/Pagination.js +0 -194
  35. package/build/cjs/features/Pagination.js.map +0 -1
  36. package/build/cjs/features/Pinning.js +0 -149
  37. package/build/cjs/features/Pinning.js.map +0 -1
  38. package/build/cjs/features/RowSelection.js +0 -541
  39. package/build/cjs/features/RowSelection.js.map +0 -1
  40. package/build/cjs/features/Sorting.js +0 -327
  41. package/build/cjs/features/Sorting.js.map +0 -1
  42. package/build/cjs/features/Visibility.js +0 -166
  43. package/build/cjs/features/Visibility.js.map +0 -1
  44. package/build/cjs/filterTypes.js +0 -172
  45. package/build/cjs/filterTypes.js.map +0 -1
  46. package/build/cjs/sortTypes.js +0 -122
  47. package/build/cjs/sortTypes.js.map +0 -1
  48. package/build/cjs/utils/columnFilterRowsFn.js +0 -131
  49. package/build/cjs/utils/columnFilterRowsFn.js.map +0 -1
  50. package/build/cjs/utils/expandRowsFn.js +0 -38
  51. package/build/cjs/utils/expandRowsFn.js.map +0 -1
  52. package/build/cjs/utils/globalFilterRowsFn.js +0 -101
  53. package/build/cjs/utils/globalFilterRowsFn.js.map +0 -1
  54. package/build/cjs/utils/groupRowsFn.js +0 -155
  55. package/build/cjs/utils/groupRowsFn.js.map +0 -1
  56. package/build/cjs/utils/sortRowsFn.js +0 -94
  57. package/build/cjs/utils/sortRowsFn.js.map +0 -1
  58. package/build/cjs/utils.js +0 -146
  59. package/build/cjs/utils.js.map +0 -1
  60. package/build/types/aggregationTypes.d.ts +0 -22
  61. package/build/types/core.d.ts +0 -111
  62. package/build/types/createTable.d.ts +0 -53
  63. package/build/types/features/ColumnSizing.d.ts +0 -67
  64. package/build/types/features/Expanding.d.ts +0 -53
  65. package/build/types/features/Filters.d.ts +0 -98
  66. package/build/types/features/Grouping.d.ts +0 -82
  67. package/build/types/features/Headers.d.ts +0 -41
  68. package/build/types/features/Ordering.d.ts +0 -19
  69. package/build/types/features/Pagination.d.ts +0 -43
  70. package/build/types/features/Pinning.d.ts +0 -39
  71. package/build/types/features/RowSelection.d.ts +0 -66
  72. package/build/types/features/Sorting.d.ts +0 -78
  73. package/build/types/features/Visibility.d.ts +0 -47
  74. package/build/types/filterTypes.d.ts +0 -50
  75. package/build/types/sortTypes.d.ts +0 -18
  76. package/build/types/types.d.ts +0 -127
  77. package/build/types/utils/columnFilterRowsFn.d.ts +0 -2
  78. package/build/types/utils/expandRowsFn.d.ts +0 -2
  79. package/build/types/utils/globalFilterRowsFn.d.ts +0 -2
  80. package/build/types/utils/groupRowsFn.d.ts +0 -2
  81. package/build/types/utils/paginateRowsFn.d.ts +0 -2
  82. package/build/types/utils/sortRowsFn.d.ts +0 -2
  83. package/build/types/utils.d.ts +0 -28
  84. package/src/aggregationTypes.ts +0 -115
  85. package/src/core.tsx +0 -1182
  86. package/src/createTable.tsx +0 -241
  87. package/src/features/ColumnSizing.ts +0 -453
  88. package/src/features/Expanding.ts +0 -404
  89. package/src/features/Filters.ts +0 -762
  90. package/src/features/Grouping.ts +0 -466
  91. package/src/features/Headers.ts +0 -912
  92. package/src/features/Ordering.ts +0 -133
  93. package/src/features/Pagination.ts +0 -314
  94. package/src/features/Pinning.ts +0 -200
  95. package/src/features/RowSelection.ts +0 -831
  96. package/src/features/Sorting.ts +0 -547
  97. package/src/features/Visibility.ts +0 -279
  98. package/src/filterTypes.ts +0 -251
  99. package/src/sortTypes.ts +0 -159
  100. package/src/types.ts +0 -331
  101. package/src/utils/columnFilterRowsFn.ts +0 -155
  102. package/src/utils/expandRowsFn.ts +0 -50
  103. package/src/utils/globalFilterRowsFn.ts +0 -122
  104. package/src/utils/groupRowsFn.ts +0 -194
  105. package/src/utils/paginateRowsFn.ts +0 -34
  106. package/src/utils/sortRowsFn.ts +0 -115
  107. package/src/utils.tsx +0 -257
@@ -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/react-table/src","children":[{"name":"utils","children":[{"uid":"a4f8-1","name":"columnFilterRowsFn.ts"},{"uid":"a4f8-3","name":"globalFilterRowsFn.ts"},{"uid":"a4f8-5","name":"sortRowsFn.ts"},{"uid":"a4f8-11","name":"groupRowsFn.ts"},{"uid":"a4f8-13","name":"expandRowsFn.ts"}]},{"uid":"a4f8-9","name":"utils.tsx"},{"name":"features","children":[{"uid":"a4f8-15","name":"Visibility.ts"},{"uid":"a4f8-19","name":"Grouping.ts"},{"uid":"a4f8-21","name":"Ordering.ts"},{"uid":"a4f8-23","name":"Pinning.ts"},{"uid":"a4f8-25","name":"Headers.ts"},{"uid":"a4f8-29","name":"Filters.ts"},{"uid":"a4f8-33","name":"Sorting.ts"},{"uid":"a4f8-35","name":"Expanding.ts"},{"uid":"a4f8-37","name":"ColumnSizing.ts"},{"uid":"a4f8-39","name":"Pagination.ts"},{"uid":"a4f8-41","name":"RowSelection.ts"}]},{"uid":"a4f8-17","name":"aggregationTypes.ts"},{"uid":"a4f8-27","name":"filterTypes.ts"},{"uid":"a4f8-31","name":"sortTypes.ts"},{"uid":"a4f8-43","name":"core.tsx"},{"uid":"a4f8-45","name":"createTable.tsx"},{"uid":"a4f8-47","name":"index.tsx"}]},{"uid":"a4f8-7","name":"\u0000rollupPluginBabelHelpers.js"}]}],"isRoot":true},"nodeParts":{"a4f8-1":{"renderedLength":3174,"gzipLength":863,"brotliLength":0,"mainUid":"a4f8-0"},"a4f8-3":{"renderedLength":2540,"gzipLength":721,"brotliLength":0,"mainUid":"a4f8-2"},"a4f8-5":{"renderedLength":2436,"gzipLength":818,"brotliLength":0,"mainUid":"a4f8-4"},"a4f8-7":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"a4f8-6"},"a4f8-9":{"renderedLength":4119,"gzipLength":1464,"brotliLength":0,"mainUid":"a4f8-8"},"a4f8-11":{"renderedLength":4814,"gzipLength":1358,"brotliLength":0,"mainUid":"a4f8-10"},"a4f8-13":{"renderedLength":595,"gzipLength":266,"brotliLength":0,"mainUid":"a4f8-12"},"a4f8-15":{"renderedLength":5635,"gzipLength":1151,"brotliLength":0,"mainUid":"a4f8-14"},"a4f8-17":{"renderedLength":2520,"gzipLength":755,"brotliLength":0,"mainUid":"a4f8-16"},"a4f8-19":{"renderedLength":7990,"gzipLength":1739,"brotliLength":0,"mainUid":"a4f8-18"},"a4f8-21":{"renderedLength":2419,"gzipLength":757,"brotliLength":0,"mainUid":"a4f8-20"},"a4f8-23":{"renderedLength":5178,"gzipLength":1014,"brotliLength":0,"mainUid":"a4f8-22"},"a4f8-25":{"renderedLength":18878,"gzipLength":2991,"brotliLength":0,"mainUid":"a4f8-24"},"a4f8-27":{"renderedLength":4437,"gzipLength":786,"brotliLength":0,"mainUid":"a4f8-26"},"a4f8-29":{"renderedLength":17178,"gzipLength":3007,"brotliLength":0,"mainUid":"a4f8-28"},"a4f8-31":{"renderedLength":2752,"gzipLength":846,"brotliLength":0,"mainUid":"a4f8-30"},"a4f8-33":{"renderedLength":11632,"gzipLength":2582,"brotliLength":0,"mainUid":"a4f8-32"},"a4f8-35":{"renderedLength":8046,"gzipLength":1752,"brotliLength":0,"mainUid":"a4f8-34"},"a4f8-37":{"renderedLength":9842,"gzipLength":2050,"brotliLength":0,"mainUid":"a4f8-36"},"a4f8-39":{"renderedLength":6238,"gzipLength":1297,"brotliLength":0,"mainUid":"a4f8-38"},"a4f8-41":{"renderedLength":17855,"gzipLength":3118,"brotliLength":0,"mainUid":"a4f8-40"},"a4f8-43":{"renderedLength":17033,"gzipLength":3478,"brotliLength":0,"mainUid":"a4f8-42"},"a4f8-45":{"renderedLength":1855,"gzipLength":503,"brotliLength":0,"mainUid":"a4f8-44"},"a4f8-47":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"a4f8-46"}},"nodeMetas":{"a4f8-0":{"id":"/packages/react-table/src/utils/columnFilterRowsFn.ts","moduleParts":{"index.production.js":"a4f8-1"},"imported":[],"importedBy":[{"uid":"a4f8-46"}]},"a4f8-2":{"id":"/packages/react-table/src/utils/globalFilterRowsFn.ts","moduleParts":{"index.production.js":"a4f8-3"},"imported":[],"importedBy":[{"uid":"a4f8-46"}]},"a4f8-4":{"id":"/packages/react-table/src/utils/sortRowsFn.ts","moduleParts":{"index.production.js":"a4f8-5"},"imported":[],"importedBy":[{"uid":"a4f8-46"}]},"a4f8-6":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"a4f8-7"},"imported":[],"importedBy":[{"uid":"a4f8-44"},{"uid":"a4f8-8"},{"uid":"a4f8-42"},{"uid":"a4f8-14"},{"uid":"a4f8-32"},{"uid":"a4f8-34"},{"uid":"a4f8-36"},{"uid":"a4f8-38"},{"uid":"a4f8-40"},{"uid":"a4f8-16"}]},"a4f8-8":{"id":"/packages/react-table/src/utils.tsx","moduleParts":{"index.production.js":"a4f8-9"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-49"}],"importedBy":[{"uid":"a4f8-10"},{"uid":"a4f8-42"},{"uid":"a4f8-14"},{"uid":"a4f8-20"},{"uid":"a4f8-22"},{"uid":"a4f8-24"},{"uid":"a4f8-28"},{"uid":"a4f8-32"},{"uid":"a4f8-18"},{"uid":"a4f8-34"},{"uid":"a4f8-36"},{"uid":"a4f8-38"},{"uid":"a4f8-40"}]},"a4f8-10":{"id":"/packages/react-table/src/utils/groupRowsFn.ts","moduleParts":{"index.production.js":"a4f8-11"},"imported":[{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-46"}]},"a4f8-12":{"id":"/packages/react-table/src/utils/expandRowsFn.ts","moduleParts":{"index.production.js":"a4f8-13"},"imported":[],"importedBy":[{"uid":"a4f8-46"}]},"a4f8-14":{"id":"/packages/react-table/src/features/Visibility.ts","moduleParts":{"index.production.js":"a4f8-15"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-16":{"id":"/packages/react-table/src/aggregationTypes.ts","moduleParts":{"index.production.js":"a4f8-17"},"imported":[{"uid":"a4f8-6"}],"importedBy":[{"uid":"a4f8-18"}]},"a4f8-18":{"id":"/packages/react-table/src/features/Grouping.ts","moduleParts":{"index.production.js":"a4f8-19"},"imported":[{"uid":"a4f8-16"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"},{"uid":"a4f8-20"}]},"a4f8-20":{"id":"/packages/react-table/src/features/Ordering.ts","moduleParts":{"index.production.js":"a4f8-21"},"imported":[{"uid":"a4f8-8"},{"uid":"a4f8-18"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-22":{"id":"/packages/react-table/src/features/Pinning.ts","moduleParts":{"index.production.js":"a4f8-23"},"imported":[{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-24":{"id":"/packages/react-table/src/features/Headers.ts","moduleParts":{"index.production.js":"a4f8-25"},"imported":[{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-26":{"id":"/packages/react-table/src/filterTypes.ts","moduleParts":{"index.production.js":"a4f8-27"},"imported":[],"importedBy":[{"uid":"a4f8-28"}]},"a4f8-28":{"id":"/packages/react-table/src/features/Filters.ts","moduleParts":{"index.production.js":"a4f8-29"},"imported":[{"uid":"a4f8-26"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-30":{"id":"/packages/react-table/src/sortTypes.ts","moduleParts":{"index.production.js":"a4f8-31"},"imported":[],"importedBy":[{"uid":"a4f8-32"}]},"a4f8-32":{"id":"/packages/react-table/src/features/Sorting.ts","moduleParts":{"index.production.js":"a4f8-33"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-30"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-34":{"id":"/packages/react-table/src/features/Expanding.ts","moduleParts":{"index.production.js":"a4f8-35"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-36":{"id":"/packages/react-table/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"a4f8-37"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-38":{"id":"/packages/react-table/src/features/Pagination.ts","moduleParts":{"index.production.js":"a4f8-39"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-40":{"id":"/packages/react-table/src/features/RowSelection.ts","moduleParts":{"index.production.js":"a4f8-41"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-8"}],"importedBy":[{"uid":"a4f8-42"}]},"a4f8-42":{"id":"/packages/react-table/src/core.tsx","moduleParts":{"index.production.js":"a4f8-43"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-8"},{"uid":"a4f8-14"},{"uid":"a4f8-20"},{"uid":"a4f8-22"},{"uid":"a4f8-24"},{"uid":"a4f8-28"},{"uid":"a4f8-32"},{"uid":"a4f8-18"},{"uid":"a4f8-34"},{"uid":"a4f8-36"},{"uid":"a4f8-38"},{"uid":"a4f8-40"}],"importedBy":[{"uid":"a4f8-44"}]},"a4f8-44":{"id":"/packages/react-table/src/createTable.tsx","moduleParts":{"index.production.js":"a4f8-45"},"imported":[{"uid":"a4f8-6"},{"uid":"a4f8-49"},{"uid":"a4f8-42"}],"importedBy":[{"uid":"a4f8-46"}]},"a4f8-46":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"a4f8-47"},"imported":[{"uid":"a4f8-48"},{"uid":"a4f8-0"},{"uid":"a4f8-2"},{"uid":"a4f8-4"},{"uid":"a4f8-10"},{"uid":"a4f8-12"},{"uid":"a4f8-44"}],"importedBy":[],"isEntry":true},"a4f8-48":{"id":"/packages/react-table/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"a4f8-46"}]},"a4f8-49":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"a4f8-44"},{"uid":"a4f8-8"}],"isExternal":true}},"env":{"rollup":"2.66.0"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
2672
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"uid":"88ad-115","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/react-table/src/index.tsx","uid":"88ad-117"}]}],"isRoot":true},"nodeParts":{"88ad-115":{"renderedLength":410,"gzipLength":231,"brotliLength":0,"mainUid":"88ad-114"},"88ad-117":{"renderedLength":2474,"gzipLength":882,"brotliLength":0,"mainUid":"88ad-116"}},"nodeMetas":{"88ad-114":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"88ad-115"},"imported":[],"importedBy":[{"uid":"88ad-116"}]},"88ad-116":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"88ad-117"},"imported":[{"uid":"88ad-114"},{"uid":"88ad-118"},{"uid":"88ad-119"}],"importedBy":[],"isEntry":true},"88ad-118":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"88ad-116"}],"isExternal":true},"88ad-119":{"id":"@tanstack/table-core","moduleParts":{},"imported":[],"importedBy":[{"uid":"88ad-116"}],"isExternal":true}},"env":{"rollup":"2.70.2"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
2673
2673
 
2674
2674
  const run = () => {
2675
2675
  const width = window.innerWidth;