@syncfusion/ej2-angular-diagrams 19.4.40 → 19.4.48

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 CHANGED
@@ -2,6 +2,37 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.43 (2022-01-18)
6
+
7
+ ### Diagram
8
+
9
+ #### Bug Fixes
10
+
11
+ - `F171509` - The issue "getDiagramContent() is not working properly" has been fixed.
12
+
13
+ ## 19.4.42 (2022-01-11)
14
+
15
+ ### Diagram
16
+
17
+ #### Bug Fixes
18
+
19
+ - `SF-359118` - The issue "Scroll Bar is not working properly when Viewport is in Negative coordinates" has been fixed.
20
+ - `F171398` - The issue "Exception occurs when save and load the diagram" has been fixed.
21
+ - `SF-360354` - The issue "Symbol do not get dropped properly in the chrome android" has been fixed.
22
+
23
+ ## 19.4.41 (2022-01-04)
24
+
25
+ ### Diagram
26
+
27
+ #### Bug Fixes
28
+
29
+ - `SF-358407` - The issue "NodeTemplate is not rendered properly in React" has been fixed.
30
+ - `SF-358519` - The issue "SendToBack is not working properly when re-adding shapes on diagram" has been fixed.
31
+ - `F170870` - The issue "Ports are not flipped while flipping Node to Horizontal or Vertically" has been fixed.
32
+ - `F170870` - The issue "Provide support to prevent label flipping while flipping the node horizontally or vertically" has been fixed.
33
+
34
+ ## 19.4.40 (2021-12-28)
35
+
5
36
  ### Diagram
6
37
 
7
38
  #### Bug Fixes
package/README.md CHANGED
@@ -72,4 +72,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/li
72
72
 
73
73
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/diagrams/CHANGELOG.md)
74
74
 
75
- © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
75
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.js
3
- * version : 19.4.40
3
+ * version : 19.4.48
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
@@ -277,7 +277,7 @@ ConnectorAnnotationsDirective.decorators = [
277
277
  * @nocollapse
278
278
  */
279
279
  ConnectorAnnotationsDirective.ctorParameters = function () { return []; };
280
- var input$4 = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
280
+ var input$4 = ['addInfo', 'annotations', 'bridgeSpace', 'connectionPadding', 'constraints', 'cornerRadius', 'dragSize', 'excludeFromLayout', 'fixedUserHandles', 'flip', 'flipMode', 'hitPadding', 'id', 'margin', 'previewSize', 'segments', 'shape', 'sourceDecorator', 'sourceID', 'sourcePadding', 'sourcePoint', 'sourcePortID', 'style', 'symbolInfo', 'targetDecorator', 'targetID', 'targetPadding', 'targetPoint', 'targetPortID', 'tooltip', 'type', 'visible', 'wrapper', 'zIndex'];
281
281
  var outputs$4 = [];
282
282
  /**
283
283
  * Connectors Directive
@@ -540,7 +540,7 @@ PortsDirective.decorators = [
540
540
  * @nocollapse
541
541
  */
542
542
  PortsDirective.ctorParameters = function () { return []; };
543
- var input$8 = ['addInfo', 'annotations', 'backgroundColor', 'borderColor', 'borderWidth', 'branch', 'children', 'collapseIcon', 'columnIndex', 'columnSpan', 'columns', 'constraints', 'container', 'data', 'dragSize', 'excludeFromLayout', 'expandIcon', 'fixedUserHandles', 'flip', 'height', 'horizontalAlignment', 'id', 'isExpanded', 'layoutInfo', 'margin', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'offsetX', 'offsetY', 'pivot', 'ports', 'previewSize', 'rotateAngle', 'rowIndex', 'rowSpan', 'rows', 'shadow', 'shape', 'style', 'symbolInfo', 'tooltip', 'verticalAlignment', 'visible', 'width', 'wrapper', 'zIndex'];
543
+ var input$8 = ['addInfo', 'annotations', 'backgroundColor', 'borderColor', 'borderWidth', 'branch', 'children', 'collapseIcon', 'columnIndex', 'columnSpan', 'columns', 'constraints', 'container', 'data', 'dragSize', 'excludeFromLayout', 'expandIcon', 'fixedUserHandles', 'flip', 'flipMode', 'height', 'horizontalAlignment', 'id', 'isExpanded', 'layoutInfo', 'margin', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'offsetX', 'offsetY', 'pivot', 'ports', 'previewSize', 'rotateAngle', 'rowIndex', 'rowSpan', 'rows', 'shadow', 'shape', 'style', 'symbolInfo', 'tooltip', 'verticalAlignment', 'visible', 'width', 'wrapper', 'zIndex'];
544
544
  var outputs$8 = [];
545
545
  /**
546
546
  * Nodes Directive