Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-diagrams

Package Overview
Dependencies
Maintainers
3
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 17.3.26 to 17.3.27

8

CHANGELOG.md

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

### Diagram
#### Bug Fixes
- `#246889` - The issue "Context menu event will be triggered in ubuntu before the mouse up event, while context menu event will be fired in windows after mouse up" has been fixed.
- `#253855` - The exception that thrown in addNodeToLane method because Undo/Redo Module is not injected has been fixed.
- `#253804` - The issue with the Swimlane Header annotation styles that are unable to change has been fixed.
## 17.3.21 (2019-10-30)

@@ -7,0 +15,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.3.26
* version : 17.3.27
* 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.3.21",
"_id": "@syncfusion/ej2-diagrams@17.3.26",
"_inBundle": false,
"_integrity": "sha512-o6wuBfz2MvWVOZTNtxunXoESZcHaFcW+qlEwD+UVk/5CcnK/Z0zd1n0if2ApdaOe+f7iRrHegN+o10DXWfxFmQ==",
"_integrity": "sha512-T12rL4cqwhDHVr6LhvB9GObu+eeqkFr8pG4qRYAYiU80HLG3VUkwp2w73wuyreXS9fV7LOlWziyA3gIRtC/tew==",
"_location": "/@syncfusion/ej2-diagrams",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.21.tgz",
"_shasum": "524c44c3c9d7d4fdb23264f7e1494e31f42e106e",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.26.tgz",
"_shasum": "05bbfc796548e7f1916986a361a75b44f99a90f0",
"_spec": "@syncfusion/ej2-diagrams@*",

@@ -39,9 +39,9 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.3.26",
"@syncfusion/ej2-buttons": "~17.3.26",
"@syncfusion/ej2-data": "~17.3.26",
"@syncfusion/ej2-inputs": "~17.3.26",
"@syncfusion/ej2-lists": "~17.3.26",
"@syncfusion/ej2-navigations": "~17.3.26",
"@syncfusion/ej2-popups": "~17.3.26"
"@syncfusion/ej2-base": "~17.3.27",
"@syncfusion/ej2-buttons": "~17.3.27",
"@syncfusion/ej2-data": "~17.3.27",
"@syncfusion/ej2-inputs": "~17.3.27",
"@syncfusion/ej2-lists": "~17.3.27",
"@syncfusion/ej2-navigations": "~17.3.27",
"@syncfusion/ej2-popups": "~17.3.27"
},

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

"typings": "index.d.ts",
"version": "17.3.26",
"version": "17.3.27",
"sideEffects": false
}

@@ -197,3 +197,3 @@ import { remove } from '@syncfusion/ej2-base';

if (this.getDefaultItems().indexOf(key) !== -1) {
if (item.target && event &&
if (item.target && (event || this.parent.checkMenu) &&
!this.ensureTarget(item)) {

@@ -205,2 +205,9 @@ this.hiddenItems.push(item.id);

DiagramContextMenu.prototype.contextMenuBeforeOpen = function (args) {
if (!this.parent.checkMenu &&
(window.navigator.userAgent.indexOf('Linux') !== -1 || window.navigator.userAgent.indexOf('X11') !== -1)) {
this.parent.checkMenu = args.cancel = true;
}
if (this.parent.checkMenu) {
this.hiddenItems = [];
}
var diagramArgs = args;

@@ -207,0 +214,0 @@ diagramArgs.hiddenItems = [];

@@ -76,2 +76,3 @@ import { RenderingMode } from '../diagram/enum/enum';

private event;
private overviewid;
/** @private */

@@ -78,0 +79,0 @@ diagramRenderer: DiagramRenderer;

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

_this.event = true;
_this.overviewid = 88123;
_this.model = { width: _this.width, height: _this.height };

@@ -105,2 +106,6 @@ return _this;

Overview.prototype.preRender = function () {
if (this.element.id === '') {
var collection = document.getElementsByClassName('e-overview').length;
this.element.id = 'overview_' + this.overviewid + '_' + collection;
}
this.element.style.background = 'transparent';

@@ -107,0 +112,0 @@ this.unWireEvents();

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

private isMethod;
private paletteid;
/**

@@ -275,0 +276,0 @@ * Constructor for creating the component

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

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