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.
Files changed (66) hide show
  1. package/es/components/feedback/index.d.ts +1037 -0
  2. package/es/components/feedback/index.js +1559 -0
  3. package/es/components/feedback/src/bmAlert.vue.d.ts +193 -0
  4. package/es/components/feedback/src/bmModal.vue.d.ts +839 -0
  5. package/es/components/index.d.ts +1 -0
  6. package/es/components/index.js +1 -0
  7. package/es/components/multi-cascader-compose/index.d.ts +6 -6
  8. package/es/components/multi-cascader-compose/index.js +13 -0
  9. package/es/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +6 -6
  10. package/es/components/search-filter/index.d.ts +52 -7
  11. package/es/components/search-filter/index.js +83 -47
  12. package/es/components/search-filter/src/search-filter.vue.d.ts +52 -7
  13. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +2 -6
  14. package/es/components/search-filter/src/serach-filter.d.ts +13 -1
  15. package/es/components/shops-filter/index.d.ts +1 -1
  16. package/es/components/shops-filter/index.js +66 -50
  17. package/es/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
  18. package/es/components/staffs-selector/index.js +14 -1
  19. package/es/components/upload/index.js +15 -2
  20. package/index.esm.js +34877 -67670
  21. package/index.js +34890 -67678
  22. package/lib/components/feedback/index.d.ts +1037 -0
  23. package/lib/components/feedback/index.js +1573 -0
  24. package/lib/components/feedback/src/bmAlert.vue.d.ts +193 -0
  25. package/lib/components/feedback/src/bmModal.vue.d.ts +839 -0
  26. package/lib/components/index.d.ts +1 -0
  27. package/lib/components/index.js +7 -0
  28. package/lib/components/multi-cascader-compose/index.d.ts +6 -6
  29. package/lib/components/multi-cascader-compose/index.js +13 -0
  30. package/lib/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +6 -6
  31. package/lib/components/search-filter/index.d.ts +52 -7
  32. package/lib/components/search-filter/index.js +82 -46
  33. package/lib/components/search-filter/src/search-filter.vue.d.ts +52 -7
  34. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +2 -6
  35. package/lib/components/search-filter/src/serach-filter.d.ts +13 -1
  36. package/lib/components/shops-filter/index.d.ts +1 -1
  37. package/lib/components/shops-filter/index.js +65 -49
  38. package/lib/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
  39. package/lib/components/staffs-selector/index.js +14 -1
  40. package/lib/components/upload/index.js +15 -2
  41. package/package.json +29 -29
  42. package/theme-chalk/alert.css +1 -0
  43. package/theme-chalk/button.css +1 -1
  44. package/theme-chalk/feedback.css +1 -0
  45. package/theme-chalk/float-table.css +1 -1
  46. package/theme-chalk/floating-vue.css +1 -1
  47. package/theme-chalk/flow-designer.css +1 -1
  48. package/theme-chalk/index.css +1 -1
  49. package/theme-chalk/modal.css +1 -0
  50. package/theme-chalk/multi-cascader-compose.css +1 -1
  51. package/theme-chalk/over-tooltips.css +1 -1
  52. package/theme-chalk/search-filter.css +1 -1
  53. package/theme-chalk/timeline.css +1 -1
  54. package/theme-chalk/upload.css +1 -1
  55. package/types/components/feedback/index.d.ts +1037 -0
  56. package/types/components/feedback/src/bmAlert.vue.d.ts +193 -0
  57. package/types/components/feedback/src/bmModal.vue.d.ts +839 -0
  58. package/types/components/index.d.ts +1 -0
  59. package/types/components/multi-cascader-compose/index.d.ts +6 -6
  60. package/types/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +6 -6
  61. package/types/components/search-filter/index.d.ts +52 -7
  62. package/types/components/search-filter/src/search-filter.vue.d.ts +52 -7
  63. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +2 -6
  64. package/types/components/search-filter/src/serach-filter.d.ts +13 -1
  65. package/types/components/shops-filter/index.d.ts +1 -1
  66. package/types/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
@@ -793,6 +793,19 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
793
793
  });
794
794
  presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
795
795
  });
796
+ presetPalettes.red;
797
+ presetPalettes.volcano;
798
+ presetPalettes.gold;
799
+ presetPalettes.orange;
800
+ presetPalettes.yellow;
801
+ presetPalettes.lime;
802
+ presetPalettes.green;
803
+ presetPalettes.cyan;
804
+ presetPalettes.blue;
805
+ presetPalettes.geekblue;
806
+ presetPalettes.purple;
807
+ presetPalettes.magenta;
808
+ presetPalettes.grey;
796
809
 
797
810
  // https://github.com/substack/insert-css
798
811
  var containers = []; // will store container HTMLElement references
@@ -1370,36 +1383,34 @@ const _sfc_main = vue.defineComponent({
1370
1383
  };
1371
1384
  }
1372
1385
  });
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 = {
1386
+ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u8BF7\u9009\u62E9", -1);
1387
+ const _hoisted_2 = { class: "input-icon active-icon" };
1388
+ const _hoisted_3 = { class: "pop-seleted-title" };
1389
+ const _hoisted_4 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1390
+ const _hoisted_5 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1391
+ const _hoisted_6 = { class: "__shops-filter-list" };
1392
+ const _hoisted_7 = {
1382
1393
  key: 0,
1383
1394
  class: "__shops-filter-tabs"
1384
1395
  };
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 = {
1396
+ const _hoisted_8 = { class: "label" };
1397
+ const _hoisted_9 = { class: "__shops-filter-areas" };
1398
+ const _hoisted_10 = ["onClick"];
1399
+ const _hoisted_11 = ["onClick"];
1400
+ const _hoisted_12 = { class: "__shops-filter-selecting" };
1401
+ const _hoisted_13 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1402
+ const _hoisted_14 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1403
+ const _hoisted_15 = { class: "__checkbox-operate-box" };
1404
+ const _hoisted_16 = /* @__PURE__ */ vue.createTextVNode("\u5168\u9009");
1405
+ const _hoisted_17 = /* @__PURE__ */ vue.createTextVNode("\u53CD\u9009");
1406
+ const _hoisted_18 = /* @__PURE__ */ vue.createTextVNode("\u6E05\u7A7A");
1407
+ const _hoisted_19 = {
1397
1408
  key: 0,
1398
1409
  class: "__shops-filter-selecting"
1399
1410
  };
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);
1411
+ const _hoisted_20 = /* @__PURE__ */ vue.createTextVNode(" \u5DF2\u9009\u62E9");
1412
+ const _hoisted_21 = /* @__PURE__ */ vue.createTextVNode("\u9879 ");
1413
+ const _hoisted_22 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "color": "#9393a3" } }, "\u6682\u65E0\u6570\u636E", -1);
1403
1414
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1404
1415
  const _component_down_outlined = vue.resolveComponent("down-outlined");
1405
1416
  const _component_close_circle_filled = vue.resolveComponent("close-circle-filled");
@@ -1426,12 +1437,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1426
1437
  style: vue.normalizeStyle({ width: _ctx.displayParams?.width || "436px" }),
1427
1438
  onClick: _cache[3] || (_cache[3] = (...args) => _ctx.triggleActive && _ctx.triggleActive(...args))
1428
1439
  }, [
1429
- _ctx.selected && !_ctx.selected.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
1430
- _hoisted_2,
1431
- vue.createElementVNode("span", _hoisted_3, [
1440
+ vue.withDirectives(vue.createElementVNode("div", null, [
1441
+ _hoisted_1,
1442
+ vue.createElementVNode("span", _hoisted_2, [
1432
1443
  vue.createVNode(_component_down_outlined)
1433
1444
  ])
1434
- ])) : _ctx.selected && _ctx.selected.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
1445
+ ], 512), [
1446
+ [vue.vShow, _ctx.selected && !_ctx.selected.length]
1447
+ ]),
1448
+ vue.withDirectives(vue.createElementVNode("div", null, [
1435
1449
  vue.createVNode(_component_Popover, {
1436
1450
  title: "",
1437
1451
  "overlay-class-name": "__shops-filter-popover"
@@ -1441,10 +1455,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1441
1455
  class: "pop-seleted",
1442
1456
  style: vue.normalizeStyle({ "min-width": _ctx.displayParams?.width || "436px" })
1443
1457
  }, [
1444
- vue.createElementVNode("div", _hoisted_5, [
1445
- _hoisted_6,
1458
+ vue.createElementVNode("div", _hoisted_3, [
1459
+ _hoisted_4,
1446
1460
  vue.createElementVNode("span", null, vue.toDisplayString(_ctx.selected.length), 1),
1447
- _hoisted_7
1461
+ _hoisted_5
1448
1462
  ]),
1449
1463
  vue.createElementVNode("div", {
1450
1464
  class: "pop-seleted-shops",
@@ -1461,7 +1475,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1461
1475
  ], 4)
1462
1476
  ]),
1463
1477
  default: vue.withCtx(() => [
1464
- vue.createElementVNode("div", _hoisted_8, [
1478
+ vue.createElementVNode("div", _hoisted_6, [
1465
1479
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.selected, (item) => {
1466
1480
  return vue.openBlock(), vue.createElementBlock("div", {
1467
1481
  key: item,
@@ -1480,7 +1494,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1480
1494
  ]),
1481
1495
  _: 1
1482
1496
  })
1483
- ])) : vue.createCommentVNode("v-if", true)
1497
+ ], 512), [
1498
+ [vue.vShow, _ctx.selected && _ctx.selected.length]
1499
+ ])
1484
1500
  ], 6),
1485
1501
  vue.withDirectives(vue.createElementVNode("div", {
1486
1502
  class: "__shops-filter-search-input",
@@ -1499,38 +1515,38 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1499
1515
  vue.withDirectives(vue.createElementVNode("div", {
1500
1516
  class: vue.normalizeClass(["__shops-filter-content", { "__shops-filter-no-absolute": _ctx.showAlways }])
1501
1517
  }, [
1502
- _ctx.filterArr && _ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, [
1518
+ _ctx.filterArr && _ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7, [
1503
1519
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.filterArr, (item, index) => {
1504
1520
  return vue.openBlock(), vue.createElementBlock("div", {
1505
1521
  key: item.paramsStr,
1506
1522
  class: "__shops-filter-area-tabs"
1507
1523
  }, [
1508
- vue.createElementVNode("div", _hoisted_10, vue.toDisplayString(item.label) + ":", 1),
1509
- vue.createElementVNode("div", _hoisted_11, [
1524
+ vue.createElementVNode("div", _hoisted_8, vue.toDisplayString(item.label) + ":", 1),
1525
+ vue.createElementVNode("div", _hoisted_9, [
1510
1526
  vue.createElementVNode("span", {
1511
1527
  class: vue.normalizeClass({
1512
1528
  active: !(item.multiple ? _ctx.filterSelects[index].length : !!_ctx.filterSelects[index])
1513
1529
  }),
1514
1530
  onClick: vue.withModifiers(($event) => _ctx.changeFilterSelect(index, ""), ["self"])
1515
- }, "\u5168\u90E8", 10, _hoisted_12),
1531
+ }, "\u5168\u90E8", 10, _hoisted_10),
1516
1532
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item.list, (element) => {
1517
1533
  return vue.openBlock(), vue.createElementBlock("span", {
1518
1534
  key: element.code,
1519
1535
  class: vue.normalizeClass({ active: _ctx.filterIsActive(index, element.code) }),
1520
1536
  onClick: vue.withModifiers(($event) => _ctx.changeFilterSelect(index, element.code), ["self"])
1521
- }, vue.toDisplayString(element.label), 11, _hoisted_13);
1537
+ }, vue.toDisplayString(element.label), 11, _hoisted_11);
1522
1538
  }), 128))
1523
1539
  ])
1524
1540
  ]);
1525
1541
  }), 128)),
1526
- vue.createElementVNode("div", _hoisted_14, [
1527
- _hoisted_15,
1542
+ vue.createElementVNode("div", _hoisted_12, [
1543
+ _hoisted_13,
1528
1544
  vue.createElementVNode("span", null, vue.toDisplayString(_ctx.selected.length), 1),
1529
- _hoisted_16
1545
+ _hoisted_14
1530
1546
  ])
1531
1547
  ])) : vue.createCommentVNode("v-if", true),
1532
1548
  _ctx.shopList && _ctx.shopList.length ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
1533
- vue.createElementVNode("div", _hoisted_17, [
1549
+ vue.createElementVNode("div", _hoisted_15, [
1534
1550
  vue.createVNode(_component_Checkbox, {
1535
1551
  checked: _ctx.checkAll,
1536
1552
  "onUpdate:checked": _cache[5] || (_cache[5] = ($event) => _ctx.checkAll = $event),
@@ -1538,7 +1554,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1538
1554
  onChange: _ctx.onCheckAllChange
1539
1555
  }, {
1540
1556
  default: vue.withCtx(() => [
1541
- _hoisted_18
1557
+ _hoisted_16
1542
1558
  ]),
1543
1559
  _: 1
1544
1560
  }, 8, ["checked", "indeterminate", "onChange"]),
@@ -1548,7 +1564,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1548
1564
  onChange: _ctx.invertChange
1549
1565
  }, {
1550
1566
  default: vue.withCtx(() => [
1551
- _hoisted_19
1567
+ _hoisted_17
1552
1568
  ]),
1553
1569
  _: 1
1554
1570
  }, 8, ["checked", "onChange"]),
@@ -1560,14 +1576,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1560
1576
  vue.createVNode(_component_delete_outlined)
1561
1577
  ]),
1562
1578
  default: vue.withCtx(() => [
1563
- _hoisted_20
1579
+ _hoisted_18
1564
1580
  ]),
1565
1581
  _: 1
1566
1582
  }, 8, ["onClick"]),
1567
- _ctx.filterArr && !_ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_21, [
1568
- _hoisted_22,
1583
+ _ctx.filterArr && !_ctx.filterArr.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, [
1584
+ _hoisted_20,
1569
1585
  vue.createElementVNode("span", null, vue.toDisplayString(_ctx.selected.length), 1),
1570
- _hoisted_23
1586
+ _hoisted_21
1571
1587
  ])) : vue.createCommentVNode("v-if", true)
1572
1588
  ]),
1573
1589
  vue.createElementVNode("div", {
@@ -1599,7 +1615,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1599
1615
  ], 64)) : vue.createCommentVNode("v-if", true),
1600
1616
  _ctx.shopList && !_ctx.shopList.length ? (vue.openBlock(), vue.createBlock(_component_Empty, { key: 2 }, {
1601
1617
  description: vue.withCtx(() => [
1602
- _hoisted_24
1618
+ _hoisted_22
1603
1619
  ]),
1604
1620
  _: 1
1605
1621
  })) : vue.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, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
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;
@@ -796,6 +796,19 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
796
796
  });
797
797
  presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
798
798
  });
799
+ presetPalettes.red;
800
+ presetPalettes.volcano;
801
+ presetPalettes.gold;
802
+ presetPalettes.orange;
803
+ presetPalettes.yellow;
804
+ presetPalettes.lime;
805
+ presetPalettes.green;
806
+ presetPalettes.cyan;
807
+ presetPalettes.blue;
808
+ presetPalettes.geekblue;
809
+ presetPalettes.purple;
810
+ presetPalettes.magenta;
811
+ presetPalettes.grey;
799
812
 
800
813
  // https://github.com/substack/insert-css
801
814
  var containers = []; // will store container HTMLElement references
@@ -1835,7 +1848,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
1835
1848
  ]);
1836
1849
  }), 128))
1837
1850
  ])) : vue.createCommentVNode("v-if", true)
1838
- ], 64))
1851
+ ], 2112))
1839
1852
  ])
1840
1853
  ]),
1841
1854
  vue.createElementVNode("div", _hoisted_14, [
@@ -781,6 +781,19 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
781
781
  });
782
782
  presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
783
783
  });
784
+ presetPalettes.red;
785
+ presetPalettes.volcano;
786
+ presetPalettes.gold;
787
+ presetPalettes.orange;
788
+ presetPalettes.yellow;
789
+ presetPalettes.lime;
790
+ presetPalettes.green;
791
+ presetPalettes.cyan;
792
+ presetPalettes.blue;
793
+ presetPalettes.geekblue;
794
+ presetPalettes.purple;
795
+ presetPalettes.magenta;
796
+ presetPalettes.grey;
784
797
 
785
798
  // https://github.com/substack/insert-css
786
799
  var containers = []; // will store container HTMLElement references
@@ -1706,7 +1719,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1706
1719
  key: 1,
1707
1720
  file: item
1708
1721
  })
1709
- ], 64)) : vue.createCommentVNode("v-if", true),
1722
+ ], 2112)) : vue.createCommentVNode("v-if", true),
1710
1723
  vue.createCommentVNode(" \u56FE\u7247\u9519\u8BEF\u5C55\u793A "),
1711
1724
  item.status === "error" ? (vue.openBlock(), vue.createElementBlock("div", {
1712
1725
  key: 2,
@@ -1752,7 +1765,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1752
1765
  }, 8, ["class", "disabled"]),
1753
1766
  _ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_23, vue.toDisplayString(_ctx.extraConfigs.tips), 1)) : vue.createCommentVNode("v-if", true)
1754
1767
  ])) : vue.createCommentVNode("v-if", true)
1755
- ], 64))
1768
+ ], 2112))
1756
1769
  ]),
1757
1770
  _: 3
1758
1771
  }, 16, ["class"])) : vue.createCommentVNode("v-if", true),
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
- {
2
- "name": "bm-admin-ui",
3
- "version": "1.0.5-alpha",
4
- "private": false,
5
- "description": "An Admin Component Library for Bm",
6
- "license": "UNLICENSED",
7
- "repository": {
8
- "type": "git",
9
- "url": "http://gitlab.admin.bluemoon.com.cn/Frontend-web/bm-admin-ui"
10
- },
11
- "main": "lib/index.js",
12
- "module": "es/index.js",
13
- "unpkg": "index.js",
14
- "peerDependencies": {
15
- "vue": "^3.2.31"
16
- },
17
- "dependencies": {
18
- "@form-create/ant-design-vue": "^3.1.5",
19
- "@logicflow/core": "^1.1.7",
20
- "@logicflow/extension": "^1.1.7",
21
- "floating-vue": "2.0.0-beta.17",
22
- "ant-design-vue": "^3.2.10",
23
- "vxe-table": "^4.2.3",
24
- "xe-utils": "^3.5.4"
25
- },
26
- "sideEffects": [
27
- "theme-chalk/*.css"
28
- ]
29
- }
1
+ {
2
+ "name": "bm-admin-ui",
3
+ "version": "1.0.6-alpha",
4
+ "private": false,
5
+ "description": "An Admin Component Library for Bm",
6
+ "license": "UNLICENSED",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "http://gitlab.admin.bluemoon.com.cn/Frontend-web/bm-admin-ui"
10
+ },
11
+ "main": "lib/index.js",
12
+ "module": "es/index.js",
13
+ "unpkg": "index.js",
14
+ "peerDependencies": {
15
+ "vue": "^3.2.31"
16
+ },
17
+ "dependencies": {
18
+ "@form-create/ant-design-vue": "^3.1.11",
19
+ "@logicflow/core": "^1.1.7",
20
+ "@logicflow/extension": "^1.1.7",
21
+ "floating-vue": "2.0.0-beta.17",
22
+ "ant-design-vue": "^3.2.10",
23
+ "vxe-table": "^4.2.3",
24
+ "xe-utils": "^3.5.4"
25
+ },
26
+ "sideEffects": [
27
+ "theme-chalk/*.css"
28
+ ]
29
+ }
@@ -0,0 +1 @@
1
+ .ant-alert{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:'tnum';position:relative;display:flex;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:2px}.ant-alert-content{flex:1;min-width:0}.ant-alert-icon{margin-right:8px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:#fff2f0;border:1px solid #ffccc7}.ant-alert-error .ant-alert-icon{color:#ff4d4f}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-action{margin-left:8px}.ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:12px;line-height:12px;background-color:transparent;border:none;outline:0;cursor:pointer}.ant-alert-close-icon .anticon-close{color:rgba(0,0,0,.45);transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:rgba(0,0,0,.45);transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{align-items:flex-start;padding:15px 15px 15px 24px}.ant-alert-with-description.ant-alert-no-icon{padding:15px 15px}.ant-alert-with-description .ant-alert-icon{margin-right:15px;font-size:24px}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:rgba(0,0,0,.85);font-size:16px}.ant-alert-message{color:rgba(0,0,0,.85)}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-motion-leave{overflow:hidden;opacity:1;transition:max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert.ant-alert-motion-leave-active{max-height:0;margin-bottom:0!important;padding-top:0;padding-bottom:0;opacity:0}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.ant-alert.ant-alert-rtl{direction:rtl}.ant-alert-rtl .ant-alert-icon{margin-right:auto;margin-left:8px}.ant-alert-rtl .ant-alert-action{margin-right:8px;margin-left:auto}.ant-alert-rtl .ant-alert-close-icon{margin-right:8px;margin-left:auto}.ant-alert-rtl.ant-alert-with-description{padding-right:24px;padding-left:15px}.ant-alert-rtl.ant-alert-with-description .ant-alert-icon{margin-right:auto;margin-left:15px}