@balkangraph/orgchart.js 8.2.14 → 8.2.15

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 CHANGED
@@ -1,4 +1,4 @@
1
- export declare class OrgChart extends OrgChartBase {
1
+ declare class OrgChart extends OrgChartBase {
2
2
  nodes: { [key: string | number]: OrgChart.node };
3
3
  isVisible: boolean;
4
4
 
@@ -747,7 +747,7 @@ export declare class OrgChart extends OrgChartBase {
747
747
 
748
748
  }
749
749
 
750
- export declare namespace OrgChart {
750
+ declare namespace OrgChart {
751
751
  /**
752
752
  * deprecated
753
753
  * @ignore
@@ -1936,7 +1936,7 @@ export declare namespace OrgChart {
1936
1936
  }
1937
1937
  /// <reference path="OrgChart.d.ts" />
1938
1938
 
1939
- export declare class OrgChartBase {
1939
+ declare class OrgChartBase {
1940
1940
 
1941
1941
  /**
1942
1942
  * Removes specified node from nodes collection, redraws the chart and fires remove event.
@@ -2073,7 +2073,7 @@ export declare class OrgChartBase {
2073
2073
  }) => void): OrgChart;
2074
2074
  }
2075
2075
 
2076
- export declare namespace OrgChart {
2076
+ declare namespace OrgChart {
2077
2077
  /**
2078
2078
  * deprecated, use OrgChart.align.center isntead
2079
2079
  * @ignore
@@ -2125,3 +2125,4 @@ export declare namespace OrgChart {
2125
2125
  enableDragDrop?: boolean,
2126
2126
  }
2127
2127
  }
2128
+ export default OrgChart