golden-logic-ui 1.2.95 → 1.2.97
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/golden-logic-ui.js
CHANGED
|
@@ -2564,7 +2564,7 @@ const BRe = /* @__PURE__ */ Ii(w0e, [["render", K0e], ["__scopeId", "data-v-4c7f
|
|
|
2564
2564
|
var T;
|
|
2565
2565
|
return r.is_open ? (Qe(), Xe("div", {
|
|
2566
2566
|
key: 0,
|
|
2567
|
-
class: Qn(["fixed h-full w-full overflow-y-auto overflow-x-hidden outline-hidden inset-0 bg-black/80!", r.has_large_z_index ? "z-9999" : "z-1055"]),
|
|
2567
|
+
class: Qn(["fixed h-full w-full overflow-y-auto overflow-x-hidden outline-hidden inset-0 bg-black/80! min-w-full", r.has_large_z_index ? "z-9999" : "z-1055"]),
|
|
2568
2568
|
tabindex: "-1"
|
|
2569
2569
|
}, [
|
|
2570
2570
|
U("div", {
|
|
@@ -75116,7 +75116,7 @@ function ESe(r, t, s, l, c, f) {
|
|
|
75116
75116
|
default: od((b) => [
|
|
75117
75117
|
b.computed.total > b.computed.perPage ? (Qe(), Xe("div", {
|
|
75118
75118
|
key: 0,
|
|
75119
|
-
class: Qn(["flex flex-col items-center", s.classes])
|
|
75119
|
+
class: Qn(["flex flex-col items-center w-full", s.classes])
|
|
75120
75120
|
}, [
|
|
75121
75121
|
b.computed.total > b.computed.perPage ? (Qe(), Xe("span", xSe, [
|
|
75122
75122
|
to(Gt(s.translation.showing) + " ", 1),
|
|
@@ -75128,7 +75128,7 @@ function ESe(r, t, s, l, c, f) {
|
|
|
75128
75128
|
to(" " + Gt(s.translation.entries), 1)
|
|
75129
75129
|
])) : Vt("", !0),
|
|
75130
75130
|
b.computed.total > b.computed.perPage ? (Qe(), Xe("ul", M6({ key: 1 }, r.$attrs, {
|
|
75131
|
-
class: ["flex items-center h-8 -space-x-px text-sm", {
|
|
75131
|
+
class: ["flex flex-wrap items-center h-8 -space-x-px text-sm", {
|
|
75132
75132
|
"pagination-sm": s.size == "small",
|
|
75133
75133
|
"pagination-lg": s.size == "large",
|
|
75134
75134
|
"justify-content-center": s.align == "center",
|