@balkangraph/orgchart.js 8.19.1 → 8.19.2
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 +3 -5
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -3740,12 +3740,11 @@ declare namespace OrgChart {
|
|
|
3740
3740
|
|
|
3741
3741
|
interface exportPowerPontOptions {
|
|
3742
3742
|
openInNewTab?: boolean,
|
|
3743
|
-
|
|
3743
|
+
fileName?: string,
|
|
3744
3744
|
// width?: number,
|
|
3745
3745
|
// height?: number,
|
|
3746
3746
|
padding?: number,
|
|
3747
3747
|
margin?: Array<number>,
|
|
3748
|
-
nodeId?: number | string,
|
|
3749
3748
|
expandChildren?: boolean,
|
|
3750
3749
|
childLevels?: boolean,
|
|
3751
3750
|
parentLevels?: boolean,
|
|
@@ -3768,13 +3767,12 @@ declare namespace OrgChart {
|
|
|
3768
3767
|
|
|
3769
3768
|
interface exportPDFOptions {
|
|
3770
3769
|
openInNewTab?: boolean,
|
|
3771
|
-
|
|
3772
|
-
|
|
3770
|
+
fileName?: string,
|
|
3771
|
+
landscape?: boolean,
|
|
3773
3772
|
// width?: number,
|
|
3774
3773
|
// height?: number,
|
|
3775
3774
|
padding?: number,
|
|
3776
3775
|
margin?: Array<number>,
|
|
3777
|
-
nodeId?: number | string,
|
|
3778
3776
|
expandChildren?: boolean,
|
|
3779
3777
|
childLevels?: boolean,
|
|
3780
3778
|
parentLevels?: boolean,
|
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.02"}
|