@balkangraph/orgchart.js 8.2.33 → 8.2.36
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 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -752,6 +752,8 @@ declare class OrgChart extends OrgChartBase {
|
|
|
752
752
|
* Hides the Edit Form when the chart is moved with pan
|
|
753
753
|
*/
|
|
754
754
|
static HIDE_EDIT_FORM_ON_PAN: boolean;
|
|
755
|
+
|
|
756
|
+
|
|
755
757
|
}
|
|
756
758
|
|
|
757
759
|
declare namespace OrgChart {
|
|
@@ -772,6 +774,7 @@ declare namespace OrgChart {
|
|
|
772
774
|
const COLLAPSE_SUB_CHILDRENS: number;
|
|
773
775
|
|
|
774
776
|
|
|
777
|
+
var template: object;
|
|
775
778
|
|
|
776
779
|
|
|
777
780
|
|
|
@@ -803,8 +806,9 @@ declare namespace OrgChart {
|
|
|
803
806
|
img_0?: string,
|
|
804
807
|
link_field_0?: string,
|
|
805
808
|
editFormHeaderColor?: string,
|
|
806
|
-
nodeCircleMenuButton?:
|
|
807
|
-
min?: template
|
|
809
|
+
nodeCircleMenuButton?: object,
|
|
810
|
+
min?: template,
|
|
811
|
+
[name: string]: any
|
|
808
812
|
}
|
|
809
813
|
|
|
810
814
|
interface editUI {
|