@xiaou66/u-web-ui 0.141.0 → 0.142.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.
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -702,7 +702,7 @@ var LeftMenu_default = /* @__PURE__ */ defineComponent({
|
|
|
702
702
|
left: withCtx(() => [createElementVNode("div", { class: normalizeClass(unref(getClassPrefix)("utools", "left-menu")) }, [createElementVNode("div", {
|
|
703
703
|
class: normalizeClass(["flex items-center justify-center", unref(getClassPrefix)("utools", "left-menu", "collapse")]),
|
|
704
704
|
onClick: r[0] ||= (e) => t.value?.changeCollapsed()
|
|
705
|
-
}, [createElementVNode("div", { class: normalizeClass(["w-5 h-5 font-bold", n.value ? "i-p-
|
|
705
|
+
}, [createElementVNode("div", { class: normalizeClass(["w-5 h-5 font-bold", n.value ? "i-p-expand-left" : "i-p-expand-right"]) }, null, 2)], 2), createVNode(unref(LeftMenu_default), mergeProps({
|
|
706
706
|
ref_key: "leftMenuRef",
|
|
707
707
|
ref: t
|
|
708
708
|
}, {
|
|
@@ -1000,14 +1000,14 @@ var LeftMenu_default = /* @__PURE__ */ defineComponent({
|
|
|
1000
1000
|
width: "14px",
|
|
1001
1001
|
height: "14px"
|
|
1002
1002
|
},
|
|
1003
|
-
class: "i-p-
|
|
1003
|
+
class: "i-p-check-small"
|
|
1004
1004
|
}, null, -1)]),
|
|
1005
1005
|
"unchecked-icon": withCtx(() => r[2] ||= [createElementVNode("span", {
|
|
1006
1006
|
style: {
|
|
1007
1007
|
width: "14px",
|
|
1008
1008
|
height: "14px"
|
|
1009
1009
|
},
|
|
1010
|
-
class: "i-p-
|
|
1010
|
+
class: "i-p-close-small"
|
|
1011
1011
|
}, null, -1)]),
|
|
1012
1012
|
_: 1
|
|
1013
1013
|
}, 16, ["value"]));
|