@balkangraph/orgchart.js 8.11.24 → 8.11.26

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
@@ -855,7 +855,7 @@ declare class OrgChart extends OrgChartBase {
855
855
  static searchUI: any;
856
856
  static editUI: any;
857
857
  static pdfPrevUI: any;
858
- static menuUI: any;
858
+ // static menuUI: any;
859
859
  static attr: any;
860
860
  static toolbarUI: any;
861
861
  static elements: any;
@@ -1113,7 +1113,7 @@ declare namespace OrgChart {
1113
1113
  }
1114
1114
 
1115
1115
 
1116
- declare class menuUI {
1116
+ interface menuUI {
1117
1117
  init(obj: OrgChart, menu: { [key: string]: menu }): void;
1118
1118
  /**
1119
1119
  * The on() method of the menuUI interface sets up a function that will be called whenever the specified event is delivered to the target. *
@@ -1150,7 +1150,7 @@ declare namespace OrgChart {
1150
1150
  show(x: number | HTMLElement, y?: number, firstNodeId?: string | number, secondNodeId?: string | number, menu?: { [key: string]: menu }): void;
1151
1151
  }
1152
1152
 
1153
- declare class circleMenuUI {
1153
+ interface circleMenuUI {
1154
1154
  /**
1155
1155
  * Inits circle menu instance
1156
1156
  * @param obj