@tanstack/react-table 8.0.0-alpha.65 → 8.0.0-alpha.69
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.
- package/build/cjs/react-table/src/index.js +133 -0
- package/build/cjs/react-table/src/index.js.map +1 -0
- package/build/cjs/table-core/build/esm/index.js +4033 -0
- package/build/cjs/table-core/build/esm/index.js.map +1 -0
- package/build/esm/index.js +4005 -52
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +29 -38
- package/build/umd/index.development.js +4036 -59
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +11 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +2 -2
- package/src/index.tsx +10 -12
- package/build/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -34
- package/build/cjs/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/build/cjs/index.js +0 -113
- package/build/cjs/index.js.map +0 -1
package/build/stats-html.html
CHANGED
|
@@ -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":[{"
|
|
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":"8f31-127"},{"name":"react-table/src/index.tsx","uid":"8f31-129"}]}]}],"isRoot":true},"nodeParts":{"8f31-127":{"renderedLength":142276,"gzipLength":24319,"brotliLength":0,"mainUid":"8f31-126"},"8f31-129":{"renderedLength":2102,"gzipLength":836,"brotliLength":0,"mainUid":"8f31-128"}},"nodeMetas":{"8f31-126":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"8f31-127"},"imported":[],"importedBy":[{"uid":"8f31-128"}]},"8f31-128":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"8f31-129"},"imported":[{"uid":"8f31-130"},{"uid":"8f31-126"}],"importedBy":[],"isEntry":true},"8f31-130":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"8f31-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;
|
package/build/stats-react.json
CHANGED
|
@@ -7,12 +7,17 @@
|
|
|
7
7
|
"name": "index.production.js",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
"name": "packages",
|
|
11
|
+
"children": [
|
|
12
|
+
{
|
|
13
|
+
"name": "table-core/build/esm/index.js",
|
|
14
|
+
"uid": "8f31-132"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "react-table/src/index.tsx",
|
|
18
|
+
"uid": "8f31-134"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
16
21
|
}
|
|
17
22
|
]
|
|
18
23
|
}
|
|
@@ -20,69 +25,55 @@
|
|
|
20
25
|
"isRoot": true
|
|
21
26
|
},
|
|
22
27
|
"nodeParts": {
|
|
23
|
-
"
|
|
24
|
-
"renderedLength":
|
|
25
|
-
"gzipLength":
|
|
28
|
+
"8f31-132": {
|
|
29
|
+
"renderedLength": 142276,
|
|
30
|
+
"gzipLength": 24319,
|
|
26
31
|
"brotliLength": 0,
|
|
27
|
-
"mainUid": "
|
|
32
|
+
"mainUid": "8f31-131"
|
|
28
33
|
},
|
|
29
|
-
"
|
|
30
|
-
"renderedLength":
|
|
31
|
-
"gzipLength":
|
|
34
|
+
"8f31-134": {
|
|
35
|
+
"renderedLength": 2102,
|
|
36
|
+
"gzipLength": 836,
|
|
32
37
|
"brotliLength": 0,
|
|
33
|
-
"mainUid": "
|
|
38
|
+
"mainUid": "8f31-133"
|
|
34
39
|
}
|
|
35
40
|
},
|
|
36
41
|
"nodeMetas": {
|
|
37
|
-
"
|
|
38
|
-
"id": "
|
|
42
|
+
"8f31-131": {
|
|
43
|
+
"id": "/packages/table-core/build/esm/index.js",
|
|
39
44
|
"moduleParts": {
|
|
40
|
-
"index.production.js": "
|
|
45
|
+
"index.production.js": "8f31-132"
|
|
41
46
|
},
|
|
42
47
|
"imported": [],
|
|
43
48
|
"importedBy": [
|
|
44
49
|
{
|
|
45
|
-
"uid": "
|
|
50
|
+
"uid": "8f31-133"
|
|
46
51
|
}
|
|
47
52
|
]
|
|
48
53
|
},
|
|
49
|
-
"
|
|
54
|
+
"8f31-133": {
|
|
50
55
|
"id": "/packages/react-table/src/index.tsx",
|
|
51
56
|
"moduleParts": {
|
|
52
|
-
"index.production.js": "
|
|
57
|
+
"index.production.js": "8f31-134"
|
|
53
58
|
},
|
|
54
59
|
"imported": [
|
|
55
60
|
{
|
|
56
|
-
"uid": "
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"uid": "31f9-132"
|
|
61
|
+
"uid": "8f31-135"
|
|
60
62
|
},
|
|
61
63
|
{
|
|
62
|
-
"uid": "
|
|
64
|
+
"uid": "8f31-131"
|
|
63
65
|
}
|
|
64
66
|
],
|
|
65
67
|
"importedBy": [],
|
|
66
68
|
"isEntry": true
|
|
67
69
|
},
|
|
68
|
-
"
|
|
70
|
+
"8f31-135": {
|
|
69
71
|
"id": "react",
|
|
70
72
|
"moduleParts": {},
|
|
71
73
|
"imported": [],
|
|
72
74
|
"importedBy": [
|
|
73
75
|
{
|
|
74
|
-
"uid": "
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
"isExternal": true
|
|
78
|
-
},
|
|
79
|
-
"31f9-133": {
|
|
80
|
-
"id": "@tanstack/table-core",
|
|
81
|
-
"moduleParts": {},
|
|
82
|
-
"imported": [],
|
|
83
|
-
"importedBy": [
|
|
84
|
-
{
|
|
85
|
-
"uid": "31f9-130"
|
|
76
|
+
"uid": "8f31-133"
|
|
86
77
|
}
|
|
87
78
|
],
|
|
88
79
|
"isExternal": true
|