@balkangraph/orgchart.js 8.2.16 → 8.2.17
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 +0 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
/// <reference path="OrgChartBase.d.ts" />
|
|
3
2
|
|
|
4
3
|
declare class OrgChart extends OrgChartBase {
|
|
5
4
|
nodes: { [key: string | number]: OrgChart.node };
|
|
@@ -1931,7 +1930,6 @@ declare namespace OrgChart {
|
|
|
1931
1930
|
}
|
|
1932
1931
|
}
|
|
1933
1932
|
}
|
|
1934
|
-
/// <reference path="OrgChart.d.ts" />
|
|
1935
1933
|
|
|
1936
1934
|
declare class OrgChartBase {
|
|
1937
1935
|
|