@balkangraph/orgchart.js 8.14.98 → 8.14.99
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 +2 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1871,9 +1871,10 @@ declare class OrgChart {
|
|
|
1871
1871
|
*/
|
|
1872
1872
|
static SCALE_FACTOR: number;
|
|
1873
1873
|
/**
|
|
1874
|
+
* default auto
|
|
1874
1875
|
* @ignore
|
|
1875
1876
|
*/
|
|
1876
|
-
static LAZY_LOADING_FACTOR: number;
|
|
1877
|
+
static LAZY_LOADING_FACTOR: number | string;
|
|
1877
1878
|
/**
|
|
1878
1879
|
* Can be used to instruct the browser to defer loading of OrgChart that are off-screen until the user scrolls near them.
|
|
1879
1880
|
* The init event listener will be called as soon as the OrgChart become visible.
|