virtua 0.49.1 → 0.49.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/lib/core/index.cjs +1 -1
- package/lib/core/index.cjs.map +1 -1
- package/lib/core/index.js +1 -1
- package/lib/core/index.js.map +1 -1
- package/lib/index.cjs +243 -246
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +294 -297
- package/lib/index.js.map +1 -1
- package/lib/react/VGrid.d.ts +0 -2
- package/lib/solid/index.cjs +1 -1
- package/lib/solid/index.cjs.map +1 -1
- package/lib/solid/index.js +1 -1
- package/lib/solid/index.js.map +1 -1
- package/lib/solid/index.jsx +5 -1
- package/lib/solid/index.jsx.map +1 -1
- package/lib/svelte/ListItem.svelte +12 -2
- package/lib/svelte/VList.svelte +2 -0
- package/lib/svelte/VList.type.d.ts +1 -1
- package/lib/svelte/Virtualizer.svelte +2 -0
- package/lib/svelte/Virtualizer.type.d.ts +5 -0
- package/lib/svelte/utils.d.ts +7 -0
- package/lib/svelte/utils.js.map +1 -1
- package/lib/vue/index.cjs +1 -1
- package/lib/vue/index.cjs.map +1 -1
- package/lib/vue/index.js +1 -1
- package/lib/vue/index.js.map +1 -1
- package/package.json +29 -30
- package/lib/react/useMergeRefs.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "virtua",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.3",
|
|
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.cjs",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -65,15 +65,14 @@
|
|
|
65
65
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.5",
|
|
66
66
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
67
67
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.12",
|
|
68
|
-
"@
|
|
69
|
-
"@base-ui/react": "^1.3.0",
|
|
68
|
+
"@base-ui/react": "^1.4.0",
|
|
70
69
|
"@dnd-kit/core": "^6.3.1",
|
|
71
70
|
"@dnd-kit/sortable": "^10.0.0",
|
|
72
71
|
"@emotion/react": "^11.13.5",
|
|
73
72
|
"@emotion/styled": "^11.13.5",
|
|
74
73
|
"@faker-js/faker": "^10.3.0",
|
|
75
74
|
"@formkit/auto-animate": "^0.9.0",
|
|
76
|
-
"@mui/material": "^
|
|
75
|
+
"@mui/material": "^9.0.0",
|
|
77
76
|
"@playwright/test": "^1.56.0",
|
|
78
77
|
"@radix-ui/colors": "^3.0.0",
|
|
79
78
|
"@radix-ui/react-icons": "^1.3.2",
|
|
@@ -84,13 +83,13 @@
|
|
|
84
83
|
"@rollup/plugin-typescript": "^12.0.0",
|
|
85
84
|
"@size-limit/preset-small-lib": "^12.0.0",
|
|
86
85
|
"@solidjs/testing-library": "^0.8.10",
|
|
87
|
-
"@storybook/addon-docs": "^10.
|
|
88
|
-
"@storybook/addon-vitest": "^10.
|
|
89
|
-
"@storybook/react-vite": "^10.
|
|
90
|
-
"@storybook/svelte-vite": "^10.
|
|
91
|
-
"@storybook/vue3-vite": "^10.
|
|
92
|
-
"@sveltejs/vite-plugin-svelte": "^7.
|
|
93
|
-
"@tanstack/react-virtual": "^3.13.
|
|
86
|
+
"@storybook/addon-docs": "^10.4.0",
|
|
87
|
+
"@storybook/addon-vitest": "^10.4.0",
|
|
88
|
+
"@storybook/react-vite": "^10.4.0",
|
|
89
|
+
"@storybook/svelte-vite": "^10.4.0",
|
|
90
|
+
"@storybook/vue3-vite": "^10.4.0",
|
|
91
|
+
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
|
92
|
+
"@tanstack/react-virtual": "^3.13.24",
|
|
94
93
|
"@testing-library/dom": "^10.4.0",
|
|
95
94
|
"@testing-library/react": "^16.3.2",
|
|
96
95
|
"@testing-library/vue": "^8.1.0",
|
|
@@ -98,8 +97,8 @@
|
|
|
98
97
|
"@types/react": "^19.2.0",
|
|
99
98
|
"@types/react-dom": "^19.2.0",
|
|
100
99
|
"@types/react-virtualized": "^9.22.3",
|
|
101
|
-
"@vitejs/plugin-react": "^6.0.
|
|
102
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
100
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
101
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
103
102
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
104
103
|
"@vitest/browser-playwright": "^4.1.0",
|
|
105
104
|
"@vitest/coverage-v8": "^4.1.0",
|
|
@@ -112,19 +111,19 @@
|
|
|
112
111
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
113
112
|
"eslint-plugin-solid": "^0.14.5",
|
|
114
113
|
"eslint-plugin-vue": "^10.4.0",
|
|
115
|
-
"jsdom": "^
|
|
116
|
-
"prettier": "^3.8.
|
|
117
|
-
"prettier-plugin-svelte": "^
|
|
114
|
+
"jsdom": "^29.0.0",
|
|
115
|
+
"prettier": "^3.8.3",
|
|
116
|
+
"prettier-plugin-svelte": "^4.0.0",
|
|
118
117
|
"re-resizable": "^6.11.2",
|
|
119
|
-
"react": "^19.2.
|
|
118
|
+
"react": "^19.2.6",
|
|
120
119
|
"react-content-loader": "^7.1.2",
|
|
121
|
-
"react-dom": "^19.2.
|
|
122
|
-
"react-is": "^19.2.
|
|
120
|
+
"react-dom": "^19.2.6",
|
|
121
|
+
"react-is": "^19.2.6",
|
|
123
122
|
"react-markdown": "^10.1.0",
|
|
124
123
|
"react-merge-refs": "^3.0.2",
|
|
125
124
|
"react-syntax-highlighter": "^16.1.1",
|
|
126
125
|
"react-virtualized": "^9.22.6",
|
|
127
|
-
"react-virtuoso": "^4.18.
|
|
126
|
+
"react-virtuoso": "^4.18.7",
|
|
128
127
|
"react-window": "^2.2.7",
|
|
129
128
|
"remark-gfm": "^4.0.1",
|
|
130
129
|
"rimraf": "^6.0.1",
|
|
@@ -132,21 +131,21 @@
|
|
|
132
131
|
"rollup-plugin-banner2": "^1.3.1",
|
|
133
132
|
"rollup-plugin-copy": "^3.5.0",
|
|
134
133
|
"size-limit": "^12.0.0",
|
|
135
|
-
"solid-js": "^1.9.
|
|
136
|
-
"storybook": "^10.
|
|
134
|
+
"solid-js": "^1.9.13",
|
|
135
|
+
"storybook": "^10.4.0",
|
|
137
136
|
"storybook-solidjs-vite": "^10.0.10",
|
|
138
137
|
"svelte": "^5.38.9",
|
|
139
|
-
"svelte-check": "^4.
|
|
138
|
+
"svelte-check": "^4.4.8",
|
|
140
139
|
"typedoc": "^0.28.4",
|
|
141
140
|
"typedoc-plugin-markdown": "^4.6.3",
|
|
142
|
-
"typescript": "^
|
|
141
|
+
"typescript": "^6.0.3",
|
|
143
142
|
"typescript-eslint": "^8.46.2",
|
|
144
|
-
"unplugin-vue-jsx": "^0.
|
|
145
|
-
"virtua": "^0.
|
|
146
|
-
"vite": "^8.0.
|
|
147
|
-
"vite-plugin-solid": "^2.11.
|
|
148
|
-
"vitest": "^4.1.
|
|
149
|
-
"vue": "^3.5.
|
|
143
|
+
"unplugin-vue-jsx": "^0.10.0",
|
|
144
|
+
"virtua": "^0.49.0",
|
|
145
|
+
"vite": "^8.0.13",
|
|
146
|
+
"vite-plugin-solid": "^2.11.12",
|
|
147
|
+
"vitest": "^4.1.6",
|
|
148
|
+
"vue": "^3.5.34",
|
|
150
149
|
"vue-eslint-parser": "^10.2.0"
|
|
151
150
|
},
|
|
152
151
|
"peerDependencies": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|