bm-admin-ui 1.0.47-alpha → 1.0.48-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/editor/index.d.ts +4 -4
- package/es/components/editor/src/editor.vue.d.ts +4 -4
- 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 +32 -7
- package/es/components/input-tags-display/index.d.ts +1 -1
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/es/components/search-filter/index.d.ts +2 -2
- package/es/components/search-filter/src/search-filter.vue.d.ts +2 -2
- 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 +4 -4
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +4 -4
- package/lib/components/editor/index.d.ts +4 -4
- package/lib/components/editor/src/editor.vue.d.ts +4 -4
- 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 +32 -7
- package/lib/components/input-tags-display/index.d.ts +1 -1
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/lib/components/search-filter/index.d.ts +2 -2
- package/lib/components/search-filter/src/search-filter.vue.d.ts +2 -2
- 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 +4 -4
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +4 -4
- package/package.json +1 -1
- package/types/components/editor/index.d.ts +4 -4
- package/types/components/editor/src/editor.vue.d.ts +4 -4
- 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/input-tags-display/index.d.ts +1 -1
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/types/components/search-filter/index.d.ts +2 -2
- package/types/components/search-filter/src/search-filter.vue.d.ts +2 -2
- 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 +4 -4
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +4 -4
|
@@ -60,10 +60,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
63
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
64
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
290
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
291
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
@@ -60,10 +60,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
63
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
64
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
290
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
291
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
@@ -42,9 +42,9 @@ declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -992,7 +992,12 @@ const _hoisted_6$4 = ["title"];
|
|
|
992
992
|
const _hoisted_7$4 = { class: "bm-fc-select-material-temp__content__item-time" };
|
|
993
993
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
994
994
|
__name: "select-material-temp",
|
|
995
|
-
props: [
|
|
995
|
+
props: [
|
|
996
|
+
"visible",
|
|
997
|
+
"fetchMaterialType",
|
|
998
|
+
"fetchMaterialTemp",
|
|
999
|
+
"mainShopValue"
|
|
1000
|
+
],
|
|
996
1001
|
emits: ["update:visible", "select"],
|
|
997
1002
|
setup(__props, { emit: emits }) {
|
|
998
1003
|
const props = __props;
|
|
@@ -1004,6 +1009,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
1004
1009
|
timestamp: timestamp.value,
|
|
1005
1010
|
pageType: 1,
|
|
1006
1011
|
status: 1,
|
|
1012
|
+
shopCodeList: props.mainShopValue ? [props.mainShopValue.value] : "",
|
|
1007
1013
|
templateName: templateName.value,
|
|
1008
1014
|
categoryCode: selectTypeKeys.value?.[0],
|
|
1009
1015
|
secondCategoryCode: selectTypeKeys.value?.[1],
|
|
@@ -1110,6 +1116,12 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
1110
1116
|
}
|
|
1111
1117
|
}
|
|
1112
1118
|
);
|
|
1119
|
+
watch(
|
|
1120
|
+
() => props.mainShopValue,
|
|
1121
|
+
() => {
|
|
1122
|
+
initLoadFlag = true;
|
|
1123
|
+
}
|
|
1124
|
+
);
|
|
1113
1125
|
return (_ctx, _cache) => {
|
|
1114
1126
|
return openBlock(), createBlock(unref(Modal), {
|
|
1115
1127
|
title: "\u9009\u62E9\u7D20\u6750\u6A21\u677F",
|
|
@@ -1633,12 +1645,23 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1633
1645
|
index++;
|
|
1634
1646
|
}
|
|
1635
1647
|
function handleDelete(targetKey) {
|
|
1636
|
-
|
|
1637
|
-
|
|
1648
|
+
let lastIndex = 0;
|
|
1649
|
+
panes.forEach((pane, i) => {
|
|
1650
|
+
if (pane.key === targetKey) {
|
|
1651
|
+
lastIndex = i - 1;
|
|
1652
|
+
}
|
|
1653
|
+
});
|
|
1638
1654
|
panes.splice(
|
|
1639
1655
|
panes.findIndex((pane) => pane.key === targetKey),
|
|
1640
1656
|
1
|
|
1641
1657
|
);
|
|
1658
|
+
if (panes.length && activeKey.value === targetKey) {
|
|
1659
|
+
if (lastIndex >= 0) {
|
|
1660
|
+
activeKey.value = panes[lastIndex].key;
|
|
1661
|
+
} else {
|
|
1662
|
+
activeKey.value = panes[0].key;
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1642
1665
|
}
|
|
1643
1666
|
function getTableRule(coverageArr) {
|
|
1644
1667
|
const fieldTypeMap = {
|
|
@@ -1774,7 +1797,8 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1774
1797
|
(openBlock(true), createElementBlock(Fragment, null, renderList(panes, (pane) => {
|
|
1775
1798
|
return openBlock(), createBlock(unref(TabPane), {
|
|
1776
1799
|
key: pane.key,
|
|
1777
|
-
tab: pane.title
|
|
1800
|
+
tab: pane.title,
|
|
1801
|
+
closable: panes.length !== 1
|
|
1778
1802
|
}, {
|
|
1779
1803
|
default: withCtx(() => [
|
|
1780
1804
|
createVNode(unref(FormItemRest), null, {
|
|
@@ -1992,7 +2016,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
1992
2016
|
}, 1024)
|
|
1993
2017
|
]),
|
|
1994
2018
|
_: 2
|
|
1995
|
-
}, 1032, ["tab"]);
|
|
2019
|
+
}, 1032, ["tab", "closable"]);
|
|
1996
2020
|
}), 128))
|
|
1997
2021
|
]),
|
|
1998
2022
|
_: 1
|
|
@@ -2000,10 +2024,11 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
2000
2024
|
createVNode(SelectMaterialTemp, {
|
|
2001
2025
|
visible: visible.value,
|
|
2002
2026
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visible.value = $event),
|
|
2027
|
+
"main-shop-value": unref(mainShopValue),
|
|
2003
2028
|
"fetch-material-type": __props.extraConfig.fetchMaterialType,
|
|
2004
2029
|
"fetch-material-temp": __props.extraConfig.fetchMaterialTemp,
|
|
2005
2030
|
onSelect: handleSelect
|
|
2006
|
-
}, null, 8, ["visible", "fetch-material-type", "fetch-material-temp"])
|
|
2031
|
+
}, null, 8, ["visible", "main-shop-value", "fetch-material-type", "fetch-material-temp"])
|
|
2007
2032
|
], 64);
|
|
2008
2033
|
};
|
|
2009
2034
|
}
|
|
@@ -2320,8 +2345,8 @@ var shop = {
|
|
|
2320
2345
|
on: {
|
|
2321
2346
|
change(inject, value) {
|
|
2322
2347
|
const rule = inject.self;
|
|
2323
|
-
rule.value = value;
|
|
2324
2348
|
rule.props.value = value;
|
|
2349
|
+
rule.value = value;
|
|
2325
2350
|
nextTick(() => {
|
|
2326
2351
|
setTimeout(() => {
|
|
2327
2352
|
inject.api.validateField(rule.field);
|
|
@@ -125,8 +125,8 @@ declare const BmTagsDisplay: import("bm-admin-ui/es/utils/with-install").SFCWith
|
|
|
125
125
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}, {
|
|
127
127
|
disabled: boolean;
|
|
128
|
-
list: unknown[];
|
|
129
128
|
placeholder: string;
|
|
129
|
+
list: unknown[];
|
|
130
130
|
placement: string;
|
|
131
131
|
showEmpty: boolean;
|
|
132
132
|
showEmptyBtn: boolean;
|
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
disabled: boolean;
|
|
126
|
-
list: unknown[];
|
|
127
126
|
placeholder: string;
|
|
127
|
+
list: unknown[];
|
|
128
128
|
placement: string;
|
|
129
129
|
showEmpty: boolean;
|
|
130
130
|
showEmptyBtn: boolean;
|
|
@@ -110,9 +110,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -734,7 +734,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
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";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -82,8 +82,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -910,9 +910,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
910
910
|
searchVal: import("vue").Ref<string>;
|
|
911
911
|
selectAll: import("vue").Ref<boolean>;
|
|
912
912
|
indeterminate: import("vue").Ref<boolean>;
|
|
913
|
-
emptyPic: import("vue").Ref<
|
|
913
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
914
|
[key: string]: any;
|
|
915
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
915
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
916
|
[key: string]: any;
|
|
917
917
|
}> | null | undefined)[]>;
|
|
918
918
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -1079,8 +1079,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|
|
@@ -28,9 +28,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
searchVal: import("vue").Ref<string>;
|
|
29
29
|
selectAll: import("vue").Ref<boolean>;
|
|
30
30
|
indeterminate: import("vue").Ref<boolean>;
|
|
31
|
-
emptyPic: import("vue").Ref<
|
|
31
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}> | null | undefined)[]>;
|
|
36
36
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -82,8 +82,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -910,9 +910,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
910
910
|
searchVal: import("vue").Ref<string>;
|
|
911
911
|
selectAll: import("vue").Ref<boolean>;
|
|
912
912
|
indeterminate: import("vue").Ref<boolean>;
|
|
913
|
-
emptyPic: import("vue").Ref<
|
|
913
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
914
|
[key: string]: any;
|
|
915
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
915
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
916
|
[key: string]: any;
|
|
917
917
|
}> | null | undefined)[]>;
|
|
918
918
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -1079,8 +1079,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|
|
@@ -60,10 +60,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
63
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
64
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
290
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
291
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
@@ -60,10 +60,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
63
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
64
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
290
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
291
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
@@ -42,9 +42,9 @@ declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -1002,7 +1002,12 @@ const _hoisted_6$4 = ["title"];
|
|
|
1002
1002
|
const _hoisted_7$4 = { class: "bm-fc-select-material-temp__content__item-time" };
|
|
1003
1003
|
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
1004
1004
|
__name: "select-material-temp",
|
|
1005
|
-
props: [
|
|
1005
|
+
props: [
|
|
1006
|
+
"visible",
|
|
1007
|
+
"fetchMaterialType",
|
|
1008
|
+
"fetchMaterialTemp",
|
|
1009
|
+
"mainShopValue"
|
|
1010
|
+
],
|
|
1006
1011
|
emits: ["update:visible", "select"],
|
|
1007
1012
|
setup(__props, { emit: emits }) {
|
|
1008
1013
|
const props = __props;
|
|
@@ -1014,6 +1019,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1014
1019
|
timestamp: timestamp.value,
|
|
1015
1020
|
pageType: 1,
|
|
1016
1021
|
status: 1,
|
|
1022
|
+
shopCodeList: props.mainShopValue ? [props.mainShopValue.value] : "",
|
|
1017
1023
|
templateName: templateName.value,
|
|
1018
1024
|
categoryCode: selectTypeKeys.value?.[0],
|
|
1019
1025
|
secondCategoryCode: selectTypeKeys.value?.[1],
|
|
@@ -1120,6 +1126,12 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1120
1126
|
}
|
|
1121
1127
|
}
|
|
1122
1128
|
);
|
|
1129
|
+
vue.watch(
|
|
1130
|
+
() => props.mainShopValue,
|
|
1131
|
+
() => {
|
|
1132
|
+
initLoadFlag = true;
|
|
1133
|
+
}
|
|
1134
|
+
);
|
|
1123
1135
|
return (_ctx, _cache) => {
|
|
1124
1136
|
return vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Modal), {
|
|
1125
1137
|
title: "\u9009\u62E9\u7D20\u6750\u6A21\u677F",
|
|
@@ -1643,12 +1655,23 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1643
1655
|
index++;
|
|
1644
1656
|
}
|
|
1645
1657
|
function handleDelete(targetKey) {
|
|
1646
|
-
|
|
1647
|
-
|
|
1658
|
+
let lastIndex = 0;
|
|
1659
|
+
panes.forEach((pane, i) => {
|
|
1660
|
+
if (pane.key === targetKey) {
|
|
1661
|
+
lastIndex = i - 1;
|
|
1662
|
+
}
|
|
1663
|
+
});
|
|
1648
1664
|
panes.splice(
|
|
1649
1665
|
panes.findIndex((pane) => pane.key === targetKey),
|
|
1650
1666
|
1
|
|
1651
1667
|
);
|
|
1668
|
+
if (panes.length && activeKey.value === targetKey) {
|
|
1669
|
+
if (lastIndex >= 0) {
|
|
1670
|
+
activeKey.value = panes[lastIndex].key;
|
|
1671
|
+
} else {
|
|
1672
|
+
activeKey.value = panes[0].key;
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1652
1675
|
}
|
|
1653
1676
|
function getTableRule(coverageArr) {
|
|
1654
1677
|
const fieldTypeMap = {
|
|
@@ -1784,7 +1807,8 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1784
1807
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(panes, (pane) => {
|
|
1785
1808
|
return vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.TabPane), {
|
|
1786
1809
|
key: pane.key,
|
|
1787
|
-
tab: pane.title
|
|
1810
|
+
tab: pane.title,
|
|
1811
|
+
closable: panes.length !== 1
|
|
1788
1812
|
}, {
|
|
1789
1813
|
default: vue.withCtx(() => [
|
|
1790
1814
|
vue.createVNode(vue.unref(antDesignVue.FormItemRest), null, {
|
|
@@ -2002,7 +2026,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
2002
2026
|
}, 1024)
|
|
2003
2027
|
]),
|
|
2004
2028
|
_: 2
|
|
2005
|
-
}, 1032, ["tab"]);
|
|
2029
|
+
}, 1032, ["tab", "closable"]);
|
|
2006
2030
|
}), 128))
|
|
2007
2031
|
]),
|
|
2008
2032
|
_: 1
|
|
@@ -2010,10 +2034,11 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
2010
2034
|
vue.createVNode(SelectMaterialTemp, {
|
|
2011
2035
|
visible: visible.value,
|
|
2012
2036
|
"onUpdate:visible": _cache[1] || (_cache[1] = ($event) => visible.value = $event),
|
|
2037
|
+
"main-shop-value": vue.unref(mainShopValue),
|
|
2013
2038
|
"fetch-material-type": __props.extraConfig.fetchMaterialType,
|
|
2014
2039
|
"fetch-material-temp": __props.extraConfig.fetchMaterialTemp,
|
|
2015
2040
|
onSelect: handleSelect
|
|
2016
|
-
}, null, 8, ["visible", "fetch-material-type", "fetch-material-temp"])
|
|
2041
|
+
}, null, 8, ["visible", "main-shop-value", "fetch-material-type", "fetch-material-temp"])
|
|
2017
2042
|
], 64);
|
|
2018
2043
|
};
|
|
2019
2044
|
}
|
|
@@ -2330,8 +2355,8 @@ var shop = {
|
|
|
2330
2355
|
on: {
|
|
2331
2356
|
change(inject, value) {
|
|
2332
2357
|
const rule = inject.self;
|
|
2333
|
-
rule.value = value;
|
|
2334
2358
|
rule.props.value = value;
|
|
2359
|
+
rule.value = value;
|
|
2335
2360
|
vue.nextTick(() => {
|
|
2336
2361
|
setTimeout(() => {
|
|
2337
2362
|
inject.api.validateField(rule.field);
|
|
@@ -125,8 +125,8 @@ declare const BmTagsDisplay: import("bm-admin-ui/es/utils/with-install").SFCWith
|
|
|
125
125
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}, {
|
|
127
127
|
disabled: boolean;
|
|
128
|
-
list: unknown[];
|
|
129
128
|
placeholder: string;
|
|
129
|
+
list: unknown[];
|
|
130
130
|
placement: string;
|
|
131
131
|
showEmpty: boolean;
|
|
132
132
|
showEmptyBtn: boolean;
|
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
disabled: boolean;
|
|
126
|
-
list: unknown[];
|
|
127
126
|
placeholder: string;
|
|
127
|
+
list: unknown[];
|
|
128
128
|
placement: string;
|
|
129
129
|
showEmpty: boolean;
|
|
130
130
|
showEmptyBtn: boolean;
|
|
@@ -110,9 +110,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -734,7 +734,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
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";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -82,8 +82,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -910,9 +910,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
910
910
|
searchVal: import("vue").Ref<string>;
|
|
911
911
|
selectAll: import("vue").Ref<boolean>;
|
|
912
912
|
indeterminate: import("vue").Ref<boolean>;
|
|
913
|
-
emptyPic: import("vue").Ref<
|
|
913
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
914
|
[key: string]: any;
|
|
915
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
915
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
916
|
[key: string]: any;
|
|
917
917
|
}> | null | undefined)[]>;
|
|
918
918
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -1079,8 +1079,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|
|
@@ -28,9 +28,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
searchVal: import("vue").Ref<string>;
|
|
29
29
|
selectAll: import("vue").Ref<boolean>;
|
|
30
30
|
indeterminate: import("vue").Ref<boolean>;
|
|
31
|
-
emptyPic: import("vue").Ref<
|
|
31
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}> | null | undefined)[]>;
|
|
36
36
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -82,8 +82,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -910,9 +910,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
910
910
|
searchVal: import("vue").Ref<string>;
|
|
911
911
|
selectAll: import("vue").Ref<boolean>;
|
|
912
912
|
indeterminate: import("vue").Ref<boolean>;
|
|
913
|
-
emptyPic: import("vue").Ref<
|
|
913
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
914
|
[key: string]: any;
|
|
915
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
915
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
916
|
[key: string]: any;
|
|
917
917
|
}> | null | undefined)[]>;
|
|
918
918
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -1079,8 +1079,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|
package/package.json
CHANGED
|
@@ -60,10 +60,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
63
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
64
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
290
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
291
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
@@ -60,10 +60,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
64
63
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
64
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
-
onReady?: ((...args: any[]) => any) | undefined;
|
|
291
290
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
292
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
291
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
@@ -42,9 +42,9 @@ declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -125,8 +125,8 @@ declare const BmTagsDisplay: import("bm-admin-ui/es/utils/with-install").SFCWith
|
|
|
125
125
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}, {
|
|
127
127
|
disabled: boolean;
|
|
128
|
-
list: unknown[];
|
|
129
128
|
placeholder: string;
|
|
129
|
+
list: unknown[];
|
|
130
130
|
placement: string;
|
|
131
131
|
showEmpty: boolean;
|
|
132
132
|
showEmptyBtn: boolean;
|
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
disabled: boolean;
|
|
126
|
-
list: unknown[];
|
|
127
126
|
placeholder: string;
|
|
127
|
+
list: unknown[];
|
|
128
128
|
placement: string;
|
|
129
129
|
showEmpty: boolean;
|
|
130
130
|
showEmptyBtn: boolean;
|
|
@@ -110,9 +110,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
114
113
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
115
114
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
216
215
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
217
216
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -734,7 +734,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
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";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -82,8 +82,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -910,9 +910,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
910
910
|
searchVal: import("vue").Ref<string>;
|
|
911
911
|
selectAll: import("vue").Ref<boolean>;
|
|
912
912
|
indeterminate: import("vue").Ref<boolean>;
|
|
913
|
-
emptyPic: import("vue").Ref<
|
|
913
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
914
|
[key: string]: any;
|
|
915
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
915
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
916
|
[key: string]: any;
|
|
917
917
|
}> | null | undefined)[]>;
|
|
918
918
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -1079,8 +1079,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|
|
@@ -28,9 +28,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
searchVal: import("vue").Ref<string>;
|
|
29
29
|
selectAll: import("vue").Ref<boolean>;
|
|
30
30
|
indeterminate: import("vue").Ref<boolean>;
|
|
31
|
-
emptyPic: import("vue").Ref<
|
|
31
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}> | null | undefined)[]>;
|
|
36
36
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -82,8 +82,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -910,9 +910,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
910
910
|
searchVal: import("vue").Ref<string>;
|
|
911
911
|
selectAll: import("vue").Ref<boolean>;
|
|
912
912
|
indeterminate: import("vue").Ref<boolean>;
|
|
913
|
-
emptyPic: import("vue").Ref<
|
|
913
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
914
914
|
[key: string]: any;
|
|
915
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
915
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
916
916
|
[key: string]: any;
|
|
917
917
|
}> | null | undefined)[]>;
|
|
918
918
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -1079,8 +1079,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|