@revolist/svelte-datagrid 4.0.50 → 4.8.1
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/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://
|
|
2
|
+
<a href="https://rv-grid.com">
|
|
3
3
|
<img src="./assets/logo.svg" alt="RevoGrid" height="150" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
@@ -20,7 +20,7 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
20
20
|
</p>
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<a href="https://
|
|
23
|
+
<a href="https://rv-grid.com">Demo and API</a> •
|
|
24
24
|
<a href="#key-features">Key Features</a> •
|
|
25
25
|
<a href="#basic-usage">How To Use</a> •
|
|
26
26
|
<a href="#installation">Installation</a> •
|
|
@@ -75,7 +75,7 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
75
75
|
- Cell editor (use predefined or apply your own custom editors and cell types).
|
|
76
76
|
- Cell properties (define custom properties for rendered cells).
|
|
77
77
|
|
|
78
|
-
- **Column Types**: [More details](https://
|
|
78
|
+
- **Column Types**: [More details](https://rv-grid.com/guide/column/#Column-Formats)
|
|
79
79
|
- Text/String (default).
|
|
80
80
|
- Number.
|
|
81
81
|
- Select.
|
|
@@ -98,7 +98,7 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
98
98
|
|
|
99
99
|
- **Plugin System**: Create custom plugins or extend existing ones easily.
|
|
100
100
|
|
|
101
|
-
- **Additional Customizations and Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://
|
|
101
|
+
- **Additional Customizations and Improvements**: Explore hundreds of other small customizations and improvements in [RevoGrid](https://rv-grid.com/).
|
|
102
102
|
|
|
103
103
|
<br>
|
|
104
104
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/svelte-datagrid",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.1",
|
|
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.
|
|
76
|
+
"@revolist/revogrid": "4.8.1"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|