@balkangraph/orgchart.js 8.8.3 → 8.8.5
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 -2
- 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
|
|
@@ -1062,7 +1062,7 @@ declare namespace OrgChart {
|
|
|
1062
1062
|
* Opens filter Tab
|
|
1063
1063
|
* @param filterTabName the name of the filter tab
|
|
1064
1064
|
*/
|
|
1065
|
-
show(filterTabName): void;
|
|
1065
|
+
show(filterTabName: string): void;
|
|
1066
1066
|
/**
|
|
1067
1067
|
* Hides the filter tabs
|
|
1068
1068
|
*/
|