@applica-software-guru/react-admin 1.1.87 → 1.1.89

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.
@@ -253,5 +253,5 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
253
253
  `),E3)),v3=le("span",{name:"MuiLinearProgress",slot:"Bar2",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.bar,t[`barColor${be(n.color)}`],(n.variant==="indeterminate"||n.variant==="query")&&t.bar2Indeterminate,n.variant==="buffer"&&t.bar2Buffer]}})(({ownerState:e,theme:t})=>G({width:"100%",position:"absolute",left:0,bottom:0,top:0,transition:"transform 0.2s linear",transformOrigin:"left"},e.variant!=="buffer"&&{backgroundColor:e.color==="inherit"?"currentColor":(t.vars||t).palette[e.color].main},e.color==="inherit"&&{opacity:.3},e.variant==="buffer"&&{backgroundColor:Cu(t,e.color),transition:`transform .${hu}s linear`}),({ownerState:e})=>(e.variant==="indeterminate"||e.variant==="query")&&Mt.css(TI||(TI=_o`
254
254
  width: auto;
255
255
  animation: ${0} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
256
- `),I3)),PI=q.forwardRef(function(t,n){const r=Wt({props:t,name:"MuiLinearProgress"}),{className:i,color:a="primary",value:l,valueBuffer:A,variant:g="indeterminate"}=r,d=Je(r,C3),h=G({},r,{color:a,variant:g}),E=Q3(h),C=ct(),I={},B={bar1:{},bar2:{}};if(g==="determinate"||g==="buffer")if(l!==void 0){I["aria-valuenow"]=Math.round(l),I["aria-valuemin"]=0,I["aria-valuemax"]=100;let Q=l-100;C.direction==="rtl"&&(Q=-Q),B.bar1.transform=`translateX(${Q}%)`}else process.env.NODE_ENV!=="production"&&console.error("MUI: You need to provide a value prop when using the determinate or buffer variant of LinearProgress .");if(g==="buffer")if(A!==void 0){let Q=(A||0)-100;C.direction==="rtl"&&(Q=-Q),B.bar2.transform=`translateX(${Q}%)`}else process.env.NODE_ENV!=="production"&&console.error("MUI: You need to provide a valueBuffer prop when using the buffer variant of LinearProgress.");return f.jsxs(m3,G({className:at(E.root,i),ownerState:h,role:"progressbar"},I,{ref:n},d,{children:[g==="buffer"?f.jsx(y3,{className:E.dashed,ownerState:h}):null,f.jsx(b3,{className:E.bar1,ownerState:h,style:B.bar1}),g==="determinate"?null:f.jsx(v3,{className:E.bar2,ownerState:h,style:B.bar2})]}))});process.env.NODE_ENV!=="production"&&(PI.propTypes={classes:c.object,className:c.string,color:c.oneOfType([c.oneOf(["inherit","primary","secondary"]),c.string]),sx:c.oneOfType([c.arrayOf(c.oneOfType([c.func,c.object,c.bool])),c.func,c.object]),value:c.number,valueBuffer:c.number,variant:c.oneOf(["buffer","determinate","indeterminate","query"])});const x3=PI,w3=le("div")(({theme:e})=>({position:"fixed",top:0,left:0,zIndex:2001,width:"100%","& > * + *":{marginTop:e.spacing(2)}})),SI=()=>f.jsx(w3,{children:f.jsx(x3,{color:"primary"})}),T3=e=>t=>f.jsx(M.Suspense,{fallback:f.jsx(SI,{}),children:f.jsx(e,{...t})}),_a=({title:e})=>f.jsxs(v.Stack,{direction:"row",children:[f.jsx(v.Typography,{variant:"h2",sx:{fontWeight:"regular",letterSpacing:-2.5},children:"a."})," ",f.jsx(v.Typography,{variant:"h2",sx:{fontWeight:"bold"},children:e})]});_a.propTypes={title:c.string.isRequired};const OI=le(w.Notification,{})(({theme:e})=>({"& *":{fontSize:e.typography.body1.fontSize}})),Eu=({children:e})=>{const t=ut.useLocation(),{pathname:n}=t;return M.useEffect(()=>{window.scrollTo({top:0,left:0,behavior:"smooth"})},[n]),e||null};Eu.propTypes={children:c.node};const P3=le("div")({width:"100%",overflowX:"auto",display:"block"}),Iu=({title:e})=>f.jsx(v.Typography,{variant:"h2",sx:{style:"bold"},children:e==null?void 0:e.substr(0,1).toUpperCase()});Iu.propTypes={title:c.string.isRequired};const Bu=(e,t)=>{const n=t.id;if(!e)return[t];const r=e.findIndex(i=>i.id===n);return r===-1?[...e,t]:[...e.slice(0,r),{...e[r],...t},...e.slice(r+1)]},S3=(e,t)=>e&&e.data?{data:Bu(e.data,t),total:e.total+1}:e,O3=(e,t)=>e&&e.length>0?Bu(e,t):e,M3=(e,t)=>e&&e.data?{...e,data:Bu(e.data,t),total:e.total+1}:e,Qu=({onClose:e,record:t,children:n,redirect:r,onSubmit:i,onSuccess:a,onError:l})=>{const A=Xg.useQueryClient(),g=w.useResourceContext(),d=w.useRedirect(),h=w.useNotify(),E=M.useCallback(Q=>{const D=Date.now();A.setQueryData([g,"getOne",{id:Q.id}],Q),A.setQueriesData([g,"getList"],k=>M3(k,Q),{updatedAt:D}),A.setQueriesData([g,"getMany"],k=>O3(k,Q),{updatedAt:D}),A.setQueriesData([g,"getManyReference"],k=>S3(k,Q),{updatedAt:D}),e(),h("ra.notification.created"),r!==void 0&&d(r,g,Q.id,Q),a&&a(Q)},[e,a,A,g,h,d,r]),{save:C,isLoading:I}=w.useCreateController({mutationOptions:{onSuccess:E,onError:l}}),B=M.useCallback(Q=>{i?i(Q,e):C&&C(Q)},[i,C,e]);return f.jsx(w.CreateContextProvider,{value:{record:t,save:B,saving:I,redirect:r},children:M.cloneElement(n,{...n.props,toolbar:f.jsxs(sr,{children:[f.jsx(w.Button,{variant:"text",size:"medium",label:"ra.action.cancel",onClick:e}),f.jsx(w.SaveButton,{})]})})})};Qu.propTypes={children:c.node,onClose:c.func,record:c.object,redirect:c.oneOf(["list","edit","show",!1])},Qu.defaultProps={redirect:!1};const D3={true:{_scrollToTop:!0},false:{}},k3=le(v.Fab,{name:"RaApplicaCreateInDialogButton",overridesResolver:(e,t)=>t.root})(({theme:e})=>({[`&.${w.CreateButtonClasses.floating}`]:{color:e.palette.getContrastText(e.palette.primary.main),margin:0,top:"auto",right:20,bottom:60,left:"auto",position:"fixed",zIndex:1e3}})),mu=({fullWidth:e,maxWidth:t,label:n,record:r,redirect:i,scrollToTop:a,className:l,sx:A,onSubmit:g,onSuccess:d,onError:h,...E})=>{const[C,I]=M.useState(!1),B=w.useTranslate(),Q=w.useResourceContext(),{openDialog:y,closeDialog:D}=no(),k=M.useCallback(()=>y(Q,()=>I(!0)),[y,Q]),T=M.useCallback(()=>D(Q,()=>I(!1)),[D,Q]),P=v.useMediaQuery(S=>S.breakpoints.down("md"));return f.jsxs(f.Fragment,{children:[P?f.jsx(k3,{...E,state:D3[String(a)],color:"primary",className:at(w.CreateButtonClasses.floating,l),"aria-label":n&&B(n),onClick:k,children:f.jsx(jn.Add,{})}):f.jsx(w.Button,{...E,sx:A,label:n,onClick:k,children:f.jsx(jn.Add,{})}),f.jsx(v.Dialog,{open:C,onClose:T,fullWidth:e,maxWidth:t,children:f.jsx(Qu,{...E,redirect:i,record:r,onClose:T,onSubmit:g,onSuccess:d,onError:h})})]})};mu.defaultProps={fullWidth:!0,maxWidth:"md",label:"ra.action.create",scrollToTop:!0},mu.propTypes={...w.Button.propTypes,redirect:c.oneOf(["list","edit","show",!1]),fullWidth:c.bool,maxWidth:c.oneOf(["xs","sm","md","lg","xl",!1]),label:c.string,record:c.object,scrollToTop:c.bool,className:c.string,sx:c.object,children:c.node,onSubmit:c.func,onSuccess:c.func,onError:c.func};const MI=({onClose:e,children:t})=>{const n=w.useNotify(),r=w.useRecordContext(),i=w.useResourceContext(),{id:a}=r,{isLoading:l,data:A}=w.useGetOne(i,{id:a}),g=M.useCallback(()=>{n("ra.notification.updated",{type:"info",messageArgs:{smart_count:1}}),e()},[e,n]),{save:d,saving:h}=w.useEditController({resource:i,id:a,mutationMode:"pessimistic",mutationOptions:{onSuccess:g}});return f.jsx(w.EditContextProvider,{value:{record:A,isLoading:l,save:d,saving:h},children:M.cloneElement(t,{toolbar:f.jsxs(sr,{children:[f.jsx(w.Button,{variant:"text",size:"medium",label:"ra.action.cancel",onClick:e}),f.jsx(w.SaveButton,{})]})})})};MI.propTypes={children:c.node,onClose:c.func};const yu=({fullWidth:e,maxWidth:t,label:n,...r})=>{const[i,a]=M.useState(!1),{openDialog:l,closeDialog:A}=no(),g=w.useResourceContext(),d=M.useCallback(()=>l(g,()=>a(!0)),[l,g]),h=M.useCallback(()=>A(g,()=>a(!1)),[A,g]);return f.jsxs(f.Fragment,{children:[f.jsx(w.Button,{label:n,onClick:d,children:f.jsx(jn.Edit,{})}),f.jsx(v.Dialog,{open:i,onClose:h,fullWidth:e,maxWidth:t,children:f.jsx(MI,{...r,onClose:h})})]})};yu.defaultProps={fullWidth:!0,maxWidth:"md",label:"ra.action.edit"},yu.propTypes={fullWidth:c.bool,maxWidth:c.oneOf(["xs","sm","md","lg","xl",!1]),label:c.string};const DI=({label:e="ra.auth.sign_in",...t})=>{const n=w.useRecordContext(),[r,i]=M.useState(!1),a=w.useAuthProvider(),l=M.useCallback(A=>{A.stopPropagation(),A.preventDefault(),i(!0),a.impersonate(n==null?void 0:n.id).then(()=>{i(!1),document.location.href="/"})},[a,n==null?void 0:n.id]);return f.jsx(w.Button,{disabled:r||a.impersonate===void 0,color:"primary",variant:"text",label:e,onClick:l,...t,children:f.jsx(jn.VpnKey,{})})};DI.propTypes={label:c.string};const F3=le(w.Datagrid,{name:"ApplicaDatagrid",slot:"root"})(()=>({"& .RaBulkActionsToolbar-collapsed":{height:0,paddingTop:0,paddingBottom:0},"& .RaBulkActionsToolbar-topToolbar":{backgroundColor:"transparent"},"& .icon span":{top:-1,left:-1},"& th":{textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"}})),bu=e=>f.jsx(F3,{...e});bu.propTypes={...w.Datagrid.propTypes},bu.defaultProps={...w.Datagrid.defaultProps};const L3=le("div")(({theme:e})=>({padding:e.spacing(2)})),kI=({actions:e,className:t,...n})=>{const{hasCreate:r}=Me.useResourceDefinition(n),i=Me.useResourceContext(n),a=Me.useTranslate(),l=Me.useGetResourceLabel(),A=a(`resources.${i}.forcedCaseName`,{smart_count:0,_:l(i,0)}),g=a("ra.page.empty",{name:A}),d=a("ra.page.invite");return f.jsxs(N3,{className:t,children:[f.jsxs("div",{className:Xo.message,children:[f.jsx(jn.Inbox,{className:Xo.icon}),f.jsx(v.Typography,{variant:"h4",paragraph:!0,children:a(`resources.${i}.empty`,{_:g})}),r&&f.jsx(v.Typography,{variant:"body1",children:a(`resources.${i}.invite`,{_:d})})]}),f.jsx(L3,{className:Xo.toolbar,children:e})]})},Xa="ApplicaEmpty",Xo={message:`${Xa}-message`,icon:`${Xa}-icon`,toolbar:`${Xa}-toolbar`},N3=le("span",{name:Xa,overridesResolver:(e,t)=>t.root})(({theme:e})=>({flex:1,[`& .${Xo.message}`]:{textAlign:"center",opacity:e.palette.mode==="light"?.5:.8,margin:"0 1em",color:e.palette.mode==="light"?"inherit":e.palette.text.primary},[`& .${Xo.icon}`]:{width:"9em",height:"9em"},[`& .${Xo.toolbar}`]:{textAlign:"center",marginTop:"2em"}}));kI.propTypes={actions:c.element,className:c.string};const R3=Po(w.List,{name:"RaApplicaList",slot:"root"})(({theme:e})=>({"& .RaList-main":{overflowX:"auto","& .RaBulkActionsToolbar-toolbar":{height:36,top:42,paddingTop:16,"& .RaBulkActionsToolbar-title":{alignItems:"end","& .MuiTypography-root":{alignSelf:"center"}}},"& .MuiToolbar-root":{"& form":{padding:e.spacing(2),paddingBottom:e.spacing(2),alignItems:"flex-start"},"& .MuiButton-root":{margin:e.spacing(2)}},"& .RaList-actions":{padding:e.spacing(2),paddingTop:0,"& .RaFilterForm-filterFormInput":{marginTop:e.spacing(1),"& .ra-input":{alignSelf:"center"},[e.breakpoints.down("sm")]:{marginBottom:e.spacing(1)}},"& .RaFilterFormInput-hideButton":{marginTop:e.spacing(1),marginBottom:e.spacing(.5),marginRight:e.spacing(1)},"& > .MuiToolbar-root":{flex:"unset",padding:0}},"& .RaList-content":{"& .RaBulkActionsToolbar-collapsed":{height:0,paddingTop:0,paddingBottom:0},"& .icon span":{top:-1,left:-1}}},"& .RaEmpty-toolbar":{margin:e.spacing(2)}})),FI=e=>f.jsx(bn,{content:!1,children:f.jsx(R3,{...e})});FI.propTypes={...w.List.propTypes};const V3=()=>{const e=w.useRefresh(),t=w.useNotify(),n=w.useUnselectAll(),r=w.useResourceContext(),{selectedIds:i,data:a}=w.useListContext(),l=w.useRecordContext(),A=i.map(E=>a.find(C=>C.id===E)),[g,{isLoading:d}]=w.useUpdateMany(r,{ids:i.length>0?i:[l==null?void 0:l.id],data:{readed:ar().format("YYYY-MM-DD HH:mm:ss")},rows:A},{onSuccess:()=>{e(),t("resources.notifications.messages.readed.done"),n(r)},onError:()=>t("ra.notification.readed_error","warning"),onFailure:()=>t("ra.notification.readed_error","warning")}),h=M.useCallback(()=>{g()},[g]);return f.jsx(w.Button,{label:"ra.notification.mark_as_readed",disabled:d||(l==null?void 0:l.readed)!==null,onClick:h,children:f.jsx(jn.Email,{})})},j3=()=>{const e=w.useRefresh(),t=w.useNotify(),n=w.useUnselectAll(),{selectedIds:r,data:i}=w.useListContext(),a=w.useRecordContext(),l=w.useResourceContext(),A=r.map(E=>i.find(C=>C.id===E)).concat([a]),[g,{isLoading:d}]=w.useUpdateMany(l,{ids:r.length>0?r:[a==null?void 0:a.id],data:{readed:null},rows:A},{onSuccess:()=>{e(),t("resources.notifications.messages.unreaded.done"),n("notifications")},onFailure:()=>t("resources.notifications.messages.unreaded.error","warning")}),h=M.useCallback(()=>{g()},[g]);return f.jsx(w.Button,{color:"secondary",label:"ra.notification.mark_as_unreaded",disabled:d||a&&!(a!=null&&a.readed),onClick:h,children:f.jsx(jn.Drafts,{})})},H3=e=>{const t=w.useRecordContext(e),n=w.useResourceContext(e),r=w.useRedirect(),i=w.useNotify(),a=w.useTranslate(),[l]=w.useLocaleState(),A=M.useMemo(()=>t!=null&&t.readed?ar(t==null?void 0:t.readed).locale(l).format("ddd, DD MMM YYYY HH:mm:ss"):!1,[t==null?void 0:t.readed,l]),[g]=w.useUpdate(n,{id:t==null?void 0:t.id,data:{...t,readed:ar().format("YYYY-MM-DD HH:mm:ss")}},{onSuccess:()=>{t!=null&&t.resource&&(t!=null&&t.resource.startsWith("/")?r(t==null?void 0:t.resource):document.location.href=t==null?void 0:t.resource)},onFailure:()=>{i("ra.notification.readed_error","warning")}}),d=M.useCallback(()=>g(),[g]);return f.jsxs("div",{onClick:d,style:{cursor:"pointer"},role:"button",tabIndex:0,children:[f.jsx(v.Typography,{variant:"subtitle1",children:f.jsxs(v.Box,{fontWeight:"bold",children:[" ",t==null?void 0:t.title]})}),f.jsx(v.Typography,{variant:"body1",sx:{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",whiteSpace:"break-spaces"},dangerouslySetInnerHTML:{__html:t==null?void 0:t.content}}),A&&f.jsx(v.Typography,{variant:"caption",display:"block",sx:{mt:1},color:"textSecondary",children:a("ra.notification.readed",{readed:A})})]})},z3=({...e})=>{const t=v.useTheme(),{mode:n,colorize:r,density:i}=M.useMemo(()=>({mode:t.palette.mode,colorize:t.palette.mode==="dark"?v.darken:v.lighten,density:t.palette.mode==="dark"?.5:.9}),[t.palette.mode]),a=M.useCallback(l=>({backgroundColor:l!=null&&l.readed?r(t.palette.primary[n],i):r(t.palette.secondary[n],i)}),[t,n,r,i]);return f.jsxs(w.Datagrid,{...e,rowStyle:a,children:[f.jsx(H3,{source:"notification",sortable:!1,label:"ra.notification"}),f.jsx(ta,{source:"created",label:"ra.notification.created"}),f.jsxs(Oi,{children:[f.jsx(V3,{}),f.jsx(j3,{})]})]})},Za={width:"1.5rem",alignSelf:"center"},vu=({source:e,label:t,variant:n,record:r,spaceBottom:i,spaceTop:a,component:l,leftIcon:A,rightIcon:g,button:d,buttonProps:h,...E})=>{const{getCurrentDialog:C}=no(),I=Me.useResourceContext(E),B=C(),Q=Me.useRecordContext(),y=r||Q,D=rt.get(y,e||"");return f.jsxs(v.Stack,{direction:"row",alignItems:"center",justifyContent:"space-between",sx:k=>({pt:1,pb:1,borderBottom:`1px solid ${k.palette.divider}`,...i&&{mb:2},...a&&{mt:2}}),children:[f.jsxs(v.Stack,{direction:"row",alignItems:"start",children:[A&&(M.isValidElement(A)?M.cloneElement(A,{style:Za}):M.createElement(A,{style:Za})),f.jsx(Me.FieldTitle,{label:t,source:e,resource:B||I})]}),f.jsxs(v.Stack,{direction:"row",alignItems:"center",children:[l?M.isValidElement(l)?M.cloneElement(l,{record:y,resource:I,value:D}):M.createElement(l,{source:e,record:y,resource:I,value:D}):f.jsx(v.Typography,{variant:n,children:D}),g&&(M.isValidElement(g)?M.cloneElement(g,{style:Za}):M.createElement(g,{style:Za})),d&&f.jsx(v.Button,{size:"small",variant:"outlined",sx:{ml:1,p:0},...h,children:d})]})]})};vu.propTypes={source:c.string,label:c.string,record:c.object,variant:c.oneOf(["body1","body2","caption","button","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),spaceTop:c.bool,spaceBottom:c.bool,leftIcon:c.oneOfType([c.elementType,c.element,c.func]),rightIcon:c.oneOfType([c.elementType,c.element,c.func]),component:c.oneOfType([c.elementType,c.element,c.func]),buttonProps:c.object,button:c.string},vu.defaultProps={variant:"body1"};const LI=()=>{const e=Mt.useTheme(),n=e.palette.mode==="dark"?e.palette.primary.dark:e.palette.primary.light;return f.jsx(v.Box,{sx:{position:"absolute",filter:"blur(20px)",bottom:0,p:4,pb:8},children:f.jsxs("svg",{width:"100%",height:"calc(100vh - 175px)",viewBox:"0 0 117 80",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[f.jsx("path",{d:"M15.7523 21.9601L14.0526 17.2379H4.6534L2.95369 21.9601H0L7.78722 0.903564H10.9187L18.706 21.9601H15.7523ZM5.60948 14.6207H13.0988L9.33912 4.24262L5.60948 14.6207Z",fill:n}),f.jsx("path",{d:"M33.592 8.8437C35.0538 10.3782 35.7997 12.2433 35.7997 14.4391C35.7997 16.6348 35.0538 18.5302 33.592 20.0647C32.1301 21.5992 30.3404 22.3513 28.2504 22.3513C25.7747 22.3513 23.8949 21.3593 22.6109 19.3731V27.9769H20.0151V6.91804H22.6109V9.505C23.8949 7.51879 25.7724 6.52686 28.2504 6.52686C30.3381 6.52686 32.1301 7.30923 33.592 8.8437ZM31.6821 18.2881C32.6959 17.2356 33.204 15.9712 33.204 14.4367C33.204 12.9023 32.6959 11.6402 31.6821 10.6157C30.6683 9.56321 29.4143 9.05094 27.9224 9.05094C26.4306 9.05094 25.1489 9.56321 24.1328 10.6157C23.1189 11.6379 22.6109 12.9023 22.6109 14.4367C22.6109 15.9712 23.1189 17.2333 24.1328 18.2881C25.1466 19.3103 26.4006 19.8225 27.9224 19.8225C29.4443 19.8225 30.6683 19.3103 31.6821 18.2881Z",fill:n}),f.jsx("path",{d:"M51.5798 8.8437C53.0416 10.3782 53.7875 12.2433 53.7875 14.4391C53.7875 16.6348 53.0416 18.5302 51.5798 20.0647C50.1179 21.5992 48.3282 22.3513 46.2382 22.3513C43.7625 22.3513 41.8827 21.3593 40.5987 19.3731V27.9769H38.0029V6.91804H40.5987V9.505C41.8827 7.51879 43.7602 6.52686 46.2382 6.52686C48.3258 6.52686 50.1179 7.30923 51.5798 8.8437ZM49.6699 18.2881C50.6837 17.2356 51.1918 15.9712 51.1918 14.4367C51.1918 12.9023 50.6837 11.6402 49.6699 10.6157C48.6561 9.56321 47.4021 9.05094 45.9102 9.05094C44.4184 9.05094 43.1367 9.56321 42.1206 10.6157C41.1067 11.6379 40.5987 12.9023 40.5987 14.4367C40.5987 15.9712 41.1067 17.2333 42.1206 18.2881C43.1344 19.3103 44.3884 19.8225 45.9102 19.8225C47.4321 19.8225 48.6561 19.3103 49.6699 18.2881Z",fill:n}),f.jsx("path",{d:"M55.5449 21.96V0H58.1407V21.96H55.5449Z",fill:n}),f.jsx("path",{d:"M60.3188 2.43569C60.3188 1.47402 61.0948 0.661377 62.0786 0.661377C63.0624 0.661377 63.8083 1.47402 63.8083 2.43569C63.8083 3.39736 63.0324 4.17973 62.0786 4.17973C61.1248 4.17973 60.3188 3.39736 60.3188 2.43569ZM60.7669 21.9578V6.91803H63.3626V21.9578H60.7669Z",fill:n}),f.jsx("path",{d:"M67.8354 20.095C66.3436 18.5605 65.5977 16.6954 65.5977 14.4391C65.5977 12.1828 66.3436 10.3176 67.8354 8.81343C69.3273 7.27896 71.2071 6.52686 73.4449 6.52686C76.3986 6.52686 78.8743 8.06133 80.0382 10.4667L77.8605 11.731C77.1145 10.136 75.4425 9.08354 73.4449 9.08354C71.9531 9.08354 70.6991 9.59581 69.6853 10.618C68.7015 11.6402 68.1934 12.9046 68.1934 14.4391C68.1934 15.9735 68.7015 17.2076 69.6853 18.2299C70.6991 19.2521 71.9531 19.7643 73.4449 19.7643C75.4448 19.7643 77.1145 18.7421 77.9505 17.1471L80.1583 18.4394C78.8766 20.8168 76.3386 22.349 73.4449 22.349C71.2071 22.349 69.3273 21.5969 67.8354 20.0927V20.095Z",fill:n}),f.jsx("path",{d:"M94.2686 6.91793H96.8643V21.9577H94.2686V19.3707C92.9869 21.3569 91.107 22.3488 88.6314 22.3488C86.5437 22.3488 84.7516 21.5967 83.2898 20.0623C81.828 18.5278 81.082 16.6324 81.082 14.4366C81.082 12.2409 81.828 10.3757 83.2898 8.84126C84.7516 7.30679 86.5414 6.52441 88.6314 6.52441C91.107 6.52441 92.9869 7.51635 94.2686 9.50256V6.9156V6.91793ZM92.7467 18.288C93.7605 17.2355 94.2686 15.9711 94.2686 14.4366C94.2686 12.9022 93.7605 11.6401 92.7467 10.6156C91.7329 9.5631 90.4789 9.05083 88.957 9.05083C87.4351 9.05083 86.2112 9.5631 85.1973 10.6156C84.1835 11.6378 83.6755 12.9022 83.6755 14.4366C83.6755 15.9711 84.1835 17.2331 85.1973 18.288C86.2112 19.3102 87.4652 19.8224 88.957 19.8224C90.4489 19.8224 91.7306 19.3102 92.7467 18.288Z",fill:n}),f.jsx("path",{d:"M0.836162 48.9264L3.22406 47.5432C4.03003 50.0999 5.90986 51.3643 8.80351 51.3643C11.6972 51.3643 13.219 50.072 13.219 48.116C13.219 47.1241 12.8311 46.372 12.0851 45.8597C11.3392 45.3475 10.0575 44.8375 8.29545 44.2647L6.29553 43.6034C5.84751 43.4218 5.25169 43.1517 4.56581 42.8211C3.87992 42.4601 3.37186 42.0992 3.04393 41.7383C2.35804 40.9862 1.72989 39.7521 1.72989 38.22C1.72989 36.3851 2.35573 34.9414 3.63975 33.889C4.92376 32.8062 6.47335 32.2637 8.29314 32.2637C11.6048 32.2637 14.1405 34.0985 15.3645 36.8648L13.0366 38.2176C12.1406 36.0521 10.561 34.9694 8.29314 34.9694C6.02533 34.9694 4.50345 36.1732 4.50345 38.0989C4.50345 39.0303 4.83139 39.7242 5.48725 40.2038C6.14311 40.6858 7.27702 41.1958 8.88896 41.708L10.1129 42.0992C10.3508 42.19 10.7088 42.3088 11.2168 42.5207C12.2607 42.9119 12.5008 43.0609 13.3045 43.5126C14.1405 43.9643 14.4084 44.295 14.9164 44.8957C15.6624 45.6478 15.9603 46.7306 15.9603 48.0532C15.9603 49.888 15.3044 51.362 13.9604 52.475C12.6186 53.5577 10.8866 54.1003 8.73885 54.1003C4.83139 54.1003 1.93773 52.1443 0.831543 48.9264H0.836162Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M25.089 54.1001C22.9112 54.1001 21.0314 53.348 19.5095 51.8135C17.9876 50.279 17.2417 48.4139 17.2417 46.1878C17.2417 43.9618 17.9876 42.0967 19.5095 40.5622C21.0314 39.0277 22.9112 38.2756 25.089 38.2756C27.2667 38.2756 29.1465 39.0277 30.6684 40.5622C32.1903 42.0967 32.9663 43.9618 32.9663 46.1878C32.9663 48.4139 32.1903 50.279 30.6684 51.8135C29.1465 53.348 27.2667 54.1001 25.089 54.1001ZM28.8486 50.0089C29.8624 48.9867 30.3705 47.7223 30.3705 46.1878C30.3705 44.6534 29.8624 43.3913 28.8486 42.3668C27.8348 41.3446 26.5808 40.8323 25.089 40.8323C23.5971 40.8323 22.3731 41.3446 21.3593 42.3668C20.3455 43.389 19.8374 44.6534 19.8374 46.1878C19.8374 47.7223 20.3455 48.9844 21.3593 50.0089C22.3731 51.0311 23.6271 51.5434 25.089 51.5434C26.5508 51.5434 27.8348 51.0311 28.8486 50.0089Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M42.5409 34.7877C39.9151 34.5782 38.6034 35.7215 38.6034 38.2176V38.6693H42.5409V41.1958H38.6034V53.7091H36.0077V41.1958H33.6221V38.6693H36.0077V38.2176C36.0077 34.1567 38.3355 31.9912 42.5409 32.2613V34.7877Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M52.7718 41.1958H48.8043V49.3478C48.8043 51.6647 50.116 51.4831 52.7718 51.3643V53.7114C48.2362 54.3122 46.2086 53.0804 46.2086 49.3502V41.1981H43.2549V38.6717H46.2086V35.2418L48.8043 34.4595V38.6717H52.7718V41.1981V41.1958Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M72.9095 38.6692H75.6254L71.002 53.7089H68.3462L64.8544 42.5787L61.3627 53.7089H58.7069L54.0835 38.6692H56.797L60.0786 50.0998L63.5981 38.6692H66.1038L69.6233 50.13L72.9049 38.6692H72.9095Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M88.5694 38.6692H91.1651V53.7089H88.5694V51.1219C87.2876 53.1081 85.4078 54.1001 82.9322 54.1001C80.8445 54.1001 79.0524 53.348 77.5906 51.8135C76.1287 50.279 75.3828 48.3836 75.3828 46.1878C75.3828 43.9921 76.1287 42.127 77.5906 40.5925C79.0524 39.058 80.8422 38.2756 82.9322 38.2756C85.4078 38.2756 87.2876 39.2676 88.5694 41.2538V38.6668V38.6692ZM87.0475 50.0392C88.0613 48.9867 88.5694 47.7223 88.5694 46.1878C88.5694 44.6534 88.0613 43.3913 87.0475 42.3668C86.0337 41.3143 84.7797 40.802 83.2578 40.802C81.7359 40.802 80.5119 41.3143 79.4981 42.3668C78.4843 43.389 77.9762 44.6534 77.9762 46.1878C77.9762 47.7223 78.4843 48.9844 79.4981 50.0392C80.5119 51.0614 81.7659 51.5737 83.2578 51.5737C84.7496 51.5737 86.0313 51.0614 87.0475 50.0392Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M96.8023 41.1957C97.6683 39.3306 99.2202 38.3992 101.456 38.3992V41.1375C100.172 41.0769 99.0978 41.4076 98.1741 42.1597C97.2503 42.9118 96.8023 44.0853 96.8023 45.7386V53.709H94.2065V38.6693H96.8023V41.1957Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M104.409 47.3918C104.917 50.0696 106.975 51.6343 109.809 51.6343C111.778 51.6343 113.21 50.9125 114.104 49.4385L116.312 50.7029C114.85 52.9592 112.672 54.1025 109.748 54.1025C107.391 54.1025 105.453 53.3504 103.961 51.8765C102.499 50.3723 101.753 48.4769 101.753 46.1903C101.753 43.9037 102.469 42.0386 103.931 40.5344C105.393 39.0302 107.273 38.2781 109.568 38.2781C111.746 38.2781 113.536 39.0604 114.91 40.6252C116.312 42.1597 116.998 44.0248 116.998 46.2206C116.998 46.6117 116.968 47.0029 116.908 47.3941H104.407L104.409 47.3918ZM104.409 45.1052H114.374C113.926 42.2482 111.956 40.7439 109.571 40.7439C106.797 40.7439 104.857 42.4577 104.409 45.1052Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M22.1377 69.1726V70.4369C22.1377 73.1752 21.2116 75.4595 19.3341 77.2943C17.4542 79.0989 14.9786 80.0024 11.9048 80.0024C8.83102 80.0024 6.08748 78.9499 3.99749 76.8449C1.93983 74.7097 0.895996 72.1228 0.895996 69.0841C0.895996 66.0454 1.93983 63.4584 3.99749 61.3535C6.08517 59.2182 8.71093 58.1658 11.8448 58.1658C13.7846 58.1658 15.5444 58.6478 17.1563 59.5792C18.7683 60.5106 20.02 61.7144 20.886 63.2489L18.4981 64.6623C17.3041 62.3757 14.7084 60.8715 11.8147 60.8715C9.42684 60.8715 7.45925 61.6539 5.93737 63.2489C4.41549 64.8136 3.63954 66.7695 3.63954 69.0841C3.63954 71.3986 4.41549 73.3545 5.93737 74.9193C7.48927 76.484 9.48688 77.2664 11.9348 77.2664C16.1102 77.2664 18.796 74.9798 19.3641 71.7013H11.697V69.1749H22.14L22.1377 69.1726Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M34.636 64.5691H37.2317V79.6088H34.636V77.4433C33.5921 79.1571 31.9802 80 29.8024 80C26.3107 80 24.0151 77.6226 24.0151 73.8039V64.5691H26.6109V73.6525C26.6109 76.0881 28.0127 77.5039 30.3105 77.5039C32.9062 77.5039 34.636 75.9089 34.636 72.5395V64.5691Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M42.4209 67.0956C43.287 65.2305 44.8389 64.2991 47.0743 64.2991V67.0374C45.7903 66.9768 44.7165 67.3075 43.7927 68.0596C42.869 68.8117 42.4209 69.9852 42.4209 71.6385V79.6089H39.8252V64.5692H42.4209V67.0956Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M59.3049 64.5691H61.9007V79.6088H59.3049V77.4433C58.2611 79.1571 56.6491 80 54.4714 80C50.9796 80 48.6841 77.6226 48.6841 73.8039V64.5691H51.2798V73.6525C51.2798 76.0881 52.6816 77.5039 54.9794 77.5039C57.5752 77.5039 59.3049 75.9089 59.3049 72.5395V64.5691Z",fill:n,opacity:"0.6"})]})})},NI=({children:e,...t})=>{const n=ct();return f.jsx(bn,{sx:{maxWidth:{xs:400,lg:475},margin:{xs:2.5,md:3},"& > *":{flexGrow:1,flexBasis:"50%"}},content:!1,...t,border:!1,boxShadow:!0,shadow:n.customShadows.z1,children:f.jsx(v.Box,{sx:{p:{xs:2,sm:3,md:4,xl:5}},children:e})})};NI.propTypes={children:c.node};const is=({version:e,name:t,children:n,background:r=LI})=>f.jsxs(v.Box,{sx:{minHeight:"100vh"},children:[M.isValidElement(r)?r:M.createElement(r),f.jsxs(v.Grid,{container:!0,direction:"column",justifyContent:"flex-end",sx:{minHeight:"100vh"},children:[f.jsx(v.Grid,{item:!0,xs:12,sx:{ml:3,mt:3},children:f.jsx(_a,{title:t})}),f.jsxs(v.Grid,{item:!0,xs:12,children:[f.jsx(v.Grid,{item:!0,xs:12,container:!0,justifyContent:"center",alignItems:"center",sx:{minHeight:{xs:"calc(100vh - 210px)",sm:"calc(100vh - 134px)",md:"calc(100vh - 112px)"}},children:f.jsx(v.Grid,{item:!0,children:f.jsx(NI,{children:n})})}),f.jsx(v.Grid,{item:!0,sx:{pb:1},children:f.jsx(fu,{name:t,version:e})})]})]})]});is.propTypes={children:c.node,version:c.string,name:c.string,background:c.oneOfType([c.node,c.func,c.object])};const RI=({name:e,version:t,background:n})=>{const r=Me.useTranslate(),i=Me.useAuthProvider(),a=Me.useNotify(),l=ut.useNavigate(),{token:A}=ut.useParams();return M.useEffect(()=>{if(typeof i.activate!="function")throw new Error("The authProvider used for the ActivatePage must define an activate() method");i.activate(A).then(()=>{a("ra.auth.activate_success",{type:"info"}),Mi.delay(()=>l("/login"),1e3)}).catch(g=>{a(g,{type:"error"}),Mi.delay(()=>l("/login"),1e3)})},[A]),f.jsx(is,{name:e,version:t,background:n,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:r("ra.auth.activate")}),f.jsx(v.Typography,{component:ut.Link,to:"/login",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:r("ra.auth.back_to_login")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:r("ra.auth.activate_pending")})]})})};RI.propTypes={name:c.string.isRequired,version:c.string.isRequired,background:c.node};const $a=({version:e,name:t,enablePasswordRecover:n,enableRegistration:r,redirectTo:i,background:a})=>{const[l,A]=Me.useSafeSetState(!1),g=Me.useLogin(),d=Me.useTranslate(),h=Me.useNotify(),E=Me.useCheckAuth(),C=ut.useNavigate();M.useEffect(()=>{E({},!1).then(()=>{C("/")}).catch(()=>{})},[E,C]);const I=B=>{A(!0),g(B,i).then(()=>{A(!1)}).catch(Q=>{A(!1),h(typeof Q=="string"?Q:typeof Q>"u"||!Q.message?"ra.auth.sign_in_error":Q.message,{type:"error",messageArgs:{_:typeof Q=="string"?Q:Q&&Q.message?Q.message:void 0}})})};return f.jsx(is,{name:t,version:e,background:a,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:"Login"}),r&&f.jsx(v.Typography,{component:ut.Link,to:"/register",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:d("ra.auth.register")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(Me.Form,{onSubmit:I,children:[f.jsxs(v.Grid,{container:!0,children:[f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:2},children:f.jsx(xn,{autoFocus:!0,source:"username",label:d("ra.auth.username"),autoComplete:"username",validate:Me.required(),placeholder:"user@company.name",fullWidth:!0})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:2},children:f.jsx(xn,{source:"password",label:d("ra.auth.password"),type:"password",autoComplete:"current-password",validate:Me.required(),placeholder:d("ra.auth.password_placeholder"),fullWidth:!0})})]}),n&&f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Stack,{direction:"row",justifyContent:"flex-end",alignItems:"flex-end",spacing:2,children:f.jsx(v.Link,{variant:"h6",component:ut.Link,to:"/recover",color:"text.primary",children:d("ra.auth.forgot_password")})})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Button,{variant:"contained",type:"submit",color:"primary",disabled:l,fullWidth:!0,children:l?f.jsx(v.CircularProgress,{size:19,thickness:3}):d("ra.auth.sign_in")})})]})})]})})};$a.propTypes={version:c.string.isRequired,name:c.string.isRequired,enablePasswordRecover:c.bool,enableRegister:c.bool,background:c.element},$a.defaultProps={enablePasswordRecover:!1,enableRegister:!1,background:f.jsx(LI,{})};const VI=({name:e,version:t,background:n})=>{const[r,i]=M.useState(!1),a=Me.useTranslate(),l=Me.useRedirect(),A=Me.useNotify(),g=Me.useAuthProvider(),d=({email:h})=>{i(!0),g.recover(h).then(E=>{const C=`ra.auth.recover_${E.responseCode}`,I=E.responseCode==="ok"?"info":"error";A(C,{type:I}),l("/login")}).catch(E=>{A(E,{type:"error"})}).finally(()=>i(!1))};return f.jsx(is,{name:e,version:t,background:n,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:a("ra.auth.recover.title")}),f.jsx(v.Typography,{component:ut.Link,to:"/login",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:a("ra.auth.back_to_login")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(w.Form,{onSubmit:d,children:[f.jsx(v.Grid,{container:!0,children:f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"email",validate:[Me.required(),Me.email()]})})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1,mb:1},children:f.jsx(v.Typography,{variant:"caption",children:a("ra.auth.recover.inbox_help")})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Button,{variant:"contained",type:"submit",color:"primary",disabled:r,fullWidth:!0,children:r?f.jsx(v.CircularProgress,{size:19,thickness:3}):a("ra.auth.recover")})})]})})]})})};VI.propTypes={name:c.string.isRequired,version:c.string.isRequired,background:c.node};const jI=({name:e,version:t})=>{const[n,r]=M.useState(!1),i=Me.useTranslate(),a=Me.useRedirect(),l=Me.useNotify(),A=Me.useAuthProvider(),g=d=>{r(!0),A.register(d).then(h=>{const E=`ra.auth.register_${h.responseCode}`,C=h.responseCode==="ok"?"info":"error";l(E,{type:C}),a("/login")}).catch(h=>{l(h,{type:"error"})}).finally(()=>r(!1))};return f.jsx(is,{name:e,version:t,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:i("ra.auth.register.title")}),f.jsx(v.Typography,{component:ut.Link,to:"/login",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:i("ra.auth.already_have_account")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(w.Form,{onSubmit:g,children:[f.jsxs(v.Grid,{container:!0,children:[f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"name",label:i("ra.register.name"),validate:Me.required()})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"email",type:"email",validate:[Me.required(),Me.email()]})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"password",type:"password",validate:Me.required()})})]}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Button,{variant:"contained",type:"submit",color:"primary",disabled:n,fullWidth:!0,children:n?f.jsx(v.CircularProgress,{size:19,thickness:3}):i("ra.auth.create_account")})})]})})]})})};jI.propTypes={name:c.string.isRequired,version:c.string.isRequired};const W3=e=>({button:e.palette.mode==="dark"?"0 2px 0 rgb(0 0 0 / 5%)":"0 2px #0000000b",text:"0 -1px 0 rgb(0 0 0 / 12%)",z1:e.palette.mode==="dark"?"0px 1px 1px rgb(0 0 0 / 14%), 0px 2px 1px rgb(0 0 0 / 12%), 0px 1px 3px rgb(0 0 0 / 20%)":`0px 1px 4px ${je(e.palette.grey[900],.08)}`,primary:`0 0 0 2px ${je(e.palette.primary.main,.2)}`,secondary:`0 0 0 2px ${je(e.palette.secondary.main,.2)}`,error:`0 0 0 2px ${je(e.palette.error.main,.2)}`,warning:`0 0 0 2px ${je(e.palette.warning.main,.2)}`,info:`0 0 0 2px ${je(e.palette.info.main,.2)}`,success:`0 0 0 2px ${je(e.palette.success.main,.2)}`,grey:`0 0 0 2px ${je(e.palette.grey[500],.2)}`,primaryButton:`0 14px 12px ${je(e.palette.primary.main,.2)}`,secondaryButton:`0 14px 12px ${je(e.palette.secondary.main,.2)}`,errorButton:`0 14px 12px ${je(e.palette.error.main,.2)}`,warningButton:`0 14px 12px ${je(e.palette.warning.main,.2)}`,infoButton:`0 14px 12px ${je(e.palette.info.main,.2)}`,successButton:`0 14px 12px ${je(e.palette.success.main,.2)}`,greyButton:`0 14px 12px ${je(e.palette.grey[500],.2)}`});function Pn(e,t){U3(e)&&(e="100%");var n=Y3(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function U3(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function Y3(e){return typeof e=="string"&&e.indexOf("%")!==-1}function G3(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function el(e){return e<=1?"".concat(Number(e)*100,"%"):e}function xu(e){return e.length===1?"0"+e:String(e)}function K3(e,t,n){return{r:Pn(e,255)*255,g:Pn(t,255)*255,b:Pn(n,255)*255}}function wu(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*(6*n):n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function q3(e,t,n){var r,i,a;if(e=Pn(e,360),t=Pn(t,100),n=Pn(n,100),t===0)i=n,a=n,r=n;else{var l=n<.5?n*(1+t):n+t-n*t,A=2*n-l;r=wu(A,l,e+1/3),i=wu(A,l,e),a=wu(A,l,e-1/3)}return{r:r*255,g:i*255,b:a*255}}function J3(e,t,n){e=Pn(e,255),t=Pn(t,255),n=Pn(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),a=0,l=r,A=r-i,g=r===0?0:A/r;if(r===i)a=0;else{switch(r){case e:a=(t-n)/A+(t<n?6:0);break;case t:a=(n-e)/A+2;break;case n:a=(e-t)/A+4;break}a/=6}return{h:a,s:g,v:l}}function _3(e,t,n){e=Pn(e,360)*6,t=Pn(t,100),n=Pn(n,100);var r=Math.floor(e),i=e-r,a=n*(1-t),l=n*(1-i*t),A=n*(1-(1-i)*t),g=r%6,d=[n,l,a,a,A,n][g],h=[A,n,n,l,a,a][g],E=[a,a,A,n,n,l][g];return{r:d*255,g:h*255,b:E*255}}function X3(e,t,n,r){var i=[xu(Math.round(e).toString(16)),xu(Math.round(t).toString(16)),xu(Math.round(n).toString(16))];return r&&i[0].startsWith(i[0].charAt(1))&&i[1].startsWith(i[1].charAt(1))&&i[2].startsWith(i[2].charAt(1))?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function HI(e){return pn(e)/255}function pn(e){return parseInt(e,16)}var zI={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function ss(e){var t={r:0,g:0,b:0},n=1,r=null,i=null,a=null,l=!1,A=!1;return typeof e=="string"&&(e=eO(e)),typeof e=="object"&&(dr(e.r)&&dr(e.g)&&dr(e.b)?(t=K3(e.r,e.g,e.b),l=!0,A=String(e.r).substr(-1)==="%"?"prgb":"rgb"):dr(e.h)&&dr(e.s)&&dr(e.v)?(r=el(e.s),i=el(e.v),t=_3(e.h,r,i),l=!0,A="hsv"):dr(e.h)&&dr(e.s)&&dr(e.l)&&(r=el(e.s),a=el(e.l),t=q3(e.h,r,a),l=!0,A="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=G3(n),{ok:l,format:e.format||A,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}var Z3="[-\\+]?\\d+%?",$3="[-\\+]?\\d*\\.\\d+%?",Wr="(?:".concat($3,")|(?:").concat(Z3,")"),Tu="[\\s|\\(]+(".concat(Wr,")[,|\\s]+(").concat(Wr,")[,|\\s]+(").concat(Wr,")\\s*\\)?"),Pu="[\\s|\\(]+(".concat(Wr,")[,|\\s]+(").concat(Wr,")[,|\\s]+(").concat(Wr,")[,|\\s]+(").concat(Wr,")\\s*\\)?"),Wn={CSS_UNIT:new RegExp(Wr),rgb:new RegExp("rgb"+Tu),rgba:new RegExp("rgba"+Pu),hsl:new RegExp("hsl"+Tu),hsla:new RegExp("hsla"+Pu),hsv:new RegExp("hsv"+Tu),hsva:new RegExp("hsva"+Pu),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function eO(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(zI[e])e=zI[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=Wn.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=Wn.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=Wn.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=Wn.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=Wn.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=Wn.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=Wn.hex8.exec(e),n?{r:pn(n[1]),g:pn(n[2]),b:pn(n[3]),a:HI(n[4]),format:t?"name":"hex8"}:(n=Wn.hex6.exec(e),n?{r:pn(n[1]),g:pn(n[2]),b:pn(n[3]),format:t?"name":"hex"}:(n=Wn.hex4.exec(e),n?{r:pn(n[1]+n[1]),g:pn(n[2]+n[2]),b:pn(n[3]+n[3]),a:HI(n[4]+n[4]),format:t?"name":"hex8"}:(n=Wn.hex3.exec(e),n?{r:pn(n[1]+n[1]),g:pn(n[2]+n[2]),b:pn(n[3]+n[3]),format:t?"name":"hex"}:!1)))))))))}function dr(e){return!!Wn.CSS_UNIT.exec(String(e))}var tl=2,WI=.16,tO=.05,nO=.05,rO=.15,UI=5,YI=4,oO=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function GI(e){var t=e.r,n=e.g,r=e.b,i=J3(t,n,r);return{h:i.h*360,s:i.s,v:i.v}}function nl(e){var t=e.r,n=e.g,r=e.b;return"#".concat(X3(t,n,r,!1))}function iO(e,t,n){var r=n/100,i={r:(t.r-e.r)*r+e.r,g:(t.g-e.g)*r+e.g,b:(t.b-e.b)*r+e.b};return i}function KI(e,t,n){var r;return Math.round(e.h)>=60&&Math.round(e.h)<=240?r=n?Math.round(e.h)-tl*t:Math.round(e.h)+tl*t:r=n?Math.round(e.h)+tl*t:Math.round(e.h)-tl*t,r<0?r+=360:r>=360&&(r-=360),r}function qI(e,t,n){if(e.h===0&&e.s===0)return e.s;var r;return n?r=e.s-WI*t:t===YI?r=e.s+WI:r=e.s+tO*t,r>1&&(r=1),n&&t===UI&&r>.1&&(r=.1),r<.06&&(r=.06),Number(r.toFixed(2))}function JI(e,t,n){var r;return n?r=e.v+nO*t:r=e.v-rO*t,r>1&&(r=1),Number(r.toFixed(2))}function _I(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=[],r=ss(e),i=UI;i>0;i-=1){var a=GI(r),l=nl(ss({h:KI(a,i,!0),s:qI(a,i,!0),v:JI(a,i,!0)}));n.push(l)}n.push(nl(r));for(var A=1;A<=YI;A+=1){var g=GI(r),d=nl(ss({h:KI(g,A),s:qI(g,A),v:JI(g,A)}));n.push(d)}return t.theme==="dark"?oO.map(function(h){var E=h.index,C=h.opacity,I=nl(iO(ss(t.backgroundColor||"#141414"),ss(n[E]),C*100));return I}):n}var Su={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},Ft={},rl={};Object.keys(Su).forEach(function(e){Ft[e]=_I(Su[e]),Ft[e].primary=Ft[e][5],rl[e]=_I(Su[e],{theme:"dark",backgroundColor:"#141414"}),rl[e].primary=rl[e][5]}),Ft.red,Ft.volcano,Ft.gold,Ft.orange,Ft.yellow,Ft.lime,Ft.green,Ft.cyan,Ft.blue,Ft.geekblue,Ft.purple,Ft.magenta,Ft.grey,Ft.grey;const XI=e=>{const{blue:t,red:n,gold:r,cyan:i,green:a,grey:l}=e,A={0:l[0],50:l[1],100:l[2],200:l[3],300:l[4],400:l[5],500:l[6],600:l[7],700:l[8],800:l[9],900:l[10],A50:l[15],A100:l[11],A200:l[12],A400:l[13],A700:l[14],A800:l[16]},g="#fff";return{primary:{lighter:t[0],100:t[1],200:t[2],light:t[3],400:t[4],main:t[5],dark:t[6],700:t[7],darker:t[8],900:t[9],contrastText:g},secondary:{lighter:A[100],100:A[100],200:A[200],light:A[300],400:A[400],main:A[500],600:A[600],dark:A[700],800:A[800],darker:A[900],A100:A[0],A200:A.A400,A300:A.A700,contrastText:A[0]},error:{lighter:n[0],light:n[2],main:n[4],dark:n[7],darker:n[9],contrastText:g},warning:{lighter:r[0],light:r[3],main:r[5],dark:r[7],darker:r[9],contrastText:A[100]},info:{lighter:i[0],light:i[3],main:i[5],dark:i[7],darker:i[9],contrastText:g},success:{lighter:a[0],light:a[3],main:a[5],dark:a[7],darker:a[9],contrastText:g},grey:A}};XI.propTypes={colors:c.object};const sO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#D6E4FF","#D6E4FF","#ADC8FF","#84A9FF","#6690FF","#3366FF","#254EDB","#1939B7","#102693","#102693"],l=["#FFE7D3","#FF805D","#FF4528","#DB271D","#930C1A"],A=["#FFF6D0","#FFCF4E","#FFB814","#DB970E","#935B06"],g=["#DCF0FF","#7EB9FF","#549BFF","#3D78DB","#1A3D93"],d=["#EAFCD4","#8AE65B","#58D62A","#3DB81E","#137C0D"];return t==="dark"&&(a=["#1c2134","#1f294d","#243462","#273e83","#2c4db0","#305bdd","#567fe9","#80a4f4","#a9c5f8","#d2e2fb"],l=["#341d1b","#b03725","#dd3f27","#e9664d","#fbd6c9"],A=["#342a1a","#83631a","#dda116","#e9ba3a","#fbefb5"],g=["#202734","#416fb0","#4c88dd","#74a8e9","#ecf4fb"],d=["#1f2e1c","#449626","#4fba28","#74cf4d","#e3fbd2"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},aO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#EEEDFC","#D5D1F8","#B9B2F3","#9C93EE","#877CEA","#7265E6","#6A5DE3","#5F53DF","#5549DB","#4237D5"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#222130","#2b2946","#37335a","#443e78","#554ca0","#655ac8","#9186dd","#5F53DF","#c3baf4","#efecfb"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},lO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#E6F3EC","#84c297","#5eb57d","#3da866","#1f9c53","#068e44","#006933","#004222","#001c0f","#000000"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1a231f","#173123","#174029","#13502f","#0e6737","#0a7d3e","#1f8f4e","#3ba162","#5cb07a","#82bf95"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},cO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#f0f6ff","#edf4ff","#bed3f7","#8faeeb","#6488de","#3c64d0","#2947ab","#192f85","#0d1b5e","#070e38"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1d212d","#212841","#273353","#2c3e6e","#324c92","#385ab5","#5d7dcb","#89a7e1","#b9cef0","#e9f0fb"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},AO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#fff4e6","#ffdfb8","#ffc98f","#ffb066","#ff943d","#f27013","#cc5206","#a63a00","#802800","#591900"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#32221a","#4a2b18","#5e371b","#7d4319","#a85317","#d26415","#e9883a","#f4a962","#f8c48c","#fbdbb5"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},uO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#e1f0ef","#c8e3e2","#9ad6d6","#71c6c9","#4bb5bd","#2aa1af","#1a7b8a","#0e5563","#06323d","#021217"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1c2628","#1d3539","#22454a","#23595f","#26737c","#288d99","#47a6ad","#6dbec0","#96d0d0","#c5dfde"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},gO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#d1e8d99c","#8cdba9","#63cf8e","#3ec277","#1db564","#00a854","#008245","#005c34","#003620","#000f0a"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1a2721","#173728","#15472e","#115c36","#0b7841","#05934c","#1da65d","#3cba73","#61ca8b","#8ad7a6"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},dO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#c1d6d066","#81c9b9","#5bbda9","#38b09c","#1aa391","#009688","#007069","#004a47","#002424","#000000"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1a2524","#173331","#15423e","#11544e","#0b6c63","#058478","#1a9686","#37a996","#59b8a5","#7fc6b6"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},ZI=(e,t,n)=>{switch(t){case"theme1":return sO(e,n);case"theme2":return aO(e,n);case"theme3":return lO(e,n);case"theme4":return cO(e,n);case"theme5":return AO(e,n);case"theme6":return uO(e,n);case"theme7":return gO(e,n);case"theme8":return dO(e,n);default:return XI(e)}};ZI.propTypes={colors:c.object,presetColor:c.any};const fO=(e,t)=>{const n=e==="dark"?rl:Ft;let r=["#ffffff","#fafafa","#f5f5f5","#f0f0f0","#d9d9d9","#bfbfbf","#8c8c8c","#595959","#262626","#141414","#000000"],i=["#fafafa","#bfbfbf","#434343","#1f1f1f"],a=["#fafafb","#e6ebf1"];e==="dark"&&(r=["#000000","#141414","#1e1e1e","#595959","#8c8c8c","#bfbfbf","#d9d9d9","#f0f0f0","#f5f5f5","#fafafa","#ffffff"],i=["#fafafa","#bfbfbf","#434343","#1f1f1f"],a=["#121212","#d3d8db"]),n.grey=[...r,...i,...a];const l=ZI(n,t,e);return Cc({palette:{mode:e,common:{black:"#000",white:"#fff"},...l,text:{primary:e==="dark"?je(l.grey[900],.87):l.grey[700],secondary:e==="dark"?je(l.grey[900],.45):l.grey[500],disabled:e==="dark"?je(l.grey[900],.1):l.grey[400]},action:{disabled:l.grey[300]},divider:e==="dark"?je(l.grey[900],.05):l.grey[200],background:{paper:e==="dark"?l.grey[100]:l.grey[0],default:l.grey.A50}}})},pO=e=>({htmlFontSize:16,fontFamily:e,fontWeightLight:300,fontWeightRegular:400,fontWeightMedium:500,fontWeightBold:600,h1:{fontWeight:600,fontSize:"2.375rem",lineHeight:1.21},h2:{fontWeight:600,fontSize:"1.875rem",lineHeight:1.27},h3:{fontWeight:600,fontSize:"1.5rem",lineHeight:1.33},h4:{fontWeight:600,fontSize:"1.25rem",lineHeight:1.4},h5:{fontWeight:600,fontSize:"1rem",lineHeight:1.5},h6:{fontWeight:400,fontSize:"0.875rem",lineHeight:1.57},caption:{fontWeight:400,fontSize:"0.75rem",lineHeight:1.66},body1:{fontSize:"0.875rem",lineHeight:1.57},body2:{fontSize:"0.75rem",lineHeight:1.66},subtitle1:{fontSize:"0.875rem",fontWeight:600,lineHeight:1.57},subtitle2:{fontSize:"0.75rem",fontWeight:500,lineHeight:1.66},overline:{lineHeight:1.66},button:{textTransform:"capitalize"}});function hO(e){return{MuiAccordion:{defaultProps:{disableGutters:!0,square:!0,elevation:0},styleOverrides:{root:{border:`1px solid ${e.palette.secondary.light}`,"&:not(:last-child)":{borderBottom:0},"&:before":{display:"none"},"&.Mui-disabled":{backgroundColor:e.palette.secondary.lighter}}}}}}function CO(e){return{MuiAccordionDetails:{styleOverrides:{root:{padding:e.spacing(2),borderTop:`1px solid ${e.palette.secondary.light}`}}}}}function EO(e){const{palette:t,spacing:n}=e;return{MuiAccordionSummary:{defaultProps:{expandIcon:f.jsx(st.RightOutlined,{style:{fontSize:"0.75rem"}})},styleOverrides:{root:{backgroundColor:t.secondary.lighter,flexDirection:"row-reverse",minHeight:46},expandIconWrapper:{"&.Mui-expanded":{transform:"rotate(90deg)"}},content:{marginTop:n(1.25),marginBottom:n(1.25),marginLeft:n(1)}}}}}function go({color:e,theme:t}){const n=Ut(t,e),{lighter:r,light:i,main:a}=n;return{borderColor:je(i,.5),backgroundColor:r,"& .MuiAlert-icon":{color:a}}}function IO(e){const t=go({color:"primary",theme:e});return{MuiAlert:{styleOverrides:{root:{color:e.palette.text.primary,fontSize:"0.875rem"},icon:{fontSize:"1rem"},message:{padding:0,marginTop:3},filled:{color:e.palette.grey[0]},border:{padding:"10px 16px",border:"1px solid",...t,"&.MuiAlert-borderPrimary":go({color:"primary",theme:e}),"&.MuiAlert-borderSecondary":go({color:"secondary",theme:e}),"&.MuiAlert-borderError":go({color:"error",theme:e}),"&.MuiAlert-borderSuccess":go({color:"success",theme:e}),"&.MuiAlert-borderInfo":go({color:"info",theme:e}),"&.MuiAlert-borderWarning":go({color:"warning",theme:e})},action:{"& .MuiButton-root":{padding:2,height:"auto",fontSize:"0.75rem",marginTop:-2},"& .MuiIconButton-root":{width:"auto",height:"auto",padding:2,marginRight:6,"& .MuiSvgIcon-root":{fontSize:"1rem"}}}}}}}function BO(){return{MuiAlertTitle:{styleOverrides:{root:{marginBottom:4,marginTop:0,fontWeight:400}}}}}function QO(e){var t;return{MuiAutocomplete:{styleOverrides:{root:{"& .MuiOutlinedInput-root":{padding:"3px 9px"}},popupIndicator:{width:"auto",height:"auto"},popper:{border:`1px solid ${e.palette.mode==="dark"?(t=e.palette.dark)==null?void 0:t.main:e.palette.grey[100]}`},clearIndicator:{width:"auto",height:"auto"}}}}}function fo({color:e,theme:t}){const n=Ut(t,e),{lighter:r,main:i}=n;return{color:i,backgroundColor:r}}function mO(e){const t=fo({color:"primary",theme:e});return{MuiBadge:{styleOverrides:{standard:{minWidth:e.spacing(2),height:e.spacing(2),padding:e.spacing(.5)},light:{...t,"&.MuiBadge-colorPrimary":fo({color:"primary",theme:e}),"&.MuiBadge-colorSecondary":fo({color:"secondary",theme:e}),"&.MuiBadge-colorError":fo({color:"error",theme:e}),"&.MuiBadge-colorInfo":fo({color:"info",theme:e}),"&.MuiBadge-colorSuccess":fo({color:"success",theme:e}),"&.MuiBadge-colorWarning":fo({color:"warning",theme:e})}}}}}function _e({variant:e,color:t,theme:n}){const r=Ut(n,t),{lighter:i,main:a,dark:l,contrastText:A}=r,g=`${t}Button`,d=Yo(n,g),h={"&::after":{boxShadow:`0 0 5px 5px ${je(a,.9)}`},"&:active::after":{boxShadow:`0 0 0 0 ${je(a,.9)}`},"&:focus-visible":{outline:`2px solid ${l}`,outlineOffset:2}};switch(e){case"contained":return{"&:hover":{backgroundColor:l},...h};case"shadow":return{color:A,backgroundColor:a,boxShadow:d,"&:hover":{boxShadow:"none",backgroundColor:l},...h};case"outlined":return{borderColor:a,"&:hover":{color:l,backgroundColor:"transparent",borderColor:l},...h};case"dashed":return{color:a,borderColor:a,backgroundColor:i,"&:hover":{color:l,borderColor:l},...h};case"text":default:return{"&:hover":{color:l,backgroundColor:i},...h}}}function yO(e){const t=_e({variant:"dashed",color:"primary",theme:e}),n=_e({variant:"shadow",color:"primary",theme:e}),r={"&.Mui-disabled":{backgroundColor:e.palette.grey[200]}},i={"&>*:nth-of-type(1)":{fontSize:"inherit"}};return{MuiButton:{defaultProps:{disableElevation:!0},styleOverrides:{root:{fontWeight:400,"&::after":{content:'""',display:"block",position:"absolute",left:0,top:0,width:"100%",height:"100%",borderRadius:4,opacity:0,transition:"all 0.5s"},"&:active::after":{position:"absolute",borderRadius:4,left:0,top:0,opacity:1,transition:"0s"}},contained:{...r},outlined:{...r},text:{boxShadow:"none","&:hover":{boxShadow:"none"}},endIcon:{...i},startIcon:{...i},dashed:{border:"1px dashed",...t,"&.MuiButton-dashedPrimary":_e({variant:"dashed",color:"primary",theme:e}),"&.MuiButton-dashedSecondary":_e({variant:"dashed",color:"secondary",theme:e}),"&.MuiButton-dashedError":_e({variant:"dashed",color:"error",theme:e}),"&.MuiButton-dashedSuccess":_e({variant:"dashed",color:"success",theme:e}),"&.MuiButton-dashedInfo":_e({variant:"dashed",color:"info",theme:e}),"&.MuiButton-dashedWarning":_e({variant:"dashed",color:"warning",theme:e}),"&.Mui-disabled":{color:`${e.palette.grey[300]} !important`,borderColor:`${e.palette.grey[400]} !important`,backgroundColor:`${e.palette.grey[200]} !important`}},shadow:{...n,"&.MuiButton-shadowPrimary":_e({variant:"shadow",color:"primary",theme:e}),"&.MuiButton-shadowSecondary":_e({variant:"shadow",color:"secondary",theme:e}),"&.MuiButton-shadowError":_e({variant:"shadow",color:"error",theme:e}),"&.MuiButton-shadowSuccess":_e({variant:"shadow",color:"success",theme:e}),"&.MuiButton-shadowInfo":_e({variant:"shadow",color:"info",theme:e}),"&.MuiButton-shadowWarning":_e({variant:"shadow",color:"warning",theme:e}),"&.Mui-disabled":{color:`${e.palette.grey[300]} !important`,borderColor:`${e.palette.grey[400]} !important`,backgroundColor:`${e.palette.grey[200]} !important`}},containedPrimary:_e({variant:"contained",color:"primary",theme:e}),containedSecondary:_e({variant:"contained",color:"secondary",theme:e}),containedError:_e({variant:"contained",color:"error",theme:e}),containedSuccess:_e({variant:"contained",color:"success",theme:e}),containedInfo:_e({variant:"contained",color:"info",theme:e}),containedWarning:_e({variant:"contained",color:"warning",theme:e}),outlinedPrimary:_e({variant:"outlined",color:"primary",theme:e}),outlinedSecondary:_e({variant:"outlined",color:"secondary",theme:e}),outlinedError:_e({variant:"outlined",color:"error",theme:e}),outlinedSuccess:_e({variant:"outlined",color:"success",theme:e}),outlinedInfo:_e({variant:"outlined",color:"info",theme:e}),outlinedWarning:_e({variant:"outlined",color:"warning",theme:e}),textPrimary:_e({variant:"text",color:"primary",theme:e}),textSecondary:_e({variant:"text",color:"secondary",theme:e}),textError:_e({variant:"text",color:"error",theme:e}),textSuccess:_e({variant:"text",color:"success",theme:e}),textInfo:_e({variant:"text",color:"info",theme:e}),textWarning:_e({variant:"text",color:"warning",theme:e}),sizeExtraSmall:{minWidth:56,fontSize:"0.625rem",padding:"2px 8px"}}}}}function bO(){return{MuiButtonBase:{defaultProps:{disableRipple:!0,size:"medium"}}}}function vO(){return{MuiButtonGroup:{defaultProps:{disableRipple:!0}}}}function xO(){return{MuiCardContent:{styleOverrides:{root:{padding:20,"&:last-child":{paddingBottom:20}}}}}}function Zo({color:e,theme:t}){const n=Ut(t,e),{lighter:r,main:i,dark:a}=n;return{"&:hover":{backgroundColor:r,"& .icon":{borderColor:i}},"&.Mui-focusVisible":{outline:`2px solid ${a}`,outlineOffset:-4}}}function wO(e){switch(e){case"small":return{size:16,fontSize:1,position:1};case"large":return{size:24,fontSize:1.6,position:2};case"medium":default:return{size:20,fontSize:1.35,position:2}}}function Ou(e){const t=wO(e);return{"& .icon":{width:t.size,height:t.size,"& .filled":{fontSize:`${t.fontSize}rem`,top:-t.position,left:-t.position}}}}function TO(e){const{palette:t}=e;return{MuiCheckbox:{defaultProps:{className:"size-small",icon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:.25}}),checkedIcon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:.25,position:"relative"},children:f.jsx(st.CheckSquareFilled,{className:"filled",style:{position:"absolute"}})}),indeterminateIcon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:.25,position:"relative"},children:f.jsx(st.MinusSquareFilled,{className:"filled",style:{position:"absolute"}})})},styleOverrides:{root:{borderRadius:0,color:t.secondary[300],"&.size-small":{...Ou("small")},"&.size-medium":{...Ou("medium")},"&.size-large":{...Ou("large")}},colorPrimary:Zo({color:"primary",theme:e}),colorSecondary:Zo({color:"secondary",theme:e}),colorSuccess:Zo({color:"success",theme:e}),colorWarning:Zo({color:"warning",theme:e}),colorInfo:Zo({color:"info",theme:e}),colorError:Zo({color:"error",theme:e})}}}}function $o({color:e,theme:t}){const n=Ut(t,e),{dark:r}=n;return{"&.Mui-focusVisible":{outline:`2px solid ${r}`,outlineOffset:2}}}function hn({color:e,theme:t}){const n=Ut(t,e),{light:r,lighter:i,main:a}=n;return{color:a,backgroundColor:i,borderColor:r,"& .MuiChip-deleteIcon":{color:a,"&:hover":{color:r}}}}function PO(e){const t=hn({color:"secondary",theme:e});return{MuiChip:{styleOverrides:{root:{borderRadius:4,"&:active":{boxShadow:"none"},"&.MuiChip-colorPrimary":$o({color:"primary",theme:e}),"&.MuiChip-colorSecondary":$o({color:"secondary",theme:e}),"&.MuiChip-colorError":$o({color:"error",theme:e}),"&.MuiChip-colorInfo":$o({color:"info",theme:e}),"&.MuiChip-colorSuccess":$o({color:"success",theme:e}),"&.MuiChip-colorWarning":$o({color:"warning",theme:e})},sizeLarge:{fontSize:"1rem",height:40},light:{...t,"&.MuiChip-lightPrimary":hn({color:"primary",theme:e}),"&.MuiChip-lightSecondary":hn({color:"secondary",theme:e}),"&.MuiChip-lightError":hn({color:"error",theme:e}),"&.MuiChip-lightInfo":hn({color:"info",theme:e}),"&.MuiChip-lightSuccess":hn({color:"success",theme:e}),"&.MuiChip-lightWarning":hn({color:"warning",theme:e})},combined:{border:"1px solid",...t,"&.MuiChip-combinedPrimary":hn({color:"primary",theme:e}),"&.MuiChip-combinedSecondary":hn({color:"secondary",theme:e}),"&.MuiChip-combinedError":hn({color:"error",theme:e}),"&.MuiChip-combinedInfo":hn({color:"info",theme:e}),"&.MuiChip-combinedSuccess":hn({color:"success",theme:e}),"&.MuiChip-combinedWarning":hn({color:"warning",theme:e})}}}}}function SO(){return{MuiDialog:{styleOverrides:{root:{"& .MuiBackdrop-root":{backgroundColor:je("#000",.7)}}}}}}function OO(e){return{MuiDialogContentText:{styleOverrides:{root:{fontSize:"0.875rem",color:e.palette.text.primary}}}}}function MO(){return{MuiDialogTitle:{styleOverrides:{root:{fontSize:"1rem",fontWeight:500}}}}}function ei({color:e,theme:t}){const n=Ut(t,e),{main:r,dark:i,contrastText:a}=n,l=`${e}Button`,A=Yo(t,l);return{color:a,backgroundColor:r,boxShadow:A,"&:hover":{boxShadow:"none",backgroundColor:i},"&:focus-visible":{outline:`2px solid ${i}`,outlineOffset:2},"&::after":{borderRadius:"50px",boxShadow:`0 0 5px 5px ${je(r,.9)}`},"&:active::after":{borderRadius:"50px",boxShadow:`0 0 0 0 ${je(r,.9)}`}}}function DO(e){return{MuiFab:{styleOverrides:{root:{fontWeight:400,"&.Mui-disabled":{backgroundColor:e.palette.grey[200]},"&.MuiFab-primary":ei({color:"primary",theme:e}),"&.MuiFab-secondary":ei({color:"secondary",theme:e}),"&.Mui-error":ei({color:"error",theme:e}),"&.MuiFab-success":ei({color:"success",theme:e}),"&.MuiFab-info":ei({color:"info",theme:e}),"&.MuiFab-warning":ei({color:"warning",theme:e}),"&::after":{content:'""',display:"block",position:"absolute",left:0,top:0,width:"100%",height:"100%",borderRadius:4,opacity:0,transition:"all 0.5s"},"&:active::after":{position:"absolute",borderRadius:4,left:0,top:0,opacity:1,transition:"0s"}}}}}}function kO(e){return{MuiIconButton:{styleOverrides:{root:{borderRadius:4},sizeLarge:{width:e.spacing(5.5),height:e.spacing(5.5),fontSize:"1.25rem"},sizeMedium:{width:e.spacing(4.5),height:e.spacing(4.5),fontSize:"1rem"},sizeSmall:{width:e.spacing(3.75),height:e.spacing(3.75),fontSize:"0.75rem"},sizeExtraSmall:{width:e.spacing(2.6875),height:e.spacing(2.6875),fontSize:"0.625rem"}}}}}function FO(){return{MuiInputBase:{styleOverrides:{}}}}function LO(e){return{MuiInputLabel:{styleOverrides:{root:{color:e.palette.grey[600]},outlined:{lineHeight:"0.8em","&.MuiInputLabel-sizeSmall":{lineHeight:"1em"},"&.MuiInputLabel-shrink":{background:e.palette.background.paper,padding:"0 8px",marginLeft:-6,lineHeight:"1.4375em"}}}}}}function NO(){return{MuiLinearProgress:{styleOverrides:{root:{height:6,borderRadius:100},bar:{borderRadius:100}}}}}function RO(){return{MuiLink:{defaultProps:{underline:"hover"}}}}function VO(e){return{MuiListItemButton:{styleOverrides:{root:{"&.Mui-selected":{color:e.palette.primary.main,"& .MuiListItemIcon-root":{color:e.palette.primary.main}}}}}}}function jO(e){return{MuiListItemIcon:{styleOverrides:{root:{minWidth:24,color:e.palette.text.primary}}}}}function HO(){return{MuiLoadingButton:{styleOverrides:{root:{padding:"6px 16px","&.MuiLoadingButton-loading":{opacity:.6,textShadow:"none"}}}}}}function po({variant:e,theme:t}){const n=Ut(t,e),{light:r}=n,i=Yo(t,`${e}`);return{"&:hover .MuiOutlinedInput-notchedOutline":{borderColor:r},"&.Mui-focused":{boxShadow:i,"& .MuiOutlinedInput-notchedOutline":{border:`1px solid ${r}`}}}}function zO(e){return{MuiOutlinedInput:{styleOverrides:{input:{padding:"10.5px 14px 10.5px 12px"},notchedOutline:{borderColor:e.palette.mode==="dark"?e.palette.grey[200]:e.palette.grey[300]},root:{...po({variant:"primary",theme:e}),"&.Mui-error":{...po({variant:"error",theme:e})}},inputSizeSmall:{padding:"7.5px 8px 7.5px 12px"},inputMultiline:{padding:0},colorSecondary:po({variant:"secondary",theme:e}),colorError:po({variant:"error",theme:e}),colorWarning:po({variant:"warning",theme:e}),colorInfo:po({variant:"info",theme:e}),colorSuccess:po({variant:"success",theme:e})}}}}function WO(){return{MuiPagination:{defaultProps:{shape:"rounded"}}}}function Ct({variant:e,color:t,theme:n}){const r=Ut(n,t),{lighter:i,light:a,dark:l,main:A,contrastText:g}=r,d={"&:focus-visible":{outline:`2px solid ${l}`,outlineOffset:2,...e==="text"&&{backgroundColor:n.palette.background.paper}}};switch(e){case"combined":case"contained":return{color:g,backgroundColor:A,"&:hover":{backgroundColor:a},...d};case"outlined":return{borderColor:A,"&:hover":{backgroundColor:i,borderColor:a},...d};case"text":default:return{color:A,"&:hover":{backgroundColor:A,color:i},...d}}}function UO(e){return{MuiPaginationItem:{styleOverrides:{root:{"&:focus-visible":{outline:`2px solid ${e.palette.secondary.dark}`,outlineOffset:2}},text:{"&.Mui-selected":{backgroundColor:"transparent",fontSize:"1rem",fontWeight:500,"&.MuiPaginationItem-textPrimary":Ct({variant:"text",color:"primary",theme:e}),"&.MuiPaginationItem-textSecondary":Ct({variant:"text",color:"secondary",theme:e}),"&.MuiPaginationItem-textError":Ct({variant:"text",color:"error",theme:e}),"&.MuiPaginationItem-textSuccess":Ct({variant:"text",color:"success",theme:e}),"&.MuiPaginationItem-textInfo":Ct({variant:"text",color:"info",theme:e}),"&.MuiPaginationItem-textWarning":Ct({variant:"text",color:"warning",theme:e})}},contained:{"&.Mui-selected":{"&.MuiPaginationItem-containedPrimary":Ct({variant:"contained",color:"primary",theme:e}),"&.MuiPaginationItem-containedSecondary":Ct({variant:"contained",color:"secondary",theme:e}),"&.MuiPaginationItem-containedError":Ct({variant:"contained",color:"error",theme:e}),"&.MuiPaginationItem-containedSuccess":Ct({variant:"contained",color:"success",theme:e}),"&.MuiPaginationItem-containedInfo":Ct({variant:"contained",color:"info",theme:e}),"&.MuiPaginationItem-containedWarning":Ct({variant:"contained",color:"warning",theme:e})}},combined:{border:"1px solid",borderColor:e.palette.divider,"&.MuiPaginationItem-ellipsis":{border:"none"},"&.Mui-selected":{"&.MuiPaginationItem-combinedPrimary":Ct({variant:"combined",color:"primary",theme:e}),"&.MuiPaginationItem-combinedSecondary":Ct({variant:"combined",color:"secondary",theme:e}),"&.MuiPaginationItem-combinedError":Ct({variant:"combined",color:"error",theme:e}),"&.MuiPaginationItem-combinedSuccess":Ct({variant:"combined",color:"success",theme:e}),"&.MuiPaginationItem-combinedInfo":Ct({variant:"combined",color:"info",theme:e}),"&.MuiPaginationItem-combinedWarning":Ct({variant:"combined",color:"warning",theme:e})}},outlined:{borderColor:e.palette.divider,"&.Mui-selected":{backgroundColor:"transparent","&.MuiPaginationItem-outlinedPrimary":Ct({variant:"outlined",color:"primary",theme:e}),"&.MuiPaginationItem-outlinedSecondary":Ct({variant:"outlined",color:"secondary",theme:e}),"&.MuiPaginationItem-outlinedError":Ct({variant:"outlined",color:"error",theme:e}),"&.MuiPaginationItem-outlinedSuccess":Ct({variant:"outlined",color:"success",theme:e}),"&.MuiPaginationItem-outlinedInfo":Ct({variant:"outlined",color:"info",theme:e}),"&.MuiPaginationItem-outlinedWarning":Ct({variant:"outlined",color:"warning",theme:e})}}}}}}function YO(e){return{MuiPopover:{styleOverrides:{paper:{boxShadow:e.customShadows.z1}}}}}function ti({color:e,theme:t}){const n=Ut(t,e),{lighter:r,main:i,dark:a}=n;return{"& .dot":{backgroundColor:i},"&:hover":{backgroundColor:r},"&.Mui-focusVisible":{outline:`2px solid ${a}`,outlineOffset:-4}}}function GO(e){switch(e){case"small":return{size:16,dotSize:8,position:3};case"large":return{size:24,dotSize:12,position:5};case"medium":default:return{size:20,dotSize:10,position:4}}}function Mu(e){const t=GO(e);return{"& .icon":{width:t.size,height:t.size,"& .dot":{width:t.dotSize,height:t.dotSize,top:t.position,left:t.position}}}}function KO(e){const{palette:t}=e;return{MuiRadio:{defaultProps:{className:"size-small",icon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:"50%"}}),checkedIcon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:"50%",position:"relative"},children:f.jsx(v.Box,{className:"dot",sx:{width:8,height:8,backgroundColor:"inherit",borderRadius:"50%",position:"absolute",top:3,left:3}})})},styleOverrides:{root:{color:t.secondary[300],"&.size-small":{...Mu("small")},"&.size-medium":{...Mu("medium")},"&.size-large":{...Mu("large")}},colorPrimary:ti({color:"primary",theme:e}),colorSecondary:ti({color:"secondary",theme:e}),colorSuccess:ti({color:"success",theme:e}),colorWarning:ti({color:"warning",theme:e}),colorInfo:ti({color:"info",theme:e}),colorError:ti({color:"error",theme:e})}}}}function ni({color:e,theme:t}){const n=Ut(t,e),{main:r}=n;return{border:`2px solid ${r}`}}function qO(e){return{MuiSlider:{styleOverrides:{track:{height:"1px"},thumb:{width:14,height:14,border:`2px solid ${e.palette.primary.main}`,backgroundColor:e.palette.background.paper,"&.MuiSlider-thumbColorPrimary":ni({color:"primary",theme:e}),"&.MuiSlider-thumbColorSecondary":ni({color:"secondary",theme:e}),"&.MuiSlider-thumbColorSuccess":ni({color:"success",theme:e}),"&.MuiSlider-thumbColorWarning":ni({color:"warning",theme:e}),"&.MuiSlider-thumbColorInfo":ni({color:"info",theme:e}),"&.MuiSlider-thumbColorError":ni({color:"error",theme:e})},mark:{width:4,height:4,borderRadius:"50%",border:`1px solid ${e.palette.secondary.light}`,backgroundColor:e.palette.background.paper,"&.MuiSlider-markActive":{opacity:1,borderColor:"inherit",borderWidth:2}},rail:{color:e.palette.secondary.light},root:{"&.Mui-disabled":{".MuiSlider-rail":{opacity:.25},".MuiSlider-track":{color:e.palette.secondary.lighter},".MuiSlider-thumb":{border:`2px solid ${e.palette.secondary.lighter}`}}},valueLabel:{backgroundColor:e.palette.grey[600],color:e.palette.grey[0]}}}}}function JO(e){switch(e){case"small":return{width:28,height:16,base:12,thumb:10,trackRadius:8};case"large":return{width:60,height:28,base:32,thumb:22,trackRadius:24};case"medium":default:return{width:44,height:22,base:22,thumb:16,trackRadius:16}}}function Du(e,t){const n=JO(t);return{width:n.width,height:n.height,"& .MuiSwitch-switchBase":{padding:3,"&.Mui-checked":{transform:`translateX(${n.base}px)`}},"& .MuiSwitch-thumb":{width:n.thumb,height:n.thumb},"& .MuiSwitch-track":{borderRadius:n.trackRadius}}}function _O(e){return{MuiSwitch:{styleOverrides:{track:{opacity:1,backgroundColor:e.palette.secondary[400],boxSizing:"border-box"},thumb:{borderRadius:"50%",transition:e.transitions.create(["width"],{duration:200})},switchBase:{"&.Mui-checked":{color:"#fff","& + .MuiSwitch-track":{opacity:1},"&.Mui-disabled":{color:e.palette.background.paper}},"&.Mui-disabled":{color:e.palette.background.paper,"+.MuiSwitch-track":{opacity:.3}}},root:{color:e.palette.text.primary,padding:0,margin:8,display:"flex","& ~ .MuiFormControlLabel-label":{margin:6},...Du(e,"medium")},sizeLarge:{...Du(e,"large")},sizeSmall:{...Du(e,"small")}}}}}function XO(e){return{MuiTab:{styleOverrides:{root:{minHeight:46,color:e.palette.text.primary,borderRadius:4,"&:hover":{backgroundColor:e.palette.primary.lighter+60,color:e.palette.primary.main},"&:focus-visible":{borderRadius:4,outline:`2px solid ${e.palette.secondary.dark}`,outlineOffset:-3}}}}}}function ZO(e){const t={"&:hover":{backgroundColor:e.palette.secondary.lighter}};return{MuiTableBody:{styleOverrides:{root:{"&.striped .MuiTableRow-root":{"&:nth-of-type(even)":{backgroundColor:e.palette.grey[50]},...t},"& .MuiTableRow-root":{...t}}}}}}function $O(e){const t={"&:not(:last-of-type)":{position:"relative","&:after":{position:"absolute",content:'""',backgroundColor:e.palette.divider,width:1,height:"calc(100% - 30px)",right:0,top:16}}};return{MuiTableCell:{styleOverrides:{root:{fontSize:"0.875rem",padding:12,borderColor:e.palette.divider},sizeSmall:{padding:8},head:{fontSize:"0.75rem",fontWeight:700,textTransform:"uppercase",...t},footer:{fontSize:"0.75rem",textTransform:"uppercase",...t}}}}}function eM(e){return{MuiTableFooter:{styleOverrides:{root:{backgroundColor:e.palette.grey[50],borderTop:`2px solid ${e.palette.divider}`,borderBottom:`1px solid ${e.palette.divider}`}}}}}function tM(e){return{MuiTableHead:{styleOverrides:{root:{backgroundColor:e.palette.grey[50],borderTop:`1px solid ${e.palette.divider}`,borderBottom:`2px solid ${e.palette.divider}`}}}}}function nM(){return{MuiTablePagination:{styleOverrides:{selectLabel:{fontSize:"0.875rem"},displayedRows:{fontSize:"0.875rem"}}}}}function rM(){return{MuiTableRow:{styleOverrides:{root:{"&:last-of-type":{"& .MuiTableCell-root":{borderBottom:"none"}},"& .MuiTableCell-root":{"&:last-of-type":{paddingRight:24},"&:first-of-type":{paddingLeft:24}}}}}}}function oM(){return{MuiTabs:{styleOverrides:{vertical:{overflow:"visible"}}}}}function iM(e){return{MuiToggleButton:{styleOverrides:{root:{"&.Mui-disabled":{borderColor:e.palette.divider,color:e.palette.text.disabled},"&:focus-visible":{outline:`2px solid ${e.palette.secondary.dark}`,outlineOffset:2}}}}}}function sM(e){return{MuiTooltip:{styleOverrides:{tooltip:{color:e.palette.background.paper}}}}}function aM(){return{MuiTreeItem:{styleOverrides:{content:{padding:8},iconContainer:{"& svg":{fontSize:"0.625rem"}}}}}}function lM(){return{MuiTypography:{styleOverrides:{gutterBottom:{marginBottom:12}}}}}function cM(e){return rt.merge(hO(e),CO(e),EO(e),IO(e),BO(),QO(e),mO(e),yO(e),bO(),vO(),xO(),TO(e),PO(e),SO(),OO(e),MO(),DO(e),kO(e),FO(),LO(e),NO(),RO(),VO(e),jO(e),HO(),zO(e),WO(),UO(e),YO(e),KO(e),qO(e),_O(e),XO(e),ZO(e),$O(e),eM(e),tM(e),nM(),rM(),oM(),iM(e),sM(e),aM(),lM())}const ku=({themeOverrides:e,children:t})=>{const{themeDirection:n,mode:r,presetColor:i,fontFamily:a}=Dt(),l=M.useMemo(()=>fO(r,i),[r,i]),A=M.useMemo(()=>pO(a),[a]),g=M.useMemo(()=>W3(l),[l]),d=M.useMemo(()=>Mi.merge({breakpoints:{values:{xs:0,sm:768,md:1024,lg:1266,xl:1440}},direction:n,mixins:{toolbar:{minHeight:60,paddingTop:8,paddingBottom:8}},palette:l.palette,customShadows:g,typography:A,shadows:l.shadows.map(()=>"none"),components:{MuiIconButton:{styleOverrides:{sizeExtraSmall:{width:l.spacing(2.6875),height:l.spacing(2.6875),fontSize:"0.625rem"}}}}},typeof e=="function"?e(l):e),[n,l,A,g,e]),h=Cc(d),E=Mi.cloneDeep(h.components??{});return h.components=Mi.merge(cM(h),E),f.jsx(v.StyledEngineProvider,{injectFirst:!0,children:f.jsxs(Jd,{theme:h,children:[f.jsx(v.CssBaseline,{}),t]})})};ku.propTypes={children:c.node,themeOverrides:c.oneOfType([c.object,c.func])};const $I=({children:e,theme:t,...n})=>f.jsx(w.CoreAdminContext,{...n,children:f.jsx(ku,{themeOverrides:t,children:f.jsx(Eu,{children:e})})});$I.displayName="ApplicaAdminContext";const ri=e=>{const{authProvider:t,catchAll:n,children:r,dashboard:i,dataProvider:a,disableTelemetry:l,history:A,i18nProvider:g,layout:d,loading:h,loginPage:E,authCallbackPage:C,menu:I,notification:B,queryClient:Q,requireAuth:y,store:D,ready:k,theme:T,title:P="React Admin"}=e;return f.jsx($I,{authProvider:t,dataProvider:a,i18nProvider:g,store:D,history:A,queryClient:Q,theme:T,children:f.jsx(w.AdminUI,{layout:d,dashboard:i,disableTelemetry:l,menu:I,catchAll:n,title:P,loading:h,loginPage:E,authCallbackPage:C,notification:B,requireAuth:y,ready:k,children:r})})};ri.defaultProps={store:w.localStorageStore(),title:"Applica Admin"},ri.propTypes={...w.AdminUI.propTypes};class e0{constructor({catch:t,display:n,log:r,error:i}){ys(this,"catch");ys(this,"display");ys(this,"log");ys(this,"error");this.catch=t,this.display=n,this.log=r,this.error=i}isCatched(){return this.catch}logError(){return this.log}displayError(){return this.display}}const AM=({apiUrl:e,endpoint:t,message:n,bodyBuilder:r})=>fetch(`${e}${t}`,{method:"PUT",headers:new Headers({Accept:"application/json","Content-Type":"application/json"}),body:JSON.stringify(r(n))}),uM=({enabled:e=!0,apiUrl:t,endpoint:n="/ui-errors/put",loading:r,catcherFn:i=l=>new e0({catch:l!=null,display:!1,log:!1}),bodyBuilder:a=l=>({message:l})})=>(q.useMemo(()=>{if(r||!e)return;const l=console.error;console.error=function(A,...g){if(!A||typeof A!="string"){l.apply(console,arguments);return}const d=A.replace(/%s/g,()=>g.shift()),h=i(d);if(!h.isCatched()){l.apply(console,arguments);return}h.logError()&&AM({apiUrl:t,endpoint:n,message:d,bodyBuilder:a}),h.displayError()?l.apply(console,arguments):console.debug.apply(console,arguments)}},[t,r,a,n,i,e]),!0),Fu=({languages:e,defaultLocale:t,allowMissing:n=!1})=>kQ(r=>rt.get(e,r,{}),t,[{locale:t}],{allowMissing:n}),t0=[],gM=({apiUrl:e,endpoint:t,locale:n,message:r,bodyBuilder:i})=>r!=null&&r!=="undefined"&&r.indexOf("[")===-1&&r.indexOf("]")===-1&&t0.indexOf(`${n}-${r}`)===-1&&t0.push(`${n}-${r}`)&&fetch(`${e}${t}`,{method:"PUT",headers:new Headers({Accept:"application/json","Content-Type":"application/json"}),body:JSON.stringify(i(n,r)||{})}),n0=({apiUrl:e,enabled:t=!0,endpoint:n="/languages/put-message",loading:r,bodyBuilder:i=(a,l)=>({lang:a,code:l,text:l})})=>{const[a]=w.useLocaleState();return q.useMemo(()=>{if(r||!t)return;const l=console.error;console.error=function(A){if(!(typeof A=="string"&&A==="%c%s")){if(typeof A=="string"&&A.indexOf("Missing translation for key: ")>=0){if(A=A.replace("Warning: Missing translation for key: ",""),A=A.split('"').join("").trim(),A===null||A.indexOf(" ")!==-1||A.indexOf(".")===-1)return;const g=localStorage.getItem("locale")||a;gM({apiUrl:e,endpoint:n,locale:g,message:A,bodyBuilder:i});return}l.apply(console,arguments)}}},[e,a,r,i,n,t]),!0};window.React=M;const r0=({apiUrl:e,endpoint:t="/languages/load",mapper:n=({data:r})=>({data:r})})=>{const[r,i]=M.useState({loading:!0,languages:null});return M.useEffect(()=>{let a=new Headers;a.append("Accept","application/json"),a.append("Content-Type","application/json"),fetch(`${e}${t}`,{headers:a}).then(l=>l.json()).then(l=>i({loading:!1,...n(l)}))},[e,t,n]),r},dM=({apiUrl:e,locale:t="en",languages:n={}})=>Fu({apiUrl:e,locale:t,languages:n}),fM=e=>e.reduce((t,n)=>({...t,[n.lang]:{...t[n.lang]||{},[n.code]:n.text}}),{}),pM=(e,t)=>({lang:e,code:t,text:t}),hM=new Xg.QueryClient({defaultOptions:{queries:{refetchOnWindowFocus:!1}}}),Lu=({theme:e,themeConfig:t,apiUrl:n,defaultLocale:r,development:i,logoMain:a,logoIcon:l,loginPage:A,menu:g,name:d,version:h,dataProvider:E,authProvider:C,notification:I,enableNotification:B,enableRegistration:Q,enablePasswordRecover:y,...D})=>{const k=r0({apiUrl:n,endpoint:"/i18n/messages",mapper:fM});n0({bodyBuilder:pM,apiUrl:n,endpoint:"/i18n/message",loading:k==null?void 0:k.loading,enabled:i}),uM({apiUrl:n,endpoint:"/cli/error",catcherFn:z=>{const R=z==null?void 0:z.toString(),ee=["Invalid prop `file` of type `string` supplied to `FileInputPreview`, expected `object`.","Failed prop type: Invalid prop `checked` of type `string` supplied to `ForwardRef(Switch)`, expected `boolean`.","Failed prop type: Invalid prop `checked` of type `string` supplied to `ForwardRef(SwitchBase)`, expected `boolean`.","validateDOMNesting(...): <form> cannot appear as a descendant of <form>."].some(re=>R==null?void 0:R.includes(re));return new e0({catch:ee,display:!ee,log:!ee,error:z})}});const T=M.useMemo(()=>M.isValidElement(A)?M.cloneElement(A,{name:d,version:h,enableRegistration:Q,enablePasswordRecover:y}):A,[A,d,h,Q,y]),P=M.useMemo(()=>z=>{const R=d?f.jsx(_a,{title:d}):a,_=d?f.jsx(Iu,{title:d}):l;return f.jsx(pu,{...z,name:d,version:h,logoMain:R,logoIcon:_,notification:I,enableNotification:B})},[a,l,d,h,I,B]);if(k!=null&&k.loading)return null;const S=Fu({languages:k,defaultLocale:r,allowMissing:i});return f.jsx(Qc,{children:f.jsx(vc,{menu:g,children:f.jsx(yc,{initialConfig:t,children:f.jsx(ri,{theme:e,layout:P,notification:OI,queryClient:hM,dataProvider:E,authProvider:C,i18nProvider:S,loginPage:T,...D})})})})};Lu.defaultProps={...ri.defaultProps,fileFields:[],defaultLocale:"en",development:!1,version:"0.0.0",notification:"entities/notification",enableNotification:!1,enableRegistration:!1,enableForgotPassword:!1,loginPage:f.jsx($a,{version:"0.0.0",name:"Applica",redirectTo:"/"})},Lu.propTypes={...ri.propTypes,theme:c.oneOfType([c.object,c.func]),apiUrl:c.string.isRequired,defaultLocale:c.string,development:c.bool,logoMain:c.node,logoIcon:c.node,menu:c.arrayOf(Fo),name:c.string,version:c.string,authProvider:c.oneOfType([c.func,c.object]),dataProvider:c.oneOfType([c.func,c.object]),notification:c.string,enableNotification:c.bool,enableRegistration:c.bool,enableForgotPassword:c.bool},Object.defineProperty(L,"ArrayInputContext",{enumerable:!0,get:()=>w.ArrayInputContext}),Object.defineProperty(L,"BooleanField",{enumerable:!0,get:()=>w.BooleanField}),Object.defineProperty(L,"BulkDeleteWithConfirmButton",{enumerable:!0,get:()=>w.BulkDeleteWithConfirmButton}),Object.defineProperty(L,"Button",{enumerable:!0,get:()=>w.Button}),Object.defineProperty(L,"ChipField",{enumerable:!0,get:()=>w.ChipField}),Object.defineProperty(L,"Confirm",{enumerable:!0,get:()=>w.Confirm}),Object.defineProperty(L,"CreateButton",{enumerable:!0,get:()=>w.CreateButton}),Object.defineProperty(L,"CreateContextProvider",{enumerable:!0,get:()=>w.CreateContextProvider}),Object.defineProperty(L,"CustomRoutes",{enumerable:!0,get:()=>w.CustomRoutes}),Object.defineProperty(L,"DeleteWithConfirmButton",{enumerable:!0,get:()=>w.DeleteWithConfirmButton}),Object.defineProperty(L,"DeleteWithUndoButton",{enumerable:!0,get:()=>w.DeleteWithUndoButton}),Object.defineProperty(L,"EditButton",{enumerable:!0,get:()=>w.EditButton}),Object.defineProperty(L,"EditContextProvider",{enumerable:!0,get:()=>w.EditContextProvider}),Object.defineProperty(L,"FieldTitle",{enumerable:!0,get:()=>w.FieldTitle}),Object.defineProperty(L,"Form",{enumerable:!0,get:()=>w.Form}),Object.defineProperty(L,"FormDataConsumer",{enumerable:!0,get:()=>w.FormDataConsumer}),Object.defineProperty(L,"HttpError",{enumerable:!0,get:()=>w.HttpError}),Object.defineProperty(L,"I18nContextProvider",{enumerable:!0,get:()=>w.I18nContextProvider}),Object.defineProperty(L,"ListToolbar",{enumerable:!0,get:()=>w.ListToolbar}),Object.defineProperty(L,"Pagination",{enumerable:!0,get:()=>w.Pagination}),Object.defineProperty(L,"RaSimpleFormIterator",{enumerable:!0,get:()=>w.SimpleFormIterator}),Object.defineProperty(L,"RecordContextProvider",{enumerable:!0,get:()=>w.RecordContextProvider}),Object.defineProperty(L,"ReferenceArrayField",{enumerable:!0,get:()=>w.ReferenceArrayField}),Object.defineProperty(L,"ReferenceField",{enumerable:!0,get:()=>w.ReferenceField}),Object.defineProperty(L,"Resource",{enumerable:!0,get:()=>w.Resource}),Object.defineProperty(L,"ResourceContextProvider",{enumerable:!0,get:()=>w.ResourceContextProvider}),Object.defineProperty(L,"SaveButton",{enumerable:!0,get:()=>w.SaveButton}),Object.defineProperty(L,"SimpleFormIteratorContext",{enumerable:!0,get:()=>w.SimpleFormIteratorContext}),Object.defineProperty(L,"SimpleList",{enumerable:!0,get:()=>w.SimpleList}),Object.defineProperty(L,"SingleFieldList",{enumerable:!0,get:()=>w.SingleFieldList}),Object.defineProperty(L,"TopToolbar",{enumerable:!0,get:()=>w.TopToolbar}),Object.defineProperty(L,"UrlField",{enumerable:!0,get:()=>w.UrlField}),Object.defineProperty(L,"choices",{enumerable:!0,get:()=>w.choices}),Object.defineProperty(L,"email",{enumerable:!0,get:()=>w.email}),Object.defineProperty(L,"maxLength",{enumerable:!0,get:()=>w.maxLength}),Object.defineProperty(L,"maxValue",{enumerable:!0,get:()=>w.maxValue}),Object.defineProperty(L,"minLength",{enumerable:!0,get:()=>w.minLength}),Object.defineProperty(L,"minValue",{enumerable:!0,get:()=>w.minValue}),Object.defineProperty(L,"number",{enumerable:!0,get:()=>w.number}),Object.defineProperty(L,"regex",{enumerable:!0,get:()=>w.regex}),Object.defineProperty(L,"required",{enumerable:!0,get:()=>w.required}),Object.defineProperty(L,"useArrayInput",{enumerable:!0,get:()=>w.useArrayInput}),Object.defineProperty(L,"useAuthProvider",{enumerable:!0,get:()=>w.useAuthProvider}),Object.defineProperty(L,"useCreateController",{enumerable:!0,get:()=>w.useCreateController}),Object.defineProperty(L,"useDataProvider",{enumerable:!0,get:()=>w.useDataProvider}),Object.defineProperty(L,"useEditContext",{enumerable:!0,get:()=>w.useEditContext}),Object.defineProperty(L,"useGetIdentity",{enumerable:!0,get:()=>w.useGetIdentity}),Object.defineProperty(L,"useGetList",{enumerable:!0,get:()=>w.useGetList}),Object.defineProperty(L,"useGetMany",{enumerable:!0,get:()=>w.useGetMany}),Object.defineProperty(L,"useGetManyReference",{enumerable:!0,get:()=>w.useGetManyReference}),Object.defineProperty(L,"useGetOne",{enumerable:!0,get:()=>w.useGetOne}),Object.defineProperty(L,"useListContext",{enumerable:!0,get:()=>w.useListContext}),Object.defineProperty(L,"useNotify",{enumerable:!0,get:()=>w.useNotify}),Object.defineProperty(L,"usePermissions",{enumerable:!0,get:()=>w.usePermissions}),Object.defineProperty(L,"useRecordContext",{enumerable:!0,get:()=>w.useRecordContext}),Object.defineProperty(L,"useRefresh",{enumerable:!0,get:()=>w.useRefresh}),Object.defineProperty(L,"useResourceContext",{enumerable:!0,get:()=>w.useResourceContext}),Object.defineProperty(L,"useResourceDefinition",{enumerable:!0,get:()=>w.useResourceDefinition}),Object.defineProperty(L,"useResourceDefinitions",{enumerable:!0,get:()=>w.useResourceDefinitions}),Object.defineProperty(L,"useSimpleFormIterator",{enumerable:!0,get:()=>w.useSimpleFormIterator}),Object.defineProperty(L,"useSimpleFormIteratorItem",{enumerable:!0,get:()=>w.useSimpleFormIteratorItem}),Object.defineProperty(L,"useTranslate",{enumerable:!0,get:()=>w.useTranslate}),Object.defineProperty(L,"useUnselect",{enumerable:!0,get:()=>w.useUnselect}),Object.defineProperty(L,"useUnselectAll",{enumerable:!0,get:()=>w.useUnselectAll}),Object.defineProperty(L,"useUpdateMany",{enumerable:!0,get:()=>w.useUpdateMany}),L.ActionsField=Rc,L.ActionsMenu=Oi,L.ActivatePage=RI,L.Admin=ri,L.AnimateButton=hC,L.AppConfigContext=Bc,L.AppConfigProvider=Qc,L.ApplicaAdmin=Lu,L.ArrayInput=Av,L.AttachmentField=Vc,L.AttachmentInput=Gc,L.AutocompleteArrayInput=Ff,L.AutocompleteInput=Lf,L.Avatar=Oa,L.BooleanInput=Kc,L.Breadcrumbs=_s,L.CardForm=Xs,L.ChangePasswordForm=oA,L.CircularWithLabel=SC,L.CircularWithPath=OC,L.CoverField=ea,L.Create=Fv,L.CreateInDialogButton=mu,L.Datagrid=bu,L.DateAgoField=ta,L.DateField=jc,L.DateInput=qc,L.DateTimeInput=Jc,L.Dot=Ma,L.Edit=Lv,L.EditInDialogButton=yu,L.EmailField=Hc,L.Empty=kI,L.FileField=zc,L.FileInput=_c,L.FormHeader=iA,L.FunctionField=Of,L.IconButton=Fr,L.ImageField=ki,L.ImageInput=Xc,L.ImpersonateUserButton=DI,L.LabeledArrayInput=$s,L.LabeledInput=ot,L.Layout=pu,L.LinearWithIcon=MC,L.LinearWithLabel=DC,L.List=FI,L.ListItem=vu,L.Loadable=T3,L.Loader=SI,L.LoadingButton=eu,L.LoginPage=$a,L.Logo=uu,L.LongForm=Li,L.MainCard=bn,L.MainIcon=_a,L.MenuConfigContext=bc,L.MenuConfigProvider=vc,L.MenuPopover=Gs,L.MenuPropTypes=Fo,L.Notification=OI,L.NotificationList=z3,L.NumberInput=Zc,L.ReadonlyField=Uc,L.RecordInput=Nf,L.RecoverPage=VI,L.ReferenceArrayInput=$c,L.ReferenceInput=eA,L.ReferenceManyField=Ro,L.ReferenceManyInput=tA,L.RegisterPage=jI,L.ScrollTop=Eu,L.ScrollX=P3,L.SearchInput=Pv,L.SelectArrayInput=nA,L.SelectInput=Vf,L.SimpleBar=Au,L.SimpleForm=Zs,L.SimpleFormIterator=e1,L.SizeField=Df,L.SmallIcon=Iu,L.SmartTextInput=na,L.TabbedForm=aa,L.TextField=Yc,L.TextInput=xn,L.ThemeConfigContext=mc,L.ThemeConfigProvider=yc,L.ThemeProvider=ku,L.TimeInput=rA,L.Toolbar=sr,L.Tooltip=PC,L.Transitions=Nr,L.createI18nProvider=Fu,L.parseTime=jf,L.useAppConfig=no,L.useBreadcrumbs=sf,L.useI18nCatcher=n0,L.useI18nLanguages=r0,L.useI18nProvider=dM,L.useLocalStorage=Tc,L.useMenu=wc,L.useMenuConfig=zn,L.useResourceTitle=af,L.useThemeConfig=Dt,L.uuid=Ov,Object.defineProperty(L,Symbol.toStringTag,{value:"Module"})});
256
+ `),I3)),PI=q.forwardRef(function(t,n){const r=Wt({props:t,name:"MuiLinearProgress"}),{className:i,color:a="primary",value:l,valueBuffer:A,variant:g="indeterminate"}=r,d=Je(r,C3),h=G({},r,{color:a,variant:g}),E=Q3(h),C=ct(),I={},B={bar1:{},bar2:{}};if(g==="determinate"||g==="buffer")if(l!==void 0){I["aria-valuenow"]=Math.round(l),I["aria-valuemin"]=0,I["aria-valuemax"]=100;let Q=l-100;C.direction==="rtl"&&(Q=-Q),B.bar1.transform=`translateX(${Q}%)`}else process.env.NODE_ENV!=="production"&&console.error("MUI: You need to provide a value prop when using the determinate or buffer variant of LinearProgress .");if(g==="buffer")if(A!==void 0){let Q=(A||0)-100;C.direction==="rtl"&&(Q=-Q),B.bar2.transform=`translateX(${Q}%)`}else process.env.NODE_ENV!=="production"&&console.error("MUI: You need to provide a valueBuffer prop when using the buffer variant of LinearProgress.");return f.jsxs(m3,G({className:at(E.root,i),ownerState:h,role:"progressbar"},I,{ref:n},d,{children:[g==="buffer"?f.jsx(y3,{className:E.dashed,ownerState:h}):null,f.jsx(b3,{className:E.bar1,ownerState:h,style:B.bar1}),g==="determinate"?null:f.jsx(v3,{className:E.bar2,ownerState:h,style:B.bar2})]}))});process.env.NODE_ENV!=="production"&&(PI.propTypes={classes:c.object,className:c.string,color:c.oneOfType([c.oneOf(["inherit","primary","secondary"]),c.string]),sx:c.oneOfType([c.arrayOf(c.oneOfType([c.func,c.object,c.bool])),c.func,c.object]),value:c.number,valueBuffer:c.number,variant:c.oneOf(["buffer","determinate","indeterminate","query"])});const x3=PI,w3=le("div")(({theme:e})=>({position:"fixed",top:0,left:0,zIndex:2001,width:"100%","& > * + *":{marginTop:e.spacing(2)}})),SI=()=>f.jsx(w3,{children:f.jsx(x3,{color:"primary"})}),T3=e=>t=>f.jsx(M.Suspense,{fallback:f.jsx(SI,{}),children:f.jsx(e,{...t})}),_a=({title:e})=>f.jsxs(v.Stack,{direction:"row",children:[f.jsx(v.Typography,{variant:"h2",sx:{fontWeight:"regular",letterSpacing:-2.5},children:"a."})," ",f.jsx(v.Typography,{variant:"h2",sx:{fontWeight:"bold"},children:e})]});_a.propTypes={title:c.string.isRequired};const OI=le(w.Notification,{})(({theme:e})=>({"& *":{fontSize:e.typography.body1.fontSize}})),Eu=({children:e})=>{const t=ut.useLocation(),{pathname:n}=t;return M.useEffect(()=>{window.scrollTo({top:0,left:0,behavior:"smooth"})},[n]),e||null};Eu.propTypes={children:c.node};const P3=le("div")({width:"100%",overflowX:"auto",display:"block"}),Iu=({title:e})=>f.jsx(v.Typography,{variant:"h2",sx:{style:"bold"},children:e==null?void 0:e.substr(0,1).toUpperCase()});Iu.propTypes={title:c.string.isRequired};const Bu=(e,t)=>{const n=t.id;if(!e)return[t];const r=e.findIndex(i=>i.id===n);return r===-1?[...e,t]:[...e.slice(0,r),{...e[r],...t},...e.slice(r+1)]},S3=(e,t)=>e&&e.data?{data:Bu(e.data,t),total:e.total+1}:e,O3=(e,t)=>e&&e.length>0?Bu(e,t):e,M3=(e,t)=>e&&e.data?{...e,data:Bu(e.data,t),total:e.total+1}:e,Qu=({onClose:e,record:t,children:n,redirect:r,onSubmit:i,onSuccess:a,onError:l})=>{const A=Xg.useQueryClient(),g=w.useResourceContext(),d=w.useRedirect(),h=w.useNotify(),E=M.useCallback(Q=>{const D=Date.now();A.setQueryData([g,"getOne",{id:Q.id}],Q),A.setQueriesData([g,"getList"],k=>M3(k,Q),{updatedAt:D}),A.setQueriesData([g,"getMany"],k=>O3(k,Q),{updatedAt:D}),A.setQueriesData([g,"getManyReference"],k=>S3(k,Q),{updatedAt:D}),e(),h("ra.notification.created"),r!==void 0&&d(r,g,Q.id,Q),a&&a(Q)},[e,a,A,g,h,d,r]),{save:C,isLoading:I}=w.useCreateController({mutationOptions:{onSuccess:E,onError:l}}),B=M.useCallback(Q=>{i?i(Q,e):C&&C(Q)},[i,C,e]);return f.jsx(w.CreateContextProvider,{value:{record:t,save:B,saving:I,redirect:r},children:M.cloneElement(n,{...n.props,toolbar:f.jsxs(sr,{children:[f.jsx(w.Button,{variant:"text",size:"medium",label:"ra.action.cancel",onClick:e}),f.jsx(w.SaveButton,{})]})})})};Qu.propTypes={children:c.node,onClose:c.func,record:c.object,redirect:c.oneOf(["list","edit","show",!1])},Qu.defaultProps={redirect:!1};const D3={true:{_scrollToTop:!0},false:{}},k3=le(v.Fab,{name:"RaApplicaCreateInDialogButton",overridesResolver:(e,t)=>t.root})(({theme:e})=>({[`&.${w.CreateButtonClasses.floating}`]:{color:e.palette.getContrastText(e.palette.primary.main),margin:0,top:"auto",right:20,bottom:60,left:"auto",position:"fixed",zIndex:1e3}})),mu=({fullWidth:e,maxWidth:t,label:n,record:r,redirect:i,scrollToTop:a,className:l,sx:A,onSubmit:g,onSuccess:d,onError:h,...E})=>{const[C,I]=M.useState(!1),B=w.useTranslate(),Q=w.useResourceContext(),{openDialog:y,closeDialog:D}=no(),k=M.useCallback(()=>y(Q,()=>I(!0)),[y,Q]),T=M.useCallback(()=>D(Q,()=>I(!1)),[D,Q]),P=v.useMediaQuery(S=>S.breakpoints.down("md"));return f.jsxs(f.Fragment,{children:[P?f.jsx(k3,{...E,state:D3[String(a)],color:"primary",className:at(w.CreateButtonClasses.floating,l),"aria-label":n&&B(n),onClick:k,children:f.jsx(jn.Add,{})}):f.jsx(w.Button,{...E,sx:A,label:n,onClick:k,children:f.jsx(jn.Add,{})}),f.jsx(v.Dialog,{open:C,onClose:T,fullWidth:e,maxWidth:t,children:f.jsx(Qu,{...E,redirect:i,record:r,onClose:T,onSubmit:g,onSuccess:d,onError:h})})]})};mu.defaultProps={fullWidth:!0,maxWidth:"md",label:"ra.action.create",scrollToTop:!0},mu.propTypes={...w.Button.propTypes,redirect:c.oneOf(["list","edit","show",!1]),fullWidth:c.bool,maxWidth:c.oneOf(["xs","sm","md","lg","xl",!1]),label:c.string,record:c.object,scrollToTop:c.bool,className:c.string,sx:c.object,children:c.node,onSubmit:c.func,onSuccess:c.func,onError:c.func};const MI=({onClose:e,children:t})=>{const n=w.useNotify(),r=w.useRecordContext(),i=w.useResourceContext(),{id:a}=r,{isLoading:l,data:A}=w.useGetOne(i,{id:a}),g=M.useCallback(()=>{n("ra.notification.updated",{type:"info",messageArgs:{smart_count:1}}),e()},[e,n]),{save:d,saving:h}=w.useEditController({resource:i,id:a,mutationMode:"pessimistic",mutationOptions:{onSuccess:g}});return f.jsx(w.EditContextProvider,{value:{record:A,isLoading:l,save:d,saving:h},children:M.cloneElement(t,{toolbar:f.jsxs(sr,{children:[f.jsx(w.Button,{variant:"text",size:"medium",label:"ra.action.cancel",onClick:e}),f.jsx(w.SaveButton,{})]})})})};MI.propTypes={children:c.node,onClose:c.func};const yu=({fullWidth:e,maxWidth:t,label:n,...r})=>{const[i,a]=M.useState(!1),{openDialog:l,closeDialog:A}=no(),g=w.useResourceContext(),d=M.useCallback(()=>l(g,()=>a(!0)),[l,g]),h=M.useCallback(()=>A(g,()=>a(!1)),[A,g]);return f.jsxs(f.Fragment,{children:[f.jsx(w.Button,{label:n,onClick:d,children:f.jsx(jn.Edit,{})}),f.jsx(v.Dialog,{open:i,onClose:h,fullWidth:e,maxWidth:t,children:f.jsx(MI,{...r,onClose:h})})]})};yu.defaultProps={fullWidth:!0,maxWidth:"md",label:"ra.action.edit"},yu.propTypes={fullWidth:c.bool,maxWidth:c.oneOf(["xs","sm","md","lg","xl",!1]),label:c.string};const DI=({label:e="ra.auth.sign_in",...t})=>{const n=w.useRecordContext(),[r,i]=M.useState(!1),a=w.useAuthProvider(),l=M.useCallback(A=>{A.stopPropagation(),A.preventDefault(),i(!0),a.impersonate(n==null?void 0:n.id).then(()=>{i(!1),document.location.href="/"})},[a,n==null?void 0:n.id]);return f.jsx(w.Button,{disabled:r||a.impersonate===void 0,color:"primary",variant:"text",label:e,onClick:l,...t,children:f.jsx(jn.VpnKey,{})})};DI.propTypes={label:c.string};const F3=le(w.Datagrid,{name:"ApplicaDatagrid",slot:"root"})(()=>({"& .RaBulkActionsToolbar-collapsed":{height:0,paddingTop:0,paddingBottom:0},"& .RaBulkActionsToolbar-topToolbar":{backgroundColor:"transparent"},"& .icon span":{top:-1,left:-1},"& th":{textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"}})),bu=e=>f.jsx(F3,{...e});bu.propTypes={...w.Datagrid.propTypes},bu.defaultProps={...w.Datagrid.defaultProps};const L3=le("div")(({theme:e})=>({padding:e.spacing(2)})),kI=({actions:e,className:t,...n})=>{const{hasCreate:r}=Me.useResourceDefinition(n),i=Me.useResourceContext(n),a=Me.useTranslate(),l=Me.useGetResourceLabel(),A=a(`resources.${i}.forcedCaseName`,{smart_count:0,_:l(i,0)}),g=a("ra.page.empty",{name:A}),d=a("ra.page.invite");return f.jsxs(N3,{className:t,children:[f.jsxs("div",{className:Xo.message,children:[f.jsx(jn.Inbox,{className:Xo.icon}),f.jsx(v.Typography,{variant:"h4",paragraph:!0,children:a(`resources.${i}.empty`,{_:g})}),r&&f.jsx(v.Typography,{variant:"body1",children:a(`resources.${i}.invite`,{_:d})})]}),f.jsx(L3,{className:Xo.toolbar,children:e})]})},Xa="ApplicaEmpty",Xo={message:`${Xa}-message`,icon:`${Xa}-icon`,toolbar:`${Xa}-toolbar`},N3=le("span",{name:Xa,overridesResolver:(e,t)=>t.root})(({theme:e})=>({flex:1,[`& .${Xo.message}`]:{textAlign:"center",opacity:e.palette.mode==="light"?.5:.8,margin:"0 1em",color:e.palette.mode==="light"?"inherit":e.palette.text.primary},[`& .${Xo.icon}`]:{width:"9em",height:"9em"},[`& .${Xo.toolbar}`]:{textAlign:"center",marginTop:"2em"}}));kI.propTypes={actions:c.element,className:c.string};const R3=Po(w.List,{name:"RaApplicaList",slot:"root"})(({theme:e})=>({"& .RaList-main":{overflowX:"auto","& .RaBulkActionsToolbar-toolbar":{height:36,top:42,paddingTop:16,"& .RaBulkActionsToolbar-title":{alignItems:"end","& .MuiTypography-root":{alignSelf:"center"}}},"& .MuiToolbar-root":{"& form":{padding:e.spacing(2),paddingBottom:e.spacing(2),alignItems:"flex-start"},"& .MuiButton-root":{margin:e.spacing(2)}},"& .RaList-actions":{padding:e.spacing(2),paddingTop:0,"& .RaFilterForm-filterFormInput":{marginTop:e.spacing(1),"& .ra-input":{alignSelf:"center"},[e.breakpoints.down("sm")]:{marginBottom:e.spacing(1)}},"& .RaFilterFormInput-hideButton":{marginTop:e.spacing(1),marginBottom:e.spacing(.5),marginRight:e.spacing(1)},"& > .MuiToolbar-root":{flex:"unset",padding:0}},"& .RaList-content":{"& .RaBulkActionsToolbar-collapsed":{height:0,paddingTop:0,paddingBottom:0},"& .icon span":{top:-1,left:-1}}},"& .RaEmpty-toolbar":{margin:e.spacing(2)}})),FI=e=>f.jsx(bn,{content:!1,children:f.jsx(R3,{...e})});FI.propTypes={...w.List.propTypes};const V3=()=>{const e=w.useRefresh(),t=w.useNotify(),n=w.useUnselectAll(),r=w.useResourceContext(),{selectedIds:i,data:a}=w.useListContext(),l=w.useRecordContext(),A=i.map(E=>a.find(C=>C.id===E)),[g,{isLoading:d}]=w.useUpdateMany(r,{ids:i.length>0?i:[l==null?void 0:l.id],data:{readed:ar().format("YYYY-MM-DD HH:mm:ss")},rows:A},{onSuccess:()=>{e(),t("resources.notifications.messages.readed.done"),n(r)},onError:()=>t("ra.notification.readed_error","warning"),onFailure:()=>t("ra.notification.readed_error","warning")}),h=M.useCallback(()=>{g()},[g]);return f.jsx(w.Button,{label:"ra.notification.mark_as_readed",disabled:d||(l==null?void 0:l.readed)!==null,onClick:h,children:f.jsx(jn.Email,{})})},j3=()=>{const e=w.useRefresh(),t=w.useNotify(),n=w.useUnselectAll(),{selectedIds:r,data:i}=w.useListContext(),a=w.useRecordContext(),l=w.useResourceContext(),A=r.map(E=>i.find(C=>C.id===E)).concat([a]),[g,{isLoading:d}]=w.useUpdateMany(l,{ids:r.length>0?r:[a==null?void 0:a.id],data:{readed:null},rows:A},{onSuccess:()=>{e(),t("resources.notifications.messages.unreaded.done"),n("notifications")},onFailure:()=>t("resources.notifications.messages.unreaded.error","warning")}),h=M.useCallback(()=>{g()},[g]);return f.jsx(w.Button,{color:"secondary",label:"ra.notification.mark_as_unreaded",disabled:d||a&&!(a!=null&&a.readed),onClick:h,children:f.jsx(jn.Drafts,{})})},H3=e=>{const t=w.useRecordContext(e),n=w.useResourceContext(e),r=w.useRedirect(),i=w.useNotify(),a=w.useTranslate(),[l]=w.useLocaleState(),A=M.useMemo(()=>t!=null&&t.readed?ar(t==null?void 0:t.readed).locale(l).format("ddd, DD MMM YYYY HH:mm:ss"):!1,[t==null?void 0:t.readed,l]),[g]=w.useUpdate(n,{id:t==null?void 0:t.id,data:{...t,readed:ar().format("YYYY-MM-DD HH:mm:ss")}},{onSuccess:()=>{t!=null&&t.resource&&(t!=null&&t.resource.startsWith("/")?r(t==null?void 0:t.resource):document.location.href=t==null?void 0:t.resource)},onFailure:()=>{i("ra.notification.readed_error","warning")}}),d=M.useCallback(()=>g(),[g]);return f.jsxs("div",{onClick:d,style:{cursor:"pointer"},role:"button",tabIndex:0,children:[f.jsx(v.Typography,{variant:"subtitle1",children:f.jsxs(v.Box,{fontWeight:"bold",children:[" ",t==null?void 0:t.title]})}),f.jsx(v.Typography,{variant:"body1",sx:{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitBoxOrient:"vertical",whiteSpace:"break-spaces"},dangerouslySetInnerHTML:{__html:t==null?void 0:t.content}}),A&&f.jsx(v.Typography,{variant:"caption",display:"block",sx:{mt:1},color:"textSecondary",children:a("ra.notification.readed",{readed:A})})]})},z3=({...e})=>{const t=v.useTheme(),{mode:n,colorize:r,density:i}=M.useMemo(()=>({mode:t.palette.mode,colorize:t.palette.mode==="dark"?v.darken:v.lighten,density:t.palette.mode==="dark"?.5:.9}),[t.palette.mode]),a=M.useCallback(l=>({backgroundColor:l!=null&&l.readed?r(t.palette.primary[n],i):r(t.palette.secondary[n],i)}),[t,n,r,i]);return f.jsxs(w.Datagrid,{...e,rowStyle:a,children:[f.jsx(H3,{source:"notification",sortable:!1,label:"ra.notification"}),f.jsx(ta,{source:"created",label:"ra.notification.created"}),f.jsxs(Oi,{children:[f.jsx(V3,{}),f.jsx(j3,{})]})]})},Za={width:"1.5rem",alignSelf:"center"},vu=({source:e,label:t,variant:n,record:r,spaceBottom:i,spaceTop:a,component:l,leftIcon:A,rightIcon:g,button:d,buttonProps:h,...E})=>{const{getCurrentDialog:C}=no(),I=Me.useResourceContext(E),B=C(),Q=Me.useRecordContext(),y=r||Q,D=rt.get(y,e||"");return f.jsxs(v.Stack,{direction:"row",alignItems:"center",justifyContent:"space-between",sx:k=>({pt:1,pb:1,borderBottom:`1px solid ${k.palette.divider}`,...i&&{mb:2},...a&&{mt:2}}),children:[f.jsxs(v.Stack,{direction:"row",alignItems:"start",children:[A&&(M.isValidElement(A)?M.cloneElement(A,{style:Za}):M.createElement(A,{style:Za})),f.jsx(Me.FieldTitle,{label:t,source:e,resource:B||I})]}),f.jsxs(v.Stack,{direction:"row",alignItems:"center",children:[l?M.isValidElement(l)?M.cloneElement(l,{record:y,resource:I,value:D}):M.createElement(l,{source:e,record:y,resource:I,value:D}):f.jsx(v.Typography,{variant:n,children:D}),g&&(M.isValidElement(g)?M.cloneElement(g,{style:Za}):M.createElement(g,{style:Za})),d&&f.jsx(v.Button,{size:"small",variant:"outlined",sx:{ml:1,p:0},...h,children:d})]})]})};vu.propTypes={source:c.string,label:c.string,record:c.object,variant:c.oneOf(["body1","body2","caption","button","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),spaceTop:c.bool,spaceBottom:c.bool,leftIcon:c.oneOfType([c.elementType,c.element,c.func]),rightIcon:c.oneOfType([c.elementType,c.element,c.func]),component:c.oneOfType([c.elementType,c.element,c.func]),buttonProps:c.object,button:c.string},vu.defaultProps={variant:"body1"};const LI=()=>{const e=Mt.useTheme(),n=e.palette.mode==="dark"?e.palette.primary.dark:e.palette.primary.light;return f.jsx(v.Box,{sx:{position:"absolute",filter:"blur(20px)",bottom:0,p:4,pb:8},children:f.jsxs("svg",{width:"100%",height:"calc(100vh - 175px)",viewBox:"0 0 117 80",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[f.jsx("path",{d:"M15.7523 21.9601L14.0526 17.2379H4.6534L2.95369 21.9601H0L7.78722 0.903564H10.9187L18.706 21.9601H15.7523ZM5.60948 14.6207H13.0988L9.33912 4.24262L5.60948 14.6207Z",fill:n}),f.jsx("path",{d:"M33.592 8.8437C35.0538 10.3782 35.7997 12.2433 35.7997 14.4391C35.7997 16.6348 35.0538 18.5302 33.592 20.0647C32.1301 21.5992 30.3404 22.3513 28.2504 22.3513C25.7747 22.3513 23.8949 21.3593 22.6109 19.3731V27.9769H20.0151V6.91804H22.6109V9.505C23.8949 7.51879 25.7724 6.52686 28.2504 6.52686C30.3381 6.52686 32.1301 7.30923 33.592 8.8437ZM31.6821 18.2881C32.6959 17.2356 33.204 15.9712 33.204 14.4367C33.204 12.9023 32.6959 11.6402 31.6821 10.6157C30.6683 9.56321 29.4143 9.05094 27.9224 9.05094C26.4306 9.05094 25.1489 9.56321 24.1328 10.6157C23.1189 11.6379 22.6109 12.9023 22.6109 14.4367C22.6109 15.9712 23.1189 17.2333 24.1328 18.2881C25.1466 19.3103 26.4006 19.8225 27.9224 19.8225C29.4443 19.8225 30.6683 19.3103 31.6821 18.2881Z",fill:n}),f.jsx("path",{d:"M51.5798 8.8437C53.0416 10.3782 53.7875 12.2433 53.7875 14.4391C53.7875 16.6348 53.0416 18.5302 51.5798 20.0647C50.1179 21.5992 48.3282 22.3513 46.2382 22.3513C43.7625 22.3513 41.8827 21.3593 40.5987 19.3731V27.9769H38.0029V6.91804H40.5987V9.505C41.8827 7.51879 43.7602 6.52686 46.2382 6.52686C48.3258 6.52686 50.1179 7.30923 51.5798 8.8437ZM49.6699 18.2881C50.6837 17.2356 51.1918 15.9712 51.1918 14.4367C51.1918 12.9023 50.6837 11.6402 49.6699 10.6157C48.6561 9.56321 47.4021 9.05094 45.9102 9.05094C44.4184 9.05094 43.1367 9.56321 42.1206 10.6157C41.1067 11.6379 40.5987 12.9023 40.5987 14.4367C40.5987 15.9712 41.1067 17.2333 42.1206 18.2881C43.1344 19.3103 44.3884 19.8225 45.9102 19.8225C47.4321 19.8225 48.6561 19.3103 49.6699 18.2881Z",fill:n}),f.jsx("path",{d:"M55.5449 21.96V0H58.1407V21.96H55.5449Z",fill:n}),f.jsx("path",{d:"M60.3188 2.43569C60.3188 1.47402 61.0948 0.661377 62.0786 0.661377C63.0624 0.661377 63.8083 1.47402 63.8083 2.43569C63.8083 3.39736 63.0324 4.17973 62.0786 4.17973C61.1248 4.17973 60.3188 3.39736 60.3188 2.43569ZM60.7669 21.9578V6.91803H63.3626V21.9578H60.7669Z",fill:n}),f.jsx("path",{d:"M67.8354 20.095C66.3436 18.5605 65.5977 16.6954 65.5977 14.4391C65.5977 12.1828 66.3436 10.3176 67.8354 8.81343C69.3273 7.27896 71.2071 6.52686 73.4449 6.52686C76.3986 6.52686 78.8743 8.06133 80.0382 10.4667L77.8605 11.731C77.1145 10.136 75.4425 9.08354 73.4449 9.08354C71.9531 9.08354 70.6991 9.59581 69.6853 10.618C68.7015 11.6402 68.1934 12.9046 68.1934 14.4391C68.1934 15.9735 68.7015 17.2076 69.6853 18.2299C70.6991 19.2521 71.9531 19.7643 73.4449 19.7643C75.4448 19.7643 77.1145 18.7421 77.9505 17.1471L80.1583 18.4394C78.8766 20.8168 76.3386 22.349 73.4449 22.349C71.2071 22.349 69.3273 21.5969 67.8354 20.0927V20.095Z",fill:n}),f.jsx("path",{d:"M94.2686 6.91793H96.8643V21.9577H94.2686V19.3707C92.9869 21.3569 91.107 22.3488 88.6314 22.3488C86.5437 22.3488 84.7516 21.5967 83.2898 20.0623C81.828 18.5278 81.082 16.6324 81.082 14.4366C81.082 12.2409 81.828 10.3757 83.2898 8.84126C84.7516 7.30679 86.5414 6.52441 88.6314 6.52441C91.107 6.52441 92.9869 7.51635 94.2686 9.50256V6.9156V6.91793ZM92.7467 18.288C93.7605 17.2355 94.2686 15.9711 94.2686 14.4366C94.2686 12.9022 93.7605 11.6401 92.7467 10.6156C91.7329 9.5631 90.4789 9.05083 88.957 9.05083C87.4351 9.05083 86.2112 9.5631 85.1973 10.6156C84.1835 11.6378 83.6755 12.9022 83.6755 14.4366C83.6755 15.9711 84.1835 17.2331 85.1973 18.288C86.2112 19.3102 87.4652 19.8224 88.957 19.8224C90.4489 19.8224 91.7306 19.3102 92.7467 18.288Z",fill:n}),f.jsx("path",{d:"M0.836162 48.9264L3.22406 47.5432C4.03003 50.0999 5.90986 51.3643 8.80351 51.3643C11.6972 51.3643 13.219 50.072 13.219 48.116C13.219 47.1241 12.8311 46.372 12.0851 45.8597C11.3392 45.3475 10.0575 44.8375 8.29545 44.2647L6.29553 43.6034C5.84751 43.4218 5.25169 43.1517 4.56581 42.8211C3.87992 42.4601 3.37186 42.0992 3.04393 41.7383C2.35804 40.9862 1.72989 39.7521 1.72989 38.22C1.72989 36.3851 2.35573 34.9414 3.63975 33.889C4.92376 32.8062 6.47335 32.2637 8.29314 32.2637C11.6048 32.2637 14.1405 34.0985 15.3645 36.8648L13.0366 38.2176C12.1406 36.0521 10.561 34.9694 8.29314 34.9694C6.02533 34.9694 4.50345 36.1732 4.50345 38.0989C4.50345 39.0303 4.83139 39.7242 5.48725 40.2038C6.14311 40.6858 7.27702 41.1958 8.88896 41.708L10.1129 42.0992C10.3508 42.19 10.7088 42.3088 11.2168 42.5207C12.2607 42.9119 12.5008 43.0609 13.3045 43.5126C14.1405 43.9643 14.4084 44.295 14.9164 44.8957C15.6624 45.6478 15.9603 46.7306 15.9603 48.0532C15.9603 49.888 15.3044 51.362 13.9604 52.475C12.6186 53.5577 10.8866 54.1003 8.73885 54.1003C4.83139 54.1003 1.93773 52.1443 0.831543 48.9264H0.836162Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M25.089 54.1001C22.9112 54.1001 21.0314 53.348 19.5095 51.8135C17.9876 50.279 17.2417 48.4139 17.2417 46.1878C17.2417 43.9618 17.9876 42.0967 19.5095 40.5622C21.0314 39.0277 22.9112 38.2756 25.089 38.2756C27.2667 38.2756 29.1465 39.0277 30.6684 40.5622C32.1903 42.0967 32.9663 43.9618 32.9663 46.1878C32.9663 48.4139 32.1903 50.279 30.6684 51.8135C29.1465 53.348 27.2667 54.1001 25.089 54.1001ZM28.8486 50.0089C29.8624 48.9867 30.3705 47.7223 30.3705 46.1878C30.3705 44.6534 29.8624 43.3913 28.8486 42.3668C27.8348 41.3446 26.5808 40.8323 25.089 40.8323C23.5971 40.8323 22.3731 41.3446 21.3593 42.3668C20.3455 43.389 19.8374 44.6534 19.8374 46.1878C19.8374 47.7223 20.3455 48.9844 21.3593 50.0089C22.3731 51.0311 23.6271 51.5434 25.089 51.5434C26.5508 51.5434 27.8348 51.0311 28.8486 50.0089Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M42.5409 34.7877C39.9151 34.5782 38.6034 35.7215 38.6034 38.2176V38.6693H42.5409V41.1958H38.6034V53.7091H36.0077V41.1958H33.6221V38.6693H36.0077V38.2176C36.0077 34.1567 38.3355 31.9912 42.5409 32.2613V34.7877Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M52.7718 41.1958H48.8043V49.3478C48.8043 51.6647 50.116 51.4831 52.7718 51.3643V53.7114C48.2362 54.3122 46.2086 53.0804 46.2086 49.3502V41.1981H43.2549V38.6717H46.2086V35.2418L48.8043 34.4595V38.6717H52.7718V41.1981V41.1958Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M72.9095 38.6692H75.6254L71.002 53.7089H68.3462L64.8544 42.5787L61.3627 53.7089H58.7069L54.0835 38.6692H56.797L60.0786 50.0998L63.5981 38.6692H66.1038L69.6233 50.13L72.9049 38.6692H72.9095Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M88.5694 38.6692H91.1651V53.7089H88.5694V51.1219C87.2876 53.1081 85.4078 54.1001 82.9322 54.1001C80.8445 54.1001 79.0524 53.348 77.5906 51.8135C76.1287 50.279 75.3828 48.3836 75.3828 46.1878C75.3828 43.9921 76.1287 42.127 77.5906 40.5925C79.0524 39.058 80.8422 38.2756 82.9322 38.2756C85.4078 38.2756 87.2876 39.2676 88.5694 41.2538V38.6668V38.6692ZM87.0475 50.0392C88.0613 48.9867 88.5694 47.7223 88.5694 46.1878C88.5694 44.6534 88.0613 43.3913 87.0475 42.3668C86.0337 41.3143 84.7797 40.802 83.2578 40.802C81.7359 40.802 80.5119 41.3143 79.4981 42.3668C78.4843 43.389 77.9762 44.6534 77.9762 46.1878C77.9762 47.7223 78.4843 48.9844 79.4981 50.0392C80.5119 51.0614 81.7659 51.5737 83.2578 51.5737C84.7496 51.5737 86.0313 51.0614 87.0475 50.0392Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M96.8023 41.1957C97.6683 39.3306 99.2202 38.3992 101.456 38.3992V41.1375C100.172 41.0769 99.0978 41.4076 98.1741 42.1597C97.2503 42.9118 96.8023 44.0853 96.8023 45.7386V53.709H94.2065V38.6693H96.8023V41.1957Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M104.409 47.3918C104.917 50.0696 106.975 51.6343 109.809 51.6343C111.778 51.6343 113.21 50.9125 114.104 49.4385L116.312 50.7029C114.85 52.9592 112.672 54.1025 109.748 54.1025C107.391 54.1025 105.453 53.3504 103.961 51.8765C102.499 50.3723 101.753 48.4769 101.753 46.1903C101.753 43.9037 102.469 42.0386 103.931 40.5344C105.393 39.0302 107.273 38.2781 109.568 38.2781C111.746 38.2781 113.536 39.0604 114.91 40.6252C116.312 42.1597 116.998 44.0248 116.998 46.2206C116.998 46.6117 116.968 47.0029 116.908 47.3941H104.407L104.409 47.3918ZM104.409 45.1052H114.374C113.926 42.2482 111.956 40.7439 109.571 40.7439C106.797 40.7439 104.857 42.4577 104.409 45.1052Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M22.1377 69.1726V70.4369C22.1377 73.1752 21.2116 75.4595 19.3341 77.2943C17.4542 79.0989 14.9786 80.0024 11.9048 80.0024C8.83102 80.0024 6.08748 78.9499 3.99749 76.8449C1.93983 74.7097 0.895996 72.1228 0.895996 69.0841C0.895996 66.0454 1.93983 63.4584 3.99749 61.3535C6.08517 59.2182 8.71093 58.1658 11.8448 58.1658C13.7846 58.1658 15.5444 58.6478 17.1563 59.5792C18.7683 60.5106 20.02 61.7144 20.886 63.2489L18.4981 64.6623C17.3041 62.3757 14.7084 60.8715 11.8147 60.8715C9.42684 60.8715 7.45925 61.6539 5.93737 63.2489C4.41549 64.8136 3.63954 66.7695 3.63954 69.0841C3.63954 71.3986 4.41549 73.3545 5.93737 74.9193C7.48927 76.484 9.48688 77.2664 11.9348 77.2664C16.1102 77.2664 18.796 74.9798 19.3641 71.7013H11.697V69.1749H22.14L22.1377 69.1726Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M34.636 64.5691H37.2317V79.6088H34.636V77.4433C33.5921 79.1571 31.9802 80 29.8024 80C26.3107 80 24.0151 77.6226 24.0151 73.8039V64.5691H26.6109V73.6525C26.6109 76.0881 28.0127 77.5039 30.3105 77.5039C32.9062 77.5039 34.636 75.9089 34.636 72.5395V64.5691Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M42.4209 67.0956C43.287 65.2305 44.8389 64.2991 47.0743 64.2991V67.0374C45.7903 66.9768 44.7165 67.3075 43.7927 68.0596C42.869 68.8117 42.4209 69.9852 42.4209 71.6385V79.6089H39.8252V64.5692H42.4209V67.0956Z",fill:n,opacity:"0.6"}),f.jsx("path",{d:"M59.3049 64.5691H61.9007V79.6088H59.3049V77.4433C58.2611 79.1571 56.6491 80 54.4714 80C50.9796 80 48.6841 77.6226 48.6841 73.8039V64.5691H51.2798V73.6525C51.2798 76.0881 52.6816 77.5039 54.9794 77.5039C57.5752 77.5039 59.3049 75.9089 59.3049 72.5395V64.5691Z",fill:n,opacity:"0.6"})]})})},NI=({children:e,...t})=>{const n=ct();return f.jsx(bn,{sx:{maxWidth:{xs:400,lg:475},margin:{xs:2.5,md:3},"& > *":{flexGrow:1,flexBasis:"50%"}},content:!1,...t,border:!1,boxShadow:!0,shadow:n.customShadows.z1,children:f.jsx(v.Box,{sx:{p:{xs:2,sm:3,md:4,xl:5}},children:e})})};NI.propTypes={children:c.node};const is=({version:e,name:t,children:n,background:r=LI})=>f.jsxs(v.Box,{sx:{minHeight:"100vh"},children:[M.isValidElement(r)?r:M.createElement(r),f.jsxs(v.Grid,{container:!0,direction:"column",justifyContent:"flex-end",sx:{minHeight:"100vh"},children:[f.jsx(v.Grid,{item:!0,xs:12,sx:{ml:3,mt:3},children:f.jsx(_a,{title:t})}),f.jsxs(v.Grid,{item:!0,xs:12,children:[f.jsx(v.Grid,{item:!0,xs:12,container:!0,justifyContent:"center",alignItems:"center",sx:{minHeight:{xs:"calc(100vh - 210px)",sm:"calc(100vh - 134px)",md:"calc(100vh - 112px)"}},children:f.jsx(v.Grid,{item:!0,children:f.jsx(NI,{children:n})})}),f.jsx(v.Grid,{item:!0,sx:{pb:1},children:f.jsx(fu,{name:t,version:e})})]})]})]});is.propTypes={children:c.node,version:c.string,name:c.string,background:c.oneOfType([c.node,c.func,c.object])};const RI=({name:e,version:t,background:n})=>{const r=Me.useTranslate(),i=Me.useAuthProvider(),a=Me.useNotify(),l=ut.useNavigate(),{token:A}=ut.useParams();return M.useEffect(()=>{if(typeof i.activate!="function")throw new Error("The authProvider used for the ActivatePage must define an activate() method");i.activate(A).then(()=>{a("ra.auth.activate_success",{type:"info"}),Mi.delay(()=>l("/login"),1e3)}).catch(g=>{a(g,{type:"error"}),Mi.delay(()=>l("/login"),1e3)})},[A]),f.jsx(is,{name:e,version:t,background:n,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:r("ra.auth.activate")}),f.jsx(v.Typography,{component:ut.Link,to:"/login",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:r("ra.auth.back_to_login")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:r("ra.auth.activate_pending")})]})})};RI.propTypes={name:c.string.isRequired,version:c.string.isRequired,background:c.node};const $a=({version:e,name:t,enablePasswordRecover:n,enableRegistration:r,redirectTo:i,background:a})=>{const[l,A]=Me.useSafeSetState(!1),g=Me.useLogin(),d=Me.useTranslate(),h=Me.useNotify(),E=Me.useCheckAuth(),C=ut.useNavigate();M.useEffect(()=>{E({},!1).then(()=>{C("/")}).catch(()=>{})},[E,C]);const I=B=>{A(!0),g(B,i).then(()=>{A(!1)}).catch(Q=>{A(!1),h(typeof Q=="string"?Q:typeof Q>"u"||!Q.message?"ra.auth.sign_in_error":Q.message,{type:"error",messageArgs:{_:typeof Q=="string"?Q:Q&&Q.message?Q.message:void 0}})})};return f.jsx(is,{name:t,version:e,background:a,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:"Login"}),r&&f.jsx(v.Typography,{component:ut.Link,to:"/register",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:d("ra.auth.register")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(Me.Form,{onSubmit:I,children:[f.jsxs(v.Grid,{container:!0,children:[f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:2},children:f.jsx(xn,{autoFocus:!0,source:"username",label:d("ra.auth.username"),autoComplete:"username",validate:Me.required(),placeholder:"user@company.name",fullWidth:!0})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:2},children:f.jsx(xn,{source:"password",label:d("ra.auth.password"),type:"password",autoComplete:"current-password",validate:Me.required(),placeholder:d("ra.auth.password_placeholder"),fullWidth:!0})})]}),n&&f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Stack,{direction:"row",justifyContent:"flex-end",alignItems:"flex-end",spacing:2,children:f.jsx(v.Link,{variant:"h6",component:ut.Link,to:"/recover",color:"text.primary",children:d("ra.auth.forgot_password")})})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Button,{variant:"contained",type:"submit",color:"primary",disabled:l,fullWidth:!0,children:l?f.jsx(v.CircularProgress,{size:19,thickness:3}):d("ra.auth.sign_in")})})]})})]})})};$a.propTypes={version:c.string.isRequired,name:c.string.isRequired,enablePasswordRecover:c.bool,enableRegister:c.bool,background:c.element},$a.defaultProps={enablePasswordRecover:!1,enableRegister:!1,background:f.jsx(LI,{})};const VI=({name:e,version:t,background:n})=>{const[r,i]=M.useState(!1),a=Me.useTranslate(),l=Me.useRedirect(),A=Me.useNotify(),g=Me.useAuthProvider(),d=({email:h})=>{i(!0),g.recover(h).then(E=>{const C=`ra.auth.recover_${E.responseCode}`,I=E.responseCode==="ok"?"info":"error";A(C,{type:I}),l("/login")}).catch(E=>{A(E,{type:"error"})}).finally(()=>i(!1))};return f.jsx(is,{name:e,version:t,background:n,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:a("ra.auth.recover.title")}),f.jsx(v.Typography,{component:ut.Link,to:"/login",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:a("ra.auth.back_to_login")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(w.Form,{onSubmit:d,children:[f.jsx(v.Grid,{container:!0,children:f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"email",validate:[Me.required(),Me.email()]})})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1,mb:1},children:f.jsx(v.Typography,{variant:"caption",children:a("ra.auth.recover.inbox_help")})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Button,{variant:"contained",type:"submit",color:"primary",disabled:r,fullWidth:!0,children:r?f.jsx(v.CircularProgress,{size:19,thickness:3}):a("ra.auth.recover")})})]})})]})})};VI.propTypes={name:c.string.isRequired,version:c.string.isRequired,background:c.node};const jI=({name:e,version:t})=>{const[n,r]=M.useState(!1),i=Me.useTranslate(),a=Me.useRedirect(),l=Me.useNotify(),A=Me.useAuthProvider(),g=d=>{r(!0),A.register(d).then(h=>{const E=`ra.auth.register_${h.responseCode}`,C=h.responseCode==="ok"?"info":"error";l(E,{type:C}),a("/login")}).catch(h=>{l(h,{type:"error"})}).finally(()=>r(!1))};return f.jsx(is,{name:e,version:t,children:f.jsxs(v.Grid,{container:!0,spacing:3,children:[f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",alignItems:"baseline",sx:{mb:{xs:-.5,sm:.5}},children:[f.jsx(v.Typography,{variant:"h3",children:i("ra.auth.register.title")}),f.jsx(v.Typography,{component:ut.Link,to:"/login",variant:"body1",sx:{textDecoration:"none"},color:"primary",children:i("ra.auth.already_have_account")})]})}),f.jsx(v.Grid,{item:!0,xs:12,children:f.jsxs(w.Form,{onSubmit:g,children:[f.jsxs(v.Grid,{container:!0,children:[f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"name",label:i("ra.register.name"),validate:Me.required()})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"email",type:"email",validate:[Me.required(),Me.email()]})}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mb:1},children:f.jsx(xn,{source:"password",type:"password",validate:Me.required()})})]}),f.jsx(v.Grid,{item:!0,xs:12,sx:{mt:1},children:f.jsx(v.Button,{variant:"contained",type:"submit",color:"primary",disabled:n,fullWidth:!0,children:n?f.jsx(v.CircularProgress,{size:19,thickness:3}):i("ra.auth.create_account")})})]})})]})})};jI.propTypes={name:c.string.isRequired,version:c.string.isRequired};const W3=e=>({button:e.palette.mode==="dark"?"0 2px 0 rgb(0 0 0 / 5%)":"0 2px #0000000b",text:"0 -1px 0 rgb(0 0 0 / 12%)",z1:e.palette.mode==="dark"?"0px 1px 1px rgb(0 0 0 / 14%), 0px 2px 1px rgb(0 0 0 / 12%), 0px 1px 3px rgb(0 0 0 / 20%)":`0px 1px 4px ${je(e.palette.grey[900],.08)}`,primary:`0 0 0 2px ${je(e.palette.primary.main,.2)}`,secondary:`0 0 0 2px ${je(e.palette.secondary.main,.2)}`,error:`0 0 0 2px ${je(e.palette.error.main,.2)}`,warning:`0 0 0 2px ${je(e.palette.warning.main,.2)}`,info:`0 0 0 2px ${je(e.palette.info.main,.2)}`,success:`0 0 0 2px ${je(e.palette.success.main,.2)}`,grey:`0 0 0 2px ${je(e.palette.grey[500],.2)}`,primaryButton:`0 14px 12px ${je(e.palette.primary.main,.2)}`,secondaryButton:`0 14px 12px ${je(e.palette.secondary.main,.2)}`,errorButton:`0 14px 12px ${je(e.palette.error.main,.2)}`,warningButton:`0 14px 12px ${je(e.palette.warning.main,.2)}`,infoButton:`0 14px 12px ${je(e.palette.info.main,.2)}`,successButton:`0 14px 12px ${je(e.palette.success.main,.2)}`,greyButton:`0 14px 12px ${je(e.palette.grey[500],.2)}`});function Pn(e,t){U3(e)&&(e="100%");var n=Y3(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function U3(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function Y3(e){return typeof e=="string"&&e.indexOf("%")!==-1}function G3(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function el(e){return e<=1?"".concat(Number(e)*100,"%"):e}function xu(e){return e.length===1?"0"+e:String(e)}function K3(e,t,n){return{r:Pn(e,255)*255,g:Pn(t,255)*255,b:Pn(n,255)*255}}function wu(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*(6*n):n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function q3(e,t,n){var r,i,a;if(e=Pn(e,360),t=Pn(t,100),n=Pn(n,100),t===0)i=n,a=n,r=n;else{var l=n<.5?n*(1+t):n+t-n*t,A=2*n-l;r=wu(A,l,e+1/3),i=wu(A,l,e),a=wu(A,l,e-1/3)}return{r:r*255,g:i*255,b:a*255}}function J3(e,t,n){e=Pn(e,255),t=Pn(t,255),n=Pn(n,255);var r=Math.max(e,t,n),i=Math.min(e,t,n),a=0,l=r,A=r-i,g=r===0?0:A/r;if(r===i)a=0;else{switch(r){case e:a=(t-n)/A+(t<n?6:0);break;case t:a=(n-e)/A+2;break;case n:a=(e-t)/A+4;break}a/=6}return{h:a,s:g,v:l}}function _3(e,t,n){e=Pn(e,360)*6,t=Pn(t,100),n=Pn(n,100);var r=Math.floor(e),i=e-r,a=n*(1-t),l=n*(1-i*t),A=n*(1-(1-i)*t),g=r%6,d=[n,l,a,a,A,n][g],h=[A,n,n,l,a,a][g],E=[a,a,A,n,n,l][g];return{r:d*255,g:h*255,b:E*255}}function X3(e,t,n,r){var i=[xu(Math.round(e).toString(16)),xu(Math.round(t).toString(16)),xu(Math.round(n).toString(16))];return r&&i[0].startsWith(i[0].charAt(1))&&i[1].startsWith(i[1].charAt(1))&&i[2].startsWith(i[2].charAt(1))?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function HI(e){return pn(e)/255}function pn(e){return parseInt(e,16)}var zI={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function ss(e){var t={r:0,g:0,b:0},n=1,r=null,i=null,a=null,l=!1,A=!1;return typeof e=="string"&&(e=eO(e)),typeof e=="object"&&(dr(e.r)&&dr(e.g)&&dr(e.b)?(t=K3(e.r,e.g,e.b),l=!0,A=String(e.r).substr(-1)==="%"?"prgb":"rgb"):dr(e.h)&&dr(e.s)&&dr(e.v)?(r=el(e.s),i=el(e.v),t=_3(e.h,r,i),l=!0,A="hsv"):dr(e.h)&&dr(e.s)&&dr(e.l)&&(r=el(e.s),a=el(e.l),t=q3(e.h,r,a),l=!0,A="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=G3(n),{ok:l,format:e.format||A,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:n}}var Z3="[-\\+]?\\d+%?",$3="[-\\+]?\\d*\\.\\d+%?",Wr="(?:".concat($3,")|(?:").concat(Z3,")"),Tu="[\\s|\\(]+(".concat(Wr,")[,|\\s]+(").concat(Wr,")[,|\\s]+(").concat(Wr,")\\s*\\)?"),Pu="[\\s|\\(]+(".concat(Wr,")[,|\\s]+(").concat(Wr,")[,|\\s]+(").concat(Wr,")[,|\\s]+(").concat(Wr,")\\s*\\)?"),Wn={CSS_UNIT:new RegExp(Wr),rgb:new RegExp("rgb"+Tu),rgba:new RegExp("rgba"+Pu),hsl:new RegExp("hsl"+Tu),hsla:new RegExp("hsla"+Pu),hsv:new RegExp("hsv"+Tu),hsva:new RegExp("hsva"+Pu),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function eO(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(zI[e])e=zI[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=Wn.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=Wn.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=Wn.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=Wn.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=Wn.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=Wn.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=Wn.hex8.exec(e),n?{r:pn(n[1]),g:pn(n[2]),b:pn(n[3]),a:HI(n[4]),format:t?"name":"hex8"}:(n=Wn.hex6.exec(e),n?{r:pn(n[1]),g:pn(n[2]),b:pn(n[3]),format:t?"name":"hex"}:(n=Wn.hex4.exec(e),n?{r:pn(n[1]+n[1]),g:pn(n[2]+n[2]),b:pn(n[3]+n[3]),a:HI(n[4]+n[4]),format:t?"name":"hex8"}:(n=Wn.hex3.exec(e),n?{r:pn(n[1]+n[1]),g:pn(n[2]+n[2]),b:pn(n[3]+n[3]),format:t?"name":"hex"}:!1)))))))))}function dr(e){return!!Wn.CSS_UNIT.exec(String(e))}var tl=2,WI=.16,tO=.05,nO=.05,rO=.15,UI=5,YI=4,oO=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function GI(e){var t=e.r,n=e.g,r=e.b,i=J3(t,n,r);return{h:i.h*360,s:i.s,v:i.v}}function nl(e){var t=e.r,n=e.g,r=e.b;return"#".concat(X3(t,n,r,!1))}function iO(e,t,n){var r=n/100,i={r:(t.r-e.r)*r+e.r,g:(t.g-e.g)*r+e.g,b:(t.b-e.b)*r+e.b};return i}function KI(e,t,n){var r;return Math.round(e.h)>=60&&Math.round(e.h)<=240?r=n?Math.round(e.h)-tl*t:Math.round(e.h)+tl*t:r=n?Math.round(e.h)+tl*t:Math.round(e.h)-tl*t,r<0?r+=360:r>=360&&(r-=360),r}function qI(e,t,n){if(e.h===0&&e.s===0)return e.s;var r;return n?r=e.s-WI*t:t===YI?r=e.s+WI:r=e.s+tO*t,r>1&&(r=1),n&&t===UI&&r>.1&&(r=.1),r<.06&&(r=.06),Number(r.toFixed(2))}function JI(e,t,n){var r;return n?r=e.v+nO*t:r=e.v-rO*t,r>1&&(r=1),Number(r.toFixed(2))}function _I(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=[],r=ss(e),i=UI;i>0;i-=1){var a=GI(r),l=nl(ss({h:KI(a,i,!0),s:qI(a,i,!0),v:JI(a,i,!0)}));n.push(l)}n.push(nl(r));for(var A=1;A<=YI;A+=1){var g=GI(r),d=nl(ss({h:KI(g,A),s:qI(g,A),v:JI(g,A)}));n.push(d)}return t.theme==="dark"?oO.map(function(h){var E=h.index,C=h.opacity,I=nl(iO(ss(t.backgroundColor||"#141414"),ss(n[E]),C*100));return I}):n}var Su={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},Ft={},rl={};Object.keys(Su).forEach(function(e){Ft[e]=_I(Su[e]),Ft[e].primary=Ft[e][5],rl[e]=_I(Su[e],{theme:"dark",backgroundColor:"#141414"}),rl[e].primary=rl[e][5]}),Ft.red,Ft.volcano,Ft.gold,Ft.orange,Ft.yellow,Ft.lime,Ft.green,Ft.cyan,Ft.blue,Ft.geekblue,Ft.purple,Ft.magenta,Ft.grey,Ft.grey;const XI=e=>{const{blue:t,red:n,gold:r,cyan:i,green:a,grey:l}=e,A={0:l[0],50:l[1],100:l[2],200:l[3],300:l[4],400:l[5],500:l[6],600:l[7],700:l[8],800:l[9],900:l[10],A50:l[15],A100:l[11],A200:l[12],A400:l[13],A700:l[14],A800:l[16]},g="#fff";return{primary:{lighter:t[0],100:t[1],200:t[2],light:t[3],400:t[4],main:t[5],dark:t[6],700:t[7],darker:t[8],900:t[9],contrastText:g},secondary:{lighter:A[100],100:A[100],200:A[200],light:A[300],400:A[400],main:A[500],600:A[600],dark:A[700],800:A[800],darker:A[900],A100:A[0],A200:A.A400,A300:A.A700,contrastText:A[0]},error:{lighter:n[0],light:n[2],main:n[4],dark:n[7],darker:n[9],contrastText:g},warning:{lighter:r[0],light:r[3],main:r[5],dark:r[7],darker:r[9],contrastText:A[100]},info:{lighter:i[0],light:i[3],main:i[5],dark:i[7],darker:i[9],contrastText:g},success:{lighter:a[0],light:a[3],main:a[5],dark:a[7],darker:a[9],contrastText:g},grey:A}};XI.propTypes={colors:c.object};const sO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#D6E4FF","#D6E4FF","#ADC8FF","#84A9FF","#6690FF","#3366FF","#254EDB","#1939B7","#102693","#102693"],l=["#FFE7D3","#FF805D","#FF4528","#DB271D","#930C1A"],A=["#FFF6D0","#FFCF4E","#FFB814","#DB970E","#935B06"],g=["#DCF0FF","#7EB9FF","#549BFF","#3D78DB","#1A3D93"],d=["#EAFCD4","#8AE65B","#58D62A","#3DB81E","#137C0D"];return t==="dark"&&(a=["#1c2134","#1f294d","#243462","#273e83","#2c4db0","#305bdd","#567fe9","#80a4f4","#a9c5f8","#d2e2fb"],l=["#341d1b","#b03725","#dd3f27","#e9664d","#fbd6c9"],A=["#342a1a","#83631a","#dda116","#e9ba3a","#fbefb5"],g=["#202734","#416fb0","#4c88dd","#74a8e9","#ecf4fb"],d=["#1f2e1c","#449626","#4fba28","#74cf4d","#e3fbd2"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},aO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#EEEDFC","#D5D1F8","#B9B2F3","#9C93EE","#877CEA","#7265E6","#6A5DE3","#5F53DF","#5549DB","#4237D5"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#222130","#2b2946","#37335a","#443e78","#554ca0","#655ac8","#9186dd","#5F53DF","#c3baf4","#efecfb"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},lO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#E6F3EC","#84c297","#5eb57d","#3da866","#1f9c53","#068e44","#006933","#004222","#001c0f","#000000"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1a231f","#173123","#174029","#13502f","#0e6737","#0a7d3e","#1f8f4e","#3ba162","#5cb07a","#82bf95"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},cO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#f0f6ff","#edf4ff","#bed3f7","#8faeeb","#6488de","#3c64d0","#2947ab","#192f85","#0d1b5e","#070e38"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1d212d","#212841","#273353","#2c3e6e","#324c92","#385ab5","#5d7dcb","#89a7e1","#b9cef0","#e9f0fb"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},AO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#fff4e6","#ffdfb8","#ffc98f","#ffb066","#ff943d","#f27013","#cc5206","#a63a00","#802800","#591900"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#32221a","#4a2b18","#5e371b","#7d4319","#a85317","#d26415","#e9883a","#f4a962","#f8c48c","#fbdbb5"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},uO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#e1f0ef","#c8e3e2","#9ad6d6","#71c6c9","#4bb5bd","#2aa1af","#1a7b8a","#0e5563","#06323d","#021217"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1c2628","#1d3539","#22454a","#23595f","#26737c","#288d99","#47a6ad","#6dbec0","#96d0d0","#c5dfde"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},gO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#d1e8d99c","#8cdba9","#63cf8e","#3ec277","#1db564","#00a854","#008245","#005c34","#003620","#000f0a"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1a2721","#173728","#15472e","#115c36","#0b7841","#05934c","#1da65d","#3cba73","#61ca8b","#8ad7a6"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},dO=(e,t)=>{const{grey:n}=e,r={0:n[0],50:n[1],100:n[2],200:n[3],300:n[4],400:n[5],500:n[6],600:n[7],700:n[8],800:n[9],900:n[10],A50:n[15],A100:n[11],A200:n[12],A400:n[13],A700:n[14],A800:n[16]},i="#fff";let a=["#c1d6d066","#81c9b9","#5bbda9","#38b09c","#1aa391","#009688","#007069","#004a47","#002424","#000000"],l=["#FDE8E7","#F25E52","#F04134","#EE3B2F","#E92A21"],A=["#FFF7E0","#FFC926","#FFBF00","#FFB900","#FFA900"],g=["#E0F4F5","#26B0BA","#00A2AE","#009AA7","#008694"],d=["#E0F5EA","#26B56E","#00A854","#00A04D","#008D3A"];return t==="dark"&&(a=["#1a2524","#173331","#15423e","#11544e","#0b6c63","#058478","#1a9686","#37a996","#59b8a5","#7fc6b6"],l=["#321d1d","#7d2e28","#d13c31","#e66859","#f8baaf"],A=["#342c1a","#836611","#dda705","#e9bf28","#f8e577"],g=["#1a2628","#11595f","#058e98","#1ea6aa","#64cfcb"],d=["#1a2721","#115c36","#05934c","#1da65d","#61ca8b"]),{primary:{lighter:a[0],100:a[1],200:a[2],light:a[3],400:a[4],main:a[5],dark:a[6],700:a[7],darker:a[8],900:a[9],contrastText:i},secondary:{lighter:r[100],100:r[100],200:r[200],light:r[300],400:r[400],main:r[500],600:r[600],dark:r[700],800:r[800],darker:r[900],A100:r[0],A200:r.A400,A300:r.A700,contrastText:r[0]},error:{lighter:l[0],light:l[1],main:l[2],dark:l[3],darker:l[4],contrastText:i},warning:{lighter:A[0],light:A[1],main:A[2],dark:A[3],darker:A[4],contrastText:r[100]},info:{lighter:g[0],light:g[1],main:g[2],dark:g[3],darker:g[4],contrastText:i},success:{lighter:d[0],light:d[1],main:d[2],dark:d[3],darker:d[4],contrastText:i},grey:r}},ZI=(e,t,n)=>{switch(t){case"theme1":return sO(e,n);case"theme2":return aO(e,n);case"theme3":return lO(e,n);case"theme4":return cO(e,n);case"theme5":return AO(e,n);case"theme6":return uO(e,n);case"theme7":return gO(e,n);case"theme8":return dO(e,n);default:return XI(e)}};ZI.propTypes={colors:c.object,presetColor:c.any};const fO=(e,t)=>{const n=e==="dark"?rl:Ft;let r=["#ffffff","#fafafa","#f5f5f5","#f0f0f0","#d9d9d9","#bfbfbf","#8c8c8c","#595959","#262626","#141414","#000000"],i=["#fafafa","#bfbfbf","#434343","#1f1f1f"],a=["#fafafb","#e6ebf1"];e==="dark"&&(r=["#000000","#141414","#1e1e1e","#595959","#8c8c8c","#bfbfbf","#d9d9d9","#f0f0f0","#f5f5f5","#fafafa","#ffffff"],i=["#fafafa","#bfbfbf","#434343","#1f1f1f"],a=["#121212","#d3d8db"]),n.grey=[...r,...i,...a];const l=ZI(n,t,e);return Cc({palette:{mode:e,common:{black:"#000",white:"#fff"},...l,text:{primary:e==="dark"?je(l.grey[900],.87):l.grey[700],secondary:e==="dark"?je(l.grey[900],.45):l.grey[500],disabled:e==="dark"?je(l.grey[900],.1):l.grey[400]},action:{disabled:l.grey[300]},divider:e==="dark"?je(l.grey[900],.05):l.grey[200],background:{paper:e==="dark"?l.grey[100]:l.grey[0],default:l.grey.A50}}})},pO=e=>({htmlFontSize:16,fontFamily:e,fontWeightLight:300,fontWeightRegular:400,fontWeightMedium:500,fontWeightBold:600,h1:{fontWeight:600,fontSize:"2.375rem",lineHeight:1.21},h2:{fontWeight:600,fontSize:"1.875rem",lineHeight:1.27},h3:{fontWeight:600,fontSize:"1.5rem",lineHeight:1.33},h4:{fontWeight:600,fontSize:"1.25rem",lineHeight:1.4},h5:{fontWeight:600,fontSize:"1rem",lineHeight:1.5},h6:{fontWeight:400,fontSize:"0.875rem",lineHeight:1.57},caption:{fontWeight:400,fontSize:"0.75rem",lineHeight:1.66},body1:{fontSize:"0.875rem",lineHeight:1.57},body2:{fontSize:"0.75rem",lineHeight:1.66},subtitle1:{fontSize:"0.875rem",fontWeight:600,lineHeight:1.57},subtitle2:{fontSize:"0.75rem",fontWeight:500,lineHeight:1.66},overline:{lineHeight:1.66},button:{textTransform:"capitalize"}});function hO(e){return{MuiAccordion:{defaultProps:{disableGutters:!0,square:!0,elevation:0},styleOverrides:{root:{border:`1px solid ${e.palette.secondary.light}`,"&:not(:last-child)":{borderBottom:0},"&:before":{display:"none"},"&.Mui-disabled":{backgroundColor:e.palette.secondary.lighter}}}}}}function CO(e){return{MuiAccordionDetails:{styleOverrides:{root:{padding:e.spacing(2),borderTop:`1px solid ${e.palette.secondary.light}`}}}}}function EO(e){const{palette:t,spacing:n}=e;return{MuiAccordionSummary:{defaultProps:{expandIcon:f.jsx(st.RightOutlined,{style:{fontSize:"0.75rem"}})},styleOverrides:{root:{backgroundColor:t.secondary.lighter,flexDirection:"row-reverse",minHeight:46},expandIconWrapper:{"&.Mui-expanded":{transform:"rotate(90deg)"}},content:{marginTop:n(1.25),marginBottom:n(1.25),marginLeft:n(1)}}}}}function go({color:e,theme:t}){const n=Ut(t,e),{lighter:r,light:i,main:a}=n;return{borderColor:je(i,.5),backgroundColor:r,"& .MuiAlert-icon":{color:a}}}function IO(e){const t=go({color:"primary",theme:e});return{MuiAlert:{styleOverrides:{root:{color:e.palette.text.primary,fontSize:"0.875rem"},icon:{fontSize:"1rem"},message:{padding:0,marginTop:3},filled:{color:e.palette.grey[0]},border:{padding:"10px 16px",border:"1px solid",...t,"&.MuiAlert-borderPrimary":go({color:"primary",theme:e}),"&.MuiAlert-borderSecondary":go({color:"secondary",theme:e}),"&.MuiAlert-borderError":go({color:"error",theme:e}),"&.MuiAlert-borderSuccess":go({color:"success",theme:e}),"&.MuiAlert-borderInfo":go({color:"info",theme:e}),"&.MuiAlert-borderWarning":go({color:"warning",theme:e})},action:{"& .MuiButton-root":{padding:2,height:"auto",fontSize:"0.75rem",marginTop:-2},"& .MuiIconButton-root":{width:"auto",height:"auto",padding:2,marginRight:6,"& .MuiSvgIcon-root":{fontSize:"1rem"}}}}}}}function BO(){return{MuiAlertTitle:{styleOverrides:{root:{marginBottom:4,marginTop:0,fontWeight:400}}}}}function QO(e){var t;return{MuiAutocomplete:{styleOverrides:{root:{"& .MuiOutlinedInput-root":{padding:"3px 9px"}},popupIndicator:{width:"auto",height:"auto"},popper:{border:`1px solid ${e.palette.mode==="dark"?(t=e.palette.dark)==null?void 0:t.main:e.palette.grey[100]}`},clearIndicator:{width:"auto",height:"auto"}}}}}function fo({color:e,theme:t}){const n=Ut(t,e),{lighter:r,main:i}=n;return{color:i,backgroundColor:r}}function mO(e){const t=fo({color:"primary",theme:e});return{MuiBadge:{styleOverrides:{standard:{minWidth:e.spacing(2),height:e.spacing(2),padding:e.spacing(.5)},light:{...t,"&.MuiBadge-colorPrimary":fo({color:"primary",theme:e}),"&.MuiBadge-colorSecondary":fo({color:"secondary",theme:e}),"&.MuiBadge-colorError":fo({color:"error",theme:e}),"&.MuiBadge-colorInfo":fo({color:"info",theme:e}),"&.MuiBadge-colorSuccess":fo({color:"success",theme:e}),"&.MuiBadge-colorWarning":fo({color:"warning",theme:e})}}}}}function _e({variant:e,color:t,theme:n}){const r=Ut(n,t),{lighter:i,main:a,dark:l,contrastText:A}=r,g=`${t}Button`,d=Yo(n,g),h={"&::after":{boxShadow:`0 0 5px 5px ${je(a,.9)}`},"&:active::after":{boxShadow:`0 0 0 0 ${je(a,.9)}`},"&:focus-visible":{outline:`2px solid ${l}`,outlineOffset:2}};switch(e){case"contained":return{"&:hover":{backgroundColor:l},...h};case"shadow":return{color:A,backgroundColor:a,boxShadow:d,"&:hover":{boxShadow:"none",backgroundColor:l},...h};case"outlined":return{borderColor:a,"&:hover":{color:l,backgroundColor:"transparent",borderColor:l},...h};case"dashed":return{color:a,borderColor:a,backgroundColor:i,"&:hover":{color:l,borderColor:l},...h};case"text":default:return{"&:hover":{color:l,backgroundColor:i},...h}}}function yO(e){const t=_e({variant:"dashed",color:"primary",theme:e}),n=_e({variant:"shadow",color:"primary",theme:e}),r={"&.Mui-disabled":{backgroundColor:e.palette.grey[200]}},i={"&>*:nth-of-type(1)":{fontSize:"inherit"}};return{MuiButton:{defaultProps:{disableElevation:!0},styleOverrides:{root:{fontWeight:400,"&::after":{content:'""',display:"block",position:"absolute",left:0,top:0,width:"100%",height:"100%",borderRadius:4,opacity:0,transition:"all 0.5s"},"&:active::after":{position:"absolute",borderRadius:4,left:0,top:0,opacity:1,transition:"0s"}},contained:{...r},outlined:{...r},text:{boxShadow:"none","&:hover":{boxShadow:"none"}},endIcon:{...i},startIcon:{...i},dashed:{border:"1px dashed",...t,"&.MuiButton-dashedPrimary":_e({variant:"dashed",color:"primary",theme:e}),"&.MuiButton-dashedSecondary":_e({variant:"dashed",color:"secondary",theme:e}),"&.MuiButton-dashedError":_e({variant:"dashed",color:"error",theme:e}),"&.MuiButton-dashedSuccess":_e({variant:"dashed",color:"success",theme:e}),"&.MuiButton-dashedInfo":_e({variant:"dashed",color:"info",theme:e}),"&.MuiButton-dashedWarning":_e({variant:"dashed",color:"warning",theme:e}),"&.Mui-disabled":{color:`${e.palette.grey[300]} !important`,borderColor:`${e.palette.grey[400]} !important`,backgroundColor:`${e.palette.grey[200]} !important`}},shadow:{...n,"&.MuiButton-shadowPrimary":_e({variant:"shadow",color:"primary",theme:e}),"&.MuiButton-shadowSecondary":_e({variant:"shadow",color:"secondary",theme:e}),"&.MuiButton-shadowError":_e({variant:"shadow",color:"error",theme:e}),"&.MuiButton-shadowSuccess":_e({variant:"shadow",color:"success",theme:e}),"&.MuiButton-shadowInfo":_e({variant:"shadow",color:"info",theme:e}),"&.MuiButton-shadowWarning":_e({variant:"shadow",color:"warning",theme:e}),"&.Mui-disabled":{color:`${e.palette.grey[300]} !important`,borderColor:`${e.palette.grey[400]} !important`,backgroundColor:`${e.palette.grey[200]} !important`}},containedPrimary:_e({variant:"contained",color:"primary",theme:e}),containedSecondary:_e({variant:"contained",color:"secondary",theme:e}),containedError:_e({variant:"contained",color:"error",theme:e}),containedSuccess:_e({variant:"contained",color:"success",theme:e}),containedInfo:_e({variant:"contained",color:"info",theme:e}),containedWarning:_e({variant:"contained",color:"warning",theme:e}),outlinedPrimary:_e({variant:"outlined",color:"primary",theme:e}),outlinedSecondary:_e({variant:"outlined",color:"secondary",theme:e}),outlinedError:_e({variant:"outlined",color:"error",theme:e}),outlinedSuccess:_e({variant:"outlined",color:"success",theme:e}),outlinedInfo:_e({variant:"outlined",color:"info",theme:e}),outlinedWarning:_e({variant:"outlined",color:"warning",theme:e}),textPrimary:_e({variant:"text",color:"primary",theme:e}),textSecondary:_e({variant:"text",color:"secondary",theme:e}),textError:_e({variant:"text",color:"error",theme:e}),textSuccess:_e({variant:"text",color:"success",theme:e}),textInfo:_e({variant:"text",color:"info",theme:e}),textWarning:_e({variant:"text",color:"warning",theme:e}),sizeExtraSmall:{minWidth:56,fontSize:"0.625rem",padding:"2px 8px"}}}}}function bO(){return{MuiButtonBase:{defaultProps:{disableRipple:!0,size:"medium"}}}}function vO(){return{MuiButtonGroup:{defaultProps:{disableRipple:!0}}}}function xO(){return{MuiCardContent:{styleOverrides:{root:{padding:20,"&:last-child":{paddingBottom:20}}}}}}function Zo({color:e,theme:t}){const n=Ut(t,e),{lighter:r,main:i,dark:a}=n;return{"&:hover":{backgroundColor:r,"& .icon":{borderColor:i}},"&.Mui-focusVisible":{outline:`2px solid ${a}`,outlineOffset:-4}}}function wO(e){switch(e){case"small":return{size:16,fontSize:1,position:1};case"large":return{size:24,fontSize:1.6,position:2};case"medium":default:return{size:20,fontSize:1.35,position:2}}}function Ou(e){const t=wO(e);return{"& .icon":{width:t.size,height:t.size,"& .filled":{fontSize:`${t.fontSize}rem`,top:-t.position,left:-t.position}}}}function TO(e){const{palette:t}=e;return{MuiCheckbox:{defaultProps:{className:"size-small",icon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:.25}}),checkedIcon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:.25,position:"relative"},children:f.jsx(st.CheckSquareFilled,{className:"filled",style:{position:"absolute"}})}),indeterminateIcon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:.25,position:"relative"},children:f.jsx(st.MinusSquareFilled,{className:"filled",style:{position:"absolute"}})})},styleOverrides:{root:{borderRadius:0,color:t.secondary[300],"&.size-small":{...Ou("small")},"&.size-medium":{...Ou("medium")},"&.size-large":{...Ou("large")}},colorPrimary:Zo({color:"primary",theme:e}),colorSecondary:Zo({color:"secondary",theme:e}),colorSuccess:Zo({color:"success",theme:e}),colorWarning:Zo({color:"warning",theme:e}),colorInfo:Zo({color:"info",theme:e}),colorError:Zo({color:"error",theme:e})}}}}function $o({color:e,theme:t}){const n=Ut(t,e),{dark:r}=n;return{"&.Mui-focusVisible":{outline:`2px solid ${r}`,outlineOffset:2}}}function hn({color:e,theme:t}){const n=Ut(t,e),{light:r,lighter:i,main:a}=n;return{color:a,backgroundColor:i,borderColor:r,"& .MuiChip-deleteIcon":{color:a,"&:hover":{color:r}}}}function PO(e){const t=hn({color:"secondary",theme:e});return{MuiChip:{styleOverrides:{root:{borderRadius:4,"&:active":{boxShadow:"none"},"&.MuiChip-colorPrimary":$o({color:"primary",theme:e}),"&.MuiChip-colorSecondary":$o({color:"secondary",theme:e}),"&.MuiChip-colorError":$o({color:"error",theme:e}),"&.MuiChip-colorInfo":$o({color:"info",theme:e}),"&.MuiChip-colorSuccess":$o({color:"success",theme:e}),"&.MuiChip-colorWarning":$o({color:"warning",theme:e})},sizeLarge:{fontSize:"1rem",height:40},light:{...t,"&.MuiChip-lightPrimary":hn({color:"primary",theme:e}),"&.MuiChip-lightSecondary":hn({color:"secondary",theme:e}),"&.MuiChip-lightError":hn({color:"error",theme:e}),"&.MuiChip-lightInfo":hn({color:"info",theme:e}),"&.MuiChip-lightSuccess":hn({color:"success",theme:e}),"&.MuiChip-lightWarning":hn({color:"warning",theme:e})},combined:{border:"1px solid",...t,"&.MuiChip-combinedPrimary":hn({color:"primary",theme:e}),"&.MuiChip-combinedSecondary":hn({color:"secondary",theme:e}),"&.MuiChip-combinedError":hn({color:"error",theme:e}),"&.MuiChip-combinedInfo":hn({color:"info",theme:e}),"&.MuiChip-combinedSuccess":hn({color:"success",theme:e}),"&.MuiChip-combinedWarning":hn({color:"warning",theme:e})}}}}}function SO(){return{MuiDialog:{styleOverrides:{root:{"& .MuiBackdrop-root":{backgroundColor:je("#000",.7)}}}}}}function OO(e){return{MuiDialogContentText:{styleOverrides:{root:{fontSize:"0.875rem",color:e.palette.text.primary}}}}}function MO(){return{MuiDialogTitle:{styleOverrides:{root:{fontSize:"1rem",fontWeight:500}}}}}function ei({color:e,theme:t}){const n=Ut(t,e),{main:r,dark:i,contrastText:a}=n,l=`${e}Button`,A=Yo(t,l);return{color:a,backgroundColor:r,boxShadow:A,"&:hover":{boxShadow:"none",backgroundColor:i},"&:focus-visible":{outline:`2px solid ${i}`,outlineOffset:2},"&::after":{borderRadius:"50px",boxShadow:`0 0 5px 5px ${je(r,.9)}`},"&:active::after":{borderRadius:"50px",boxShadow:`0 0 0 0 ${je(r,.9)}`}}}function DO(e){return{MuiFab:{styleOverrides:{root:{fontWeight:400,"&.Mui-disabled":{backgroundColor:e.palette.grey[200]},"&.MuiFab-primary":ei({color:"primary",theme:e}),"&.MuiFab-secondary":ei({color:"secondary",theme:e}),"&.Mui-error":ei({color:"error",theme:e}),"&.MuiFab-success":ei({color:"success",theme:e}),"&.MuiFab-info":ei({color:"info",theme:e}),"&.MuiFab-warning":ei({color:"warning",theme:e}),"&::after":{content:'""',display:"block",position:"absolute",left:0,top:0,width:"100%",height:"100%",borderRadius:4,opacity:0,transition:"all 0.5s"},"&:active::after":{position:"absolute",borderRadius:4,left:0,top:0,opacity:1,transition:"0s"}}}}}}function kO(e){return{MuiIconButton:{styleOverrides:{root:{borderRadius:4},sizeLarge:{width:e.spacing(5.5),height:e.spacing(5.5),fontSize:"1.25rem"},sizeMedium:{width:e.spacing(4.5),height:e.spacing(4.5),fontSize:"1rem"},sizeSmall:{width:e.spacing(3.75),height:e.spacing(3.75),fontSize:"0.75rem"},sizeExtraSmall:{width:e.spacing(2.6875),height:e.spacing(2.6875),fontSize:"0.625rem"}}}}}function FO(){return{MuiInputBase:{styleOverrides:{}}}}function LO(e){return{MuiInputLabel:{styleOverrides:{root:{color:e.palette.grey[600]},outlined:{lineHeight:"0.8em","&.MuiInputLabel-sizeSmall":{lineHeight:"1em"},"&.MuiInputLabel-shrink":{background:e.palette.background.paper,padding:"0 8px",marginLeft:-6,lineHeight:"1.4375em"}}}}}}function NO(){return{MuiLinearProgress:{styleOverrides:{root:{height:6,borderRadius:100},bar:{borderRadius:100}}}}}function RO(){return{MuiLink:{defaultProps:{underline:"hover"}}}}function VO(e){return{MuiListItemButton:{styleOverrides:{root:{"&.Mui-selected":{color:e.palette.primary.main,"& .MuiListItemIcon-root":{color:e.palette.primary.main}}}}}}}function jO(e){return{MuiListItemIcon:{styleOverrides:{root:{minWidth:24,color:e.palette.text.primary}}}}}function HO(){return{MuiLoadingButton:{styleOverrides:{root:{padding:"6px 16px","&.MuiLoadingButton-loading":{opacity:.6,textShadow:"none"}}}}}}function po({variant:e,theme:t}){const n=Ut(t,e),{light:r}=n,i=Yo(t,`${e}`);return{"&:hover .MuiOutlinedInput-notchedOutline":{borderColor:r},"&.Mui-focused":{boxShadow:i,"& .MuiOutlinedInput-notchedOutline":{border:`1px solid ${r}`}}}}function zO(e){return{MuiOutlinedInput:{styleOverrides:{input:{padding:"10.5px 14px 10.5px 12px"},notchedOutline:{borderColor:e.palette.mode==="dark"?e.palette.grey[200]:e.palette.grey[300]},root:{...po({variant:"primary",theme:e}),"&.Mui-error":{...po({variant:"error",theme:e})}},inputSizeSmall:{padding:"7.5px 8px 7.5px 12px"},inputMultiline:{padding:0},colorSecondary:po({variant:"secondary",theme:e}),colorError:po({variant:"error",theme:e}),colorWarning:po({variant:"warning",theme:e}),colorInfo:po({variant:"info",theme:e}),colorSuccess:po({variant:"success",theme:e})}}}}function WO(){return{MuiPagination:{defaultProps:{shape:"rounded"}}}}function Ct({variant:e,color:t,theme:n}){const r=Ut(n,t),{lighter:i,light:a,dark:l,main:A,contrastText:g}=r,d={"&:focus-visible":{outline:`2px solid ${l}`,outlineOffset:2,...e==="text"&&{backgroundColor:n.palette.background.paper}}};switch(e){case"combined":case"contained":return{color:g,backgroundColor:A,"&:hover":{backgroundColor:a},...d};case"outlined":return{borderColor:A,"&:hover":{backgroundColor:i,borderColor:a},...d};case"text":default:return{color:A,"&:hover":{backgroundColor:A,color:i},...d}}}function UO(e){return{MuiPaginationItem:{styleOverrides:{root:{"&:focus-visible":{outline:`2px solid ${e.palette.secondary.dark}`,outlineOffset:2}},text:{"&.Mui-selected":{backgroundColor:"transparent",fontSize:"1rem",fontWeight:500,"&.MuiPaginationItem-textPrimary":Ct({variant:"text",color:"primary",theme:e}),"&.MuiPaginationItem-textSecondary":Ct({variant:"text",color:"secondary",theme:e}),"&.MuiPaginationItem-textError":Ct({variant:"text",color:"error",theme:e}),"&.MuiPaginationItem-textSuccess":Ct({variant:"text",color:"success",theme:e}),"&.MuiPaginationItem-textInfo":Ct({variant:"text",color:"info",theme:e}),"&.MuiPaginationItem-textWarning":Ct({variant:"text",color:"warning",theme:e})}},contained:{"&.Mui-selected":{"&.MuiPaginationItem-containedPrimary":Ct({variant:"contained",color:"primary",theme:e}),"&.MuiPaginationItem-containedSecondary":Ct({variant:"contained",color:"secondary",theme:e}),"&.MuiPaginationItem-containedError":Ct({variant:"contained",color:"error",theme:e}),"&.MuiPaginationItem-containedSuccess":Ct({variant:"contained",color:"success",theme:e}),"&.MuiPaginationItem-containedInfo":Ct({variant:"contained",color:"info",theme:e}),"&.MuiPaginationItem-containedWarning":Ct({variant:"contained",color:"warning",theme:e})}},combined:{border:"1px solid",borderColor:e.palette.divider,"&.MuiPaginationItem-ellipsis":{border:"none"},"&.Mui-selected":{"&.MuiPaginationItem-combinedPrimary":Ct({variant:"combined",color:"primary",theme:e}),"&.MuiPaginationItem-combinedSecondary":Ct({variant:"combined",color:"secondary",theme:e}),"&.MuiPaginationItem-combinedError":Ct({variant:"combined",color:"error",theme:e}),"&.MuiPaginationItem-combinedSuccess":Ct({variant:"combined",color:"success",theme:e}),"&.MuiPaginationItem-combinedInfo":Ct({variant:"combined",color:"info",theme:e}),"&.MuiPaginationItem-combinedWarning":Ct({variant:"combined",color:"warning",theme:e})}},outlined:{borderColor:e.palette.divider,"&.Mui-selected":{backgroundColor:"transparent","&.MuiPaginationItem-outlinedPrimary":Ct({variant:"outlined",color:"primary",theme:e}),"&.MuiPaginationItem-outlinedSecondary":Ct({variant:"outlined",color:"secondary",theme:e}),"&.MuiPaginationItem-outlinedError":Ct({variant:"outlined",color:"error",theme:e}),"&.MuiPaginationItem-outlinedSuccess":Ct({variant:"outlined",color:"success",theme:e}),"&.MuiPaginationItem-outlinedInfo":Ct({variant:"outlined",color:"info",theme:e}),"&.MuiPaginationItem-outlinedWarning":Ct({variant:"outlined",color:"warning",theme:e})}}}}}}function YO(e){return{MuiPopover:{styleOverrides:{paper:{boxShadow:e.customShadows.z1}}}}}function ti({color:e,theme:t}){const n=Ut(t,e),{lighter:r,main:i,dark:a}=n;return{"& .dot":{backgroundColor:i},"&:hover":{backgroundColor:r},"&.Mui-focusVisible":{outline:`2px solid ${a}`,outlineOffset:-4}}}function GO(e){switch(e){case"small":return{size:16,dotSize:8,position:3};case"large":return{size:24,dotSize:12,position:5};case"medium":default:return{size:20,dotSize:10,position:4}}}function Mu(e){const t=GO(e);return{"& .icon":{width:t.size,height:t.size,"& .dot":{width:t.dotSize,height:t.dotSize,top:t.position,left:t.position}}}}function KO(e){const{palette:t}=e;return{MuiRadio:{defaultProps:{className:"size-small",icon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:"50%"}}),checkedIcon:f.jsx(v.Box,{className:"icon",sx:{width:16,height:16,border:"1px solid",borderColor:"inherit",borderRadius:"50%",position:"relative"},children:f.jsx(v.Box,{className:"dot",sx:{width:8,height:8,backgroundColor:"inherit",borderRadius:"50%",position:"absolute",top:3,left:3}})})},styleOverrides:{root:{color:t.secondary[300],"&.size-small":{...Mu("small")},"&.size-medium":{...Mu("medium")},"&.size-large":{...Mu("large")}},colorPrimary:ti({color:"primary",theme:e}),colorSecondary:ti({color:"secondary",theme:e}),colorSuccess:ti({color:"success",theme:e}),colorWarning:ti({color:"warning",theme:e}),colorInfo:ti({color:"info",theme:e}),colorError:ti({color:"error",theme:e})}}}}function ni({color:e,theme:t}){const n=Ut(t,e),{main:r}=n;return{border:`2px solid ${r}`}}function qO(e){return{MuiSlider:{styleOverrides:{track:{height:"1px"},thumb:{width:14,height:14,border:`2px solid ${e.palette.primary.main}`,backgroundColor:e.palette.background.paper,"&.MuiSlider-thumbColorPrimary":ni({color:"primary",theme:e}),"&.MuiSlider-thumbColorSecondary":ni({color:"secondary",theme:e}),"&.MuiSlider-thumbColorSuccess":ni({color:"success",theme:e}),"&.MuiSlider-thumbColorWarning":ni({color:"warning",theme:e}),"&.MuiSlider-thumbColorInfo":ni({color:"info",theme:e}),"&.MuiSlider-thumbColorError":ni({color:"error",theme:e})},mark:{width:4,height:4,borderRadius:"50%",border:`1px solid ${e.palette.secondary.light}`,backgroundColor:e.palette.background.paper,"&.MuiSlider-markActive":{opacity:1,borderColor:"inherit",borderWidth:2}},rail:{color:e.palette.secondary.light},root:{"&.Mui-disabled":{".MuiSlider-rail":{opacity:.25},".MuiSlider-track":{color:e.palette.secondary.lighter},".MuiSlider-thumb":{border:`2px solid ${e.palette.secondary.lighter}`}}},valueLabel:{backgroundColor:e.palette.grey[600],color:e.palette.grey[0]}}}}}function JO(e){switch(e){case"small":return{width:28,height:16,base:12,thumb:10,trackRadius:8};case"large":return{width:60,height:28,base:32,thumb:22,trackRadius:24};case"medium":default:return{width:44,height:22,base:22,thumb:16,trackRadius:16}}}function Du(e,t){const n=JO(t);return{width:n.width,height:n.height,"& .MuiSwitch-switchBase":{padding:3,"&.Mui-checked":{transform:`translateX(${n.base}px)`}},"& .MuiSwitch-thumb":{width:n.thumb,height:n.thumb},"& .MuiSwitch-track":{borderRadius:n.trackRadius}}}function _O(e){return{MuiSwitch:{styleOverrides:{track:{opacity:1,backgroundColor:e.palette.secondary[400],boxSizing:"border-box"},thumb:{borderRadius:"50%",transition:e.transitions.create(["width"],{duration:200})},switchBase:{"&.Mui-checked":{color:"#fff","& + .MuiSwitch-track":{opacity:1},"&.Mui-disabled":{color:e.palette.background.paper}},"&.Mui-disabled":{color:e.palette.background.paper,"+.MuiSwitch-track":{opacity:.3}}},root:{color:e.palette.text.primary,padding:0,margin:8,display:"flex","& ~ .MuiFormControlLabel-label":{margin:6},...Du(e,"medium")},sizeLarge:{...Du(e,"large")},sizeSmall:{...Du(e,"small")}}}}}function XO(e){return{MuiTab:{styleOverrides:{root:{minHeight:46,color:e.palette.text.primary,borderRadius:4,"&:hover":{backgroundColor:e.palette.primary.lighter+60,color:e.palette.primary.main},"&:focus-visible":{borderRadius:4,outline:`2px solid ${e.palette.secondary.dark}`,outlineOffset:-3}}}}}}function ZO(e){const t={"&:hover":{backgroundColor:e.palette.secondary.lighter}};return{MuiTableBody:{styleOverrides:{root:{"&.striped .MuiTableRow-root":{"&:nth-of-type(even)":{backgroundColor:e.palette.grey[50]},...t},"& .MuiTableRow-root":{...t}}}}}}function $O(e){const t={"&:not(:last-of-type)":{position:"relative","&:after":{position:"absolute",content:'""',backgroundColor:e.palette.divider,width:1,height:"calc(100% - 30px)",right:0,top:16}}};return{MuiTableCell:{styleOverrides:{root:{fontSize:"0.875rem",padding:12,borderColor:e.palette.divider},sizeSmall:{padding:8},head:{fontSize:"0.75rem",fontWeight:700,textTransform:"uppercase",...t},footer:{fontSize:"0.75rem",textTransform:"uppercase",...t}}}}}function eM(e){return{MuiTableFooter:{styleOverrides:{root:{backgroundColor:e.palette.grey[50],borderTop:`2px solid ${e.palette.divider}`,borderBottom:`1px solid ${e.palette.divider}`}}}}}function tM(e){return{MuiTableHead:{styleOverrides:{root:{backgroundColor:e.palette.grey[50],borderTop:`1px solid ${e.palette.divider}`,borderBottom:`2px solid ${e.palette.divider}`}}}}}function nM(){return{MuiTablePagination:{styleOverrides:{selectLabel:{fontSize:"0.875rem"},displayedRows:{fontSize:"0.875rem"}}}}}function rM(){return{MuiTableRow:{styleOverrides:{root:{"&:last-of-type":{"& .MuiTableCell-root":{borderBottom:"none"}},"& .MuiTableCell-root":{"&:last-of-type":{paddingRight:24},"&:first-of-type":{paddingLeft:24}}}}}}}function oM(){return{MuiTabs:{styleOverrides:{vertical:{overflow:"visible"}}}}}function iM(e){return{MuiToggleButton:{styleOverrides:{root:{"&.Mui-disabled":{borderColor:e.palette.divider,color:e.palette.text.disabled},"&:focus-visible":{outline:`2px solid ${e.palette.secondary.dark}`,outlineOffset:2}}}}}}function sM(e){return{MuiTooltip:{styleOverrides:{tooltip:{color:e.palette.background.paper}}}}}function aM(){return{MuiTreeItem:{styleOverrides:{content:{padding:8},iconContainer:{"& svg":{fontSize:"0.625rem"}}}}}}function lM(){return{MuiTypography:{styleOverrides:{gutterBottom:{marginBottom:12}}}}}function cM(e){return rt.merge(hO(e),CO(e),EO(e),IO(e),BO(),QO(e),mO(e),yO(e),bO(),vO(),xO(),TO(e),PO(e),SO(),OO(e),MO(),DO(e),kO(e),FO(),LO(e),NO(),RO(),VO(e),jO(e),HO(),zO(e),WO(),UO(e),YO(e),KO(e),qO(e),_O(e),XO(e),ZO(e),$O(e),eM(e),tM(e),nM(),rM(),oM(),iM(e),sM(e),aM(),lM())}const ku=({themeOverrides:e,children:t})=>{const{themeDirection:n,mode:r,presetColor:i,fontFamily:a}=Dt(),l=M.useMemo(()=>fO(r,i),[r,i]),A=M.useMemo(()=>pO(a),[a]),g=M.useMemo(()=>W3(l),[l]),d=M.useMemo(()=>Mi.merge({breakpoints:{values:{xs:0,sm:768,md:1024,lg:1266,xl:1440}},direction:n,mixins:{toolbar:{minHeight:60,paddingTop:8,paddingBottom:8}},palette:l.palette,customShadows:g,typography:A,shadows:l.shadows.map(()=>"none"),components:{MuiIconButton:{styleOverrides:{sizeExtraSmall:{width:l.spacing(2.6875),height:l.spacing(2.6875),fontSize:"0.625rem"}}}}},typeof e=="function"?e(l):e),[n,l,A,g,e]),h=Cc(d),E=Mi.cloneDeep(h.components??{});return h.components=Mi.merge(cM(h),E),f.jsx(v.StyledEngineProvider,{injectFirst:!0,children:f.jsxs(Jd,{theme:h,children:[f.jsx(v.CssBaseline,{}),t]})})};ku.propTypes={children:c.node,themeOverrides:c.oneOfType([c.object,c.func])};const $I=({children:e,theme:t,...n})=>f.jsx(w.CoreAdminContext,{...n,children:f.jsx(ku,{themeOverrides:t,children:f.jsx(Eu,{children:e})})});$I.displayName="ApplicaAdminContext";const ri=e=>{const{authProvider:t,catchAll:n,children:r,dashboard:i,dataProvider:a,disableTelemetry:l,history:A,i18nProvider:g,layout:d,loading:h,loginPage:E,authCallbackPage:C,menu:I,notification:B,queryClient:Q,requireAuth:y,store:D,ready:k,theme:T,title:P="React Admin"}=e;return f.jsx($I,{authProvider:t,dataProvider:a,i18nProvider:g,store:D,history:A,queryClient:Q,theme:T,children:f.jsx(w.AdminUI,{layout:d,dashboard:i,disableTelemetry:l,menu:I,catchAll:n,title:P,loading:h,loginPage:E,authCallbackPage:C,notification:B,requireAuth:y,ready:k,children:r})})};ri.defaultProps={store:w.localStorageStore(),title:"Applica Admin"},ri.propTypes={...w.AdminUI.propTypes};class e0{constructor({catch:t,display:n,log:r,error:i}){ys(this,"catch");ys(this,"display");ys(this,"log");ys(this,"error");this.catch=t,this.display=n,this.log=r,this.error=i}isCatched(){return this.catch}logError(){return this.log}displayError(){return this.display}}const AM=({apiUrl:e,endpoint:t,message:n,bodyBuilder:r})=>fetch(`${e}${t}`,{method:"PUT",headers:new Headers({Accept:"application/json","Content-Type":"application/json"}),body:JSON.stringify(r(n))}),uM=({enabled:e=!0,apiUrl:t,endpoint:n="/ui-errors/put",loading:r,catcherFn:i=l=>new e0({catch:l!=null,display:!1,log:!1}),bodyBuilder:a=l=>({message:l})})=>(q.useMemo(()=>{if(r||!e)return;const l=console.error;console.error=function(A,...g){if(!A||typeof A!="string"){l.apply(console,arguments);return}const d=A.replace(/%s/g,()=>g.shift()),h=i(d);if(!h.isCatched()){l.apply(console,arguments);return}h.logError()&&AM({apiUrl:t,endpoint:n,message:d,bodyBuilder:a}),h.displayError()?l.apply(console,arguments):console.debug.apply(console,arguments)}},[t,r,a,n,i,e]),!0),Fu=({languages:e,defaultLocale:t,allowMissing:n=!1})=>kQ(r=>rt.get(e,r,{}),t,[{locale:t}],{allowMissing:n}),t0=[],gM=({apiUrl:e,endpoint:t,locale:n,message:r,bodyBuilder:i})=>r!=null&&r!=="undefined"&&r.indexOf("[")===-1&&r.indexOf("]")===-1&&t0.indexOf(`${n}-${r}`)===-1&&t0.push(`${n}-${r}`)&&fetch(`${e}${t}`,{method:"PUT",headers:new Headers({Accept:"application/json","Content-Type":"application/json"}),body:JSON.stringify(i(n,r)||{})}),n0=({apiUrl:e,enabled:t=!0,endpoint:n="/languages/put-message",loading:r,bodyBuilder:i=(a,l)=>({lang:a,code:l,text:l})})=>{const[a]=w.useLocaleState();return q.useMemo(()=>{if(r||!t)return;const l=console.error;console.error=function(A){if(!(typeof A=="string"&&A==="%c%s")){if(typeof A=="string"&&A.indexOf("Missing translation for key: ")>=0){if(A=A.replace("Warning: Missing translation for key: ",""),A=A.split('"').join("").trim(),A===null||A.indexOf(" ")!==-1||A.indexOf(".")===-1)return;const g=localStorage.getItem("locale")||a;gM({apiUrl:e,endpoint:n,locale:g,message:A,bodyBuilder:i});return}l.apply(console,arguments)}}},[e,a,r,i,n,t]),!0};window.React=M;const r0=({apiUrl:e,endpoint:t="/languages/load",mapper:n=({data:r})=>({data:r})})=>{const[r,i]=M.useState({loading:!0,languages:null});return M.useEffect(()=>{let a=new Headers;a.append("Accept","application/json"),a.append("Content-Type","application/json"),fetch(`${e}${t}`,{headers:a}).then(l=>l.json()).then(l=>i({loading:!1,...n(l)}))},[e,t,n]),r},dM=({apiUrl:e,locale:t="en",languages:n={}})=>Fu({apiUrl:e,locale:t,languages:n}),fM=e=>e.reduce((t,n)=>({...t,[n.lang]:{...t[n.lang]||{},[n.code]:n.text}}),{}),pM=(e,t)=>({lang:e,code:t,text:t}),hM=new Xg.QueryClient({defaultOptions:{queries:{refetchOnWindowFocus:!1}}}),Lu=({theme:e,themeConfig:t,apiUrl:n,defaultLocale:r,development:i,logoMain:a,logoIcon:l,loginPage:A,menu:g,name:d,version:h,dataProvider:E,authProvider:C,notification:I,enableNotification:B,enableRegistration:Q,enablePasswordRecover:y,...D})=>{const k=r0({apiUrl:n,endpoint:"/i18n/messages",mapper:fM});n0({bodyBuilder:pM,apiUrl:n,endpoint:"/i18n/message",loading:k==null?void 0:k.loading,enabled:i}),uM({apiUrl:n,endpoint:"/cli/error",catcherFn:z=>{const R=z==null?void 0:z.toString(),ee=["Invalid prop `file` of type `string` supplied to `FileInputPreview`, expected `object`.","Failed prop type: Invalid prop `checked` of type `string` supplied to `ForwardRef(Switch)`, expected `boolean`.","Failed prop type: Invalid prop `checked` of type `string` supplied to `ForwardRef(SwitchBase)`, expected `boolean`.","validateDOMNesting(...): <form> cannot appear as a descendant of <form>."].some(re=>R==null?void 0:R.includes(re));return new e0({catch:ee,display:!ee,log:!ee,error:z})}});const T=M.useMemo(()=>M.isValidElement(A)?M.cloneElement(A,{name:d,version:h,enableRegistration:Q,enablePasswordRecover:y}):A,[A,d,h,Q,y]),P=M.useMemo(()=>z=>{const R=d?f.jsx(_a,{title:d}):a,_=d?f.jsx(Iu,{title:d}):l;return f.jsx(pu,{...z,name:d,version:h,logoMain:R,logoIcon:_,notification:I,enableNotification:B})},[a,l,d,h,I,B]);if(k!=null&&k.loading)return null;const S=Fu({languages:k,defaultLocale:r,allowMissing:i});return f.jsx(Qc,{children:f.jsx(vc,{menu:g,children:f.jsx(yc,{initialConfig:t,children:f.jsx(ri,{theme:e,layout:P,notification:OI,queryClient:hM,dataProvider:E,authProvider:C,i18nProvider:S,loginPage:T,...D})})})})};Lu.defaultProps={...ri.defaultProps,fileFields:[],defaultLocale:"en",development:!1,version:"0.0.0",notification:"entities/notification",enableNotification:!1,enableRegistration:!1,enableForgotPassword:!1,loginPage:f.jsx($a,{version:"0.0.0",name:"Applica",redirectTo:"/"})},Lu.propTypes={...ri.propTypes,theme:c.oneOfType([c.object,c.func]),apiUrl:c.string.isRequired,defaultLocale:c.string,development:c.bool,logoMain:c.node,logoIcon:c.node,menu:c.arrayOf(Fo),name:c.string,version:c.string,authProvider:c.oneOfType([c.func,c.object]),dataProvider:c.oneOfType([c.func,c.object]),notification:c.string,enableNotification:c.bool,enableRegistration:c.bool,enableForgotPassword:c.bool},Object.defineProperty(L,"ArrayInputContext",{enumerable:!0,get:()=>w.ArrayInputContext}),Object.defineProperty(L,"BooleanField",{enumerable:!0,get:()=>w.BooleanField}),Object.defineProperty(L,"BulkDeleteWithConfirmButton",{enumerable:!0,get:()=>w.BulkDeleteWithConfirmButton}),Object.defineProperty(L,"Button",{enumerable:!0,get:()=>w.Button}),Object.defineProperty(L,"ChipField",{enumerable:!0,get:()=>w.ChipField}),Object.defineProperty(L,"Confirm",{enumerable:!0,get:()=>w.Confirm}),Object.defineProperty(L,"CreateButton",{enumerable:!0,get:()=>w.CreateButton}),Object.defineProperty(L,"CreateContextProvider",{enumerable:!0,get:()=>w.CreateContextProvider}),Object.defineProperty(L,"CustomRoutes",{enumerable:!0,get:()=>w.CustomRoutes}),Object.defineProperty(L,"DeleteWithConfirmButton",{enumerable:!0,get:()=>w.DeleteWithConfirmButton}),Object.defineProperty(L,"DeleteWithUndoButton",{enumerable:!0,get:()=>w.DeleteWithUndoButton}),Object.defineProperty(L,"EditButton",{enumerable:!0,get:()=>w.EditButton}),Object.defineProperty(L,"EditContextProvider",{enumerable:!0,get:()=>w.EditContextProvider}),Object.defineProperty(L,"FieldTitle",{enumerable:!0,get:()=>w.FieldTitle}),Object.defineProperty(L,"Form",{enumerable:!0,get:()=>w.Form}),Object.defineProperty(L,"FormDataConsumer",{enumerable:!0,get:()=>w.FormDataConsumer}),Object.defineProperty(L,"HttpError",{enumerable:!0,get:()=>w.HttpError}),Object.defineProperty(L,"I18nContextProvider",{enumerable:!0,get:()=>w.I18nContextProvider}),Object.defineProperty(L,"ListToolbar",{enumerable:!0,get:()=>w.ListToolbar}),Object.defineProperty(L,"LoadingIndicator",{enumerable:!0,get:()=>w.LoadingIndicator}),Object.defineProperty(L,"Pagination",{enumerable:!0,get:()=>w.Pagination}),Object.defineProperty(L,"RaSimpleFormIterator",{enumerable:!0,get:()=>w.SimpleFormIterator}),Object.defineProperty(L,"RecordContextProvider",{enumerable:!0,get:()=>w.RecordContextProvider}),Object.defineProperty(L,"ReferenceArrayField",{enumerable:!0,get:()=>w.ReferenceArrayField}),Object.defineProperty(L,"ReferenceField",{enumerable:!0,get:()=>w.ReferenceField}),Object.defineProperty(L,"Resource",{enumerable:!0,get:()=>w.Resource}),Object.defineProperty(L,"ResourceContextProvider",{enumerable:!0,get:()=>w.ResourceContextProvider}),Object.defineProperty(L,"SaveButton",{enumerable:!0,get:()=>w.SaveButton}),Object.defineProperty(L,"SimpleFormIteratorContext",{enumerable:!0,get:()=>w.SimpleFormIteratorContext}),Object.defineProperty(L,"SimpleList",{enumerable:!0,get:()=>w.SimpleList}),Object.defineProperty(L,"SingleFieldList",{enumerable:!0,get:()=>w.SingleFieldList}),Object.defineProperty(L,"TopToolbar",{enumerable:!0,get:()=>w.TopToolbar}),Object.defineProperty(L,"UrlField",{enumerable:!0,get:()=>w.UrlField}),Object.defineProperty(L,"choices",{enumerable:!0,get:()=>w.choices}),Object.defineProperty(L,"email",{enumerable:!0,get:()=>w.email}),Object.defineProperty(L,"maxLength",{enumerable:!0,get:()=>w.maxLength}),Object.defineProperty(L,"maxValue",{enumerable:!0,get:()=>w.maxValue}),Object.defineProperty(L,"minLength",{enumerable:!0,get:()=>w.minLength}),Object.defineProperty(L,"minValue",{enumerable:!0,get:()=>w.minValue}),Object.defineProperty(L,"number",{enumerable:!0,get:()=>w.number}),Object.defineProperty(L,"regex",{enumerable:!0,get:()=>w.regex}),Object.defineProperty(L,"required",{enumerable:!0,get:()=>w.required}),Object.defineProperty(L,"useArrayInput",{enumerable:!0,get:()=>w.useArrayInput}),Object.defineProperty(L,"useAuthProvider",{enumerable:!0,get:()=>w.useAuthProvider}),Object.defineProperty(L,"useCreateController",{enumerable:!0,get:()=>w.useCreateController}),Object.defineProperty(L,"useDataProvider",{enumerable:!0,get:()=>w.useDataProvider}),Object.defineProperty(L,"useEditContext",{enumerable:!0,get:()=>w.useEditContext}),Object.defineProperty(L,"useGetIdentity",{enumerable:!0,get:()=>w.useGetIdentity}),Object.defineProperty(L,"useGetList",{enumerable:!0,get:()=>w.useGetList}),Object.defineProperty(L,"useGetMany",{enumerable:!0,get:()=>w.useGetMany}),Object.defineProperty(L,"useGetManyReference",{enumerable:!0,get:()=>w.useGetManyReference}),Object.defineProperty(L,"useGetOne",{enumerable:!0,get:()=>w.useGetOne}),Object.defineProperty(L,"useListContext",{enumerable:!0,get:()=>w.useListContext}),Object.defineProperty(L,"useNotify",{enumerable:!0,get:()=>w.useNotify}),Object.defineProperty(L,"usePermissions",{enumerable:!0,get:()=>w.usePermissions}),Object.defineProperty(L,"useRecordContext",{enumerable:!0,get:()=>w.useRecordContext}),Object.defineProperty(L,"useRefresh",{enumerable:!0,get:()=>w.useRefresh}),Object.defineProperty(L,"useResourceContext",{enumerable:!0,get:()=>w.useResourceContext}),Object.defineProperty(L,"useResourceDefinition",{enumerable:!0,get:()=>w.useResourceDefinition}),Object.defineProperty(L,"useResourceDefinitions",{enumerable:!0,get:()=>w.useResourceDefinitions}),Object.defineProperty(L,"useSimpleFormIterator",{enumerable:!0,get:()=>w.useSimpleFormIterator}),Object.defineProperty(L,"useSimpleFormIteratorItem",{enumerable:!0,get:()=>w.useSimpleFormIteratorItem}),Object.defineProperty(L,"useTranslate",{enumerable:!0,get:()=>w.useTranslate}),Object.defineProperty(L,"useTranslateLabel",{enumerable:!0,get:()=>w.useTranslateLabel}),Object.defineProperty(L,"useUnselect",{enumerable:!0,get:()=>w.useUnselect}),Object.defineProperty(L,"useUnselectAll",{enumerable:!0,get:()=>w.useUnselectAll}),Object.defineProperty(L,"useUpdateMany",{enumerable:!0,get:()=>w.useUpdateMany}),L.ActionsField=Rc,L.ActionsMenu=Oi,L.ActivatePage=RI,L.Admin=ri,L.AnimateButton=hC,L.AppConfigContext=Bc,L.AppConfigProvider=Qc,L.ApplicaAdmin=Lu,L.ArrayInput=Av,L.AttachmentField=Vc,L.AttachmentInput=Gc,L.AutocompleteArrayInput=Ff,L.AutocompleteInput=Lf,L.Avatar=Oa,L.BooleanInput=Kc,L.Breadcrumbs=_s,L.CardForm=Xs,L.ChangePasswordForm=oA,L.CircularWithLabel=SC,L.CircularWithPath=OC,L.CoverField=ea,L.Create=Fv,L.CreateInDialogButton=mu,L.Datagrid=bu,L.DateAgoField=ta,L.DateField=jc,L.DateInput=qc,L.DateTimeInput=Jc,L.Dot=Ma,L.Edit=Lv,L.EditInDialogButton=yu,L.EmailField=Hc,L.Empty=kI,L.FileField=zc,L.FileInput=_c,L.FormHeader=iA,L.FunctionField=Of,L.IconButton=Fr,L.ImageField=ki,L.ImageInput=Xc,L.ImpersonateUserButton=DI,L.LabeledArrayInput=$s,L.LabeledInput=ot,L.Layout=pu,L.LinearWithIcon=MC,L.LinearWithLabel=DC,L.List=FI,L.ListItem=vu,L.Loadable=T3,L.Loader=SI,L.LoadingButton=eu,L.LoginPage=$a,L.Logo=uu,L.LongForm=Li,L.MainCard=bn,L.MainIcon=_a,L.MenuConfigContext=bc,L.MenuConfigProvider=vc,L.MenuPopover=Gs,L.MenuPropTypes=Fo,L.Notification=OI,L.NotificationList=z3,L.NumberInput=Zc,L.ReadonlyField=Uc,L.RecordInput=Nf,L.RecoverPage=VI,L.ReferenceArrayInput=$c,L.ReferenceInput=eA,L.ReferenceManyField=Ro,L.ReferenceManyInput=tA,L.RegisterPage=jI,L.ScrollTop=Eu,L.ScrollX=P3,L.SearchInput=Pv,L.SelectArrayInput=nA,L.SelectInput=Vf,L.SimpleBar=Au,L.SimpleForm=Zs,L.SimpleFormIterator=e1,L.SizeField=Df,L.SmallIcon=Iu,L.SmartTextInput=na,L.TabbedForm=aa,L.TextField=Yc,L.TextInput=xn,L.ThemeConfigContext=mc,L.ThemeConfigProvider=yc,L.ThemeProvider=ku,L.TimeInput=rA,L.Toolbar=sr,L.Tooltip=PC,L.Transitions=Nr,L.createI18nProvider=Fu,L.parseTime=jf,L.useAppConfig=no,L.useBreadcrumbs=sf,L.useI18nCatcher=n0,L.useI18nLanguages=r0,L.useI18nProvider=dM,L.useLocalStorage=Tc,L.useMenu=wc,L.useMenuConfig=zn,L.useResourceTitle=af,L.useThemeConfig=Dt,L.uuid=Ov,Object.defineProperty(L,Symbol.toStringTag,{value:"Module"})});
257
257
  //# sourceMappingURL=react-admin.umd.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applica-software-guru/react-admin",
3
- "version": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/src/index.jsx CHANGED
@@ -30,6 +30,7 @@ export {
30
30
  HttpError,
31
31
  I18nContextProvider,
32
32
  ListToolbar,
33
+ LoadingIndicator,
33
34
  maxLength,
34
35
  maxValue,
35
36
  minLength,
@@ -73,5 +74,6 @@ export {
73
74
  useUnselectAll,
74
75
  useUpdateMany,
75
76
  useSimpleFormIterator,
76
- useSimpleFormIteratorItem
77
+ useSimpleFormIteratorItem,
78
+ useTranslateLabel
77
79
  } from 'react-admin';