@revolist/svelte-datagrid 4.9.21 → 4.9.23

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.
@@ -304,7 +304,7 @@ interface RevoGridSlots {
304
304
  default: any
305
305
  }
306
306
 
307
- /* generated by Svelte v4.2.18 */
307
+ /* generated by Svelte v4.2.19 */
308
308
  import {
309
309
  SvelteComponent,
310
310
  binding_callbacks,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/svelte-datagrid",
3
- "version": "4.9.21",
3
+ "version": "4.9.23",
4
4
  "description": "Svelte DataGrid Spreadsheet component with native cell render support",
5
5
  "main": "./dist/svelte-datagrid.umd.cjs",
6
6
  "module": "./dist/svelte-datagrid.js",
@@ -73,7 +73,7 @@
73
73
  "vite-plugin-dts": "^3.9.1"
74
74
  },
75
75
  "dependencies": {
76
- "@revolist/revogrid": "4.9.21"
76
+ "@revolist/revogrid": "4.9.23"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public"