@balkangraph/orgchart.js 9.0.25 → 9.0.30
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 +14 -3
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1738,7 +1738,7 @@ declare class OrgChart {
|
|
|
1738
1738
|
* chart.load(nodes);
|
|
1739
1739
|
* ```
|
|
1740
1740
|
*/
|
|
1741
|
-
static wrapText(
|
|
1741
|
+
static wrapText(value: Object, svgElementAsSring: string, width?: number, lines: number): string;
|
|
1742
1742
|
|
|
1743
1743
|
static filterUI: {
|
|
1744
1744
|
/**
|
|
@@ -2127,16 +2127,27 @@ declare class OrgChart {
|
|
|
2127
2127
|
static ORGSCRIBE_OFFSET: Array<string>;
|
|
2128
2128
|
|
|
2129
2129
|
/**
|
|
2130
|
-
*
|
|
2130
|
+
* Mouse wheel scroll step (in pixels) for the TreeList layout.
|
|
2131
|
+
* Controls vertical scroll speed in `OrgChart.layout.treeList`.
|
|
2132
|
+
* Larger values scroll faster; smaller values scroll slower.
|
|
2133
|
+
* Default: half of the first TreeList item height.
|
|
2131
2134
|
*/
|
|
2132
2135
|
static TREELIST_WHEEL_STEP: string;
|
|
2133
2136
|
|
|
2134
2137
|
|
|
2135
2138
|
/**
|
|
2136
|
-
*
|
|
2139
|
+
* Scrollbar width (in pixels) for the TreeList layout.
|
|
2137
2140
|
*/
|
|
2138
2141
|
static TREELIST_SCROLLBAR_WIDTH: number;
|
|
2139
2142
|
|
|
2143
|
+
/**
|
|
2144
|
+
* Whether to embed external images as Base64 data URIs.
|
|
2145
|
+
* Enabling this ensures the SVG is "standalone" and won't have broken image
|
|
2146
|
+
* links when shared or viewed offline.
|
|
2147
|
+
*/
|
|
2148
|
+
static CONVERT_IMAGES_TO_BASE64_BEFORE_EXPORT: boolean;
|
|
2149
|
+
|
|
2150
|
+
|
|
2140
2151
|
|
|
2141
2152
|
|
|
2142
2153
|
// /**
|
package/orgchart.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
1
|
+
/* eslint-disable */
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"author":{"name":"BALKAN App"},"bugs":{"email":"support@balkan.app","url":"https://github.com/BALKANGraph/OrgChartJS/issues"},"deprecated":false,"description":"Ultimate Organizational Chart JavaScript library, Interactive Diagrams","files":["orgchart.js","orgchart.d.ts","package.json","README.md"],"homepage":"https://balkan.app/","keywords":["diagram","chart","tree","orgchart","graph","svg","hierarchy","family-tree","decision-tree","visualization","tree-layout","hierarchical","javascript","js","html","html5"],"license":"SEE LICENSE IN https://balkan.app","main":"orgchart.js","types":"orgchart.d.ts","name":"@balkangraph/orgchart.js","repository":{"type":"git","url":"https://github.com/BALKANGraph/OrgChartJS"},"dependencies":{},"version":"9.00.
|
|
1
|
+
{"author":{"name":"BALKAN App"},"bugs":{"email":"support@balkan.app","url":"https://github.com/BALKANGraph/OrgChartJS/issues"},"deprecated":false,"description":"Ultimate Organizational Chart JavaScript library, Interactive Diagrams","files":["orgchart.js","orgchart.d.ts","package.json","README.md"],"homepage":"https://balkan.app/","keywords":["diagram","chart","tree","orgchart","graph","svg","hierarchy","family-tree","decision-tree","visualization","tree-layout","hierarchical","javascript","js","html","html5"],"license":"SEE LICENSE IN https://balkan.app","main":"orgchart.js","types":"orgchart.d.ts","name":"@balkangraph/orgchart.js","repository":{"type":"git","url":"https://github.com/BALKANGraph/OrgChartJS"},"dependencies":{},"version":"9.00.30"}
|