Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-diagrams

Package Overview
Dependencies
Maintainers
2
Versions
252
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.4.47 to 16.4.48

9

CHANGELOG.md

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

- Updating data source at runtime is now working properly even if you did not define layout for a diagram.
- Now, you can modify the nodes and connectors styles at runtime.
## 16.4.47 (2019-01-16)
### Diagram
#### Bug Fixes
- Connector label position is misplaced while adding the connector in layout at run time is working fine now.

@@ -11,0 +20,0 @@

9

dist/global/index.d.ts

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

/*!
* filename: index.d.ts
* version : 16.4.47
* 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 _diagrams from '@syncfusion/ej2-diagrams';

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

6

package.json
{
"name": "@syncfusion/ej2-diagrams",
"version": "16.4.47",
"version": "16.4.48",
"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,5 +12,5 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-base": "~16.4.47",
"@syncfusion/ej2-data": "~16.4.47",
"@syncfusion/ej2-data": "~16.4.48",
"@syncfusion/ej2-navigations": "~16.4.47",
"@syncfusion/ej2-inputs": "~16.4.47",
"@syncfusion/ej2-inputs": "~16.4.48",
"@syncfusion/ej2-popups": "~16.4.47",

@@ -17,0 +17,0 @@ "@syncfusion/ej2-buttons": "~16.4.47",

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

refreshDiagram(): void;
private updateCanupdateStyle;
/** @private */

@@ -1427,0 +1428,0 @@ updateDiagramObject(obj: (NodeModel | ConnectorModel)): void;

@@ -51,3 +51,3 @@ import { Property, Complex, ChildProperty } from '@syncfusion/ej2-base';import { TextStyle, Margin } from '../core/appearance';import { Point } from '../primitives/point';import { TextStyleModel, MarginModel } from '../core/appearance-model';import { PointModel } from '../primitives/point-model';import { HorizontalAlignment, VerticalAlignment, AnnotationAlignment, AnnotationTypes, TextDecoration } from '../enum/enum';import { AnnotationConstraints } from '../enum/enum';

* Sets the textual description of the node/connector
* @default undefined
* @default 'undefined'
*/

@@ -54,0 +54,0 @@ template?: string | HTMLElement;

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

* Sets the textual description of the node/connector
* @default undefined
* @default 'undefined'
*/

@@ -50,0 +50,0 @@ template: string | HTMLElement;

@@ -145,5 +145,2 @@ import { PathElement } from '../core/elements/path-element';

}
if (isElement) {
element.canApplyStyle = false;
}
};

@@ -150,0 +147,0 @@ /** @private */

@@ -761,3 +761,3 @@ import { Size } from './../primitives/size';

var nodeStyle;
switch (actualObject.shape.type) {
switch (node.shape.type) {
case 'Path':

@@ -884,2 +884,3 @@ var pathContent = new PathElement();

actualObject.wrapper.children[0].data = basicShapeData;
actualObject.wrapper.children[0].canMeasurePath = true;
}

@@ -886,0 +887,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc