@tanstack/react-table 8.0.0-alpha.8 → 8.0.0-alpha.83

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 (113) hide show
  1. package/build/cjs/react-table/src/index.js +138 -0
  2. package/build/cjs/react-table/src/index.js.map +1 -0
  3. package/build/cjs/table-core/build/esm/index.js +3982 -0
  4. package/build/cjs/table-core/build/esm/index.js.map +1 -0
  5. package/build/esm/index.js +3269 -4049
  6. package/build/esm/index.js.map +1 -1
  7. package/build/stats-html.html +1 -1
  8. package/build/stats-react.json +24 -797
  9. package/build/types/index.d.ts +16 -8
  10. package/build/umd/index.development.js +3375 -4119
  11. package/build/umd/index.development.js.map +1 -1
  12. package/build/umd/index.production.js +11 -1
  13. package/build/umd/index.production.js.map +1 -1
  14. package/package.json +7 -9
  15. package/src/index.tsx +111 -8
  16. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -112
  17. package/build/cjs/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
  18. package/build/cjs/aggregationTypes.js +0 -130
  19. package/build/cjs/aggregationTypes.js.map +0 -1
  20. package/build/cjs/core.js +0 -560
  21. package/build/cjs/core.js.map +0 -1
  22. package/build/cjs/createTable.js +0 -108
  23. package/build/cjs/createTable.js.map +0 -1
  24. package/build/cjs/features/ColumnSizing.js +0 -317
  25. package/build/cjs/features/ColumnSizing.js.map +0 -1
  26. package/build/cjs/features/Expanding.js +0 -251
  27. package/build/cjs/features/Expanding.js.map +0 -1
  28. package/build/cjs/features/Filters.js +0 -445
  29. package/build/cjs/features/Filters.js.map +0 -1
  30. package/build/cjs/features/Grouping.js +0 -249
  31. package/build/cjs/features/Grouping.js.map +0 -1
  32. package/build/cjs/features/Headers.js +0 -549
  33. package/build/cjs/features/Headers.js.map +0 -1
  34. package/build/cjs/features/Ordering.js +0 -86
  35. package/build/cjs/features/Ordering.js.map +0 -1
  36. package/build/cjs/features/Pagination.js +0 -198
  37. package/build/cjs/features/Pagination.js.map +0 -1
  38. package/build/cjs/features/Pinning.js +0 -149
  39. package/build/cjs/features/Pinning.js.map +0 -1
  40. package/build/cjs/features/RowSelection.js +0 -541
  41. package/build/cjs/features/RowSelection.js.map +0 -1
  42. package/build/cjs/features/Sorting.js +0 -327
  43. package/build/cjs/features/Sorting.js.map +0 -1
  44. package/build/cjs/features/Visibility.js +0 -166
  45. package/build/cjs/features/Visibility.js.map +0 -1
  46. package/build/cjs/filterTypes.js +0 -172
  47. package/build/cjs/filterTypes.js.map +0 -1
  48. package/build/cjs/index.js +0 -32
  49. package/build/cjs/index.js.map +0 -1
  50. package/build/cjs/sortTypes.js +0 -122
  51. package/build/cjs/sortTypes.js.map +0 -1
  52. package/build/cjs/utils/columnFilterRowsFn.js +0 -131
  53. package/build/cjs/utils/columnFilterRowsFn.js.map +0 -1
  54. package/build/cjs/utils/expandRowsFn.js +0 -38
  55. package/build/cjs/utils/expandRowsFn.js.map +0 -1
  56. package/build/cjs/utils/globalFilterRowsFn.js +0 -101
  57. package/build/cjs/utils/globalFilterRowsFn.js.map +0 -1
  58. package/build/cjs/utils/groupRowsFn.js +0 -155
  59. package/build/cjs/utils/groupRowsFn.js.map +0 -1
  60. package/build/cjs/utils/paginateRowsFn.js +0 -44
  61. package/build/cjs/utils/paginateRowsFn.js.map +0 -1
  62. package/build/cjs/utils/sortRowsFn.js +0 -94
  63. package/build/cjs/utils/sortRowsFn.js.map +0 -1
  64. package/build/cjs/utils.js +0 -141
  65. package/build/cjs/utils.js.map +0 -1
  66. package/build/types/aggregationTypes.d.ts +0 -22
  67. package/build/types/core.d.ts +0 -110
  68. package/build/types/createTable.d.ts +0 -52
  69. package/build/types/features/ColumnSizing.d.ts +0 -67
  70. package/build/types/features/Expanding.d.ts +0 -53
  71. package/build/types/features/Filters.d.ts +0 -98
  72. package/build/types/features/Grouping.d.ts +0 -82
  73. package/build/types/features/Headers.d.ts +0 -41
  74. package/build/types/features/Ordering.d.ts +0 -19
  75. package/build/types/features/Pagination.d.ts +0 -44
  76. package/build/types/features/Pinning.d.ts +0 -39
  77. package/build/types/features/RowSelection.d.ts +0 -66
  78. package/build/types/features/Sorting.d.ts +0 -78
  79. package/build/types/features/Visibility.d.ts +0 -47
  80. package/build/types/filterTypes.d.ts +0 -50
  81. package/build/types/sortTypes.d.ts +0 -18
  82. package/build/types/types.d.ts +0 -127
  83. package/build/types/utils/columnFilterRowsFn.d.ts +0 -2
  84. package/build/types/utils/expandRowsFn.d.ts +0 -2
  85. package/build/types/utils/globalFilterRowsFn.d.ts +0 -2
  86. package/build/types/utils/groupRowsFn.d.ts +0 -2
  87. package/build/types/utils/paginateRowsFn.d.ts +0 -2
  88. package/build/types/utils/sortRowsFn.d.ts +0 -2
  89. package/build/types/utils.d.ts +0 -24
  90. package/src/aggregationTypes.ts +0 -115
  91. package/src/core.tsx +0 -1096
  92. package/src/createTable.tsx +0 -244
  93. package/src/features/ColumnSizing.ts +0 -453
  94. package/src/features/Expanding.ts +0 -406
  95. package/src/features/Filters.ts +0 -762
  96. package/src/features/Grouping.ts +0 -466
  97. package/src/features/Headers.ts +0 -912
  98. package/src/features/Ordering.ts +0 -133
  99. package/src/features/Pagination.ts +0 -325
  100. package/src/features/Pinning.ts +0 -198
  101. package/src/features/RowSelection.ts +0 -831
  102. package/src/features/Sorting.ts +0 -547
  103. package/src/features/Visibility.ts +0 -279
  104. package/src/filterTypes.ts +0 -251
  105. package/src/sortTypes.ts +0 -159
  106. package/src/types.ts +0 -331
  107. package/src/utils/columnFilterRowsFn.ts +0 -155
  108. package/src/utils/expandRowsFn.ts +0 -50
  109. package/src/utils/globalFilterRowsFn.ts +0 -122
  110. package/src/utils/groupRowsFn.ts +0 -194
  111. package/src/utils/paginateRowsFn.ts +0 -34
  112. package/src/utils/sortRowsFn.ts +0 -115
  113. package/src/utils.tsx +0 -195
@@ -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":"6094-1","name":"columnFilterRowsFn.ts"},{"uid":"6094-3","name":"globalFilterRowsFn.ts"},{"uid":"6094-5","name":"sortRowsFn.ts"},{"uid":"6094-11","name":"groupRowsFn.ts"},{"uid":"6094-13","name":"expandRowsFn.ts"},{"uid":"6094-15","name":"paginateRowsFn.ts"}]},{"uid":"6094-9","name":"utils.tsx"},{"name":"features","children":[{"uid":"6094-17","name":"Visibility.ts"},{"uid":"6094-21","name":"Grouping.ts"},{"uid":"6094-23","name":"Ordering.ts"},{"uid":"6094-25","name":"Pinning.ts"},{"uid":"6094-27","name":"Headers.ts"},{"uid":"6094-31","name":"Filters.ts"},{"uid":"6094-35","name":"Sorting.ts"},{"uid":"6094-37","name":"Expanding.ts"},{"uid":"6094-39","name":"ColumnSizing.ts"},{"uid":"6094-41","name":"Pagination.ts"},{"uid":"6094-43","name":"RowSelection.ts"}]},{"uid":"6094-19","name":"aggregationTypes.ts"},{"uid":"6094-29","name":"filterTypes.ts"},{"uid":"6094-33","name":"sortTypes.ts"},{"uid":"6094-45","name":"core.tsx"},{"uid":"6094-47","name":"createTable.tsx"},{"uid":"6094-49","name":"index.tsx"}]},{"uid":"6094-7","name":"\u0000rollupPluginBabelHelpers.js"}]}],"isRoot":true},"nodeParts":{"6094-1":{"renderedLength":3174,"gzipLength":863,"brotliLength":0,"mainUid":"6094-0"},"6094-3":{"renderedLength":2540,"gzipLength":721,"brotliLength":0,"mainUid":"6094-2"},"6094-5":{"renderedLength":2436,"gzipLength":818,"brotliLength":0,"mainUid":"6094-4"},"6094-7":{"renderedLength":2695,"gzipLength":1065,"brotliLength":0,"mainUid":"6094-6"},"6094-9":{"renderedLength":3651,"gzipLength":1305,"brotliLength":0,"mainUid":"6094-8"},"6094-11":{"renderedLength":4814,"gzipLength":1358,"brotliLength":0,"mainUid":"6094-10"},"6094-13":{"renderedLength":595,"gzipLength":266,"brotliLength":0,"mainUid":"6094-12"},"6094-15":{"renderedLength":720,"gzipLength":281,"brotliLength":0,"mainUid":"6094-14"},"6094-17":{"renderedLength":5635,"gzipLength":1151,"brotliLength":0,"mainUid":"6094-16"},"6094-19":{"renderedLength":2520,"gzipLength":755,"brotliLength":0,"mainUid":"6094-18"},"6094-21":{"renderedLength":7904,"gzipLength":1724,"brotliLength":0,"mainUid":"6094-20"},"6094-23":{"renderedLength":2419,"gzipLength":757,"brotliLength":0,"mainUid":"6094-22"},"6094-25":{"renderedLength":5170,"gzipLength":1012,"brotliLength":0,"mainUid":"6094-24"},"6094-27":{"renderedLength":18878,"gzipLength":2991,"brotliLength":0,"mainUid":"6094-26"},"6094-29":{"renderedLength":4437,"gzipLength":786,"brotliLength":0,"mainUid":"6094-28"},"6094-31":{"renderedLength":17085,"gzipLength":2990,"brotliLength":0,"mainUid":"6094-30"},"6094-33":{"renderedLength":2752,"gzipLength":846,"brotliLength":0,"mainUid":"6094-32"},"6094-35":{"renderedLength":11546,"gzipLength":2564,"brotliLength":0,"mainUid":"6094-34"},"6094-37":{"renderedLength":7870,"gzipLength":1718,"brotliLength":0,"mainUid":"6094-36"},"6094-39":{"renderedLength":9842,"gzipLength":2050,"brotliLength":0,"mainUid":"6094-38"},"6094-41":{"renderedLength":6294,"gzipLength":1314,"brotliLength":0,"mainUid":"6094-40"},"6094-43":{"renderedLength":17855,"gzipLength":3118,"brotliLength":0,"mainUid":"6094-42"},"6094-45":{"renderedLength":17220,"gzipLength":3526,"brotliLength":0,"mainUid":"6094-44"},"6094-47":{"renderedLength":1840,"gzipLength":509,"brotliLength":0,"mainUid":"6094-46"},"6094-49":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"6094-48"}},"nodeMetas":{"6094-0":{"id":"/packages/react-table/src/utils/columnFilterRowsFn.ts","moduleParts":{"index.production.js":"6094-1"},"imported":[],"importedBy":[{"uid":"6094-48"}]},"6094-2":{"id":"/packages/react-table/src/utils/globalFilterRowsFn.ts","moduleParts":{"index.production.js":"6094-3"},"imported":[],"importedBy":[{"uid":"6094-48"}]},"6094-4":{"id":"/packages/react-table/src/utils/sortRowsFn.ts","moduleParts":{"index.production.js":"6094-5"},"imported":[],"importedBy":[{"uid":"6094-48"}]},"6094-6":{"id":"\u0000rollupPluginBabelHelpers.js","moduleParts":{"index.production.js":"6094-7"},"imported":[],"importedBy":[{"uid":"6094-46"},{"uid":"6094-8"},{"uid":"6094-44"},{"uid":"6094-16"},{"uid":"6094-34"},{"uid":"6094-36"},{"uid":"6094-38"},{"uid":"6094-40"},{"uid":"6094-42"},{"uid":"6094-18"}]},"6094-8":{"id":"/packages/react-table/src/utils.tsx","moduleParts":{"index.production.js":"6094-9"},"imported":[{"uid":"6094-6"},{"uid":"6094-51"}],"importedBy":[{"uid":"6094-10"},{"uid":"6094-44"},{"uid":"6094-16"},{"uid":"6094-22"},{"uid":"6094-24"},{"uid":"6094-26"},{"uid":"6094-30"},{"uid":"6094-34"},{"uid":"6094-20"},{"uid":"6094-36"},{"uid":"6094-38"},{"uid":"6094-40"},{"uid":"6094-42"}]},"6094-10":{"id":"/packages/react-table/src/utils/groupRowsFn.ts","moduleParts":{"index.production.js":"6094-11"},"imported":[{"uid":"6094-8"}],"importedBy":[{"uid":"6094-48"}]},"6094-12":{"id":"/packages/react-table/src/utils/expandRowsFn.ts","moduleParts":{"index.production.js":"6094-13"},"imported":[],"importedBy":[{"uid":"6094-48"},{"uid":"6094-14"}]},"6094-14":{"id":"/packages/react-table/src/utils/paginateRowsFn.ts","moduleParts":{"index.production.js":"6094-15"},"imported":[{"uid":"6094-12"}],"importedBy":[{"uid":"6094-48"}]},"6094-16":{"id":"/packages/react-table/src/features/Visibility.ts","moduleParts":{"index.production.js":"6094-17"},"imported":[{"uid":"6094-6"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-18":{"id":"/packages/react-table/src/aggregationTypes.ts","moduleParts":{"index.production.js":"6094-19"},"imported":[{"uid":"6094-6"}],"importedBy":[{"uid":"6094-20"}]},"6094-20":{"id":"/packages/react-table/src/features/Grouping.ts","moduleParts":{"index.production.js":"6094-21"},"imported":[{"uid":"6094-18"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"},{"uid":"6094-22"}]},"6094-22":{"id":"/packages/react-table/src/features/Ordering.ts","moduleParts":{"index.production.js":"6094-23"},"imported":[{"uid":"6094-8"},{"uid":"6094-20"}],"importedBy":[{"uid":"6094-44"}]},"6094-24":{"id":"/packages/react-table/src/features/Pinning.ts","moduleParts":{"index.production.js":"6094-25"},"imported":[{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-26":{"id":"/packages/react-table/src/features/Headers.ts","moduleParts":{"index.production.js":"6094-27"},"imported":[{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-28":{"id":"/packages/react-table/src/filterTypes.ts","moduleParts":{"index.production.js":"6094-29"},"imported":[],"importedBy":[{"uid":"6094-30"}]},"6094-30":{"id":"/packages/react-table/src/features/Filters.ts","moduleParts":{"index.production.js":"6094-31"},"imported":[{"uid":"6094-28"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-32":{"id":"/packages/react-table/src/sortTypes.ts","moduleParts":{"index.production.js":"6094-33"},"imported":[],"importedBy":[{"uid":"6094-34"}]},"6094-34":{"id":"/packages/react-table/src/features/Sorting.ts","moduleParts":{"index.production.js":"6094-35"},"imported":[{"uid":"6094-6"},{"uid":"6094-32"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-36":{"id":"/packages/react-table/src/features/Expanding.ts","moduleParts":{"index.production.js":"6094-37"},"imported":[{"uid":"6094-6"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-38":{"id":"/packages/react-table/src/features/ColumnSizing.ts","moduleParts":{"index.production.js":"6094-39"},"imported":[{"uid":"6094-6"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-40":{"id":"/packages/react-table/src/features/Pagination.ts","moduleParts":{"index.production.js":"6094-41"},"imported":[{"uid":"6094-6"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-42":{"id":"/packages/react-table/src/features/RowSelection.ts","moduleParts":{"index.production.js":"6094-43"},"imported":[{"uid":"6094-6"},{"uid":"6094-8"}],"importedBy":[{"uid":"6094-44"}]},"6094-44":{"id":"/packages/react-table/src/core.tsx","moduleParts":{"index.production.js":"6094-45"},"imported":[{"uid":"6094-6"},{"uid":"6094-8"},{"uid":"6094-16"},{"uid":"6094-22"},{"uid":"6094-24"},{"uid":"6094-26"},{"uid":"6094-30"},{"uid":"6094-34"},{"uid":"6094-20"},{"uid":"6094-36"},{"uid":"6094-38"},{"uid":"6094-40"},{"uid":"6094-42"}],"importedBy":[{"uid":"6094-46"}]},"6094-46":{"id":"/packages/react-table/src/createTable.tsx","moduleParts":{"index.production.js":"6094-47"},"imported":[{"uid":"6094-6"},{"uid":"6094-51"},{"uid":"6094-52"},{"uid":"6094-44"}],"importedBy":[{"uid":"6094-48"}]},"6094-48":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"6094-49"},"imported":[{"uid":"6094-50"},{"uid":"6094-0"},{"uid":"6094-2"},{"uid":"6094-4"},{"uid":"6094-10"},{"uid":"6094-12"},{"uid":"6094-14"},{"uid":"6094-46"}],"importedBy":[],"isEntry":true},"6094-50":{"id":"/packages/react-table/src/types.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"6094-48"}]},"6094-51":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"6094-46"},{"uid":"6094-8"}],"isExternal":true},"6094-52":{"id":"use-sync-external-store/shim","moduleParts":{},"imported":[],"importedBy":[{"uid":"6094-46"}],"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":[{"name":"packages","children":[{"name":"table-core/build/esm/index.js","uid":"0e3b-127"},{"name":"react-table/src/index.tsx","uid":"0e3b-129"}]}]}],"isRoot":true},"nodeParts":{"0e3b-127":{"renderedLength":141152,"gzipLength":24072,"brotliLength":0,"mainUid":"0e3b-126"},"0e3b-129":{"renderedLength":2102,"gzipLength":836,"brotliLength":0,"mainUid":"0e3b-128"}},"nodeMetas":{"0e3b-126":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"0e3b-127"},"imported":[],"importedBy":[{"uid":"0e3b-128"}]},"0e3b-128":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"0e3b-129"},"imported":[{"uid":"0e3b-130"},{"uid":"0e3b-126"}],"importedBy":[],"isEntry":true},"0e3b-130":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"0e3b-128"}],"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;