golden-logic-ui 1.0.133 → 1.0.135
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
|
@@ -1300,7 +1300,7 @@ const nc = /* @__PURE__ */ O(Er, [["render", Mr]]), Nr = { class: "bg-white bord
|
|
|
1300
1300
|
])
|
|
1301
1301
|
], 2));
|
|
1302
1302
|
}
|
|
1303
|
-
}, Ur = { class: "font-bold ptext-lg dark:text-white" }, Fr = { class: "mt-3 mb-4" }, Rr = { class: "bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-
|
|
1303
|
+
}, Ur = { class: "font-bold ptext-lg dark:text-white" }, Fr = { class: "mt-3 mb-4" }, Rr = { class: "bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-3 py-1 rounded dark:bg-blue-900 dark:text-blue-300" }, qr = /* @__PURE__ */ t("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), zr = ["name", "value"], Hr = {
|
|
1304
1304
|
key: 0,
|
|
1305
1305
|
class: "dropdown"
|
|
1306
1306
|
}, Zr = { class: "border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500" }, Kr = { class: "relative" }, Wr = ["onClick"], Yr = { class: "text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999] showOptions" }, Xr = { class: "p-1" }, Jr = /* @__PURE__ */ t("label", {
|
|
@@ -1512,7 +1512,7 @@ const nc = /* @__PURE__ */ O(Er, [["render", Mr]]), Nr = { class: "bg-white bord
|
|
|
1512
1512
|
], 2)) : g("", !0),
|
|
1513
1513
|
e.show ? g("", !0) : (d(), u("div", {
|
|
1514
1514
|
key: 1,
|
|
1515
|
-
class: p(
|
|
1515
|
+
class: p(e.field_name)
|
|
1516
1516
|
}, [
|
|
1517
1517
|
(d(!0), u(w, null, D(i.value, (k, E) => (d(), u("input", {
|
|
1518
1518
|
type: "hidden",
|
|
@@ -3082,7 +3082,7 @@ const mc = /* @__PURE__ */ O(ra, [["render", on], ["__scopeId", "data-v-a94f16a9
|
|
|
3082
3082
|
], 2)) : g("", !0),
|
|
3083
3083
|
e.show ? g("", !0) : (d(), u("div", {
|
|
3084
3084
|
key: 1,
|
|
3085
|
-
class: p(
|
|
3085
|
+
class: p(e.field_name)
|
|
3086
3086
|
}, [
|
|
3087
3087
|
t("input", {
|
|
3088
3088
|
type: "hidden",
|
|
@@ -4001,7 +4001,8 @@ function pl(e, r, s, n, o, a) {
|
|
|
4001
4001
|
o.isLoading ? g("", !0) : (d(!0), u(w, { key: 1 }, D(a.groupedItems, (c, f) => (d(), u(w, null, [
|
|
4002
4002
|
t("tr", gl, [
|
|
4003
4003
|
t("td", {
|
|
4004
|
-
colspan: s.columns.length
|
|
4004
|
+
colspan: s.columns.length,
|
|
4005
|
+
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"
|
|
4005
4006
|
}, h(f), 9, fl)
|
|
4006
4007
|
]),
|
|
4007
4008
|
(d(!0), u(w, null, D(c, (m, _) => (d(), u("tr", {
|
|
@@ -4011,7 +4012,7 @@ function pl(e, r, s, n, o, a) {
|
|
|
4011
4012
|
(d(!0), u(w, null, D(s.columns, (v, S) => (d(), u("td", {
|
|
4012
4013
|
key: S,
|
|
4013
4014
|
"data-label": v.field_label,
|
|
4014
|
-
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-
|
|
4015
|
+
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 border dark:border-gray-700"
|
|
4015
4016
|
}, [
|
|
4016
4017
|
t("div", ml, [
|
|
4017
4018
|
v.tdComp ? (d(), Z(le(a.forDynCompIs(v.tdComp)), {
|