bm-admin-ui 1.0.85-alpha → 1.0.86-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/attachment/index.d.ts +3 -3
- package/es/components/attachment/src/attachment.vue.d.ts +3 -3
- package/es/components/breadcrumb/index.d.ts +7 -7
- package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button.vue.d.ts +6 -6
- package/es/components/edit-form/index.d.ts +4 -4
- package/es/components/edit-form/index.js +1 -1
- package/es/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/es/components/feedback/index.d.ts +12 -12
- package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/es/components/feedback/src/bmModal.vue.d.ts +6 -6
- package/es/components/flow-designer/index.js +1 -1
- package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/es/components/index.d.ts +0 -1
- package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/es/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
- package/es/components/select-all/index.d.ts +6 -6
- package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
- package/es/components/shops-filter/index.js +33 -5
- package/es/components/staffs-selector/index.d.ts +16 -16
- package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
- package/es/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
- package/es/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
- package/es/components/videoView/index.d.ts +1 -1
- package/es/components/videoView/src/videoView.vue.d.ts +1 -1
- package/lib/components/attachment/index.d.ts +3 -3
- package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
- package/lib/components/breadcrumb/index.d.ts +7 -7
- package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/edit-form/index.d.ts +4 -4
- package/lib/components/edit-form/index.js +1 -1
- package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/lib/components/feedback/index.d.ts +12 -12
- package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
- package/lib/components/flow-designer/index.js +1 -1
- package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/lib/components/index.d.ts +0 -1
- package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
- package/lib/components/select-all/index.d.ts +6 -6
- package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
- package/lib/components/shops-filter/index.js +33 -5
- package/lib/components/staffs-selector/index.d.ts +16 -16
- package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
- package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
- package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
- package/lib/components/videoView/index.d.ts +1 -1
- package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
- package/package.json +34 -34
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/shops-filter.css +1 -1
- package/types/components/attachment/index.d.ts +3 -3
- package/types/components/attachment/src/attachment.vue.d.ts +3 -3
- package/types/components/breadcrumb/index.d.ts +7 -7
- package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/types/components/button/index.d.ts +6 -6
- package/types/components/button/src/button.vue.d.ts +6 -6
- package/types/components/edit-form/index.d.ts +4 -4
- package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/types/components/feedback/index.d.ts +12 -12
- package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
- package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/types/components/index.d.ts +0 -1
- package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
- package/types/components/select-all/index.d.ts +6 -6
- package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
- package/types/components/staffs-selector/index.d.ts +16 -16
- package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
- package/types/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
- package/types/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
- package/types/components/videoView/index.d.ts +1 -1
- package/types/components/videoView/src/videoView.vue.d.ts +1 -1
- package/es/components/shops-filter/index.d.ts +0 -99
- package/es/components/shops-filter/src/shops-filter.d.ts +0 -25
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
- package/lib/components/shops-filter/index.d.ts +0 -99
- package/lib/components/shops-filter/src/shops-filter.d.ts +0 -25
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
- package/types/components/shops-filter/index.d.ts +0 -99
- package/types/components/shops-filter/src/shops-filter.d.ts +0 -25
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}>;
|
|
35
|
-
|
|
35
|
+
ASelect: {
|
|
36
36
|
new (...args: any[]): {
|
|
37
37
|
$: import("vue").ComponentInternalInstance;
|
|
38
38
|
$data: {};
|
|
@@ -212,8 +212,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
$slots: Readonly<{
|
|
213
213
|
[name: string]: import("vue").Slot;
|
|
214
214
|
}>;
|
|
215
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
216
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
215
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
216
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
217
217
|
$emit: (event: string, ...args: any[]) => void;
|
|
218
218
|
$el: any;
|
|
219
219
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -382,7 +382,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
382
382
|
defaultActiveFirstOption: boolean;
|
|
383
383
|
labelInValue: boolean;
|
|
384
384
|
bordered: boolean;
|
|
385
|
-
}
|
|
385
|
+
}> & {
|
|
386
386
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
387
387
|
created?: (() => void) | (() => void)[] | undefined;
|
|
388
388
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -397,7 +397,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
397
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
398
398
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
399
399
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
400
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
400
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
401
401
|
};
|
|
402
402
|
$forceUpdate: () => void;
|
|
403
403
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -721,7 +721,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
721
721
|
defaultActiveFirstOption: boolean;
|
|
722
722
|
labelInValue: boolean;
|
|
723
723
|
bordered: boolean;
|
|
724
|
-
}
|
|
724
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
725
725
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
726
726
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
727
727
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -71,9 +71,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
handleExpandBtnChange: () => void;
|
|
72
72
|
handleSubmit: () => void;
|
|
73
73
|
handleReset: () => void;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
|
|
75
|
+
UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
|
|
76
|
+
SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
|
|
77
77
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "expand")[], "submit" | "reset" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
78
|
showExpandBtn: {
|
|
79
79
|
type: BooleanConstructor;
|
|
@@ -40,7 +40,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
40
40
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
}>;
|
|
43
|
-
|
|
43
|
+
ASelect: {
|
|
44
44
|
new (...args: any[]): {
|
|
45
45
|
$: import("vue").ComponentInternalInstance;
|
|
46
46
|
$data: {};
|
|
@@ -220,8 +220,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
220
220
|
$slots: Readonly<{
|
|
221
221
|
[name: string]: import("vue").Slot;
|
|
222
222
|
}>;
|
|
223
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
224
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
223
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
224
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
225
225
|
$emit: (event: string, ...args: any[]) => void;
|
|
226
226
|
$el: any;
|
|
227
227
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -390,7 +390,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
390
390
|
defaultActiveFirstOption: boolean;
|
|
391
391
|
labelInValue: boolean;
|
|
392
392
|
bordered: boolean;
|
|
393
|
-
}
|
|
393
|
+
}> & {
|
|
394
394
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
395
395
|
created?: (() => void) | (() => void)[] | undefined;
|
|
396
396
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -405,7 +405,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
405
405
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
406
406
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
407
407
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
408
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
408
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
409
409
|
};
|
|
410
410
|
$forceUpdate: () => void;
|
|
411
411
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -729,7 +729,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
729
729
|
defaultActiveFirstOption: boolean;
|
|
730
730
|
labelInValue: boolean;
|
|
731
731
|
bordered: boolean;
|
|
732
|
-
}
|
|
732
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
733
733
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
734
734
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
735
735
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
}>;
|
|
43
|
-
|
|
43
|
+
ASelect: {
|
|
44
44
|
new (...args: any[]): {
|
|
45
45
|
$: import("vue").ComponentInternalInstance;
|
|
46
46
|
$data: {};
|
|
@@ -220,8 +220,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
$slots: Readonly<{
|
|
221
221
|
[name: string]: import("vue").Slot;
|
|
222
222
|
}>;
|
|
223
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
224
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
223
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
224
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
225
225
|
$emit: (event: string, ...args: any[]) => void;
|
|
226
226
|
$el: any;
|
|
227
227
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -390,7 +390,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
390
390
|
defaultActiveFirstOption: boolean;
|
|
391
391
|
labelInValue: boolean;
|
|
392
392
|
bordered: boolean;
|
|
393
|
-
}
|
|
393
|
+
}> & {
|
|
394
394
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
395
395
|
created?: (() => void) | (() => void)[] | undefined;
|
|
396
396
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -405,7 +405,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
405
405
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
406
406
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
407
407
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
408
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
408
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
409
409
|
};
|
|
410
410
|
$forceUpdate: () => void;
|
|
411
411
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -729,7 +729,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
729
729
|
defaultActiveFirstOption: boolean;
|
|
730
730
|
labelInValue: boolean;
|
|
731
731
|
bordered: boolean;
|
|
732
|
-
}
|
|
732
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
733
733
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
734
734
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
735
735
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -28,6 +28,16 @@ const _sfc_main = defineComponent({
|
|
|
28
28
|
Empty
|
|
29
29
|
},
|
|
30
30
|
props: {
|
|
31
|
+
selected: {
|
|
32
|
+
type: Array,
|
|
33
|
+
default() {
|
|
34
|
+
return [];
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
searchShopProp: {
|
|
38
|
+
type: String,
|
|
39
|
+
default: "search"
|
|
40
|
+
},
|
|
31
41
|
labelTitle: {
|
|
32
42
|
type: String,
|
|
33
43
|
default: "\u5E97\u94FA"
|
|
@@ -146,7 +156,7 @@ const _sfc_main = defineComponent({
|
|
|
146
156
|
filters.forEach((item, index) => {
|
|
147
157
|
params[String(item.paramsStr)] = state.filterSelects[index] || "";
|
|
148
158
|
});
|
|
149
|
-
params[
|
|
159
|
+
params[props.searchShopProp] = state.searchVal;
|
|
150
160
|
props.loadData(params).then((data) => {
|
|
151
161
|
state.shopList = data;
|
|
152
162
|
data.forEach((item) => {
|
|
@@ -197,6 +207,24 @@ const _sfc_main = defineComponent({
|
|
|
197
207
|
},
|
|
198
208
|
{ deep: true }
|
|
199
209
|
);
|
|
210
|
+
watch(
|
|
211
|
+
() => props.selected,
|
|
212
|
+
(val) => {
|
|
213
|
+
state.selected = [...val];
|
|
214
|
+
for (let [key, value] of Object.entries(state.shopCheck)) {
|
|
215
|
+
if (props.selected?.includes(key)) {
|
|
216
|
+
state.shopCheck[key] = true;
|
|
217
|
+
} else {
|
|
218
|
+
state.shopCheck[key] = false;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
state.selected.forEach((code) => {
|
|
222
|
+
state.shopCheck[code] = true;
|
|
223
|
+
});
|
|
224
|
+
methods.checkboxChange();
|
|
225
|
+
},
|
|
226
|
+
{ deep: true, immediate: true }
|
|
227
|
+
);
|
|
200
228
|
if (props.showAlways) {
|
|
201
229
|
state.isActive = true;
|
|
202
230
|
}
|
|
@@ -214,7 +242,7 @@ const _sfc_main = defineComponent({
|
|
|
214
242
|
};
|
|
215
243
|
}
|
|
216
244
|
});
|
|
217
|
-
const _hoisted_1 = /* @__PURE__ */ createElementVNode("span",
|
|
245
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("span", { class: "__shops-filter-input-placeholder" }, "\u8BF7\u9009\u62E9", -1);
|
|
218
246
|
const _hoisted_2 = { class: "input-icon active-icon" };
|
|
219
247
|
const _hoisted_3 = { class: "pop-seleted-title" };
|
|
220
248
|
const _hoisted_4 = { class: "__shops-filter-list" };
|
|
@@ -325,12 +353,12 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
325
353
|
style: normalizeStyle({ width: _ctx.displayParams?.searchWidth || "240px" })
|
|
326
354
|
}, [
|
|
327
355
|
createVNode(_component_input_search, {
|
|
328
|
-
|
|
329
|
-
"onUpdate:
|
|
356
|
+
value: _ctx.searchVal,
|
|
357
|
+
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => _ctx.searchVal = $event),
|
|
330
358
|
placeholder: "\u641C\u7D22\u5E97\u94FA\u540D\u79F0",
|
|
331
359
|
"allow-clear": true,
|
|
332
360
|
onSearch: _ctx.fetchData
|
|
333
|
-
}, null, 8, ["
|
|
361
|
+
}, null, 8, ["value", "onSearch"])
|
|
334
362
|
], 4), [
|
|
335
363
|
[vShow, _ctx.isActive]
|
|
336
364
|
]),
|
|
@@ -101,7 +101,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
101
101
|
summitSelect: () => void;
|
|
102
102
|
getOptionName: (key: any) => any;
|
|
103
103
|
deleteOptions: (key: any) => void;
|
|
104
|
-
|
|
104
|
+
AModal: {
|
|
105
105
|
new (...args: any[]): {
|
|
106
106
|
$: import("vue").ComponentInternalInstance;
|
|
107
107
|
$data: {};
|
|
@@ -300,8 +300,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
300
300
|
$slots: Readonly<{
|
|
301
301
|
[name: string]: import("vue").Slot;
|
|
302
302
|
}>;
|
|
303
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
304
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
303
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
304
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
305
305
|
$emit: (event: string, ...args: any[]) => void;
|
|
306
306
|
$el: any;
|
|
307
307
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -489,7 +489,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
489
489
|
destroyOnClose: boolean;
|
|
490
490
|
focusTriggerAfterClose: boolean;
|
|
491
491
|
confirmLoading: boolean;
|
|
492
|
-
}
|
|
492
|
+
}> & {
|
|
493
493
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
494
494
|
created?: (() => void) | (() => void)[] | undefined;
|
|
495
495
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -504,7 +504,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
504
504
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
505
505
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
506
506
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
507
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
507
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
508
508
|
};
|
|
509
509
|
$forceUpdate: () => void;
|
|
510
510
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -869,7 +869,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
869
869
|
destroyOnClose: boolean;
|
|
870
870
|
focusTriggerAfterClose: boolean;
|
|
871
871
|
confirmLoading: boolean;
|
|
872
|
-
}
|
|
872
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
873
873
|
readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
874
874
|
readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
875
875
|
readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
@@ -878,7 +878,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
878
878
|
readonly confirm: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
879
879
|
readonly destroyAll: () => void;
|
|
880
880
|
};
|
|
881
|
-
|
|
881
|
+
CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
|
|
882
882
|
multipleCmp: import("vue").DefineComponent<{
|
|
883
883
|
limit: {
|
|
884
884
|
type: NumberConstructor;
|
|
@@ -908,7 +908,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
908
908
|
[key: string]: any;
|
|
909
909
|
}> | null | undefined)[]>;
|
|
910
910
|
isFulfill: import("vue").Ref<boolean>;
|
|
911
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
911
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
912
912
|
limit: {
|
|
913
913
|
type: NumberConstructor;
|
|
914
914
|
default: number;
|
|
@@ -918,11 +918,11 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
918
918
|
default: () => never[];
|
|
919
919
|
};
|
|
920
920
|
}>> & {
|
|
921
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
922
921
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
922
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
923
923
|
}, {
|
|
924
|
-
selected: unknown[];
|
|
925
924
|
limit: number;
|
|
925
|
+
selected: unknown[];
|
|
926
926
|
}>;
|
|
927
927
|
radioCmp: import("vue").DefineComponent<{
|
|
928
928
|
list: {
|
|
@@ -939,7 +939,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
939
939
|
searched: import("vue").ComputedRef<boolean>;
|
|
940
940
|
search: () => void;
|
|
941
941
|
radioChange: (e: any) => void;
|
|
942
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
942
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
943
943
|
list: {
|
|
944
944
|
type: ArrayConstructor;
|
|
945
945
|
default: () => never[];
|
|
@@ -949,8 +949,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
949
949
|
default: string;
|
|
950
950
|
};
|
|
951
951
|
}>> & {
|
|
952
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
953
952
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
953
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
954
954
|
}, {
|
|
955
955
|
list: unknown[];
|
|
956
956
|
selected: string;
|
|
@@ -984,7 +984,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
984
984
|
}> | null | undefined)[]>;
|
|
985
985
|
isFulfill: import("vue").Ref<boolean>;
|
|
986
986
|
changeTreeCheck: (checkedKeys: any) => void;
|
|
987
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
987
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
988
988
|
limit: {
|
|
989
989
|
type: NumberConstructor;
|
|
990
990
|
default: number;
|
|
@@ -994,13 +994,13 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
994
994
|
default: () => never[];
|
|
995
995
|
};
|
|
996
996
|
}>> & {
|
|
997
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
998
997
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
998
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
999
999
|
}, {
|
|
1000
|
-
selected: unknown[];
|
|
1001
1000
|
limit: number;
|
|
1001
|
+
selected: unknown[];
|
|
1002
1002
|
}>;
|
|
1003
|
-
|
|
1003
|
+
list: any;
|
|
1004
1004
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:visible" | "update:select")[], "change" | "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1005
1005
|
visible: {
|
|
1006
1006
|
type: BooleanConstructor;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
}> | null | undefined)[]>;
|
|
28
28
|
isFulfill: import("vue").Ref<boolean>;
|
|
29
29
|
changeTreeCheck: (checkedKeys: any) => void;
|
|
30
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
30
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
limit: {
|
|
32
32
|
type: NumberConstructor;
|
|
33
33
|
default: number;
|
|
@@ -37,10 +37,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
default: () => never[];
|
|
38
38
|
};
|
|
39
39
|
}>> & {
|
|
40
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
41
40
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
selected: unknown[];
|
|
44
43
|
limit: number;
|
|
44
|
+
selected: unknown[];
|
|
45
45
|
}>;
|
|
46
46
|
export default _default;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}> | null | undefined)[]>;
|
|
29
29
|
isFulfill: import("vue").Ref<boolean>;
|
|
30
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
30
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
limit: {
|
|
32
32
|
type: NumberConstructor;
|
|
33
33
|
default: number;
|
|
@@ -37,10 +37,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
default: () => never[];
|
|
38
38
|
};
|
|
39
39
|
}>> & {
|
|
40
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
41
40
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
selected: unknown[];
|
|
44
43
|
limit: number;
|
|
44
|
+
selected: unknown[];
|
|
45
45
|
}>;
|
|
46
46
|
export default _default;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
searched: import("vue").ComputedRef<boolean>;
|
|
14
14
|
search: () => void;
|
|
15
15
|
radioChange: (e: any) => void;
|
|
16
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
16
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
list: {
|
|
18
18
|
type: ArrayConstructor;
|
|
19
19
|
default: () => never[];
|
|
@@ -23,8 +23,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
}>> & {
|
|
26
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
27
26
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
list: unknown[];
|
|
30
30
|
selected: string;
|
|
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
summitSelect: () => void;
|
|
102
102
|
getOptionName: (key: any) => any;
|
|
103
103
|
deleteOptions: (key: any) => void;
|
|
104
|
-
|
|
104
|
+
AModal: {
|
|
105
105
|
new (...args: any[]): {
|
|
106
106
|
$: import("vue").ComponentInternalInstance;
|
|
107
107
|
$data: {};
|
|
@@ -300,8 +300,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
300
300
|
$slots: Readonly<{
|
|
301
301
|
[name: string]: import("vue").Slot;
|
|
302
302
|
}>;
|
|
303
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
304
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
303
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
304
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
305
305
|
$emit: (event: string, ...args: any[]) => void;
|
|
306
306
|
$el: any;
|
|
307
307
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -489,7 +489,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
489
489
|
destroyOnClose: boolean;
|
|
490
490
|
focusTriggerAfterClose: boolean;
|
|
491
491
|
confirmLoading: boolean;
|
|
492
|
-
}
|
|
492
|
+
}> & {
|
|
493
493
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
494
494
|
created?: (() => void) | (() => void)[] | undefined;
|
|
495
495
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -504,7 +504,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
504
504
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
505
505
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
506
506
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
507
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
507
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
508
508
|
};
|
|
509
509
|
$forceUpdate: () => void;
|
|
510
510
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -869,7 +869,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
869
869
|
destroyOnClose: boolean;
|
|
870
870
|
focusTriggerAfterClose: boolean;
|
|
871
871
|
confirmLoading: boolean;
|
|
872
|
-
}
|
|
872
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
873
873
|
readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
874
874
|
readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
875
875
|
readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
@@ -878,7 +878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
878
878
|
readonly confirm: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
879
879
|
readonly destroyAll: () => void;
|
|
880
880
|
};
|
|
881
|
-
|
|
881
|
+
CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
|
|
882
882
|
multipleCmp: import("vue").DefineComponent<{
|
|
883
883
|
limit: {
|
|
884
884
|
type: NumberConstructor;
|
|
@@ -908,7 +908,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
908
908
|
[key: string]: any;
|
|
909
909
|
}> | null | undefined)[]>;
|
|
910
910
|
isFulfill: import("vue").Ref<boolean>;
|
|
911
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
911
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
912
912
|
limit: {
|
|
913
913
|
type: NumberConstructor;
|
|
914
914
|
default: number;
|
|
@@ -918,11 +918,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
918
918
|
default: () => never[];
|
|
919
919
|
};
|
|
920
920
|
}>> & {
|
|
921
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
922
921
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
922
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
923
923
|
}, {
|
|
924
|
-
selected: unknown[];
|
|
925
924
|
limit: number;
|
|
925
|
+
selected: unknown[];
|
|
926
926
|
}>;
|
|
927
927
|
radioCmp: import("vue").DefineComponent<{
|
|
928
928
|
list: {
|
|
@@ -939,7 +939,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
939
939
|
searched: import("vue").ComputedRef<boolean>;
|
|
940
940
|
search: () => void;
|
|
941
941
|
radioChange: (e: any) => void;
|
|
942
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
942
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
943
943
|
list: {
|
|
944
944
|
type: ArrayConstructor;
|
|
945
945
|
default: () => never[];
|
|
@@ -949,8 +949,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
949
949
|
default: string;
|
|
950
950
|
};
|
|
951
951
|
}>> & {
|
|
952
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
953
952
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
953
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
954
954
|
}, {
|
|
955
955
|
list: unknown[];
|
|
956
956
|
selected: string;
|
|
@@ -984,7 +984,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
984
984
|
}> | null | undefined)[]>;
|
|
985
985
|
isFulfill: import("vue").Ref<boolean>;
|
|
986
986
|
changeTreeCheck: (checkedKeys: any) => void;
|
|
987
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
987
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
988
988
|
limit: {
|
|
989
989
|
type: NumberConstructor;
|
|
990
990
|
default: number;
|
|
@@ -994,13 +994,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
994
994
|
default: () => never[];
|
|
995
995
|
};
|
|
996
996
|
}>> & {
|
|
997
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
998
997
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
998
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
999
999
|
}, {
|
|
1000
|
-
selected: unknown[];
|
|
1001
1000
|
limit: number;
|
|
1001
|
+
selected: unknown[];
|
|
1002
1002
|
}>;
|
|
1003
|
-
|
|
1003
|
+
list: any;
|
|
1004
1004
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:visible" | "update:select")[], "change" | "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1005
1005
|
visible: {
|
|
1006
1006
|
type: BooleanConstructor;
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
changeArea: (item: any) => void;
|
|
40
40
|
inputPlaceHolder: import("vue").ComputedRef<"请输入部门搜索" | "请输入工作组搜索" | "请输入店铺搜索" | "请输入人名搜索">;
|
|
41
41
|
changeTreeCheck: (checkedKeys: any) => void;
|
|
42
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
42
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
43
|
list: {
|
|
44
44
|
type: ArrayConstructor;
|
|
45
45
|
default: () => any;
|
|
@@ -57,12 +57,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
default: () => Set<unknown>;
|
|
58
58
|
};
|
|
59
59
|
}>> & {
|
|
60
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
61
60
|
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
list: unknown[];
|
|
64
|
-
selected: unknown[];
|
|
65
64
|
dataMap: Map<unknown, unknown>;
|
|
66
65
|
curlistKeys: Set<unknown>;
|
|
66
|
+
selected: unknown[];
|
|
67
67
|
}>;
|
|
68
68
|
export default _default;
|
|
@@ -20,7 +20,7 @@ declare const BmVideo: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
20
20
|
}>> & {}>>;
|
|
21
21
|
visible: import("vue").Ref<boolean>;
|
|
22
22
|
play: () => void;
|
|
23
|
-
|
|
23
|
+
PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
src: {
|
|
26
26
|
type: StringConstructor;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
}>> & {}>>;
|
|
21
21
|
visible: import("vue").Ref<boolean>;
|
|
22
22
|
play: () => void;
|
|
23
|
-
|
|
23
|
+
PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
src: {
|
|
26
26
|
type: StringConstructor;
|
|
@@ -20,7 +20,7 @@ declare const BmAttachment: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
20
20
|
setVisible: (value: any) => void;
|
|
21
21
|
preview: (item: any) => void;
|
|
22
22
|
download: (item: any) => void;
|
|
23
|
-
|
|
23
|
+
BmOverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
|
|
24
24
|
name: string;
|
|
25
25
|
props: {
|
|
26
26
|
title: {
|
|
@@ -53,8 +53,8 @@ declare const BmAttachment: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
53
53
|
openShow: import("vue").Ref<boolean>;
|
|
54
54
|
};
|
|
55
55
|
}>;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
DownloadOutlined: import("@ant-design/icons-vue/lib/icons/DownloadOutlined").DownloadOutlinedIconType;
|
|
57
|
+
EyeOutlined: import("@ant-design/icons-vue/lib/icons/EyeOutlined").EyeOutlinedIconType;
|
|
58
58
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("preview" | "download")[], "preview" | "download", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
file: {
|
|
60
60
|
type: ObjectConstructor;
|