bm-admin-ui 1.0.5-alpha → 1.0.6-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/feedback/index.d.ts +1037 -0
- package/es/components/feedback/index.js +1559 -0
- package/es/components/feedback/src/bmAlert.vue.d.ts +193 -0
- package/es/components/feedback/src/bmModal.vue.d.ts +839 -0
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +1 -0
- package/es/components/multi-cascader-compose/index.d.ts +6 -6
- package/es/components/multi-cascader-compose/index.js +13 -0
- package/es/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +6 -6
- package/es/components/search-filter/index.d.ts +52 -7
- package/es/components/search-filter/index.js +83 -47
- package/es/components/search-filter/src/search-filter.vue.d.ts +52 -7
- package/es/components/search-filter/src/search-reset-btn.vue.d.ts +2 -6
- package/es/components/search-filter/src/serach-filter.d.ts +13 -1
- package/es/components/shops-filter/index.d.ts +1 -1
- package/es/components/shops-filter/index.js +66 -50
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/es/components/staffs-selector/index.js +14 -1
- package/es/components/upload/index.js +15 -2
- package/index.esm.js +34877 -67670
- package/index.js +34890 -67678
- package/lib/components/feedback/index.d.ts +1037 -0
- package/lib/components/feedback/index.js +1573 -0
- package/lib/components/feedback/src/bmAlert.vue.d.ts +193 -0
- package/lib/components/feedback/src/bmModal.vue.d.ts +839 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +7 -0
- package/lib/components/multi-cascader-compose/index.d.ts +6 -6
- package/lib/components/multi-cascader-compose/index.js +13 -0
- package/lib/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +6 -6
- package/lib/components/search-filter/index.d.ts +52 -7
- package/lib/components/search-filter/index.js +82 -46
- package/lib/components/search-filter/src/search-filter.vue.d.ts +52 -7
- package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +2 -6
- package/lib/components/search-filter/src/serach-filter.d.ts +13 -1
- package/lib/components/shops-filter/index.d.ts +1 -1
- package/lib/components/shops-filter/index.js +65 -49
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/lib/components/staffs-selector/index.js +14 -1
- package/lib/components/upload/index.js +15 -2
- package/package.json +29 -29
- package/theme-chalk/alert.css +1 -0
- package/theme-chalk/button.css +1 -1
- package/theme-chalk/feedback.css +1 -0
- package/theme-chalk/float-table.css +1 -1
- package/theme-chalk/floating-vue.css +1 -1
- package/theme-chalk/flow-designer.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/modal.css +1 -0
- package/theme-chalk/multi-cascader-compose.css +1 -1
- package/theme-chalk/over-tooltips.css +1 -1
- package/theme-chalk/search-filter.css +1 -1
- package/theme-chalk/timeline.css +1 -1
- package/theme-chalk/upload.css +1 -1
- package/types/components/feedback/index.d.ts +1037 -0
- package/types/components/feedback/src/bmAlert.vue.d.ts +193 -0
- package/types/components/feedback/src/bmModal.vue.d.ts +839 -0
- package/types/components/index.d.ts +1 -0
- package/types/components/multi-cascader-compose/index.d.ts +6 -6
- package/types/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +6 -6
- package/types/components/search-filter/index.d.ts +52 -7
- package/types/components/search-filter/src/search-filter.vue.d.ts +52 -7
- package/types/components/search-filter/src/search-reset-btn.vue.d.ts +2 -6
- package/types/components/search-filter/src/serach-filter.d.ts +13 -1
- package/types/components/shops-filter/index.d.ts +1 -1
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { h, nextTick, createVNode, defineComponent, reactive, watch, onMounted, onUnmounted, toRefs, resolveComponent, openBlock, createElementBlock, withModifiers, createElementVNode, normalizeStyle, toDisplayString, normalizeClass, withCtx, Fragment, renderList, createCommentVNode,
|
|
2
|
+
import { h, nextTick, createVNode, defineComponent, reactive, watch, onMounted, onUnmounted, toRefs, resolveComponent, openBlock, createElementBlock, withModifiers, createElementVNode, normalizeStyle, toDisplayString, normalizeClass, withDirectives, vShow, withCtx, Fragment, renderList, createCommentVNode, createTextVNode, createBlock } from 'vue';
|
|
3
3
|
import { InputSearch } from 'ant-design-vue/lib/input';
|
|
4
4
|
import Checkbox from 'ant-design-vue/lib/checkbox';
|
|
5
5
|
import Button from 'ant-design-vue/lib/button';
|
|
@@ -782,6 +782,19 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
|
|
|
782
782
|
});
|
|
783
783
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
784
784
|
});
|
|
785
|
+
presetPalettes.red;
|
|
786
|
+
presetPalettes.volcano;
|
|
787
|
+
presetPalettes.gold;
|
|
788
|
+
presetPalettes.orange;
|
|
789
|
+
presetPalettes.yellow;
|
|
790
|
+
presetPalettes.lime;
|
|
791
|
+
presetPalettes.green;
|
|
792
|
+
presetPalettes.cyan;
|
|
793
|
+
presetPalettes.blue;
|
|
794
|
+
presetPalettes.geekblue;
|
|
795
|
+
presetPalettes.purple;
|
|
796
|
+
presetPalettes.magenta;
|
|
797
|
+
presetPalettes.grey;
|
|
785
798
|
|
|
786
799
|
// https://github.com/substack/insert-css
|
|
787
800
|
var containers = []; // will store container HTMLElement references
|
|
@@ -1359,36 +1372,34 @@ const _sfc_main = defineComponent({
|
|
|
1359
1372
|
};
|
|
1360
1373
|
}
|
|
1361
1374
|
});
|
|
1362
|
-
const _hoisted_1 =
|
|
1363
|
-
const _hoisted_2 =
|
|
1364
|
-
const _hoisted_3 = { class: "
|
|
1365
|
-
const _hoisted_4 =
|
|
1366
|
-
const _hoisted_5 =
|
|
1367
|
-
const _hoisted_6 =
|
|
1368
|
-
const _hoisted_7 =
|
|
1369
|
-
const _hoisted_8 = { class: "__shops-filter-list" };
|
|
1370
|
-
const _hoisted_9 = {
|
|
1375
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
|
|
1376
|
+
const _hoisted_2 = { class: "input-icon active-icon" };
|
|
1377
|
+
const _hoisted_3 = { class: "pop-seleted-title" };
|
|
1378
|
+
const _hoisted_4 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
|
|
1379
|
+
const _hoisted_5 = /* @__PURE__ */ createTextVNode("\u9879 ");
|
|
1380
|
+
const _hoisted_6 = { class: "__shops-filter-list" };
|
|
1381
|
+
const _hoisted_7 = {
|
|
1371
1382
|
key: 0,
|
|
1372
1383
|
class: "__shops-filter-tabs"
|
|
1373
1384
|
};
|
|
1374
|
-
const
|
|
1375
|
-
const
|
|
1376
|
-
const
|
|
1377
|
-
const
|
|
1378
|
-
const
|
|
1379
|
-
const
|
|
1380
|
-
const
|
|
1381
|
-
const
|
|
1382
|
-
const
|
|
1383
|
-
const
|
|
1384
|
-
const
|
|
1385
|
-
const
|
|
1385
|
+
const _hoisted_8 = { class: "label" };
|
|
1386
|
+
const _hoisted_9 = { class: "__shops-filter-areas" };
|
|
1387
|
+
const _hoisted_10 = ["onClick"];
|
|
1388
|
+
const _hoisted_11 = ["onClick"];
|
|
1389
|
+
const _hoisted_12 = { class: "__shops-filter-selecting" };
|
|
1390
|
+
const _hoisted_13 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
|
|
1391
|
+
const _hoisted_14 = /* @__PURE__ */ createTextVNode("\u9879 ");
|
|
1392
|
+
const _hoisted_15 = { class: "__checkbox-operate-box" };
|
|
1393
|
+
const _hoisted_16 = /* @__PURE__ */ createTextVNode("\u5168\u9009");
|
|
1394
|
+
const _hoisted_17 = /* @__PURE__ */ createTextVNode("\u53CD\u9009");
|
|
1395
|
+
const _hoisted_18 = /* @__PURE__ */ createTextVNode("\u6E05\u7A7A");
|
|
1396
|
+
const _hoisted_19 = {
|
|
1386
1397
|
key: 0,
|
|
1387
1398
|
class: "__shops-filter-selecting"
|
|
1388
1399
|
};
|
|
1389
|
-
const
|
|
1390
|
-
const
|
|
1391
|
-
const
|
|
1400
|
+
const _hoisted_20 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
|
|
1401
|
+
const _hoisted_21 = /* @__PURE__ */ createTextVNode("\u9879 ");
|
|
1402
|
+
const _hoisted_22 = /* @__PURE__ */ createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
|
|
1392
1403
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1393
1404
|
const _component_down_outlined = resolveComponent("down-outlined");
|
|
1394
1405
|
const _component_close_circle_filled = resolveComponent("close-circle-filled");
|
|
@@ -1415,12 +1426,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1415
1426
|
style: normalizeStyle({ width: _ctx.displayParams?.width || "436px" }),
|
|
1416
1427
|
onClick: _cache[3] || (_cache[3] = (...args) => _ctx.triggleActive && _ctx.triggleActive(...args))
|
|
1417
1428
|
}, [
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
createElementVNode("span",
|
|
1429
|
+
withDirectives(createElementVNode("div", null, [
|
|
1430
|
+
_hoisted_1,
|
|
1431
|
+
createElementVNode("span", _hoisted_2, [
|
|
1421
1432
|
createVNode(_component_down_outlined)
|
|
1422
1433
|
])
|
|
1423
|
-
]
|
|
1434
|
+
], 512), [
|
|
1435
|
+
[vShow, _ctx.selected && !_ctx.selected.length]
|
|
1436
|
+
]),
|
|
1437
|
+
withDirectives(createElementVNode("div", null, [
|
|
1424
1438
|
createVNode(_component_Popover, {
|
|
1425
1439
|
title: "",
|
|
1426
1440
|
"overlay-class-name": "__shops-filter-popover"
|
|
@@ -1430,10 +1444,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1430
1444
|
class: "pop-seleted",
|
|
1431
1445
|
style: normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
|
|
1432
1446
|
}, [
|
|
1433
|
-
createElementVNode("div",
|
|
1434
|
-
|
|
1447
|
+
createElementVNode("div", _hoisted_3, [
|
|
1448
|
+
_hoisted_4,
|
|
1435
1449
|
createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
|
|
1436
|
-
|
|
1450
|
+
_hoisted_5
|
|
1437
1451
|
]),
|
|
1438
1452
|
createElementVNode("div", {
|
|
1439
1453
|
class: "pop-seleted-shops",
|
|
@@ -1450,7 +1464,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1450
1464
|
], 4)
|
|
1451
1465
|
]),
|
|
1452
1466
|
default: withCtx(() => [
|
|
1453
|
-
createElementVNode("div",
|
|
1467
|
+
createElementVNode("div", _hoisted_6, [
|
|
1454
1468
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selected, (item) => {
|
|
1455
1469
|
return openBlock(), createElementBlock("div", {
|
|
1456
1470
|
key: item,
|
|
@@ -1469,7 +1483,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1469
1483
|
]),
|
|
1470
1484
|
_: 1
|
|
1471
1485
|
})
|
|
1472
|
-
])
|
|
1486
|
+
], 512), [
|
|
1487
|
+
[vShow, _ctx.selected && _ctx.selected.length]
|
|
1488
|
+
])
|
|
1473
1489
|
], 6),
|
|
1474
1490
|
withDirectives(createElementVNode("div", {
|
|
1475
1491
|
class: "__shops-filter-search-input",
|
|
@@ -1488,38 +1504,38 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1488
1504
|
withDirectives(createElementVNode("div", {
|
|
1489
1505
|
class: normalizeClass(["__shops-filter-content", { "__shops-filter-no-absolute": _ctx.showAlways }])
|
|
1490
1506
|
}, [
|
|
1491
|
-
_ctx.filterArr && _ctx.filterArr.length ? (openBlock(), createElementBlock("div",
|
|
1507
|
+
_ctx.filterArr && _ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
|
|
1492
1508
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.filterArr, (item, index) => {
|
|
1493
1509
|
return openBlock(), createElementBlock("div", {
|
|
1494
1510
|
key: item.paramsStr,
|
|
1495
1511
|
class: "__shops-filter-area-tabs"
|
|
1496
1512
|
}, [
|
|
1497
|
-
createElementVNode("div",
|
|
1498
|
-
createElementVNode("div",
|
|
1513
|
+
createElementVNode("div", _hoisted_8, toDisplayString(item.label) + ":", 1),
|
|
1514
|
+
createElementVNode("div", _hoisted_9, [
|
|
1499
1515
|
createElementVNode("span", {
|
|
1500
1516
|
class: normalizeClass({
|
|
1501
1517
|
active: !(item.multiple ? _ctx.filterSelects[index].length : !!_ctx.filterSelects[index])
|
|
1502
1518
|
}),
|
|
1503
1519
|
onClick: withModifiers(($event) => _ctx.changeFilterSelect(index, ""), ["self"])
|
|
1504
|
-
}, "\u5168\u90E8", 10,
|
|
1520
|
+
}, "\u5168\u90E8", 10, _hoisted_10),
|
|
1505
1521
|
(openBlock(true), createElementBlock(Fragment, null, renderList(item.list, (element) => {
|
|
1506
1522
|
return openBlock(), createElementBlock("span", {
|
|
1507
1523
|
key: element.code,
|
|
1508
1524
|
class: normalizeClass({ active: _ctx.filterIsActive(index, element.code) }),
|
|
1509
1525
|
onClick: withModifiers(($event) => _ctx.changeFilterSelect(index, element.code), ["self"])
|
|
1510
|
-
}, toDisplayString(element.label), 11,
|
|
1526
|
+
}, toDisplayString(element.label), 11, _hoisted_11);
|
|
1511
1527
|
}), 128))
|
|
1512
1528
|
])
|
|
1513
1529
|
]);
|
|
1514
1530
|
}), 128)),
|
|
1515
|
-
createElementVNode("div",
|
|
1516
|
-
|
|
1531
|
+
createElementVNode("div", _hoisted_12, [
|
|
1532
|
+
_hoisted_13,
|
|
1517
1533
|
createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
|
|
1518
|
-
|
|
1534
|
+
_hoisted_14
|
|
1519
1535
|
])
|
|
1520
1536
|
])) : createCommentVNode("v-if", true),
|
|
1521
1537
|
_ctx.shopList && _ctx.shopList.length ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
1522
|
-
createElementVNode("div",
|
|
1538
|
+
createElementVNode("div", _hoisted_15, [
|
|
1523
1539
|
createVNode(_component_Checkbox, {
|
|
1524
1540
|
checked: _ctx.checkAll,
|
|
1525
1541
|
"onUpdate:checked": _cache[5] || (_cache[5] = ($event) => _ctx.checkAll = $event),
|
|
@@ -1527,7 +1543,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1527
1543
|
onChange: _ctx.onCheckAllChange
|
|
1528
1544
|
}, {
|
|
1529
1545
|
default: withCtx(() => [
|
|
1530
|
-
|
|
1546
|
+
_hoisted_16
|
|
1531
1547
|
]),
|
|
1532
1548
|
_: 1
|
|
1533
1549
|
}, 8, ["checked", "indeterminate", "onChange"]),
|
|
@@ -1537,7 +1553,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1537
1553
|
onChange: _ctx.invertChange
|
|
1538
1554
|
}, {
|
|
1539
1555
|
default: withCtx(() => [
|
|
1540
|
-
|
|
1556
|
+
_hoisted_17
|
|
1541
1557
|
]),
|
|
1542
1558
|
_: 1
|
|
1543
1559
|
}, 8, ["checked", "onChange"]),
|
|
@@ -1549,14 +1565,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1549
1565
|
createVNode(_component_delete_outlined)
|
|
1550
1566
|
]),
|
|
1551
1567
|
default: withCtx(() => [
|
|
1552
|
-
|
|
1568
|
+
_hoisted_18
|
|
1553
1569
|
]),
|
|
1554
1570
|
_: 1
|
|
1555
1571
|
}, 8, ["onClick"]),
|
|
1556
|
-
_ctx.filterArr && !_ctx.filterArr.length ? (openBlock(), createElementBlock("div",
|
|
1557
|
-
|
|
1572
|
+
_ctx.filterArr && !_ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_19, [
|
|
1573
|
+
_hoisted_20,
|
|
1558
1574
|
createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
|
|
1559
|
-
|
|
1575
|
+
_hoisted_21
|
|
1560
1576
|
])) : createCommentVNode("v-if", true)
|
|
1561
1577
|
]),
|
|
1562
1578
|
createElementVNode("div", {
|
|
@@ -1588,7 +1604,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1588
1604
|
], 64)) : createCommentVNode("v-if", true),
|
|
1589
1605
|
_ctx.shopList && !_ctx.shopList.length ? (openBlock(), createBlock(_component_Empty, { key: 2 }, {
|
|
1590
1606
|
description: withCtx(() => [
|
|
1591
|
-
|
|
1607
|
+
_hoisted_22
|
|
1592
1608
|
]),
|
|
1593
1609
|
_: 1
|
|
1594
1610
|
})) : createCommentVNode("v-if", true)
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
label?: string | undefined;
|
|
59
59
|
multiple?: boolean | undefined;
|
|
60
60
|
}[]>;
|
|
61
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
61
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "change")[], "update:selected" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
62
|
labelTitle: {
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
default: string;
|
|
@@ -783,6 +783,19 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
|
|
|
783
783
|
});
|
|
784
784
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
785
785
|
});
|
|
786
|
+
presetPalettes.red;
|
|
787
|
+
presetPalettes.volcano;
|
|
788
|
+
presetPalettes.gold;
|
|
789
|
+
presetPalettes.orange;
|
|
790
|
+
presetPalettes.yellow;
|
|
791
|
+
presetPalettes.lime;
|
|
792
|
+
presetPalettes.green;
|
|
793
|
+
presetPalettes.cyan;
|
|
794
|
+
presetPalettes.blue;
|
|
795
|
+
presetPalettes.geekblue;
|
|
796
|
+
presetPalettes.purple;
|
|
797
|
+
presetPalettes.magenta;
|
|
798
|
+
presetPalettes.grey;
|
|
786
799
|
|
|
787
800
|
// https://github.com/substack/insert-css
|
|
788
801
|
var containers = []; // will store container HTMLElement references
|
|
@@ -1822,7 +1835,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1822
1835
|
]);
|
|
1823
1836
|
}), 128))
|
|
1824
1837
|
])) : createCommentVNode("v-if", true)
|
|
1825
|
-
],
|
|
1838
|
+
], 2112))
|
|
1826
1839
|
])
|
|
1827
1840
|
]),
|
|
1828
1841
|
createElementVNode("div", _hoisted_14, [
|
|
@@ -777,6 +777,19 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
|
|
|
777
777
|
});
|
|
778
778
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
779
779
|
});
|
|
780
|
+
presetPalettes.red;
|
|
781
|
+
presetPalettes.volcano;
|
|
782
|
+
presetPalettes.gold;
|
|
783
|
+
presetPalettes.orange;
|
|
784
|
+
presetPalettes.yellow;
|
|
785
|
+
presetPalettes.lime;
|
|
786
|
+
presetPalettes.green;
|
|
787
|
+
presetPalettes.cyan;
|
|
788
|
+
presetPalettes.blue;
|
|
789
|
+
presetPalettes.geekblue;
|
|
790
|
+
presetPalettes.purple;
|
|
791
|
+
presetPalettes.magenta;
|
|
792
|
+
presetPalettes.grey;
|
|
780
793
|
|
|
781
794
|
// https://github.com/substack/insert-css
|
|
782
795
|
var containers = []; // will store container HTMLElement references
|
|
@@ -1702,7 +1715,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1702
1715
|
key: 1,
|
|
1703
1716
|
file: item
|
|
1704
1717
|
})
|
|
1705
|
-
],
|
|
1718
|
+
], 2112)) : createCommentVNode("v-if", true),
|
|
1706
1719
|
createCommentVNode(" \u56FE\u7247\u9519\u8BEF\u5C55\u793A "),
|
|
1707
1720
|
item.status === "error" ? (openBlock(), createElementBlock("div", {
|
|
1708
1721
|
key: 2,
|
|
@@ -1748,7 +1761,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1748
1761
|
}, 8, ["class", "disabled"]),
|
|
1749
1762
|
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (openBlock(), createElementBlock("div", _hoisted_23, toDisplayString(_ctx.extraConfigs.tips), 1)) : createCommentVNode("v-if", true)
|
|
1750
1763
|
])) : createCommentVNode("v-if", true)
|
|
1751
|
-
],
|
|
1764
|
+
], 2112))
|
|
1752
1765
|
]),
|
|
1753
1766
|
_: 3
|
|
1754
1767
|
}, 16, ["class"])) : createCommentVNode("v-if", true),
|