@balkangraph/orgchart.js 8.14.16 → 8.14.18
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 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -927,6 +927,11 @@ declare class OrgChart extends OrgChartBase {
|
|
|
927
927
|
*/
|
|
928
928
|
static EXPORT_PAGES_CUT_NODES: boolean;
|
|
929
929
|
|
|
930
|
+
/**
|
|
931
|
+
* Reset movable nodes to its original position when expand or collapse
|
|
932
|
+
*/
|
|
933
|
+
static RESET_MOVABLE_ONEXPANDCOLLAPSE: boolean;
|
|
934
|
+
|
|
930
935
|
/**
|
|
931
936
|
* @ignore
|
|
932
937
|
*/
|