@syncfusion/ej2-vue-dropdowns 31.2.2 → 31.2.4
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 +8 -1
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -183,6 +183,13 @@ DropDowns components are also offered in following list of frameworks.
|
|
|
183
183
|
|
|
184
184
|
* Asset Management - [Live Demo](https://ej2.syncfusion.com/showcase/vue/assetmanagement/?utm_source=npm&utm_campaign=dropdown#/)
|
|
185
185
|
|
|
186
|
+
## Resources
|
|
187
|
+
|
|
188
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
189
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
190
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
191
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
|
|
192
|
+
|
|
186
193
|
## Support
|
|
187
194
|
|
|
188
195
|
Product support is available for through following mediums.
|
|
@@ -199,7 +206,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
199
206
|
|
|
200
207
|
## License and copyright
|
|
201
208
|
|
|
202
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
209
|
+
> 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).
|
|
203
210
|
|
|
204
211
|
> 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.
|
|
205
212
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 31.2.
|
|
3
|
+
* version : 31.2.4
|
|
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-dropdowns",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.4",
|
|
4
4
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"es2015": "dist/es6/ej2-vue-dropdowns.es2015.js",
|
|
24
24
|
"readme": "ReadMe.md",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
26
|
+
"@syncfusion/ej2-base": "~31.2.4",
|
|
27
27
|
"@syncfusion/ej2-vue-base": "~31.2.2",
|
|
28
|
-
"@syncfusion/ej2-dropdowns": "31.2.
|
|
28
|
+
"@syncfusion/ej2-dropdowns": "31.2.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {},
|
|
31
31
|
"scripts": {
|