@balkangraph/orgchart.js 8.18.0 → 8.18.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 CHANGED
@@ -1523,6 +1523,8 @@ declare class OrgChart {
1523
1523
  */
1524
1524
  nodeMenuUI: OrgChart.menuUI;
1525
1525
 
1526
+ powerPointPreviewUI: OrgChart.exportUI;
1527
+
1526
1528
  /**
1527
1529
  * The chart filterUI object.
1528
1530
  * ```typescript
@@ -2862,6 +2864,10 @@ declare namespace OrgChart {
2862
2864
  * ```
2863
2865
  */
2864
2866
  interface aiUI {
2867
+ /**
2868
+ * The width of the ai UI
2869
+ */
2870
+ get width(): number;
2865
2871
  /**
2866
2872
  * Prompt text box
2867
2873
  */
@@ -2881,6 +2887,10 @@ declare namespace OrgChart {
2881
2887
  * Hides the ai form
2882
2888
  */
2883
2889
  hide(): void;
2890
+ /**
2891
+ * Returns true if the ai UI is visible
2892
+ */
2893
+ isVisible(): boolean;
2884
2894
  }
2885
2895
 
2886
2896
  interface searchUI {
@@ -3151,6 +3161,10 @@ declare namespace OrgChart {
3151
3161
  }
3152
3162
 
3153
3163
  interface exportUI {
3164
+ /**
3165
+ * The width of the EXPORT UI
3166
+ */
3167
+ get width(): number;
3154
3168
  get instance(): OrgChart;
3155
3169
  get options(): OrgChart.exportPowerPontOptions;
3156
3170
  init(obj: OrgChart): 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":"8.18.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":"8.18.02"}