@balkangraph/orgchart.js 8.13.21 → 8.13.23

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
@@ -198,6 +198,15 @@ declare class OrgChart extends OrgChartBase {
198
198
  * @param callback called at the end of animation
199
199
  */
200
200
  setOrientation(orientation: OrgChart.orientation, lcn?: string, callback?: () => void): void;
201
+
202
+
203
+ /**
204
+ * Moves specified nodes to the visible area.
205
+ * @param ids Array of node ids
206
+ * @param callback called at the end of animation
207
+ */
208
+ moveNodesToVisibleArea(ids: Array<number | string>, callback?: () => void): void;
209
+
201
210
  /**
202
211
  * Search in the chart.
203
212
  * @param value search for value