@balkangraph/orgchart.js 8.18.11 → 8.18.13

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
@@ -1039,6 +1039,7 @@ declare class OrgChart {
1039
1039
  */
1040
1040
  exportVisio(options?: OrgChart.exportOptions, callback?: () => void): void;
1041
1041
  exportToPowerPoint(options?: OrgChart.exportPowerPontOptions, callback?: () => void): void;
1042
+ exportToPDF(options?: OrgChart.exportPowerPontOptions, callback?: () => void): void;
1042
1043
 
1043
1044
  /**
1044
1045
  * Imports CSV file.
@@ -1525,6 +1526,8 @@ declare class OrgChart {
1525
1526
 
1526
1527
  powerPointPreviewUI: OrgChart.exportUI;
1527
1528
 
1529
+ pdfPreviewUI: OrgChart.exportUI;
1530
+
1528
1531
  /**
1529
1532
  * The chart filterUI object.
1530
1533
  * ```typescript
@@ -3724,7 +3727,6 @@ declare namespace OrgChart {
3724
3727
 
3725
3728
  interface exportPowerPontOptions {
3726
3729
  openInNewTab?: boolean,
3727
- landscape?: boolean,
3728
3730
  filename?: string,
3729
3731
  // width?: number,
3730
3732
  // height?: number,
@@ -5276,6 +5278,11 @@ declare namespace OrgChart {
5276
5278
  * @ignore
5277
5279
  */
5278
5280
  powerPointPreviewUI?: OrgChart.exportUI,
5281
+
5282
+ /**
5283
+ * @ignore
5284
+ */
5285
+ pdfPreviewUI?: OrgChart.exportUI,
5279
5286
  /**
5280
5287
  * @ignore
5281
5288
  */
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.18.11"}
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.18.13"}