bm-admin-ui 1.0.69-alpha → 1.0.70-alpha
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/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/editor/index.d.ts +1 -1
- package/es/components/editor/src/editor.vue.d.ts +1 -1
- package/es/components/float-table/index.d.ts +2 -2
- package/es/components/float-table/src/float-table.vue.d.ts +2 -2
- package/es/components/form-create/index.js +5 -3
- package/es/components/search-filter/index.d.ts +1 -1
- package/es/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/es/components/select-all/index.d.ts +1 -1
- package/es/components/select-all/src/selectAll.vue.d.ts +1 -1
- package/es/components/staffs-selector/index.d.ts +9 -5
- package/es/components/staffs-selector/index.js +30 -22
- package/es/components/staffs-selector/src/action.d.ts +1 -0
- package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -2
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -2
- package/es/components/staffs-selector/src/radioCmp.vue.d.ts +1 -0
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +9 -5
- package/es/components/staffs-selector/src/variedCmp.vue.d.ts +1 -0
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/editor/index.d.ts +1 -1
- package/lib/components/editor/src/editor.vue.d.ts +1 -1
- package/lib/components/float-table/index.d.ts +2 -2
- package/lib/components/float-table/src/float-table.vue.d.ts +2 -2
- package/lib/components/form-create/index.js +5 -3
- package/lib/components/search-filter/index.d.ts +1 -1
- package/lib/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/lib/components/select-all/index.d.ts +1 -1
- package/lib/components/select-all/src/selectAll.vue.d.ts +1 -1
- package/lib/components/staffs-selector/index.d.ts +9 -5
- package/lib/components/staffs-selector/index.js +29 -21
- package/lib/components/staffs-selector/src/action.d.ts +1 -0
- package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -2
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -2
- package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +1 -0
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +9 -5
- package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +1 -0
- package/package.json +1 -1
- package/types/components/button/index.d.ts +1 -1
- package/types/components/button/src/button.vue.d.ts +1 -1
- package/types/components/editor/index.d.ts +1 -1
- package/types/components/editor/src/editor.vue.d.ts +1 -1
- package/types/components/float-table/index.d.ts +2 -2
- package/types/components/float-table/src/float-table.vue.d.ts +2 -2
- package/types/components/search-filter/index.d.ts +1 -1
- package/types/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/types/components/select-all/index.d.ts +1 -1
- package/types/components/select-all/src/selectAll.vue.d.ts +1 -1
- package/types/components/staffs-selector/index.d.ts +9 -5
- package/types/components/staffs-selector/src/action.d.ts +1 -0
- package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -2
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -2
- package/types/components/staffs-selector/src/radioCmp.vue.d.ts +1 -0
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +9 -5
- package/types/components/staffs-selector/src/variedCmp.vue.d.ts +1 -0
|
@@ -904,12 +904,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
904
904
|
curlistKeys: import("vue").Ref<Set<string>>;
|
|
905
905
|
activeKey: import("vue").Ref<number>;
|
|
906
906
|
fetchLoading: import("vue").Ref<boolean>;
|
|
907
|
+
searched: import("vue").Ref<boolean>;
|
|
907
908
|
searchVal: import("vue").Ref<string>;
|
|
908
909
|
selectAll: import("vue").Ref<boolean>;
|
|
909
910
|
indeterminate: import("vue").Ref<boolean>;
|
|
910
|
-
emptyPic: import("vue").Ref<
|
|
911
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
911
912
|
[key: string]: any;
|
|
912
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
913
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
913
914
|
[key: string]: any;
|
|
914
915
|
}> | null | undefined)[]>;
|
|
915
916
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -941,6 +942,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
941
942
|
}, {
|
|
942
943
|
searchVal: import("vue").Ref<string>;
|
|
943
944
|
emptyPic: import("ant-design-vue/lib/_util/type").VueNode;
|
|
945
|
+
searched: import("vue").ComputedRef<boolean>;
|
|
944
946
|
search: () => void;
|
|
945
947
|
radioChange: (e: any) => void;
|
|
946
948
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -987,6 +989,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
987
989
|
curlistKeys: import("vue").Ref<Set<string>>;
|
|
988
990
|
activeKey: import("vue").Ref<number>;
|
|
989
991
|
fetchLoading: import("vue").Ref<boolean>;
|
|
992
|
+
searched: import("vue").Ref<boolean>;
|
|
990
993
|
indicator: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
991
994
|
[key: string]: any;
|
|
992
995
|
}>;
|
|
@@ -1050,12 +1053,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1050
1053
|
curlistKeys: import("vue").Ref<Set<string>>;
|
|
1051
1054
|
activeKey: import("vue").Ref<number>;
|
|
1052
1055
|
fetchLoading: import("vue").Ref<boolean>;
|
|
1056
|
+
searched: import("vue").Ref<boolean>;
|
|
1053
1057
|
searchVal: import("vue").Ref<string>;
|
|
1054
1058
|
selectAll: import("vue").Ref<boolean>;
|
|
1055
1059
|
indeterminate: import("vue").Ref<boolean>;
|
|
1056
|
-
emptyPic: import("vue").Ref<
|
|
1060
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1057
1061
|
[key: string]: any;
|
|
1058
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1062
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1059
1063
|
[key: string]: any;
|
|
1060
1064
|
}> | null | undefined)[]>;
|
|
1061
1065
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -1123,9 +1127,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1123
1127
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1124
1128
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1125
1129
|
}, {
|
|
1126
|
-
title: string;
|
|
1127
1130
|
mode: string;
|
|
1128
1131
|
showCount: boolean;
|
|
1132
|
+
title: string;
|
|
1129
1133
|
visible: boolean;
|
|
1130
1134
|
unitStr: string;
|
|
1131
1135
|
limit: number;
|
|
@@ -26,6 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
curlistKeys: import("vue").Ref<Set<string>>;
|
|
27
27
|
activeKey: import("vue").Ref<number>;
|
|
28
28
|
fetchLoading: import("vue").Ref<boolean>;
|
|
29
|
+
searched: import("vue").Ref<boolean>;
|
|
29
30
|
indicator: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
31
|
[key: string]: any;
|
|
31
32
|
}>;
|