@balkangraph/orgchart.js 8.19.16 → 8.19.18
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 +11 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1041,6 +1041,7 @@ declare class OrgChart {
|
|
|
1041
1041
|
exportToPowerPoint(options?: OrgChart.exportPowerPontOptions, callback?: () => void): void;
|
|
1042
1042
|
exportToPDF(options?: OrgChart.exportPDFOptions, callback?: () => void): void;
|
|
1043
1043
|
exportToPNG(options?: OrgChart.exportPNGOptions, callback?: () => void): void;
|
|
1044
|
+
exportToSVG(options?: OrgChart.exportSVGOptions, callback?: () => void): void;
|
|
1044
1045
|
|
|
1045
1046
|
/**
|
|
1046
1047
|
* Imports CSV file.
|
|
@@ -1540,6 +1541,7 @@ declare class OrgChart {
|
|
|
1540
1541
|
powerPointPreviewUI: OrgChart.powerPointPreviewUI;
|
|
1541
1542
|
|
|
1542
1543
|
pdfPreviewUI: OrgChart.pdfPreviewUI;
|
|
1544
|
+
svgPreviewUI: OrgChart.svgfPreviewUI;
|
|
1543
1545
|
pngPreviewUI: OrgChart.pngPreviewUI;
|
|
1544
1546
|
|
|
1545
1547
|
/**
|
|
@@ -3203,6 +3205,7 @@ declare namespace OrgChart {
|
|
|
3203
3205
|
show(options: OrgChart.exportPDFOptions): void;
|
|
3204
3206
|
}
|
|
3205
3207
|
|
|
3208
|
+
|
|
3206
3209
|
interface pngPreviewUI {
|
|
3207
3210
|
/**
|
|
3208
3211
|
* The width of the EXPORT UI
|
|
@@ -3216,6 +3219,9 @@ declare namespace OrgChart {
|
|
|
3216
3219
|
show(options: OrgChart.exportPNGOptions): void;
|
|
3217
3220
|
}
|
|
3218
3221
|
|
|
3222
|
+
|
|
3223
|
+
interface svgPreviewUI extends OrgChart.pngPreviewUI {}
|
|
3224
|
+
|
|
3219
3225
|
/**
|
|
3220
3226
|
* Circle Menu UI
|
|
3221
3227
|
* ```typescript
|
|
@@ -5377,6 +5383,11 @@ declare namespace OrgChart {
|
|
|
5377
5383
|
*/
|
|
5378
5384
|
pdfPreviewUI?: OrgChart.pdfPreviewUI,
|
|
5379
5385
|
|
|
5386
|
+
/**
|
|
5387
|
+
* @ignore
|
|
5388
|
+
*/
|
|
5389
|
+
svgPreviewUI?: OrgChart.svgPreviewUI,
|
|
5390
|
+
|
|
5380
5391
|
/**
|
|
5381
5392
|
* @ignore
|
|
5382
5393
|
*/
|
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":"8.19.
|
|
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":"8.19.18"}
|