ados-rcm 1.1.215 → 1.1.216
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATree/ATreeSearch.d.ts +1 -0
- package/dist/index.cjs.js +28 -28
- package/dist/index.es.js +3680 -3640
- package/package.json +1 -1
@@ -6,6 +6,7 @@ interface IATreeSearchProps<T extends IATreeItem<T>> {
|
|
6
6
|
initSearch: (inputValue: string) => void;
|
7
7
|
searchUp: () => void;
|
8
8
|
searchDown: () => void;
|
9
|
+
searchEnter: () => void;
|
9
10
|
isDisabled?: boolean | string;
|
10
11
|
isLoading?: boolean;
|
11
12
|
resources: typeof Resources.ATree;
|