@syncfusion/ej2-vue-popups 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 +14 -4
- package/dist/ej2-vue-popups.umd.min.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ The popup components such as dialog and tooltip are used to display information
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
> 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, 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/?utm_source=npm&utm_campaign=popup).
|
|
7
|
+
> 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/?utm_source=npm&utm_campaign=popup).
|
|
8
8
|
|
|
9
9
|
> A [free community license](https://www.syncfusion.com/products/communitylicense/?utm_source=npm&utm_campaign=popup) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
10
10
|
|
|
@@ -67,13 +67,23 @@ These components are available in following list of:
|
|
|
67
67
|
* [Mouse trail](https://ej2.syncfusion.com/products/typescript/tooltip/customization/?utm_source=npm&utm_campaign=tooltip) - Moves along with mouse pointer using the mouse trailing option.
|
|
68
68
|
* [Sticky mode](https://ej2.syncfusion.com/products/typescript/tooltip/show-hide/?utm_source=npm&utm_campaign=tooltip) - Opens in sticky mode, and allows you to close/hide the Tooltip manually.
|
|
69
69
|
|
|
70
|
+
## Resources
|
|
71
|
+
|
|
72
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
73
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/vue?utm_medium=listing&utm_source=github)
|
|
74
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/vue)
|
|
75
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=vue&type=all)
|
|
76
|
+
|
|
70
77
|
## Support
|
|
71
78
|
|
|
72
79
|
Product support is available for through following mediums:
|
|
73
80
|
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
81
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
82
|
+
* [Community forum](https://www.syncfusion.com/forums/vue).
|
|
83
|
+
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
|
|
84
|
+
* Ask your query in Stack Overflow with tag `syncfusion` and `ej2`.
|
|
85
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/vue)
|
|
86
|
+
* Live chat
|
|
77
87
|
|
|
78
88
|
## License
|
|
79
89
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-popups.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-popups",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.5",
|
|
4
4
|
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. 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-popups.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-popups": "31.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~31.2.5",
|
|
35
|
+
"@syncfusion/ej2-vue-base": "~31.2.5",
|
|
36
|
+
"@syncfusion/ej2-popups": "31.2.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {},
|
|
39
39
|
"scripts": {
|