@syncfusion/ej2-popups
Advanced tools
Comparing version 16.3.30 to 16.3.32
@@ -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 @@ |
/*! | ||
* 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
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
1919705