@syncfusion/ej2-layouts
Advanced tools
Comparing version 18.2.44 to 18.2.46
@@ -9,2 +9,10 @@ # Changelog | ||
- `#278405` - Issue with Dashboard element dimensions not updated properly based on the parent element dimensions has been resolved. | ||
## 18.2.44 (2020-07-07) | ||
### Dashboard Layout | ||
#### Bug Fixes | ||
- `#276817` - Panel content will now get persisted on page reload with persistence enabled. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.2.44 | ||
* version : 18.2.46 | ||
* Copyright Syncfusion Inc. 2001 - 2020. 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.39", | ||
"_id": "@syncfusion/ej2-layouts@18.2.44", | ||
"_inBundle": false, | ||
"_integrity": "sha512-acFF0jtMQTDwMhYZwfiBecCmrYWc0OaVohmYmlIOdEzG4r8/y6EIKYykeBTI1iIGTkOlVF72RAZKtQWWRuBYQQ==", | ||
"_integrity": "sha512-/ykjPtcOHYngQbTd7rTdbYwkf0nomZrm27+H6SNtAKJPqdy0u5vSBsMbrRjlODywWgYTXj7Fx0UXKc1HosLimw==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -29,4 +29,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.4.39.tgz", | ||
"_shasum": "bd7db1b60e81f7da0d1f182e33f63871094d870f", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-layouts/-/ej2-layouts-18.2.44.tgz", | ||
"_shasum": "5765fe163ae17a904361ade803e490730cb8dd22", | ||
"_spec": "@syncfusion/ej2-layouts@*", | ||
@@ -79,4 +79,4 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "18.2.44", | ||
"version": "18.2.46", | ||
"sideEffects": false | ||
} |
@@ -203,3 +203,3 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base'; | ||
protected spacedRowValue: number; | ||
protected cellSize: number[] | string[]; | ||
protected cellSize: number[]; | ||
protected table: HTMLElement; | ||
@@ -206,0 +206,0 @@ protected cloneObject: { |
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
3577702
41811