@balkangraph/orgchart.js 8.14.0 → 8.14.2
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 +4 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1210,6 +1210,7 @@ declare namespace OrgChart {
|
|
|
1210
1210
|
filterBy?: any;
|
|
1211
1211
|
element: HTMLElement;
|
|
1212
1212
|
instance: OrgChart;
|
|
1213
|
+
static filterBy: string;
|
|
1213
1214
|
}
|
|
1214
1215
|
|
|
1215
1216
|
|
|
@@ -1517,7 +1518,8 @@ declare namespace OrgChart {
|
|
|
1517
1518
|
|
|
1518
1519
|
enum movable {
|
|
1519
1520
|
node,
|
|
1520
|
-
tree
|
|
1521
|
+
tree,
|
|
1522
|
+
detachTree
|
|
1521
1523
|
}
|
|
1522
1524
|
|
|
1523
1525
|
|
|
@@ -2129,6 +2131,7 @@ declare namespace OrgChart {
|
|
|
2129
2131
|
* - OrgChart.layout.treeRightOffset
|
|
2130
2132
|
* - OrgChart.layout.treeLeft
|
|
2131
2133
|
* - OrgChart.layout.treeRight
|
|
2134
|
+
* - OrgChart.layout.grid
|
|
2132
2135
|
*
|
|
2133
2136
|
* Default value - *OrgChart.layout.normal*
|
|
2134
2137
|
* ```typescript
|