@balkangraph/orgchart.js 8.3.1 → 8.3.4

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
@@ -1010,7 +1010,7 @@ declare namespace OrgChart {
1010
1010
  interface filterUI {
1011
1011
  init(instance: OrgChart): void;
1012
1012
  update(): void;
1013
- shouldFilter(data: object): boolean;
1013
+ addFilterTag(data: object): boolean;
1014
1014
  }
1015
1015
 
1016
1016