Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
3
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-popups - npm Package Compare versions

Comparing version 24.1.44 to 24.1.46

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

- `#I533557` - The console error while assigning a function type value to the `Content` property in the Tooltip component has been resolved.
## 24.1.44 (2024-01-03)
### Tooltip
#### Bug Fixes
- `#I531367` - The issue with the Tooltip's incorrect positioning when template content is rendered has been resolved.

@@ -11,0 +19,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 24.1.44
* version : 24.1.46
* 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.41",
"_id": "@syncfusion/ej2-popups@24.1.44",
"_inBundle": false,
"_integrity": "sha512-UA+l4f6/nIOJXIBCA0EXgE/w/cNWdqe9lZYMn/z1Do+v+JP3fgT4EJ1wFkLPBMzv/MUXxe6oXRxqfEVP7WKDlw==",
"_integrity": "sha512-yigit1fGlic9dV/vhiL5DZog8OiJwVF4r/PzTQdgwcNDxmJgWT59nOAc/BrMezbK5g2PjUTzORgOJb0RNrokFw==",
"_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.41.tgz",
"_shasum": "97c0ab8d92d50ddda17908d525f7baf3efd01e83",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-24.1.44.tgz",
"_shasum": "85903df587e71a9563e0f6fcd58bb00532e64f45",
"_spec": "@syncfusion/ej2-popups@*",

@@ -60,4 +60,4 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~24.1.42",
"@syncfusion/ej2-buttons": "~24.1.41"
"@syncfusion/ej2-base": "~24.1.46",
"@syncfusion/ej2-buttons": "~24.1.46"
},

@@ -97,4 +97,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "24.1.44",
"version": "24.1.46",
"sideEffects": false
}

@@ -197,3 +197,3 @@ var __extends = (this && this.__extends) || (function () {

Tooltip.prototype.closePopupHandler = function () {
if (this.isReact && !(this.opensOn === 'Click' && typeof (this.content) === 'function')) {
if (this.isReact && !(this.opensOn === 'Click' || typeof (this.content) === 'function')) {
this.clearTemplate(['content']);

@@ -200,0 +200,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc