@tanstack/solid-virtual 3.0.0-beta.9 → 3.0.0
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/LICENSE +21 -0
- package/build/lib/index.d.ts +4 -0
- package/build/lib/index.esm.js +83 -0
- package/build/lib/index.esm.js.map +1 -0
- package/build/lib/index.js +93 -0
- package/build/lib/index.js.map +1 -0
- package/build/lib/index.mjs +83 -0
- package/build/lib/index.mjs.map +1 -0
- package/build/umd/index.development.js +649 -517
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +22 -2
- package/build/umd/index.production.js.map +1 -1
- package/package.json +22 -11
- package/src/index.tsx +82 -52
- package/build/cjs/solid-virtual/src/index.js +0 -94
- package/build/cjs/solid-virtual/src/index.js.map +0 -1
- package/build/cjs/virtual-core/build/esm/index.js +0 -615
- package/build/cjs/virtual-core/build/esm/index.js.map +0 -1
- package/build/esm/index.js +0 -666
- package/build/esm/index.js.map +0 -1
- package/build/stats-html.html +0 -2689
- package/build/stats.json +0 -104
- package/build/types/index.d.ts +0 -4
package/build/stats.json
DELETED
|
@@ -1,104 +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": "virtual-core/build/esm/index.js",
|
|
14
|
-
"uid": "a6dd-29"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "solid-virtual/src/index.tsx",
|
|
18
|
-
"uid": "a6dd-31"
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
}
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"isRoot": true
|
|
26
|
-
},
|
|
27
|
-
"nodeParts": {
|
|
28
|
-
"a6dd-29": {
|
|
29
|
-
"renderedLength": 17104,
|
|
30
|
-
"gzipLength": 4206,
|
|
31
|
-
"brotliLength": 0,
|
|
32
|
-
"mainUid": "a6dd-28"
|
|
33
|
-
},
|
|
34
|
-
"a6dd-31": {
|
|
35
|
-
"renderedLength": 1957,
|
|
36
|
-
"gzipLength": 617,
|
|
37
|
-
"brotliLength": 0,
|
|
38
|
-
"mainUid": "a6dd-30"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"nodeMetas": {
|
|
42
|
-
"a6dd-28": {
|
|
43
|
-
"id": "/packages/virtual-core/build/esm/index.js",
|
|
44
|
-
"moduleParts": {
|
|
45
|
-
"index.production.js": "a6dd-29"
|
|
46
|
-
},
|
|
47
|
-
"imported": [],
|
|
48
|
-
"importedBy": [
|
|
49
|
-
{
|
|
50
|
-
"uid": "a6dd-30"
|
|
51
|
-
}
|
|
52
|
-
]
|
|
53
|
-
},
|
|
54
|
-
"a6dd-30": {
|
|
55
|
-
"id": "/packages/solid-virtual/src/index.tsx",
|
|
56
|
-
"moduleParts": {
|
|
57
|
-
"index.production.js": "a6dd-31"
|
|
58
|
-
},
|
|
59
|
-
"imported": [
|
|
60
|
-
{
|
|
61
|
-
"uid": "a6dd-28"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"uid": "a6dd-32"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"uid": "a6dd-33"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"importedBy": [],
|
|
71
|
-
"isEntry": true
|
|
72
|
-
},
|
|
73
|
-
"a6dd-32": {
|
|
74
|
-
"id": "solid-js",
|
|
75
|
-
"moduleParts": {},
|
|
76
|
-
"imported": [],
|
|
77
|
-
"importedBy": [
|
|
78
|
-
{
|
|
79
|
-
"uid": "a6dd-30"
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
|
-
"isExternal": true
|
|
83
|
-
},
|
|
84
|
-
"a6dd-33": {
|
|
85
|
-
"id": "solid-js/store",
|
|
86
|
-
"moduleParts": {},
|
|
87
|
-
"imported": [],
|
|
88
|
-
"importedBy": [
|
|
89
|
-
{
|
|
90
|
-
"uid": "a6dd-30"
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"isExternal": true
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"env": {
|
|
97
|
-
"rollup": "2.75.4"
|
|
98
|
-
},
|
|
99
|
-
"options": {
|
|
100
|
-
"gzip": true,
|
|
101
|
-
"brotli": false,
|
|
102
|
-
"sourcemap": false
|
|
103
|
-
}
|
|
104
|
-
}
|
package/build/types/index.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { PartialKeys, Virtualizer, VirtualizerOptions } from '@tanstack/virtual-core';
|
|
2
|
-
export * from '@tanstack/virtual-core';
|
|
3
|
-
export declare function createVirtualizer<TScrollElement, TItemElement = unknown>(options: PartialKeys<VirtualizerOptions<TScrollElement, TItemElement>, 'observeElementRect' | 'observeElementOffset' | 'scrollToFn'>): Virtualizer<TScrollElement, TItemElement>;
|
|
4
|
-
export declare function createWindowVirtualizer<TItemElement = unknown>(options: PartialKeys<VirtualizerOptions<Window, TItemElement>, 'getScrollElement' | 'observeElementRect' | 'observeElementOffset' | 'scrollToFn'>): Virtualizer<Window, TItemElement>;
|