Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-diagrams

Package Overview
Dependencies
Maintainers
2
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 16.3.24 to 16.3.25

7

CHANGELOG.md

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

### Diagram
#### Bug Fixes
- Connector annotation not hide on Expand and Collapse is now working properly.
- Gridlines not disables dynamically is now working properly.
## 16.3.17 (2018-09-12)

@@ -7,0 +14,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.3.24
* version : 16.3.25
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

{
"name": "@syncfusion/ej2-diagrams",
"version": "16.3.24",
"version": "16.3.25",
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.",

@@ -12,8 +12,8 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-base": "~16.3.24",
"@syncfusion/ej2-data": "~16.3.24",
"@syncfusion/ej2-navigations": "~16.3.24",
"@syncfusion/ej2-inputs": "~16.3.24",
"@syncfusion/ej2-popups": "~16.3.24",
"@syncfusion/ej2-buttons": "~16.3.24",
"@syncfusion/ej2-lists": "~16.3.24"
"@syncfusion/ej2-data": "~16.3.25",
"@syncfusion/ej2-navigations": "~16.3.25",
"@syncfusion/ej2-inputs": "~16.3.25",
"@syncfusion/ej2-popups": "~16.3.25",
"@syncfusion/ej2-buttons": "~16.3.25",
"@syncfusion/ej2-lists": "~16.3.25"
},

@@ -20,0 +20,0 @@ "devDependencies": {

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

/**
* Add constraints at run time
*/
addConstraints(constraintsType: number, constraintsValue: number): number;
/**
* Remove constraints at run time
*/
removeConstraints(constraintsType: number, constraintsValue: number): number;
/**
* Add Labels at the run time

@@ -1320,0 +1328,0 @@ */

@@ -31,3 +31,3 @@ import { PointModel } from '../primitives/point-model';

/** @private */
export declare function updatePath(element: PathElement, bounds: SVGRect, child: PathElement): string;
export declare function updatePath(element: PathElement, bounds: Rect, child: PathElement): string;
/** @private */

@@ -34,0 +34,0 @@ export declare function getDiagramLayerSvg(diagramId: string): SVGSVGElement;

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