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

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
2
Versions
232
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 16.3.30 to 16.3.32

6

CHANGELOG.md

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

### Dialog
#### Bug Fixes
- Resolved the issue with max-height in dialog.
## 16.3.29 (2018-10-31)

@@ -7,0 +13,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.3.30
* version : 16.3.32
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-popups",
"version": "16.3.30",
"version": "16.3.32",
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups.",

@@ -11,3 +11,3 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.3.30",
"@syncfusion/ej2-base": "~16.3.32",
"@syncfusion/ej2-buttons": "~16.3.30"

@@ -17,3 +17,3 @@ },

"@types/chai": "^3.4.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine": "2.8.9",
"@types/jasmine-ajax": "^3.1.27",

@@ -20,0 +20,0 @@ "@types/requirejs": "^2.1.26"

@@ -84,3 +84,3 @@ # ej2-popups

Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/LICENSE).
Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license).

@@ -87,0 +87,0 @@ ## Changelog

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

this.element.style.display = 'none';
this.element.style.maxHeight = (!isNullOrUndefined(this.target)) ?
this.element.style.maxHeight = (!isNullOrUndefined(this.target)) && (this.targetEle.offsetHeight < window.innerHeight) ?
(this.targetEle.offsetHeight - 20) + 'px' : (window.innerHeight - 20) + 'px';

@@ -428,0 +428,0 @@ this.element.style.display = 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