bm-admin-ui 1.1.16-alpha → 1.1.17-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/cascader/index.js +77 -77
- 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/form-create/index.js +89 -45
- package/es/components/form-designer/index.js +13 -0
- 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/staffs-selector/index.d.ts +8 -8
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
- package/es/components/videoView/index.d.ts +1 -1
- package/es/components/videoView/src/videoView.vue.d.ts +1 -1
- package/es/utils/isNull.js +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/cascader/index.js +77 -77
- 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/form-create/index.js +90 -46
- package/lib/components/form-designer/index.js +13 -0
- 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/staffs-selector/index.d.ts +8 -8
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
- package/lib/components/videoView/index.d.ts +1 -1
- package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
- package/lib/utils/isNull.js +1 -1
- package/package.json +34 -34
- 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/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 +8 -8
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
- package/types/components/videoView/index.d.ts +1 -1
- package/types/components/videoView/src/videoView.vue.d.ts +1 -1
- package/es/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
- package/es/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
- package/lib/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
- package/lib/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
- package/types/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
- package/types/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
|
@@ -14,8 +14,8 @@ var lodashEs = require('lodash-es');
|
|
|
14
14
|
var customParseFormat = require('dayjs/plugin/customParseFormat');
|
|
15
15
|
var utils = require('bm-admin-ui/lib/utils');
|
|
16
16
|
var isNull = require('bm-admin-ui/lib/utils/isNull');
|
|
17
|
-
var BmOverTooltips = require('bm-admin-ui/lib/components/over-tooltips');
|
|
18
17
|
var FC = require('@form-create/ant-design-vue');
|
|
18
|
+
var BmOverTooltips = require('bm-admin-ui/lib/components/over-tooltips');
|
|
19
19
|
|
|
20
20
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
21
21
|
|
|
@@ -24,8 +24,8 @@ var Picture__default = /*#__PURE__*/_interopDefaultLegacy(Picture);
|
|
|
24
24
|
var BmStaffsSelector__default = /*#__PURE__*/_interopDefaultLegacy(BmStaffsSelector);
|
|
25
25
|
var customParseFormat__default = /*#__PURE__*/_interopDefaultLegacy(customParseFormat);
|
|
26
26
|
var utils__default = /*#__PURE__*/_interopDefaultLegacy(utils);
|
|
27
|
-
var BmOverTooltips__default = /*#__PURE__*/_interopDefaultLegacy(BmOverTooltips);
|
|
28
27
|
var FC__default = /*#__PURE__*/_interopDefaultLegacy(FC);
|
|
28
|
+
var BmOverTooltips__default = /*#__PURE__*/_interopDefaultLegacy(BmOverTooltips);
|
|
29
29
|
|
|
30
30
|
const fieldRatioMap = {
|
|
31
31
|
'25%': 6,
|
|
@@ -44,18 +44,10 @@ function getContainer() {
|
|
|
44
44
|
var input = {
|
|
45
45
|
name: 'input',
|
|
46
46
|
rule(data) {
|
|
47
|
-
var _a;
|
|
48
47
|
return {
|
|
49
48
|
type: 'input',
|
|
50
49
|
field: data.field,
|
|
51
|
-
title:
|
|
52
|
-
title: data === null || data === void 0 ? void 0 : data.title.title,
|
|
53
|
-
type: 'bmLabelTooltip',
|
|
54
|
-
props: {
|
|
55
|
-
title: data.title.title,
|
|
56
|
-
labelTitle: (_a = data === null || data === void 0 ? void 0 : data.title) === null || _a === void 0 ? void 0 : _a.title,
|
|
57
|
-
},
|
|
58
|
-
},
|
|
50
|
+
title: data.title.title,
|
|
59
51
|
props: {
|
|
60
52
|
maxlength: 200,
|
|
61
53
|
placeholder: data.props.placeholder,
|
|
@@ -189,18 +181,10 @@ var textarea = {
|
|
|
189
181
|
};
|
|
190
182
|
|
|
191
183
|
function generateRowRule(data, InRow = false) {
|
|
192
|
-
var _a;
|
|
193
184
|
const config = {
|
|
194
185
|
type: 'inputNumber',
|
|
195
186
|
field: data.field,
|
|
196
|
-
title:
|
|
197
|
-
title: data === null || data === void 0 ? void 0 : data.title.title,
|
|
198
|
-
type: 'bmLabelTooltip',
|
|
199
|
-
props: {
|
|
200
|
-
title: data.title.title,
|
|
201
|
-
labelTitle: (_a = data === null || data === void 0 ? void 0 : data.title) === null || _a === void 0 ? void 0 : _a.title,
|
|
202
|
-
},
|
|
203
|
-
},
|
|
187
|
+
title: data.title.title,
|
|
204
188
|
props: {
|
|
205
189
|
type: 'number',
|
|
206
190
|
placeholder: data.props.placeholder,
|
|
@@ -18611,9 +18595,10 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
18611
18595
|
"value",
|
|
18612
18596
|
"disabled",
|
|
18613
18597
|
"shopValue",
|
|
18614
|
-
"doNotClearAfterFilterChange"
|
|
18598
|
+
"doNotClearAfterFilterChange",
|
|
18599
|
+
"fetchMode"
|
|
18615
18600
|
],
|
|
18616
|
-
emits: ["change"],
|
|
18601
|
+
emits: ["change", "blur", "pressEnter"],
|
|
18617
18602
|
setup(__props, { emit: emits }) {
|
|
18618
18603
|
const props = __props;
|
|
18619
18604
|
const debounceFn = lodash.exports.debounce(emitChange, 500);
|
|
@@ -18621,6 +18606,12 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
18621
18606
|
function emitChange(val) {
|
|
18622
18607
|
emits("change", val);
|
|
18623
18608
|
}
|
|
18609
|
+
function handleBlur(val) {
|
|
18610
|
+
emits("blur", val);
|
|
18611
|
+
}
|
|
18612
|
+
function handlePressEnter(val) {
|
|
18613
|
+
emits("pressEnter", val);
|
|
18614
|
+
}
|
|
18624
18615
|
vue.watch(
|
|
18625
18616
|
() => props.value,
|
|
18626
18617
|
(val) => {
|
|
@@ -18639,13 +18630,23 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
18639
18630
|
}
|
|
18640
18631
|
);
|
|
18641
18632
|
return (_ctx, _cache) => {
|
|
18642
|
-
return vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
18633
|
+
return props.fetchMode === "blur" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
18634
|
+
key: 0,
|
|
18643
18635
|
value: inputValue.value,
|
|
18644
18636
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
18645
18637
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
18646
18638
|
disabled: __props.disabled,
|
|
18647
|
-
onChange: _cache[1] || (_cache[1] = ($event) =>
|
|
18648
|
-
|
|
18639
|
+
onChange: _cache[1] || (_cache[1] = ($event) => emitChange($event.target.value)),
|
|
18640
|
+
onBlur: _cache[2] || (_cache[2] = ($event) => handleBlur($event.target?.value)),
|
|
18641
|
+
onPressEnter: _cache[3] || (_cache[3] = ($event) => handlePressEnter($event.target?.value))
|
|
18642
|
+
}, null, 8, ["value", "disabled"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
18643
|
+
key: 1,
|
|
18644
|
+
value: inputValue.value,
|
|
18645
|
+
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => inputValue.value = $event),
|
|
18646
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
18647
|
+
disabled: __props.disabled,
|
|
18648
|
+
onChange: _cache[5] || (_cache[5] = ($event) => vue.unref(debounceFn)($event.target.value))
|
|
18649
|
+
}, null, 8, ["value", "disabled"]));
|
|
18649
18650
|
};
|
|
18650
18651
|
}
|
|
18651
18652
|
});
|
|
@@ -18654,14 +18655,20 @@ var ProductInput = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__file", "product
|
|
|
18654
18655
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
18655
18656
|
__name: "customer-input-in-table",
|
|
18656
18657
|
props: ["value", "disabled", "shopValue"],
|
|
18657
|
-
emits: ["change"],
|
|
18658
|
+
emits: ["change", "blur", "pressEnter"],
|
|
18658
18659
|
setup(__props, { emit: emits }) {
|
|
18659
18660
|
const props = __props;
|
|
18660
|
-
|
|
18661
|
+
lodash.exports.debounce(emitChange, 500);
|
|
18661
18662
|
const inputValue = vue.ref();
|
|
18662
18663
|
function emitChange(val) {
|
|
18663
18664
|
emits("change", val);
|
|
18664
18665
|
}
|
|
18666
|
+
function handleBlur(val) {
|
|
18667
|
+
emits("blur", val);
|
|
18668
|
+
}
|
|
18669
|
+
function handlePressEnter(val) {
|
|
18670
|
+
emits("pressEnter", val);
|
|
18671
|
+
}
|
|
18665
18672
|
vue.watch(
|
|
18666
18673
|
() => props.value,
|
|
18667
18674
|
(val) => {
|
|
@@ -18683,7 +18690,9 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
18683
18690
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
18684
18691
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
18685
18692
|
disabled: __props.disabled,
|
|
18686
|
-
onChange: _cache[1] || (_cache[1] = ($event) =>
|
|
18693
|
+
onChange: _cache[1] || (_cache[1] = ($event) => emitChange($event.target.value)),
|
|
18694
|
+
onBlur: _cache[2] || (_cache[2] = ($event) => handleBlur($event.target?.value)),
|
|
18695
|
+
onPressEnter: _cache[3] || (_cache[3] = ($event) => handlePressEnter($event.target?.value))
|
|
18687
18696
|
}, null, 8, ["value", "disabled"]);
|
|
18688
18697
|
};
|
|
18689
18698
|
}
|
|
@@ -18747,7 +18756,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
18747
18756
|
debounceFetch("");
|
|
18748
18757
|
return (_ctx, _cache) => {
|
|
18749
18758
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
18750
|
-
vue.createCommentVNode(' <Input\
|
|
18759
|
+
vue.createCommentVNode(' <Input\n v-model:value="inputValue"\n placeholder="\u8BF7\u8F93\u5165"\n :disabled="disabled"\n @change="debounceFn($event.target.value)"\n ></Input> '),
|
|
18751
18760
|
vue.createVNode(vue.unref(antDesignVue.Select), {
|
|
18752
18761
|
value: __props.value,
|
|
18753
18762
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
@@ -19035,7 +19044,7 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19035
19044
|
}
|
|
19036
19045
|
}
|
|
19037
19046
|
];
|
|
19038
|
-
if (associatedFields
|
|
19047
|
+
if (associatedFields?.length) {
|
|
19039
19048
|
associatedFields.forEach((item) => {
|
|
19040
19049
|
const childField = productPicName(item.value, field);
|
|
19041
19050
|
columns2.push({
|
|
@@ -19071,7 +19080,17 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19071
19080
|
return columns2;
|
|
19072
19081
|
}
|
|
19073
19082
|
function handleAdd(rowData) {
|
|
19074
|
-
|
|
19083
|
+
let defaultRowData = getRowData();
|
|
19084
|
+
if (Array.isArray(rowData)) {
|
|
19085
|
+
rowData.forEach((item) => {
|
|
19086
|
+
Object.keys(defaultRowData).forEach((field) => {
|
|
19087
|
+
if (item[field] === void 0) {
|
|
19088
|
+
item[field] = defaultRowData[field];
|
|
19089
|
+
}
|
|
19090
|
+
});
|
|
19091
|
+
});
|
|
19092
|
+
}
|
|
19093
|
+
Array.isArray(rowData) ? data.push(...rowData) : data.push(defaultRowData);
|
|
19075
19094
|
}
|
|
19076
19095
|
function handleCopy(row) {
|
|
19077
19096
|
const newData = lodashEs.cloneDeep(row);
|
|
@@ -19441,7 +19460,7 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19441
19460
|
return false;
|
|
19442
19461
|
return !formData.value[shopField];
|
|
19443
19462
|
}
|
|
19444
|
-
function
|
|
19463
|
+
function handleProductChange(value, rule, row) {
|
|
19445
19464
|
row[rule.field] = value;
|
|
19446
19465
|
if (isProductCenterSuit.value && rule.field === "productCode") {
|
|
19447
19466
|
Object.keys(row).forEach((key) => {
|
|
@@ -19450,8 +19469,17 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19450
19469
|
}
|
|
19451
19470
|
});
|
|
19452
19471
|
}
|
|
19472
|
+
if (rule.config.fetchMode !== "blur") {
|
|
19473
|
+
queryProductInfo(rule, row);
|
|
19474
|
+
}
|
|
19475
|
+
}
|
|
19476
|
+
function handleProductPressEnter(value, rule, row) {
|
|
19477
|
+
row[rule.field] = value;
|
|
19453
19478
|
queryProductInfo(rule, row);
|
|
19454
19479
|
}
|
|
19480
|
+
function handleCustomerChange(value, rule, row) {
|
|
19481
|
+
row[rule.field] = value;
|
|
19482
|
+
}
|
|
19455
19483
|
function handleCustomerPressEnter(value, rule, row) {
|
|
19456
19484
|
row[rule.field] = value;
|
|
19457
19485
|
queryCustomerInfo(rule, row);
|
|
@@ -19801,8 +19829,11 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19801
19829
|
disabled: item.disabled || pruductInputDisabled(item.config?.dataFiltering),
|
|
19802
19830
|
"shop-value": vue.unref(formData)[item.config.dataFiltering],
|
|
19803
19831
|
"do-not-clear-after-filter-change": getProductClearSetting(item.field),
|
|
19804
|
-
|
|
19805
|
-
|
|
19832
|
+
"fetch-mode": item.config.fetchMode,
|
|
19833
|
+
onChange: ($event) => handleProductChange($event, item, row),
|
|
19834
|
+
onBlur: ($event) => handleProductPressEnter($event, item, row),
|
|
19835
|
+
onPressEnter: ($event) => handleProductPressEnter($event, item, row)
|
|
19836
|
+
}, null, 8, ["value", "disabled", "shop-value", "do-not-clear-after-filter-change", "fetch-mode", "onChange", "onBlur", "onPressEnter"])
|
|
19806
19837
|
])
|
|
19807
19838
|
};
|
|
19808
19839
|
}),
|
|
@@ -19828,8 +19859,10 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19828
19859
|
value: row[item.field],
|
|
19829
19860
|
disabled: item.disabled || pruductInputDisabled(item.config?.dataFiltering),
|
|
19830
19861
|
"shop-value": vue.unref(formData)[item.config.dataFiltering],
|
|
19831
|
-
onChange: ($event) =>
|
|
19832
|
-
|
|
19862
|
+
onChange: ($event) => handleCustomerChange($event, item, row),
|
|
19863
|
+
onBlur: ($event) => handleCustomerPressEnter($event, item, row),
|
|
19864
|
+
onPressEnter: ($event) => handleCustomerPressEnter($event, item, row)
|
|
19865
|
+
}, null, 8, ["value", "disabled", "shop-value", "onChange", "onBlur", "onPressEnter"])
|
|
19833
19866
|
])
|
|
19834
19867
|
};
|
|
19835
19868
|
})
|
|
@@ -20489,7 +20522,8 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20489
20522
|
"extraConfig",
|
|
20490
20523
|
"defalutValue",
|
|
20491
20524
|
"disabled",
|
|
20492
|
-
"formCreateInject"
|
|
20525
|
+
"formCreateInject",
|
|
20526
|
+
"fetchMode"
|
|
20493
20527
|
],
|
|
20494
20528
|
emits: ["change"],
|
|
20495
20529
|
setup(__props, { emit: emits }) {
|
|
@@ -20588,14 +20622,23 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20588
20622
|
}),
|
|
20589
20623
|
vue.createVNode(vue.unref(antDesignVue.Col), { flex: 1 }, {
|
|
20590
20624
|
default: vue.withCtx(() => [
|
|
20591
|
-
vue.
|
|
20625
|
+
props.fetchMode === "blur" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
20626
|
+
key: 0,
|
|
20592
20627
|
value: inputValue.value,
|
|
20593
20628
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
20594
20629
|
placeholder: "\u8BF7\u8F93\u5165",
|
|
20595
20630
|
disabled: __props.disabled || inputDisbale(__props.dataFiltering),
|
|
20631
|
+
onPressEnter: vue.unref(debounceFn),
|
|
20632
|
+
onBlur: handleBlur
|
|
20633
|
+
}, null, 8, ["value", "disabled", "onPressEnter"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), {
|
|
20634
|
+
key: 1,
|
|
20635
|
+
value: inputValue.value,
|
|
20636
|
+
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => inputValue.value = $event),
|
|
20637
|
+
placeholder: "\u8BF7\u8F93\u5165",
|
|
20638
|
+
disabled: __props.disabled || inputDisbale(__props.dataFiltering),
|
|
20596
20639
|
onPressEnter: handleBlur,
|
|
20597
20640
|
onChange: handleChange
|
|
20598
|
-
}, null, 8, ["value", "disabled"])
|
|
20641
|
+
}, null, 8, ["value", "disabled"]))
|
|
20599
20642
|
]),
|
|
20600
20643
|
_: 1
|
|
20601
20644
|
})
|
|
@@ -20672,6 +20715,7 @@ var product = {
|
|
|
20672
20715
|
doNotClearAfterFilterChange: data.config.doNotClearAfterFilterChange,
|
|
20673
20716
|
extraConfig: extraConfig,
|
|
20674
20717
|
defalutValue: data.value,
|
|
20718
|
+
fetchMode: data.config.fetchMode,
|
|
20675
20719
|
},
|
|
20676
20720
|
inject: true,
|
|
20677
20721
|
on: {
|
|
@@ -20702,6 +20746,7 @@ var product = {
|
|
|
20702
20746
|
doNotClearAfterFilterChange: data.config.doNotClearAfterFilterChange,
|
|
20703
20747
|
defalutValue: data.value,
|
|
20704
20748
|
extraConfig: extraConfig,
|
|
20749
|
+
fetchMode: data.config.fetchMode,
|
|
20705
20750
|
},
|
|
20706
20751
|
inject: true,
|
|
20707
20752
|
on: {
|
|
@@ -20833,11 +20878,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20833
20878
|
"bm-fc-form-item-label",
|
|
20834
20879
|
props.required ? "is-required" : ""
|
|
20835
20880
|
])
|
|
20836
|
-
},
|
|
20837
|
-
vue.createVNode(vue.unref(BmOverTooltips__default["default"]), {
|
|
20838
|
-
title: `${__props.title}\uFF1A`
|
|
20839
|
-
}, null, 8, ["title"])
|
|
20840
|
-
], 2)
|
|
20881
|
+
}, vue.toDisplayString(__props.title) + "\uFF1A", 3)
|
|
20841
20882
|
]),
|
|
20842
20883
|
_: 1
|
|
20843
20884
|
}),
|
|
@@ -20949,7 +20990,6 @@ var shop = {
|
|
|
20949
20990
|
return {
|
|
20950
20991
|
type: 'ShopWidget',
|
|
20951
20992
|
component: ShopWidget,
|
|
20952
|
-
title: data.title.title,
|
|
20953
20993
|
field: data.field,
|
|
20954
20994
|
effect: {
|
|
20955
20995
|
required: data.effect.required && '请选择店铺',
|
|
@@ -20957,6 +20997,8 @@ var shop = {
|
|
|
20957
20997
|
props: {
|
|
20958
20998
|
dataFiltering: (_a = data.config) === null || _a === void 0 ? void 0 : _a.dataFiltering,
|
|
20959
20999
|
extraConfig: shopExtraConfig,
|
|
21000
|
+
associatedFields: data.config.associatedFields,
|
|
21001
|
+
title: `${data.title.title}`,
|
|
20960
21002
|
},
|
|
20961
21003
|
inject: true,
|
|
20962
21004
|
on: {
|
|
@@ -20971,7 +21013,7 @@ var shop = {
|
|
|
20971
21013
|
},
|
|
20972
21014
|
},
|
|
20973
21015
|
col: {
|
|
20974
|
-
span:
|
|
21016
|
+
span: 24,
|
|
20975
21017
|
},
|
|
20976
21018
|
value: data.value,
|
|
20977
21019
|
};
|
|
@@ -21374,6 +21416,7 @@ var table = {
|
|
|
21374
21416
|
message: '请检查必填项',
|
|
21375
21417
|
},
|
|
21376
21418
|
],
|
|
21419
|
+
wrap: data.wrap,
|
|
21377
21420
|
};
|
|
21378
21421
|
},
|
|
21379
21422
|
rowRule(data, extraConfig) {
|
|
@@ -21404,6 +21447,7 @@ var table = {
|
|
|
21404
21447
|
col: {
|
|
21405
21448
|
span: 24,
|
|
21406
21449
|
},
|
|
21450
|
+
wrap: data.wrap,
|
|
21407
21451
|
};
|
|
21408
21452
|
},
|
|
21409
21453
|
};
|
|
@@ -3960,6 +3960,19 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
3960
3960
|
department: "\u9664\u201C\u5FC5\u586B\u3001\u9009\u9879\u201D\u5185\u5BB9\u8BBE\u7F6E\u4E0D\u53EF\u4FEE\u6539\uFF0C\u5176\u4ED6\u4FE1\u606F\u53EF\u4FEE\u6539"
|
|
3961
3961
|
};
|
|
3962
3962
|
const tabData = typeof props.formRulePipe === "function" ? props.formRulePipe(createTab()) : [];
|
|
3963
|
+
(() => {
|
|
3964
|
+
if (!(tabData instanceof Array)) {
|
|
3965
|
+
console.error("formRulePipe\u5C5E\u6027\u8FD4\u56DE\u53C2\u6570\u7C7B\u578B\u5E94\u4E3AArray");
|
|
3966
|
+
}
|
|
3967
|
+
tabData.some((tab) => {
|
|
3968
|
+
if (!tab["key"] || !tab["tab"] || !tab["menuList"] || !(tab["menuList"] instanceof Array)) {
|
|
3969
|
+
console.error(
|
|
3970
|
+
"\u8BF7\u6B63\u786E\u914D\u7F6EformRulePipe\u8FD4\u56DE\u6570\u7EC4\u7C7B\u578B:{key:string, tab:string, menuList: {name:string, title: string, list: any[]}[]}[]"
|
|
3971
|
+
);
|
|
3972
|
+
return true;
|
|
3973
|
+
}
|
|
3974
|
+
});
|
|
3975
|
+
})();
|
|
3963
3976
|
typeof props.addWidgetFunc === "function" && props.addWidgetFunc(pushRuleWidgets, pushRowWidgets, pushTableWidgets);
|
|
3964
3977
|
const activeKey = vue.ref("controlLibrary");
|
|
3965
3978
|
const widgetFormRules = vue.reactive([]);
|
|
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>;
|
|
48
|
-
|
|
48
|
+
ASelect: {
|
|
49
49
|
new (...args: any[]): {
|
|
50
50
|
$: import("vue").ComponentInternalInstance;
|
|
51
51
|
$data: {};
|
|
@@ -225,8 +225,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
225
|
$slots: Readonly<{
|
|
226
226
|
[name: string]: import("vue").Slot;
|
|
227
227
|
}>;
|
|
228
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
229
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
228
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
229
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
230
230
|
$emit: (event: string, ...args: any[]) => void;
|
|
231
231
|
$el: any;
|
|
232
232
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -395,7 +395,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
395
395
|
defaultActiveFirstOption: boolean;
|
|
396
396
|
labelInValue: boolean;
|
|
397
397
|
bordered: boolean;
|
|
398
|
-
}
|
|
398
|
+
}> & {
|
|
399
399
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
400
400
|
created?: (() => void) | (() => void)[] | undefined;
|
|
401
401
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -410,7 +410,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
410
410
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
411
411
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
412
412
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
413
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
413
|
+
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;
|
|
414
414
|
};
|
|
415
415
|
$forceUpdate: () => void;
|
|
416
416
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
734
|
defaultActiveFirstOption: boolean;
|
|
735
735
|
labelInValue: boolean;
|
|
736
736
|
bordered: boolean;
|
|
737
|
-
}
|
|
737
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
738
738
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
739
739
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
740
740
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -113,9 +113,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
113
|
handleSubmit: () => void;
|
|
114
114
|
handleReset: () => void;
|
|
115
115
|
handleSetDefault: () => void;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
|
|
117
|
+
UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
|
|
118
|
+
SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
|
|
119
119
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "expand" | "setDefault")[], "submit" | "reset" | "expand" | "setDefault", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
120
|
showExpandBtn: {
|
|
121
121
|
type: BooleanConstructor;
|
|
@@ -44,7 +44,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
44
44
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
}>;
|
|
47
|
-
|
|
47
|
+
ASelect: {
|
|
48
48
|
new (...args: any[]): {
|
|
49
49
|
$: import("vue").ComponentInternalInstance;
|
|
50
50
|
$data: {};
|
|
@@ -224,8 +224,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
224
224
|
$slots: Readonly<{
|
|
225
225
|
[name: string]: import("vue").Slot;
|
|
226
226
|
}>;
|
|
227
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
228
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
227
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
228
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
229
229
|
$emit: (event: string, ...args: any[]) => void;
|
|
230
230
|
$el: any;
|
|
231
231
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -394,7 +394,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
394
394
|
defaultActiveFirstOption: boolean;
|
|
395
395
|
labelInValue: boolean;
|
|
396
396
|
bordered: boolean;
|
|
397
|
-
}
|
|
397
|
+
}> & {
|
|
398
398
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
399
399
|
created?: (() => void) | (() => void)[] | undefined;
|
|
400
400
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -409,7 +409,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
409
409
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
410
410
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
411
411
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
412
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
412
|
+
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;
|
|
413
413
|
};
|
|
414
414
|
$forceUpdate: () => void;
|
|
415
415
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -733,7 +733,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
733
733
|
defaultActiveFirstOption: boolean;
|
|
734
734
|
labelInValue: boolean;
|
|
735
735
|
bordered: boolean;
|
|
736
|
-
}
|
|
736
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
737
737
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
738
738
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
739
739
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
}>;
|
|
47
|
-
|
|
47
|
+
ASelect: {
|
|
48
48
|
new (...args: any[]): {
|
|
49
49
|
$: import("vue").ComponentInternalInstance;
|
|
50
50
|
$data: {};
|
|
@@ -224,8 +224,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
224
224
|
$slots: Readonly<{
|
|
225
225
|
[name: string]: import("vue").Slot;
|
|
226
226
|
}>;
|
|
227
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
228
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
227
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
228
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
229
229
|
$emit: (event: string, ...args: any[]) => void;
|
|
230
230
|
$el: any;
|
|
231
231
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -394,7 +394,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
394
394
|
defaultActiveFirstOption: boolean;
|
|
395
395
|
labelInValue: boolean;
|
|
396
396
|
bordered: boolean;
|
|
397
|
-
}
|
|
397
|
+
}> & {
|
|
398
398
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
399
399
|
created?: (() => void) | (() => void)[] | undefined;
|
|
400
400
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -409,7 +409,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
409
409
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
410
410
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
411
411
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
412
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
412
|
+
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;
|
|
413
413
|
};
|
|
414
414
|
$forceUpdate: () => void;
|
|
415
415
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -733,7 +733,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
733
733
|
defaultActiveFirstOption: boolean;
|
|
734
734
|
labelInValue: boolean;
|
|
735
735
|
bordered: boolean;
|
|
736
|
-
}
|
|
736
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
737
737
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
738
738
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
739
739
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -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;
|
|
@@ -1000,7 +1000,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1000
1000
|
limit: number;
|
|
1001
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;
|