@balkangraph/orgchart.js 8.11.19 → 8.11.20
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 +5 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2402,7 +2402,11 @@ declare class OrgChartBase {
|
|
|
2402
2402
|
/**
|
|
2403
2403
|
* draging element
|
|
2404
2404
|
*/
|
|
2405
|
-
dragNodeElement: HTMLElement
|
|
2405
|
+
dragNodeElement: HTMLElement,
|
|
2406
|
+
/**
|
|
2407
|
+
* Mouse event
|
|
2408
|
+
*/
|
|
2409
|
+
event: MouseEvent
|
|
2406
2410
|
}) => void): OrgChart;
|
|
2407
2411
|
}
|
|
2408
2412
|
|