Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
3
Versions
226
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 19.4.50 to 19.4.52

8

CHANGELOG.md

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

### Tooltip
#### Bug Fixes
- `#I362431` - The issue with "Collision doesn't work property while specify the container property in Tooltip component" has been resolved.
## 19.4.50 (2022-02-08)
### Dialog

@@ -7,0 +15,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 19.4.50
* version : 19.4.52
* 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@19.4.48",
"_id": "@syncfusion/ej2-popups@19.4.50",
"_inBundle": false,
"_integrity": "sha512-Mnoumr2mGoKVVNGGulwINf69rtfAAL9UFFdKPQbtoBwsrYX6EF7MC5f0OcI13ZzA+8J5NUFKPbHEm8rVSUHRvQ==",
"_integrity": "sha512-v8pn1jMWc3K9HXsVbDNIUR0A5wGnjGgs4FphXG2iMBQYLkqurrjxNLsmo7a2HgZtgB9Q5ElbD3sp+Vp+TkoYBg==",
"_location": "/@syncfusion/ej2-popups",

@@ -44,4 +44,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-19.4.48.tgz",
"_shasum": "463f311612a06218283d620bcf52b66324498e46",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-19.4.50.tgz",
"_shasum": "4c4c251204731e58df3b578adb547bec6747fd59",
"_spec": "@syncfusion/ej2-popups@*",

@@ -57,4 +57,4 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~19.4.48",
"@syncfusion/ej2-buttons": "~19.4.50"
"@syncfusion/ej2-base": "~19.4.52",
"@syncfusion/ej2-buttons": "~19.4.52"
},

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

"typings": "index.d.ts",
"version": "19.4.50",
"version": "19.4.52",
"sideEffects": false
}

@@ -91,2 +91,2 @@ # ej2-popups

© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

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

var eleOffset = { left: elePos.left, top: elePos.top };
var left = fit(this.tooltipEle, this.checkCollideTarget(), { X: true, Y: false }, eleOffset).left;
var left = this.isBodyContainer ?
fit(this.tooltipEle, this.checkCollideTarget(), { X: true, Y: false }, eleOffset).left : eleOffset.left;
this.tooltipEle.style.display = 'block';

@@ -665,0 +666,0 @@ if (this.showTipPointer && (newpos.indexOf('Bottom') === 0 || newpos.indexOf('Top') === 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

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