@applica-software-guru/react-admin 1.2.118 → 1.2.119
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/components/ra-forms/LongForm/Provider.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +8 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-forms/LongForm/Provider.tsx +8 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -17576,7 +17576,14 @@ const kL = {
|
|
|
17576
17576
|
function Gy(e) {
|
|
17577
17577
|
const t = !!(e.syncWithLocation ?? !0), { rootMatchString: n } = e, { pathname: r } = NI(), [i, a] = DI(ML, we.cloneDeep(kL)), { formRootPath: l, items: u } = i, A = et(() => ({ state: i, dispatch: a }), [i, a]);
|
|
17578
17578
|
return rt(() => {
|
|
17579
|
-
const f = [
|
|
17579
|
+
const f = [
|
|
17580
|
+
"entities/:resource/create/*",
|
|
17581
|
+
":resource/create/*",
|
|
17582
|
+
"entities/:resource/:id/show",
|
|
17583
|
+
":resource/:id/show",
|
|
17584
|
+
"entities/:resource/:id/*",
|
|
17585
|
+
":resource/:id/*"
|
|
17586
|
+
];
|
|
17580
17587
|
n !== void 0 && f.push(n);
|
|
17581
17588
|
const g = we.chain(f).map((p) => bO(p, r)).reject((p) => p === null).first().value(), C = g == null ? void 0 : g.pathnameBase;
|
|
17582
17589
|
C !== void 0 && C !== l && a({
|