biblio-react 3.0.0-alpha65 → 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 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) => (typeof r.field < "u" && r.operator && (b0.has(r.operator) ? t[`${r.field}_${b0.get(r.operator)}`] = r.value : t[r.field] = r.value), t), {}), "defaultConvertFilterModelToFilterValues"), mC = /* @__PURE__ */ a((e) => {
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,