@balkangraph/orgchart.js 8.15.28 → 8.15.30
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 +5 -1
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -2681,11 +2681,15 @@ declare namespace OrgChart {
|
|
|
2681
2681
|
|
|
2682
2682
|
|
|
2683
2683
|
interface aiUI {
|
|
2684
|
+
/**
|
|
2685
|
+
* Prompt text box
|
|
2686
|
+
*/
|
|
2687
|
+
inputElement: HTMLInputElement;
|
|
2684
2688
|
/**
|
|
2685
2689
|
* Inits ai ui
|
|
2686
2690
|
* @param obj
|
|
2687
2691
|
*/
|
|
2688
|
-
init(obj: OrgChart): void;
|
|
2692
|
+
init(obj: OrgChart): void;
|
|
2689
2693
|
/**
|
|
2690
2694
|
* Shows the ai form
|
|
2691
2695
|
* @param dontFocus if true the imput will not be focused
|