@balkangraph/orgchart.js 8.16.16 → 8.16.17
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 +10 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1784,6 +1784,16 @@ declare class OrgChart {
|
|
|
1784
1784
|
all: string,
|
|
1785
1785
|
};
|
|
1786
1786
|
|
|
1787
|
+
static aiUI: {
|
|
1788
|
+
/**
|
|
1789
|
+
* Change the title
|
|
1790
|
+
* ```typescript
|
|
1791
|
+
* OrgChart.aiUI.title = 'AI for My Company';
|
|
1792
|
+
* ```
|
|
1793
|
+
*/
|
|
1794
|
+
title: string
|
|
1795
|
+
};
|
|
1796
|
+
|
|
1787
1797
|
/**
|
|
1788
1798
|
* Shows/hides lloading image. Usefull when export large data to pdf. You can override and show your own loading image.
|
|
1789
1799
|
*/
|