golden-logic-ui 1.2.37 → 1.2.39
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
|
@@ -91620,7 +91620,7 @@ function t5e(r, t, s, l, c, f) {
|
|
|
91620
91620
|
}, [
|
|
91621
91621
|
W("table", {
|
|
91622
91622
|
id: "table" + c.Random_string,
|
|
91623
|
-
class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse
|
|
91623
|
+
class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-5 lg:border-spacing-y-0 print:border-spacing-y-0! dark:border-strokeDark dark:bg-boxDark"
|
|
91624
91624
|
}, [
|
|
91625
91625
|
W("thead", zAe, [
|
|
91626
91626
|
W("tr", null, [
|
|
@@ -91629,7 +91629,7 @@ function t5e(r, t, s, l, c, f) {
|
|
|
91629
91629
|
key: ne,
|
|
91630
91630
|
onClick: (_e) => f.updateSortColumn(ue.field_name, ue.sortable),
|
|
91631
91631
|
class: Nn(["w-full px-4 py-2 lg:w-2/12 print:w-2/12! print:border-[1px]!", {
|
|
91632
|
-
"print
|
|
91632
|
+
"no-print": ue.field_name === "Action" || ue.field_name === "action"
|
|
91633
91633
|
}])
|
|
91634
91634
|
}, [
|
|
91635
91635
|
oo(Xt(ue.field_label) + " ", 1),
|
|
@@ -91704,10 +91704,10 @@ function t5e(r, t, s, l, c, f) {
|
|
|
91704
91704
|
style: mz(_e == null ? void 0 : _e.style),
|
|
91705
91705
|
key: yt,
|
|
91706
91706
|
"data-label": _e.field_label,
|
|
91707
|
-
class: Nn(["text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none print:before:content-none! flex flex-col justify-between gap-2 lg:table-cell
|
|
91707
|
+
class: Nn(["text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none print:before:content-none! flex flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-3 lg:px-4 print:py-3! print:px-4! border-[1px] dark:border-gray-700", {
|
|
91708
91708
|
/* 'rounded-t-lg lg:rounded-t-none': colIndex === 0,*/
|
|
91709
91709
|
"rounded-b-lg lg:rounded-b-none!": yt === s.columns.length - 1,
|
|
91710
|
-
"print
|
|
91710
|
+
"no-print": _e.field_name === "Action" || _e.field_name === "action"
|
|
91711
91711
|
}])
|
|
91712
91712
|
}, [
|
|
91713
91713
|
W("div", {
|
|
@@ -91746,7 +91746,7 @@ function t5e(r, t, s, l, c, f) {
|
|
|
91746
91746
|
])
|
|
91747
91747
|
], 64);
|
|
91748
91748
|
}
|
|
91749
|
-
const XRe = /* @__PURE__ */ Ii($Ae, [["render", t5e], ["__scopeId", "data-v-
|
|
91749
|
+
const XRe = /* @__PURE__ */ Ii($Ae, [["render", t5e], ["__scopeId", "data-v-cfa3016e"]]), n5e = {
|
|
91750
91750
|
components: {},
|
|
91751
91751
|
props: {
|
|
91752
91752
|
data: Array,
|