@balkangraph/orgchart.js 8.2.25 → 8.2.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
@@ -747,9 +747,11 @@ declare class OrgChart extends OrgChartBase {
747
747
  * @ignore
748
748
  */
749
749
  static LAZY_LOADING_FACTOR: number;
750
-
751
-
752
-
750
+
751
+ /**
752
+ * Hides the Edit Form when the chart is moved with pan
753
+ */
754
+ static HIDE_EDIT_FORM_ON_PAN: boolean;
753
755
  }
754
756
 
755
757
  declare namespace OrgChart {