@balkangraph/orgchart.js 8.9.19 → 8.9.21
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 +3 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -605,6 +605,8 @@ declare class OrgChart extends OrgChartBase {
|
|
|
605
605
|
data: object
|
|
606
606
|
}) => void): OrgChart;
|
|
607
607
|
|
|
608
|
+
element: HTMLElement;
|
|
609
|
+
|
|
608
610
|
editUI: OrgChart.editUI;
|
|
609
611
|
searchUI: OrgChart.searchUI;
|
|
610
612
|
nodeMenuUI: OrgChart.menuUI;
|
|
@@ -1206,6 +1208,7 @@ declare namespace OrgChart {
|
|
|
1206
1208
|
footer?: string,
|
|
1207
1209
|
openInNewTab?: boolean,
|
|
1208
1210
|
expandChildren?: boolean,
|
|
1211
|
+
min?: boolean,
|
|
1209
1212
|
nodeId? : number | string
|
|
1210
1213
|
}
|
|
1211
1214
|
|