@balkangraph/orgchart.js 8.2.52 → 8.2.55
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 +0 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
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
|