hs-admin-ui 10.5.1 → 10.5.2

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.
@@ -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,