@balkangraph/orgchart.js 8.9.37 → 8.9.39
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 +1 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1044,7 +1044,7 @@ declare namespace OrgChart {
|
|
|
1044
1044
|
* @param avatarUrl avatar url
|
|
1045
1045
|
*/
|
|
1046
1046
|
setAvatar(avatarUrl?: string): void;
|
|
1047
|
-
static renderHeaderContent(title: string, photo: string, node: OrgChart.node, data: object): string;
|
|
1047
|
+
// static renderHeaderContent(title: string, photo: string, node: OrgChart.node, data: object): string;
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
interface searchUI {
|