@balkangraph/orgchart.js 8.14.0 → 8.14.1

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/orgchart.d.ts CHANGED
@@ -1517,7 +1517,8 @@ declare namespace OrgChart {
1517
1517
 
1518
1518
  enum movable {
1519
1519
  node,
1520
- tree
1520
+ tree,
1521
+ detachTree
1521
1522
  }
1522
1523
 
1523
1524
 
@@ -2129,6 +2130,7 @@ declare namespace OrgChart {
2129
2130
  * - OrgChart.layout.treeRightOffset
2130
2131
  * - OrgChart.layout.treeLeft
2131
2132
  * - OrgChart.layout.treeRight
2133
+ * - OrgChart.layout.grid
2132
2134
  *
2133
2135
  * Default value - *OrgChart.layout.normal*
2134
2136
  * ```typescript