@balkangraph/orgchart.js 8.19.34 → 8.19.36

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 CHANGED
@@ -1030,17 +1030,21 @@ declare class OrgChart {
1030
1030
  * ```typescript
1031
1031
  * let chart = new OrgChart('#tree', {});
1032
1032
  * ...
1033
- * chart.exportVisio();
1033
+ * chart.exportToVisio();
1034
1034
  * ```
1035
1035
  * @param options export options
1036
1036
  * @param callback called when the export completes
1037
1037
  * {@link https://balkan.app/OrgChartJS/Docs/ExportingOther | See doc...}
1038
1038
  */
1039
- exportVisio(options?: OrgChart.exportOptions, callback?: () => void): void;
1039
+ exportToVisio(options?: OrgChart.exportOptions, callback?: () => void): void;
1040
1040
  exportToPowerPoint(options?: OrgChart.exportPowerPontOptions, callback?: () => void): void;
1041
1041
  exportToPDF(options?: OrgChart.exportPDFOptions, callback?: () => void): void;
1042
1042
  exportToPNG(options?: OrgChart.exportPNGOptions, callback?: () => void): void;
1043
1043
  exportToSVG(options?: OrgChart.exportPNGOptions, callback?: () => void): void;
1044
+ exportToPDFProfile(nodeId: number | string, callback?: () => void): void;
1045
+
1046
+
1047
+
1044
1048
 
1045
1049
  /**
1046
1050
  * Imports CSV file.
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.34"}
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.36"}