Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-diagrams

Package Overview
Dependencies
Maintainers
4
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-diagrams - npm Package Compare versions

Comparing version 17.2.40 to 17.2.41

15

CHANGELOG.md

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

- `#146327` - The issue "Layout not working for Group Node" is now resolved.
- `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
- `#146017` - The issue "Decorator is not aligned properly in palette when we set large stroke Width for it" is now resolved.
- `#242713` - The issue "Diagram Connectors not exported properly using web kit" is now resolved.
- `#244589`, `#244046` - The issue "Context menu properties are generated in MVC" is now resolved.
- `#243734` - The issue "Symbol Palette - first palette element gets removed while refresh the palette" is now resolved.
- `#244519` - The issue "Support to delete a lane from swimlane" is now resolved.
- The issue "Ports are not rendered when we enable virtualization" is now resolved.
## 17.2.40 (2019-08-06)
### Diagram
#### Bug Fixes
- `#243785` - The issue "Symbol palette first row expands twice on click" is now resolved.

@@ -11,0 +26,0 @@ - `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.2.40
* version : 17.2.41
* 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-diagrams@*",
"_id": "@syncfusion/ej2-diagrams@17.2.39",
"_id": "@syncfusion/ej2-diagrams@17.2.40",
"_inBundle": false,
"_integrity": "sha512-QP0LuqynG1gNV1MMR9yAHPEkeCcjvl2+YfSBbnGajLgDrxDWNhmG/n0t4zuqcjyqvYajw4Com1eUz/bhhZos9Q==",
"_integrity": "sha512-z3xZO3Z5e9PoqFN61GxVOL1YWVPRJdlrLAr0qONhEFpdMIJRcjW79CrpzU5lQBgO4fVwmJu72ZDW1iMixKLa2A==",
"_location": "/@syncfusion/ej2-diagrams",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.39.tgz",
"_shasum": "a19144a502893bc74a44619398ce045645cacf7a",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.40.tgz",
"_shasum": "d4916dd3631b97d2d40446d1ecc3d15e35f2b7ea",
"_spec": "@syncfusion/ej2-diagrams@*",

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

"@syncfusion/ej2-data": "~17.2.39",
"@syncfusion/ej2-inputs": "~17.2.40",
"@syncfusion/ej2-inputs": "~17.2.41",
"@syncfusion/ej2-lists": "~17.2.34",
"@syncfusion/ej2-navigations": "~17.2.40",
"@syncfusion/ej2-navigations": "~17.2.41",
"@syncfusion/ej2-popups": "~17.2.35"

@@ -70,4 +70,4 @@ },

"typings": "index.d.ts",
"version": "17.2.40",
"version": "17.2.41",
"sideEffects": false
}

@@ -50,5 +50,2 @@ var __extends = (this && this.__extends) || (function () {

}
else {
break;
}
}

@@ -55,0 +52,0 @@ else if (!(child instanceof TextElement)) {

@@ -1465,2 +1465,3 @@ import { Component, L10n, Droppable } from '@syncfusion/ej2-base';

private updateConnectorAnnotation;
private removeChildrenFromLayout;
/**

@@ -1543,2 +1544,10 @@ * Automatically updates the diagram objects based on the type of the layout

addPhases(node: NodeModel, phases: PhaseModel[]): void;
/**
* Remove dynamic Lanes to swimLane at runtime
*/
removeLane(node: NodeModel, lane: LaneModel): void;
/**
* Remove a phase to a swimLane at runtime
*/
removePhase(node: NodeModel, phase: PhaseModel): void;
private removelabelExtension;

@@ -1545,0 +1554,0 @@ /**

@@ -74,9 +74,9 @@ import { Diagram } from '../diagram';

export declare function gridSelection(diagram: Diagram, selectorModel: SelectorModel, id?: string, isSymbolDrag?: boolean): Canvas;
export declare function removeLaneChildNode(diagram: Diagram, swimLaneNode: NodeModel, currentObj: NodeModel, isChildNode?: NodeModel): void;
export declare function removeLaneChildNode(diagram: Diagram, swimLaneNode: NodeModel, currentObj: NodeModel, isChildNode?: NodeModel, laneIndex?: number): void;
export declare function getGridChildren(obj: DiagramElement): DiagramElement;
export declare function removeSwimLane(diagram: Diagram, obj: NodeModel): void;
export declare function removeLane(diagram: Diagram, lane: NodeModel, swimLane: NodeModel): void;
export declare function removeLane(diagram: Diagram, lane: NodeModel, swimLane: NodeModel, lanes?: LaneModel): void;
export declare function removeChildren(diagram: Diagram, canvas: Canvas): void;
export declare function removePhase(diagram: Diagram, phase: NodeModel, swimLane: NodeModel): void;
export declare function removeHorizontalPhase(diagram: Diagram, grid: GridPanel, phase: NodeModel): void;
export declare function removePhase(diagram: Diagram, phase: NodeModel, swimLane: NodeModel, swimLanePhases?: PhaseModel): void;
export declare function removeHorizontalPhase(diagram: Diagram, grid: GridPanel, phase: NodeModel, phaseIndex?: number): void;
export declare function removeVerticalPhase(diagram: Diagram, grid: GridPanel, phase: NodeModel, phaseIndex: number, swimLane: NodeModel): void;

@@ -83,0 +83,0 @@ /**

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 too big to display

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 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