@balkangraph/orgchart.js 8.2.76 → 8.2.77

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
@@ -607,7 +607,7 @@ declare class OrgChart extends OrgChartBase {
607
607
  */
608
608
  static isNEU(val: any): boolean;
609
609
  static gradientCircleForDefs(id: string | number, colors: Array<string> | string, r: number, strokeWidth: number): string;
610
- static convertCsvToNodes(text: string) : Array<node>;
610
+ static convertCsvToNodes(text: string) : Array<OrgChart.node>;
611
611
 
612
612
  /**
613
613
  * Shows/hides lloading image. Usefull when export large data to pdf. You can override and show your own loading image.