Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-diagrams

Package Overview
Dependencies
Maintainers
0
Versions
253
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 26.2.8 to 26.2.10

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 26.2.8
* version : 26.2.10
* Copyright Syncfusion Inc. 2001 - 2023. 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@26.2.5",
"_id": "@syncfusion/ej2-diagrams@26.2.8",
"_inBundle": false,
"_integrity": "sha512-ccDLWS+v15XhehBQL3DqcIyogBK4YFdwPgjCUzBnJUHTsmXUoDbtMYDdiNmCmOKx5lACG41ejJIsISFcTKamyw==",
"_integrity": "sha512-XBoL5k/1SwBAb2B5FTBGpLbGDiH+GrHkEuX/06zp+/O46jw35KckzBR21hBibB9LHB+cSAK2gh6+4CeWWZ9IFg==",
"_location": "/@syncfusion/ej2-diagrams",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.5.tgz",
"_shasum": "12679397550b040affe604437e50e69e547b17c3",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.8.tgz",
"_shasum": "71dfb1455fc3e8a9aea6b27a3cfbd75c6d4c565d",
"_spec": "@syncfusion/ej2-diagrams@*",

@@ -39,9 +39,9 @@ "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~26.2.5",
"@syncfusion/ej2-buttons": "~26.2.8",
"@syncfusion/ej2-data": "~26.2.5",
"@syncfusion/ej2-inputs": "~26.2.5",
"@syncfusion/ej2-lists": "~26.2.5",
"@syncfusion/ej2-navigations": "~26.2.8",
"@syncfusion/ej2-popups": "~26.2.8"
"@syncfusion/ej2-base": "~26.2.10",
"@syncfusion/ej2-buttons": "~26.2.10",
"@syncfusion/ej2-data": "~26.2.10",
"@syncfusion/ej2-inputs": "~26.2.10",
"@syncfusion/ej2-lists": "~26.2.10",
"@syncfusion/ej2-navigations": "~26.2.10",
"@syncfusion/ej2-popups": "~26.2.10"
},

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

"typings": "index.d.ts",
"version": "26.2.8",
"version": "26.2.10",
"sideEffects": true
}

@@ -152,5 +152,2 @@ import { INode, IConnector, Layout } from './layout-base';

private updateMargin;
private placementStage;
private coordinateAssignment;
private calculateWidestRank;
/**

@@ -180,4 +177,2 @@ * Sets the temp position of the node on the layer \

setXY(node: IVertex, layer: number, value: number, isY: boolean, ranks?: IVertex[][], spacing?: number): void;
private rankCoordinates;
private initialCoords;
/**

@@ -193,9 +188,2 @@ * Checks whether the given node is an ancestor \

private weightedCellSorter;
private minNode;
private updateNodeList;
private medianXValue;
private placementStageExecute;
private setCellLocations;
private garphModelsetVertexLocation;
private setVertexLocation;
/**

@@ -286,13 +274,2 @@ * get the specific value from the key value pair \

/**
* used to store the value of th given key on the objectt \
*
* @returns { IVertex } used to store the value of th given key on the object .\
* @param {VertexMapper} dic - provide the angle value.
* @param {IVertex} key - provide the angle value.
* @param {WeightedCellSorter} value - provide the angle value.
* @param {boolean} flag - provide the angle value.
* @private
*/
setDictionaryForSorter(dic: VertexMapper, key: IVertex, value: WeightedCellSorter, flag: boolean): IVertex;
/**
* used to get the value of the given key \

@@ -307,11 +284,2 @@ *

/**
* used to get the value of the given key \
*
* @returns { IVertex } used to get the value of the given key .\
* @param {VertexMapper} dic - provide the angle value.
* @param {IVertex} key - provide the angle value.
* @private
*/
getDictionaryForSorter(dic: VertexMapper, key: IVertex): WeightedCellSorter;
/**
* used to get all the values of the dictionary object \

@@ -426,11 +394,2 @@ *

/**
* Defines weighted cell sorter
*/
interface WeightedCellSorter {
cell?: IVertex;
weightedValue?: number;
visited?: boolean;
rankIndex?: number;
}
/**
* Defines an object that is used to maintain data in traversing

@@ -437,0 +396,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 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