bmp-layout 0.0.12 → 0.0.14

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/bmp-layout.es.js CHANGED
@@ -2,7 +2,8 @@ import { openBlock, createBlock, unref, normalizeClass, nextTick, ref, computed,
2
2
  import { createPinia, defineStore } from "pinia";
3
3
  import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
4
4
  import { cloneDeep, omit } from "lodash-es";
5
- import { ElBacktop, ElIcon, ElMenuItem, ElSubMenu, ElScrollbar, ElMenu, ElInput, ElBadge, ElDropdown, ElDropdownMenu, ElDropdownItem, ElAvatar, ElMessageBox, ElBreadcrumb, ElBreadcrumbItem, ElDrawer, ElMessage, ElConfigProvider, ElNotification, ElAffix } from "element-plus";
5
+ import { ElBacktop, ElIcon, ElMenuItem, ElSubMenu, ElScrollbar, ElMenu, ElInput, ElBadge, ElDropdown, ElDropdownMenu, ElDropdownItem, ElAvatar, ElMessageBox, ElBreadcrumb, ElBreadcrumbItem, ElDrawer, ElMessage, ElConfigProvider, ElCard, ElImageViewer, ElNotification, ElUpload, ElLink, ElButton, ElPagination, ElDialog, ElAlert, ElAffix } from "element-plus";
6
+ import { ElAffix as ElAffix2, ElAside, ElAutocomplete, ElAvatar as ElAvatar2, ElBreadcrumb as ElBreadcrumb2, ElBreadcrumbItem as ElBreadcrumbItem2, ElButton as ElButton2, ElButtonGroup, ElCalendar, ElCard as ElCard2, ElCarousel, ElCarouselItem, ElCascader, ElCascaderPanel, ElCheckTag, ElCheckbox, ElCheckboxButton, ElCheckboxGroup, ElCol, ElCollapse, ElCollapseItem, ElCollapseTransition, ElColorPicker, ElConfigProvider as ElConfigProvider2, ElContainer, ElCountdown, ElDatePicker, ElDescriptions, ElDescriptionsItem, ElDivider, ElDrawer as ElDrawer2, ElDropdown as ElDropdown2, ElDropdownItem as ElDropdownItem2, ElDropdownMenu as ElDropdownMenu2, ElEmpty, ElFooter, ElForm, ElFormItem, ElHeader, ElImage, ElImageViewer as ElImageViewer2, ElInfiniteScroll, ElInput as ElInput2, ElInputNumber, ElInputTag, ElLink as ElLink2, ElLoading, ElMain, ElMention, ElMenu as ElMenu2, ElMenuItem as ElMenuItem2, ElMenuItemGroup, ElMessage as ElMessage2, ElMessageBox as ElMessageBox2, ElNotification as ElNotification2, ElOption, ElOptionGroup, ElOverlay, ElPageHeader, ElPopconfirm, ElPopover, ElPopper, ElProgress, ElRadio, ElRadioButton, ElRadioGroup, ElRate, ElResult, ElRow, ElScrollbar as ElScrollbar2, ElSegmented, ElSelect, ElSelectV2, ElSkeleton, ElSkeletonItem, ElSlider, ElSpace, ElSplitter, ElSplitterPanel, ElStatistic, ElSubMenu as ElSubMenu2, ElSwitch, ElTabPane, ElTable, ElTableColumn, ElTabs, ElTag, ElText, ElTimePicker, ElTimeSelect, ElTimeline, ElTimelineItem, ElTooltip, ElTour, ElTourStep, ElTransfer, ElTree, ElTreeSelect, ElTreeV2, ElUpload as ElUpload2, ElWatermark } from "element-plus";
6
7
  import { createRouter, createWebHashHistory, useRoute, useRouter } from "vue-router";
7
8
  import "vue-i18n";
8
9
  import { useClipboard, useWindowSize } from "@vueuse/core";
@@ -9443,8 +9444,7 @@ const _sfc_main$c = /* @__PURE__ */ Object.assign({ name: "PageCard" }, {
9443
9444
  const { getPrefixCls: getPrefixCls2 } = useDesign();
9444
9445
  const prefixCls2 = getPrefixCls2("page-card");
9445
9446
  return (_ctx, _cache) => {
9446
- const _component_ElCard = resolveComponent("ElCard");
9447
- return openBlock(), createBlock(_component_ElCard, {
9447
+ return openBlock(), createBlock(unref(ElCard), {
9448
9448
  "body-style": __props.bodyStyle,
9449
9449
  header: __props.title,
9450
9450
  class: normalizeClass([unref(prefixCls2), "m-16px"])
@@ -9457,11 +9457,11 @@ const _sfc_main$c = /* @__PURE__ */ Object.assign({ name: "PageCard" }, {
9457
9457
  };
9458
9458
  }
9459
9459
  });
9460
- const PageCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-6e83bf5c"]]);
9460
+ const PageCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-eb81072a"]]);
9461
9461
  const _hoisted_1$5 = { class: "ml-2px" };
9462
9462
  const _hoisted_2$5 = { class: "flex items-center" };
9463
- const _sfc_main$b = /* @__PURE__ */ Object.assign({ name: "PageHeader" }, {
9464
- __name: "PageHeader",
9463
+ const _sfc_main$b = /* @__PURE__ */ Object.assign({ name: "PageNavBar" }, {
9464
+ __name: "PageNavBar",
9465
9465
  props: {
9466
9466
  title: {
9467
9467
  type: String,
@@ -9486,7 +9486,7 @@ const _sfc_main$b = /* @__PURE__ */ Object.assign({ name: "PageHeader" }, {
9486
9486
  return (_ctx, _cache) => {
9487
9487
  const _component_Icon = resolveComponent("Icon");
9488
9488
  return openBlock(), createElementBlock("div", {
9489
- ref: "pageHeader",
9489
+ ref: "pageNavBar",
9490
9490
  class: normalizeClass([`${unref(prefixCls2)}`])
9491
9491
  }, [
9492
9492
  createElementVNode("div", {
@@ -9523,7 +9523,7 @@ const _sfc_main$b = /* @__PURE__ */ Object.assign({ name: "PageHeader" }, {
9523
9523
  };
9524
9524
  }
9525
9525
  });
9526
- const PageHeader = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-68d4a56d"]]);
9526
+ const PageNavBar = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-0d587176"]]);
9527
9527
  const _sfc_main$a = /* @__PURE__ */ Object.assign({ name: "ImageViewer" }, {
9528
9528
  __name: "ImageViewer",
9529
9529
  props: {
@@ -9568,8 +9568,7 @@ const _sfc_main$a = /* @__PURE__ */ Object.assign({ name: "ImageViewer" }, {
9568
9568
  show.value = false;
9569
9569
  };
9570
9570
  return (_ctx, _cache) => {
9571
- const _component_ElImageViewer = resolveComponent("ElImageViewer");
9572
- return unref(show) ? (openBlock(), createBlock(_component_ElImageViewer, mergeProps({ key: 0 }, unref(getBindValue), { onClose: close }), null, 16)) : createCommentVNode("", true);
9571
+ return unref(show) ? (openBlock(), createBlock(unref(ElImageViewer), mergeProps({ key: 0 }, unref(getBindValue), { onClose: close }), null, 16)) : createCommentVNode("", true);
9573
9572
  };
9574
9573
  }
9575
9574
  });
@@ -9779,9 +9778,9 @@ const _sfc_main$9 = /* @__PURE__ */ Object.assign({ name: "UploadImg", inheritAt
9779
9778
  emits: ["update:modelValue"],
9780
9779
  setup(__props, { emit: __emit }) {
9781
9780
  useCssVars((_ctx) => ({
9782
- "2c28791a": __props.width,
9783
- "3f17b053": __props.height,
9784
- "64641dea": __props.borderradius
9781
+ "3d8ea9da": __props.width,
9782
+ "2c0dbd7a": __props.height,
9783
+ "00ef71d1": __props.borderradius
9785
9784
  }));
9786
9785
  const props = __props;
9787
9786
  const { t: t2 } = useI18n("layout");
@@ -9820,10 +9819,8 @@ const _sfc_main$9 = /* @__PURE__ */ Object.assign({ name: "UploadImg", inheritAt
9820
9819
  message.notifyError("图片上传失败,请您重新上传!");
9821
9820
  };
9822
9821
  return (_ctx, _cache) => {
9823
- const _component_Icon = resolveComponent("Icon");
9824
- const _component_el_upload = resolveComponent("el-upload");
9825
9822
  return openBlock(), createElementBlock("div", _hoisted_1$4, [
9826
- createVNode(_component_el_upload, {
9823
+ createVNode(unref(ElUpload), {
9827
9824
  id: unref(uuid),
9828
9825
  accept: __props.fileType.join(","),
9829
9826
  "before-upload": beforeUpload,
@@ -9851,7 +9848,7 @@ const _sfc_main$9 = /* @__PURE__ */ Object.assign({ name: "UploadImg", inheritAt
9851
9848
  class: "handle-icon",
9852
9849
  onClick: _cache[0] || (_cache[0] = ($event) => imagePreview(__props.modelValue))
9853
9850
  }, [
9854
- createVNode(_component_Icon, { icon: "ant-design:zoom-in-outlined" }),
9851
+ createVNode(unref(_sfc_main$v), { icon: "ant-design:zoom-in-outlined" }),
9855
9852
  __props.showBtnText ? (openBlock(), createElementBlock("span", _hoisted_3$4, toDisplayString(unref(t2)("action.detail")), 1)) : createCommentVNode("", true)
9856
9853
  ]),
9857
9854
  __props.showDelete && !__props.disabled ? (openBlock(), createElementBlock("div", {
@@ -9859,13 +9856,13 @@ const _sfc_main$9 = /* @__PURE__ */ Object.assign({ name: "UploadImg", inheritAt
9859
9856
  class: "handle-icon",
9860
9857
  onClick: deleteImg
9861
9858
  }, [
9862
- createVNode(_component_Icon, { icon: "ant-design:delete-outlined" }),
9859
+ createVNode(unref(_sfc_main$v), { icon: "ant-design:delete-outlined" }),
9863
9860
  __props.showBtnText ? (openBlock(), createElementBlock("span", _hoisted_4$4, toDisplayString(unref(t2)("action.del")), 1)) : createCommentVNode("", true)
9864
9861
  ])) : createCommentVNode("", true)
9865
9862
  ])
9866
9863
  ], 64)) : (openBlock(), createElementBlock("div", _hoisted_5$3, [
9867
9864
  renderSlot(_ctx.$slots, "empty", {}, () => [
9868
- createVNode(_component_Icon, {
9865
+ createVNode(unref(_sfc_main$v), {
9869
9866
  icon: "ep:plus",
9870
9867
  size: 20
9871
9868
  }),
@@ -9882,7 +9879,7 @@ const _sfc_main$9 = /* @__PURE__ */ Object.assign({ name: "UploadImg", inheritAt
9882
9879
  };
9883
9880
  }
9884
9881
  });
9885
- const UploadImg = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-4732196b"]]);
9882
+ const UploadImg = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-4a1df97a"]]);
9886
9883
  const _hoisted_1$3 = { class: "upload-box" };
9887
9884
  const _hoisted_2$3 = { class: "upload-empty" };
9888
9885
  const _hoisted_3$3 = ["src"];
@@ -9962,9 +9959,9 @@ const _sfc_main$8 = /* @__PURE__ */ Object.assign({ name: "UploadImgs", inheritA
9962
9959
  emits: ["update:modelValue"],
9963
9960
  setup(__props, { emit: __emit }) {
9964
9961
  useCssVars((_ctx) => ({
9965
- "2c8d873e": __props.borderradius,
9966
- "3b662646": __props.width,
9967
- "178fa8a7": __props.height
9962
+ "1238a60c": __props.borderradius,
9963
+ "c60c1990": __props.width,
9964
+ "2f150c16": __props.height
9968
9965
  }));
9969
9966
  const message = useMessage();
9970
9967
  const imagePreview = (imgUrl) => {
@@ -10059,10 +10056,8 @@ const _sfc_main$8 = /* @__PURE__ */ Object.assign({ name: "UploadImgs", inheritA
10059
10056
  });
10060
10057
  };
10061
10058
  return (_ctx, _cache) => {
10062
- const _component_Icon = resolveComponent("Icon");
10063
- const _component_el_upload = resolveComponent("el-upload");
10064
10059
  return openBlock(), createElementBlock("div", _hoisted_1$3, [
10065
- createVNode(_component_el_upload, {
10060
+ createVNode(unref(ElUpload), {
10066
10061
  "file-list": unref(fileList),
10067
10062
  "onUpdate:fileList": _cache[1] || (_cache[1] = ($event) => isRef(fileList) ? fileList.value = $event : null),
10068
10063
  accept: __props.fileType.join(","),
@@ -10092,7 +10087,7 @@ const _sfc_main$8 = /* @__PURE__ */ Object.assign({ name: "UploadImgs", inheritA
10092
10087
  class: "handle-icon",
10093
10088
  onClick: ($event) => imagePreview(file.url)
10094
10089
  }, [
10095
- createVNode(_component_Icon, { icon: "ant-design:zoom-in-outlined" }),
10090
+ createVNode(unref(_sfc_main$v), { icon: "ant-design:zoom-in-outlined" }),
10096
10091
  __props.showBtnText ? (openBlock(), createElementBlock("span", _hoisted_5$2, "查看")) : createCommentVNode("", true)
10097
10092
  ], 8, _hoisted_4$3),
10098
10093
  !__props.disabled ? (openBlock(), createElementBlock("div", {
@@ -10100,7 +10095,7 @@ const _sfc_main$8 = /* @__PURE__ */ Object.assign({ name: "UploadImgs", inheritA
10100
10095
  class: "handle-icon",
10101
10096
  onClick: ($event) => handleRemove(file)
10102
10097
  }, [
10103
- createVNode(_component_Icon, { icon: "ant-design:delete-outlined" }),
10098
+ createVNode(unref(_sfc_main$v), { icon: "ant-design:delete-outlined" }),
10104
10099
  __props.showBtnText ? (openBlock(), createElementBlock("span", _hoisted_7, "删除")) : createCommentVNode("", true)
10105
10100
  ], 8, _hoisted_6$1)) : createCommentVNode("", true)
10106
10101
  ])
@@ -10108,7 +10103,7 @@ const _sfc_main$8 = /* @__PURE__ */ Object.assign({ name: "UploadImgs", inheritA
10108
10103
  default: withCtx(() => [
10109
10104
  createElementVNode("div", _hoisted_2$3, [
10110
10105
  renderSlot(_ctx.$slots, "empty", {}, () => [
10111
- createVNode(_component_Icon, {
10106
+ createVNode(unref(_sfc_main$v), {
10112
10107
  icon: "ep:plus",
10113
10108
  size: 20
10114
10109
  }),
@@ -10125,7 +10120,7 @@ const _sfc_main$8 = /* @__PURE__ */ Object.assign({ name: "UploadImgs", inheritA
10125
10120
  };
10126
10121
  }
10127
10122
  });
10128
- const UploadImgs = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-2e18c223"]]);
10123
+ const UploadImgs = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-92b67a34"]]);
10129
10124
  const _hoisted_1$2 = { class: "mt-10px line-height-20px color-[var(--el-upload-tip-color)] text-12px" };
10130
10125
  const _hoisted_2$2 = { class: "flex items-center" };
10131
10126
  const _hoisted_3$2 = { class: "ml-10px" };
@@ -10289,14 +10284,10 @@ const _sfc_main$7 = /* @__PURE__ */ Object.assign({ name: "UploadFile", inheritA
10289
10284
  emit("update:modelValue", result);
10290
10285
  };
10291
10286
  return (_ctx, _cache) => {
10292
- const _component_Icon = resolveComponent("Icon");
10293
- const _component_el_button = resolveComponent("el-button");
10294
- const _component_el_link = resolveComponent("el-link");
10295
- const _component_el_upload = resolveComponent("el-upload");
10296
10287
  return openBlock(), createElementBlock("div", {
10297
10288
  class: normalizeClass(["upload-file", _ctx.$attrs.class])
10298
10289
  }, [
10299
- !__props.disabled ? (openBlock(), createBlock(_component_el_upload, {
10290
+ !__props.disabled ? (openBlock(), createBlock(unref(ElUpload), {
10300
10291
  key: 0,
10301
10292
  ref_key: "uploadRef",
10302
10293
  ref: uploadRef,
@@ -10322,7 +10313,7 @@ const _sfc_main$7 = /* @__PURE__ */ Object.assign({ name: "UploadFile", inheritA
10322
10313
  createElementVNode("div", _hoisted_2$2, [
10323
10314
  createElementVNode("span", null, toDisplayString(row.file.name), 1),
10324
10315
  createElementVNode("div", _hoisted_3$2, [
10325
- createVNode(_component_el_link, {
10316
+ createVNode(unref(ElLink), {
10326
10317
  href: row.file.url,
10327
10318
  underline: "never",
10328
10319
  download: "",
@@ -10337,7 +10328,7 @@ const _sfc_main$7 = /* @__PURE__ */ Object.assign({ name: "UploadFile", inheritA
10337
10328
  }, 1032, ["href"])
10338
10329
  ]),
10339
10330
  createElementVNode("div", _hoisted_4$2, [
10340
- createVNode(_component_el_link, {
10331
+ createVNode(unref(ElLink), {
10341
10332
  type: "danger",
10342
10333
  onClick: ($event) => handleRemove(row.file)
10343
10334
  }, {
@@ -10351,9 +10342,9 @@ const _sfc_main$7 = /* @__PURE__ */ Object.assign({ name: "UploadFile", inheritA
10351
10342
  ])
10352
10343
  ]),
10353
10344
  default: withCtx(() => [
10354
- createVNode(_component_el_button, { type: "primary" }, {
10345
+ createVNode(unref(ElButton), { type: "primary" }, {
10355
10346
  default: withCtx(() => [
10356
- createVNode(_component_Icon, { icon: "ant-design:upload-outlined" }),
10347
+ createVNode(unref(_sfc_main$v), { icon: "ant-design:upload-outlined" }),
10357
10348
  _cache[1] || (_cache[1] = createTextVNode(" 选取文件 ", -1))
10358
10349
  ]),
10359
10350
  _: 1,
@@ -10379,7 +10370,7 @@ const _sfc_main$7 = /* @__PURE__ */ Object.assign({ name: "UploadFile", inheritA
10379
10370
  }, [
10380
10371
  createElementVNode("span", null, toDisplayString(file.name), 1),
10381
10372
  createElementVNode("div", _hoisted_5$1, [
10382
- createVNode(_component_el_link, {
10373
+ createVNode(unref(ElLink), {
10383
10374
  href: file.url,
10384
10375
  underline: "never",
10385
10376
  download: "",
@@ -10399,7 +10390,7 @@ const _sfc_main$7 = /* @__PURE__ */ Object.assign({ name: "UploadFile", inheritA
10399
10390
  };
10400
10391
  }
10401
10392
  });
10402
- const UploadFile = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-e4a1a66c"]]);
10393
+ const UploadFile = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-f625d304"]]);
10403
10394
  const _sfc_main$6 = /* @__PURE__ */ Object.assign({ name: "Badge" }, {
10404
10395
  __name: "Badge",
10405
10396
  props: {
@@ -10432,8 +10423,7 @@ const _sfc_main$6 = /* @__PURE__ */ Object.assign({ name: "Badge" }, {
10432
10423
  const { getPrefixCls: getPrefixCls2 } = useDesign();
10433
10424
  const prefixCls2 = getPrefixCls2("badge");
10434
10425
  return (_ctx, _cache) => {
10435
- const _component_el_badge = resolveComponent("el-badge");
10436
- return openBlock(), createBlock(_component_el_badge, mergeProps(props, { class: unref(prefixCls2) }), {
10426
+ return openBlock(), createBlock(unref(ElBadge), mergeProps(props, { class: unref(prefixCls2) }), {
10437
10427
  default: withCtx(() => [
10438
10428
  renderSlot(_ctx.$slots, "default")
10439
10429
  ]),
@@ -10503,8 +10493,7 @@ const _sfc_main$5 = /* @__PURE__ */ Object.assign({ name: "Pagination" }, {
10503
10493
  emit("pagination", { page: val, limit: pageSize.value });
10504
10494
  };
10505
10495
  return (_ctx, _cache) => {
10506
- const _component_el_pagination = resolveComponent("el-pagination");
10507
- return withDirectives((openBlock(), createBlock(_component_el_pagination, {
10496
+ return withDirectives((openBlock(), createBlock(unref(ElPagination), {
10508
10497
  "current-page": currentPage.value,
10509
10498
  "onUpdate:currentPage": _cache[0] || (_cache[0] = ($event) => currentPage.value = $event),
10510
10499
  "page-size": pageSize.value,
@@ -10604,9 +10593,7 @@ const _sfc_main$4 = /* @__PURE__ */ Object.assign({ name: "Dialog" }, {
10604
10593
  };
10605
10594
  return (_ctx, _cache) => {
10606
10595
  const _component_Icon = resolveComponent("Icon");
10607
- const _component_ElScrollbar = resolveComponent("ElScrollbar");
10608
- const _component_ElDialog = resolveComponent("ElDialog");
10609
- return openBlock(), createBlock(_component_ElDialog, mergeProps(unref(getBindValue), {
10596
+ return openBlock(), createBlock(unref(ElDialog), mergeProps(unref(getBindValue), {
10610
10597
  "close-on-click-modal": true,
10611
10598
  fullscreen: __props.fullscreen,
10612
10599
  width: unref(dialogWidth),
@@ -10636,7 +10623,7 @@ const _sfc_main$4 = /* @__PURE__ */ Object.assign({ name: "Dialog" }, {
10636
10623
  ])
10637
10624
  ]),
10638
10625
  default: withCtx(() => [
10639
- __props.scroll ? (openBlock(), createBlock(_component_ElScrollbar, {
10626
+ __props.scroll ? (openBlock(), createBlock(unref(ElScrollbar), {
10640
10627
  key: 0,
10641
10628
  style: normalizeStyle(unref(dialogStyle)),
10642
10629
  always: __props.scrollbarAlways
@@ -10695,8 +10682,7 @@ const _sfc_main$3 = /* @__PURE__ */ Object.assign({ name: "Alert" }, {
10695
10682
  const prefixCls2 = getPrefixCls2("alert");
10696
10683
  const props = __props;
10697
10684
  return (_ctx, _cache) => {
10698
- const _component_el_alert = resolveComponent("el-alert");
10699
- return openBlock(), createBlock(_component_el_alert, mergeProps(props, { class: unref(prefixCls2) }), null, 16, ["class"]);
10685
+ return openBlock(), createBlock(unref(ElAlert), mergeProps(props, { class: unref(prefixCls2) }), null, 16, ["class"]);
10700
10686
  };
10701
10687
  }
10702
10688
  });
@@ -11262,7 +11248,6 @@ const _sfc_main = /* @__PURE__ */ Object.assign({ name: "Steps" }, {
11262
11248
  },
11263
11249
  setup(__props) {
11264
11250
  return (_ctx, _cache) => {
11265
- const _component_Icon = resolveComponent("Icon");
11266
11251
  return openBlock(), createElementBlock("div", _hoisted_1, [
11267
11252
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item, index) => {
11268
11253
  return openBlock(), createElementBlock("div", {
@@ -11276,7 +11261,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({ name: "Steps" }, {
11276
11261
  createElementVNode("div", _hoisted_2, [
11277
11262
  createElementVNode("div", _hoisted_3, [
11278
11263
  createElementVNode("div", _hoisted_4, [
11279
- __props.active > index ? (openBlock(), createBlock(_component_Icon, {
11264
+ __props.active > index ? (openBlock(), createBlock(unref(_sfc_main$v), {
11280
11265
  key: 0,
11281
11266
  icon: "ant-design:check-outlined",
11282
11267
  color: "#fff"
@@ -11295,7 +11280,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({ name: "Steps" }, {
11295
11280
  };
11296
11281
  }
11297
11282
  });
11298
- const Steps = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7d66ca39"]]);
11283
+ const Steps = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-eb3cf40f"]]);
11299
11284
  function useLayout() {
11300
11285
  const collapsed = ref(false);
11301
11286
  const toggleCollapsed = () => {
@@ -11307,21 +11292,121 @@ function useLayout() {
11307
11292
  };
11308
11293
  }
11309
11294
  export {
11295
+ ElAffix2 as BmpAffix,
11310
11296
  _sfc_main$3 as BmpAlert,
11311
11297
  _sfc_main$1 as BmpAnchor,
11298
+ ElAside as BmpAside,
11299
+ ElAutocomplete as BmpAutocomplete,
11300
+ ElAvatar2 as BmpAvatar,
11312
11301
  _sfc_main$w as BmpBacktop,
11313
11302
  _sfc_main$6 as BmpBadge,
11303
+ ElBreadcrumb2 as BmpBreadcrumb,
11304
+ ElBreadcrumbItem2 as BmpBreadcrumbItem,
11305
+ ElButton2 as BmpButton,
11306
+ ElButtonGroup as BmpButtonGroup,
11307
+ ElCalendar as BmpCalendar,
11308
+ ElCard2 as BmpCard,
11309
+ ElCarousel as BmpCarousel,
11310
+ ElCarouselItem as BmpCarouselItem,
11311
+ ElCascader as BmpCascader,
11312
+ ElCascaderPanel as BmpCascaderPanel,
11313
+ ElCheckTag as BmpCheckTag,
11314
+ ElCheckbox as BmpCheckbox,
11315
+ ElCheckboxButton as BmpCheckboxButton,
11316
+ ElCheckboxGroup as BmpCheckboxGroup,
11317
+ ElCol as BmpCol,
11318
+ ElCollapse as BmpCollapse,
11319
+ ElCollapseItem as BmpCollapseItem,
11320
+ ElCollapseTransition as BmpCollapseTransition,
11321
+ ElColorPicker as BmpColorPicker,
11314
11322
  _sfc_main$d as BmpConfigGlobal,
11323
+ ElConfigProvider2 as BmpConfigProvider,
11324
+ ElContainer as BmpContainer,
11325
+ ElCountdown as BmpCountdown,
11315
11326
  createImageViewer as BmpCreateImageViewer,
11327
+ ElDatePicker as BmpDatePicker,
11328
+ ElDescriptions as BmpDescriptions,
11329
+ ElDescriptionsItem as BmpDescriptionsItem,
11316
11330
  _sfc_main$4 as BmpDialog,
11331
+ ElDivider as BmpDivider,
11332
+ ElDrawer2 as BmpDrawer,
11333
+ ElDropdown2 as BmpDropdown,
11334
+ ElDropdownItem2 as BmpDropdownItem,
11335
+ ElDropdownMenu2 as BmpDropdownMenu,
11336
+ ElEmpty as BmpEmpty,
11337
+ ElFooter as BmpFooter,
11338
+ ElForm as BmpForm,
11339
+ ElFormItem as BmpFormItem,
11340
+ ElHeader as BmpHeader,
11317
11341
  _sfc_main$v as BmpIcon,
11342
+ ElImage as BmpImage,
11343
+ ElImageViewer2 as BmpImageViewer,
11344
+ ElInfiniteScroll as BmpInfiniteScroll,
11345
+ ElInput2 as BmpInput,
11346
+ ElInputNumber as BmpInputNumber,
11347
+ ElInputTag as BmpInputTag,
11318
11348
  BmpLayout,
11349
+ ElLink2 as BmpLink,
11350
+ ElLoading as BmpLoading,
11351
+ ElMain as BmpMain,
11352
+ ElMention as BmpMention,
11353
+ ElMenu2 as BmpMenu,
11354
+ ElMenuItem2 as BmpMenuItem,
11355
+ ElMenuItemGroup as BmpMenuItemGroup,
11356
+ ElMessage2 as BmpMessage,
11357
+ ElMessageBox2 as BmpMessageBox,
11358
+ ElNotification2 as BmpNotification,
11359
+ ElOption as BmpOption,
11360
+ ElOptionGroup as BmpOptionGroup,
11361
+ ElOverlay as BmpOverlay,
11319
11362
  PageCard as BmpPageCard,
11320
- PageHeader as BmpPageHeader,
11363
+ ElPageHeader as BmpPageHeader,
11364
+ PageNavBar as BmpPageNavBar,
11321
11365
  _sfc_main$5 as BmpPagination,
11366
+ ElPopconfirm as BmpPopconfirm,
11367
+ ElPopover as BmpPopover,
11368
+ ElPopper as BmpPopper,
11369
+ ElProgress as BmpProgress,
11370
+ ElRadio as BmpRadio,
11371
+ ElRadioButton as BmpRadioButton,
11372
+ ElRadioGroup as BmpRadioGroup,
11373
+ ElRate as BmpRate,
11374
+ ElResult as BmpResult,
11375
+ ElRow as BmpRow,
11376
+ ElScrollbar2 as BmpScrollbar,
11377
+ ElSegmented as BmpSegmented,
11378
+ ElSelect as BmpSelect,
11379
+ ElSelectV2 as BmpSelectV2,
11322
11380
  setI18n as BmpSetI18n,
11323
11381
  setPinia as BmpSetPinia,
11382
+ ElSkeleton as BmpSkeleton,
11383
+ ElSkeletonItem as BmpSkeletonItem,
11384
+ ElSlider as BmpSlider,
11385
+ ElSpace as BmpSpace,
11386
+ ElSplitter as BmpSplitter,
11387
+ ElSplitterPanel as BmpSplitterPanel,
11388
+ ElStatistic as BmpStatistic,
11324
11389
  Steps as BmpSteps,
11390
+ ElSubMenu2 as BmpSubMenu,
11391
+ ElSwitch as BmpSwitch,
11392
+ ElTabPane as BmpTabPane,
11393
+ ElTable as BmpTable,
11394
+ ElTableColumn as BmpTableColumn,
11395
+ ElTabs as BmpTabs,
11396
+ ElTag as BmpTag,
11397
+ ElText as BmpText,
11398
+ ElTimePicker as BmpTimePicker,
11399
+ ElTimeSelect as BmpTimeSelect,
11400
+ ElTimeline as BmpTimeline,
11401
+ ElTimelineItem as BmpTimelineItem,
11402
+ ElTooltip as BmpTooltip,
11403
+ ElTour as BmpTour,
11404
+ ElTourStep as BmpTourStep,
11405
+ ElTransfer as BmpTransfer,
11406
+ ElTree as BmpTree,
11407
+ ElTreeSelect as BmpTreeSelect,
11408
+ ElTreeV2 as BmpTreeV2,
11409
+ ElUpload2 as BmpUpload,
11325
11410
  UploadFile as BmpUploadFile,
11326
11411
  UploadImg as BmpUploadImg,
11327
11412
  UploadImgs as BmpUploadImgs,
@@ -11332,5 +11417,6 @@ export {
11332
11417
  usePermissionStoreWithOut as BmpUsePermissionStoreWithOut,
11333
11418
  useUserStore as BmpUseUserStore,
11334
11419
  useUserStoreWithOut as BmpUseUserStoreWithOut,
11420
+ ElWatermark as BmpWatermark,
11335
11421
  BmpLayout as default
11336
11422
  };