Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-layouts

Package Overview
Dependencies
Maintainers
3
Versions
153
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 21.1.35 to 21.1.36

styles/avatar/_material3-dark-definition.scss

1

.eslintrc.json

@@ -40,2 +40,3 @@ {

"security/detect-new-buffer":"error",
"security/detect-bidi-characters":"error",
"@typescript-eslint/no-inferrable-types": "off",

@@ -42,0 +43,0 @@ "@typescript-eslint/ban-types": ["warn", {

@@ -5,2 +5,30 @@ # Changelog

### Dashboard Layout
#### Bug Fixes
- `#I474181` - The issue with Dashboard Layout component while setting panels in row 1 and none at row 0 has been resolved.
## 21.2.9 (2023-06-06)
### Dashboard Layout
#### Bug Fixes
- `#F182339` - Resolved the panel overlapping issue, when resize it after continuously performing drag and drop actions in Dashboard Layout component.
### Splitter
#### Bug Fixes
- `#I463883` - The issue of "updating the pane setting dynamically with the same value despite manually resizing the pane" has been resolved.
## 21.2.6 (2023-05-23)
### Splitter
#### Bug Fixes
- `#I451526` - The issue with the "Pane resizing would not works properly" has been resolved.
## 20.4.48 (2023-02-01)

@@ -7,0 +35,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 21.1.35
* version : 21.1.36
* 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@20.7.0",
"_id": "@syncfusion/ej2-layouts@22.1.34",
"_inBundle": false,
"_integrity": "sha512-oO4SLeXh0C9zP3LZ7srLFj4ICZkW5aQ2ypXH5MuiUj0tAO2UQnYxNLqFixTxerVi6axuyWiNaLAtHHIzRTQeGw==",
"_integrity": "sha512-NLVPqM3sbMvwyjgjXiCJIEA8zRRLzr7NdanWlC9sVa3WlAOawiGCD/Ny6gqwELd32cAMXgC5LBW2MwNgSy1Lgg==",
"_location": "/@syncfusion/ej2-layouts",

@@ -30,4 +30,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-20.7.0.tgz",
"_shasum": "0cc34ff266e4726783490af3f20dea173144ae69",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-22.1.34.tgz",
"_shasum": "191c684b65b0ee72c5c7a5efd5e9f1e9fe2c6c8e",
"_spec": "@syncfusion/ej2-layouts@*",

@@ -40,3 +40,3 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~21.1.35"
"@syncfusion/ej2-base": "~22.1.34"
},

@@ -81,5 +81,5 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "21.1.35",
"version": "21.1.36",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

@@ -26,5 +26,6 @@ import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, setValue } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest, SanitizeHtmlHelper, getValue } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser, extend } from '@syncfusion/ej2-base';

* Defines the template value that should be displayed as the panel's header.
*
*
* @aspType string
*/
header?: string | HTMLElement;
header?: string | HTMLElement | Function;

@@ -34,5 +35,6 @@ /**

*
* @aspType string
*/
content?: string | HTMLElement;
content?: string | HTMLElement | Function;

@@ -39,0 +41,0 @@ /**

@@ -24,9 +24,11 @@ import { Component, INotifyPropertyChanged } from '@syncfusion/ej2-base';

*
* @aspType string
*/
header: string | HTMLElement;
header: string | HTMLElement | Function;
/**
* Defines the template value that should be displayed as the panel's content.
*
* @aspType string
*/
content: string | HTMLElement;
content: string | HTMLElement | Function;
/**

@@ -684,5 +686,5 @@ * Defines whether to the panel should be enabled or not.

id?: string;
header?: string | HTMLElement;
content?: string | HTMLElement;
header?: string | HTMLElement | Function;
content?: string | HTMLElement | Function;
}
export {};

Sorry, the diff of this file is too big to display

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

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

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

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