@balkangraph/orgchart.js 8.9.21 → 8.9.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 +1 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1116,7 +1116,7 @@ declare namespace OrgChart {
|
|
|
1116
1116
|
* @param secondNodeId
|
|
1117
1117
|
* @param menu
|
|
1118
1118
|
*/
|
|
1119
|
-
show(x: number, y
|
|
1119
|
+
show(x: number | HTMLElement, y?: number, firstNodeId?: string | number, secondNodeId?: string | number, menu?: { [key: string]: menu }): void;
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
1122
|
interface circleMenuUI {
|