@balkangraph/orgchart.js 8.19.18 → 8.19.20

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
@@ -3186,6 +3186,15 @@ declare namespace OrgChart {
3186
3186
  get width(): number;
3187
3187
  get instance(): OrgChart;
3188
3188
  get options(): OrgChart.exportPowerPontOptions;
3189
+
3190
+ locExport: string;
3191
+ locCancel: string;
3192
+ locParentLevels: string;
3193
+ locChildLevels: string;
3194
+ locClickToAdd: string;
3195
+ locAddNew: string;
3196
+ locRemove: string;
3197
+
3189
3198
  init(obj: OrgChart): void;
3190
3199
  isVisible(): boolean;
3191
3200
  hide(): void;
@@ -3199,10 +3208,20 @@ declare namespace OrgChart {
3199
3208
  get width(): number;
3200
3209
  get instance(): OrgChart;
3201
3210
  get options(): OrgChart.exportPDFOptions;
3211
+
3212
+ locExport: string;
3213
+ locCancel: string;
3214
+ locParentLevels: string;
3215
+ locChildLevels: string;
3216
+ locClickToAdd: string;
3217
+ locAddNew: string;
3218
+ locRemove: string;
3219
+
3202
3220
  init(obj: OrgChart): void;
3203
3221
  isVisible(): boolean;
3204
3222
  hide(): void;
3205
3223
  show(options: OrgChart.exportPDFOptions): void;
3224
+
3206
3225
  }
3207
3226
 
3208
3227
 
@@ -3213,6 +3232,16 @@ declare namespace OrgChart {
3213
3232
  get width(): number;
3214
3233
  get instance(): OrgChart;
3215
3234
  get options(): OrgChart.exportPNGOptions;
3235
+
3236
+
3237
+ locExport: string;
3238
+ locCancel: string;
3239
+ locParentLevels: string;
3240
+ locChildLevels: string;
3241
+ locClickToAdd: string;
3242
+ locAddNew: string;
3243
+ locRemove: string;
3244
+
3216
3245
  init(obj: OrgChart): void;
3217
3246
  isVisible(): boolean;
3218
3247
  hide(): void;
@@ -3810,7 +3839,8 @@ declare namespace OrgChart {
3810
3839
  childLevels?: boolean,
3811
3840
  parentLevels?: boolean,
3812
3841
  min?: boolean,
3813
- pages?: Array<{
3842
+ pages?: Array<{
3843
+ isProfile?: boolean,
3814
3844
  chartInstance?: OrgChart,
3815
3845
  nodeId?: number | string,
3816
3846
  expandChildren?: 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.18"}
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.20"}