hs-admin-ui 6.4.9 → 6.5.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.
- package/dist/types/components/business/bcTable/bcFormTable.vue.d.ts +1 -1
- package/dist/types/components/business/bcTable/components/btn/btn.vue.d.ts +1 -1
- package/dist/types/components/business/bcTable/utils/useTable.d.ts +4 -4
- package/dist/types/types/customData.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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?:
|
|
44
|
+
setLoading?: ((loading: boolean) => void) | undefined;
|
|
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?:
|
|
30
|
+
setLoading?: ((loading: boolean) => void) | undefined;
|
|
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?:
|
|
28
|
+
setLoading?: ((loading: boolean) => void) | undefined;
|
|
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?:
|
|
2995
|
+
setLoading?: ((loading: boolean) => void) | undefined;
|
|
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?:
|
|
3043
|
+
setLoading?: ((loading: boolean) => void) | undefined;
|
|
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?:
|
|
6010
|
+
setLoading?: ((loading: boolean) => void) | undefined;
|
|
6011
6011
|
size?: "small" | "default" | "large" | undefined;
|
|
6012
6012
|
type?: "text" | "success" | "warning" | "info" | "primary" | "danger" | undefined;
|
|
6013
6013
|
plain?: boolean | undefined;
|