@balkangraph/orgchart.js 8.3.4 → 8.3.5
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 +1 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -616,7 +616,7 @@ declare class OrgChart extends OrgChartBase {
|
|
|
616
616
|
static isNEU(val: any): boolean;
|
|
617
617
|
static gradientCircleForDefs(id: string | number, colors: Array<string> | string, r: number, strokeWidth: number): string;
|
|
618
618
|
static convertCsvToNodes(text: string) : Array<OrgChart.node>;
|
|
619
|
-
|
|
619
|
+
static wrapText(text: string, field: Object): string;
|
|
620
620
|
/**
|
|
621
621
|
* Shows/hides lloading image. Usefull when export large data to pdf. You can override and show your own loading image.
|
|
622
622
|
*/
|