@tanstack/svelte-table 8.0.0-beta.9 → 8.0.3
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.map +1 -1
- package/build/cjs/svelte-table/src/render-component.js.map +1 -1
- package/build/cjs/table-core/build/esm/index.js +7 -13
- package/build/cjs/table-core/build/esm/index.js.map +1 -1
- package/build/esm/index.js +7 -13
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/umd/index.development.js +7 -13
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +2 -2
- package/build/stats-react.json +0 -205
- package/build/types/index.d.ts +0 -11
- package/build/types/placeholder.d.ts +0 -3
- package/build/types/render-component.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/svelte-table",
|
|
3
3
|
"author": "Tanner Linsley",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.3",
|
|
5
5
|
"description": "Headless UI for building powerful tables & datagrids for Svelte.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/tanstack/table#readme",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"src"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tanstack/table-core": "8.0.
|
|
37
|
+
"@tanstack/table-core": "8.0.3"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"svelte": "^3.48.0"
|
package/build/stats-react.json
DELETED
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 2,
|
|
3
|
-
"tree": {
|
|
4
|
-
"name": "root",
|
|
5
|
-
"children": [
|
|
6
|
-
{
|
|
7
|
-
"name": "index.production.js",
|
|
8
|
-
"children": [
|
|
9
|
-
{
|
|
10
|
-
"name": "packages",
|
|
11
|
-
"children": [
|
|
12
|
-
{
|
|
13
|
-
"name": "table-core/build/esm/index.js",
|
|
14
|
-
"uid": "612e-175"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "svelte-table/src",
|
|
18
|
-
"children": [
|
|
19
|
-
{
|
|
20
|
-
"uid": "612e-177",
|
|
21
|
-
"name": "placeholder.svelte"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"uid": "612e-179",
|
|
25
|
-
"name": "placeholder.ts"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"uid": "612e-181",
|
|
29
|
-
"name": "render-component.ts"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"uid": "612e-183",
|
|
33
|
-
"name": "index.ts"
|
|
34
|
-
}
|
|
35
|
-
]
|
|
36
|
-
}
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
"isRoot": true
|
|
43
|
-
},
|
|
44
|
-
"nodeParts": {
|
|
45
|
-
"612e-175": {
|
|
46
|
-
"renderedLength": 139242,
|
|
47
|
-
"gzipLength": 23687,
|
|
48
|
-
"brotliLength": 0,
|
|
49
|
-
"mainUid": "612e-174"
|
|
50
|
-
},
|
|
51
|
-
"612e-177": {
|
|
52
|
-
"renderedLength": 927,
|
|
53
|
-
"gzipLength": 445,
|
|
54
|
-
"brotliLength": 0,
|
|
55
|
-
"mainUid": "612e-176"
|
|
56
|
-
},
|
|
57
|
-
"612e-179": {
|
|
58
|
-
"renderedLength": 246,
|
|
59
|
-
"gzipLength": 184,
|
|
60
|
-
"brotliLength": 0,
|
|
61
|
-
"mainUid": "612e-178"
|
|
62
|
-
},
|
|
63
|
-
"612e-181": {
|
|
64
|
-
"renderedLength": 1458,
|
|
65
|
-
"gzipLength": 539,
|
|
66
|
-
"brotliLength": 0,
|
|
67
|
-
"mainUid": "612e-180"
|
|
68
|
-
},
|
|
69
|
-
"612e-183": {
|
|
70
|
-
"renderedLength": 3046,
|
|
71
|
-
"gzipLength": 993,
|
|
72
|
-
"brotliLength": 0,
|
|
73
|
-
"mainUid": "612e-182"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"nodeMetas": {
|
|
77
|
-
"612e-174": {
|
|
78
|
-
"id": "/packages/table-core/build/esm/index.js",
|
|
79
|
-
"moduleParts": {
|
|
80
|
-
"index.production.js": "612e-175"
|
|
81
|
-
},
|
|
82
|
-
"imported": [],
|
|
83
|
-
"importedBy": [
|
|
84
|
-
{
|
|
85
|
-
"uid": "612e-182"
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
},
|
|
89
|
-
"612e-176": {
|
|
90
|
-
"id": "/packages/svelte-table/src/placeholder.svelte",
|
|
91
|
-
"moduleParts": {
|
|
92
|
-
"index.production.js": "612e-177"
|
|
93
|
-
},
|
|
94
|
-
"imported": [
|
|
95
|
-
{
|
|
96
|
-
"uid": "612e-184"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"importedBy": [
|
|
100
|
-
{
|
|
101
|
-
"uid": "612e-178"
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
},
|
|
105
|
-
"612e-178": {
|
|
106
|
-
"id": "/packages/svelte-table/src/placeholder.ts",
|
|
107
|
-
"moduleParts": {
|
|
108
|
-
"index.production.js": "612e-179"
|
|
109
|
-
},
|
|
110
|
-
"imported": [
|
|
111
|
-
{
|
|
112
|
-
"uid": "612e-184"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"uid": "612e-176"
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
|
-
"importedBy": [
|
|
119
|
-
{
|
|
120
|
-
"uid": "612e-182"
|
|
121
|
-
}
|
|
122
|
-
]
|
|
123
|
-
},
|
|
124
|
-
"612e-180": {
|
|
125
|
-
"id": "/packages/svelte-table/src/render-component.ts",
|
|
126
|
-
"moduleParts": {
|
|
127
|
-
"index.production.js": "612e-181"
|
|
128
|
-
},
|
|
129
|
-
"imported": [
|
|
130
|
-
{
|
|
131
|
-
"uid": "612e-184"
|
|
132
|
-
}
|
|
133
|
-
],
|
|
134
|
-
"importedBy": [
|
|
135
|
-
{
|
|
136
|
-
"uid": "612e-182"
|
|
137
|
-
}
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
"612e-182": {
|
|
141
|
-
"id": "/packages/svelte-table/src/index.ts",
|
|
142
|
-
"moduleParts": {
|
|
143
|
-
"index.production.js": "612e-183"
|
|
144
|
-
},
|
|
145
|
-
"imported": [
|
|
146
|
-
{
|
|
147
|
-
"uid": "612e-174"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"uid": "612e-178"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"uid": "612e-184"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"uid": "612e-185"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"uid": "612e-180"
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"importedBy": [],
|
|
163
|
-
"isEntry": true
|
|
164
|
-
},
|
|
165
|
-
"612e-184": {
|
|
166
|
-
"id": "svelte/internal",
|
|
167
|
-
"moduleParts": {},
|
|
168
|
-
"imported": [],
|
|
169
|
-
"importedBy": [
|
|
170
|
-
{
|
|
171
|
-
"uid": "612e-182"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"uid": "612e-178"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"uid": "612e-180"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"uid": "612e-176"
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"isExternal": true
|
|
184
|
-
},
|
|
185
|
-
"612e-185": {
|
|
186
|
-
"id": "svelte/store",
|
|
187
|
-
"moduleParts": {},
|
|
188
|
-
"imported": [],
|
|
189
|
-
"importedBy": [
|
|
190
|
-
{
|
|
191
|
-
"uid": "612e-182"
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"isExternal": true
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"env": {
|
|
198
|
-
"rollup": "2.70.2"
|
|
199
|
-
},
|
|
200
|
-
"options": {
|
|
201
|
-
"gzip": true,
|
|
202
|
-
"brotli": false,
|
|
203
|
-
"sourcemap": false
|
|
204
|
-
}
|
|
205
|
-
}
|
package/build/types/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Table, TableGenerics, TableOptions } from '@tanstack/table-core';
|
|
2
|
-
import { Readable } from 'svelte/store';
|
|
3
|
-
export { renderComponent } from './render-component';
|
|
4
|
-
export * from '@tanstack/table-core';
|
|
5
|
-
export declare function render(component: any, props: any): any;
|
|
6
|
-
export declare const createTable: () => Table<{
|
|
7
|
-
Renderer: typeof render;
|
|
8
|
-
Rendered: any;
|
|
9
|
-
}>;
|
|
10
|
-
declare type ReadableOrVal<T> = T | Readable<T>;
|
|
11
|
-
export declare function createTableInstance<TGenerics extends TableGenerics>(table: Table<TGenerics>, options: ReadableOrVal<TableOptions<TGenerics>>): Readable<import("@tanstack/table-core").TableInstance<TGenerics>>;
|