biblio-react 2.2.3 → 2.2.5
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 +7 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16425,14 +16425,14 @@ const rE = /* @__PURE__ */ o((e) => {
|
|
|
16425
16425
|
/* @__PURE__ */ f(
|
|
16426
16426
|
$e,
|
|
16427
16427
|
{
|
|
16428
|
-
sx: { height: "
|
|
16428
|
+
sx: { height: "78vh", width: "100%" },
|
|
16429
16429
|
className: ms.tableWrapper,
|
|
16430
16430
|
children: /* @__PURE__ */ f(Pf, { theme: iE, children: /* @__PURE__ */ f(
|
|
16431
16431
|
Ci,
|
|
16432
16432
|
{
|
|
16433
16433
|
sx: {
|
|
16434
16434
|
display: "grid",
|
|
16435
|
-
gridTemplateRows: "
|
|
16435
|
+
gridTemplateRows: "78vh 1fr auto"
|
|
16436
16436
|
},
|
|
16437
16437
|
slots: {
|
|
16438
16438
|
//toolbar: GridToolbar,
|
|
@@ -22718,12 +22718,15 @@ const $1 = /* @__PURE__ */ o((e) => {
|
|
|
22718
22718
|
i,
|
|
22719
22719
|
(x, O) => Jt(x, {
|
|
22720
22720
|
onClick: x.props.options ? null : (w) => {
|
|
22721
|
-
x.props.onClick
|
|
22721
|
+
x.props.onClick ? x.props.onClick(w, E) : s(E, x.key);
|
|
22722
22722
|
},
|
|
22723
22723
|
options: x.props.options ? x.props.options.map((w) => ({
|
|
22724
22724
|
...w,
|
|
22725
22725
|
onClick: /* @__PURE__ */ o((F) => {
|
|
22726
|
-
x.props.onClick
|
|
22726
|
+
x.props.onClick ? x.props.onClick(F, E) : s(
|
|
22727
|
+
E,
|
|
22728
|
+
w.key
|
|
22729
|
+
);
|
|
22727
22730
|
}, "onClick")
|
|
22728
22731
|
})) : null
|
|
22729
22732
|
})
|