@syncfusion/ej2-layouts
Advanced tools
Comparing version 17.2.40 to 17.2.41
@@ -5,2 +5,24 @@ # Changelog | ||
### Dashboard Layout | ||
#### Bug Fixes | ||
- Issue with "panel resizing after window resize" has been resolved. | ||
### Splitter | ||
#### Bug Fixes | ||
- #243003 - Resolved the issue with enabling expand and collapse arrow based on collapsible property. | ||
- #243007 - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved. | ||
## 17.2.40 (2019-08-06) | ||
### Dashboard Layout | ||
#### Bug Fixes | ||
- #243056 - Issue with "dashboard panels moving out of the layout on resizing" has been fixed. | ||
## 17.2.39 (2019-07-30) | ||
@@ -7,0 +29,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.2.40 | ||
* version : 17.2.41 | ||
* 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.2.39", | ||
"_id": "@syncfusion/ej2-layouts@17.2.40", | ||
"_inBundle": false, | ||
"_integrity": "sha512-83k8YzTFaAOi9guq3RlqVT+WBmJEswqXDy7ET34vMxkhW2ZGfvUFmP6nm4+/dTLHTroSUd6h/xcQzrYt5ouRiA==", | ||
"_integrity": "sha512-YhMAsQxmsoZg0vqwr8YcPCQPSE7iP6HO+MTTSdeFWFrKGgEj1+QPs5lWmIkpToJRSvzPZxHeFl7MXRaXd6CIpg==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -28,4 +28,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.2.39.tgz", | ||
"_shasum": "722d7ea53e1c16019cc45c19d41908229c40e045", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.2.40.tgz", | ||
"_shasum": "4a61123e126affbc4ab37b0b17a65ebb839c3cec", | ||
"_spec": "@syncfusion/ej2-layouts@*", | ||
@@ -77,4 +77,4 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included", | ||
}, | ||
"version": "17.2.40", | ||
"version": "17.2.41", | ||
"sideEffects": false | ||
} |
@@ -168,2 +168,3 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base'; | ||
protected elementHeight: number; | ||
protected previousRow: number; | ||
protected originalWidth: number; | ||
@@ -170,0 +171,0 @@ protected originalHeight: number; |
@@ -1,2 +0,2 @@ | ||
import { Component, Property, setStyleAttribute, ChildProperty, compile } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, addClass, Collection, isNullOrUndefined, updateBlazorTemplate } from '@syncfusion/ej2-base';import { Event, EmitType, EventHandler, selectAll, removeClass, select, Browser, detach, formatUnit } from '@syncfusion/ej2-base'; | ||
import { Component, Property, setStyleAttribute, ChildProperty, compile, isBlazor } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, addClass, Collection, isNullOrUndefined, updateBlazorTemplate } from '@syncfusion/ej2-base';import { Event, EmitType, EventHandler, selectAll, removeClass, select, Browser, detach, formatUnit } from '@syncfusion/ej2-base'; | ||
import {Orientation,ResizeEventArgs,ResizingEventArgs,BeforeExpandEventArgs,ExpandedEventArgs} from "./splitter"; | ||
@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base'; |
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 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
3142121
38834