shared-ritm 1.2.54 → 1.2.56
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/index.css +1 -1
- package/dist/shared-ritm.es.js +4 -4
- package/dist/shared-ritm.umd.js +2 -2
- package/dist/types/api/types/Api_Controls.d.ts +10 -10
- package/package.json +1 -1
- package/src/api/types/Api_Controls.ts +72 -72
- package/src/common/app-table/AppTable.vue +244 -241
- package/src/common/app-table/AppTableLayout.vue +104 -104
package/dist/shared-ritm.es.js
CHANGED
|
@@ -12743,7 +12743,7 @@ const qh = /* @__PURE__ */ de(Ch, [["render", xh]]), Mh = ["onClick"], $h = {
|
|
|
12743
12743
|
ae(_h, {
|
|
12744
12744
|
selected: a.value,
|
|
12745
12745
|
"onUpdate:selected": c[0] || (c[0] = (u) => a.value = u),
|
|
12746
|
-
rows: i.rows,
|
|
12746
|
+
rows: i.rows.value,
|
|
12747
12747
|
columns: i.columns,
|
|
12748
12748
|
"row-key": "id",
|
|
12749
12749
|
flat: "",
|
|
@@ -12817,7 +12817,7 @@ const qh = /* @__PURE__ */ de(Ch, [["render", xh]]), Mh = ["onClick"], $h = {
|
|
|
12817
12817
|
}, [
|
|
12818
12818
|
ae(qh, { class: "q-mr-xs" }),
|
|
12819
12819
|
U("span", null, Le(u.label), 1),
|
|
12820
|
-
u.filterType
|
|
12820
|
+
["multi", "single"].includes(u.filterType) && ((d = i.columnFilters.value[u.name]) != null && d.length) ? (O(), se("div", $h, " - " + Le(u.filterType === "multi" ? (g = i.columnFilters.value[u.name]) == null ? void 0 : g.length : 1), 1)) : Ee("", !0)
|
|
12821
12821
|
], 8, Mh)) : (O(), se("div", Bh, Le(u.label), 1)),
|
|
12822
12822
|
u.filterType ? (O(), ve(vo, {
|
|
12823
12823
|
key: 2,
|
|
@@ -12906,7 +12906,7 @@ const qh = /* @__PURE__ */ de(Ch, [["render", xh]]), Mh = ["onClick"], $h = {
|
|
|
12906
12906
|
_: 1
|
|
12907
12907
|
}));
|
|
12908
12908
|
}
|
|
12909
|
-
}), Ph = /* @__PURE__ */ de(Vh, [["__scopeId", "data-v-
|
|
12909
|
+
}), Ph = /* @__PURE__ */ de(Vh, [["__scopeId", "data-v-ca683909"]]), Ah = { class: "table-layout" }, Oh = { class: "table-controls" }, Dh = { class: "table-wrapper" }, Fh = {
|
|
12910
12910
|
key: 0,
|
|
12911
12911
|
class: "loader-overlay"
|
|
12912
12912
|
}, Ih = /* @__PURE__ */ Ue({
|
|
@@ -12960,7 +12960,7 @@ const qh = /* @__PURE__ */ de(Ch, [["render", xh]]), Mh = ["onClick"], $h = {
|
|
|
12960
12960
|
r.modalSlot ? St(r.$slots, "modal", { key: 0 }, void 0, !0) : Ee("", !0)
|
|
12961
12961
|
]));
|
|
12962
12962
|
}
|
|
12963
|
-
}), H2 = /* @__PURE__ */ de(Ih, [["__scopeId", "data-v-
|
|
12963
|
+
}), H2 = /* @__PURE__ */ de(Ih, [["__scopeId", "data-v-11c432cd"]]);
|
|
12964
12964
|
function ks(e, t) {
|
|
12965
12965
|
return function() {
|
|
12966
12966
|
return e.apply(t, arguments);
|