@applica-software-guru/react-admin 1.5.304 → 1.5.305
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/Layout/Header/Profile/index.d.ts +1 -0
- package/dist/components/Layout/Header/Profile/index.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +45 -45
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +6 -3
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +43 -43
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Layout/Header/Profile/index.ts +1 -0
package/dist/react-admin.es.js
CHANGED
|
@@ -5060,7 +5060,7 @@ function _o(e) {
|
|
|
5060
5060
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
5061
5061
|
}
|
|
5062
5062
|
function cS(e) {
|
|
5063
|
-
if (!_o(e))
|
|
5063
|
+
if (/* @__PURE__ */ F.isValidElement(e) || !_o(e))
|
|
5064
5064
|
return e;
|
|
5065
5065
|
const t = {};
|
|
5066
5066
|
return Object.keys(e).forEach((n) => {
|
|
@@ -5072,7 +5072,7 @@ function so(e, t, n = {
|
|
|
5072
5072
|
}) {
|
|
5073
5073
|
const r = n.clone ? G({}, e) : e;
|
|
5074
5074
|
return _o(e) && _o(t) && Object.keys(t).forEach((o) => {
|
|
5075
|
-
_o(t[o]) && // Avoid prototype pollution
|
|
5075
|
+
/* @__PURE__ */ F.isValidElement(t[o]) ? r[o] = t[o] : _o(t[o]) && // Avoid prototype pollution
|
|
5076
5076
|
Object.prototype.hasOwnProperty.call(e, o) && _o(e[o]) ? r[o] = so(e[o], t[o], n) : n.clone ? r[o] = _o(t[o]) ? cS(t[o]) : t[o] : r[o] = t[o];
|
|
5077
5077
|
}), r;
|
|
5078
5078
|
}
|
|
@@ -6492,7 +6492,7 @@ process.env.NODE_ENV !== "production" && (AS.propTypes = {
|
|
|
6492
6492
|
styles: x.oneOfType([x.array, x.string, x.object, x.func])
|
|
6493
6493
|
});
|
|
6494
6494
|
/**
|
|
6495
|
-
* @mui/styled-engine v5.16.
|
|
6495
|
+
* @mui/styled-engine v5.16.8
|
|
6496
6496
|
*
|
|
6497
6497
|
* @license MIT
|
|
6498
6498
|
* This source code is licensed under the MIT license found in the
|
|
@@ -35422,6 +35422,7 @@ export {
|
|
|
35422
35422
|
hde as BulkFloatingActionsToolbar,
|
|
35423
35423
|
Cc as Button,
|
|
35424
35424
|
$ne as CardForm,
|
|
35425
|
+
Vae as ChangePasswordButton,
|
|
35425
35426
|
dT as ChangePasswordForm,
|
|
35426
35427
|
Ude as ChipField,
|
|
35427
35428
|
Aue as CircularWithLabel,
|
|
@@ -35508,6 +35509,7 @@ export {
|
|
|
35508
35509
|
que as LocalizedTextInput,
|
|
35509
35510
|
$le as LoginPage,
|
|
35510
35511
|
Eoe as Logo,
|
|
35512
|
+
Wae as LogoutButton,
|
|
35511
35513
|
qt as LongForm,
|
|
35512
35514
|
ar as MainCard,
|
|
35513
35515
|
fP as MainIcon,
|
|
@@ -35570,6 +35572,7 @@ export {
|
|
|
35570
35572
|
$ue as SizeField,
|
|
35571
35573
|
Dle as SmallIcon,
|
|
35572
35574
|
rde as SmartTextInput,
|
|
35575
|
+
jae as StopImpersonateButton,
|
|
35573
35576
|
Hz as StyledArrow,
|
|
35574
35577
|
VT as TabbedForm,
|
|
35575
35578
|
xfe as TabbedFormTabs,
|
|
Binary file
|