@balkangraph/orgchart.js 8.19.33 → 8.19.34

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
@@ -930,7 +930,7 @@ declare class OrgChart {
930
930
  * ```
931
931
  * @param options export options
932
932
  * @param callback called when the export completes
933
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
933
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingPdfPng#profile | See doc...}
934
934
  */
935
935
  exportPDFProfile(options: OrgChart.exportOptions, callback?: () => void): void;
936
936
  /**
@@ -942,7 +942,7 @@ declare class OrgChart {
942
942
  * ```
943
943
  * @param options export options
944
944
  * @param callback called when the export completes
945
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
945
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingPdfPng#profile | See doc...}
946
946
  */
947
947
  exportPNGProfile(options: OrgChart.exportOptions, callback?: () => void): void;
948
948
  /**
@@ -953,7 +953,7 @@ declare class OrgChart {
953
953
  * chart.exportCSV();
954
954
  * ```
955
955
  * @param filename The name of the exported file
956
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
956
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingOther#options | See doc...}
957
957
  */
958
958
  exportCSV(filename?: string | OrgChart.exportCSVXMLJSONOptions): void;
959
959
  /**
@@ -964,7 +964,7 @@ declare class OrgChart {
964
964
  * chart.exportXML();
965
965
  * ```
966
966
  * @param filename The name of the exported file
967
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
967
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingOther#options | See doc...}
968
968
  */
969
969
  exportXML(filename: string | OrgChart.exportCSVXMLJSONOptions): void;
970
970
  /**
@@ -975,7 +975,7 @@ declare class OrgChart {
975
975
  * chart.exportJSON();
976
976
  * ```
977
977
  * @param filename The name of the exported file
978
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
978
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingOther#options | See doc...}
979
979
  */
980
980
  exportJSON(filename?: string | OrgChart.exportCSVXMLJSONOptions ): void;
981
981
 
@@ -986,8 +986,7 @@ declare class OrgChart {
986
986
  * chart.shareProfile(2);
987
987
  * ```
988
988
  * Shares node data, uses build-in device sharing functionallity.
989
- * @param id node id
990
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
989
+ * @param id node id
991
990
  */
992
991
  shareProfile(id: string | number): void;
993
992
  /**
@@ -999,7 +998,7 @@ declare class OrgChart {
999
998
  * ```
1000
999
  * @param options export options
1001
1000
  * @param callback called when the export completes
1002
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
1001
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingPdfPng#pdfOptions | See doc...}
1003
1002
  */
1004
1003
  exportPDF(options?: OrgChart.exportOptions, callback?: () => void): void;
1005
1004
  /**
@@ -1011,7 +1010,7 @@ declare class OrgChart {
1011
1010
  * ```
1012
1011
  * @param options export options
1013
1012
  * @param callback called when the export completes
1014
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
1013
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingPdfPng#pngOptions | See doc...}
1015
1014
  */
1016
1015
  exportPNG(options?: OrgChart.exportOptions, callback?: () => void): void;
1017
1016
  /**
@@ -1023,7 +1022,7 @@ declare class OrgChart {
1023
1022
  * ```
1024
1023
  * @param options export options
1025
1024
  * @param callback called when the export completes
1026
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
1025
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingOther#svgOptions | See doc...}
1027
1026
  */
1028
1027
  exportSVG(options?: OrgChart.exportOptions, callback?: () => void): void;
1029
1028
  /**
@@ -1035,13 +1034,13 @@ declare class OrgChart {
1035
1034
  * ```
1036
1035
  * @param options export options
1037
1036
  * @param callback called when the export completes
1038
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
1037
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingOther | See doc...}
1039
1038
  */
1040
1039
  exportVisio(options?: OrgChart.exportOptions, callback?: () => void): void;
1041
1040
  exportToPowerPoint(options?: OrgChart.exportPowerPontOptions, callback?: () => void): void;
1042
1041
  exportToPDF(options?: OrgChart.exportPDFOptions, callback?: () => void): void;
1043
1042
  exportToPNG(options?: OrgChart.exportPNGOptions, callback?: () => void): void;
1044
- exportToSVG(options?: OrgChart.exportSVGOptions, callback?: () => void): void;
1043
+ exportToSVG(options?: OrgChart.exportPNGOptions, callback?: () => void): void;
1045
1044
 
1046
1045
  /**
1047
1046
  * Imports CSV file.
@@ -1541,7 +1540,7 @@ declare class OrgChart {
1541
1540
  powerPointPreviewUI: OrgChart.powerPointPreviewUI;
1542
1541
 
1543
1542
  pdfPreviewUI: OrgChart.pdfPreviewUI;
1544
- svgPreviewUI: OrgChart.svgfPreviewUI;
1543
+ svgPreviewUI: OrgChart.pngPreviewUI;
1545
1544
  pngPreviewUI: OrgChart.pngPreviewUI;
1546
1545
 
1547
1546
  /**
@@ -3779,7 +3778,7 @@ declare namespace OrgChart {
3779
3778
  * format: "A4"
3780
3779
  * });
3781
3780
  * ```
3782
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
3781
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingPdfPng | See doc...}
3783
3782
  */
3784
3783
  interface exportOptions {
3785
3784
  margin?: Array<number>,
@@ -3897,7 +3896,7 @@ declare namespace OrgChart {
3897
3896
  * chart.exportCSV('My.csv');
3898
3897
  * });
3899
3898
  * ```
3900
- * {@link https://balkan.app/OrgChartJS/Docs/Exporting | See doc...}
3899
+ * {@link https://balkan.app/OrgChartJS/Docs/ExportingOther#options | See doc...}
3901
3900
  */
3902
3901
  interface exportCSVXMLJSONOptions {
3903
3902
  filename?: string,
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.33"}
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"}