@syncfusion/ej2-popups
Advanced tools
Comparing version 20.4.43 to 20.4.44
@@ -9,2 +9,10 @@ # Changelog | ||
- `#I427261` - The Dialog component now closes properly when the escape key is pressed while the Rich Text Editor toolbar is extended and the Image Dialog is open. | ||
## 20.4.43 (2023-01-10) | ||
### Dialog | ||
#### Bug Fixes | ||
- `#I422249` - Now, Removed the "aria-describedby" attribute from Dialog element. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.4.43 | ||
* version : 20.4.44 | ||
* 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.4.42", | ||
"_id": "@syncfusion/ej2-popups@20.4.43", | ||
"_inBundle": false, | ||
"_integrity": "sha512-ZRweNcNSc8NuihGIxcnlrssvXJK3RinTg8vsVPzEMDUpWFQNJ3ckZ0G3R7Ub7ZGtp0Hm8UB8WJSYBt7S1FuCwg==", | ||
"_integrity": "sha512-S3Fd5i29GMRNoCizQlAwIRD+y9Fe/ST7mdP6myr5ffmSGs1Dm/gyHXL1Pc3eV6lq61wQfeXancBCArsjxW+rog==", | ||
"_location": "/@syncfusion/ej2-popups", | ||
@@ -45,4 +45,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.4.42.tgz", | ||
"_shasum": "740803629463e9441074d3207a68394019d0b832", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.4.43.tgz", | ||
"_shasum": "116ab1121c0625a554dea4a044b8ebeea6d43eb2", | ||
"_spec": "@syncfusion/ej2-popups@*", | ||
@@ -58,4 +58,4 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.4.42", | ||
"@syncfusion/ej2-buttons": "~20.4.42" | ||
"@syncfusion/ej2-base": "~20.4.44", | ||
"@syncfusion/ej2-buttons": "~20.4.44" | ||
}, | ||
@@ -95,4 +95,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.4.43", | ||
"version": "20.4.44", | ||
"sideEffects": false | ||
} |
@@ -560,5 +560,8 @@ var __extends = (this && this.__extends) || (function () { | ||
var _this = this; | ||
this.fmDialogContainer = this.element.getElementsByClassName('e-file-select-wrap')[0]; | ||
var relateToElement = this.getRelateToElement(); | ||
if (relateToElement.classList.contains('e-filemanager')) { | ||
this.fmDialogContainer = this.element.getElementsByClassName('e-file-select-wrap')[0]; | ||
} | ||
this.wireEvents(); | ||
if (this.fmDialogContainer && Browser.isIos) { | ||
if (!isNullOrUndefined(this.fmDialogContainer) && Browser.isIos) { | ||
this.fmDialogContainer.style.display = 'block'; | ||
@@ -565,0 +568,0 @@ } |
Sorry, the diff of this file is too big to display
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
3548066
49056