@balkangraph/orgchart.js 8.2.49 → 8.2.52
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 +2 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -648,6 +648,8 @@ 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
|
+
|
|
651
653
|
static VERSION: string;
|
|
652
654
|
/**
|
|
653
655
|
* @ignore
|