|
|
|
@ -16,6 +16,13 @@ export type _function = {
|
|
|
|
|
*/ |
|
|
|
|
getSearchResult: (items: any, keyword: any, param?: string) => { find: any[], match: any[] }; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 获取编码后的url |
|
|
|
|
* @param urlTemplate url模板 |
|
|
|
|
* @param param 参数 |
|
|
|
|
*/ |
|
|
|
|
getEncodeURL: (urlTemplate: string, param: any) => string; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 获取按GB2312排序的结果 |
|
|
|
|
* @param items |
|
|
|
|