@balkangraph/orgchart.js 8.13.17 → 8.13.19
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
|
@@ -680,7 +680,8 @@ declare class OrgChart extends OrgChartBase {
|
|
|
680
680
|
nodeContextMenuUI: OrgChart.menuUI;
|
|
681
681
|
menuUI: OrgChart.menuUI;
|
|
682
682
|
toolbarUI: OrgChart.toolbarUI;
|
|
683
|
-
config: OrgChart.options
|
|
683
|
+
config: OrgChart.options;
|
|
684
|
+
roots: Array<OrgChart.node>;
|
|
684
685
|
|
|
685
686
|
static fileUploadDialog(scallback: (file: any) => void): void;
|
|
686
687
|
static isMobile(): boolean;
|