@syncfusion/ej2-vue-diagrams 20.1.48 → 20.1.57

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 (68) hide show
  1. package/CHANGELOG.md +36 -5
  2. package/dist/ej2-vue-diagrams.umd.min.js +11 -2
  3. package/dist/es6/ej2-vue-diagrams.es2015.js +391 -29
  4. package/dist/es6/ej2-vue-diagrams.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-diagrams.es5.js +264 -27
  6. package/dist/es6/ej2-vue-diagrams.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-diagrams.min.js +2 -2
  8. package/package.json +8 -14
  9. package/src/diagram/connector-annotation.directive.d.ts +3 -1
  10. package/src/diagram/connector-annotation.directive.js +24 -2
  11. package/src/diagram/connector-fixeduserhandle.directive.d.ts +3 -1
  12. package/src/diagram/connector-fixeduserhandle.directive.js +24 -2
  13. package/src/diagram/connectors.directive.d.ts +3 -1
  14. package/src/diagram/connectors.directive.js +24 -2
  15. package/src/diagram/customcursor.directive.d.ts +3 -1
  16. package/src/diagram/customcursor.directive.js +24 -2
  17. package/src/diagram/diagram.component.d.ts +2 -1
  18. package/src/diagram/diagram.component.js +12 -3
  19. package/src/diagram/layers.directive.d.ts +3 -1
  20. package/src/diagram/layers.directive.js +24 -2
  21. package/src/diagram/node-annotation.directive.d.ts +3 -1
  22. package/src/diagram/node-annotation.directive.js +24 -2
  23. package/src/diagram/node-fixeduserhandle.directive.d.ts +3 -1
  24. package/src/diagram/node-fixeduserhandle.directive.js +24 -2
  25. package/src/diagram/nodes.directive.d.ts +3 -1
  26. package/src/diagram/nodes.directive.js +24 -2
  27. package/src/diagram/ports.directive.d.ts +3 -1
  28. package/src/diagram/ports.directive.js +24 -2
  29. package/src/overview/overview.component.d.ts +1 -0
  30. package/src/overview/overview.component.js +10 -1
  31. package/src/symbol-palette/palettes.directive.d.ts +3 -1
  32. package/src/symbol-palette/palettes.directive.js +24 -2
  33. package/src/symbol-palette/symbolpalette.component.d.ts +1 -0
  34. package/src/symbol-palette/symbolpalette.component.js +10 -1
  35. package/styles/bootstrap-dark.css +51 -95
  36. package/styles/bootstrap.css +51 -95
  37. package/styles/bootstrap4.css +51 -95
  38. package/styles/bootstrap5-dark.css +51 -95
  39. package/styles/bootstrap5.css +51 -95
  40. package/styles/diagram/bootstrap-dark.css +51 -95
  41. package/styles/diagram/bootstrap.css +51 -95
  42. package/styles/diagram/bootstrap4.css +51 -95
  43. package/styles/diagram/bootstrap5-dark.css +51 -95
  44. package/styles/diagram/bootstrap5.css +51 -95
  45. package/styles/diagram/fabric-dark.css +51 -95
  46. package/styles/diagram/fabric.css +51 -95
  47. package/styles/diagram/fluent-dark.css +352 -0
  48. package/styles/diagram/fluent-dark.scss +1 -0
  49. package/styles/diagram/fluent.css +352 -0
  50. package/styles/diagram/fluent.scss +1 -0
  51. package/styles/diagram/highcontrast-light.css +71 -115
  52. package/styles/diagram/highcontrast.css +51 -95
  53. package/styles/diagram/material-dark.css +51 -95
  54. package/styles/diagram/material.css +51 -95
  55. package/styles/diagram/tailwind-dark.css +51 -95
  56. package/styles/diagram/tailwind.css +51 -95
  57. package/styles/fabric-dark.css +51 -95
  58. package/styles/fabric.css +51 -95
  59. package/styles/fluent-dark.css +352 -0
  60. package/styles/fluent-dark.scss +1 -0
  61. package/styles/fluent.css +352 -0
  62. package/styles/fluent.scss +1 -0
  63. package/styles/highcontrast-light.css +71 -115
  64. package/styles/highcontrast.css +51 -95
  65. package/styles/material-dark.css +51 -95
  66. package/styles/material.css +51 -95
  67. package/styles/tailwind-dark.css +51 -95
  68. package/styles/tailwind.css +51 -95
package/CHANGELOG.md CHANGED
@@ -6,11 +6,38 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `SF-369300` - Now, Expand and collapse work properly for layouts.
10
- - `SF-370061` - Now, exportDiagram exports image url properly when mode is set to Data.
11
- - `SF-368435` - The exception will no longer thrown while dragging the selected object.
9
+ - `F173877` - Now, Node template has been rendered properly in layout.
10
+
11
+ ## 20.1.55 (2022-05-12)
12
+
13
+ ### Diagram
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I373763` - Now, old value of SelectionChange event are updated properly.
18
+ - `#I373774` - The sourcePointChange and targetPointChange events are triggered while dragging the node.
19
+ - `#I375741` - Now, the performance and Memory leak is resolved in the saveDiagram method.
20
+ - `#I372151` - Now, bezier connector annotation get exported properly as an image.
21
+ - `#I376498` - Now, the diagram zooming behaviour is changed as an old behaviour.
22
+
23
+ ## 20.1.51 (2022-04-26)
24
+
25
+ ### Diagram
26
+
27
+ #### Bug Fixes
28
+
29
+ - `#I375103` - Now, Port visibility will work properly on mouse hover in Canvas mode.
12
30
 
13
- ## 19.4.55 (2022-03-08)
31
+ ## 20.1.48 (2022-04-12)
32
+
33
+ ### Diagram
34
+
35
+ #### Bug Fixes
36
+
37
+ - `FB-33350` - Now, Property change event will trigger properly when z-index values are changed.
38
+ - `#I372613` - Now, Exporting the diagram as an image will work properly.
39
+
40
+ ## 20.1.47 (2022-04-04)
14
41
 
15
42
  ### Diagram
16
43
 
@@ -18,6 +45,10 @@
18
45
 
19
46
  - `#32965` - Now, old and new value of property change event values are updated properly while drag the connector target end.
20
47
  - `F172843` - Bring to front is now working properly for the multiple selection.
48
+ - `SF-369300` - Now, Expand and collapse work properly for layouts.
49
+ - `SF-370061` - Now, exportDiagram exports image url properly when mode is set to Data.
50
+ - `SF-368435` - The exception will no longer thrown while dragging the selected object.
51
+ - `SF-362356` - Now, Diagram can be zoomed or scrolled smoothly.
21
52
 
22
53
  ## 19.4.54 (2022-03-01)
23
54
 
@@ -40,7 +71,6 @@
40
71
  - `SF-360354` - Position change event is now fired properly while drag and drop the node using touch.
41
72
  - `SF-365716` - Drawing tool now draw connector properly while right click on the diagram.
42
73
  - `SF-364857` - Now, Command/Meta key will work properly on Mac.
43
- - `SF-362880` - Save and load now works properly for Swimlane after undo and redo.
44
74
 
45
75
  ## 19.4.52 (2022-02-15)
46
76
 
@@ -51,6 +81,7 @@
51
81
  - `SF-361654` - Connector is now rendered properly in the symbol palette while try to render as straight line.
52
82
  - `SF-360571` - Provide separate tooltip support for the group children node.
53
83
  - `SF-359118` - Now, the Scroll Bar works properly when Viewport is in Negative coordinates.
84
+ - `SF-362880` - Save and load now works properly for Swimlane after undo and redo.
54
85
 
55
86
  ## 19.4.50 (2022-02-08)
56
87
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-diagrams.umd.min.js
3
- * version : 20.1.48
3
+ * version : 20.1.57
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
@@ -9,7 +9,16 @@
9
9
  */
10
10
  /*!
11
11
  * filename: ej2-vue-diagrams.umd.min.js
12
- * version : 19.2.55
12
+ * version : 20.1.47
13
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
+ * Use of this code is subject to the terms of our license.
15
+ * A copy of the current license can be obtained at any time by e-mailing
16
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
17
+ * applicable laws.
18
+ */
19
+ /*!
20
+ * filename: ej2-vue-diagrams.umd.min.js
21
+ * version : 19.4.38
13
22
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
23
  * Use of this code is subject to the terms of our license.
15
24
  * A copy of the current license can be obtained at any time by e-mailing