@gisce/react-ooui 2.115.0-alpha.14 → 2.115.0-alpha.15
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/react-ooui.es.js
CHANGED
|
@@ -8592,13 +8592,9 @@ const xr = /* @__PURE__ */ vr(uv), { Text: fv } = Kt, mv = ({
|
|
|
8592
8592
|
}) => {
|
|
8593
8593
|
if (!o)
|
|
8594
8594
|
return;
|
|
8595
|
-
const I = o == null ? void 0 : o.rows, O = I == null ? void 0 : I.flatMap((R) => R), M = O == null ? void 0 : O.filter(
|
|
8596
|
-
|
|
8597
|
-
|
|
8598
|
-
"[SideSearchFilter] Invalid field filtered out - field type may not be supported:",
|
|
8599
|
-
R == null ? void 0 : R.type
|
|
8600
|
-
), E;
|
|
8601
|
-
}), D = Object.keys(l).reduce((R, E) => {
|
|
8595
|
+
const I = o == null ? void 0 : o.rows, O = I == null ? void 0 : I.flatMap((R) => R), M = O == null ? void 0 : O.filter(
|
|
8596
|
+
(R) => R && R.id !== void 0 && R.label !== void 0
|
|
8597
|
+
), D = Object.keys(l).reduce((R, E) => {
|
|
8602
8598
|
const A = E.replace(/#.*$/, "");
|
|
8603
8599
|
return R[A] === void 0 && (R[A] = l[E] !== void 0), R;
|
|
8604
8600
|
}, {}), N = F ? M.reduce((R, E) => (R[E.id] = D[E.id], R), {}) : D;
|