@balkangraph/orgchart.js 8.2.33 → 8.2.34

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
@@ -629,7 +629,7 @@ declare class OrgChart extends OrgChartBase {
629
629
 
630
630
 
631
631
 
632
- static templates :{ [key: string]: OrgChart.template} ;
632
+ static templates :{ [key: string]: object} ;
633
633
 
634
634
 
635
635
  static scroll: {
@@ -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,40 +774,41 @@ declare namespace OrgChart {
772
774
  const COLLAPSE_SUB_CHILDRENS: number;
773
775
 
774
776
 
775
-
776
-
777
-
778
- interface template
779
- {
780
- defs?: string,
781
- size?: Array<number>,
782
- expandCollapseSize?: number,
783
- linkAdjuster?: {
784
- fromX?: number,
785
- fromY?: number,
786
- toX?: number,
787
- toY?: number
788
- },
789
- ripple?: {
790
- radius?: number,
791
- color?: string,
792
- rect?: Array<number>
793
- },
794
- assistanseLink?: string,
795
- svg?: string,
796
- link?: string,
797
- pointer?: string,
798
- node?: string,
799
- plus?: string,
800
- minus?: string,
801
- nodeMenuButton?: string,
802
- menuButton?: string,
803
- img_0?: string,
804
- link_field_0?: string,
805
- editFormHeaderColor?: string,
806
- nodeCircleMenuButton?: string,
807
- min?: template
808
- }
777
+ var template: object;
778
+
779
+
780
+
781
+ // interface template
782
+ // {
783
+ // defs?: string,
784
+ // size?: Array<number>,
785
+ // expandCollapseSize?: number,
786
+ // linkAdjuster?: {
787
+ // fromX?: number,
788
+ // fromY?: number,
789
+ // toX?: number,
790
+ // toY?: number
791
+ // },
792
+ // ripple?: {
793
+ // radius?: number,
794
+ // color?: string,
795
+ // rect?: Array<number>
796
+ // },
797
+ // assistanseLink?: string,
798
+ // svg?: string,
799
+ // link?: string,
800
+ // pointer?: string,
801
+ // node?: string,
802
+ // plus?: string,
803
+ // minus?: string,
804
+ // nodeMenuButton?: string,
805
+ // menuButton?: string,
806
+ // img_0?: string,
807
+ // link_field_0?: string,
808
+ // editFormHeaderColor?: string,
809
+ // nodeCircleMenuButton?: string,
810
+ // min?: template
811
+ // }
809
812
 
810
813
  interface editUI {
811
814
  /**