@balkangraph/orgchart.js 8.6.1 → 8.7.0

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
@@ -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