@applica-software-guru/react-admin 1.0.63 → 1.0.65

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.
Files changed (30) hide show
  1. package/dist/components/Layout/Header/HeaderContent/Profile.d.ts.map +1 -1
  2. package/dist/components/Layout/Header/HeaderContent/buttons/ChangePasswordButton.d.ts +3 -0
  3. package/dist/components/Layout/Header/HeaderContent/buttons/ChangePasswordButton.d.ts.map +1 -0
  4. package/dist/components/Layout/Header/HeaderContent/buttons/LogoutButton.d.ts +3 -0
  5. package/dist/components/Layout/Header/HeaderContent/buttons/LogoutButton.d.ts.map +1 -0
  6. package/dist/components/Layout/Header/HeaderContent/buttons/StopImpersonateButton.d.ts +3 -0
  7. package/dist/components/Layout/Header/HeaderContent/buttons/StopImpersonateButton.d.ts.map +1 -0
  8. package/dist/components/Layout/Header/HeaderContent/buttons/index.d.ts +5 -0
  9. package/dist/components/Layout/Header/HeaderContent/buttons/index.d.ts.map +1 -0
  10. package/dist/components/ra-fields/AttachmentField.d.ts.map +1 -1
  11. package/dist/components/ra-forms/ChangePasswordForm.d.ts +6 -0
  12. package/dist/components/ra-forms/ChangePasswordForm.d.ts.map +1 -0
  13. package/dist/components/ra-forms/index.d.ts +2 -1
  14. package/dist/components/ra-forms/index.d.ts.map +1 -1
  15. package/dist/react-admin.cjs.js +53 -53
  16. package/dist/react-admin.cjs.js.map +1 -1
  17. package/dist/react-admin.es.js +11101 -10842
  18. package/dist/react-admin.es.js.map +1 -1
  19. package/dist/react-admin.umd.js +53 -53
  20. package/dist/react-admin.umd.js.map +1 -1
  21. package/package.json +1 -1
  22. package/src/components/Layout/Header/HeaderContent/Profile.jsx +13 -8
  23. package/src/components/Layout/Header/HeaderContent/buttons/ChangePasswordButton.tsx +28 -0
  24. package/src/components/Layout/Header/HeaderContent/buttons/LogoutButton.tsx +23 -0
  25. package/src/components/Layout/Header/HeaderContent/buttons/StopImpersonateButton.tsx +39 -0
  26. package/src/components/Layout/Header/HeaderContent/buttons/index.jsx +4 -0
  27. package/src/components/ra-fields/AttachmentField.tsx +4 -1
  28. package/src/components/ra-forms/ChangePasswordForm.tsx +66 -0
  29. package/src/components/ra-forms/index.jsx +2 -1
  30. package/src/components/ra-pages/ActivatePage.tsx +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"Profile.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/Header/HeaderContent/Profile.jsx"],"names":[],"mappings":";AAwBA,oEAiIC"}
1
+ {"version":3,"file":"Profile.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/Header/HeaderContent/Profile.jsx"],"names":[],"mappings":";AAyBA,oEAqIC"}
@@ -0,0 +1,3 @@
1
+ declare const ChangePasswordButton: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ChangePasswordButton;
3
+ //# sourceMappingURL=ChangePasswordButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChangePasswordButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Layout/Header/HeaderContent/buttons/ChangePasswordButton.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,oBAAoB,+CAkBzB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const LogoutButton: () => import("react/jsx-runtime").JSX.Element;
2
+ export default LogoutButton;
3
+ //# sourceMappingURL=LogoutButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LogoutButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Layout/Header/HeaderContent/buttons/LogoutButton.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,YAAY,+CAcjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const StopImpersonateButton: () => import("react/jsx-runtime").JSX.Element | null;
2
+ export default StopImpersonateButton;
3
+ //# sourceMappingURL=StopImpersonateButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StopImpersonateButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Layout/Header/HeaderContent/buttons/StopImpersonateButton.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,qBAAqB,sDA8B1B,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import ChangePasswordButton from './ChangePasswordButton';
2
+ import LogoutButton from './LogoutButton';
3
+ import StopImpersonateButton from './StopImpersonateButton';
4
+ export { ChangePasswordButton, LogoutButton, StopImpersonateButton };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Layout/Header/HeaderContent/buttons/index.jsx"],"names":[],"mappings":"iCAAiC,wBAAwB;yBAChC,gBAAgB;kCACP,yBAAyB"}
@@ -1 +1 @@
1
- {"version":3,"file":"AttachmentField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/AttachmentField.tsx"],"names":[],"mappings":"AAAA,OAA4B,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAKtF,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GAAG;IAC5D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,eAAe;+DAAgF,oBAAoB;;;;;;;;;;;;;;;;;;;;CAyDxH,CAAC;AAUF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"AttachmentField.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-fields/AttachmentField.tsx"],"names":[],"mappings":"AAAA,OAA4B,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAKtF,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,GAAG;IAC5D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,eAAe;+DAAgF,oBAAoB;;;;;;;;;;;;;;;;;;;;CA4DxH,CAAC;AAUF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,6 @@
1
+ export type ChangePasswordFormProps = {
2
+ onSuccess: () => void;
3
+ };
4
+ declare const ChangePasswordForm: ({ onSuccess }: ChangePasswordFormProps) => import("react/jsx-runtime").JSX.Element;
5
+ export default ChangePasswordForm;
6
+ //# sourceMappingURL=ChangePasswordForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChangePasswordForm.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/ChangePasswordForm.tsx"],"names":[],"mappings":"AAUA,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AACF,QAAA,MAAM,kBAAkB,kBAAmB,uBAAuB,4CAkDjE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import CardForm from './CardForm';
2
+ import ChangePasswordForm from './ChangePasswordForm';
2
3
  import Edit from './Edit';
3
4
  import FormHeader from './FormHeader';
4
5
  import LongForm from './LongForm';
@@ -6,5 +7,5 @@ import SimpleForm from './SimpleForm';
6
7
  import SimpleFormIterator from './SimpleFormIterator';
7
8
  import TabbedForm from './TabbedForm';
8
9
  import Toolbar from './Toolbar';
9
- export { CardForm, Edit, FormHeader, LongForm, SimpleForm, SimpleFormIterator, TabbedForm, Toolbar };
10
+ export { CardForm, ChangePasswordForm, Edit, FormHeader, LongForm, SimpleForm, SimpleFormIterator, TabbedForm, Toolbar };
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/index.jsx"],"names":[],"mappings":"qBAAqB,YAAY;iBAChB,QAAQ;uBACF,cAAc;qBAChB,YAAY;uBACV,cAAc;+BACN,sBAAsB;uBAC9B,cAAc;oBACjB,WAAW"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/index.jsx"],"names":[],"mappings":"qBAAqB,YAAY;+BACF,sBAAsB;iBACpC,QAAQ;uBACF,cAAc;qBAChB,YAAY;uBACV,cAAc;+BACN,sBAAsB;uBAC9B,cAAc;oBACjB,WAAW"}