@balkangraph/orgchart.js 8.14.55 → 8.14.57

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
@@ -1179,11 +1179,6 @@ declare namespace OrgChart {
1179
1179
  */
1180
1180
  hide(): void;
1181
1181
  content(id: string | number, detailsMode: boolean, dontAnim: boolean, width: string, dontRenderButtons: boolean): string;
1182
- /**
1183
- * Sets the avatar of the edit form
1184
- * @param avatarUrl avatar url
1185
- */
1186
- setAvatar(avatarUrl?: string): void;
1187
1182
  // static renderHeaderContent(title: string, photo: string, node: OrgChart.node, data: object): string;
1188
1183
  }
1189
1184