@balkangraph/orgchart.js 8.9.13 → 8.9.16
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 +2 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -608,6 +608,7 @@ declare class OrgChart extends OrgChartBase {
|
|
|
608
608
|
editUI: OrgChart.editUI;
|
|
609
609
|
searchUI: OrgChart.searchUI;
|
|
610
610
|
nodeMenuUI: OrgChart.menuUI;
|
|
611
|
+
filterUI: OrgChart.filterUI;
|
|
611
612
|
nodeCircleMenuUI: OrgChart.circleMenuUI;
|
|
612
613
|
nodeContextMenuUI: OrgChart.menuUI;
|
|
613
614
|
menuUI: OrgChart.menuUI;
|
|
@@ -1080,6 +1081,7 @@ declare namespace OrgChart {
|
|
|
1080
1081
|
*/
|
|
1081
1082
|
hide(): void;
|
|
1082
1083
|
addFilterTag(data: object): boolean;
|
|
1084
|
+
filterBy?: any;
|
|
1083
1085
|
}
|
|
1084
1086
|
|
|
1085
1087
|
|