@syncfusion/ej2-popups
Advanced tools
Comparing version 20.1.57 to 20.1.58
@@ -5,2 +5,8 @@ # Changelog | ||
### Popup | ||
#### Bug Fixes | ||
- `#I376806` - Now, the drop down list popup will close properly even after interaction with more than one drop down component. | ||
## 19.4.38 (2021-12-17) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.1.57 | ||
* version : 20.1.58 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-popups@*", | ||
"_id": "@syncfusion/ej2-popups@20.1.55", | ||
"_id": "@syncfusion/ej2-popups@20.1.57", | ||
"_inBundle": false, | ||
"_integrity": "sha512-V2ANoQ8x0J2w6uAqVXyx8PqvaMDtuEYQLDvRDuYPhPcWOukx39r+Wtkk+hPtax42bGT3v5A/tVKx2NYgyB7Qzg==", | ||
"_integrity": "sha512-1oLRXx4PbEV5ddHAYNtmCCJpRZeIJ3XpDLo5S9z1SsDM4dXf0U4XUmEkXgzQe84VhLO3NhD/HDCuy507rZZZEw==", | ||
"_location": "/@syncfusion/ej2-popups", | ||
@@ -44,4 +44,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.1.55.tgz", | ||
"_shasum": "47bca08d579f8c8ca51b1976fbc0915166cc4aca", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.1.57.tgz", | ||
"_shasum": "b5bf6ecb28ca3ee254b90a2c261a2ce3118f7c66", | ||
"_spec": "@syncfusion/ej2-popups@*", | ||
@@ -57,3 +57,3 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.1.56", | ||
"@syncfusion/ej2-base": "~20.1.57", | ||
"@syncfusion/ej2-buttons": "~20.1.55" | ||
@@ -94,4 +94,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "20.1.57", | ||
"version": "20.1.58", | ||
"sideEffects": false | ||
} |
@@ -154,3 +154,5 @@ var __extends = (this && this.__extends) || (function () { | ||
this.element.classList.remove(CLASSNAMES.ROOT, CLASSNAMES.RTL, CLASSNAMES.OPEN, CLASSNAMES.CLOSE); | ||
this.unwireEvents(); | ||
if (this.element.classList.contains('e-popup-open')) { | ||
this.unwireEvents(); | ||
} | ||
_super.prototype.destroy.call(this); | ||
@@ -157,0 +159,0 @@ }; |
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
Sorry, the diff of this file is too big to display
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
3347132
47949