@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 +5 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -769,11 +769,11 @@ declare class OrgChart extends OrgChartBase {
|
|
|
769
769
|
|
|
770
770
|
static events: {
|
|
771
771
|
/**
|
|
772
|
-
*
|
|
772
|
+
* layout event listener is obsolete, use node-layout instead
|
|
773
773
|
* @param type
|
|
774
774
|
* @param listener
|
|
775
775
|
*/
|
|
776
|
-
on(type: "
|
|
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
|
*/
|