@balkangraph/orgchart.js 8.14.40 → 8.14.42

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
@@ -44,7 +44,7 @@ declare class OrgChart extends OrgChartBase {
44
44
  * @param ids node ids that will be expanded
45
45
  * @param callback called after the animation completes
46
46
  */
47
- expand(id: string | number, ids: Array<string | number>, callback?: () => void): void;
47
+ expand(id: string | number, ids: Array<string | number> | "all", callback?: () => void): void;
48
48
  /**
49
49
  * Collapses specified nodes.
50
50
  * @param id the id of the node that will not move
@@ -932,7 +932,7 @@ declare class OrgChart extends OrgChartBase {
932
932
  static RESET_MOVABLE_ONEXPANDCOLLAPSE: boolean;
933
933
 
934
934
  /**
935
- * Gil;ter menu is ordered alphabetically
935
+ * Filter menu is ordered alphabetically
936
936
  */
937
937
  static FILTER_ALPHABETICALLY: boolean;
938
938