@syncfusion/ej2-popups
Advanced tools
Comparing version 28.2.6 to 28.2.9
/*! | ||
* filename: index.d.ts | ||
* version : 28.2.6 | ||
* version : 28.2.9 | ||
* Copyright Syncfusion Inc. 2001 - 2024. 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@28.1.39", | ||
"_id": "@syncfusion/ej2-popups@28.2.6", | ||
"_inBundle": false, | ||
"_integrity": "sha512-5GkhxKclijBn92GxJy7BYReULPxGSS2aavg7LIIYX3cfUN2NVAA+NEQu5VQXniqoQPv7hYsY8qi1h7RwMAGq8g==", | ||
"_integrity": "sha512-Li30zasx76B3mJZh5WOYufxNpZT2Z9FCVGbp5rReQX3INFBBsBmKWCETveorjRv0DciqFy1w691WUyrTbClmJA==", | ||
"_location": "/@syncfusion/ej2-popups", | ||
@@ -47,4 +47,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-28.1.39.tgz", | ||
"_shasum": "626202317f2fe98283a806f62265963b78741716", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-28.2.6.tgz", | ||
"_shasum": "1b5b47b9dacff75fde01f0f905e6d39077ffdef8", | ||
"_spec": "@syncfusion/ej2-popups@*", | ||
@@ -60,4 +60,4 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~28.2.5", | ||
"@syncfusion/ej2-buttons": "~28.2.6" | ||
"@syncfusion/ej2-base": "~28.2.9", | ||
"@syncfusion/ej2-buttons": "~28.2.7" | ||
}, | ||
@@ -97,4 +97,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "28.2.6", | ||
"version": "28.2.9", | ||
"sideEffects": false | ||
} |
@@ -177,2 +177,5 @@ /** | ||
(popupRect && (elementRect.width >= popupRect.width) ? popupRect.width : 0); | ||
if (element && element.classList.contains('e-rtl') && element.classList.contains('e-multiselect')) { | ||
popupWidth = popupRect.width; | ||
} | ||
return elementRect.right + getBodyScrollLeft() - popupWidth; | ||
@@ -179,0 +182,0 @@ } |
@@ -592,3 +592,3 @@ var __extends = (this && this.__extends) || (function () { | ||
this.wireEvents(); | ||
if (!isNullOrUndefined(this.fmDialogContainer) && Browser.isIos) { | ||
if (!isNullOrUndefined(this.fmDialogContainer) && (Browser.isIos || Browser.info.name === 'safari')) { | ||
this.fmDialogContainer.style.display = 'block'; | ||
@@ -595,0 +595,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
4828808
84354