@syncfusion/ej2-vue-inputs 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 +10 -2
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -237,7 +237,7 @@ Explore the demo [here](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm
|
|
|
237
237
|
<p align="center">
|
|
238
238
|
Trusted by the world's leading companies
|
|
239
239
|
<a href="https://www.syncfusion.com/">
|
|
240
|
-
<img src="https://
|
|
240
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
|
|
241
241
|
</a>
|
|
242
242
|
</p>
|
|
243
243
|
|
|
@@ -260,6 +260,14 @@ Inputs components are also offered in following list of frameworks.
|
|
|
260
260
|
|
|
261
261
|
* Cloud Pricing - [Live Demo](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/fluent2/range-slider/azure-pricing.html)
|
|
262
262
|
|
|
263
|
+
## Resources
|
|
264
|
+
|
|
265
|
+
* [Speech To Text Documentation](https://ej2.syncfusion.com/vue/documentation/speech-to-text/getting-started)
|
|
266
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
267
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
268
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
269
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
|
|
270
|
+
|
|
263
271
|
## Support
|
|
264
272
|
|
|
265
273
|
Product support is available through following mediums.
|
|
@@ -276,7 +284,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
276
284
|
|
|
277
285
|
## License and copyright
|
|
278
286
|
|
|
279
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
287
|
+
> 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).
|
|
280
288
|
|
|
281
289
|
> 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.
|
|
282
290
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inputs.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-inputs",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"es2015": "dist/es6/ej2-vue-inputs.es2015.js",
|
|
38
38
|
"readme": "ReadMe.md",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
41
|
-
"@syncfusion/ej2-vue-base": "~31.2.
|
|
42
|
-
"@syncfusion/ej2-inputs": "31.2.
|
|
40
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
41
|
+
"@syncfusion/ej2-vue-base": "~31.2.5",
|
|
42
|
+
"@syncfusion/ej2-inputs": "31.2.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {},
|
|
45
45
|
"scripts": {
|