bm-admin-ui 1.0.93-alpha → 1.0.95-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/attachment/index.d.ts +3 -3
- package/es/components/attachment/src/attachment.vue.d.ts +3 -3
- package/es/components/breadcrumb/index.d.ts +7 -7
- package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button.vue.d.ts +6 -6
- package/es/components/edit-form/index.d.ts +4 -4
- package/es/components/edit-form/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/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/es/components/form-designer/index.js +49 -53
- package/es/components/search-filter/index.js +21 -7
- 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/index.js +21 -7
- 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/lib/components/attachment/index.d.ts +3 -3
- package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
- package/lib/components/breadcrumb/index.d.ts +7 -7
- package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/edit-form/index.d.ts +4 -4
- package/lib/components/edit-form/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/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/lib/components/form-designer/index.js +44 -48
- package/lib/components/search-filter/index.js +21 -7
- 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/index.js +21 -7
- 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/package.json +1 -1
- package/types/components/attachment/index.d.ts +3 -3
- package/types/components/attachment/src/attachment.vue.d.ts +3 -3
- package/types/components/breadcrumb/index.d.ts +7 -7
- package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/types/components/button/index.d.ts +6 -6
- package/types/components/button/src/button.vue.d.ts +6 -6
- package/types/components/edit-form/index.d.ts +4 -4
- package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/types/components/feedback/index.d.ts +12 -12
- package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
- package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/types/components/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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { defineComponent, openBlock, createElementBlock, normalizeStyle, toDisplayString, computed, resolveComponent, normalizeClass, unref, createBlock, createCommentVNode, withDirectives, createVNode, withCtx, createTextVNode, withModifiers, vShow, ref, watch, createElementVNode, nextTick
|
|
2
|
+
import { defineComponent, openBlock, createElementBlock, normalizeStyle, toDisplayString, computed, resolveComponent, normalizeClass, unref, createBlock, createCommentVNode, withDirectives, createVNode, withCtx, createTextVNode, withModifiers, vShow, ref, watch, createElementVNode, nextTick, Fragment, isRef, renderList, renderSlot, createStaticVNode, reactive, resolveDynamicComponent } from 'vue';
|
|
3
3
|
import uniqueId from 'bm-admin-ui/es/utils/uniqueId';
|
|
4
4
|
import Draggable from 'vuedraggable';
|
|
5
5
|
import { Tooltip, FormItemRest, Input, Button, RadioGroup, Radio, DatePicker, Checkbox, Tabs, TabPane, Row, Col, Dropdown, Menu, CheckboxGroup, MenuItem, Divider, Switch, Select, Layout, LayoutSider, LayoutContent, message } from 'ant-design-vue';
|
|
@@ -1687,7 +1687,7 @@ var instruction = {
|
|
|
1687
1687
|
},
|
|
1688
1688
|
on: {
|
|
1689
1689
|
change({ api, self }, list) {
|
|
1690
|
-
nextTick
|
|
1690
|
+
nextTick(() => {
|
|
1691
1691
|
api.refresh();
|
|
1692
1692
|
});
|
|
1693
1693
|
},
|
|
@@ -1819,7 +1819,7 @@ var picture = {
|
|
|
1819
1819
|
|
|
1820
1820
|
const _hoisted_1$a = { class: "bm-widget-table-wrap" };
|
|
1821
1821
|
const _hoisted_2$8 = { class: "bm-widget-table-top-bar" };
|
|
1822
|
-
const _hoisted_3$
|
|
1822
|
+
const _hoisted_3$6 = { class: "bm-widget-table-outer" };
|
|
1823
1823
|
const _hoisted_4$4 = { class: "bm-widget-table" };
|
|
1824
1824
|
const _hoisted_5$1 = {
|
|
1825
1825
|
key: 0,
|
|
@@ -1932,7 +1932,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
1932
1932
|
_: 1
|
|
1933
1933
|
})) : createCommentVNode("v-if", true)
|
|
1934
1934
|
]),
|
|
1935
|
-
createElementVNode("div", _hoisted_3$
|
|
1935
|
+
createElementVNode("div", _hoisted_3$6, [
|
|
1936
1936
|
createElementVNode("div", {
|
|
1937
1937
|
class: "bm-widget-table-inner",
|
|
1938
1938
|
style: normalizeStyle({
|
|
@@ -2054,7 +2054,7 @@ var table = {
|
|
|
2054
2054
|
},
|
|
2055
2055
|
config: {
|
|
2056
2056
|
childRules,
|
|
2057
|
-
tableAdvancedFeatures: ['copy', 'delete', 'import'],
|
|
2057
|
+
tableAdvancedFeatures: ['copy', 'delete', 'import', 'export'],
|
|
2058
2058
|
propsFields: Object.values(fieldsMap$7),
|
|
2059
2059
|
},
|
|
2060
2060
|
emit: [
|
|
@@ -2094,7 +2094,7 @@ var table = {
|
|
|
2094
2094
|
value: rule.config.childRules,
|
|
2095
2095
|
on: {
|
|
2096
2096
|
change({ api, self }, list) {
|
|
2097
|
-
nextTick
|
|
2097
|
+
nextTick(() => {
|
|
2098
2098
|
setTimeout(() => {
|
|
2099
2099
|
api.validate();
|
|
2100
2100
|
});
|
|
@@ -2123,6 +2123,10 @@ var table = {
|
|
|
2123
2123
|
value: 'import',
|
|
2124
2124
|
label: '批量导入',
|
|
2125
2125
|
},
|
|
2126
|
+
{
|
|
2127
|
+
value: 'export',
|
|
2128
|
+
label: '导出',
|
|
2129
|
+
},
|
|
2126
2130
|
],
|
|
2127
2131
|
className: 'bfd-sider-right__form__table-checkbox',
|
|
2128
2132
|
},
|
|
@@ -2457,7 +2461,7 @@ var department = {
|
|
|
2457
2461
|
|
|
2458
2462
|
const _hoisted_1$9 = { style: { "margin-top": "16px", "line-height": "32px" } };
|
|
2459
2463
|
const _hoisted_2$7 = { style: { "float": "right" } };
|
|
2460
|
-
const _hoisted_3$
|
|
2464
|
+
const _hoisted_3$5 = /* @__PURE__ */ createElementVNode("div", { class: "bm-material-temp__table-tip" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6\u8868\u683C\u5B57\u6BB5", -1);
|
|
2461
2465
|
const _hoisted_4$3 = { class: "bm-material-temp__add" };
|
|
2462
2466
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
2463
2467
|
__name: "widget-material-temp",
|
|
@@ -2631,7 +2635,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
2631
2635
|
})
|
|
2632
2636
|
])
|
|
2633
2637
|
]),
|
|
2634
|
-
_hoisted_3$
|
|
2638
|
+
_hoisted_3$5
|
|
2635
2639
|
]),
|
|
2636
2640
|
_: 2
|
|
2637
2641
|
}, 1032, ["tab"]);
|
|
@@ -2780,7 +2784,7 @@ var materialTemp = {
|
|
|
2780
2784
|
|
|
2781
2785
|
const _hoisted_1$7 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__title" }, "\u5546\u54C1\u7F16\u53F7", -1);
|
|
2782
2786
|
const _hoisted_2$5 = { class: "bm-product-info-item__content" };
|
|
2783
|
-
const _hoisted_3$
|
|
2787
|
+
const _hoisted_3$4 = { class: "bm-product-info-item__title" };
|
|
2784
2788
|
const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__content" }, "\u7CFB\u7EDF\u81EA\u52A8\u5E26\u51FA", -1);
|
|
2785
2789
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
2786
2790
|
__name: "product-info",
|
|
@@ -2815,7 +2819,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
2815
2819
|
span: 12
|
|
2816
2820
|
}, {
|
|
2817
2821
|
default: withCtx(() => [
|
|
2818
|
-
createElementVNode("div", _hoisted_3$
|
|
2822
|
+
createElementVNode("div", _hoisted_3$4, toDisplayString(item.label), 1),
|
|
2819
2823
|
_hoisted_4$2
|
|
2820
2824
|
]),
|
|
2821
2825
|
_: 2
|
|
@@ -2831,7 +2835,7 @@ var ProductInfo = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "product-
|
|
|
2831
2835
|
|
|
2832
2836
|
const _hoisted_1$6 = { class: "bm-associated-fields-item__content" };
|
|
2833
2837
|
const _hoisted_2$4 = { class: "bm-associated-fields-item__content" };
|
|
2834
|
-
const _hoisted_3$
|
|
2838
|
+
const _hoisted_3$3 = { style: { "text-align": "right", "margin": "6px 0 4px", "padding-right": "8px" } };
|
|
2835
2839
|
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
2836
2840
|
__name: "pure-associated-fields",
|
|
2837
2841
|
props: ["associatedFields", "options", "defaultOptions"],
|
|
@@ -2889,7 +2893,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
2889
2893
|
}, null, 8, ["onClick"])
|
|
2890
2894
|
]);
|
|
2891
2895
|
}), 128)),
|
|
2892
|
-
__props.
|
|
2896
|
+
__props.options?.length ? (openBlock(), createBlock(unref(Dropdown), {
|
|
2893
2897
|
key: 0,
|
|
2894
2898
|
visible: visible.value,
|
|
2895
2899
|
"onUpdate:visible": _cache[2] || (_cache[2] = ($event) => visible.value = $event),
|
|
@@ -2931,7 +2935,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
2931
2935
|
_: 1
|
|
2932
2936
|
}),
|
|
2933
2937
|
createVNode(unref(Divider), { style: { "margin": "0" } }),
|
|
2934
|
-
createElementVNode("div", _hoisted_3$
|
|
2938
|
+
createElementVNode("div", _hoisted_3$3, [
|
|
2935
2939
|
createVNode(unref(Button), {
|
|
2936
2940
|
onClick: _cache[1] || (_cache[1] = ($event) => visible.value = false)
|
|
2937
2941
|
}, {
|
|
@@ -3144,26 +3148,6 @@ var product = {
|
|
|
3144
3148
|
value: '商品单位',
|
|
3145
3149
|
label: '商品单位',
|
|
3146
3150
|
},
|
|
3147
|
-
{
|
|
3148
|
-
value: '一级分类',
|
|
3149
|
-
label: '一级分类',
|
|
3150
|
-
},
|
|
3151
|
-
{
|
|
3152
|
-
value: '二级分类',
|
|
3153
|
-
label: '二级分类',
|
|
3154
|
-
},
|
|
3155
|
-
{
|
|
3156
|
-
value: '三级分类',
|
|
3157
|
-
label: '三级分类',
|
|
3158
|
-
},
|
|
3159
|
-
{
|
|
3160
|
-
value: '商品类型',
|
|
3161
|
-
label: '商品类型',
|
|
3162
|
-
},
|
|
3163
|
-
{
|
|
3164
|
-
value: '商品标签',
|
|
3165
|
-
label: '商品标签',
|
|
3166
|
-
},
|
|
3167
3151
|
],
|
|
3168
3152
|
},
|
|
3169
3153
|
effect: {
|
|
@@ -3174,7 +3158,7 @@ var product = {
|
|
|
3174
3158
|
change({ api, self }, list) {
|
|
3175
3159
|
api.emit('change', self.field, list, self, api, true);
|
|
3176
3160
|
self.props.associatedFields = list;
|
|
3177
|
-
nextTick
|
|
3161
|
+
nextTick(() => {
|
|
3178
3162
|
api.refresh();
|
|
3179
3163
|
});
|
|
3180
3164
|
},
|
|
@@ -3197,7 +3181,7 @@ var product = {
|
|
|
3197
3181
|
change({ api, self }, value) {
|
|
3198
3182
|
api.emit('change', self.field, value, self, api, true);
|
|
3199
3183
|
self.props.defaultSelectValue = value;
|
|
3200
|
-
nextTick
|
|
3184
|
+
nextTick(() => {
|
|
3201
3185
|
api.refresh();
|
|
3202
3186
|
});
|
|
3203
3187
|
},
|
|
@@ -3344,6 +3328,7 @@ var shop = {
|
|
|
3344
3328
|
required: rule.effect.required,
|
|
3345
3329
|
},
|
|
3346
3330
|
config: {
|
|
3331
|
+
dataFiltering: rule.config.dataFiltering,
|
|
3347
3332
|
isMain: rule.config.isMain,
|
|
3348
3333
|
associatedFields: rule.config.associatedFields,
|
|
3349
3334
|
},
|
|
@@ -3528,7 +3513,7 @@ const _hoisted_1$4 = {
|
|
|
3528
3513
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3529
3514
|
};
|
|
3530
3515
|
const _hoisted_2$2 = /* @__PURE__ */ createStaticVNode('<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-826.000000, -249.000000)"><g transform="translate(667.000000, 71.000000)"><g transform="translate(159.000000, 178.000000)"><path d="M2,0 L197,0 C198.104569,-6.46995335e-16 199,0.8954305 199,2 L199,105 C199,106.104569 198.104569,107 197,107 L2,107 C0.8954305,107 1.3527075e-16,106.104569 0,105 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 Z" fill="#F9FBFF"></path><path d="M41,6 C41.5522847,6 42,6.44771525 42,7 L42,100 C42,100.552285 41.5522847,101 41,101 L7,101 C6.44771525,101 6,100.552285 6,100 L6,7 C6,6.44771525 6.44771525,6 7,6 L41,6 Z M192,6 C192.552285,6 193,6.44771525 193,7 L193,100 C193,100.552285 192.552285,101 192,101 L159,101 C158.447715,101 158,100.552285 158,100 L158,7 C158,6.44771525 158.447715,6 159,6 L192,6 Z M151,35 C151.552285,35 152,35.4477153 152,36 L152,100 C152,100.552285 151.552285,101 151,101 L49,101 C48.4477153,101 48,100.552285 48,100 L48,36 C48,35.4477153 48.4477153,35 49,35 L151,35 Z M151,6 C151.552285,6 152,6.44771525 152,7 L152,30 C152,30.5522847 151.552285,31 151,31 L49,31 C48.4477153,31 48,30.5522847 48,30 L48,7 C48,6.44771525 48.4477153,6 49,6 L151,6 Z" fill="#EFF3FF"></path><rect stroke="#8FAAFF" fill="#D0DCFF" x="12.5" y="17.5" width="23" height="13" rx="0.5"></rect><rect fill="#E4E8F7" x="12" y="47" width="24" height="14" rx="0.5"></rect><rect fill="#E4E8F7" x="12" y="75" width="24" height="14" rx="0.5"></rect><use stroke="#AEC2FF" mask="url(#mask-2)" stroke-width="2" fill-opacity="0.26" fill="#AFC3FF" stroke-dasharray="2" xlink:href="#path-1"></use><path d="M33.5,20 C35.9852814,20 38,22.0147186 38,24.5 C38,26.9852814 35.9852814,29 33.5,29 C31.0147186,29 29,26.9852814 29,24.5 C29,22.0147186 31.0147186,20 33.5,20 Z M33.5,22 C32.1192881,22 31,23.1192881 31,24.5 C31,25.8807119 32.1192881,27 33.5,27 C34.8807119,27 36,25.8807119 36,24.5 C36,23.1192881 34.8807119,22 33.5,22 Z" fill="#2F4EED"></path><circle fill="#F9FBFF" cx="33.5" cy="24.5" r="2.5"></circle><path d="M42.5,22 C65.8354499,22 85.7454723,36.6659986 93.5155164,57.2834451 L93.7801465,55.3991118 C93.8570096,54.8522019 94.3626777,54.4711537 94.9095876,54.5480169 C95.4564976,54.6248801 95.8375458,55.1305481 95.7606826,55.677458 L94.925644,61.6190665 C94.8487808,62.1659764 94.3431128,62.5470246 93.7962028,62.4701614 L93.7673315,62.4658857 C93.5875459,62.4468789 93.4107192,62.3789077 93.2577621,62.2594045 L88.5296976,58.5654356 C88.0944913,58.2254152 88.0173279,57.5969697 88.3573483,57.1617634 C88.6973688,56.7265571 89.3258142,56.6493937 89.7610205,56.9894141 L91.887337,58.6494477 C84.582156,38.4419045 65.2276218,24 42.5,24 C40.4254117,24 38.3789284,24.1203318 36.367149,24.3543965 L36.022518,22.3809268 C38.1466458,22.1293826 40.3082134,22 42.5,22 Z" fill="#2F4EED"></path></g></g></g></g>', 1);
|
|
3531
|
-
const _hoisted_3$
|
|
3516
|
+
const _hoisted_3$2 = [
|
|
3532
3517
|
_hoisted_2$2
|
|
3533
3518
|
];
|
|
3534
3519
|
const _hoisted_4$1 = /* @__PURE__ */ createElementVNode("div", { style: { "line-height": "20px", "margin-top": "12px", "color": "#505259" } }, " \u8BF7\u62D6\u62FD\u6216\u70B9\u51FB\u5DE6\u4FA7\u5B57\u6BB5\u521B\u5EFA\u8868\u5355 ", -1);
|
|
@@ -3538,7 +3523,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
3538
3523
|
setup(__props) {
|
|
3539
3524
|
return (_ctx, _cache) => {
|
|
3540
3525
|
return openBlock(), createElementBlock("div", null, [
|
|
3541
|
-
(openBlock(), createElementBlock("svg", _hoisted_1$4, _hoisted_3$
|
|
3526
|
+
(openBlock(), createElementBlock("svg", _hoisted_1$4, _hoisted_3$2)),
|
|
3542
3527
|
_hoisted_4$1
|
|
3543
3528
|
]);
|
|
3544
3529
|
};
|
|
@@ -3703,8 +3688,12 @@ var ruleList = {
|
|
|
3703
3688
|
[materialType.name]: materialType,
|
|
3704
3689
|
};
|
|
3705
3690
|
|
|
3706
|
-
const _hoisted_1$1 = {
|
|
3707
|
-
|
|
3691
|
+
const _hoisted_1$1 = {
|
|
3692
|
+
class: "bm-table-column__main",
|
|
3693
|
+
style: { "margin-right": "0" }
|
|
3694
|
+
};
|
|
3695
|
+
const _hoisted_2$1 = { class: "bm-table-column__main" };
|
|
3696
|
+
const _hoisted_3$1 = { class: "bm-table-column-btn-wrap" };
|
|
3708
3697
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
3709
3698
|
__name: "table-column",
|
|
3710
3699
|
props: ["formCreateInject"],
|
|
@@ -3768,25 +3757,32 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
3768
3757
|
align: "middle"
|
|
3769
3758
|
}, {
|
|
3770
3759
|
default: withCtx(() => [
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3760
|
+
element.config?.immutable ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
3761
|
+
createVNode(unref(HolderOutlined), {
|
|
3762
|
+
class: normalizeClass([handleClass])
|
|
3763
|
+
}, null, 8, ["class"]),
|
|
3764
|
+
createElementVNode("div", _hoisted_1$1, toDisplayString(element.title.title), 1)
|
|
3765
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
3766
|
+
createVNode(unref(HolderOutlined), {
|
|
3767
|
+
class: normalizeClass([handleClass])
|
|
3768
|
+
}, null, 8, ["class"]),
|
|
3769
|
+
createElementVNode("div", _hoisted_2$1, toDisplayString(element.title.title), 1),
|
|
3770
|
+
createVNode(unref(EditOutlined), {
|
|
3771
|
+
class: "bm-table-column__icon is-edit",
|
|
3772
|
+
onClick: ($event) => handleEdit(element)
|
|
3773
|
+
}, null, 8, ["onClick"]),
|
|
3774
|
+
createVNode(_component_Delete, {
|
|
3775
|
+
class: "bm-table-column__icon is-del",
|
|
3776
|
+
onClick: ($event) => handleDelete(element, index)
|
|
3777
|
+
}, null, 8, ["onClick"])
|
|
3778
|
+
], 64))
|
|
3783
3779
|
]),
|
|
3784
3780
|
_: 2
|
|
3785
3781
|
}, 1024)
|
|
3786
3782
|
]),
|
|
3787
3783
|
_: 1
|
|
3788
3784
|
}, 8, ["list", "handle"]),
|
|
3789
|
-
createElementVNode("div",
|
|
3785
|
+
createElementVNode("div", _hoisted_3$1, [
|
|
3790
3786
|
createVNode(unref(FormItemRest), null, {
|
|
3791
3787
|
default: withCtx(() => [
|
|
3792
3788
|
createVNode(unref(Select), {
|
|
@@ -4221,7 +4217,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4221
4217
|
}
|
|
4222
4218
|
}
|
|
4223
4219
|
if (!pass) {
|
|
4224
|
-
nextTick
|
|
4220
|
+
nextTick(() => {
|
|
4225
4221
|
fApi.value.validate();
|
|
4226
4222
|
});
|
|
4227
4223
|
break;
|
|
@@ -224,14 +224,26 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
224
224
|
let list = [];
|
|
225
225
|
if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
|
|
226
226
|
key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
|
|
227
|
-
state.search.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
227
|
+
if (state.search.searchList.length > 0) {
|
|
228
|
+
if (selectValue.value.length > 0) {
|
|
229
|
+
list = (instance?.attrs.options).filter(
|
|
230
|
+
(ele) => selectValue.value.indexOf(ele[key]) > -1
|
|
231
|
+
);
|
|
232
|
+
let search = state.search.searchList.filter(
|
|
233
|
+
(ele) => selectValue.value.indexOf(ele[key]) <= -1
|
|
234
|
+
);
|
|
235
|
+
list = [...list, ...search];
|
|
236
|
+
} else {
|
|
237
|
+
list = state.search.searchList;
|
|
238
|
+
}
|
|
239
|
+
} else
|
|
233
240
|
list = instance?.attrs.options;
|
|
234
|
-
if (
|
|
241
|
+
if (list.length === (instance?.attrs.options).length) {
|
|
242
|
+
state.search.checkedAll = !state.search.checkedAll;
|
|
243
|
+
state.search.indeterminate = false;
|
|
244
|
+
state.search.checkedReverse = false;
|
|
245
|
+
}
|
|
246
|
+
if (state.search.checkedAll || state.search.searchList.length > 0) {
|
|
235
247
|
selectValue.value = list.map((v) => {
|
|
236
248
|
return v[key];
|
|
237
249
|
});
|
|
@@ -245,6 +257,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
245
257
|
});
|
|
246
258
|
};
|
|
247
259
|
const reverseAll = (e) => {
|
|
260
|
+
if (state.search.searchList.length > 0)
|
|
261
|
+
return;
|
|
248
262
|
let key = "value";
|
|
249
263
|
if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
|
|
250
264
|
key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>;
|
|
45
|
-
ASelect: {
|
|
45
|
+
readonly ASelect: {
|
|
46
46
|
new (...args: any[]): {
|
|
47
47
|
$: import("vue").ComponentInternalInstance;
|
|
48
48
|
$data: {};
|
|
@@ -222,8 +222,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
222
|
$slots: Readonly<{
|
|
223
223
|
[name: string]: import("vue").Slot;
|
|
224
224
|
}>;
|
|
225
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
226
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
225
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
226
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
227
227
|
$emit: (event: string, ...args: any[]) => void;
|
|
228
228
|
$el: any;
|
|
229
229
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -392,7 +392,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
392
|
defaultActiveFirstOption: boolean;
|
|
393
393
|
labelInValue: boolean;
|
|
394
394
|
bordered: boolean;
|
|
395
|
-
}> & {
|
|
395
|
+
}, {}, string> & {
|
|
396
396
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
397
397
|
created?: (() => void) | (() => void)[] | undefined;
|
|
398
398
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
407
407
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
408
408
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
409
409
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
410
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
410
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
|
|
411
411
|
};
|
|
412
412
|
$forceUpdate: () => void;
|
|
413
413
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -731,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
731
|
defaultActiveFirstOption: boolean;
|
|
732
732
|
labelInValue: boolean;
|
|
733
733
|
bordered: boolean;
|
|
734
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
734
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
735
735
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
736
736
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
737
737
|
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
|
-
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;
|
|
116
|
+
readonly DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
|
|
117
|
+
readonly UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
|
|
118
|
+
readonly 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;
|
|
@@ -42,7 +42,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
42
42
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>;
|
|
45
|
-
ASelect: {
|
|
45
|
+
readonly ASelect: {
|
|
46
46
|
new (...args: any[]): {
|
|
47
47
|
$: import("vue").ComponentInternalInstance;
|
|
48
48
|
$data: {};
|
|
@@ -222,8 +222,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
222
222
|
$slots: Readonly<{
|
|
223
223
|
[name: string]: import("vue").Slot;
|
|
224
224
|
}>;
|
|
225
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
226
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
225
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
226
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
227
227
|
$emit: (event: string, ...args: any[]) => void;
|
|
228
228
|
$el: any;
|
|
229
229
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -392,7 +392,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
392
392
|
defaultActiveFirstOption: boolean;
|
|
393
393
|
labelInValue: boolean;
|
|
394
394
|
bordered: boolean;
|
|
395
|
-
}> & {
|
|
395
|
+
}, {}, string> & {
|
|
396
396
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
397
397
|
created?: (() => void) | (() => void)[] | undefined;
|
|
398
398
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -407,7 +407,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
407
407
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
408
408
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
409
409
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
410
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
410
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
|
|
411
411
|
};
|
|
412
412
|
$forceUpdate: () => void;
|
|
413
413
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -731,7 +731,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
731
731
|
defaultActiveFirstOption: boolean;
|
|
732
732
|
labelInValue: boolean;
|
|
733
733
|
bordered: boolean;
|
|
734
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
734
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
735
735
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
736
736
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
737
737
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -65,14 +65,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
65
65
|
let list = [];
|
|
66
66
|
if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
|
|
67
67
|
key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
|
|
68
|
-
state.search.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
68
|
+
if (state.search.searchList.length > 0) {
|
|
69
|
+
if (selectValue.value.length > 0) {
|
|
70
|
+
list = (instance?.attrs.options).filter(
|
|
71
|
+
(ele) => selectValue.value.indexOf(ele[key]) > -1
|
|
72
|
+
);
|
|
73
|
+
let search = state.search.searchList.filter(
|
|
74
|
+
(ele) => selectValue.value.indexOf(ele[key]) <= -1
|
|
75
|
+
);
|
|
76
|
+
list = [...list, ...search];
|
|
77
|
+
} else {
|
|
78
|
+
list = state.search.searchList;
|
|
79
|
+
}
|
|
80
|
+
} else
|
|
74
81
|
list = instance?.attrs.options;
|
|
75
|
-
if (
|
|
82
|
+
if (list.length === (instance?.attrs.options).length) {
|
|
83
|
+
state.search.checkedAll = !state.search.checkedAll;
|
|
84
|
+
state.search.indeterminate = false;
|
|
85
|
+
state.search.checkedReverse = false;
|
|
86
|
+
}
|
|
87
|
+
if (state.search.checkedAll || state.search.searchList.length > 0) {
|
|
76
88
|
selectValue.value = list.map((v) => {
|
|
77
89
|
return v[key];
|
|
78
90
|
});
|
|
@@ -87,6 +99,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
99
|
};
|
|
88
100
|
const reverseAll = (e) => {
|
|
89
101
|
let key = "value";
|
|
102
|
+
if (state.search.searchList.length > 0)
|
|
103
|
+
return;
|
|
90
104
|
if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
|
|
91
105
|
key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
|
|
92
106
|
if (selectValue.value.length <= 0)
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>;
|
|
45
|
-
ASelect: {
|
|
45
|
+
readonly ASelect: {
|
|
46
46
|
new (...args: any[]): {
|
|
47
47
|
$: import("vue").ComponentInternalInstance;
|
|
48
48
|
$data: {};
|
|
@@ -222,8 +222,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
222
|
$slots: Readonly<{
|
|
223
223
|
[name: string]: import("vue").Slot;
|
|
224
224
|
}>;
|
|
225
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
226
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
225
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
226
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
227
227
|
$emit: (event: string, ...args: any[]) => void;
|
|
228
228
|
$el: any;
|
|
229
229
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -392,7 +392,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
392
|
defaultActiveFirstOption: boolean;
|
|
393
393
|
labelInValue: boolean;
|
|
394
394
|
bordered: boolean;
|
|
395
|
-
}> & {
|
|
395
|
+
}, {}, string> & {
|
|
396
396
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
397
397
|
created?: (() => void) | (() => void)[] | undefined;
|
|
398
398
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
407
407
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
408
408
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
409
409
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
410
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
410
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
|
|
411
411
|
};
|
|
412
412
|
$forceUpdate: () => void;
|
|
413
413
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -731,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
731
|
defaultActiveFirstOption: boolean;
|
|
732
732
|
labelInValue: boolean;
|
|
733
733
|
bordered: boolean;
|
|
734
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
734
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
735
735
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
736
736
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
737
737
|
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
|
-
AModal: {
|
|
104
|
+
readonly 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, {}, {}, string>, {}>;
|
|
304
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
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
|
+
}, {}, string> & {
|
|
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, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, 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
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
872
|
+
}, {}, string> & 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
|
-
CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
|
|
881
|
+
readonly 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
|
-
list: any;
|
|
1003
|
+
readonly 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;
|