@balkangraph/orgchart.js 8.6.1 → 8.7.1

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
@@ -614,7 +614,7 @@ declare class OrgChart extends OrgChartBase {
614
614
  toolbarUI: OrgChart.toolbarUI;
615
615
  config: OrgChart.options
616
616
 
617
- static fileUploadDialog(callback: (file: any) => void): void;
617
+ static fileUploadDialog(args: Object, callback: (file: any) => void): void;
618
618
  static isMobile(): boolean;
619
619
  /**
620
620
  * Checks if the used libraris is licnsed or not
@@ -807,7 +807,12 @@ declare class OrgChart extends OrgChartBase {
807
807
  /**
808
808
  * Escape HTML to prevent Cross-site scripting (also known as XSS) attacks
809
809
  */
810
- static ESCAPE_HTML: string;
810
+ static ESCAPE_HTML: boolean;
811
+
812
+ /**
813
+ * Align children of assistant vertically
814
+ */
815
+ static VERTICAL_CHILDREN_ASSISTANT: boolean;
811
816
 
812
817
  /**
813
818
  * @ignore