hs-admin-ui 4.8.9 → 4.9.0

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.
@@ -17,7 +17,7 @@ export interface IFormInstance {
17
17
  * @param field 字段
18
18
  * @returns Promise<IFormData.Data>
19
19
  */
20
- setData: (fieldID: string, params: IFormData.Data, field?: string) => Promise<IFormData.Data>;
20
+ setData: (fieldID: string, params: ICustomData.ANY, field?: string) => Promise<IFormData.Data>;
21
21
  /** 表单实例方法,包含校验,清空,重置
22
22
  * @returns 表单实例
23
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "4.8.9",
3
+ "version": "4.9.0",
4
4
  "description": "vue3 + typescript5 + vite5 的框架",
5
5
  "author": "wgd",
6
6
  "private": false,