@balkangraph/orgchart.js 8.14.49 → 8.14.51

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
@@ -769,11 +769,11 @@ declare class OrgChart extends OrgChartBase {
769
769
 
770
770
  static events: {
771
771
  /**
772
- * node-created and layout event listeners are obsolete use node-initialized or node-layout instead
772
+ * layout event listener is obsolete, use node-layout instead
773
773
  * @param type
774
774
  * @param listener
775
775
  */
776
- on(type: "node-created" | "layout", listener: (args: any, args1: any, args2: any) => void): void
776
+ on(type: "layout", listener: (args: any, args1: any, args2: any) => void): void
777
777
  };
778
778
  static state: { clear(stateName: string): void };
779
779
 
@@ -805,6 +805,7 @@ declare class OrgChart extends OrgChartBase {
805
805
  * @ignore
806
806
  */
807
807
  static IT_IS_LONELY_HERE: string;
808
+ static IT_IS_LONELY_HERE_LINK: string;
808
809
  /**
809
810
  * @ignore
810
811
  */
@@ -814,6 +815,8 @@ declare class OrgChart extends OrgChartBase {
814
815
  */
815
816
  IT_IS_LONELY_HERE_LINK: string
816
817
  };
818
+
819
+
817
820
  /**
818
821
  * @ignore
819
822
  */