Skip to content

Commit 77681ac

Browse files
author
Plamen Peshev
committed
auto
1 parent 456316f commit 77681ac

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

OrgChart.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

orgchart.d.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6026,4 +6026,5 @@ declare namespace OrgChart {
60266026

60276027

60286028

6029+
60296030
export default OrgChart;

orgchart.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6026,4 +6026,5 @@ declare namespace OrgChart {
60266026

60276027

60286028

6029+
60296030
export default OrgChart;

orgchart.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ e.prototype.init = function(t, n) {
847847
n._menuClickHandler.apply(n, [this, e]);
848848
});
849849
}
850-
}, e === void 0 && (e = {}), e.VERSION = "9.1.81", e.orientation = {}, e.orientation.top = 0, e.orientation.bottom = 1, e.orientation.right = 2, e.orientation.left = 3, e.orientation.top_left = 4, e.orientation.bottom_left = 5, e.orientation.right_top = 6, e.orientation.left_top = 7, e.anchor = {
850+
}, e === void 0 && (e = {}), e.VERSION = "9.1.82", e.orientation = {}, e.orientation.top = 0, e.orientation.bottom = 1, e.orientation.right = 2, e.orientation.left = 3, e.orientation.top_left = 4, e.orientation.bottom_left = 5, e.orientation.right_top = 6, e.orientation.left_top = 7, e.anchor = {
851851
top_right: "top_right",
852852
right_top: "right_top",
853853
bottom_right: "bottom_right",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
"url": "git+https://github.com/BALKANGraph/OrgChartJS.git"
5959
},
6060
"dependencies": {},
61-
"version": "9.1.81"
61+
"version": "9.1.82"
6262
}

0 commit comments

Comments
 (0)