@balkangraph/orgchart.js 8.4.4 → 8.4.7
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 +2 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ declare class OrgChart extends OrgChartBase {
|
|
|
142
142
|
/**
|
|
143
143
|
* Centers specified node on the screen.
|
|
144
144
|
* @param nodeId the id of the node
|
|
145
|
-
* @param options
|
|
145
|
+
* @param options parentState: OrgChart.COLLAPSE_PARENT_NEIGHBORS, childrenState: OrgChart.COLLAPSE_SUB_CHILDRENS, rippleId: rippleId, vertical: false, horizontal: false
|
|
146
146
|
* @param callback called when the animation completes
|
|
147
147
|
*/
|
|
148
148
|
center(nodeId: string | number, options?: {
|
|
@@ -804,6 +804,7 @@ declare class OrgChart extends OrgChartBase {
|
|
|
804
804
|
static elements: any;
|
|
805
805
|
|
|
806
806
|
static expcollOpenTag: any;
|
|
807
|
+
static upOpenTag: any;
|
|
807
808
|
static grCloseTag: any;
|
|
808
809
|
}
|
|
809
810
|
|