@syncfusion/ej2-angular-diagrams 29.2.7-ngcc → 29.2.8-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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-diagrams.umd.js
3
- * version : 29.2.7
3
+ * version : 29.2.8
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. 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
@@ -1592,6 +1592,10 @@ exports.getSymbolSize = ej2Diagrams.getSymbolSize;
1592
1592
  exports.findParentInSwimlane = ej2Diagrams.findParentInSwimlane;
1593
1593
  exports.selectionHasConnector = ej2Diagrams.selectionHasConnector;
1594
1594
  exports.getConnectorArrowType = ej2Diagrams.getConnectorArrowType;
1595
+ exports.alignChildBasedOnaPoint = ej2Diagrams.alignChildBasedOnaPoint;
1596
+ exports.getFlippedPoint = ej2Diagrams.getFlippedPoint;
1597
+ exports.isLabelFlipped = ej2Diagrams.isLabelFlipped;
1598
+ exports.containsBounds = ej2Diagrams.containsBounds;
1595
1599
  exports.CanvasRenderer = ej2Diagrams.CanvasRenderer;
1596
1600
  exports.DiagramRenderer = ej2Diagrams.DiagramRenderer;
1597
1601
  exports.DataBinding = ej2Diagrams.DataBinding;