@syncfusion/ej2-layouts
Advanced tools
Comparing version 17.3.26 to 17.3.27
@@ -5,4 +5,2 @@ # Changelog | ||
## 17.3.21 (2019-10-30) | ||
### Splitter | ||
@@ -12,2 +10,4 @@ | ||
- `#253345` - The Console error thrown when navigating from splitter component to another page has been resolved. | ||
- `#252410` - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter. | ||
@@ -17,4 +17,10 @@ | ||
- `#252410` - Resolved the interaction issue with expand and collapse pane. | ||
- `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved. | ||
#### New Features | ||
- `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property. | ||
## 17.2.48-beta (2019-08-28) | ||
@@ -21,0 +27,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.3.26 | ||
* version : 17.3.27 | ||
* 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.3.21", | ||
"_id": "@syncfusion/ej2-layouts@17.3.26", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Plp3JMSmsty8vSdtr4PAXdOcCDFU/HZnin/f49XjeznFQf3PSXnaoTW58nnYR/9/+ihFHt32Sk4BJ+JBSibBBA==", | ||
"_integrity": "sha512-FFcV5UzRO0vhPs9mhrhZ2AHMQQoeGl96pX2X0mjpbPFyzp2ibCRAVFrJGuXpQtvoqDA7Id7REKsh+ropvxcDMA==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-layouts/-/ej2-layouts-17.3.21.tgz", | ||
"_shasum": "ca714e8332e2fa6e28eda5b984e8e60c0c9950a7", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-layouts/-/ej2-layouts-17.3.26.tgz", | ||
"_shasum": "0e8f6b936fde61bfbeebb714ab5c46dec9d15668", | ||
"_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.3.26" | ||
"@syncfusion/ej2-base": "~17.3.27" | ||
}, | ||
@@ -79,4 +79,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.3.26", | ||
"version": "17.3.27", | ||
"sideEffects": false | ||
} |
@@ -108,2 +108,3 @@ import { Component, ChildProperty } from '@syncfusion/ej2-base'; | ||
private iconsDelay; | ||
private templateElement; | ||
/** | ||
@@ -340,2 +341,3 @@ * Specifies the height of the Splitter component that accepts both string and number values. | ||
destroy(): void; | ||
private restoreElem; | ||
private addPaneClass; | ||
@@ -342,0 +344,0 @@ private removePaneOrders; |
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
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
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
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
3245746
39664