biblio-react 3.0.0-alpha200 → 3.0.0-alpha202
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.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10819,7 +10819,7 @@ const jD = /* @__PURE__ */ a((e) => {
|
|
|
10819
10819
|
[r]
|
|
10820
10820
|
), o = O.useMemo(() => Array.isArray(e.columns) && e.columns.length ? e.columns.map((s) => s.field ? s : t.current.getColumn(s)).filter((s) => (s == null ? void 0 : s.field) && n.includes(s.field)) : n.map((s) => t.current.getColumn(s)).filter(Boolean), [e.columns, t, n]), i = /* @__PURE__ */ a((s, l, u) => {
|
|
10821
10821
|
var d, p;
|
|
10822
|
-
if (
|
|
10822
|
+
if (typeof (s == null ? void 0 : s.valueFormatter) == "function") {
|
|
10823
10823
|
const f = (u == null ? void 0 : u.id) ?? e.id;
|
|
10824
10824
|
let h = l;
|
|
10825
10825
|
if ((d = t.current) != null && d.getCellParams && f != null)
|
|
@@ -31989,7 +31989,8 @@ const lx = /* @__PURE__ */ a((e) => {
|
|
|
31989
31989
|
display: "flex",
|
|
31990
31990
|
alignItems: "flex-start",
|
|
31991
31991
|
gap: 1,
|
|
31992
|
-
width: e.isTC ? "80%" : "100%"
|
|
31992
|
+
width: e.isTC ? "80%" : "100%",
|
|
31993
|
+
mr: e.isTC ? 1 : 0
|
|
31993
31994
|
},
|
|
31994
31995
|
children: [
|
|
31995
31996
|
/* @__PURE__ */ v(Ze, { sx: { flex: 1, minWidth: 0 }, children: /* @__PURE__ */ v(
|