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

@syncfusion/ej2-layouts

Package Overview
Dependencies
Maintainers
4
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 17.1.51 to 17.2.28-beta

helpers/e2e/splitter-helper.d.ts

2

CHANGELOG.md

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

## 17.1.51 (2019-06-11)
### Dashboard Layout

@@ -7,0 +9,0 @@

2

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

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

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

export * from './dashboardHelper';
export * from './splitter-helper';

@@ -6,2 +6,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./dashboardHelper"));
__export(require("./splitter-helper"));
{
"_from": "@syncfusion/ej2-layouts@*",
"_id": "@syncfusion/ej2-layouts@17.1.49",
"_id": "@syncfusion/ej2-layouts@17.1.0",
"_inBundle": false,
"_integrity": "sha512-HwBiaG75HEptKW8vvBxS+QFlKSP/82c1+v1FziNGVB9jA6xZXIR1U2AfVwMDOgcJOXjo3ToUsUu252MreSv7xA==",
"_integrity": "sha512-G/89DIjTPQvrCM2mtzJrxiyZ8cFx6/wLXg8O1QIWRzzwzBc6/WLJpfnimJOli8OYwkMyA/P1kTIk3g4vb9bYRw==",
"_location": "/@syncfusion/ej2-layouts",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.1.49.tgz",
"_shasum": "99e918a273e06513762d4ba5eafbebe2bcdf94aa",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-17.1.0.tgz",
"_shasum": "f339b56818e1a15ee49654ee1382b4efb9d02640",
"_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.1.49"
"@syncfusion/ej2-base": "~17.2.28-beta"
},

@@ -44,2 +44,3 @@ "deprecated": false,

"devDependencies": {},
"es2015": "./dist/es6/ej2-layouts.es2015.js",
"keywords": [

@@ -71,2 +72,3 @@ "ej2",

"license": "SEE LICENSE IN license",
"main": "./dist/ej2-layouts.umd.min.js",
"module": "./index.js",

@@ -78,4 +80,4 @@ "name": "@syncfusion/ej2-layouts",

},
"version": "17.1.51",
"version": "17.2.28-beta",
"sideEffects": false
}

@@ -1,2 +0,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';
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 {ChangeEventArgs,DragStartArgs,DraggedEventArgs,DragStopArgs,ResizeArgs} from "./dashboard-layout";

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

* @event
* @blazorProperty 'Changed'
*/

@@ -214,2 +215,3 @@ change?: EmitType<ChangeEventArgs>;

* @event
* @blazorProperty 'OnDragStart'
*/

@@ -221,2 +223,3 @@ dragStart?: EmitType<DragStartArgs>;

* @event
* @blazorProperty 'Dragging'
*/

@@ -228,2 +231,3 @@ drag?: EmitType<DraggedEventArgs>;

* @event
* @blazorProperty 'OnDragStop'
*/

@@ -235,2 +239,3 @@ dragStop?: EmitType<DragStopArgs>;

* @event
* @blazorProperty 'OnResizeStart'
*/

@@ -242,2 +247,3 @@ resizeStart?: EmitType<ResizeArgs>;

* @event
* @blazorProperty 'Resizing'
*/

@@ -249,2 +255,3 @@ resize?: EmitType<ResizeArgs>;

* @event
* @blazorProperty 'OnResizeStop'
*/

@@ -256,2 +263,3 @@ resizeStop?: EmitType<ResizeArgs>;

* @event
* @blazorproperty 'Created'
*/

@@ -263,2 +271,3 @@ created?: EmitType<Object>;

     * @event
* @blazorproperty 'Destroyed'
     */

@@ -265,0 +274,0 @@ destroyed?: EmitType<Object>;

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

* @event
* @blazorProperty 'Changed'
*/

@@ -289,2 +290,3 @@ change: EmitType<ChangeEventArgs>;

* @event
* @blazorProperty 'OnDragStart'
*/

@@ -295,2 +297,3 @@ dragStart: EmitType<DragStartArgs>;

* @event
* @blazorProperty 'Dragging'
*/

@@ -301,2 +304,3 @@ drag: EmitType<DraggedEventArgs>;

* @event
* @blazorProperty 'OnDragStop'
*/

@@ -307,2 +311,3 @@ dragStop: EmitType<DragStopArgs>;

* @event
* @blazorProperty 'OnResizeStart'
*/

@@ -313,2 +318,3 @@ resizeStart: EmitType<ResizeArgs>;

* @event
* @blazorProperty 'Resizing'
*/

@@ -319,2 +325,3 @@ resize: EmitType<ResizeArgs>;

* @event
* @blazorProperty 'OnResizeStop'
*/

@@ -325,2 +332,3 @@ resizeStop: EmitType<ResizeArgs>;

* @event
* @blazorproperty 'Created'
*/

@@ -331,2 +339,3 @@ created: EmitType<Object>;

* @event
* @blazorproperty 'Destroyed'
*/

@@ -356,3 +365,3 @@ destroyed: EmitType<Object>;

private templateParser;
protected renderTemplate(content: string, appendElement: HTMLElement): void;
protected renderTemplate(content: string, appendElement: HTMLElement, type: string): void;
protected renderPanels(cellElement: HTMLElement, panelModel: PanelModel): HTMLElement;

@@ -364,5 +373,11 @@ protected disablePanel(panelElement: HTMLElement): void;

protected downResizeHandler(e: MouseEvent): void;
protected downHandler(e: MouseEvent | TouchEvent): void;
protected touchDownResizeHandler(e: TouchEvent): void;
private getCellSize;
protected updateMaxTopLeft(e: MouseEvent | TouchEvent): void;
protected updateResizeElement(el: HTMLElement): void;
protected moveResizeHandler(e: MouseEvent): void;
protected upResizeHandler(e: MouseEvent): void;
protected touchMoveResizeHandler(e: TouchEvent): void;
protected resizingPanel(el: HTMLElement, panelModel: PanelModel, currentX: number, currentY: number): void;
protected upResizeHandler(e: MouseEvent | TouchEvent): void;
protected getResizeRowColumn(item: PanelModel, e: HTMLElement): PanelModel;

@@ -380,5 +395,2 @@ protected pixelsToColumns(pixels: number, isCeil: boolean): number;

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

@@ -420,3 +432,3 @@ protected updateGridLines(): void;

protected updateRowColumn(row: number, ele: HTMLElement[], srcEle: HTMLElement): void;
protected updatePanel(collisionModels: HTMLElement[], colValue: number, updatedRow: number, clone: HTMLElement): void;
protected collisionPanel(collisionModels: HTMLElement[], colValue: number, updatedRow: number, clone: HTMLElement): void;
protected removeResizeClasses(panelElements: HTMLElement[]): void;

@@ -441,2 +453,6 @@ protected setClasses(panelCollection: HTMLElement[]): void;

addPanel(panel: PanelModel): void;
/**
* Allows to update a panel in the DashboardLayout.
*/
updatePanel(panel: PanelModel): void;
protected updateCloneArrayObject(): void;

@@ -558,3 +574,3 @@ /**

*/
event: MouseEvent;
event: MouseEvent | TouchEvent;
/**

@@ -587,3 +603,5 @@ * Specifies the cell element being resized.

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

@@ -113,2 +113,3 @@ 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';

* @event
* @blazorProperty 'Created'
*/

@@ -120,2 +121,3 @@ created?: EmitType<Object>;

* @event
* @blazorProperty 'OnResizeStart'
*/

@@ -127,2 +129,3 @@ resizeStart?: EmitType<ResizeEventArgs>;

* @event
* @blazorProperty 'Resizing'
*/

@@ -134,2 +137,3 @@ resizing?: EmitType<ResizingEventArgs>;

* @event
* @blazorProperty 'OnResizeStop'
*/

@@ -141,2 +145,3 @@ resizeStop?: EmitType<ResizingEventArgs>;

* @event
* @blazorProperty 'OnCollapse'
*/

@@ -148,2 +153,3 @@ beforeCollapse?: EmitType<BeforeExpandEventArgs>;

* @event
* @blazorProperty 'OnExpand'
*/

@@ -155,2 +161,3 @@ beforeExpand?: EmitType<BeforeExpandEventArgs>;

* @event
* @blazorProperty 'Collapsed'
*/

@@ -162,2 +169,3 @@ collapsed?: EmitType<ExpandedEventArgs>;

* @event
* @blazorProperty 'Expanded'
*/

@@ -164,0 +172,0 @@ expanded?: EmitType<ExpandedEventArgs>;

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

* @event
* @blazorProperty 'Created'
*/

@@ -159,2 +160,3 @@ created: EmitType<Object>;

* @event
* @blazorProperty 'OnResizeStart'
*/

@@ -165,2 +167,3 @@ resizeStart: EmitType<ResizeEventArgs>;

* @event
* @blazorProperty 'Resizing'
*/

@@ -171,2 +174,3 @@ resizing: EmitType<ResizingEventArgs>;

* @event
* @blazorProperty 'OnResizeStop'
*/

@@ -177,2 +181,3 @@ resizeStop: EmitType<ResizingEventArgs>;

* @event
* @blazorProperty 'OnCollapse'
*/

@@ -183,2 +188,3 @@ beforeCollapse: EmitType<BeforeExpandEventArgs>;

* @event
* @blazorProperty 'OnExpand'
*/

@@ -189,2 +195,3 @@ beforeExpand: EmitType<BeforeExpandEventArgs>;

* @event
* @blazorProperty 'Collapsed'
*/

@@ -195,2 +202,3 @@ collapsed: EmitType<ExpandedEventArgs>;

* @event
* @blazorProperty 'Expanded'
*/

@@ -197,0 +205,0 @@ expanded: EmitType<ExpandedEventArgs>;

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

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