virtua 0.40.0 → 0.40.2
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/lib/core/index.js +1 -1
- package/lib/core/index.js.map +1 -1
- package/lib/core/index.mjs +1 -1
- package/lib/core/index.mjs.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/react/VGrid.d.ts +8 -0
- package/lib/solid/index.js +1 -1
- package/lib/solid/index.js.map +1 -1
- package/lib/solid/index.jsx +29 -32
- package/lib/solid/index.jsx.map +1 -1
- package/lib/solid/index.mjs +1 -1
- package/lib/solid/index.mjs.map +1 -1
- package/lib/svelte/Virtualizer.svelte +10 -11
- package/lib/svelte/WindowVirtualizer.svelte +10 -11
- package/lib/vue/index.js +1 -1
- package/lib/vue/index.js.map +1 -1
- package/lib/vue/index.mjs +1 -1
- package/lib/vue/index.mjs.map +1 -1
- package/package.json +57 -57
- package/lib/react/useRerender.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "virtua",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.2",
|
|
4
4
|
"description": "A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.mjs",
|
|
@@ -64,95 +64,95 @@
|
|
|
64
64
|
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
|
|
65
65
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.0.0",
|
|
66
66
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
|
67
|
-
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.
|
|
67
|
+
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.4",
|
|
68
68
|
"@babel/plugin-transform-react-pure-annotations": "^7.25.9",
|
|
69
|
-
"@dnd-kit/core": "^6.
|
|
70
|
-
"@dnd-kit/sortable": "^
|
|
71
|
-
"@emotion/react": "^11.13.
|
|
72
|
-
"@emotion/styled": "^11.13.
|
|
73
|
-
"@faker-js/faker": "^9.
|
|
69
|
+
"@dnd-kit/core": "^6.3.1",
|
|
70
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
71
|
+
"@emotion/react": "^11.13.5",
|
|
72
|
+
"@emotion/styled": "^11.13.5",
|
|
73
|
+
"@faker-js/faker": "^9.4.0",
|
|
74
74
|
"@formkit/auto-animate": "^0.8.2",
|
|
75
|
-
"@mui/material": "^6.1.
|
|
76
|
-
"@playwright/test": "^1.
|
|
75
|
+
"@mui/material": "^6.1.10",
|
|
76
|
+
"@playwright/test": "^1.50.1",
|
|
77
77
|
"@radix-ui/colors": "^3.0.0",
|
|
78
|
-
"@radix-ui/react-icons": "^1.3.
|
|
79
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
80
|
-
"@radix-ui/react-select": "^2.1.
|
|
78
|
+
"@radix-ui/react-icons": "^1.3.2",
|
|
79
|
+
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
80
|
+
"@radix-ui/react-select": "^2.1.5",
|
|
81
81
|
"@rollup/plugin-babel": "^6.0.4",
|
|
82
82
|
"@rollup/plugin-terser": "^0.4.4",
|
|
83
83
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
84
84
|
"@size-limit/preset-small-lib": "^11.1.6",
|
|
85
|
-
"@storybook/addon-storysource": "^8.
|
|
86
|
-
"@storybook/docs-tools": "^8.
|
|
87
|
-
"@storybook/react": "^8.
|
|
88
|
-
"@storybook/react-vite": "^8.
|
|
89
|
-
"@storybook/source-loader": "^8.
|
|
90
|
-
"@storybook/svelte": "^8.
|
|
91
|
-
"@storybook/svelte-vite": "^8.
|
|
92
|
-
"@storybook/test-runner": "^0.
|
|
93
|
-
"@storybook/vue3": "^8.
|
|
94
|
-
"@storybook/vue3-vite": "^8.
|
|
95
|
-
"@sveltejs/vite-plugin-svelte": "^4.0.
|
|
96
|
-
"@tanstack/react-virtual": "^3.11.
|
|
85
|
+
"@storybook/addon-storysource": "^8.6.2",
|
|
86
|
+
"@storybook/docs-tools": "^8.6.2",
|
|
87
|
+
"@storybook/react": "^8.6.2",
|
|
88
|
+
"@storybook/react-vite": "^8.6.2",
|
|
89
|
+
"@storybook/source-loader": "^8.6.2",
|
|
90
|
+
"@storybook/svelte": "^8.6.2",
|
|
91
|
+
"@storybook/svelte-vite": "^8.6.2",
|
|
92
|
+
"@storybook/test-runner": "^0.22.0",
|
|
93
|
+
"@storybook/vue3": "^8.6.2",
|
|
94
|
+
"@storybook/vue3-vite": "^8.6.2",
|
|
95
|
+
"@sveltejs/vite-plugin-svelte": "^4.0.4",
|
|
96
|
+
"@tanstack/react-virtual": "^3.11.3",
|
|
97
97
|
"@testing-library/dom": "^10.4.0",
|
|
98
|
-
"@testing-library/react": "^16.0
|
|
98
|
+
"@testing-library/react": "^16.2.0",
|
|
99
99
|
"@testing-library/vue": "^8.1.0",
|
|
100
100
|
"@types/jsdom": "^21.1.7",
|
|
101
|
-
"@types/react": "^18.3.
|
|
102
|
-
"@types/react-dom": "^18.3.
|
|
103
|
-
"@types/react-virtualized": "^9.
|
|
101
|
+
"@types/react": "^18.3.18",
|
|
102
|
+
"@types/react-dom": "^18.3.5",
|
|
103
|
+
"@types/react-virtualized": "^9.22.0",
|
|
104
104
|
"@types/react-window": "^1.8.8",
|
|
105
|
-
"@vitejs/plugin-react": "^4.3.
|
|
106
|
-
"@vitejs/plugin-vue": "^5.1.
|
|
107
|
-
"@vitejs/plugin-vue-jsx": "^4.
|
|
105
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
106
|
+
"@vitejs/plugin-vue": "^5.1.5",
|
|
107
|
+
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
108
108
|
"babel-preset-solid": "^1.9.3",
|
|
109
109
|
"cmdk": "^1.0.4",
|
|
110
|
-
"concurrently": "^9.
|
|
111
|
-
"eslint": "^9.
|
|
112
|
-
"eslint-import-resolver-typescript": "^3.
|
|
110
|
+
"concurrently": "^9.1.2",
|
|
111
|
+
"eslint": "^9.19.0",
|
|
112
|
+
"eslint-import-resolver-typescript": "^3.7.0",
|
|
113
113
|
"eslint-plugin-import": "^2.31.0",
|
|
114
|
-
"eslint-plugin-react": "^7.37.
|
|
115
|
-
"eslint-plugin-react-compiler": "
|
|
114
|
+
"eslint-plugin-react": "^7.37.4",
|
|
115
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
|
|
116
116
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
117
|
-
"eslint-plugin-solid": "^0.14.
|
|
118
|
-
"eslint-plugin-vue": "^9.
|
|
119
|
-
"glob": "^11.0.
|
|
120
|
-
"jsdom": "^
|
|
121
|
-
"npm-check-updates": "^17.0.
|
|
122
|
-
"re-resizable": "^6.10.
|
|
117
|
+
"eslint-plugin-solid": "^0.14.5",
|
|
118
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
119
|
+
"glob": "^11.0.1",
|
|
120
|
+
"jsdom": "^26.0.0",
|
|
121
|
+
"npm-check-updates": "^17.0.6",
|
|
122
|
+
"re-resizable": "^6.10.3",
|
|
123
123
|
"react": "^18.3.1",
|
|
124
124
|
"react-content-loader": "^7.0.2",
|
|
125
125
|
"react-dom": "^18.3.1",
|
|
126
126
|
"react-is": "^18.3.1",
|
|
127
127
|
"react-merge-refs": "^2.1.1",
|
|
128
128
|
"react-new-window": "^1.0.1",
|
|
129
|
-
"react-virtualized": "^9.22.
|
|
129
|
+
"react-virtualized": "^9.22.6",
|
|
130
130
|
"react-virtuoso": "^4.12.3",
|
|
131
|
-
"react-window": "^1.8.
|
|
131
|
+
"react-window": "^1.8.11",
|
|
132
132
|
"rimraf": "^6.0.1",
|
|
133
133
|
"rollup": "^4.27.4",
|
|
134
|
-
"rollup-plugin-banner2": "^1.3.
|
|
134
|
+
"rollup-plugin-banner2": "^1.3.1",
|
|
135
135
|
"size-limit": "^11.1.6",
|
|
136
|
-
"solid-js": "^1.9.
|
|
137
|
-
"storybook": "^8.
|
|
136
|
+
"solid-js": "^1.9.4",
|
|
137
|
+
"storybook": "^8.6.2",
|
|
138
138
|
"storybook-solidjs": "^1.0.0-beta.6",
|
|
139
139
|
"storybook-solidjs-vite": "^1.0.0-beta.6",
|
|
140
140
|
"svelte": "^5.0.0",
|
|
141
141
|
"svelte-check": "^4.0.0",
|
|
142
|
-
"svelte2tsx": "^0.7.
|
|
143
|
-
"typedoc": "^0.27.
|
|
144
|
-
"typedoc-plugin-markdown": "^4.
|
|
145
|
-
"typedoc-plugin-vue": "^1.
|
|
146
|
-
"typescript": "^5.7.
|
|
147
|
-
"typescript-eslint": "^8.
|
|
148
|
-
"unplugin-vue-jsx": "^0.
|
|
149
|
-
"virtua": "^0.
|
|
142
|
+
"svelte2tsx": "^0.7.34",
|
|
143
|
+
"typedoc": "^0.27.9",
|
|
144
|
+
"typedoc-plugin-markdown": "^4.4.2",
|
|
145
|
+
"typedoc-plugin-vue": "^1.4.0",
|
|
146
|
+
"typescript": "^5.7.3",
|
|
147
|
+
"typescript-eslint": "^8.26.0",
|
|
148
|
+
"unplugin-vue-jsx": "^0.5.0",
|
|
149
|
+
"virtua": "^0.40.0",
|
|
150
150
|
"vite": "5.1.8",
|
|
151
151
|
"vite-plugin-solid": "^2.11.0",
|
|
152
|
-
"vitest": "^2.1.
|
|
152
|
+
"vitest": "^2.1.8",
|
|
153
153
|
"vue": "^3.4.34",
|
|
154
154
|
"vue-eslint-parser": "^9.4.3",
|
|
155
|
-
"wait-on": "^8.0.
|
|
155
|
+
"wait-on": "^8.0.2"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"react": ">=16.14.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|