@tanstack/svelte-table 8.0.0-alpha.67 → 8.0.0-alpha.68
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/svelte-table/src/index.js +130 -0
- package/build/cjs/svelte-table/src/index.js.map +1 -0
- package/build/cjs/{placeholder.svelte.js → svelte-table/src/placeholder.svelte.js} +0 -0
- package/build/cjs/svelte-table/src/placeholder.svelte.js.map +1 -0
- package/build/cjs/svelte-table/src/render-component.js +75 -0
- package/build/cjs/svelte-table/src/render-component.js.map +1 -0
- package/build/cjs/table-core/build/esm/index.js +4018 -0
- package/build/cjs/table-core/build/esm/index.js.map +1 -0
- package/build/esm/index.js +4004 -89
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +55 -70
- package/build/umd/index.development.js +4029 -91
- 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.ts +0 -5
- package/build/cjs/_virtual/_rollupPluginBabelHelpers.js +0 -61
- package/build/cjs/_virtual/_rollupPluginBabelHelpers.js.map +0 -1
- package/build/cjs/index.js +0 -107
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/placeholder.svelte.js.map +0 -1
- package/build/cjs/render-component.js +0 -79
- package/build/cjs/render-component.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":"a584-163"},{"name":"svelte-table/src","children":[{"uid":"a584-165","name":"placeholder.svelte"},{"uid":"a584-167","name":"render-component.ts"},{"uid":"a584-169","name":"index.ts"}]}]}]}],"isRoot":true},"nodeParts":{"a584-163":{"renderedLength":140857,"gzipLength":24094,"brotliLength":0,"mainUid":"a584-162"},"a584-165":{"renderedLength":925,"gzipLength":444,"brotliLength":0,"mainUid":"a584-164"},"a584-167":{"renderedLength":1365,"gzipLength":519,"brotliLength":0,"mainUid":"a584-166"},"a584-169":{"renderedLength":1958,"gzipLength":709,"brotliLength":0,"mainUid":"a584-168"}},"nodeMetas":{"a584-162":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"a584-163"},"imported":[],"importedBy":[{"uid":"a584-168"}]},"a584-164":{"id":"/packages/svelte-table/src/placeholder.svelte","moduleParts":{"index.production.js":"a584-165"},"imported":[{"uid":"a584-171"}],"importedBy":[{"uid":"a584-168"}]},"a584-166":{"id":"/packages/svelte-table/src/render-component.ts","moduleParts":{"index.production.js":"a584-167"},"imported":[{"uid":"a584-171"}],"importedBy":[{"uid":"a584-168"}]},"a584-168":{"id":"/packages/svelte-table/src/index.ts","moduleParts":{"index.production.js":"a584-169"},"imported":[{"uid":"a584-162"},{"uid":"a584-164"},{"uid":"a584-170"},{"uid":"a584-166"}],"importedBy":[],"isEntry":true},"a584-170":{"id":"svelte/store","moduleParts":{},"imported":[],"importedBy":[{"uid":"a584-168"}],"isExternal":true},"a584-171":{"id":"svelte/internal","moduleParts":{},"imported":[],"importedBy":[{"uid":"a584-164"},{"uid":"a584-166"}],"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,23 +7,28 @@
|
|
|
7
7
|
"name": "index.production.js",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"
|
|
11
|
-
"name": "\u0000rollupPluginBabelHelpers.js"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"name": "packages/svelte-table/src",
|
|
10
|
+
"name": "packages",
|
|
15
11
|
"children": [
|
|
16
12
|
{
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"uid": "ed1d-180",
|
|
22
|
-
"name": "render-component.ts"
|
|
13
|
+
"name": "table-core/build/esm/index.js",
|
|
14
|
+
"uid": "a584-173"
|
|
23
15
|
},
|
|
24
16
|
{
|
|
25
|
-
"
|
|
26
|
-
"
|
|
17
|
+
"name": "svelte-table/src",
|
|
18
|
+
"children": [
|
|
19
|
+
{
|
|
20
|
+
"uid": "a584-175",
|
|
21
|
+
"name": "placeholder.svelte"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"uid": "a584-177",
|
|
25
|
+
"name": "render-component.ts"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"uid": "a584-179",
|
|
29
|
+
"name": "index.ts"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
27
32
|
}
|
|
28
33
|
]
|
|
29
34
|
}
|
|
@@ -33,139 +38,119 @@
|
|
|
33
38
|
"isRoot": true
|
|
34
39
|
},
|
|
35
40
|
"nodeParts": {
|
|
36
|
-
"
|
|
37
|
-
"renderedLength":
|
|
38
|
-
"gzipLength":
|
|
41
|
+
"a584-173": {
|
|
42
|
+
"renderedLength": 140857,
|
|
43
|
+
"gzipLength": 24094,
|
|
39
44
|
"brotliLength": 0,
|
|
40
|
-
"mainUid": "
|
|
45
|
+
"mainUid": "a584-172"
|
|
41
46
|
},
|
|
42
|
-
"
|
|
47
|
+
"a584-175": {
|
|
43
48
|
"renderedLength": 925,
|
|
44
49
|
"gzipLength": 444,
|
|
45
50
|
"brotliLength": 0,
|
|
46
|
-
"mainUid": "
|
|
51
|
+
"mainUid": "a584-174"
|
|
47
52
|
},
|
|
48
|
-
"
|
|
49
|
-
"renderedLength":
|
|
50
|
-
"gzipLength":
|
|
53
|
+
"a584-177": {
|
|
54
|
+
"renderedLength": 1365,
|
|
55
|
+
"gzipLength": 519,
|
|
51
56
|
"brotliLength": 0,
|
|
52
|
-
"mainUid": "
|
|
57
|
+
"mainUid": "a584-176"
|
|
53
58
|
},
|
|
54
|
-
"
|
|
55
|
-
"renderedLength":
|
|
56
|
-
"gzipLength":
|
|
59
|
+
"a584-179": {
|
|
60
|
+
"renderedLength": 1958,
|
|
61
|
+
"gzipLength": 709,
|
|
57
62
|
"brotliLength": 0,
|
|
58
|
-
"mainUid": "
|
|
63
|
+
"mainUid": "a584-178"
|
|
59
64
|
}
|
|
60
65
|
},
|
|
61
66
|
"nodeMetas": {
|
|
62
|
-
"
|
|
63
|
-
"id": "
|
|
67
|
+
"a584-172": {
|
|
68
|
+
"id": "/packages/table-core/build/esm/index.js",
|
|
64
69
|
"moduleParts": {
|
|
65
|
-
"index.production.js": "
|
|
70
|
+
"index.production.js": "a584-173"
|
|
66
71
|
},
|
|
67
72
|
"imported": [],
|
|
68
73
|
"importedBy": [
|
|
69
74
|
{
|
|
70
|
-
"uid": "
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"uid": "ed1d-179"
|
|
75
|
+
"uid": "a584-178"
|
|
74
76
|
}
|
|
75
77
|
]
|
|
76
78
|
},
|
|
77
|
-
"
|
|
79
|
+
"a584-174": {
|
|
78
80
|
"id": "/packages/svelte-table/src/placeholder.svelte",
|
|
79
81
|
"moduleParts": {
|
|
80
|
-
"index.production.js": "
|
|
82
|
+
"index.production.js": "a584-175"
|
|
81
83
|
},
|
|
82
84
|
"imported": [
|
|
83
85
|
{
|
|
84
|
-
"uid": "
|
|
86
|
+
"uid": "a584-181"
|
|
85
87
|
}
|
|
86
88
|
],
|
|
87
89
|
"importedBy": [
|
|
88
90
|
{
|
|
89
|
-
"uid": "
|
|
91
|
+
"uid": "a584-178"
|
|
90
92
|
}
|
|
91
93
|
]
|
|
92
94
|
},
|
|
93
|
-
"
|
|
95
|
+
"a584-176": {
|
|
94
96
|
"id": "/packages/svelte-table/src/render-component.ts",
|
|
95
97
|
"moduleParts": {
|
|
96
|
-
"index.production.js": "
|
|
98
|
+
"index.production.js": "a584-177"
|
|
97
99
|
},
|
|
98
100
|
"imported": [
|
|
99
101
|
{
|
|
100
|
-
"uid": "
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"uid": "ed1d-185"
|
|
102
|
+
"uid": "a584-181"
|
|
104
103
|
}
|
|
105
104
|
],
|
|
106
105
|
"importedBy": [
|
|
107
106
|
{
|
|
108
|
-
"uid": "
|
|
107
|
+
"uid": "a584-178"
|
|
109
108
|
}
|
|
110
109
|
]
|
|
111
110
|
},
|
|
112
|
-
"
|
|
111
|
+
"a584-178": {
|
|
113
112
|
"id": "/packages/svelte-table/src/index.ts",
|
|
114
113
|
"moduleParts": {
|
|
115
|
-
"index.production.js": "
|
|
114
|
+
"index.production.js": "a584-179"
|
|
116
115
|
},
|
|
117
116
|
"imported": [
|
|
118
117
|
{
|
|
119
|
-
"uid": "
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"uid": "ed1d-183"
|
|
118
|
+
"uid": "a584-172"
|
|
123
119
|
},
|
|
124
120
|
{
|
|
125
|
-
"uid": "
|
|
121
|
+
"uid": "a584-174"
|
|
126
122
|
},
|
|
127
123
|
{
|
|
128
|
-
"uid": "
|
|
124
|
+
"uid": "a584-180"
|
|
129
125
|
},
|
|
130
126
|
{
|
|
131
|
-
"uid": "
|
|
127
|
+
"uid": "a584-176"
|
|
132
128
|
}
|
|
133
129
|
],
|
|
134
130
|
"importedBy": [],
|
|
135
131
|
"isEntry": true
|
|
136
132
|
},
|
|
137
|
-
"
|
|
138
|
-
"id": "@tanstack/table-core",
|
|
139
|
-
"moduleParts": {},
|
|
140
|
-
"imported": [],
|
|
141
|
-
"importedBy": [
|
|
142
|
-
{
|
|
143
|
-
"uid": "ed1d-181"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"isExternal": true
|
|
147
|
-
},
|
|
148
|
-
"ed1d-184": {
|
|
133
|
+
"a584-180": {
|
|
149
134
|
"id": "svelte/store",
|
|
150
135
|
"moduleParts": {},
|
|
151
136
|
"imported": [],
|
|
152
137
|
"importedBy": [
|
|
153
138
|
{
|
|
154
|
-
"uid": "
|
|
139
|
+
"uid": "a584-178"
|
|
155
140
|
}
|
|
156
141
|
],
|
|
157
142
|
"isExternal": true
|
|
158
143
|
},
|
|
159
|
-
"
|
|
144
|
+
"a584-181": {
|
|
160
145
|
"id": "svelte/internal",
|
|
161
146
|
"moduleParts": {},
|
|
162
147
|
"imported": [],
|
|
163
148
|
"importedBy": [
|
|
164
149
|
{
|
|
165
|
-
"uid": "
|
|
150
|
+
"uid": "a584-174"
|
|
166
151
|
},
|
|
167
152
|
{
|
|
168
|
-
"uid": "
|
|
153
|
+
"uid": "a584-176"
|
|
169
154
|
}
|
|
170
155
|
],
|
|
171
156
|
"isExternal": true
|