@balkangraph/orgchart.js 8.9.20 → 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 CHANGED
@@ -1116,7 +1116,7 @@ declare namespace OrgChart {
1116
1116
  * @param secondNodeId
1117
1117
  * @param menu
1118
1118
  */
1119
- show(x: number, y: number, firstNodeId: string | number, secondNodeId: string | number, menu: { [key: string]: menu }): void;
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 {
@@ -1208,6 +1208,7 @@ declare namespace OrgChart {
1208
1208
  footer?: string,
1209
1209
  openInNewTab?: boolean,
1210
1210
  expandChildren?: boolean,
1211
+ min?: boolean,
1211
1212
  nodeId? : number | string
1212
1213
  }
1213
1214