@balkangraph/orgchart.js 8.14.115 → 8.14.116
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
|
@@ -2244,7 +2244,7 @@ declare namespace OrgChart {
|
|
|
2244
2244
|
const COLLAPSE_SUB_CHILDRENS: number;
|
|
2245
2245
|
|
|
2246
2246
|
/**
|
|
2247
|
-
*
|
|
2247
|
+
*
|
|
2248
2248
|
*/
|
|
2249
2249
|
var template: object;
|
|
2250
2250
|
|
|
@@ -2615,7 +2615,7 @@ declare namespace OrgChart {
|
|
|
2615
2615
|
*/
|
|
2616
2616
|
[name: string]: any
|
|
2617
2617
|
}
|
|
2618
|
-
|
|
2618
|
+
|
|
2619
2619
|
interface editUI {
|
|
2620
2620
|
/**
|
|
2621
2621
|
* Inits edit ui
|