Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-diagrams

Package Overview
Dependencies
Maintainers
3
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 22.2.7 to 22.2.8

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 22.2.7
* version : 22.2.8
* Copyright Syncfusion Inc. 2001 - 2020. 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@22.2.5",
"_id": "@syncfusion/ej2-diagrams@22.2.7",
"_inBundle": false,
"_integrity": "sha512-4BT0BuNLFV0cHcwKrfi8b7Pm4vE/RVfxb7/cCZhFQZmwOCRxesqLDkujJ5RvgKHH51lWNjUFE0lsTPowjIXIjQ==",
"_integrity": "sha512-CWG2TFOmKaytyK+GubH8FIxLTW7mko4pBCl38xvUwRv+B5a3ETDEYaXGxwTb8ep0PsQNOYf92fcVu33nd+n4nQ==",
"_location": "/@syncfusion/ej2-diagrams",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.5.tgz",
"_shasum": "480b174af01992ef0386b6e3e384da5b59b7b3e7",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.7.tgz",
"_shasum": "299311352e003b4e1dda63e389295d4043cffdb0",
"_spec": "@syncfusion/ej2-diagrams@*",

@@ -40,7 +40,7 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-buttons": "~22.2.5",
"@syncfusion/ej2-buttons": "~22.2.8",
"@syncfusion/ej2-data": "~22.2.5",
"@syncfusion/ej2-inputs": "~22.2.7",
"@syncfusion/ej2-lists": "~22.2.5",
"@syncfusion/ej2-navigations": "~22.2.7",
"@syncfusion/ej2-lists": "~22.2.8",
"@syncfusion/ej2-navigations": "~22.2.8",
"@syncfusion/ej2-popups": "~22.2.7"

@@ -78,4 +78,4 @@ },

"typings": "index.d.ts",
"version": "22.2.7",
"version": "22.2.8",
"sideEffects": true
}

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

child.arrange(child.desiredSize);
//EJ2-839298 - Connector draw cursor is not enabled while hover the group node port
this.outerBounds = child.outerBounds;
}

@@ -166,0 +168,0 @@ }

@@ -115,7 +115,7 @@ import { Rect } from '../primitives/rect';

//(EJ2-277624)-Vertical orientation is not working in mindmap
if (layout.orientation == 'Horizontal') {
layout.orientation = (side === 'Left') ? 'LeftToRight' : 'RightToLeft';
if (layout.orientation == 'Vertical') {
layout.orientation = (side === 'Left') ? 'TopToBottom' : 'BottomToTop';
}
else {
layout.orientation = (side === 'Left') ? 'TopToBottom' : 'BottomToTop';
layout.orientation = (side === 'Left') ? 'LeftToRight' : 'RightToLeft';
}

@@ -122,0 +122,0 @@ this.excludeFromLayout(excludeNodes, nameTable, true);

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc