@balkangraph/orgchart.js 8.4.11 → 8.4.12

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
@@ -628,6 +628,7 @@ declare class OrgChart extends OrgChartBase {
628
628
  */
629
629
  static childrenCount(chart: OrgChart, node: OrgChart.node, count?: number): number;
630
630
  static collapsedChildrenCount(chart: OrgChart, node: OrgChart.node, count?: number): number;
631
+ static collapsedChildrenTotalCount(chart: OrgChart, node: OrgChart.node, count?: number): number;
631
632
  static getRootOf(node: OrgChart.node): OrgChart.node;
632
633
 
633
634
  /**