@syncfusion/ej2-angular-diagrams 20.2.49-ngcc → 20.3.47-ngcc

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.
Files changed (45) hide show
  1. package/@syncfusion/ej2-angular-diagrams.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-diagrams.js +2 -2
  4. package/@syncfusion/ej2-angular-diagrams.js.map +1 -1
  5. package/CHANGELOG.md +12 -43
  6. package/dist/ej2-angular-diagrams.umd.js +4 -2
  7. package/dist/ej2-angular-diagrams.umd.js.map +1 -1
  8. package/dist/ej2-angular-diagrams.umd.min.js +2 -2
  9. package/dist/ej2-angular-diagrams.umd.min.js.map +1 -1
  10. package/ej2-angular-diagrams.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/diagram/diagram.component.d.ts +1 -0
  16. package/styles/bootstrap-dark.css +6 -1
  17. package/styles/bootstrap.css +6 -1
  18. package/styles/bootstrap4.css +6 -1
  19. package/styles/bootstrap5-dark.css +7 -1
  20. package/styles/bootstrap5.css +7 -1
  21. package/styles/diagram/bootstrap-dark.css +6 -1
  22. package/styles/diagram/bootstrap.css +6 -1
  23. package/styles/diagram/bootstrap4.css +6 -1
  24. package/styles/diagram/bootstrap5-dark.css +7 -1
  25. package/styles/diagram/bootstrap5.css +7 -1
  26. package/styles/diagram/fabric-dark.css +6 -1
  27. package/styles/diagram/fabric.css +6 -1
  28. package/styles/diagram/fluent-dark.css +7 -1
  29. package/styles/diagram/fluent.css +7 -1
  30. package/styles/diagram/highcontrast-light.css +6 -1
  31. package/styles/diagram/highcontrast.css +7 -1
  32. package/styles/diagram/material-dark.css +6 -1
  33. package/styles/diagram/material.css +6 -1
  34. package/styles/diagram/tailwind-dark.css +7 -1
  35. package/styles/diagram/tailwind.css +7 -1
  36. package/styles/fabric-dark.css +6 -1
  37. package/styles/fabric.css +6 -1
  38. package/styles/fluent-dark.css +7 -1
  39. package/styles/fluent.css +7 -1
  40. package/styles/highcontrast-light.css +6 -1
  41. package/styles/highcontrast.css +7 -1
  42. package/styles/material-dark.css +6 -1
  43. package/styles/material.css +6 -1
  44. package/styles/tailwind-dark.css +7 -1
  45. package/styles/tailwind.css +7 -1
package/CHANGELOG.md CHANGED
@@ -4,53 +4,22 @@
4
4
 
5
5
  ### Diagram
6
6
 
7
- #### Bug fixes
8
-
9
- - `#I399417` - Now, fit to page is working properly when we call it multiple times.
10
-
11
- ## 20.2.45 (2022-08-23)
12
-
13
- ### Diagram
14
-
15
- #### Bug fixes
16
-
17
- - `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
18
- - `#I397678` - Now, the connector is dropped properly inside the swimlane.
19
- - `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
20
- - `#I397116` - Now, Bezier connector annotation rendered at the proper position.
21
-
22
- ## 20.2.44 (2022-08-16)
23
-
24
- ### Diagram
25
-
26
- #### Bug fixes
27
-
28
- - `#I395331` - The undefined exception will no longer thrown while draw a SVG node.
29
-
30
- ## 20.2.40 (2022-07-26)
31
-
32
- ### Diagram
33
-
34
- #### Bug fixes
35
-
36
- - `#I388692` - Now connectors are properly connected to the node after save and load.
37
- - `#I384554` - Now scroll settings offset are updated properly dynamically.
38
-
39
- ## 20.2.39 (2022-07-19)
40
-
41
- - `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
42
-
43
- ## 20.2.38 (2022-07-12)
44
-
45
- ### Diagram
46
-
47
- #### Bug fixes
7
+ #### Bug Fixes
48
8
 
49
9
  - `#I387297` - Now, the Expand & Collapse work properly for layout.
50
10
  - `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
51
11
  - `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.
12
+ - `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
52
13
  - `#I383401` - BPMN task type symbols are updated as per BPMN 2.0 standard.
53
14
  - `#FB35907` - Localization support for symbol palette search box placeholder has been added.
15
+ - `#I388692` - Now connectors are properly connected to the node after save and load.
16
+ - `#I384554` - Now scroll settings offset are updated properly dynamically.
17
+ - `#I397678` - Now, the connector is dropped properly inside the swimlane.
18
+ - `#I395331` - The undefined exception will no longer thrown while draw a SVG node.
19
+ - `#I397116` - Now, Bezier connector annotation rendered at the proper position.
20
+ - `#I396868` - Now bezier connector rendered properly while drag and drop from palette.
21
+ - `#I397852` - Now, layers undefined exception will no longer thrown while save and load.
22
+ - `#I399417` - Now, fit to page is working properly when we call it multiple times.
54
23
 
55
24
  ## 20.2.36 (2022-06-30)
56
25
 
@@ -60,9 +29,9 @@
60
29
 
61
30
  - `#I382500` - Now, the BPMN shape is changed properly at runtime.
62
31
  - `#I382496` - BPMN gateway sub type is working properly while changing it during runtime.
63
- - `#I383411` - Now, fill color is applied properly when changing the BPMN event at runtime.
32
+ - `#I383411` - Now, fill color is applied properly when changing BPMN event at runtime.
64
33
 
65
- #### Features
34
+ #### New Features
66
35
 
67
36
  - `#I362749` - Provided option to adjust the distance between the source node and the target node of the orthogonal connection has been added.
68
37
  - `#I347713` - Support to modify connector segments thumb icon shape and style has been added.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.js
3
- * version : 20.2.49
3
+ * version : 20.3.47
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
@@ -621,7 +621,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
621
621
  return Reflect.metadata(k, v);
622
622
  };
623
623
  var inputs = ['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'];
624
- var outputs$9 = ['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'];
624
+ var outputs$9 = ['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', 'elementDraw'];
625
625
  var twoWays = [''];
626
626
  /**
627
627
  * Diagram Component
@@ -1459,6 +1459,7 @@ exports.processPathData = ej2Diagrams.processPathData;
1459
1459
  exports.parsePathData = ej2Diagrams.parsePathData;
1460
1460
  exports.getRectanglePath = ej2Diagrams.getRectanglePath;
1461
1461
  exports.getPolygonPath = ej2Diagrams.getPolygonPath;
1462
+ exports.getFreeHandPath = ej2Diagrams.getFreeHandPath;
1462
1463
  exports.pathSegmentCollection = ej2Diagrams.pathSegmentCollection;
1463
1464
  exports.transformPath = ej2Diagrams.transformPath;
1464
1465
  exports.updatedSegment = ej2Diagrams.updatedSegment;
@@ -1674,6 +1675,7 @@ exports.PolyLineDrawingTool = ej2Diagrams.PolyLineDrawingTool;
1674
1675
  exports.LabelDragTool = ej2Diagrams.LabelDragTool;
1675
1676
  exports.LabelResizeTool = ej2Diagrams.LabelResizeTool;
1676
1677
  exports.LabelRotateTool = ej2Diagrams.LabelRotateTool;
1678
+ exports.FreeHandTool = ej2Diagrams.FreeHandTool;
1677
1679
  exports.DiagramEventHandler = ej2Diagrams.DiagramEventHandler;
1678
1680
  exports.CommandHandler = ej2Diagrams.CommandHandler;
1679
1681
  exports.findToolToActivate = ej2Diagrams.findToolToActivate;