@balkangraph/orgchart.js 8.11.20 → 8.11.22
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 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1112,7 +1112,7 @@ declare namespace OrgChart {
|
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
1114
|
|
|
1115
|
-
|
|
1115
|
+
declare class menuUI {
|
|
1116
1116
|
init(obj: OrgChart, menu: { [key: string]: menu }): void;
|
|
1117
1117
|
/**
|
|
1118
1118
|
* The on() method of the menuUI interface sets up a function that will be called whenever the specified event is delivered to the target. *
|
|
@@ -1149,7 +1149,7 @@ declare namespace OrgChart {
|
|
|
1149
1149
|
show(x: number | HTMLElement, y?: number, firstNodeId?: string | number, secondNodeId?: string | number, menu?: { [key: string]: menu }): void;
|
|
1150
1150
|
}
|
|
1151
1151
|
|
|
1152
|
-
|
|
1152
|
+
declare class circleMenuUI {
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Inits circle menu instance
|
|
1155
1155
|
* @param obj
|