RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
hs-admin-ui
Versions diffs
10.5.1 → 10.5.2
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.
Files changed (2)
hide
show
package/dist/types/components/business/bcForm/type.d.ts
+1
-1
package/package.json
+1
-1
package/dist/types/components/business/bcForm/type.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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,