@balkangraph/orgchart.js 8.16.10 → 8.16.11
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 +6 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2955,6 +2955,9 @@ declare namespace OrgChart {
|
|
|
2955
2955
|
instance: OrgChart;
|
|
2956
2956
|
}
|
|
2957
2957
|
|
|
2958
|
+
/**
|
|
2959
|
+
* @ignore
|
|
2960
|
+
*/
|
|
2958
2961
|
interface xScrollUI {
|
|
2959
2962
|
addListener(svg: HTMLElement): void;
|
|
2960
2963
|
create(width: number): void;
|
|
@@ -2963,6 +2966,9 @@ declare namespace OrgChart {
|
|
|
2963
2966
|
element: HTMLElement;
|
|
2964
2967
|
}
|
|
2965
2968
|
|
|
2969
|
+
/**
|
|
2970
|
+
* @ignore
|
|
2971
|
+
*/
|
|
2966
2972
|
interface yScrollUI {
|
|
2967
2973
|
addListener(svg: HTMLElement): void;
|
|
2968
2974
|
create(width: number): void;
|