@firecms/core 3.0.0-canary.76 → 3.0.0-canary.77
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -12330,10 +12330,10 @@ function Bd({
|
|
|
12330
12330
|
] });
|
|
12331
12331
|
}
|
|
12332
12332
|
const mi = (e, t) => {
|
|
12333
|
-
if (
|
|
12333
|
+
if (Qe(e))
|
|
12334
12334
|
return !0;
|
|
12335
12335
|
const r = e, i = !!r.Field || "fromBuilder" in r && r.fromBuilder;
|
|
12336
|
-
return r.dataType === "map" && r.properties ? i || Object.values(r.properties).some((a) => mi(a
|
|
12336
|
+
return r.dataType === "map" && r.properties ? i || Object.values(r.properties).some((a) => mi(a)) : r.dataType === "array" && "resolvedProperties" in r ? i || r.resolvedProperties?.some((a) => a && mi(a)) : i;
|
|
12337
12337
|
};
|
|
12338
12338
|
function Sd({
|
|
12339
12339
|
path: e,
|