biblio-react 3.0.0-alpha64 → 3.0.0-alpha66
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 +10 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22021,7 +22021,14 @@ const pC = /* @__PURE__ */ a((e) => {
|
|
|
22021
22021
|
["isAnyOf", "isAnyOf"]
|
|
22022
22022
|
]), b0 = new Map(
|
|
22023
22023
|
Array.from(xj, (e) => [e[1], e[0]])
|
|
22024
|
-
), Sj = /* @__PURE__ */ a((e) => e.items.reduce((t, r) =>
|
|
22024
|
+
), Sj = /* @__PURE__ */ a((e) => e.items.reduce((t, r) => {
|
|
22025
|
+
var n;
|
|
22026
|
+
if (typeof r.field < "u" && r.operator) {
|
|
22027
|
+
let o = r.field;
|
|
22028
|
+
r.field === "__row_group_by_columns_group__" && (o = (n = e.rowGroupingModel) == null ? void 0 : n[0]), b0.has(r.operator) ? t[`${o}_${b0.get(r.operator)}`] = r.value : t[o] = r.value;
|
|
22029
|
+
}
|
|
22030
|
+
return t;
|
|
22031
|
+
}, {}), "defaultConvertFilterModelToFilterValues"), mC = /* @__PURE__ */ a((e) => {
|
|
22025
22032
|
const {
|
|
22026
22033
|
actionButtons: t = [],
|
|
22027
22034
|
actionButtonsHeader: r,
|
|
@@ -30761,7 +30768,7 @@ const j0 = /* @__PURE__ */ a((e) => {
|
|
|
30761
30768
|
/* @deprecated */
|
|
30762
30769
|
prefix: l,
|
|
30763
30770
|
rutaAsync: u,
|
|
30764
|
-
accept: d
|
|
30771
|
+
accept: d,
|
|
30765
30772
|
download: p = !0,
|
|
30766
30773
|
...f
|
|
30767
30774
|
} = t, h = Tt(), g = un(e), m = va((C) => C.breakpoints.down("sm")), b = $r(), [y, O] = De(
|
|
@@ -30818,7 +30825,7 @@ const j0 = /* @__PURE__ */ a((e) => {
|
|
|
30818
30825
|
options: { readOnly: o, ...n },
|
|
30819
30826
|
format: /* @__PURE__ */ a((C) => z0(C, l, y), "format"),
|
|
30820
30827
|
placeholder: h("ra.input.file.upload_single"),
|
|
30821
|
-
accept: d,
|
|
30828
|
+
...d ? { accept: d } : {},
|
|
30822
30829
|
children: /* @__PURE__ */ Y(ta, { sx: { display: "inline-block", ml: 1 }, children: [
|
|
30823
30830
|
/* @__PURE__ */ v(
|
|
30824
30831
|
kr,
|