Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-layouts

Package Overview
Dependencies
11
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.4.44 to 16.4.47

8

CHANGELOG.md

@@ -7,2 +7,10 @@ # Changelog

#### Bug Fixes
- The issue with dynamically updating the pane size has been fixed.
## 16.4.44 (2018-12-24)
### Splitter
#### New Features

@@ -9,0 +17,0 @@

8

dist/ej2-react-layouts.umd.min.js
/*!
* filename: ej2-react-layouts.umd.min.js
* version : 16.4.44
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* version : 16.4.47
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -12,4 +12,4 @@ * A copy of the current license can be obtained at any time by e-mailing

* filename: ej2-react-layouts.umd.min.js
* version : 16.4.42
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* version : 16.4.44
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -16,0 +16,0 @@ * A copy of the current license can be obtained at any time by e-mailing

{
"name": "@syncfusion/ej2-react-layouts",
"version": "16.4.44",
"version": "16.4.47",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",

@@ -30,5 +30,5 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.4.42",
"@syncfusion/ej2-react-base": "~16.4.42",
"@syncfusion/ej2-layouts": "16.4.44"
"@syncfusion/ej2-base": "~16.4.47",
"@syncfusion/ej2-react-base": "~16.4.47",
"@syncfusion/ej2-layouts": "16.4.47"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -111,2 +111,2 @@ # ej2-react-layouts

© Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
import { ComplexBase } from '@syncfusion/ej2-react-base';
import { PanePropertiesModel } from '@syncfusion/ej2-layouts';
export interface PanePropertiesDirTypecast {
content?: string | Function;
content?: string | Function | any;
}

@@ -6,0 +6,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc