@applica-software-guru/react-admin 1.1.103 → 1.1.105
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/ApplicaAdmin.d.ts.map +1 -1
- package/dist/components/ra-lists/List.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 +2 -2
- 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/ApplicaAdmin.tsx +2 -1
- package/src/components/ra-lists/List.tsx +0 -1
- package/src/playground/App.jsx +4 -3
package/dist/react-admin.es.js
CHANGED
|
@@ -25770,7 +25770,6 @@ const WY = ha(gI, {
|
|
|
25770
25770
|
marginTop: e.spacing(1.5)
|
|
25771
25771
|
},
|
|
25772
25772
|
"& .RaFilterFormInput-hideButton": {
|
|
25773
|
-
marginTop: e.spacing(1),
|
|
25774
25773
|
marginBottom: e.spacing(0.5),
|
|
25775
25774
|
marginRight: e.spacing(1)
|
|
25776
25775
|
},
|
|
@@ -29602,10 +29601,11 @@ const vK = ({ apiUrl: e, endpoint: t = "/languages/load", mapper: n = ({ data: r
|
|
|
29602
29601
|
const w = tt(() => we.isValidElement(u) ? we.cloneElement(u, {
|
|
29603
29602
|
// @ts-ignore
|
|
29604
29603
|
name: f,
|
|
29604
|
+
copy: g,
|
|
29605
29605
|
version: h,
|
|
29606
29606
|
enableRegistration: y,
|
|
29607
29607
|
enablePasswordRecover: P
|
|
29608
|
-
}) : u, [u, f, h, y, P]), T = tt(
|
|
29608
|
+
}) : u, [u, f, h, g, y, P]), T = tt(
|
|
29609
29609
|
() => (O) => /* @__PURE__ */ C(
|
|
29610
29610
|
EY,
|
|
29611
29611
|
{
|