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.2.28-beta to 17.2.29-beta

14

CHANGELOG.md

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

### Splitter
#### Bug Fixes
- #241183 - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
- #242579 - Resolved the issue with "Split-bar rendering while change orientation dynamically"
- #243003 - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
- #243007 - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
- #244847 - The issue "Split panes are not resized properly on window resizing" has been resolved.
## 17.1.51 (2019-06-11)

@@ -7,0 +21,0 @@

9

dist/global/index.d.ts

@@ -1,10 +0,1 @@

/*!
* filename: index.d.ts
* version : 17.2.28-beta
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _layouts from '@syncfusion/ej2-layouts';

@@ -11,0 +2,0 @@

13

package.json
{
"_from": "@syncfusion/ej2-layouts@*",
"_id": "@syncfusion/ej2-layouts@17.1.0",
"_id": "@syncfusion/ej2-layouts@17.2.34",
"_inBundle": false,
"_integrity": "sha512-G/89DIjTPQvrCM2mtzJrxiyZ8cFx6/wLXg8O1QIWRzzwzBc6/WLJpfnimJOli8OYwkMyA/P1kTIk3g4vb9bYRw==",
"_integrity": "sha512-YUx1avPdclsQeJ74tyVYpPXNXhDDIwBaDobUO8lPpBWo4pgZfc5zHlIrZvrNyzayCZGY8JWfzI/C8+SfcZXSqA==",
"_location": "/@syncfusion/ej2-layouts",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.1.0.tgz",
"_shasum": "f339b56818e1a15ee49654ee1382b4efb9d02640",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-layouts/-/ej2-layouts-17.2.34.tgz",
"_shasum": "b965e45635818d92bcd3380b963bd8be4355975d",
"_spec": "@syncfusion/ej2-layouts@*",

@@ -38,3 +38,3 @@ "_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.2.28-beta"
"@syncfusion/ej2-base": "17.2.29-beta"
},

@@ -78,4 +78,5 @@ "deprecated": false,

},
"version": "17.2.28-beta",
"typings": "index.d.ts",
"version": "17.2.29-beta",
"sideEffects": false
}

@@ -1,2 +0,2 @@

import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, updateBlazorTemplate } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest, resetBlazorTemplate } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser } from '@syncfusion/ej2-base';
import { Component, Property, NotifyPropertyChanges, INotifyPropertyChanged, isUndefined } from '@syncfusion/ej2-base';import { Collection, Draggable, isNullOrUndefined, DragEventArgs, append, updateBlazorTemplate } from '@syncfusion/ej2-base';import { EmitType, Event, formatUnit, ChildProperty, compile, closest } from '@syncfusion/ej2-base';import { setStyleAttribute as setStyle, addClass, detach, removeClass, EventHandler, Browser } from '@syncfusion/ej2-base';
import {ChangeEventArgs,DragStartArgs,DraggedEventArgs,DragStopArgs,ResizeArgs} from "./dashboard-layout";

@@ -42,2 +42,3 @@ import {ComponentModel} from '@syncfusion/ej2-base';

* @aspType int
* @blazorType int
*/

@@ -50,2 +51,3 @@ row?: number;

* @aspType int
* @blazorType int
*/

@@ -87,2 +89,3 @@ col?: number;

* @aspType int
* @blazorType int
*

@@ -97,2 +100,3 @@ */

* @aspType int
* @blazorType int
*/

@@ -105,3 +109,4 @@ maxSizeX?: number;

* @default 1000
* @aspType int
* @aspType double
* @blazorType double
*/

@@ -108,0 +113,0 @@ zIndex?: number;

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

* @aspType int
* @blazorType int
*/

@@ -43,2 +44,3 @@ row: number;

* @aspType int
* @blazorType int
*/

@@ -75,2 +77,3 @@ col: number;

* @aspType int
* @blazorType int
*

@@ -84,2 +87,3 @@ */

* @aspType int
* @blazorType int
*/

@@ -91,3 +95,4 @@ maxSizeX: number;

* @default 1000
* @aspType int
* @aspType double
* @blazorType double
*/

@@ -117,2 +122,3 @@ zIndex: number;

protected dragStartArgs: DragStartArgs;
protected isDynamicallyUpdated: boolean;
protected dragStopEventArgs: DragStopArgs;

@@ -168,2 +174,3 @@ protected draggedEventArgs: DraggedEventArgs;

protected elementHeight: number;
protected previousRow: number;
protected originalWidth: number;

@@ -363,4 +370,4 @@ protected originalHeight: number;

private templateParser;
protected renderTemplate(content: string, appendElement: HTMLElement, type: string): void;
protected renderPanels(cellElement: HTMLElement, panelModel: PanelModel): HTMLElement;
protected renderTemplate(content: string, appendElement: HTMLElement, type: string, isStringTemplate: boolean): void;
protected renderPanels(cellElement: HTMLElement, panelModel: PanelModel, panelId: string, isStringTemplate: boolean): HTMLElement;
protected disablePanel(panelElement: HTMLElement): void;

@@ -401,3 +408,3 @@ protected getInlinePanels(panelElement: HTMLElement): void;

protected setHeightAndWidth(panelElement: HTMLElement, panelModel: PanelModel): void;
protected renderCell(panel: PanelModel): HTMLElement;
protected renderCell(panel: PanelModel, isStringTemplate: boolean): HTMLElement;
protected setPanelPosition(cellElement: HTMLElement, row: number, col: number): void;

@@ -488,2 +495,4 @@ protected getRowColumn(): void;

private updateCellSizeAndSpacing;
private updatePanelsDynamically;
private checkForIDValues;
/**

@@ -490,0 +499,0 @@ * Called internally if any of the property value changed.

@@ -1,2 +0,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';
import { Component, Property, setStyleAttribute, ChildProperty, compile, isBlazor } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, addClass, Collection, isNullOrUndefined, updateBlazorTemplate } from '@syncfusion/ej2-base';import { Event, EmitType, EventHandler, selectAll, removeClass, select, Browser, detach, formatUnit } from '@syncfusion/ej2-base';
import {Orientation,ResizeEventArgs,ResizingEventArgs,BeforeExpandEventArgs,ExpandedEventArgs} from "./splitter";

@@ -50,2 +50,3 @@ import {ComponentModel} from '@syncfusion/ej2-base';

* @default ''
* @blazorType string
*/

@@ -52,0 +53,0 @@ content?: string | HTMLElement;

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

* @default ''
* @blazorType string
*/

@@ -248,2 +249,4 @@ content: string | HTMLElement;

private changeOrientation;
private checkSplitPane;
private collectPanes;
private getPrevPane;

@@ -267,2 +270,3 @@ private getNextPane;

private changeCoordinates;
private reportWindowSize;
private wireResizeEvents;

@@ -269,0 +273,0 @@ private unwireResizeEvents;

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