@balkangraph/orgchart.js 8.14.3 → 8.14.6

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
@@ -731,7 +731,9 @@ declare class OrgChart extends OrgChartBase {
731
731
  static convertNodesToCsv(nodes: Array<Object>) : string;
732
732
  static wrapText(text: string, field: Object): string;
733
733
 
734
- static filterUI: OrgChart.filterUI;
734
+ static filterUI: {
735
+ labelFilterBy: string
736
+ };
735
737
 
736
738
  /**
737
739
  * Shows/hides lloading image. Usefull when export large data to pdf. You can override and show your own loading image.
@@ -1213,7 +1215,6 @@ declare namespace OrgChart {
1213
1215
  filterBy?: any;
1214
1216
  element: HTMLElement;
1215
1217
  instance: OrgChart;
1216
- static filterBy: string;
1217
1218
  }
1218
1219
 
1219
1220