@syncfusion/ej2-layouts
Advanced tools
Comparing version 17.4.41 to 17.4.43
@@ -5,2 +5,12 @@ # Changelog | ||
### Splitter | ||
#### Bug Fixes | ||
- `#255853` - Resolved the issue "Splitter resizing does not work as expected if it has an iframe element". | ||
- `#259892` - Resolved the issue "Splitter pane is not properly resized when it has percentage pane size". | ||
## 17.4.41 (2020-01-07) | ||
### Dashboard Layout | ||
@@ -7,0 +17,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.4.41 | ||
* version : 17.4.43 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-layouts@*", | ||
"_id": "@syncfusion/ej2-layouts@17.4.40", | ||
"_id": "@syncfusion/ej2-layouts@17.4.41", | ||
"_inBundle": false, | ||
"_integrity": "sha512-QR77ZxlBkmOb3K6E3OZJhjM2YvV+OblMnC71X5Qoy+p7ZNLLswidQULmFsGNZlX/i4SpuE1y30S+7U/JEphn9Q==", | ||
"_integrity": "sha512-s2u/1ktGtCIqHmDfzk6pcYb5wn72Sh/1eYvi9fk+EQmgvhLjDNB42ZBHTb+zoOUl3Wfb1LXAOiYmNJdNTbDYYw==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-layouts/-/ej2-layouts-17.4.40.tgz", | ||
"_shasum": "7bd998c560e32944311d54ac20227e6d4dd3ee57", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-layouts/-/ej2-layouts-17.4.41.tgz", | ||
"_shasum": "4882c86d6da4fbcec49c4c8c0310907254694233", | ||
"_spec": "@syncfusion/ej2-layouts@*", | ||
@@ -38,3 +38,3 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.4.41" | ||
"@syncfusion/ej2-base": "~17.4.43" | ||
}, | ||
@@ -79,4 +79,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.4.41", | ||
"version": "17.4.43", | ||
"sideEffects": false | ||
} |
@@ -143,2 +143,4 @@ import { Component, ChildProperty } from '@syncfusion/ej2-base'; | ||
private templateElement; | ||
private collapseFlag; | ||
private expandFlag; | ||
/** | ||
@@ -327,2 +329,5 @@ * Specifies the height of the Splitter component that accepts both string and number values. | ||
private expandAction; | ||
private expandPane; | ||
private checkStaticPanes; | ||
private updateFlexGrow; | ||
private hideTargetBarIcon; | ||
@@ -332,2 +337,3 @@ private showTargetBarIcon; | ||
private collapseAction; | ||
private collapsePane; | ||
private beforeAction; | ||
@@ -364,3 +370,2 @@ private splitterProperty; | ||
private onMouseMove; | ||
private validatelastBar; | ||
private validateMinRange; | ||
@@ -367,0 +372,0 @@ private validateMaxRange; |
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
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
3410436
40642