@balkangraph/orgchart.js 8.2.53 → 8.2.54

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
@@ -648,8 +648,6 @@ declare class OrgChart extends OrgChartBase {
648
648
  };
649
649
  static state: { clear(stateName: string): void };
650
650
 
651
- static animate(element: Object, attrStart?: Object, attrEnd?: Object, duration?: number, func?: OrgChart.anim, callback?: Function, tick?: boolean): void;
652
-
653
651
  static VERSION: string;
654
652
  /**
655
653
  * @ignore
@@ -755,8 +753,6 @@ declare class OrgChart extends OrgChartBase {
755
753
  */
756
754
  static HIDE_EDIT_FORM_ON_PAN: boolean;
757
755
 
758
- static pdfPrevUI: any;
759
- static randomId(): any;
760
756
 
761
757
  }
762
758
 
@@ -961,9 +957,7 @@ declare namespace OrgChart {
961
957
  format?: "A1" | "A2" | "A3" | "A4" | "A5" | "A4" | "Letter" | "Legal",
962
958
  header?: string,
963
959
  footer?: string,
964
- openInNewTab?: boolean,
965
- expandChildren?: boolean,
966
- nodeId? : number | string
960
+ openInNewTab?: boolean
967
961
  }
968
962
 
969
963
  interface linkTemplate {
@@ -1573,7 +1567,7 @@ declare namespace OrgChart {
1573
1567
  * });
1574
1568
  * ```
1575
1569
  */
1576
- nodes?: Array<Object>,
1570
+ nodes?: Array<string | number>,
1577
1571
  /**
1578
1572
  * Adds curved link.
1579
1573
  * ```typescript