Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-layouts

Package Overview
Dependencies
Maintainers
4
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.1.48 to 17.1.49

8

CHANGELOG.md

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

#### New Features
- #236095 - Support for refresh method has been provided, which allows to refresh the panels.
## 17.1.48 (2019-05-21)
### Dashboard Layout
#### Bug Fixes

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

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.1.48
* version : 17.1.49
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-layouts",
"version": "17.1.48",
"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.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"_from": "@syncfusion/ej2-layouts@*",
"_id": "@syncfusion/ej2-layouts@17.1.48",
"_inBundle": false,
"_integrity": "sha512-WP2h9WAQgH1fCgem49gZlj69PIhIj/YdGS/Y0JdiLzQOupXl+Pz4uUJkjkqP4O/nohimRh8+e6MaiRbdZnTqZg==",
"_location": "/@syncfusion/ej2-layouts",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@syncfusion/ej2-layouts@*",
"name": "@syncfusion/ej2-layouts",
"escapedName": "@syncfusion%2fej2-layouts",
"scope": "@syncfusion",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/",
"/@syncfusion/ej2",
"/@syncfusion/ej2-angular-layouts",
"/@syncfusion/ej2-filemanager",
"/@syncfusion/ej2-gantt",
"/@syncfusion/ej2-react-layouts",
"/@syncfusion/ej2-vue-layouts"
],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.1.48.tgz",
"_shasum": "3a660c0db0742f879f5691563c0f9aaf8f9d3c83",
"_spec": "@syncfusion/ej2-layouts@*",
"_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",
"author": {
"name": "Syncfusion Inc."
},
"bundleDependencies": false,
"dependencies": {
"@syncfusion/ej2-base": "~17.1.48"
"@syncfusion/ej2-base": "~17.1.49"
},
"deprecated": false,
"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.",
"devDependencies": {},

@@ -36,2 +67,5 @@ "keywords": [

],
"license": "SEE LICENSE IN license",
"module": "./index.js",
"name": "@syncfusion/ej2-layouts",
"repository": {

@@ -41,4 +75,4 @@ "type": "git",

},
"module": "./index.js",
"version": "17.1.49",
"sideEffects": false
}

@@ -176,9 +176,2 @@ import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler } from '@syncfusion/ej2-base';

/**
* Enable or disable rendering component in right to left direction.
* *
* @default false
*/
enableRtl?: boolean;
/**
* Locale property.

@@ -185,0 +178,0 @@ * This is not a dashboard layout property.

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

/**
* Enable or disable rendering component in right to left direction.
* *
* @default false
*/
enableRtl: boolean;
/**
* Locale property.

@@ -376,3 +370,6 @@ * This is not a dashboard layout property.

protected updateLayout(element: HTMLElement, panelModel: PanelModel): void;
protected onResize(): void;
/**
* Refresh the panels of DashboardLayout component.
*/
refresh(): void;
protected updateGridLines(): void;

@@ -379,0 +376,0 @@ protected checkDragging(dragCollection: Draggable[]): void;

@@ -104,9 +104,2 @@ import { Component, Property, setStyleAttribute, ChildProperty, compile } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, addClass, Collection, isNullOrUndefined } from '@syncfusion/ej2-base';import { Event, EmitType, EventHandler, selectAll, removeClass, select, Browser, detach, formatUnit } from '@syncfusion/ej2-base';

/**
* Enables or disables rendering of control from right-to-left (RTL) direction.
* When it is set to true, the Splitter and its content will be displayed from right-to-left.
* @default false
*/
enableRtl?: boolean;
/**
* Specifies the size of the separator line for both horizontal or vertical orientation.

@@ -113,0 +106,0 @@ * The separator is used to separate the panes by lines.

@@ -145,8 +145,2 @@ import { Component, ChildProperty } from '@syncfusion/ej2-base';

/**
* Enables or disables rendering of control from right-to-left (RTL) direction.
* When it is set to true, the Splitter and its content will be displayed from right-to-left.
* @default false
*/
enableRtl: boolean;
/**
* Specifies the size of the separator line for both horizontal or vertical orientation.

@@ -153,0 +147,0 @@ * The separator is used to separate the panes by lines.

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