eco-vue-js 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -80,7 +80,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
80
80
|
ref: element,
|
81
81
|
class: normalizeClass(["relative grid grid-cols-[1fr,2.5rem] w-full select-none cursor-pointer py-2 px-[1.0625rem]", {
|
82
82
|
"bg-primary-light dark:bg-primary-darkest": _ctx.isSelected,
|
83
|
-
"before:opacity-5": _ctx.isCursor && !_ctx.skeleton,
|
83
|
+
"before:opacity-5": !_ctx.loading && _ctx.isCursor && !_ctx.skeleton,
|
84
84
|
"cursor-progress": _ctx.loading || _ctx.skeleton,
|
85
85
|
"w-ripple": !_ctx.loading && !_ctx.skeleton
|
86
86
|
}]),
|
@@ -89,7 +89,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
89
89
|
onClick: withModifiers(toggle, ["prevent", "stop"])
|
90
90
|
}, [
|
91
91
|
createElementVNode("div", {
|
92
|
-
class: normalizeClass(["flex items-center
|
92
|
+
class: normalizeClass(["flex items-center overflow-hidden", {
|
93
93
|
"col-span-2": _ctx.hideOptionIcon
|
94
94
|
}])
|
95
95
|
}, [
|