Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
3
Versions
233
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 20.2.36 to 20.2.38

8

CHANGELOG.md

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

### Dialog
#### Bug Fixes
- `#FB35757` - Now, the issue with Content Security Policy is resolved when pasting the contents into the Rich Text Editor.
- `#F175969` - Now, the dragging working properly when dynamically set the dialog header.
## 20.1.58 (2022-05-31)

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 20.2.36
* version : 20.2.38
* 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.19.2",
"_id": "@syncfusion/ej2-popups@20.2.36",
"_inBundle": false,
"_integrity": "sha512-/1mORi1Kr7I4ZxxymjUUOfjSjsC0zR+EQSDfk1PybXLiRXU6ztEQHhp3H8yTx/NtUmDswgmAsMjzEhqERVwYbA==",
"_integrity": "sha512-KQXFFD6284WWEMZPKFRS/q/mex7+CnA/JYNfS/pNn8nm10e7vyFAKUZFqm8sWBVv1T3rW3DDF//ykHgkujskUQ==",
"_location": "/@syncfusion/ej2-popups",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-popups/-/ej2-popups-19.19.2.tgz",
"_shasum": "458a38924337fb185747b2b79e31e2c27959ff8f",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.2.36.tgz",
"_shasum": "70d8fef02068bf55ec1ec241afb318b180a3bb0a",
"_spec": "@syncfusion/ej2-popups@*",

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

"dependencies": {
"@syncfusion/ej2-base": "~20.2.36",
"@syncfusion/ej2-buttons": "~20.2.36"
"@syncfusion/ej2-base": "~20.2.38",
"@syncfusion/ej2-buttons": "~20.2.38"
},

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

"typings": "index.d.ts",
"version": "20.2.36",
"version": "20.2.38",
"sideEffects": false
}

@@ -348,2 +348,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

private dialogOpen;
private isVue;
private initialRender;

@@ -350,0 +351,0 @@ private innerContentElement;

@@ -284,2 +284,5 @@ var __extends = (this && this.__extends) || (function () {

}
else if ((tipPosExclude) && (this.tipPointerPosition === 'End' || this.tipPointerPosition === 'Start')) {
leftValue = (this.tipPointerPosition === 'End') ? ((target.offsetWidth + ((this.tooltipEle.offsetWidth - target.offsetWidth) / 2)) - (tipWidth / 2)) - POINTER_ADJUST + 'px' : ((this.tooltipEle.offsetWidth - target.offsetWidth) / 2) - (tipWidth / 2) + POINTER_ADJUST + 'px';
}
else {

@@ -286,0 +289,0 @@ leftValue = ((tooltipWidth / 2) - (tipWidth / 2)) + 'px';

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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