@balkangraph/orgchart.js 9.0.48 → 9.0.49

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
@@ -3263,6 +3263,7 @@ declare namespace OrgChart {
3263
3263
  get width(): number;
3264
3264
  get instance(): OrgChart;
3265
3265
  get options(): OrgChart.exportPowerPointOptions;
3266
+ get selectedPage(): OrgChart.exportPowerPointPage;
3266
3267
 
3267
3268
  locExport: string;
3268
3269
  locCancel: string;
@@ -3294,6 +3295,7 @@ declare namespace OrgChart {
3294
3295
  },
3295
3296
 
3296
3297
  init(obj: OrgChart): void;
3298
+ refresh(): void;
3297
3299
  isVisible(): boolean;
3298
3300
  hide(): void;
3299
3301
  show(options: OrgChart.exportPowerPointOptions): void;
@@ -3310,6 +3312,7 @@ declare namespace OrgChart {
3310
3312
  get width(): number;
3311
3313
  get instance(): OrgChart;
3312
3314
  get options(): OrgChart.exportPDFOptions;
3315
+ get selectedPage(): OrgChart.exportPDFPage;
3313
3316
 
3314
3317
  locExport: string;
3315
3318
  locCancel: string;
@@ -3350,6 +3353,7 @@ declare namespace OrgChart {
3350
3353
  },
3351
3354
 
3352
3355
  init(obj: OrgChart): void;
3356
+ refresh(): void;
3353
3357
  isVisible(): boolean;
3354
3358
  hide(): void;
3355
3359
  show(options: OrgChart.exportPDFOptions): void;
@@ -3369,6 +3373,7 @@ declare namespace OrgChart {
3369
3373
  get width(): number;
3370
3374
  get instance(): OrgChart;
3371
3375
  get options(): OrgChart.exportPNGOptions;
3376
+ get selectedPage(): OrgChart.exportPNGPage;
3372
3377
 
3373
3378
 
3374
3379
  locExport: string;
@@ -3401,6 +3406,7 @@ declare namespace OrgChart {
3401
3406
  },
3402
3407
 
3403
3408
  init(obj: OrgChart): void;
3409
+ refresh(): void;
3404
3410
  isVisible(): boolean;
3405
3411
  hide(): void;
3406
3412
  show(options: OrgChart.exportPNGOptions): void;
@@ -3419,6 +3425,7 @@ declare namespace OrgChart {
3419
3425
  get width(): number;
3420
3426
  get instance(): OrgChart;
3421
3427
  get options(): OrgChart.exportPNGOptions;
3428
+ get selectedPage(): OrgChart.exportPNGPage;
3422
3429
 
3423
3430
 
3424
3431
  locExport: string;
@@ -3451,6 +3458,7 @@ declare namespace OrgChart {
3451
3458
  },
3452
3459
 
3453
3460
  init(obj: OrgChart): void;
3461
+ refresh(): void;
3454
3462
  isVisible(): boolean;
3455
3463
  hide(): void;
3456
3464
  show(options: OrgChart.exportPNGOptions): void;
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":"9.00.48"}
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":"9.00.49"}