@omniaz/vue-component-library 0.2.18 → 0.2.20
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.
|
@@ -60643,7 +60643,7 @@ const JEe = /* @__PURE__ */ fn({
|
|
|
60643
60643
|
re.ordering && (d.value = re.field, h.value = re.orderByScope ?? null, p.value = p.value === "asc" ? "desc" : "asc", r.ajaxUrl && !((le = r.options) != null && le.frontendPagination) && C()), re.orderingCallBack && re.orderingCallBack();
|
|
60644
60644
|
}, q = () => {
|
|
60645
60645
|
var re;
|
|
60646
|
-
localStorage.setItem(`${r.ajaxUrl}_perPage`, String(c.value)), (re = r.options) != null && re.frontendPagination || C();
|
|
60646
|
+
localStorage.setItem(`${r.ajaxUrl}_perPage`, String(c.value)), f.value = 0, (re = r.options) != null && re.frontendPagination || C();
|
|
60647
60647
|
}, Q = (re) => {
|
|
60648
60648
|
n("orderChanged", re);
|
|
60649
60649
|
}, te = (re) => {
|
|
@@ -60762,7 +60762,7 @@ const JEe = /* @__PURE__ */ fn({
|
|
|
60762
60762
|
}, [
|
|
60763
60763
|
ze("tr", {
|
|
60764
60764
|
class: ct([
|
|
60765
|
-
"lg:hover:bg-gray-100 odd:lg:bg-gray-50 h-[64px]",
|
|
60765
|
+
"lg:hover:bg-gray-100 odd:lg:bg-gray-50 h-[64px] inline lg:table-row",
|
|
60766
60766
|
re.selectableRows || re.rowClickRoute || re.rowClickCallback ? "cursor-pointer" : "",
|
|
60767
60767
|
v.value.some((J) => J.id === Ie.id) || m.value ? LMe : "",
|
|
60768
60768
|
"group"
|