@syncfusion/ej2-vue-diagrams 20.1.61 → 20.2.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -3
- package/dist/ej2-vue-diagrams.umd.min.js +1 -1
- package/dist/es6/ej2-vue-diagrams.es2015.js +3 -3
- package/dist/es6/ej2-vue-diagrams.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-diagrams.es5.js +3 -3
- package/dist/es6/ej2-vue-diagrams.es5.js.map +1 -1
- package/dist/global/ej2-vue-diagrams.min.js +2 -2
- package/package.json +8 -8
- package/src/diagram/diagram.component.js +1 -1
- package/src/overview/overview.component.js +1 -1
- package/src/symbol-palette/symbolpalette.component.js +1 -1
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +8 -0
- package/styles/bootstrap5.css +8 -0
- package/styles/diagram/bootstrap-dark.css +8 -0
- package/styles/diagram/bootstrap.css +8 -0
- package/styles/diagram/bootstrap4.css +8 -0
- package/styles/diagram/bootstrap5-dark.css +8 -0
- package/styles/diagram/bootstrap5.css +8 -0
- package/styles/diagram/fabric-dark.css +8 -0
- package/styles/diagram/fabric.css +8 -0
- package/styles/diagram/fluent-dark.css +8 -0
- package/styles/diagram/fluent.css +8 -0
- package/styles/diagram/highcontrast-light.css +8 -0
- package/styles/diagram/highcontrast.css +8 -0
- package/styles/diagram/material-dark.css +8 -0
- package/styles/diagram/material.css +8 -0
- package/styles/diagram/tailwind-dark.css +8 -0
- package/styles/diagram/tailwind.css +8 -0
- package/styles/fabric-dark.css +8 -0
- package/styles/fabric.css +8 -0
- package/styles/fluent-dark.css +8 -0
- package/styles/fluent.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark.css +8 -0
- package/styles/material.css +8 -0
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind.css +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
### Diagram
|
|
6
6
|
|
|
7
|
-
#### Bug
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I382500` - Now, the BPMN shape is changed properly at runtime.
|
|
10
|
+
- `#I382496` - BPMN gateway sub type is working properly while changing it during runtime.
|
|
11
|
+
- `#I383411` - Now, fill color is applied properly when changing the BPMN event at runtime.
|
|
12
|
+
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
- `#I362749` - Provided option to adjust the distance between the source node and the target node of the orthogonal connection has been added.
|
|
16
|
+
- `#I347713` - Support to modify connector segments thumb icon shape and style has been added.
|
|
17
|
+
- `#FB31535` - Support for splitting and joining connectors has been added.
|
|
18
|
+
- `#I362796` - Support to highlight selected diagram elements on multiple selections has been added
|
|
19
|
+
- `#I362829` - Support to limit the connector segments while draw at run time has been added.
|
|
20
|
+
- `#I362755` - Support to edit multiple bezier segments with multiple control points has been added.
|
|
21
|
+
|
|
22
|
+
#### Behaviour changes
|
|
8
23
|
|
|
9
|
-
-
|
|
10
|
-
-
|
|
24
|
+
- In the Bezier connector, by default, the multiple segments will be created automatically if a user doesn't define segment collections in the application.
|
|
25
|
+
- In the Bezier connector, based on segment count, multiple control points will be displayed to control the smoothness of the curve
|
|
11
26
|
|
|
12
27
|
## 20.1.60 (2022-06-14)
|
|
13
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-diagrams.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -866,7 +866,7 @@ var __decorate$9 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
866
866
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
867
867
|
};
|
|
868
868
|
// {{VueImport}}
|
|
869
|
-
const properties = ['isLazyUpdate', 'addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enablePersistence', 'enableRtl', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'userHandleTemplate', 'width', 'animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'expandStateChange', 'fixedUserHandleClick', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', 'mouseEnter', 'mouseLeave', 'mouseOver', 'onImageLoad', 'onUserHandleMouseDown', 'onUserHandleMouseEnter', 'onUserHandleMouseLeave', 'onUserHandleMouseUp', 'positionChange', 'propertyChange', 'rotateChange', 'scrollChange', 'segmentCollectionChange', 'selectionChange', 'sizeChange', 'sourcePointChange', 'targetPointChange', 'textEdit'];
|
|
869
|
+
const properties = ['isLazyUpdate', 'plugins', 'addInfo', 'annotationTemplate', 'backgroundColor', 'bridgeDirection', 'commandManager', 'connectorDefaults', 'connectors', 'constraints', 'contextMenuSettings', 'customCursor', 'dataSourceSettings', 'diagramSettings', 'drawingObject', 'enableConnectorSplit', 'enablePersistence', 'enableRtl', 'getConnectorDefaults', 'getCustomCursor', 'getCustomProperty', 'getCustomTool', 'getDescription', 'getNodeDefaults', 'height', 'historyManager', 'layers', 'layout', 'locale', 'mode', 'nodeDefaults', 'nodeTemplate', 'nodes', 'pageSettings', 'rulerSettings', 'scrollSettings', 'segmentThumbShape', 'selectedItems', 'serializationSettings', 'setNodeTemplate', 'snapSettings', 'tool', 'tooltip', 'updateSelection', 'userHandleTemplate', 'width', 'animationComplete', 'click', 'collectionChange', 'commandExecute', 'connectionChange', 'contextMenuBeforeItemRender', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataLoaded', 'doubleClick', 'dragEnter', 'dragLeave', 'dragOver', 'drop', 'expandStateChange', 'fixedUserHandleClick', 'historyChange', 'historyStateChange', 'keyDown', 'keyUp', 'mouseEnter', 'mouseLeave', 'mouseOver', 'onImageLoad', 'onUserHandleMouseDown', 'onUserHandleMouseEnter', 'onUserHandleMouseLeave', 'onUserHandleMouseUp', 'positionChange', 'propertyChange', 'rotateChange', 'scrollChange', 'segmentCollectionChange', 'selectionChange', 'sizeChange', 'sourcePointChange', 'targetPointChange', 'textEdit'];
|
|
870
870
|
const modelProps = [];
|
|
871
871
|
const testProp = getProps({ props: properties });
|
|
872
872
|
const props = testProp[0];
|
|
@@ -1394,7 +1394,7 @@ var __decorate$11 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1394
1394
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1395
1395
|
};
|
|
1396
1396
|
// {{VueImport}}
|
|
1397
|
-
const properties$1 = ['isLazyUpdate', 'accessKey', 'allowDrag', 'connectorDefaults', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSearch', 'expandMode', 'filterSymbols', 'getConnectorDefaults', 'getNodeDefaults', 'getSymbolInfo', 'getSymbolTemplate', 'height', 'ignoreSymbolsOnSearch', 'locale', 'nodeDefaults', 'palettes', 'symbolDragSize', 'symbolHeight', 'symbolInfo', 'symbolMargin', 'symbolPreview', 'symbolWidth', 'width', 'paletteExpanding', 'paletteSelectionChange'];
|
|
1397
|
+
const properties$1 = ['isLazyUpdate', 'plugins', 'accessKey', 'allowDrag', 'connectorDefaults', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSearch', 'expandMode', 'filterSymbols', 'getConnectorDefaults', 'getNodeDefaults', 'getSymbolInfo', 'getSymbolTemplate', 'height', 'ignoreSymbolsOnSearch', 'locale', 'nodeDefaults', 'palettes', 'symbolDragSize', 'symbolHeight', 'symbolInfo', 'symbolMargin', 'symbolPreview', 'symbolWidth', 'width', 'paletteExpanding', 'paletteSelectionChange'];
|
|
1398
1398
|
const modelProps$1 = [];
|
|
1399
1399
|
const testProp$1 = getProps({ props: properties$1 });
|
|
1400
1400
|
const props$1 = testProp$1[0];
|
|
@@ -1539,7 +1539,7 @@ var __decorate$12 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1539
1539
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1540
1540
|
};
|
|
1541
1541
|
// {{VueImport}}
|
|
1542
|
-
const properties$2 = ['isLazyUpdate', 'enablePersistence', 'enableRtl', 'height', 'locale', 'sourceID', 'width', 'created'];
|
|
1542
|
+
const properties$2 = ['isLazyUpdate', 'plugins', 'enablePersistence', 'enableRtl', 'height', 'locale', 'sourceID', 'width', 'created'];
|
|
1543
1543
|
const modelProps$2 = [];
|
|
1544
1544
|
const testProp$2 = getProps({ props: properties$2 });
|
|
1545
1545
|
const props$2 = testProp$2[0];
|