@syncfusion/ej2-popups
Advanced tools
Comparing version 24.2.3 to 24.2.5
@@ -9,2 +9,10 @@ # Changelog | ||
- `#I549075` - The issue with positioning when using the container property in the Tooltip component has been resolved. | ||
## 24.2.3 (2024-01-31) | ||
### Tooltip | ||
#### Bug Fixes | ||
- `#I533557` - The console error that occurs when the parent component containing the Tooltip component is removed from the DOM has been resolved. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 24.2.3 | ||
* version : 24.2.5 | ||
* Copyright Syncfusion Inc. 2001 - 2023. 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@24.1.46", | ||
"_id": "@syncfusion/ej2-popups@24.2.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-r99S5B5SrYZLxusvEzURv2dD2CPDeG0UwUnlUyCMF8p767HWdIJ4VmgoeIjvnFYvcQOQyQL1l50vkrtg4/w8sg==", | ||
"_integrity": "sha512-q7m4QGECBEFmJk4muYdy521zcfWaDK4YQivkg+fwznbYXMbUbHqe5Dy6vn3YtHfUhAvqS4X5FIlZExu5Y2m2yA==", | ||
"_location": "/@syncfusion/ej2-popups", | ||
@@ -47,4 +47,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-24.1.46.tgz", | ||
"_shasum": "7adcbb4fd1ca26ed31b7c737b05524515166444c", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-24.2.3.tgz", | ||
"_shasum": "c09d47f90f3b7623a8c89a184e621eed2c30f287", | ||
"_spec": "@syncfusion/ej2-popups@*", | ||
@@ -60,4 +60,4 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.2.3", | ||
"@syncfusion/ej2-buttons": "~24.2.3" | ||
"@syncfusion/ej2-base": "~24.2.5", | ||
"@syncfusion/ej2-buttons": "~24.2.5" | ||
}, | ||
@@ -97,4 +97,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "24.2.3", | ||
"version": "24.2.5", | ||
"sideEffects": false | ||
} |
@@ -174,2 +174,5 @@ var __extends = (this && this.__extends) || (function () { | ||
var elePos = this.collisionFlipFit(target, collisionLeft, collisionTop); | ||
if (!this.isBodyContainer) { | ||
elePos.top -= this.containerElement.getBoundingClientRect().top; | ||
} | ||
elePos.left = elePos.left / scalingFactors.x; | ||
@@ -729,4 +732,3 @@ elePos.top = elePos.top / scalingFactors.y; | ||
var eleOffset = { left: elePos.left, top: elePos.top }; | ||
var position = this.isBodyContainer ? | ||
fit(this.tooltipEle, this.checkCollideTarget(), { X: true, Y: this.windowCollision }, eleOffset) : eleOffset; | ||
var position = fit(this.tooltipEle, this.checkCollideTarget(), { X: true, Y: this.windowCollision }, eleOffset); | ||
this.tooltipEle.style.display = 'block'; | ||
@@ -733,0 +735,0 @@ var arrowEle = select('.' + ARROW_TIP, this.tooltipEle); |
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
3817114
54417