@balkangraph/orgchart.js 8.18.1 → 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
@@ -2864,6 +2864,10 @@ declare namespace OrgChart {
2864
2864
  * ```
2865
2865
  */
2866
2866
  interface aiUI {
2867
+ /**
2868
+ * The width of the ai UI
2869
+ */
2870
+ get width(): number;
2867
2871
  /**
2868
2872
  * Prompt text box
2869
2873
  */
@@ -2883,6 +2887,10 @@ declare namespace OrgChart {
2883
2887
  * Hides the ai form
2884
2888
  */
2885
2889
  hide(): void;
2890
+ /**
2891
+ * Returns true if the ai UI is visible
2892
+ */
2893
+ isVisible(): boolean;
2886
2894
  }
2887
2895
 
2888
2896
  interface searchUI {
@@ -3153,6 +3161,10 @@ declare namespace OrgChart {
3153
3161
  }
3154
3162
 
3155
3163
  interface exportUI {
3164
+ /**
3165
+ * The width of the EXPORT UI
3166
+ */
3167
+ get width(): number;
3156
3168
  get instance(): OrgChart;
3157
3169
  get options(): OrgChart.exportPowerPontOptions;
3158
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.01"}
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"}