@xiaou66/u-web-ui 0.149.0 → 0.151.0

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 (2) hide show
  1. package/dist/index.es.js +6 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -488,7 +488,11 @@ var LeftMenu_default = /* @__PURE__ */ defineComponent({
488
488
  key: 0,
489
489
  ref_key: "menuRef",
490
490
  ref: y,
491
- class: normalizeClass([unref(p)("menu"), unref(p)(`menu-${d.size}`)]),
491
+ class: normalizeClass([
492
+ unref(p)(),
493
+ unref(p)("menu"),
494
+ unref(p)(`menu-${d.size}`)
495
+ ]),
492
496
  style: normalizeStyle(T),
493
497
  onContextmenu: c[0] ||= withModifiers(() => {}, ["prevent"])
494
498
  }, [renderSlot(r.$slots, "content")], 38)) : createCommentVNode("", !0)]),
@@ -496,7 +500,7 @@ var LeftMenu_default = /* @__PURE__ */ defineComponent({
496
500
  }, 8, ["name"])])),
497
501
  (openBlock(), createBlock(Teleport, { to: "body" }, [w.value ? (openBlock(), createElementBlock("div", {
498
502
  key: 0,
499
- class: normalizeClass(unref(p)("mask")),
503
+ class: normalizeClass([unref(p)(), unref(p)("mask")]),
500
504
  onClick: k,
501
505
  onContextmenu: withModifiers(k, ["prevent"])
502
506
  }, null, 34)) : createCommentVNode("", !0)]))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/u-web-ui",
3
- "version": "0.149.0",
3
+ "version": "0.151.0",
4
4
  "description": "web-ui",
5
5
  "main": "./dist/index.es.js",
6
6
  "module": "./dist/index.es.js",