golden-logic-ui 1.0.203 → 1.0.205
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
|
@@ -50992,7 +50992,7 @@ const eq = /* @__PURE__ */ Ha(mQ, [["render", kQ]]), TQ = {
|
|
|
50992
50992
|
this.isMounted && I !== ve && this.GetItemLists();
|
|
50993
50993
|
}
|
|
50994
50994
|
}
|
|
50995
|
-
}, EQ = { class: "p-2" }, AQ = { class: "flex flex-col flex-wrap pb-4
|
|
50995
|
+
}, EQ = { class: "p-2" }, AQ = { class: "flex flex-col flex-wrap pb-4 gap-4 xl:flex-row xl:items-center xl:justify-between flex-column" }, OQ = { class: "flex items-center gap-2" }, DQ = /* @__PURE__ */ V("span", { class: "font-medium" }, " Show ", -1), RQ = { style: { "margin-top": "3px" } }, $Q = /* @__PURE__ */ V("span", { class: "font-medium" }, " Entries ", -1), MQ = /* @__PURE__ */ V("label", {
|
|
50996
50996
|
for: "table-search",
|
|
50997
50997
|
class: "sr-only"
|
|
50998
50998
|
}, "Search", -1), NQ = { class: "relative" }, BQ = /* @__PURE__ */ V("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
@@ -51126,7 +51126,7 @@ function YQ(I, ve, le, Be, Ce, re) {
|
|
|
51126
51126
|
(Ee(!0), Oe(Yo, null, ka(le.columns, (rn, Bn) => (Ee(), Oe("td", {
|
|
51127
51127
|
key: Bn,
|
|
51128
51128
|
"data-label": rn.field_label,
|
|
51129
|
-
class: Cn(["text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4
|
|
51129
|
+
class: Cn(["text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border-[0.3px] dark:border-gray-700", {
|
|
51130
51130
|
"rounded-t-lg lg:rounded-t-none": Bn === 0,
|
|
51131
51131
|
"rounded-b-lg lg:rounded-b-none": Bn === le.columns.length - 1
|
|
51132
51132
|
}])
|