adverich-kun-ui 0.1.271 → 0.1.272
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.
|
@@ -96,6 +96,7 @@ const T = { class: "flex w-full items-center" }, W = {
|
|
|
96
96
|
}), V = d(() => t.tile ? "rounded-none" : t.rounded === !0 ? "rounded-md" : t.rounded === !1 ? "" : `rounded-${t.rounded}`), z = d(() => t.ripple ? "relative overflow-hidden" : ""), x = d(() => {
|
|
97
97
|
const l = O.class;
|
|
98
98
|
return [
|
|
99
|
+
...Array.isArray(l) ? l : [l],
|
|
99
100
|
re,
|
|
100
101
|
G.value,
|
|
101
102
|
M.value,
|
|
@@ -109,8 +110,7 @@ const T = { class: "flex w-full items-center" }, W = {
|
|
|
109
110
|
[`cursor-pointer ${t.hoverBg}`]: t.selectable && !t.disabled,
|
|
110
111
|
[t.activeClass]: C.value || I.value,
|
|
111
112
|
"px-4": !t.noGutters
|
|
112
|
-
}
|
|
113
|
-
...Array.isArray(l) ? l : [l]
|
|
113
|
+
}
|
|
114
114
|
];
|
|
115
115
|
});
|
|
116
116
|
return (l, S) => D.value ? (n(), u(J(Q), {
|