bm-admin-ui 1.0.4-alpha → 1.0.5-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.
@@ -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, Fragment, createBlock, withCtx, renderList, createCommentVNode, withDirectives, vShow, createTextVNode } from 'vue';
2
+ import { h, nextTick, createVNode, defineComponent, reactive, watch, onMounted, onUnmounted, toRefs, resolveComponent, openBlock, createElementBlock, withModifiers, createElementVNode, normalizeStyle, toDisplayString, normalizeClass, withCtx, Fragment, renderList, createCommentVNode, withDirectives, vShow, 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';
@@ -1359,34 +1359,36 @@ const _sfc_main = defineComponent({
1359
1359
  };
1360
1360
  }
1361
1361
  });
1362
- const _hoisted_1 = /* @__PURE__ */ createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
1363
- const _hoisted_2 = { class: "input-icon active-icon" };
1364
- const _hoisted_3 = { class: "pop-seleted-title" };
1365
- const _hoisted_4 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
1366
- const _hoisted_5 = /* @__PURE__ */ createTextVNode("\u9879 ");
1367
- const _hoisted_6 = { class: "__shops-filter-list" };
1368
- const _hoisted_7 = {
1362
+ const _hoisted_1 = { key: 0 };
1363
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
1364
+ const _hoisted_3 = { class: "input-icon active-icon" };
1365
+ const _hoisted_4 = { key: 1 };
1366
+ const _hoisted_5 = { class: "pop-seleted-title" };
1367
+ const _hoisted_6 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
1368
+ const _hoisted_7 = /* @__PURE__ */ createTextVNode("\u9879 ");
1369
+ const _hoisted_8 = { class: "__shops-filter-list" };
1370
+ const _hoisted_9 = {
1369
1371
  key: 0,
1370
1372
  class: "__shops-filter-tabs"
1371
1373
  };
1372
- const _hoisted_8 = { class: "label" };
1373
- const _hoisted_9 = { class: "__shops-filter-areas" };
1374
- const _hoisted_10 = ["onClick"];
1375
- const _hoisted_11 = ["onClick"];
1376
- const _hoisted_12 = { class: "__shops-filter-selecting" };
1377
- const _hoisted_13 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
1378
- const _hoisted_14 = /* @__PURE__ */ createTextVNode("\u9879 ");
1379
- const _hoisted_15 = { class: "__checkbox-operate-box" };
1380
- const _hoisted_16 = /* @__PURE__ */ createTextVNode("\u5168\u9009");
1381
- const _hoisted_17 = /* @__PURE__ */ createTextVNode("\u53CD\u9009");
1382
- const _hoisted_18 = /* @__PURE__ */ createTextVNode("\u6E05\u7A7A");
1383
- const _hoisted_19 = {
1374
+ const _hoisted_10 = { class: "label" };
1375
+ const _hoisted_11 = { class: "__shops-filter-areas" };
1376
+ const _hoisted_12 = ["onClick"];
1377
+ const _hoisted_13 = ["onClick"];
1378
+ const _hoisted_14 = { class: "__shops-filter-selecting" };
1379
+ const _hoisted_15 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
1380
+ const _hoisted_16 = /* @__PURE__ */ createTextVNode("\u9879 ");
1381
+ const _hoisted_17 = { class: "__checkbox-operate-box" };
1382
+ const _hoisted_18 = /* @__PURE__ */ createTextVNode("\u5168\u9009");
1383
+ const _hoisted_19 = /* @__PURE__ */ createTextVNode("\u53CD\u9009");
1384
+ const _hoisted_20 = /* @__PURE__ */ createTextVNode("\u6E05\u7A7A");
1385
+ const _hoisted_21 = {
1384
1386
  key: 0,
1385
1387
  class: "__shops-filter-selecting"
1386
1388
  };
1387
- const _hoisted_20 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
1388
- const _hoisted_21 = /* @__PURE__ */ createTextVNode("\u9879 ");
1389
- const _hoisted_22 = /* @__PURE__ */ createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
1389
+ const _hoisted_22 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
1390
+ const _hoisted_23 = /* @__PURE__ */ createTextVNode("\u9879 ");
1391
+ const _hoisted_24 = /* @__PURE__ */ createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
1390
1392
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1391
1393
  const _component_down_outlined = resolveComponent("down-outlined");
1392
1394
  const _component_close_circle_filled = resolveComponent("close-circle-filled");
@@ -1413,60 +1415,61 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1413
1415
  style: normalizeStyle({ width: _ctx.displayParams?.width || "436px" }),
1414
1416
  onClick: _cache[3] || (_cache[3] = (...args) => _ctx.triggleActive && _ctx.triggleActive(...args))
1415
1417
  }, [
1416
- _ctx.selected && !_ctx.selected.length ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
1417
- _hoisted_1,
1418
- createElementVNode("span", _hoisted_2, [
1418
+ _ctx.selected && !_ctx.selected.length ? (openBlock(), createElementBlock("div", _hoisted_1, [
1419
+ _hoisted_2,
1420
+ createElementVNode("span", _hoisted_3, [
1419
1421
  createVNode(_component_down_outlined)
1420
1422
  ])
1421
- ], 64)) : _ctx.selected && _ctx.selected.length ? (openBlock(), createBlock(_component_Popover, {
1422
- key: 1,
1423
- title: "",
1424
- "overlay-class-name": "__shops-filter-popover"
1425
- }, {
1426
- content: withCtx(() => [
1427
- createElementVNode("div", {
1428
- class: "pop-seleted",
1429
- style: normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
1430
- }, [
1431
- createElementVNode("div", _hoisted_3, [
1432
- _hoisted_4,
1433
- createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
1434
- _hoisted_5
1435
- ]),
1423
+ ])) : _ctx.selected && _ctx.selected.length ? (openBlock(), createElementBlock("div", _hoisted_4, [
1424
+ createVNode(_component_Popover, {
1425
+ title: "",
1426
+ "overlay-class-name": "__shops-filter-popover"
1427
+ }, {
1428
+ content: withCtx(() => [
1436
1429
  createElementVNode("div", {
1437
- class: "pop-seleted-shops",
1438
- onWheel: _cache[0] || (_cache[0] = withModifiers(() => {
1439
- }, ["stop"]))
1430
+ class: "pop-seleted",
1431
+ style: normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
1440
1432
  }, [
1433
+ createElementVNode("div", _hoisted_5, [
1434
+ _hoisted_6,
1435
+ createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
1436
+ _hoisted_7
1437
+ ]),
1438
+ createElementVNode("div", {
1439
+ class: "pop-seleted-shops",
1440
+ onWheel: _cache[0] || (_cache[0] = withModifiers(() => {
1441
+ }, ["stop"]))
1442
+ }, [
1443
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selected, (item) => {
1444
+ return openBlock(), createElementBlock("div", {
1445
+ key: item,
1446
+ class: "pop-seleted-item"
1447
+ }, toDisplayString(_ctx.shopListByCode[item]), 1);
1448
+ }), 128))
1449
+ ], 32)
1450
+ ], 4)
1451
+ ]),
1452
+ default: withCtx(() => [
1453
+ createElementVNode("div", _hoisted_8, [
1441
1454
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selected, (item) => {
1442
1455
  return openBlock(), createElementBlock("div", {
1443
1456
  key: item,
1444
- class: "pop-seleted-item"
1457
+ class: "selected-tag"
1445
1458
  }, toDisplayString(_ctx.shopListByCode[item]), 1);
1446
- }), 128))
1447
- ], 32)
1448
- ], 4)
1449
- ]),
1450
- default: withCtx(() => [
1451
- createElementVNode("div", _hoisted_6, [
1452
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selected, (item) => {
1453
- return openBlock(), createElementBlock("div", {
1454
- key: item,
1455
- class: "selected-tag"
1456
- }, toDisplayString(_ctx.shopListByCode[item]), 1);
1457
- }), 128)),
1458
- createElementVNode("div", {
1459
- class: "delete-icon",
1460
- onClick: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
1461
- onMouseover: _cache[2] || (_cache[2] = withModifiers(() => {
1462
- }, ["stop"]))
1463
- }, [
1464
- createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
1465
- ], 32)
1466
- ])
1467
- ]),
1468
- _: 1
1469
- })) : createCommentVNode("v-if", true)
1459
+ }), 128)),
1460
+ createElementVNode("div", {
1461
+ class: "delete-icon",
1462
+ onClick: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
1463
+ onMouseover: _cache[2] || (_cache[2] = withModifiers(() => {
1464
+ }, ["stop"]))
1465
+ }, [
1466
+ createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
1467
+ ], 32)
1468
+ ])
1469
+ ]),
1470
+ _: 1
1471
+ })
1472
+ ])) : createCommentVNode("v-if", true)
1470
1473
  ], 6),
1471
1474
  withDirectives(createElementVNode("div", {
1472
1475
  class: "__shops-filter-search-input",
@@ -1485,38 +1488,38 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1485
1488
  withDirectives(createElementVNode("div", {
1486
1489
  class: normalizeClass(["__shops-filter-content", { "__shops-filter-no-absolute": _ctx.showAlways }])
1487
1490
  }, [
1488
- _ctx.filterArr && _ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
1491
+ _ctx.filterArr && _ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_9, [
1489
1492
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.filterArr, (item, index) => {
1490
1493
  return openBlock(), createElementBlock("div", {
1491
1494
  key: item.paramsStr,
1492
1495
  class: "__shops-filter-area-tabs"
1493
1496
  }, [
1494
- createElementVNode("div", _hoisted_8, toDisplayString(item.label) + ":", 1),
1495
- createElementVNode("div", _hoisted_9, [
1497
+ createElementVNode("div", _hoisted_10, toDisplayString(item.label) + ":", 1),
1498
+ createElementVNode("div", _hoisted_11, [
1496
1499
  createElementVNode("span", {
1497
1500
  class: normalizeClass({
1498
1501
  active: !(item.multiple ? _ctx.filterSelects[index].length : !!_ctx.filterSelects[index])
1499
1502
  }),
1500
1503
  onClick: withModifiers(($event) => _ctx.changeFilterSelect(index, ""), ["self"])
1501
- }, "\u5168\u90E8", 10, _hoisted_10),
1504
+ }, "\u5168\u90E8", 10, _hoisted_12),
1502
1505
  (openBlock(true), createElementBlock(Fragment, null, renderList(item.list, (element) => {
1503
1506
  return openBlock(), createElementBlock("span", {
1504
1507
  key: element.code,
1505
1508
  class: normalizeClass({ active: _ctx.filterIsActive(index, element.code) }),
1506
1509
  onClick: withModifiers(($event) => _ctx.changeFilterSelect(index, element.code), ["self"])
1507
- }, toDisplayString(element.label), 11, _hoisted_11);
1510
+ }, toDisplayString(element.label), 11, _hoisted_13);
1508
1511
  }), 128))
1509
1512
  ])
1510
1513
  ]);
1511
1514
  }), 128)),
1512
- createElementVNode("div", _hoisted_12, [
1513
- _hoisted_13,
1515
+ createElementVNode("div", _hoisted_14, [
1516
+ _hoisted_15,
1514
1517
  createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
1515
- _hoisted_14
1518
+ _hoisted_16
1516
1519
  ])
1517
1520
  ])) : createCommentVNode("v-if", true),
1518
1521
  _ctx.shopList && _ctx.shopList.length ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
1519
- createElementVNode("div", _hoisted_15, [
1522
+ createElementVNode("div", _hoisted_17, [
1520
1523
  createVNode(_component_Checkbox, {
1521
1524
  checked: _ctx.checkAll,
1522
1525
  "onUpdate:checked": _cache[5] || (_cache[5] = ($event) => _ctx.checkAll = $event),
@@ -1524,7 +1527,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1524
1527
  onChange: _ctx.onCheckAllChange
1525
1528
  }, {
1526
1529
  default: withCtx(() => [
1527
- _hoisted_16
1530
+ _hoisted_18
1528
1531
  ]),
1529
1532
  _: 1
1530
1533
  }, 8, ["checked", "indeterminate", "onChange"]),
@@ -1534,7 +1537,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1534
1537
  onChange: _ctx.invertChange
1535
1538
  }, {
1536
1539
  default: withCtx(() => [
1537
- _hoisted_17
1540
+ _hoisted_19
1538
1541
  ]),
1539
1542
  _: 1
1540
1543
  }, 8, ["checked", "onChange"]),
@@ -1546,14 +1549,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1546
1549
  createVNode(_component_delete_outlined)
1547
1550
  ]),
1548
1551
  default: withCtx(() => [
1549
- _hoisted_18
1552
+ _hoisted_20
1550
1553
  ]),
1551
1554
  _: 1
1552
1555
  }, 8, ["onClick"]),
1553
- _ctx.filterArr && !_ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_19, [
1554
- _hoisted_20,
1556
+ _ctx.filterArr && !_ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_21, [
1557
+ _hoisted_22,
1555
1558
  createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
1556
- _hoisted_21
1559
+ _hoisted_23
1557
1560
  ])) : createCommentVNode("v-if", true)
1558
1561
  ]),
1559
1562
  createElementVNode("div", {
@@ -1585,7 +1588,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1585
1588
  ], 64)) : createCommentVNode("v-if", true),
1586
1589
  _ctx.shopList && !_ctx.shopList.length ? (openBlock(), createBlock(_component_Empty, { key: 2 }, {
1587
1590
  description: withCtx(() => [
1588
- _hoisted_22
1591
+ _hoisted_24
1589
1592
  ]),
1590
1593
  _: 1
1591
1594
  })) : createCommentVNode("v-if", true)
package/index.esm.js CHANGED
@@ -64540,34 +64540,36 @@ const _sfc_main$9 = defineComponent({
64540
64540
  };
64541
64541
  }
64542
64542
  });
64543
- const _hoisted_1$7 = /* @__PURE__ */ createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
64544
- const _hoisted_2$5 = { class: "input-icon active-icon" };
64545
- const _hoisted_3$4 = { class: "pop-seleted-title" };
64546
- const _hoisted_4$4 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
64547
- const _hoisted_5$4 = /* @__PURE__ */ createTextVNode("\u9879 ");
64548
- const _hoisted_6$3 = { class: "__shops-filter-list" };
64549
- const _hoisted_7$3 = {
64543
+ const _hoisted_1$7 = { key: 0 };
64544
+ const _hoisted_2$5 = /* @__PURE__ */ createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
64545
+ const _hoisted_3$4 = { class: "input-icon active-icon" };
64546
+ const _hoisted_4$4 = { key: 1 };
64547
+ const _hoisted_5$4 = { class: "pop-seleted-title" };
64548
+ const _hoisted_6$3 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
64549
+ const _hoisted_7$3 = /* @__PURE__ */ createTextVNode("\u9879 ");
64550
+ const _hoisted_8$3 = { class: "__shops-filter-list" };
64551
+ const _hoisted_9$3 = {
64550
64552
  key: 0,
64551
64553
  class: "__shops-filter-tabs"
64552
64554
  };
64553
- const _hoisted_8$3 = { class: "label" };
64554
- const _hoisted_9$3 = { class: "__shops-filter-areas" };
64555
- const _hoisted_10$3 = ["onClick"];
64556
- const _hoisted_11$3 = ["onClick"];
64557
- const _hoisted_12$3 = { class: "__shops-filter-selecting" };
64558
- const _hoisted_13$3 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
64559
- const _hoisted_14$3 = /* @__PURE__ */ createTextVNode("\u9879 ");
64560
- const _hoisted_15$3 = { class: "__checkbox-operate-box" };
64561
- const _hoisted_16$2 = /* @__PURE__ */ createTextVNode("\u5168\u9009");
64562
- const _hoisted_17$1 = /* @__PURE__ */ createTextVNode("\u53CD\u9009");
64563
- const _hoisted_18$1 = /* @__PURE__ */ createTextVNode("\u6E05\u7A7A");
64564
- const _hoisted_19$1 = {
64555
+ const _hoisted_10$3 = { class: "label" };
64556
+ const _hoisted_11$3 = { class: "__shops-filter-areas" };
64557
+ const _hoisted_12$3 = ["onClick"];
64558
+ const _hoisted_13$3 = ["onClick"];
64559
+ const _hoisted_14$3 = { class: "__shops-filter-selecting" };
64560
+ const _hoisted_15$3 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
64561
+ const _hoisted_16$2 = /* @__PURE__ */ createTextVNode("\u9879 ");
64562
+ const _hoisted_17$1 = { class: "__checkbox-operate-box" };
64563
+ const _hoisted_18$1 = /* @__PURE__ */ createTextVNode("\u5168\u9009");
64564
+ const _hoisted_19$1 = /* @__PURE__ */ createTextVNode("\u53CD\u9009");
64565
+ const _hoisted_20$1 = /* @__PURE__ */ createTextVNode("\u6E05\u7A7A");
64566
+ const _hoisted_21$1 = {
64565
64567
  key: 0,
64566
64568
  class: "__shops-filter-selecting"
64567
64569
  };
64568
- const _hoisted_20$1 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
64569
- const _hoisted_21$1 = /* @__PURE__ */ createTextVNode("\u9879 ");
64570
- const _hoisted_22$1 = /* @__PURE__ */ createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
64570
+ const _hoisted_22$1 = /* @__PURE__ */ createTextVNode(" \u5DF2\u9009\u62E9");
64571
+ const _hoisted_23$1 = /* @__PURE__ */ createTextVNode("\u9879 ");
64572
+ const _hoisted_24$1 = /* @__PURE__ */ createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
64571
64573
  function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64572
64574
  const _component_down_outlined = resolveComponent("down-outlined");
64573
64575
  const _component_close_circle_filled = resolveComponent("close-circle-filled");
@@ -64594,60 +64596,61 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64594
64596
  style: normalizeStyle({ width: _ctx.displayParams?.width || "436px" }),
64595
64597
  onClick: _cache[3] || (_cache[3] = (...args) => _ctx.triggleActive && _ctx.triggleActive(...args))
64596
64598
  }, [
64597
- _ctx.selected && !_ctx.selected.length ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
64598
- _hoisted_1$7,
64599
- createElementVNode("span", _hoisted_2$5, [
64599
+ _ctx.selected && !_ctx.selected.length ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
64600
+ _hoisted_2$5,
64601
+ createElementVNode("span", _hoisted_3$4, [
64600
64602
  createVNode(_component_down_outlined)
64601
64603
  ])
64602
- ], 64)) : _ctx.selected && _ctx.selected.length ? (openBlock(), createBlock(_component_Popover, {
64603
- key: 1,
64604
- title: "",
64605
- "overlay-class-name": "__shops-filter-popover"
64606
- }, {
64607
- content: withCtx(() => [
64608
- createElementVNode("div", {
64609
- class: "pop-seleted",
64610
- style: normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
64611
- }, [
64612
- createElementVNode("div", _hoisted_3$4, [
64613
- _hoisted_4$4,
64614
- createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
64615
- _hoisted_5$4
64616
- ]),
64604
+ ])) : _ctx.selected && _ctx.selected.length ? (openBlock(), createElementBlock("div", _hoisted_4$4, [
64605
+ createVNode(_component_Popover, {
64606
+ title: "",
64607
+ "overlay-class-name": "__shops-filter-popover"
64608
+ }, {
64609
+ content: withCtx(() => [
64617
64610
  createElementVNode("div", {
64618
- class: "pop-seleted-shops",
64619
- onWheel: _cache[0] || (_cache[0] = withModifiers(() => {
64620
- }, ["stop"]))
64611
+ class: "pop-seleted",
64612
+ style: normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
64621
64613
  }, [
64614
+ createElementVNode("div", _hoisted_5$4, [
64615
+ _hoisted_6$3,
64616
+ createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
64617
+ _hoisted_7$3
64618
+ ]),
64619
+ createElementVNode("div", {
64620
+ class: "pop-seleted-shops",
64621
+ onWheel: _cache[0] || (_cache[0] = withModifiers(() => {
64622
+ }, ["stop"]))
64623
+ }, [
64624
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selected, (item) => {
64625
+ return openBlock(), createElementBlock("div", {
64626
+ key: item,
64627
+ class: "pop-seleted-item"
64628
+ }, toDisplayString(_ctx.shopListByCode[item]), 1);
64629
+ }), 128))
64630
+ ], 32)
64631
+ ], 4)
64632
+ ]),
64633
+ default: withCtx(() => [
64634
+ createElementVNode("div", _hoisted_8$3, [
64622
64635
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selected, (item) => {
64623
64636
  return openBlock(), createElementBlock("div", {
64624
64637
  key: item,
64625
- class: "pop-seleted-item"
64638
+ class: "selected-tag"
64626
64639
  }, toDisplayString(_ctx.shopListByCode[item]), 1);
64627
- }), 128))
64628
- ], 32)
64629
- ], 4)
64630
- ]),
64631
- default: withCtx(() => [
64632
- createElementVNode("div", _hoisted_6$3, [
64633
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selected, (item) => {
64634
- return openBlock(), createElementBlock("div", {
64635
- key: item,
64636
- class: "selected-tag"
64637
- }, toDisplayString(_ctx.shopListByCode[item]), 1);
64638
- }), 128)),
64639
- createElementVNode("div", {
64640
- class: "delete-icon",
64641
- onClick: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
64642
- onMouseover: _cache[2] || (_cache[2] = withModifiers(() => {
64643
- }, ["stop"]))
64644
- }, [
64645
- createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
64646
- ], 32)
64647
- ])
64648
- ]),
64649
- _: 1
64650
- })) : createCommentVNode("v-if", true)
64640
+ }), 128)),
64641
+ createElementVNode("div", {
64642
+ class: "delete-icon",
64643
+ onClick: _cache[1] || (_cache[1] = withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
64644
+ onMouseover: _cache[2] || (_cache[2] = withModifiers(() => {
64645
+ }, ["stop"]))
64646
+ }, [
64647
+ createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
64648
+ ], 32)
64649
+ ])
64650
+ ]),
64651
+ _: 1
64652
+ })
64653
+ ])) : createCommentVNode("v-if", true)
64651
64654
  ], 6),
64652
64655
  withDirectives(createElementVNode("div", {
64653
64656
  class: "__shops-filter-search-input",
@@ -64666,38 +64669,38 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64666
64669
  withDirectives(createElementVNode("div", {
64667
64670
  class: normalizeClass(["__shops-filter-content", { "__shops-filter-no-absolute": _ctx.showAlways }])
64668
64671
  }, [
64669
- _ctx.filterArr && _ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_7$3, [
64672
+ _ctx.filterArr && _ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_9$3, [
64670
64673
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.filterArr, (item, index) => {
64671
64674
  return openBlock(), createElementBlock("div", {
64672
64675
  key: item.paramsStr,
64673
64676
  class: "__shops-filter-area-tabs"
64674
64677
  }, [
64675
- createElementVNode("div", _hoisted_8$3, toDisplayString(item.label) + ":", 1),
64676
- createElementVNode("div", _hoisted_9$3, [
64678
+ createElementVNode("div", _hoisted_10$3, toDisplayString(item.label) + ":", 1),
64679
+ createElementVNode("div", _hoisted_11$3, [
64677
64680
  createElementVNode("span", {
64678
64681
  class: normalizeClass({
64679
64682
  active: !(item.multiple ? _ctx.filterSelects[index].length : !!_ctx.filterSelects[index])
64680
64683
  }),
64681
64684
  onClick: withModifiers(($event) => _ctx.changeFilterSelect(index, ""), ["self"])
64682
- }, "\u5168\u90E8", 10, _hoisted_10$3),
64685
+ }, "\u5168\u90E8", 10, _hoisted_12$3),
64683
64686
  (openBlock(true), createElementBlock(Fragment, null, renderList(item.list, (element) => {
64684
64687
  return openBlock(), createElementBlock("span", {
64685
64688
  key: element.code,
64686
64689
  class: normalizeClass({ active: _ctx.filterIsActive(index, element.code) }),
64687
64690
  onClick: withModifiers(($event) => _ctx.changeFilterSelect(index, element.code), ["self"])
64688
- }, toDisplayString(element.label), 11, _hoisted_11$3);
64691
+ }, toDisplayString(element.label), 11, _hoisted_13$3);
64689
64692
  }), 128))
64690
64693
  ])
64691
64694
  ]);
64692
64695
  }), 128)),
64693
- createElementVNode("div", _hoisted_12$3, [
64694
- _hoisted_13$3,
64696
+ createElementVNode("div", _hoisted_14$3, [
64697
+ _hoisted_15$3,
64695
64698
  createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
64696
- _hoisted_14$3
64699
+ _hoisted_16$2
64697
64700
  ])
64698
64701
  ])) : createCommentVNode("v-if", true),
64699
64702
  _ctx.shopList && _ctx.shopList.length ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
64700
- createElementVNode("div", _hoisted_15$3, [
64703
+ createElementVNode("div", _hoisted_17$1, [
64701
64704
  createVNode(_component_Checkbox, {
64702
64705
  checked: _ctx.checkAll,
64703
64706
  "onUpdate:checked": _cache[5] || (_cache[5] = ($event) => _ctx.checkAll = $event),
@@ -64705,7 +64708,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64705
64708
  onChange: _ctx.onCheckAllChange
64706
64709
  }, {
64707
64710
  default: withCtx(() => [
64708
- _hoisted_16$2
64711
+ _hoisted_18$1
64709
64712
  ]),
64710
64713
  _: 1
64711
64714
  }, 8, ["checked", "indeterminate", "onChange"]),
@@ -64715,7 +64718,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64715
64718
  onChange: _ctx.invertChange
64716
64719
  }, {
64717
64720
  default: withCtx(() => [
64718
- _hoisted_17$1
64721
+ _hoisted_19$1
64719
64722
  ]),
64720
64723
  _: 1
64721
64724
  }, 8, ["checked", "onChange"]),
@@ -64727,14 +64730,14 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64727
64730
  createVNode(_component_delete_outlined)
64728
64731
  ]),
64729
64732
  default: withCtx(() => [
64730
- _hoisted_18$1
64733
+ _hoisted_20$1
64731
64734
  ]),
64732
64735
  _: 1
64733
64736
  }, 8, ["onClick"]),
64734
- _ctx.filterArr && !_ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_19$1, [
64735
- _hoisted_20$1,
64737
+ _ctx.filterArr && !_ctx.filterArr.length ? (openBlock(), createElementBlock("div", _hoisted_21$1, [
64738
+ _hoisted_22$1,
64736
64739
  createElementVNode("span", null, toDisplayString(_ctx.selected.length), 1),
64737
- _hoisted_21$1
64740
+ _hoisted_23$1
64738
64741
  ])) : createCommentVNode("v-if", true)
64739
64742
  ]),
64740
64743
  createElementVNode("div", {
@@ -64766,7 +64769,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64766
64769
  ], 64)) : createCommentVNode("v-if", true),
64767
64770
  _ctx.shopList && !_ctx.shopList.length ? (openBlock(), createBlock(_component_Empty, { key: 2 }, {
64768
64771
  description: withCtx(() => [
64769
- _hoisted_22$1
64772
+ _hoisted_24$1
64770
64773
  ]),
64771
64774
  _: 1
64772
64775
  })) : createCommentVNode("v-if", true)
package/index.js CHANGED
@@ -64548,34 +64548,36 @@ var process = {
64548
64548
  };
64549
64549
  }
64550
64550
  });
64551
- const _hoisted_1$7 = /* @__PURE__ */ require$$1$1.createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
64552
- const _hoisted_2$5 = { class: "input-icon active-icon" };
64553
- const _hoisted_3$4 = { class: "pop-seleted-title" };
64554
- const _hoisted_4$4 = /* @__PURE__ */ require$$1$1.createTextVNode(" \u5DF2\u9009\u62E9");
64555
- const _hoisted_5$4 = /* @__PURE__ */ require$$1$1.createTextVNode("\u9879 ");
64556
- const _hoisted_6$3 = { class: "__shops-filter-list" };
64557
- const _hoisted_7$3 = {
64551
+ const _hoisted_1$7 = { key: 0 };
64552
+ const _hoisted_2$5 = /* @__PURE__ */ require$$1$1.createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
64553
+ const _hoisted_3$4 = { class: "input-icon active-icon" };
64554
+ const _hoisted_4$4 = { key: 1 };
64555
+ const _hoisted_5$4 = { class: "pop-seleted-title" };
64556
+ const _hoisted_6$3 = /* @__PURE__ */ require$$1$1.createTextVNode(" \u5DF2\u9009\u62E9");
64557
+ const _hoisted_7$3 = /* @__PURE__ */ require$$1$1.createTextVNode("\u9879 ");
64558
+ const _hoisted_8$3 = { class: "__shops-filter-list" };
64559
+ const _hoisted_9$3 = {
64558
64560
  key: 0,
64559
64561
  class: "__shops-filter-tabs"
64560
64562
  };
64561
- const _hoisted_8$3 = { class: "label" };
64562
- const _hoisted_9$3 = { class: "__shops-filter-areas" };
64563
- const _hoisted_10$3 = ["onClick"];
64564
- const _hoisted_11$3 = ["onClick"];
64565
- const _hoisted_12$3 = { class: "__shops-filter-selecting" };
64566
- const _hoisted_13$3 = /* @__PURE__ */ require$$1$1.createTextVNode(" \u5DF2\u9009\u62E9");
64567
- const _hoisted_14$3 = /* @__PURE__ */ require$$1$1.createTextVNode("\u9879 ");
64568
- const _hoisted_15$3 = { class: "__checkbox-operate-box" };
64569
- const _hoisted_16$2 = /* @__PURE__ */ require$$1$1.createTextVNode("\u5168\u9009");
64570
- const _hoisted_17$1 = /* @__PURE__ */ require$$1$1.createTextVNode("\u53CD\u9009");
64571
- const _hoisted_18$1 = /* @__PURE__ */ require$$1$1.createTextVNode("\u6E05\u7A7A");
64572
- const _hoisted_19$1 = {
64563
+ const _hoisted_10$3 = { class: "label" };
64564
+ const _hoisted_11$3 = { class: "__shops-filter-areas" };
64565
+ const _hoisted_12$3 = ["onClick"];
64566
+ const _hoisted_13$3 = ["onClick"];
64567
+ const _hoisted_14$3 = { class: "__shops-filter-selecting" };
64568
+ const _hoisted_15$3 = /* @__PURE__ */ require$$1$1.createTextVNode(" \u5DF2\u9009\u62E9");
64569
+ const _hoisted_16$2 = /* @__PURE__ */ require$$1$1.createTextVNode("\u9879 ");
64570
+ const _hoisted_17$1 = { class: "__checkbox-operate-box" };
64571
+ const _hoisted_18$1 = /* @__PURE__ */ require$$1$1.createTextVNode("\u5168\u9009");
64572
+ const _hoisted_19$1 = /* @__PURE__ */ require$$1$1.createTextVNode("\u53CD\u9009");
64573
+ const _hoisted_20$1 = /* @__PURE__ */ require$$1$1.createTextVNode("\u6E05\u7A7A");
64574
+ const _hoisted_21$1 = {
64573
64575
  key: 0,
64574
64576
  class: "__shops-filter-selecting"
64575
64577
  };
64576
- const _hoisted_20$1 = /* @__PURE__ */ require$$1$1.createTextVNode(" \u5DF2\u9009\u62E9");
64577
- const _hoisted_21$1 = /* @__PURE__ */ require$$1$1.createTextVNode("\u9879 ");
64578
- const _hoisted_22$1 = /* @__PURE__ */ require$$1$1.createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
64578
+ const _hoisted_22$1 = /* @__PURE__ */ require$$1$1.createTextVNode(" \u5DF2\u9009\u62E9");
64579
+ const _hoisted_23$1 = /* @__PURE__ */ require$$1$1.createTextVNode("\u9879 ");
64580
+ const _hoisted_24$1 = /* @__PURE__ */ require$$1$1.createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
64579
64581
  function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
64580
64582
  const _component_down_outlined = require$$1$1.resolveComponent("down-outlined");
64581
64583
  const _component_close_circle_filled = require$$1$1.resolveComponent("close-circle-filled");
@@ -64602,60 +64604,61 @@ var process = {
64602
64604
  style: require$$1$1.normalizeStyle({ width: _ctx.displayParams?.width || "436px" }),
64603
64605
  onClick: _cache[3] || (_cache[3] = (...args) => _ctx.triggleActive && _ctx.triggleActive(...args))
64604
64606
  }, [
64605
- _ctx.selected && !_ctx.selected.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock(require$$1$1.Fragment, { key: 0 }, [
64606
- _hoisted_1$7,
64607
- require$$1$1.createElementVNode("span", _hoisted_2$5, [
64607
+ _ctx.selected && !_ctx.selected.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock("div", _hoisted_1$7, [
64608
+ _hoisted_2$5,
64609
+ require$$1$1.createElementVNode("span", _hoisted_3$4, [
64608
64610
  require$$1$1.createVNode(_component_down_outlined)
64609
64611
  ])
64610
- ], 64)) : _ctx.selected && _ctx.selected.length ? (require$$1$1.openBlock(), require$$1$1.createBlock(_component_Popover, {
64611
- key: 1,
64612
- title: "",
64613
- "overlay-class-name": "__shops-filter-popover"
64614
- }, {
64615
- content: require$$1$1.withCtx(() => [
64616
- require$$1$1.createElementVNode("div", {
64617
- class: "pop-seleted",
64618
- style: require$$1$1.normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
64619
- }, [
64620
- require$$1$1.createElementVNode("div", _hoisted_3$4, [
64621
- _hoisted_4$4,
64622
- require$$1$1.createElementVNode("span", null, require$$1$1.toDisplayString(_ctx.selected.length), 1),
64623
- _hoisted_5$4
64624
- ]),
64612
+ ])) : _ctx.selected && _ctx.selected.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock("div", _hoisted_4$4, [
64613
+ require$$1$1.createVNode(_component_Popover, {
64614
+ title: "",
64615
+ "overlay-class-name": "__shops-filter-popover"
64616
+ }, {
64617
+ content: require$$1$1.withCtx(() => [
64625
64618
  require$$1$1.createElementVNode("div", {
64626
- class: "pop-seleted-shops",
64627
- onWheel: _cache[0] || (_cache[0] = require$$1$1.withModifiers(() => {
64628
- }, ["stop"]))
64619
+ class: "pop-seleted",
64620
+ style: require$$1$1.normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
64629
64621
  }, [
64622
+ require$$1$1.createElementVNode("div", _hoisted_5$4, [
64623
+ _hoisted_6$3,
64624
+ require$$1$1.createElementVNode("span", null, require$$1$1.toDisplayString(_ctx.selected.length), 1),
64625
+ _hoisted_7$3
64626
+ ]),
64627
+ require$$1$1.createElementVNode("div", {
64628
+ class: "pop-seleted-shops",
64629
+ onWheel: _cache[0] || (_cache[0] = require$$1$1.withModifiers(() => {
64630
+ }, ["stop"]))
64631
+ }, [
64632
+ (require$$1$1.openBlock(true), require$$1$1.createElementBlock(require$$1$1.Fragment, null, require$$1$1.renderList(_ctx.selected, (item) => {
64633
+ return require$$1$1.openBlock(), require$$1$1.createElementBlock("div", {
64634
+ key: item,
64635
+ class: "pop-seleted-item"
64636
+ }, require$$1$1.toDisplayString(_ctx.shopListByCode[item]), 1);
64637
+ }), 128))
64638
+ ], 32)
64639
+ ], 4)
64640
+ ]),
64641
+ default: require$$1$1.withCtx(() => [
64642
+ require$$1$1.createElementVNode("div", _hoisted_8$3, [
64630
64643
  (require$$1$1.openBlock(true), require$$1$1.createElementBlock(require$$1$1.Fragment, null, require$$1$1.renderList(_ctx.selected, (item) => {
64631
64644
  return require$$1$1.openBlock(), require$$1$1.createElementBlock("div", {
64632
64645
  key: item,
64633
- class: "pop-seleted-item"
64646
+ class: "selected-tag"
64634
64647
  }, require$$1$1.toDisplayString(_ctx.shopListByCode[item]), 1);
64635
- }), 128))
64636
- ], 32)
64637
- ], 4)
64638
- ]),
64639
- default: require$$1$1.withCtx(() => [
64640
- require$$1$1.createElementVNode("div", _hoisted_6$3, [
64641
- (require$$1$1.openBlock(true), require$$1$1.createElementBlock(require$$1$1.Fragment, null, require$$1$1.renderList(_ctx.selected, (item) => {
64642
- return require$$1$1.openBlock(), require$$1$1.createElementBlock("div", {
64643
- key: item,
64644
- class: "selected-tag"
64645
- }, require$$1$1.toDisplayString(_ctx.shopListByCode[item]), 1);
64646
- }), 128)),
64647
- require$$1$1.createElementVNode("div", {
64648
- class: "delete-icon",
64649
- onClick: _cache[1] || (_cache[1] = require$$1$1.withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
64650
- onMouseover: _cache[2] || (_cache[2] = require$$1$1.withModifiers(() => {
64651
- }, ["stop"]))
64652
- }, [
64653
- require$$1$1.createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
64654
- ], 32)
64655
- ])
64656
- ]),
64657
- _: 1
64658
- })) : require$$1$1.createCommentVNode("v-if", true)
64648
+ }), 128)),
64649
+ require$$1$1.createElementVNode("div", {
64650
+ class: "delete-icon",
64651
+ onClick: _cache[1] || (_cache[1] = require$$1$1.withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
64652
+ onMouseover: _cache[2] || (_cache[2] = require$$1$1.withModifiers(() => {
64653
+ }, ["stop"]))
64654
+ }, [
64655
+ require$$1$1.createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
64656
+ ], 32)
64657
+ ])
64658
+ ]),
64659
+ _: 1
64660
+ })
64661
+ ])) : require$$1$1.createCommentVNode("v-if", true)
64659
64662
  ], 6),
64660
64663
  require$$1$1.withDirectives(require$$1$1.createElementVNode("div", {
64661
64664
  class: "__shops-filter-search-input",
@@ -64674,38 +64677,38 @@ var process = {
64674
64677
  require$$1$1.withDirectives(require$$1$1.createElementVNode("div", {
64675
64678
  class: require$$1$1.normalizeClass(["__shops-filter-content", { "__shops-filter-no-absolute": _ctx.showAlways }])
64676
64679
  }, [
64677
- _ctx.filterArr && _ctx.filterArr.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock("div", _hoisted_7$3, [
64680
+ _ctx.filterArr && _ctx.filterArr.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock("div", _hoisted_9$3, [
64678
64681
  (require$$1$1.openBlock(true), require$$1$1.createElementBlock(require$$1$1.Fragment, null, require$$1$1.renderList(_ctx.filterArr, (item, index) => {
64679
64682
  return require$$1$1.openBlock(), require$$1$1.createElementBlock("div", {
64680
64683
  key: item.paramsStr,
64681
64684
  class: "__shops-filter-area-tabs"
64682
64685
  }, [
64683
- require$$1$1.createElementVNode("div", _hoisted_8$3, require$$1$1.toDisplayString(item.label) + ":", 1),
64684
- require$$1$1.createElementVNode("div", _hoisted_9$3, [
64686
+ require$$1$1.createElementVNode("div", _hoisted_10$3, require$$1$1.toDisplayString(item.label) + ":", 1),
64687
+ require$$1$1.createElementVNode("div", _hoisted_11$3, [
64685
64688
  require$$1$1.createElementVNode("span", {
64686
64689
  class: require$$1$1.normalizeClass({
64687
64690
  active: !(item.multiple ? _ctx.filterSelects[index].length : !!_ctx.filterSelects[index])
64688
64691
  }),
64689
64692
  onClick: require$$1$1.withModifiers(($event) => _ctx.changeFilterSelect(index, ""), ["self"])
64690
- }, "\u5168\u90E8", 10, _hoisted_10$3),
64693
+ }, "\u5168\u90E8", 10, _hoisted_12$3),
64691
64694
  (require$$1$1.openBlock(true), require$$1$1.createElementBlock(require$$1$1.Fragment, null, require$$1$1.renderList(item.list, (element) => {
64692
64695
  return require$$1$1.openBlock(), require$$1$1.createElementBlock("span", {
64693
64696
  key: element.code,
64694
64697
  class: require$$1$1.normalizeClass({ active: _ctx.filterIsActive(index, element.code) }),
64695
64698
  onClick: require$$1$1.withModifiers(($event) => _ctx.changeFilterSelect(index, element.code), ["self"])
64696
- }, require$$1$1.toDisplayString(element.label), 11, _hoisted_11$3);
64699
+ }, require$$1$1.toDisplayString(element.label), 11, _hoisted_13$3);
64697
64700
  }), 128))
64698
64701
  ])
64699
64702
  ]);
64700
64703
  }), 128)),
64701
- require$$1$1.createElementVNode("div", _hoisted_12$3, [
64702
- _hoisted_13$3,
64704
+ require$$1$1.createElementVNode("div", _hoisted_14$3, [
64705
+ _hoisted_15$3,
64703
64706
  require$$1$1.createElementVNode("span", null, require$$1$1.toDisplayString(_ctx.selected.length), 1),
64704
- _hoisted_14$3
64707
+ _hoisted_16$2
64705
64708
  ])
64706
64709
  ])) : require$$1$1.createCommentVNode("v-if", true),
64707
64710
  _ctx.shopList && _ctx.shopList.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock(require$$1$1.Fragment, { key: 1 }, [
64708
- require$$1$1.createElementVNode("div", _hoisted_15$3, [
64711
+ require$$1$1.createElementVNode("div", _hoisted_17$1, [
64709
64712
  require$$1$1.createVNode(_component_Checkbox, {
64710
64713
  checked: _ctx.checkAll,
64711
64714
  "onUpdate:checked": _cache[5] || (_cache[5] = ($event) => _ctx.checkAll = $event),
@@ -64713,7 +64716,7 @@ var process = {
64713
64716
  onChange: _ctx.onCheckAllChange
64714
64717
  }, {
64715
64718
  default: require$$1$1.withCtx(() => [
64716
- _hoisted_16$2
64719
+ _hoisted_18$1
64717
64720
  ]),
64718
64721
  _: 1
64719
64722
  }, 8, ["checked", "indeterminate", "onChange"]),
@@ -64723,7 +64726,7 @@ var process = {
64723
64726
  onChange: _ctx.invertChange
64724
64727
  }, {
64725
64728
  default: require$$1$1.withCtx(() => [
64726
- _hoisted_17$1
64729
+ _hoisted_19$1
64727
64730
  ]),
64728
64731
  _: 1
64729
64732
  }, 8, ["checked", "onChange"]),
@@ -64735,14 +64738,14 @@ var process = {
64735
64738
  require$$1$1.createVNode(_component_delete_outlined)
64736
64739
  ]),
64737
64740
  default: require$$1$1.withCtx(() => [
64738
- _hoisted_18$1
64741
+ _hoisted_20$1
64739
64742
  ]),
64740
64743
  _: 1
64741
64744
  }, 8, ["onClick"]),
64742
- _ctx.filterArr && !_ctx.filterArr.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock("div", _hoisted_19$1, [
64743
- _hoisted_20$1,
64745
+ _ctx.filterArr && !_ctx.filterArr.length ? (require$$1$1.openBlock(), require$$1$1.createElementBlock("div", _hoisted_21$1, [
64746
+ _hoisted_22$1,
64744
64747
  require$$1$1.createElementVNode("span", null, require$$1$1.toDisplayString(_ctx.selected.length), 1),
64745
- _hoisted_21$1
64748
+ _hoisted_23$1
64746
64749
  ])) : require$$1$1.createCommentVNode("v-if", true)
64747
64750
  ]),
64748
64751
  require$$1$1.createElementVNode("div", {
@@ -64774,7 +64777,7 @@ var process = {
64774
64777
  ], 64)) : require$$1$1.createCommentVNode("v-if", true),
64775
64778
  _ctx.shopList && !_ctx.shopList.length ? (require$$1$1.openBlock(), require$$1$1.createBlock(_component_Empty, { key: 2 }, {
64776
64779
  description: require$$1$1.withCtx(() => [
64777
- _hoisted_22$1
64780
+ _hoisted_24$1
64778
64781
  ]),
64779
64782
  _: 1
64780
64783
  })) : require$$1$1.createCommentVNode("v-if", true)
@@ -1370,34 +1370,36 @@ const _sfc_main = vue.defineComponent({
1370
1370
  };
1371
1371
  }
1372
1372
  });
1373
- const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
1374
- const _hoisted_2 = { class: "input-icon active-icon" };
1375
- const _hoisted_3 = { class: "pop-seleted-title" };
1376
- const _hoisted_4 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1377
- const _hoisted_5 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1378
- const _hoisted_6 = { class: "__shops-filter-list" };
1379
- const _hoisted_7 = {
1373
+ const _hoisted_1 = { key: 0 };
1374
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
1375
+ const _hoisted_3 = { class: "input-icon active-icon" };
1376
+ const _hoisted_4 = { key: 1 };
1377
+ const _hoisted_5 = { class: "pop-seleted-title" };
1378
+ const _hoisted_6 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1379
+ const _hoisted_7 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1380
+ const _hoisted_8 = { class: "__shops-filter-list" };
1381
+ const _hoisted_9 = {
1380
1382
  key: 0,
1381
1383
  class: "__shops-filter-tabs"
1382
1384
  };
1383
- const _hoisted_8 = { class: "label" };
1384
- const _hoisted_9 = { class: "__shops-filter-areas" };
1385
- const _hoisted_10 = ["onClick"];
1386
- const _hoisted_11 = ["onClick"];
1387
- const _hoisted_12 = { class: "__shops-filter-selecting" };
1388
- const _hoisted_13 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1389
- const _hoisted_14 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1390
- const _hoisted_15 = { class: "__checkbox-operate-box" };
1391
- const _hoisted_16 = /* @__PURE__ */ vue.createTextVNode("\u5168\u9009");
1392
- const _hoisted_17 = /* @__PURE__ */ vue.createTextVNode("\u53CD\u9009");
1393
- const _hoisted_18 = /* @__PURE__ */ vue.createTextVNode("\u6E05\u7A7A");
1394
- const _hoisted_19 = {
1385
+ const _hoisted_10 = { class: "label" };
1386
+ const _hoisted_11 = { class: "__shops-filter-areas" };
1387
+ const _hoisted_12 = ["onClick"];
1388
+ const _hoisted_13 = ["onClick"];
1389
+ const _hoisted_14 = { class: "__shops-filter-selecting" };
1390
+ const _hoisted_15 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1391
+ const _hoisted_16 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1392
+ const _hoisted_17 = { class: "__checkbox-operate-box" };
1393
+ const _hoisted_18 = /* @__PURE__ */ vue.createTextVNode("\u5168\u9009");
1394
+ const _hoisted_19 = /* @__PURE__ */ vue.createTextVNode("\u53CD\u9009");
1395
+ const _hoisted_20 = /* @__PURE__ */ vue.createTextVNode("\u6E05\u7A7A");
1396
+ const _hoisted_21 = {
1395
1397
  key: 0,
1396
1398
  class: "__shops-filter-selecting"
1397
1399
  };
1398
- const _hoisted_20 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1399
- const _hoisted_21 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1400
- const _hoisted_22 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
1400
+ const _hoisted_22 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1401
+ const _hoisted_23 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1402
+ const _hoisted_24 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
1401
1403
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1402
1404
  const _component_down_outlined = vue.resolveComponent("down-outlined");
1403
1405
  const _component_close_circle_filled = vue.resolveComponent("close-circle-filled");
@@ -1424,60 +1426,61 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1424
1426
  style: vue.normalizeStyle({ width: _ctx.displayParams?.width || "436px" }),
1425
1427
  onClick: _cache[3] || (_cache[3] = (...args) => _ctx.triggleActive && _ctx.triggleActive(...args))
1426
1428
  }, [
1427
- _ctx.selected && !_ctx.selected.length ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
1428
- _hoisted_1,
1429
- vue.createElementVNode("span", _hoisted_2, [
1429
+ _ctx.selected && !_ctx.selected.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
1430
+ _hoisted_2,
1431
+ vue.createElementVNode("span", _hoisted_3, [
1430
1432
  vue.createVNode(_component_down_outlined)
1431
1433
  ])
1432
- ], 64)) : _ctx.selected && _ctx.selected.length ? (vue.openBlock(), vue.createBlock(_component_Popover, {
1433
- key: 1,
1434
- title: "",
1435
- "overlay-class-name": "__shops-filter-popover"
1436
- }, {
1437
- content: vue.withCtx(() => [
1438
- vue.createElementVNode("div", {
1439
- class: "pop-seleted",
1440
- style: vue.normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
1441
- }, [
1442
- vue.createElementVNode("div", _hoisted_3, [
1443
- _hoisted_4,
1444
- vue.createElementVNode("span", null, vue.toDisplayString(_ctx.selected.length), 1),
1445
- _hoisted_5
1446
- ]),
1434
+ ])) : _ctx.selected && _ctx.selected.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
1435
+ vue.createVNode(_component_Popover, {
1436
+ title: "",
1437
+ "overlay-class-name": "__shops-filter-popover"
1438
+ }, {
1439
+ content: vue.withCtx(() => [
1447
1440
  vue.createElementVNode("div", {
1448
- class: "pop-seleted-shops",
1449
- onWheel: _cache[0] || (_cache[0] = vue.withModifiers(() => {
1450
- }, ["stop"]))
1441
+ class: "pop-seleted",
1442
+ style: vue.normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
1451
1443
  }, [
1444
+ vue.createElementVNode("div", _hoisted_5, [
1445
+ _hoisted_6,
1446
+ vue.createElementVNode("span", null, vue.toDisplayString(_ctx.selected.length), 1),
1447
+ _hoisted_7
1448
+ ]),
1449
+ vue.createElementVNode("div", {
1450
+ class: "pop-seleted-shops",
1451
+ onWheel: _cache[0] || (_cache[0] = vue.withModifiers(() => {
1452
+ }, ["stop"]))
1453
+ }, [
1454
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.selected, (item) => {
1455
+ return vue.openBlock(), vue.createElementBlock("div", {
1456
+ key: item,
1457
+ class: "pop-seleted-item"
1458
+ }, vue.toDisplayString(_ctx.shopListByCode[item]), 1);
1459
+ }), 128))
1460
+ ], 32)
1461
+ ], 4)
1462
+ ]),
1463
+ default: vue.withCtx(() => [
1464
+ vue.createElementVNode("div", _hoisted_8, [
1452
1465
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.selected, (item) => {
1453
1466
  return vue.openBlock(), vue.createElementBlock("div", {
1454
1467
  key: item,
1455
- class: "pop-seleted-item"
1468
+ class: "selected-tag"
1456
1469
  }, vue.toDisplayString(_ctx.shopListByCode[item]), 1);
1457
- }), 128))
1458
- ], 32)
1459
- ], 4)
1460
- ]),
1461
- default: vue.withCtx(() => [
1462
- vue.createElementVNode("div", _hoisted_6, [
1463
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.selected, (item) => {
1464
- return vue.openBlock(), vue.createElementBlock("div", {
1465
- key: item,
1466
- class: "selected-tag"
1467
- }, vue.toDisplayString(_ctx.shopListByCode[item]), 1);
1468
- }), 128)),
1469
- vue.createElementVNode("div", {
1470
- class: "delete-icon",
1471
- onClick: _cache[1] || (_cache[1] = vue.withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
1472
- onMouseover: _cache[2] || (_cache[2] = vue.withModifiers(() => {
1473
- }, ["stop"]))
1474
- }, [
1475
- vue.createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
1476
- ], 32)
1477
- ])
1478
- ]),
1479
- _: 1
1480
- })) : vue.createCommentVNode("v-if", true)
1470
+ }), 128)),
1471
+ vue.createElementVNode("div", {
1472
+ class: "delete-icon",
1473
+ onClick: _cache[1] || (_cache[1] = vue.withModifiers((...args) => _ctx.clearAllSelected && _ctx.clearAllSelected(...args), ["stop"])),
1474
+ onMouseover: _cache[2] || (_cache[2] = vue.withModifiers(() => {
1475
+ }, ["stop"]))
1476
+ }, [
1477
+ vue.createVNode(_component_close_circle_filled, { style: { "color": "#9393a3" } })
1478
+ ], 32)
1479
+ ])
1480
+ ]),
1481
+ _: 1
1482
+ })
1483
+ ])) : vue.createCommentVNode("v-if", true)
1481
1484
  ], 6),
1482
1485
  vue.withDirectives(vue.createElementVNode("div", {
1483
1486
  class: "__shops-filter-search-input",
@@ -1496,38 +1499,38 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1496
1499
  vue.withDirectives(vue.createElementVNode("div", {
1497
1500
  class: vue.normalizeClass(["__shops-filter-content", { "__shops-filter-no-absolute": _ctx.showAlways }])
1498
1501
  }, [
1499
- _ctx.filterArr && _ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7, [
1502
+ _ctx.filterArr && _ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, [
1500
1503
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.filterArr, (item, index) => {
1501
1504
  return vue.openBlock(), vue.createElementBlock("div", {
1502
1505
  key: item.paramsStr,
1503
1506
  class: "__shops-filter-area-tabs"
1504
1507
  }, [
1505
- vue.createElementVNode("div", _hoisted_8, vue.toDisplayString(item.label) + ":", 1),
1506
- vue.createElementVNode("div", _hoisted_9, [
1508
+ vue.createElementVNode("div", _hoisted_10, vue.toDisplayString(item.label) + ":", 1),
1509
+ vue.createElementVNode("div", _hoisted_11, [
1507
1510
  vue.createElementVNode("span", {
1508
1511
  class: vue.normalizeClass({
1509
1512
  active: !(item.multiple ? _ctx.filterSelects[index].length : !!_ctx.filterSelects[index])
1510
1513
  }),
1511
1514
  onClick: vue.withModifiers(($event) => _ctx.changeFilterSelect(index, ""), ["self"])
1512
- }, "\u5168\u90E8", 10, _hoisted_10),
1515
+ }, "\u5168\u90E8", 10, _hoisted_12),
1513
1516
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item.list, (element) => {
1514
1517
  return vue.openBlock(), vue.createElementBlock("span", {
1515
1518
  key: element.code,
1516
1519
  class: vue.normalizeClass({ active: _ctx.filterIsActive(index, element.code) }),
1517
1520
  onClick: vue.withModifiers(($event) => _ctx.changeFilterSelect(index, element.code), ["self"])
1518
- }, vue.toDisplayString(element.label), 11, _hoisted_11);
1521
+ }, vue.toDisplayString(element.label), 11, _hoisted_13);
1519
1522
  }), 128))
1520
1523
  ])
1521
1524
  ]);
1522
1525
  }), 128)),
1523
- vue.createElementVNode("div", _hoisted_12, [
1524
- _hoisted_13,
1526
+ vue.createElementVNode("div", _hoisted_14, [
1527
+ _hoisted_15,
1525
1528
  vue.createElementVNode("span", null, vue.toDisplayString(_ctx.selected.length), 1),
1526
- _hoisted_14
1529
+ _hoisted_16
1527
1530
  ])
1528
1531
  ])) : vue.createCommentVNode("v-if", true),
1529
1532
  _ctx.shopList && _ctx.shopList.length ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
1530
- vue.createElementVNode("div", _hoisted_15, [
1533
+ vue.createElementVNode("div", _hoisted_17, [
1531
1534
  vue.createVNode(_component_Checkbox, {
1532
1535
  checked: _ctx.checkAll,
1533
1536
  "onUpdate:checked": _cache[5] || (_cache[5] = ($event) => _ctx.checkAll = $event),
@@ -1535,7 +1538,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1535
1538
  onChange: _ctx.onCheckAllChange
1536
1539
  }, {
1537
1540
  default: vue.withCtx(() => [
1538
- _hoisted_16
1541
+ _hoisted_18
1539
1542
  ]),
1540
1543
  _: 1
1541
1544
  }, 8, ["checked", "indeterminate", "onChange"]),
@@ -1545,7 +1548,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1545
1548
  onChange: _ctx.invertChange
1546
1549
  }, {
1547
1550
  default: vue.withCtx(() => [
1548
- _hoisted_17
1551
+ _hoisted_19
1549
1552
  ]),
1550
1553
  _: 1
1551
1554
  }, 8, ["checked", "onChange"]),
@@ -1557,14 +1560,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1557
1560
  vue.createVNode(_component_delete_outlined)
1558
1561
  ]),
1559
1562
  default: vue.withCtx(() => [
1560
- _hoisted_18
1563
+ _hoisted_20
1561
1564
  ]),
1562
1565
  _: 1
1563
1566
  }, 8, ["onClick"]),
1564
- _ctx.filterArr && !_ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, [
1565
- _hoisted_20,
1567
+ _ctx.filterArr && !_ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_21, [
1568
+ _hoisted_22,
1566
1569
  vue.createElementVNode("span", null, vue.toDisplayString(_ctx.selected.length), 1),
1567
- _hoisted_21
1570
+ _hoisted_23
1568
1571
  ])) : vue.createCommentVNode("v-if", true)
1569
1572
  ]),
1570
1573
  vue.createElementVNode("div", {
@@ -1596,7 +1599,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1596
1599
  ], 64)) : vue.createCommentVNode("v-if", true),
1597
1600
  _ctx.shopList && !_ctx.shopList.length ? (vue.openBlock(), vue.createBlock(_component_Empty, { key: 2 }, {
1598
1601
  description: vue.withCtx(() => [
1599
- _hoisted_22
1602
+ _hoisted_24
1600
1603
  ]),
1601
1604
  _: 1
1602
1605
  })) : vue.createCommentVNode("v-if", true)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bm-admin-ui",
3
- "version": "1.0.4-alpha",
3
+ "version": "1.0.5-alpha",
4
4
  "private": false,
5
5
  "description": "An Admin Component Library for Bm",
6
6
  "license": "UNLICENSED",