@balkangraph/orgchart.js 8.2.57 → 8.2.60
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 +6 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -755,9 +755,15 @@ declare class OrgChart extends OrgChartBase {
|
|
|
755
755
|
*/
|
|
756
756
|
static HIDE_EDIT_FORM_ON_PAN: boolean;
|
|
757
757
|
|
|
758
|
+
/**
|
|
759
|
+
* @ignore
|
|
760
|
+
*/
|
|
761
|
+
static element: HTMLElement;
|
|
762
|
+
|
|
758
763
|
static pdfPrevUI: any;
|
|
759
764
|
static randomId(): any;
|
|
760
765
|
static searchUI: any;
|
|
766
|
+
static attr: any;
|
|
761
767
|
|
|
762
768
|
}
|
|
763
769
|
|