@balkangraph/orgchart.js 8.19.39 → 8.19.40

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
@@ -1309,10 +1309,26 @@ declare class OrgChart {
1309
1309
  openInNewTab?: boolean,
1310
1310
  padding?: number,
1311
1311
  parentLevels?: number,
1312
- styles?: string,
1313
1312
  type?: string,
1314
- pages?: Array<SVGElement>
1315
- }
1313
+ pages?: Array<{
1314
+ chartInstance?: OrgChart,
1315
+ childLevels?: number,
1316
+ expandChildren?: boolean,
1317
+ footer?: string,
1318
+ header?: string,
1319
+ margin?: Array<number>,
1320
+ min?: boolean,
1321
+ padding?: number,
1322
+ parentLevels?: number,
1323
+ isProfile?: boolean,
1324
+ nodeId?: number | string,
1325
+ content?: string,
1326
+ height?: number,
1327
+ width?: number,
1328
+ }>
1329
+ },
1330
+ pages?: Array<SVGElement>,
1331
+ styles?: string
1316
1332
  }) => void): OrgChart;
1317
1333
 
1318
1334
  /**
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.39"}
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.40"}