@balkangraph/orgchart.js 8.9.3 → 8.9.6
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 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -736,6 +736,11 @@ declare class OrgChart extends OrgChartBase {
|
|
|
736
736
|
* Search help symbol.
|
|
737
737
|
*/
|
|
738
738
|
static SEARCH_HELP_SYMBOL: string;
|
|
739
|
+
|
|
740
|
+
/**
|
|
741
|
+
* Close search result list by click outside list and clean search input
|
|
742
|
+
*/
|
|
743
|
+
static SEARCH_CLOSE_RESULT_ON_ESCAPE_OR_CLICKOUTSIDE: boolean;
|
|
739
744
|
/**
|
|
740
745
|
* @ignore
|
|
741
746
|
*/
|