@balkangraph/orgchart.js 8.14.102 → 8.14.103

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
@@ -2755,7 +2755,7 @@ declare namespace OrgChart {
2755
2755
  */
2756
2756
  mode?: "dark" | "light",
2757
2757
  /**
2758
- * Lazy loading is technique that defers loading of non-critical nodes at page load time. Instead, these non-critical nodes are loaded at the moment of need. Default value - *true*.
2758
+ * Lazy loading is technique that defers loading of non-critical nodes at page load time. Instead, these non-critical nodes are loaded at the moment of need. Default value - *auto*.
2759
2759
  * ```typescript
2760
2760
  * var chart = new OrgChart('#tree', {
2761
2761
  * lazyLoading: false