@revolist/vue3-datagrid 4.11.17 → 4.11.20

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.
Files changed (2) hide show
  1. package/README.md +16 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,6 @@
1
- ### 🚨 Repository Notice
2
-
3
- Post new issues [here](https://github.com/revolist/revogrid). Happy coding! 💻
4
-
5
- ---
6
-
7
1
  <p align="center">
8
2
  <a href="https://rv-grid.com">
9
- <img src="./assets/logo.svg" alt="RevoGrid Data Grid" height="150" />
3
+ <img src="./assets/logo.svg" alt="Vue 3 Data Grid" height="150" />
10
4
  </a>
11
5
  </p>
12
6
 
@@ -19,12 +13,10 @@ Post new issues [here](https://github.com/revolist/revogrid). Happy coding! 💻
19
13
  <img src="https://sonarcloud.io/api/project_badges/measure?project=revolist_revogrid&metric=alert_status" alt="Sonar Quality Gate"/>
20
14
  </p>
21
15
 
22
- #
23
16
 
24
- <h3 align="center">Powerful data grid component built with <a href="https://stenciljs.com" target="_blank">StencilJS</a>.</h3>
17
+ <h3 align="center">Powerful Vue 3 Data Grid component built on top of <a href="https://github.com/revolist/revogrid" target="_blank">RevoGrid</a>.</h3>
25
18
  <p align="center">
26
19
  Support Millions of cells and thousands of columns easy and efficiently for fast data rendering. Easy to use.
27
-
28
20
  </p>
29
21
 
30
22
  <p align="center">
@@ -114,6 +106,10 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
114
106
  - [Row header template](https://rv-grid.com/guide/row/headers).
115
107
  - [Cell properties](https://rv-grid.com/guide/cell/) (define custom properties for rendered cells).
116
108
 
109
+
110
+ > ⚠️ **Note**: Repository Notice: This repo is read-only. Create new issues at the [revogrid repo](https://github.com/revolist/revogrid)
111
+
112
+
117
113
  - [Cell template](https://rv-grid.com/guide/vue3/renderer) (create your own cell views).
118
114
  - [Cell editor](https://rv-grid.com/guide/vue3/editor) (use predefined or apply your own custom editors and cell types).
119
115
 
@@ -122,6 +118,10 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
122
118
 
123
119
  ### Usage Vue 3
124
120
 
121
+ > [!TIP]
122
+ > For Vue 2, use [this repo](https://github.com/revolist/vue-datagrid)
123
+
124
+
125
125
  With NPM:
126
126
 
127
127
  ```bash
@@ -263,6 +263,12 @@ export default defineComponent({
263
263
 
264
264
  [Example and guide](https://rv-grid.com/guide/vue3/)
265
265
 
266
+ - [![VueJs](./assets/vuejs.svg) Vue 3](https://rv-grid.com/guide/vue3/) and [Vue 2](https://rv-grid.com/guide/vue2/)
267
+ - [![React](./assets/react.svg) React](https://rv-grid.com/guide/react/)
268
+ - [![Angular](./assets/angular.svg) Angular](https://rv-grid.com/guide/angular/)
269
+ - [![Svelte](./assets/svelte.svg) Svelte](https://rv-grid.com/guide/svelte/)
270
+ - [![JavaScript](./assets/js.svg) JavaScript](https://rv-grid.com/guide/)
271
+
266
272
  ## Versions
267
273
 
268
274
  - **2.0+**: Introduced the plugin system, grouping, sorting, and filtering.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolist/vue3-datagrid",
3
- "version": "4.11.17",
3
+ "version": "4.11.20",
4
4
  "description": "Vue 3 DataGrid Spreadsheet component with native Vue 3 cell render support",
5
5
  "main": "./dist/vue3-datagrid.umd.cjs",
6
6
  "module": "./dist/vue3-datagrid.js",
@@ -65,7 +65,7 @@
65
65
  "homepage": "https://github.com/revolist/revogrid#readme",
66
66
  "license": "MIT",
67
67
  "dependencies": {
68
- "@revolist/revogrid": "4.11.17"
68
+ "@revolist/revogrid": "4.11.20"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@stencil/core": "^4.19.2",