@syncfusion/ej2-vue-treegrid 31.2.2 → 31.2.5
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 +13 -5
- package/dist/ej2-vue-treegrid.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The [Vue TreeGrid](https://www.syncfusion.com/vue-components/vue-tree-grid?utm_s
|
|
|
14
14
|
<p align="center">
|
|
15
15
|
Trusted by the world's leading companies
|
|
16
16
|
<a href="https://www.syncfusion.com">
|
|
17
|
-
<img src="https://
|
|
17
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
18
18
|
</a>
|
|
19
19
|
</p>
|
|
20
20
|
|
|
@@ -32,9 +32,9 @@ npm run serve
|
|
|
32
32
|
```
|
|
33
33
|
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option `Default ([Vue 2] babel, eslint)` from the menu.
|
|
34
34
|
|
|
35
|
-
### Adding Syncfusion Tree Grid package
|
|
35
|
+
### Adding Syncfusion<sup>®</sup> Tree Grid package
|
|
36
36
|
|
|
37
|
-
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue tree grid package, use the following command.
|
|
37
|
+
All Syncfusion<sup>®</sup> Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue tree grid package, use the following command.
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
40
|
npm install @syncfusion/ej2-vue-treegrid --save
|
|
@@ -129,7 +129,7 @@ export default {
|
|
|
129
129
|
@import "../node_modules/@syncfusion/ej2-vue-treegrid/styles/material.css";
|
|
130
130
|
</style>
|
|
131
131
|
```
|
|
132
|
-
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/treegrid/getting-started-vue-3/) for using Syncfusion Vue components in Vue 3 applications.
|
|
132
|
+
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/treegrid/getting-started-vue-3/) for using Syncfusion<sup>®</sup> Vue components in Vue 3 applications.
|
|
133
133
|
|
|
134
134
|
## Supported Frameworks
|
|
135
135
|
|
|
@@ -159,6 +159,14 @@ TreeGrid component is also offered in the following list of frameworks.
|
|
|
159
159
|
* [RTL support](https://ej2.syncfusion.com/vue/documentation/treegrid/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the TreeGrid component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
|
|
160
160
|
* [Localization](https://ej2.syncfusion.com/vue/documentation/treegrid/global-local/#localization): Provides inherent support to localize the UI.
|
|
161
161
|
|
|
162
|
+
## Resources
|
|
163
|
+
|
|
164
|
+
* [Documentation](https://ej2.syncfusion.com/vue/documentation/treegrid/overview)
|
|
165
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
166
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
167
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
168
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
|
|
169
|
+
|
|
162
170
|
## Support
|
|
163
171
|
|
|
164
172
|
Product support is available through the following mediums.
|
|
@@ -175,7 +183,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
175
183
|
|
|
176
184
|
## License and copyright
|
|
177
185
|
|
|
178
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
186
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
179
187
|
|
|
180
188
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
181
189
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-treegrid.umd.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.5
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-vue-treegrid",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"description": "Essential JS 2 TreeGrid Component for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"es2015": "dist/es6/ej2-vue-treegrid.es2015.js",
|
|
35
35
|
"readme": "ReadMe.md",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
38
|
-
"@syncfusion/ej2-vue-base": "~31.2.
|
|
39
|
-
"@syncfusion/ej2-treegrid": "31.2.
|
|
37
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
38
|
+
"@syncfusion/ej2-vue-base": "~31.2.5",
|
|
39
|
+
"@syncfusion/ej2-treegrid": "31.2.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {},
|
|
42
42
|
"scripts": {
|