@syncfusion/ej2-popups
Advanced tools
Comparing version 16.4.47 to 17.1.1-beta
@@ -5,2 +5,4 @@ # Changelog | ||
## 16.4.47 (2019-01-16) | ||
### Dialog | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.4.47 | ||
* version : 17.1.1-beta | ||
* 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-popups", | ||
"version": "16.4.47", | ||
"version": "17.1.1-beta", | ||
"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.", | ||
@@ -11,4 +11,4 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.4.47", | ||
"@syncfusion/ej2-buttons": "~16.4.47" | ||
"@syncfusion/ej2-base": "~17.1.1-beta", | ||
"@syncfusion/ej2-buttons": "~17.1.1-beta" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
@@ -94,6 +94,10 @@ import { Component, EmitType } from '@syncfusion/ej2-base'; | ||
/** | ||
* Determines whether the event is triggered by interaction. | ||
* DEPRECATED-Determines whether the event is triggered by interaction. | ||
*/ | ||
isInteraction: boolean; | ||
/** | ||
* Determines whether the event is triggered by interaction. | ||
*/ | ||
isInteracted: boolean; | ||
/** | ||
* Returns the root container element of the dialog. | ||
@@ -100,0 +104,0 @@ */ |
@@ -1029,2 +1029,3 @@ var __extends = (this && this.__extends) || (function () { | ||
isInteraction: event ? true : false, | ||
isInteracted: event ? true : false, | ||
element: this.element, | ||
@@ -1031,0 +1032,0 @@ target: this.target, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
2315921
188
26599
3
+ Added@syncfusion/ej2-base@17.1.49(transitive)
+ Added@syncfusion/ej2-buttons@17.1.50(transitive)
+ Added@syncfusion/ej2-icons@17.1.47(transitive)
- Removed@syncfusion/ej2-base@16.4.52(transitive)
- Removed@syncfusion/ej2-buttons@16.4.55(transitive)