@balkangraph/orgchart.js 8.11.5 → 8.11.6

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
@@ -785,6 +785,10 @@ declare class OrgChart extends OrgChartBase {
785
785
  */
786
786
  static MIXED_LAYOUT_FOR_NODES_WITH_COLLAPSED_CHILDREN: boolean;
787
787
  /**
788
+ * Use mixed layout for example tree or treeLeftOffset if mumber of children is more then specified value
789
+ */
790
+ static MIXED_LAYOUT_IF_NUMBER_OF_CHILDREN_IS_MORE_THEN: boolean;
791
+ /**
788
792
  * @ignore
789
793
  */
790
794
  static LINK_ROUNDED_CORNERS: number;