@balkangraph/orgchart.js 8.10.10 → 8.10.11
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 +3 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1067,6 +1067,9 @@ declare namespace OrgChart {
|
|
|
1067
1067
|
createItem(img: string, id: string | number, first: string, second: string): string;
|
|
1068
1068
|
helpView(): string;
|
|
1069
1069
|
addMatchTag(id: string | number) : boolean;
|
|
1070
|
+
input: HTMLElement;
|
|
1071
|
+
searchTableWrapper: HTMLElement;
|
|
1072
|
+
lastSearch: Array<object>;
|
|
1070
1073
|
}
|
|
1071
1074
|
|
|
1072
1075
|
|