@balkangraph/orgchart.js 8.8.3 → 8.8.4
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
|
@@ -614,7 +614,7 @@ declare class OrgChart extends OrgChartBase {
|
|
|
614
614
|
toolbarUI: OrgChart.toolbarUI;
|
|
615
615
|
config: OrgChart.options
|
|
616
616
|
|
|
617
|
-
static fileUploadDialog(callback: (file: any) => void): void;
|
|
617
|
+
static fileUploadDialog(args: Object, callback: (file: any) => void): void;
|
|
618
618
|
static isMobile(): boolean;
|
|
619
619
|
/**
|
|
620
620
|
* Checks if the used libraris is licnsed or not
|