@tanstack/react-table 8.0.0-alpha.4 → 8.0.0-alpha.40

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 (109) 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 +102 -17
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/esm/index.js +41 -4716
  6. package/build/esm/index.js.map +1 -1
  7. package/build/stats-html.html +1 -1
  8. package/build/stats-react.json +29 -779
  9. package/build/types/index.d.ts +13 -8
  10. package/build/umd/index.development.js +51 -4719
  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 -8
  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 -198
  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/paginateRowsFn.js +0 -44
  57. package/build/cjs/utils/paginateRowsFn.js.map +0 -1
  58. package/build/cjs/utils/sortRowsFn.js +0 -94
  59. package/build/cjs/utils/sortRowsFn.js.map +0 -1
  60. package/build/cjs/utils.js +0 -146
  61. package/build/cjs/utils.js.map +0 -1
  62. package/build/types/aggregationTypes.d.ts +0 -22
  63. package/build/types/core.d.ts +0 -111
  64. package/build/types/createTable.d.ts +0 -53
  65. package/build/types/features/ColumnSizing.d.ts +0 -67
  66. package/build/types/features/Expanding.d.ts +0 -53
  67. package/build/types/features/Filters.d.ts +0 -98
  68. package/build/types/features/Grouping.d.ts +0 -82
  69. package/build/types/features/Headers.d.ts +0 -41
  70. package/build/types/features/Ordering.d.ts +0 -19
  71. package/build/types/features/Pagination.d.ts +0 -44
  72. package/build/types/features/Pinning.d.ts +0 -39
  73. package/build/types/features/RowSelection.d.ts +0 -66
  74. package/build/types/features/Sorting.d.ts +0 -78
  75. package/build/types/features/Visibility.d.ts +0 -47
  76. package/build/types/filterTypes.d.ts +0 -50
  77. package/build/types/sortTypes.d.ts +0 -18
  78. package/build/types/types.d.ts +0 -127
  79. package/build/types/utils/columnFilterRowsFn.d.ts +0 -2
  80. package/build/types/utils/expandRowsFn.d.ts +0 -2
  81. package/build/types/utils/globalFilterRowsFn.d.ts +0 -2
  82. package/build/types/utils/groupRowsFn.d.ts +0 -2
  83. package/build/types/utils/paginateRowsFn.d.ts +0 -2
  84. package/build/types/utils/sortRowsFn.d.ts +0 -2
  85. package/build/types/utils.d.ts +0 -28
  86. package/src/aggregationTypes.ts +0 -115
  87. package/src/core.tsx +0 -1181
  88. package/src/createTable.tsx +0 -241
  89. package/src/features/ColumnSizing.ts +0 -453
  90. package/src/features/Expanding.ts +0 -404
  91. package/src/features/Filters.ts +0 -762
  92. package/src/features/Grouping.ts +0 -466
  93. package/src/features/Headers.ts +0 -912
  94. package/src/features/Ordering.ts +0 -133
  95. package/src/features/Pagination.ts +0 -327
  96. package/src/features/Pinning.ts +0 -200
  97. package/src/features/RowSelection.ts +0 -831
  98. package/src/features/Sorting.ts +0 -547
  99. package/src/features/Visibility.ts +0 -279
  100. package/src/filterTypes.ts +0 -251
  101. package/src/sortTypes.ts +0 -159
  102. package/src/types.ts +0 -331
  103. package/src/utils/columnFilterRowsFn.ts +0 -155
  104. package/src/utils/expandRowsFn.ts +0 -50
  105. package/src/utils/globalFilterRowsFn.ts +0 -122
  106. package/src/utils/groupRowsFn.ts +0 -194
  107. package/src/utils/paginateRowsFn.ts +0 -34
  108. package/src/utils/sortRowsFn.ts +0 -115
  109. 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":"fa9c-1","name":"columnFilterRowsFn.ts"},{"uid":"fa9c-3","name":"globalFilterRowsFn.ts"},{"uid":"fa9c-5","name":"sortRowsFn.ts"},{"uid":"fa9c-11","name":"groupRowsFn.ts"},{"uid":"fa9c-13","name":"expandRowsFn.ts"},{"uid":"fa9c-15","name":"paginateRowsFn.ts"}]},{"uid":"fa9c-9","name":"utils.tsx"},{"name":"features","children":[{"uid":"fa9c-17","name":"Visibility.ts"},{"uid":"fa9c-21","name":"Grouping.ts"},{"uid":"fa9c-23","name":"Ordering.ts"},{"uid":"fa9c-25","name":"Pinning.ts"},{"uid":"fa9c-27","name":"Headers.ts"},{"uid":"fa9c-31","name":"Filters.ts"},{"uid":"fa9c-35","name":"Sorting.ts"},{"uid":"fa9c-37","name":"Expanding.ts"},{"uid":"fa9c-39","name":"ColumnSizing.ts"},{"uid":"fa9c-41","name":"Pagination.ts"},{"uid":"fa9c-43","name":"RowSelection.ts"}]},{"uid":"fa9c-19","name":"aggregationTypes.ts"},{"uid":"fa9c-29","name":"filterTypes.ts"},{"uid":"fa9c-33","name":"sortTypes.ts"},{"uid":"fa9c-45","name":"core.tsx"},{"uid":"fa9c-47","name":"createTable.tsx"},{"uid":"fa9c-49","name":"index.tsx"}]},{"uid":"fa9c-7","name":"\u0000rollupPluginBabelHelpers.js"}]}],"isRoot":true},"nodeParts":{"fa9c-1":{"renderedLength":3174,"gzipLength":863,"brotliLength":0,"mainUid":"fa9c-0"},"fa9c-3":{"renderedLength":2540,"gzipLength":721,"brotliLength":0,"mainUid":"fa9c-2"},"fa9c-5":{"renderedLength":2436,"gzipLength":818,"brotliLength":0,"mainUid":"fa9c-4"},"fa9c-7":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"fa9c-6"},"fa9c-9":{"renderedLength":4119,"gzipLength":1464,"brotliLength":0,"mainUid":"fa9c-8"},"fa9c-11":{"renderedLength":4814,"gzipLength":1358,"brotliLength":0,"mainUid":"fa9c-10"},"fa9c-13":{"renderedLength":595,"gzipLength":266,"brotliLength":0,"mainUid":"fa9c-12"},"fa9c-15":{"renderedLength":720,"gzipLength":281,"brotliLength":0,"mainUid":"fa9c-14"},"fa9c-17":{"renderedLength":5635,"gzipLength":1151,"brotliLength":0,"mainUid":"fa9c-16"},"fa9c-19":{"renderedLength":2520,"gzipLength":755,"brotliLength":0,"mainUid":"fa9c-18"},"fa9c-21":{"renderedLength":7990,"gzipLength":1739,"brotliLength":0,"mainUid":"fa9c-20"},"fa9c-23":{"renderedLength":2419,"gzipLength":757,"brotliLength":0,"mainUid":"fa9c-22"},"fa9c-25":{"renderedLength":5178,"gzipLength":1014,"brotliLength":0,"mainUid":"fa9c-24"},"fa9c-27":{"renderedLength":18878,"gzipLength":2991,"brotliLength":0,"mainUid":"fa9c-26"},"fa9c-29":{"renderedLength":4437,"gzipLength":786,"brotliLength":0,"mainUid":"fa9c-28"},"fa9c-31":{"renderedLength":17178,"gzipLength":3007,"brotliLength":0,"mainUid":"fa9c-30"},"fa9c-33":{"renderedLength":2752,"gzipLength":846,"brotliLength":0,"mainUid":"fa9c-32"},"fa9c-35":{"renderedLength":11632,"gzipLength":2582,"brotliLength":0,"mainUid":"fa9c-34"},"fa9c-37":{"renderedLength":8046,"gzipLength":1752,"brotliLength":0,"mainUid":"fa9c-36"},"fa9c-39":{"renderedLength":9842,"gzipLength":2050,"brotliLength":0,"mainUid":"fa9c-38"},"fa9c-41":{"renderedLength":6299,"gzipLength":1320,"brotliLength":0,"mainUid":"fa9c-40"},"fa9c-43":{"renderedLength":17855,"gzipLength":3118,"brotliLength":0,"mainUid":"fa9c-42"},"fa9c-45":{"renderedLength":17035,"gzipLength":3474,"brotliLength":0,"mainUid":"fa9c-44"},"fa9c-47":{"renderedLength":1855,"gzipLength":503,"brotliLength":0,"mainUid":"fa9c-46"},"fa9c-49":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"fa9c-48"}},"nodeMetas":{"fa9c-0":{"id":"/packages/react-table/src/utils/columnFilterRowsFn.ts","moduleParts":{"index.production.js":"fa9c-1"},"imported":[],"importedBy":[{"uid":"fa9c-48"}]},"fa9c-2":{"id":"/packages/react-table/src/utils/globalFilterRowsFn.ts","moduleParts":{"index.production.js":"fa9c-3"},"imported":[],"importedBy":[{"uid":"fa9c-48"}]},"fa9c-4":{"id":"/packages/react-table/src/utils/sortRowsFn.ts","moduleParts":{"index.production.js":"fa9c-5"},"imported":[],"importedBy":[{"uid":"fa9c-48"}]},"fa9c-6":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"fa9c-7"},"imported":[],"importedBy":[{"uid":"fa9c-46"},{"uid":"fa9c-8"},{"uid":"fa9c-44"},{"uid":"fa9c-16"},{"uid":"fa9c-34"},{"uid":"fa9c-36"},{"uid":"fa9c-38"},{"uid":"fa9c-40"},{"uid":"fa9c-42"},{"uid":"fa9c-18"}]},"fa9c-8":{"id":"/packages/react-table/src/utils.tsx","moduleParts":{"index.production.js":"fa9c-9"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-51"}],"importedBy":[{"uid":"fa9c-10"},{"uid":"fa9c-44"},{"uid":"fa9c-16"},{"uid":"fa9c-22"},{"uid":"fa9c-24"},{"uid":"fa9c-26"},{"uid":"fa9c-30"},{"uid":"fa9c-34"},{"uid":"fa9c-20"},{"uid":"fa9c-36"},{"uid":"fa9c-38"},{"uid":"fa9c-40"},{"uid":"fa9c-42"}]},"fa9c-10":{"id":"/packages/react-table/src/utils/groupRowsFn.ts","moduleParts":{"index.production.js":"fa9c-11"},"imported":[{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-48"}]},"fa9c-12":{"id":"/packages/react-table/src/utils/expandRowsFn.ts","moduleParts":{"index.production.js":"fa9c-13"},"imported":[],"importedBy":[{"uid":"fa9c-48"},{"uid":"fa9c-14"}]},"fa9c-14":{"id":"/packages/react-table/src/utils/paginateRowsFn.ts","moduleParts":{"index.production.js":"fa9c-15"},"imported":[{"uid":"fa9c-12"}],"importedBy":[{"uid":"fa9c-48"}]},"fa9c-16":{"id":"/packages/react-table/src/features/Visibility.ts","moduleParts":{"index.production.js":"fa9c-17"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-18":{"id":"/packages/react-table/src/aggregationTypes.ts","moduleParts":{"index.production.js":"fa9c-19"},"imported":[{"uid":"fa9c-6"}],"importedBy":[{"uid":"fa9c-20"}]},"fa9c-20":{"id":"/packages/react-table/src/features/Grouping.ts","moduleParts":{"index.production.js":"fa9c-21"},"imported":[{"uid":"fa9c-18"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"},{"uid":"fa9c-22"}]},"fa9c-22":{"id":"/packages/react-table/src/features/Ordering.ts","moduleParts":{"index.production.js":"fa9c-23"},"imported":[{"uid":"fa9c-8"},{"uid":"fa9c-20"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-24":{"id":"/packages/react-table/src/features/Pinning.ts","moduleParts":{"index.production.js":"fa9c-25"},"imported":[{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-26":{"id":"/packages/react-table/src/features/Headers.ts","moduleParts":{"index.production.js":"fa9c-27"},"imported":[{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-28":{"id":"/packages/react-table/src/filterTypes.ts","moduleParts":{"index.production.js":"fa9c-29"},"imported":[],"importedBy":[{"uid":"fa9c-30"}]},"fa9c-30":{"id":"/packages/react-table/src/features/Filters.ts","moduleParts":{"index.production.js":"fa9c-31"},"imported":[{"uid":"fa9c-28"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-32":{"id":"/packages/react-table/src/sortTypes.ts","moduleParts":{"index.production.js":"fa9c-33"},"imported":[],"importedBy":[{"uid":"fa9c-34"}]},"fa9c-34":{"id":"/packages/react-table/src/features/Sorting.ts","moduleParts":{"index.production.js":"fa9c-35"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-32"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-36":{"id":"/packages/react-table/src/features/Expanding.ts","moduleParts":{"index.production.js":"fa9c-37"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-38":{"id":"/packages/react-table/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"fa9c-39"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-40":{"id":"/packages/react-table/src/features/Pagination.ts","moduleParts":{"index.production.js":"fa9c-41"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-42":{"id":"/packages/react-table/src/features/RowSelection.ts","moduleParts":{"index.production.js":"fa9c-43"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-8"}],"importedBy":[{"uid":"fa9c-44"}]},"fa9c-44":{"id":"/packages/react-table/src/core.tsx","moduleParts":{"index.production.js":"fa9c-45"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-8"},{"uid":"fa9c-16"},{"uid":"fa9c-22"},{"uid":"fa9c-24"},{"uid":"fa9c-26"},{"uid":"fa9c-30"},{"uid":"fa9c-34"},{"uid":"fa9c-20"},{"uid":"fa9c-36"},{"uid":"fa9c-38"},{"uid":"fa9c-40"},{"uid":"fa9c-42"}],"importedBy":[{"uid":"fa9c-46"}]},"fa9c-46":{"id":"/packages/react-table/src/createTable.tsx","moduleParts":{"index.production.js":"fa9c-47"},"imported":[{"uid":"fa9c-6"},{"uid":"fa9c-51"},{"uid":"fa9c-44"}],"importedBy":[{"uid":"fa9c-48"}]},"fa9c-48":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"fa9c-49"},"imported":[{"uid":"fa9c-50"},{"uid":"fa9c-0"},{"uid":"fa9c-2"},{"uid":"fa9c-4"},{"uid":"fa9c-10"},{"uid":"fa9c-12"},{"uid":"fa9c-14"},{"uid":"fa9c-46"}],"importedBy":[],"isEntry":true},"fa9c-50":{"id":"/packages/react-table/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa9c-48"}]},"fa9c-51":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"fa9c-46"},{"uid":"fa9c-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":"9a6a-115","name":"\u0000rollupPluginBabelHelpers.js"},{"name":"packages/react-table/src/index.tsx","uid":"9a6a-117"}]}],"isRoot":true},"nodeParts":{"9a6a-115":{"renderedLength":410,"gzipLength":231,"brotliLength":0,"mainUid":"9a6a-114"},"9a6a-117":{"renderedLength":2474,"gzipLength":882,"brotliLength":0,"mainUid":"9a6a-116"}},"nodeMetas":{"9a6a-114":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"9a6a-115"},"imported":[],"importedBy":[{"uid":"9a6a-116"}]},"9a6a-116":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"9a6a-117"},"imported":[{"uid":"9a6a-114"},{"uid":"9a6a-118"},{"uid":"9a6a-119"}],"importedBy":[],"isEntry":true},"9a6a-118":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"9a6a-116"}],"isExternal":true},"9a6a-119":{"id":"@tanstack/table-core","moduleParts":{},"imported":[],"importedBy":[{"uid":"9a6a-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;