@firecms/core 3.0.0-canary.24 → 3.0.0-canary.25
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 +3 -8
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/storage.d.ts +11 -3
- package/package.json +4 -4
- package/src/hooks/useBuildNavigationController.tsx +1 -7
- package/src/internal/useBuildSideEntityController.tsx +2 -0
- package/src/types/storage.ts +12 -3
package/dist/index.es.js
CHANGED
|
@@ -14316,9 +14316,6 @@ function $u(e) {
|
|
|
14316
14316
|
}, [R, P]), ae = x(async () => {
|
|
14317
14317
|
if (!i.initialLoading) {
|
|
14318
14318
|
try {
|
|
14319
|
-
console.debug("Refreshing navigation", {
|
|
14320
|
-
authController: i
|
|
14321
|
-
});
|
|
14322
14319
|
const [M = [], re, Z = []] = await Promise.all(
|
|
14323
14320
|
[
|
|
14324
14321
|
yd(a, o, i, u, p),
|
|
@@ -14425,10 +14422,7 @@ function $u(e) {
|
|
|
14425
14422
|
}
|
|
14426
14423
|
return ie;
|
|
14427
14424
|
}, [X]);
|
|
14428
|
-
return
|
|
14429
|
-
initialised: g,
|
|
14430
|
-
navigationLoading: w
|
|
14431
|
-
}), {
|
|
14425
|
+
return {
|
|
14432
14426
|
collections: m.current,
|
|
14433
14427
|
views: h.current,
|
|
14434
14428
|
adminViews: f.current,
|
|
@@ -15169,7 +15163,8 @@ const Bd = (e, t) => {
|
|
|
15169
15163
|
p === 0 ? t.replace(Wt(m, e, a)) : t.open(Wt(m, e, a));
|
|
15170
15164
|
}, 1);
|
|
15171
15165
|
}
|
|
15172
|
-
}
|
|
15166
|
+
} else
|
|
15167
|
+
console.warn("Location path is not a collection path");
|
|
15173
15168
|
i.current = !0;
|
|
15174
15169
|
}
|
|
15175
15170
|
}, [r, e, t, a]);
|