Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-layouts

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-layouts - npm Package Compare versions

Comparing version 17.4.44 to 17.4.46

16

CHANGELOG.md

@@ -9,2 +9,18 @@ # Changelog

- `#F150686` - The issue "Panels overlapping when you drag from top to bottom" has been resolved.
### Splitter
#### Bug Fixes
- `#261757` - The issue, "cssClass not set into pane when you add the pane using the addPane method" has been resolved.
- `#261829` - Keyboard interaction issue with input components has been resolved.
## 17.4.44 (2021-01-21)
### Dashboard Layout
#### Bug Fixes
- Resolved the script error while destroying the dashboard layout component in IE11 browser.

@@ -11,0 +27,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.4.44
* version : 17.4.46
* 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.43",
"_id": "@syncfusion/ej2-layouts@17.4.44",
"_inBundle": false,
"_integrity": "sha512-vs+L0wNbAZaYPw+w/PC7sn3xODPeYU3AAzhhtiNu1v7yRTCaFUuza1I/s2roh6taaZclsQIK857ir6Yxm7Xy0w==",
"_integrity": "sha512-mLRLWz3QTf8rwGksNpWek/C8y5esqL6A3P+f+aIlrwVlpDqCglqWDLDQNVEerT2jsRI21XaK1tHOilZm0n8Rrw==",
"_location": "/@syncfusion/ej2-layouts",

@@ -25,7 +25,8 @@ "_phantomChildren": {},

"/@syncfusion/ej2-gantt",
"/@syncfusion/ej2-kanban",
"/@syncfusion/ej2-react-layouts",
"/@syncfusion/ej2-vue-layouts"
],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-layouts/-/ej2-layouts-17.4.43.tgz",
"_shasum": "b64d752accd8899af2defc8b3c8bf7203bf419ff",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-layouts/-/ej2-layouts-17.4.44.tgz",
"_shasum": "14fcfa9932a54970d9251142c360f2e62314d2c6",
"_spec": "@syncfusion/ej2-layouts@*",

@@ -38,3 +39,3 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.4.43"
"@syncfusion/ej2-base": "~17.4.46"
},

@@ -79,4 +80,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "17.4.44",
"version": "17.4.46",
"sideEffects": false
}

@@ -23,3 +23,4 @@ import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined, BlazorDragEventArgs } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, updateBlazorTemplate } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest, isBlazor } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser } from '@syncfusion/ej2-base';

/**
* Defines the template value that should be displayed as the panel's header.
* Defines the template value that should be displayed as the panel's header.
* @blazorType RenderFragment
*/

@@ -30,2 +31,3 @@ header?: string | HTMLElement;

* Defines the template value that should be displayed as the panel's content.
* @blazorType RenderFragment
*/

@@ -60,2 +62,3 @@ content?: string | HTMLElement;

* @default 1
* @blazorType int
*/

@@ -68,2 +71,3 @@ sizeX?: number;

* @default 1
* @blazorType int
*/

@@ -76,2 +80,3 @@ sizeY?: number;

* @default 1
* @blazorType int
*/

@@ -84,2 +89,3 @@ minSizeY?: number;

* @default 1
* @blazorType int
*/

@@ -93,3 +99,3 @@ minSizeX?: number;

* @aspType int
* @blazorType int
* @blazorType int?
*

@@ -104,3 +110,3 @@ */

* @aspType int
* @blazorType int
* @blazorType int?
*/

@@ -171,2 +177,3 @@ maxSizeX?: number;

* @default 1
* @blazorType int
*/

@@ -173,0 +180,0 @@ columns?: number;

@@ -21,2 +21,3 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base';

* Defines the template value that should be displayed as the panel's header.
* @blazorType RenderFragment
*/

@@ -26,2 +27,3 @@ header: string | HTMLElement;

* Defines the template value that should be displayed as the panel's content.
* @blazorType RenderFragment
*/

@@ -52,2 +54,3 @@ content: string | HTMLElement;

* @default 1
* @blazorType int
*/

@@ -59,2 +62,3 @@ sizeX: number;

* @default 1
* @blazorType int
*/

@@ -66,2 +70,3 @@ sizeY: number;

* @default 1
* @blazorType int
*/

@@ -73,2 +78,3 @@ minSizeY: number;

* @default 1
* @blazorType int
*/

@@ -81,3 +87,3 @@ minSizeX: number;

* @aspType int
* @blazorType int
* @blazorType int?
*

@@ -91,3 +97,3 @@ */

* @aspType int
* @blazorType int
* @blazorType int?
*/

@@ -217,2 +223,3 @@ maxSizeX: number;

private isBlazor;
private isInlineRendering;
/**

@@ -258,2 +265,3 @@ * If allowDragging is set to true, then the DashboardLayout allows you to drag and reorder the panels.

* @default 1
* @blazorType int
*/

@@ -460,2 +468,3 @@ columns: number;

* @returns void
* @deprecated
*/

@@ -467,2 +476,3 @@ addPanel(panel: PanelModel): void;

* @returns void
* @deprecated
*/

@@ -469,0 +479,0 @@ updatePanel(panel: PanelModel): void;

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc