@balkangraph/orgchart.js 8.15.4 → 8.15.6
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 +1 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2253,7 +2253,6 @@ declare namespace OrgChart {
|
|
|
2253
2253
|
const COLLAPSE_SUB_CHILDRENS: number;
|
|
2254
2254
|
|
|
2255
2255
|
|
|
2256
|
-
var template: object;
|
|
2257
2256
|
|
|
2258
2257
|
interface node {
|
|
2259
2258
|
/**
|
|
@@ -2601,7 +2600,7 @@ declare namespace OrgChart {
|
|
|
2601
2600
|
* OrgChart.templates.ana.min.field_1 = "";
|
|
2602
2601
|
* ```
|
|
2603
2602
|
*/
|
|
2604
|
-
min?: template,
|
|
2603
|
+
min?: OrgChart.template,
|
|
2605
2604
|
|
|
2606
2605
|
/**
|
|
2607
2606
|
* A field
|