star-horse-lowcode 3.1.9 → 3.1.10

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/README.md CHANGED
@@ -618,3 +618,8 @@ barcode 条形码组件
618
618
  ```
619
619
  --优化表格容器,增加在编辑数据时可调整单元格的宽度
620
620
  ```
621
+ #### v3.1.10
622
+
623
+ ```
624
+ --增加事件支持,优化dialog-input,autocomplete 组件,修复已知bug
625
+ ```
@@ -158,7 +158,7 @@ export declare function dynamicUrlOperation(preps: any, queryInfo?: SearchParams
158
158
  * 创建过滤器
159
159
  * @param queryString 查询参数
160
160
  */
161
- export declare function createFilter(queryString: string): Promise<(data: SelectOption) => number>;
161
+ export declare function createFilter(queryString: string): (data: SelectOption) => number;
162
162
  /**
163
163
  * 公共 Api 接口
164
164
  * @param appName 应用名称或者接口前缀
@@ -200,7 +200,7 @@ export declare function base64Decode(param: string): string;
200
200
  * @param images 图片URL数组或单个URL
201
201
  */
202
202
  export { ImagePreview, imagesPreview } from '../utils/ImagePreview';
203
- export type { ImagePreviewOptions, ImageTransition } from '../utils/ImagePreview';
203
+ export type { ImagePreviewOptions, ImageTransition, } from '../utils/ImagePreview';
204
204
  /**
205
205
  * 设置css 全局变量
206
206
  * @param name 变量名称