hs-admin-ui 6.4.9 → 6.5.1

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.
@@ -41,7 +41,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
41
41
  fnName: Function;
42
42
  param: string;
43
43
  field_id?: string | undefined;
44
- setLoading?: Function | undefined;
44
+ setLoading: (loading: boolean) => void;
45
45
  size?: "small" | "default" | "large" | undefined;
46
46
  type?: "text" | "success" | "warning" | "info" | "primary" | "danger" | undefined;
47
47
  plain?: boolean | undefined;
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
27
27
  fnName: Function;
28
28
  param: string;
29
29
  field_id?: string | undefined;
30
- setLoading?: Function | undefined;
30
+ setLoading: (loading: boolean) => void;
31
31
  size?: "small" | "default" | "large" | undefined;
32
32
  type?: "text" | "success" | "warning" | "info" | "primary" | "danger" | undefined;
33
33
  plain?: boolean | undefined;
@@ -25,7 +25,7 @@ export declare function useTable(props: ComponentAttr.Props<typeof BcTable>): {
25
25
  fnName: Function;
26
26
  param: string;
27
27
  field_id?: string | undefined;
28
- setLoading?: Function | undefined;
28
+ setLoading: (loading: boolean) => void;
29
29
  size?: "small" | "default" | "large" | undefined;
30
30
  type?: "text" | "success" | "warning" | "info" | "primary" | "danger" | undefined;
31
31
  plain?: boolean | undefined;
@@ -2992,7 +2992,7 @@ export declare function useTable(props: ComponentAttr.Props<typeof BcTable>): {
2992
2992
  fnName: Function;
2993
2993
  param: string;
2994
2994
  field_id?: string | undefined;
2995
- setLoading?: Function | undefined;
2995
+ setLoading: (loading: boolean) => void;
2996
2996
  size?: "small" | "default" | "large" | undefined;
2997
2997
  type?: "text" | "success" | "warning" | "info" | "primary" | "danger" | undefined;
2998
2998
  plain?: boolean | undefined;
@@ -3040,7 +3040,7 @@ export declare function useTable(props: ComponentAttr.Props<typeof BcTable>): {
3040
3040
  fnName: Function;
3041
3041
  param: string;
3042
3042
  field_id?: string | undefined;
3043
- setLoading?: Function | undefined;
3043
+ setLoading: (loading: boolean) => void;
3044
3044
  size?: "small" | "default" | "large" | undefined;
3045
3045
  type?: "text" | "success" | "warning" | "info" | "primary" | "danger" | undefined;
3046
3046
  plain?: boolean | undefined;
@@ -6007,7 +6007,7 @@ export declare function useTable(props: ComponentAttr.Props<typeof BcTable>): {
6007
6007
  fnName: Function;
6008
6008
  param: string;
6009
6009
  field_id?: string | undefined;
6010
- setLoading?: Function | undefined;
6010
+ setLoading: (loading: boolean) => void;
6011
6011
  size?: "small" | "default" | "large" | undefined;
6012
6012
  type?: "text" | "success" | "warning" | "info" | "primary" | "danger" | undefined;
6013
6013
  plain?: boolean | undefined;
@@ -163,7 +163,7 @@ export declare namespace ICustomData {
163
163
  /** 方法参数 */
164
164
  param: string;
165
165
  field_id?: string;
166
- setLoading?: Function;
166
+ setLoading: (loading: boolean) => void;
167
167
  }
168
168
  interface BtnItem {
169
169
  /** 按钮唯一标识配置 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-admin-ui",
3
- "version": "6.4.9",
3
+ "version": "6.5.1",
4
4
  "description": "vue3 + typescript5 + vite5 的框架",
5
5
  "author": "wgd",
6
6
  "private": false,