@balkangraph/orgchart.js 8.14.1 → 8.14.2

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
@@ -1210,6 +1210,7 @@ declare namespace OrgChart {
1210
1210
  filterBy?: any;
1211
1211
  element: HTMLElement;
1212
1212
  instance: OrgChart;
1213
+ static filterBy: string;
1213
1214
  }
1214
1215
 
1215
1216