@syncfusion/ej2-vue-popups
Advanced tools
Comparing version 17.1.38 to 17.1.40
@@ -5,2 +5,4 @@ # Changelog | ||
## 17.1.38 (2019-03-29) | ||
### Dialog | ||
@@ -12,2 +14,3 @@ | ||
- Enable/ Disable the dialog button issue in dynamic way has been fixed. | ||
- Return type of Dialog Utility method has been changed from `DialogModal` to `Dialog` This changes doesn't lead to breaking changes in application level since these two classes are implicitly convertible. | ||
@@ -14,0 +17,0 @@ ## 16.4.47 (2019-01-16) |
/*! | ||
* filename: ej2-vue-popups.umd.min.js | ||
* version : 17.1.38 | ||
* version : 17.1.40 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-vue-popups", | ||
"version": "17.1.38", | ||
"version": "17.1.40", | ||
"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", | ||
@@ -56,3 +56,3 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-vue-base": "~17.1.38", | ||
"@syncfusion/ej2-popups": "17.1.38" | ||
"@syncfusion/ej2-popups": "17.1.40" | ||
}, | ||
@@ -59,0 +59,0 @@ "devDependencies": {}, |
@@ -26,3 +26,3 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base'; | ||
render(createElement: any): any; | ||
getButtons(index?: number): undefined; | ||
getButtons(index?: number): Object[] | Object; | ||
hide(event?: Object): void; | ||
@@ -29,0 +29,0 @@ refreshPosition(): void; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
416091
+ Added@syncfusion/ej2-popups@17.1.40(transitive)
- Removed@syncfusion/ej2-popups@17.1.38(transitive)