@balkangraph/orgchart.js 8.2.60 → 8.2.61

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
@@ -1966,9 +1966,10 @@ declare namespace OrgChart {
1966
1966
  text?: string,
1967
1967
  hideIfEditMode?: boolean,
1968
1968
  hideIfDetailsMode?: boolean
1969
- }
1969
+ } | null
1970
1970
  },
1971
- elements?: { [key: string]: OrgChart.editFormElement | Array<OrgChart.editFormElement> }
1971
+ // elements?: { [key: string]: OrgChart.editFormElement | Array<OrgChart.editFormElement> }
1972
+ elements?: Array<OrgChart.editFormElement | Array<OrgChart.editFormElement>>
1972
1973
  }
1973
1974
  }
1974
1975
  }