@balkangraph/orgchart.js 8.10.11 → 8.10.13
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 +1 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -617,7 +617,7 @@ declare class OrgChart extends OrgChartBase {
|
|
|
617
617
|
toolbarUI: OrgChart.toolbarUI;
|
|
618
618
|
config: OrgChart.options
|
|
619
619
|
|
|
620
|
-
static fileUploadDialog(
|
|
620
|
+
static fileUploadDialog(scallback: (file: any) => void): void;
|
|
621
621
|
static isMobile(): boolean;
|
|
622
622
|
/**
|
|
623
623
|
* Checks if the used libraris is licnsed or not
|