@balkangraph/orgchart.js 8.14.58 → 8.14.60
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
|
@@ -1166,7 +1166,7 @@ declare namespace OrgChart {
|
|
|
1166
1166
|
* @param type A case-sensitive string representing the event type to listen for.
|
|
1167
1167
|
* @param listener The object that receives a notification when an event of the specified type occurs. This must be a JavaScript function.
|
|
1168
1168
|
*/
|
|
1169
|
-
on(type: "show" | "save" | "cancel" | "element-btn-click" | "button-click" | "hide", listener: (sender: editUI, args: any, args1: any, args2: any) => void | boolean): editUI;
|
|
1169
|
+
on(type: "show" | "shown" | "save" | "cancel" | "element-btn-click" | "button-click" | "hide", listener: (sender: editUI, args: any, args1: any, args2: any) => void | boolean): editUI;
|
|
1170
1170
|
/**
|
|
1171
1171
|
* Shows the edit form for the specified node id
|
|
1172
1172
|
* @param id node id
|