prlg-ui 1.8.371 → 1.8.372
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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +1 -1
- package/dist/reka-ui/index.es.js +3 -3
- package/dist/rekaUI.d.ts +1 -0
- package/package.json +1 -1
package/dist/reka-ui/index.es.js
CHANGED
|
@@ -19803,7 +19803,7 @@ const mq = /* @__PURE__ */ g({
|
|
|
19803
19803
|
return p(), A("div", Ub, [
|
|
19804
19804
|
(p(!0), A(ge, null, Ie(a.table.getRowModel().rows, (o) => Dt((p(), A("div", {
|
|
19805
19805
|
key: o.id,
|
|
19806
|
-
class: "table__row",
|
|
19806
|
+
class: De(["table__row", o.original.rowClass]),
|
|
19807
19807
|
style: Pe({ background: o.original.bgColor && o.original.viewBgColor ? o.original.bgColor : "transparent" }),
|
|
19808
19808
|
onClick: o.original.onClick
|
|
19809
19809
|
}, [
|
|
@@ -19820,7 +19820,7 @@ const mq = /* @__PURE__ */ g({
|
|
|
19820
19820
|
props: n.getContext()
|
|
19821
19821
|
}, null, 8, ["render", "props"])
|
|
19822
19822
|
], 6))), 128))
|
|
19823
|
-
],
|
|
19823
|
+
], 14, Gb)), [
|
|
19824
19824
|
[
|
|
19825
19825
|
l,
|
|
19826
19826
|
o.original.isLoading,
|
|
@@ -19831,7 +19831,7 @@ const mq = /* @__PURE__ */ g({
|
|
|
19831
19831
|
]);
|
|
19832
19832
|
};
|
|
19833
19833
|
}
|
|
19834
|
-
}), Zb = /* @__PURE__ */ N(Yb, [["__scopeId", "data-v-
|
|
19834
|
+
}), Zb = /* @__PURE__ */ N(Yb, [["__scopeId", "data-v-e0657dc3"]]), Xb = { class: "table__body" }, Jb = { class: "table__empty-row" }, Qb = ["colspan"], eC = /* @__PURE__ */ g({
|
|
19835
19835
|
__name: "DataTableBodyEmpty",
|
|
19836
19836
|
props: {
|
|
19837
19837
|
table: {}
|
package/dist/rekaUI.d.ts
CHANGED