@syncfusion/ej2-vue-navigations 31.2.3 → 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 +10 -2
- package/dist/ej2-vue-navigations.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -252,7 +252,7 @@ The [Vue Stepper](https://www.syncfusion.com/vue-components/vue-stepper?utm_sour
|
|
|
252
252
|
<p align="center">
|
|
253
253
|
Trusted by the world's leading companies
|
|
254
254
|
<a href="https://www.syncfusion.com/">
|
|
255
|
-
<img src="https://
|
|
255
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
|
|
256
256
|
</a>
|
|
257
257
|
</p>
|
|
258
258
|
|
|
@@ -275,6 +275,14 @@ Navigation components are also offered in following list of frameworks.
|
|
|
275
275
|
|
|
276
276
|
* [Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement/#/dashboard?utm_source=npm&utm_campaign=navigation)
|
|
277
277
|
|
|
278
|
+
## Resources
|
|
279
|
+
|
|
280
|
+
* [Documentation](https://ej2.syncfusion.com/vue/documentation/introduction)
|
|
281
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
282
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
283
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
284
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
|
|
285
|
+
|
|
278
286
|
## Support
|
|
279
287
|
|
|
280
288
|
Product support is available for through following mediums.
|
|
@@ -291,7 +299,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
291
299
|
|
|
292
300
|
## License and copyright
|
|
293
301
|
|
|
294
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
302
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [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).
|
|
295
303
|
|
|
296
304
|
> 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.
|
|
297
305
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-navigations.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-navigations",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"es2015": "dist/es6/ej2-vue-navigations.es2015.js",
|
|
32
32
|
"readme": "ReadMe.md",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
35
|
-
"@syncfusion/ej2-vue-base": "~31.2.
|
|
36
|
-
"@syncfusion/ej2-navigations": "31.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
35
|
+
"@syncfusion/ej2-vue-base": "~31.2.5",
|
|
36
|
+
"@syncfusion/ej2-navigations": "31.2.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {},
|
|
39
39
|
"scripts": {
|