hs-admin-ui 10.5.1 → 10.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ export interface IFormInstance {
32
32
  /** 获取按钮配置数据
33
33
  * @param key 按钮字段值
34
34
  */
35
- getBtnConfig: (key: string) => IFormData.Form['btns'];
35
+ getBtnConfig: (key: string) => ICustomData.BtnItem;
36
36
  /** 表单子组件实例方法
37
37
  * @param fieldID 字段ID
38
38
  * @param field 字段
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "10.5.1",
3
+ "version": "10.5.2",
4
4
  "description": "vue3 + typescript5 + vite5 的框架",
5
5
  "author": "wgd",
6
6
  "private": false,