@balkangraph/orgchart.js 9.0.41 → 9.0.44
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 +68 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -3282,6 +3282,27 @@ declare namespace OrgChart {
|
|
|
3282
3282
|
locAddNew: string;
|
|
3283
3283
|
locRemove: string;
|
|
3284
3284
|
|
|
3285
|
+
/**
|
|
3286
|
+
* Buttons visibility configuration.
|
|
3287
|
+
* Each flag controls whether the corresponding UI button is displayed.
|
|
3288
|
+
*
|
|
3289
|
+
* - `true` → show the button
|
|
3290
|
+
* - `false` → hide the button
|
|
3291
|
+
*/
|
|
3292
|
+
buttons: {
|
|
3293
|
+
/** Show / hide the parent levels navigation button */
|
|
3294
|
+
parentLevels: boolean;
|
|
3295
|
+
|
|
3296
|
+
/** Show / hide the child levels navigation button */
|
|
3297
|
+
childLevels: boolean;
|
|
3298
|
+
|
|
3299
|
+
/** Show / hide the remove page button */
|
|
3300
|
+
removePage: boolean;
|
|
3301
|
+
|
|
3302
|
+
/** Show / hide the add new page button */
|
|
3303
|
+
addNewPage: boolean;
|
|
3304
|
+
},
|
|
3305
|
+
|
|
3285
3306
|
init(obj: OrgChart): void;
|
|
3286
3307
|
isVisible(): boolean;
|
|
3287
3308
|
hide(): void;
|
|
@@ -3307,6 +3328,32 @@ declare namespace OrgChart {
|
|
|
3307
3328
|
locPrintProfile: string;
|
|
3308
3329
|
locLandscape: string;
|
|
3309
3330
|
locPortrait: string;
|
|
3331
|
+
/**
|
|
3332
|
+
* Buttons visibility configuration.
|
|
3333
|
+
* Each flag controls whether the corresponding UI button is displayed.
|
|
3334
|
+
*
|
|
3335
|
+
* - `true` → show the button
|
|
3336
|
+
* - `false` → hide the button
|
|
3337
|
+
*/
|
|
3338
|
+
buttons: {
|
|
3339
|
+
/** Show / hide the parent levels navigation button */
|
|
3340
|
+
parentLevels: boolean;
|
|
3341
|
+
|
|
3342
|
+
/** Show / hide the child levels navigation button */
|
|
3343
|
+
childLevels: boolean;
|
|
3344
|
+
|
|
3345
|
+
/** Show / hide the print profile or tree button */
|
|
3346
|
+
printProfileOrTree: boolean;
|
|
3347
|
+
|
|
3348
|
+
/** Show / hide the remove page button */
|
|
3349
|
+
removePage: boolean;
|
|
3350
|
+
|
|
3351
|
+
/** Show / hide the add new page button */
|
|
3352
|
+
addNewPage: boolean;
|
|
3353
|
+
|
|
3354
|
+
/** Show / hide the landscape / portrait toggle button */
|
|
3355
|
+
landscapePortrait: boolean;
|
|
3356
|
+
},
|
|
3310
3357
|
|
|
3311
3358
|
init(obj: OrgChart): void;
|
|
3312
3359
|
isVisible(): boolean;
|
|
@@ -3333,6 +3380,27 @@ declare namespace OrgChart {
|
|
|
3333
3380
|
locAddNew: string;
|
|
3334
3381
|
locRemove: string;
|
|
3335
3382
|
|
|
3383
|
+
/**
|
|
3384
|
+
* Buttons visibility configuration.
|
|
3385
|
+
* Each flag controls whether the corresponding UI button is displayed.
|
|
3386
|
+
*
|
|
3387
|
+
* - `true` → show the button
|
|
3388
|
+
* - `false` → hide the button
|
|
3389
|
+
*/
|
|
3390
|
+
buttons: {
|
|
3391
|
+
/** Show / hide the parent levels navigation button */
|
|
3392
|
+
parentLevels: boolean;
|
|
3393
|
+
|
|
3394
|
+
/** Show / hide the child levels navigation button */
|
|
3395
|
+
childLevels: boolean;
|
|
3396
|
+
|
|
3397
|
+
/** Show / hide the remove page button */
|
|
3398
|
+
removePage: boolean;
|
|
3399
|
+
|
|
3400
|
+
/** Show / hide the add new page button */
|
|
3401
|
+
addNewPage: boolean;
|
|
3402
|
+
},
|
|
3403
|
+
|
|
3336
3404
|
init(obj: OrgChart): void;
|
|
3337
3405
|
isVisible(): boolean;
|
|
3338
3406
|
hide(): 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.
|
|
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.44"}
|