@ceed/ads 0.0.135 → 0.0.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DataTable/DataTable.d.ts +1 -0
- package/dist/index.js +1 -1
- package/framer/index.js +36 -33
- package/package.json +3 -4
|
@@ -28,6 +28,7 @@ export type DataTableProps<T extends Record<string, unknown>> = {
|
|
|
28
28
|
* MUI에는 없는 인터페이스지만 Total Select 기능이 추가되었기 때문에 추가해야했다.
|
|
29
29
|
*/
|
|
30
30
|
isTotalSelected?: boolean) => void;
|
|
31
|
+
pagination?: boolean;
|
|
31
32
|
paginationMode?: "client" | "server";
|
|
32
33
|
paginationModel?: {
|
|
33
34
|
page: number;
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{useTheme as Vg,useColorScheme as Jg,useThemeProps as Yg,alertClasses as $g,boxClasses as Wg,buttonClasses as qg,checkboxClasses as Gg,dividerClasses as Ug,iconButtonClasses as jg,inputClasses as _g,menuClasses as Zg,menuButtonClasses as Xg,menuItemClasses as Qg,optionClasses as Rg,radioClasses as Kg,radioGroupClasses as ef,selectClasses as of,switchClasses as tf,tableClasses as rf,textareaClasses as nf,typographyClasses as af,formControlClasses as lf,formLabelClasses as sf,formHelperTextClasses as mf,gridClasses as df,stackClasses as pf,sheetClasses as cf,modalClasses as uf,modalCloseClasses as gf,modalDialogClasses as ff,modalOverflowClasses as hf,dialogTitleClasses as Cf,dialogContentClasses as bf,dialogActionsClasses as yf,tooltipClasses as xf,tabsClasses as vf,tabListClasses as Df,tabPanelClasses as Mf,accordionClasses as kf,accordionDetailsClasses as Tf,accordionGroupClasses as Pf,accordionSummaryClasses as wf,AutocompleteListbox as Ff,AutocompleteOption as Af,autocompleteClasses as If,autocompleteListboxClasses as Bf,autocompleteOptionClasses as Nf,Avatar as Lf,avatarClasses as Sf,AvatarGroup as Hf,avatarGroupClasses as zf,AspectRatio as Ef,aspectRatioClasses as Of,Badge as Vf,badgeClasses as Jf,breadcrumbsClasses as Yf,cardClasses as $f,cardActionsClasses as Wf,cardContentClasses as qf,cardCoverClasses as Gf,cardOverflowClasses as Uf,Chip as jf,chipClasses as _f,CircularProgress as Zf,circularProgressClasses as Xf,Drawer as Qf,drawerClasses as Rf,LinearProgress as Kf,linearProgressClasses as eh,List as oh,listClasses as th,ListDivider as rh,listDividerClasses as nh,ListItem as ah,listItemClasses as ih,ListItemButton as lh,listItemButtonClasses as sh,ListItemContent as mh,listItemContentClasses as dh,ListItemDecorator as ph,listItemDecoratorClasses as ch,ListSubheader as uh,listSubheaderClasses as gh,Link as fh,linkClasses as hh,Slider as Ch,sliderClasses as bh,Step as yh,stepClasses as xh,StepButton as vh,stepButtonClasses as Dh,StepIndicator as Mh,Stepper as kh,stepperClasses as Th,Skeleton as Ph,skeletonClasses as wh}from"@mui/joy";import ne from"react";import{AccordionGroup as jt,Accordion as _t,AccordionSummary as Zt,AccordionDetails as Xt}from"@mui/joy";import{motion as Se}from"framer-motion";var Qt=Se(Zt),He=Qt;He.displayName="AccordionSummary";var Rt=Se(Xt),ze=Rt;ze.displayName="AccordionDetails";var Kt=Se(_t);function Ee(e){let{summary:o,details:r,variant:n,color:i,...a}=e,t=n==="solid"?"solid":void 0;return ne.createElement(Kt,{variant:t,color:i,...a},ne.createElement(He,{variant:t,color:i},o),ne.createElement(ze,{variant:t,color:i},r))}Ee.displayName="Accordion";var er=Se(jt);function to(e){let{variant:o,color:r,items:n,...i}=e;return ne.createElement(er,{variant:o,color:r,...i},n.map((a,t)=>ne.createElement(Ee,{key:t,summary:a.summary,details:a.details,index:t,variant:o,color:r})))}to.displayName="Accordions";import Oe from"react";import{Alert as sr,styled as mr}from"@mui/joy";import{motion as dr}from"framer-motion";import or from"react";import{Typography as tr}from"@mui/joy";import{motion as rr}from"framer-motion";var nr=rr(tr),V=e=>or.createElement(nr,{...e});V.displayName="Typography";var L=V;import{Stack as ar}from"@mui/joy";import{motion as ir}from"framer-motion";var lr=ir(ar),ae=lr;ae.displayName="Stack";var z=ae;var pr=mr(dr(sr))({alignItems:"flex-start",fontWeight:"unset"});function ro(e){let{title:o,content:r,actions:n,color:i="primary",...a}=e,t=e.invertedColors||e.variant==="solid";return Oe.createElement(pr,{...a,color:i,endDecorator:n,invertedColors:t},Oe.createElement(z,null,o&&Oe.createElement(L,{level:"title-sm",color:i},o),Oe.createElement(L,{level:"body-sm",color:i},r)))}ro.displayName="Alert";import A,{useMemo as Ve,useState as Dr}from"react";import{Autocomplete as Mr,AutocompleteOption as kr,ListSubheader as Tr,AutocompleteListbox as Pr,ListItemDecorator as et,CircularProgress as wr,styled as Fr}from"@mui/joy";import{Popper as Ar}from"@mui/base";import{FixedSizeList as Ir}from"react-window";import{FormControl as cr,styled as ur}from"@mui/joy";import{motion as gr}from"framer-motion";var fr=ur(gr(cr))({width:"100%"}),ie=fr;ie.displayName="FormControl";var F=ie;import{FormLabel as hr}from"@mui/joy";import{motion as Cr}from"framer-motion";var br=Cr(hr),le=br;le.displayName="FormLabel";var S=le;import{FormHelperText as yr}from"@mui/joy";import{motion as xr}from"framer-motion";var vr=xr(yr),se=vr;se.displayName="FormHelperText";var w=se;var Br=Fr(Ar,{name:"Autocomplete",slot:"Popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip}));function Nr(e){let{data:o,index:r,style:n}=e,i=o[r],a={...n},t=i.props;if(i.hasOwnProperty("group"))return A.createElement(Tr,{key:i.key,component:"li",style:a},i.group);let l=t["data-option-index"],s=t.ownerState.options[l];return A.createElement(kr,{...t,style:a},s.startDecorator&&A.createElement(et,{sx:{marginInlineEnd:"var(--Input-gap)"}},s.startDecorator),s.label,s.endDecorator&&A.createElement(et,{sx:{marginInlineStart:"var(--Input-gap)"}},s.endDecorator))}var ot=A.createContext({}),Lr=A.forwardRef((e,o)=>{let r=A.useContext(ot);return A.createElement(Pr,{...e,...r,component:"div",ref:o,sx:{"& ul":{padding:0,margin:0,flexShrink:0}}})}),Sr=A.forwardRef(function(o,r){let{children:n,anchorEl:i,open:a,modifiers:t,...l}=o,s=[];n[0].forEach(c=>{c&&(s.push(c),s.push(...c.children||[]))});let d=s.length,m=36;return A.createElement(Br,{ref:r,anchorEl:i,open:a,modifiers:t},A.createElement(ot.Provider,{value:l},A.createElement(Ir,{itemData:s,height:m*8,width:"100%",outerElementType:Lr,innerElementType:"ul",itemSize:m,overscanCount:5,itemCount:d},Nr)))});function no(e){let{label:o,error:r,helperText:n,color:i,size:a,disabled:t,required:l,onChange:s,...d}=e,[m,c]=Dr(e.value||e.defaultValue),b=Ve(()=>e.options.map(v=>typeof v!="object"?{value:v,label:v}:v),[e.options]),f=Ve(()=>e.loading?{value:"",label:"",startDecorator:A.createElement(wr,{size:"sm",color:"neutral",variant:"plain",thickness:3})}:typeof m=="string"&&b.find(v=>v.value===m)||m,[m,e.options,e.loading]),y=Ve(()=>f?.startDecorator||e.startDecorator,[f]),p=Ve(()=>f?.endDecorator||e.endDecorator,[f]),k=A.createElement(Mr,{...d,required:l,onChange:(v,D)=>{c(D);let h=D;s?.({...v,target:{...v.target,value:h?.value}})},color:i,value:f,options:b,size:a,disabled:t,startDecorator:y,endDecorator:p,slots:{listbox:Sr},getOptionLabel:v=>`${v.value||""}`,renderGroup:v=>v});return o?A.createElement(F,{required:l,color:i,size:a,error:r,disabled:t},A.createElement(S,null,o),k,n&&A.createElement(w,null,n)):k}no.displayName="Autocomplete";import{Box as Hr}from"@mui/joy";import{motion as zr}from"framer-motion";var Er=zr(Hr),me=Er;me.displayName="Box";var Je=me;import O from"react";import{Breadcrumbs as nt,Link as jr}from"@mui/joy";import ao from"react";import{Menu as Or,MenuButton as Vr,MenuItem as Jr}from"@mui/joy";import{motion as io}from"framer-motion";var Yr=io(Or),de=e=>ao.createElement(Yr,{...e});de.displayName="Menu";var $r=io(Vr),pe=e=>ao.createElement($r,{...e});pe.displayName="MenuButton";var Wr=io(Jr),ce=e=>ao.createElement(Wr,{...e});ce.displayName="MenuItem";var tt=de;import{Dropdown as qr}from"@mui/joy";import{motion as Gr}from"framer-motion";var Ur=Gr(qr),ue=Ur;ue.displayName="Dropdown";var rt=ue;function lo(e){let{crumbs:o,size:r,startCrumbCount:n=1,endCrumbCount:i=3,slots:{link:a,...t}={link:jr},slotProps:{link:l,...s}={link:{color:"neutral"}},collapsed:d=!0,...m}=e,c=u=>u.type==="link"&&a?O.createElement(a,{to:u.linkHref,href:u.linkHref,...l},u.label):O.createElement(L,null,u.label);if(!d)return O.createElement(nt,{size:r,slots:t,slotProps:s,...m},o.map(u=>O.createElement(c,{...u})));let b=Math.max(1,i),f=o.slice(0,n).map(u=>O.createElement(c,{...u})),y=(n+b>o.length?o.slice(n):o.slice(-b)).map(u=>O.createElement(c,{...u})),p=o.slice(n,-b).map(u=>O.createElement(ce,null,O.createElement(c,{...u})));return O.createElement(nt,{size:r,slots:t,slotProps:s,...m},f,p.length&&O.createElement(rt,null,O.createElement(pe,{size:r,variant:"plain"},"..."),O.createElement(tt,{size:r},p)),y)}lo.displayName="Breadcrumbs";import _r,{forwardRef as Zr}from"react";import{Button as Xr}from"@mui/joy";import{motion as Qr}from"framer-motion";var Rr=Qr(Xr),ge=Zr((e,o)=>_r.createElement(Rr,{ref:o,...e}));ge.displayName="Button";var T=ge;import C,{Fragment as he,forwardRef as sn,useMemo as ct}from"react";import{styled as J}from"@mui/joy";import mn from"@mui/icons-material/esm/ChevronLeft.js";import dn from"@mui/icons-material/esm/ChevronRight.js";import{AnimatePresence as ut,motion as pn}from"framer-motion";var at=e=>{let o=[],r=new Date(e.getFullYear(),e.getMonth(),1),n=new Date(e.getFullYear(),e.getMonth()+1,0),i=Math.ceil((r.getDay()+1)/7),a=Math.ceil((n.getDate()+r.getDay())/7),t=1;for(let l=1;l<=a;l++){let s=[];for(let d=1;d<=7;d++)l===i&&d<r.getDay()+1||t>n.getDate()?s.push(void 0):(s.push(t),t++);o.push(s)}return o},it=(e,o)=>e.toLocaleString(o,{year:"numeric"}),so=(e,o)=>e.toLocaleString(o,{year:"numeric",month:"long"}),lt=(e,o)=>new Date(0,e).toLocaleString(o,{month:"short"}),st=e=>{let o=new Date().getDay(),r=new Date;return r.setDate(r.getDate()-o),Array.from({length:7}).map(()=>{let n=r.toLocaleString(e,{weekday:"short"});return r.setDate(r.getDate()+1),n})},mt=e=>{let o=new Date,r=new Date(e);return r.setHours(0,0,0,0),o.setHours(0,0,0,0),r.getTime()===o.getTime()},mo=(e,o)=>{let r=new Date(e),n=new Date(o);return r.setHours(0,0,0,0),n.setHours(0,0,0,0),r.getTime()===n.getTime()},q=(e,o,r)=>{let n=new Date(r);n.setHours(0,0,0,0);let i=new Date(Math.min(e.getTime(),o.getTime())),a=new Date(Math.max(e.getTime(),o.getTime()));return n>=i&&n<=a},Ye=(e,o)=>e.getFullYear()===o.getFullYear()&&e.getMonth()===o.getMonth();import Kr from"react";import{IconButton as en}from"@mui/joy";import{motion as on}from"framer-motion";var tn=on(en),fe=e=>Kr.createElement(tn,{...e});fe.displayName="IconButton";var E=fe;import{useCallback as rn,useMemo as nn,useState as $e}from"react";import{useThemeProps as an}from"@mui/joy";var ln=(e,o)=>o.includes(e)?e:o[0],dt=e=>{let[o,r]=$e(()=>ln(e.view||"day",e.views||["day","month"])),[n,i]=$e(e.defaultValue),[a,t]=$e(()=>{let p=new Date;return p.setDate(1),p.setHours(0,0,0,0),e.value?.[0]||e.defaultValue?.[0]||p}),[[l,s],d]=$e([0,0]),m=e.view??o,c=p=>{d([l+p,p])},b=rn(p=>{t(p),m==="month"?a.getFullYear()!==p.getFullYear()&&c(p>a?1:-1):c(p>a?1:-1),e.onMonthChange?.(p)},[e.onMonthChange,a,m]),f=an({props:{locale:"default",views:["day","month"],view:m,value:e.value??n,...e,onChange:e.value?e.onChange:p=>{i(p),e.onChange?.(p)},onMonthChange:b,onViewChange:()=>{let p=m==="month"?"day":"month";!(!e.views||e.views.includes(p))||e.view===p||(e.onViewChange?e.onViewChange(p):r(p))}},name:"Calendar"}),y=nn(()=>({...f,viewMonth:a,direction:s}),[f,a,s]);return[f,y]};import{useCallback as K,useState as pt}from"react";var We=e=>{let[o,r]=pt(null),[n,i]=pt(null);return{calendarTitle:e.view==="month"?it(e.viewMonth,e.locale||"default"):so(e.viewMonth,e.locale||"default"),onPrev:K(()=>{if(e.view==="day"){let a=new Date(e.viewMonth||new Date);a.setMonth(a.getMonth()-1),e.onMonthChange?.(a)}else if(e.view==="month"){let a=new Date(e.viewMonth||new Date);a.setFullYear(a.getFullYear()-1),e.onMonthChange?.(a)}},[e.onMonthChange,e.viewMonth,e.view]),onNext:K(()=>{if(e.view==="day"){let a=new Date(e.viewMonth||new Date);a.setMonth(a.getMonth()+1),e.onMonthChange?.(a)}else if(e.view==="month"){let a=new Date(e.viewMonth||new Date);a.setFullYear(a.getFullYear()+1),e.onMonthChange?.(a)}},[e.onMonthChange,e.viewMonth,e.view]),getDayCellProps:K(a=>{let t=new Date(e.viewMonth||new Date);t.setHours(0,0,0,0),t.setDate(a);let l=e.rangeSelection&&e.value&&e.value[0]&&(o&&q(e.value[0],o,t)||e.value[1]&&q(e.value[0],e.value[1],t));return{"aria-label":t.toLocaleDateString(),"aria-current":l?"date":void 0}},[e.rangeSelection,e.value,e.viewMonth,o]),getMonthCellProps:K(a=>{let t=new Date(e.viewMonth||new Date);t.setDate(1),t.setHours(0,0,0,0),t.setMonth(a);let s=!e.views?.find(d=>d==="day")&&e.rangeSelection&&e.value&&e.value[0]&&(n&&q(e.value[0],n,t)||e.value[1]&&q(e.value[0],e.value[1],t));return{"aria-label":t.toLocaleDateString(),"aria-current":s?"date":void 0}},[e.rangeSelection,e.value,e.viewMonth,n]),getPickerDayProps:K(a=>{let t=new Date(e.viewMonth||new Date);t.setHours(0,0,0,0),t.setDate(a);let l=!!e.value&&(mo(t,e.value[0])||e.value[1]&&mo(t,e.value[1])),s=e.rangeSelection&&e.value&&e.value[0]&&(o&&q(e.value[0],o,t)||e.value[1]&&q(e.value[0],e.value[1],t)),d=()=>{e.rangeSelection?e.value?e.value[0]&&!e.value[1]?e.onChange?.([new Date(Math.min(e.value[0].getTime(),t.getTime())),new Date(Math.max(e.value[0].getTime(),t.getTime()))]):e.onChange?.([t,void 0]):e.onChange?.([t,void 0]):e.onChange?.([t,void 0]),r(null)};return{isToday:mt(t),isSelected:l,onClick:d,onMouseEnter:e.rangeSelection&&e.value?.[0]&&!e.value?.[1]?()=>r(t):void 0,disabled:e.minDate&&t<e.minDate||e.maxDate&&t>e.maxDate||e.disableFuture&&t>new Date||e.disablePast&&t<(()=>{let m=new Date;return m.setHours(0,0,0,0),m})(),tabIndex:-1,"aria-label":t.toLocaleDateString(),"aria-selected":l?"true":void 0,"aria-current":s?"date":void 0}},[e.onChange,e.value,e.viewMonth,e.rangeSelection,e.minDate,e.maxDate,e.disableFuture,e.disablePast,o]),getPickerMonthProps:K(a=>{let t=new Date(e.viewMonth||new Date);t.setDate(1),t.setHours(0,0,0,0),t.setMonth(a);let l=!e.views?.find(c=>c==="day")&&e.rangeSelection,s=!!e.value&&(Ye(t,e.value[0])||e.value[1]&&Ye(t,e.value[1])),d=l&&e.value&&e.value[0]&&(n&&q(e.value[0],n,t)||e.value[1]&&q(e.value[0],e.value[1],t)),m=()=>{l?e.value?e.value[0]&&!e.value[1]?e.onChange?.([new Date(Math.min(e.value[0].getTime(),t.getTime())),new Date(Math.max(e.value[0].getTime(),t.getTime()))]):e.onChange?.([t,void 0]):e.onChange?.([t,void 0]):(e.onViewChange?.("day"),e.onMonthChange?.(t)),i(null)};return{isSelected:s,onMouseEnter:l&&e.value?.[0]&&!e.value?.[1]?()=>i(t):void 0,disabled:e.minDate&&(()=>{let c=new Date(t);return c.setMonth(c.getMonth()+1),c.setDate(0),c<e.minDate})()||e.maxDate&&(()=>{let c=new Date(t);return c.setDate(0),c>e.maxDate})()||e.disableFuture&&t>new Date||e.disablePast&&t<new Date&&!Ye(t,new Date),onClick:m,tabIndex:-1,"aria-label":so(t,e.locale||"default"),"aria-selected":s?"true":void 0,"aria-current":d?"date":void 0}},[e.onMonthChange,e.onViewChange,e.onChange,e.viewMonth,e.locale,e.value,e.minDate,e.maxDate,e.disableFuture,e.disablePast,n])}};var cn=J("div",{name:"Calendar",slot:"root"})({maxWidth:"264px"}),un=J("div",{name:"Calendar",slot:"calendarHeader"})(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",padding:e.spacing(1)})),gt=J("div",{name:"Calendar",slot:"viewContainer"})(({theme:e,calendarType:o})=>({paddingLeft:e.spacing(1),paddingRight:e.spacing(1),position:"relative",overflow:"hidden",minHeight:o==="datePicker"?"250px":"unset"})),ft=J(pn.table,{name:"Calendar",slot:"viewTable"})(({theme:e})=>({borderSpacing:0,"& td, & th":{padding:0},"& th":{paddingTop:e.spacing(1),paddingBottom:e.spacing(1)}})),gn=J("thead",{name:"Calendar",slot:"weekHeaderContainer"})({}),fn=J("tbody",{name:"Calendar",slot:"dayPickerContainer"})({}),hn=J(T,{name:"Calendar",slot:"switchViewButton"})(({ownerState:e})=>[e.view==="month"&&{pointerEvents:"none"}]),Cn=J("td",{name:"Calendar",slot:"dayCell"})(({theme:e})=>({"&[aria-current=date]":{position:"relative","& button[aria-current=date]:not([aria-selected=true]):not(:hover):not(:active)":{backgroundColor:`rgb(${e.palette.primary.lightChannel})`},'& + td[aria-hidden] + td[aria-current="date"]::before':{content:'""',position:"absolute",top:0,left:"-10px",bottom:0,width:"16px",backgroundColor:`rgb(${e.palette.primary.lightChannel})`,zIndex:-1}}})),bn=J("td",{name:"Calendar",slot:"monthCell"})(({theme:e})=>({"&[aria-current=date]":{position:"relative","& button[aria-current=date]:not([aria-selected=true]):not(:hover):not(:active)":{backgroundColor:`rgb(${e.palette.primary.lightChannel})`},'& + td[aria-hidden] + td[aria-current="date"]::before':{content:'""',position:"absolute",top:0,left:"-10px",bottom:0,width:"16px",backgroundColor:`rgb(${e.palette.primary.lightChannel})`,zIndex:-1}}})),yn=J(T,{name:"Calendar",slot:"month"})(({theme:e,isSelected:o,disabled:r})=>[{width:"59px",textAlign:"center","&:hover":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softHoverBg},"&:active":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softActiveBg}},o&&{backgroundColor:e.palette.primary.solidBg,color:e.palette.primary.solidColor,"&:hover":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidHoverBg},"&:active":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidActiveBg}},r&&{color:e.palette.neutral.solidDisabledColor,backgroundColor:e.palette.neutral.solidDisabledBg}]),xn=J(T,{name:"Calendar",slot:"day"})(({theme:e,isToday:o,isSelected:r,disabled:n})=>[{width:"32px",height:"32px",textAlign:"center","&:hover":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softHoverBg},"&:active":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softActiveBg}},o&&!r&&{"&:not([aria-current=date]):not(:hover)":{border:`1px solid ${e.palette.neutral.outlinedBorder}`}},r&&{backgroundColor:e.palette.primary.solidBg,color:e.palette.primary.solidColor,"&:hover":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidHoverBg},"&:active":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidActiveBg}},n&&{color:e.palette.neutral.solidDisabledColor,backgroundColor:e.palette.neutral.solidDisabledBg}]),ht={enter:e=>({x:e>0?300:-300,opacity:0}),center:{position:"relative",zIndex:1,x:0,opacity:1},exit:e=>({position:"absolute",zIndex:0,x:e<0?300:-300,opacity:0})},qe=1e4,Ct=(e,o)=>Math.abs(e)*o,vn=e=>{let{ownerState:o}=e,{getPickerDayProps:r,getDayCellProps:n}=We(o),i=ct(()=>at(o.viewMonth),[o.viewMonth]),a=ct(()=>st(o.locale||"default"),[o.locale]);return C.createElement(gt,{calendarType:"datePicker"},C.createElement(ut,{initial:!1,custom:o.direction},C.createElement(ft,{key:`${o.viewMonth.toString()}_${o.direction}`,custom:o.direction,variants:ht,initial:"enter",animate:"center",exit:"exit",transition:{x:{type:"spring",stiffness:300,damping:30},opacity:{duration:.2}},drag:"x",dragConstraints:{left:0,right:0},dragElastic:1,onDragEnd:(t,{offset:l,velocity:s})=>{let d=Ct(l.x,s.x);if(d<-qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()+1),o.onMonthChange?.(m)}else if(d>qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()-1),o.onMonthChange?.(m)}}},C.createElement(gn,null,C.createElement("tr",null,a.map((t,l)=>C.createElement(C.Fragment,null,C.createElement("th",null,C.createElement(L,{level:"body-xs",textAlign:"center"},t)),l<6&&C.createElement("th",{style:{width:4},"aria-hidden":"true","aria-description":"cell-gap"}))))),C.createElement(fn,null,i.map((t,l)=>C.createElement(he,{key:`${o.viewMonth}_${l}`},C.createElement("tr",null,t.map((s,d)=>s?C.createElement(he,{key:d},C.createElement(Cn,{...n(s)},C.createElement(xn,{size:"sm",variant:"plain",color:"neutral",...r(s)},s)),d<6&&C.createElement("td",{"aria-hidden":"true","aria-description":"cell-gap"})):C.createElement(he,{key:d},C.createElement("td",null),d<6&&C.createElement("td",{"aria-hidden":"true","aria-description":"cell-gap"})))),l<i.length-1&&C.createElement("tr",{"aria-hidden":"true","aria-description":"row-gap"},C.createElement("td",{colSpan:13,style:{height:4}}))))))))},Dn=e=>{let{ownerState:o}=e,{getPickerMonthProps:r,getMonthCellProps:n}=We(o),i=Array.from({length:12},(t,l)=>l).reduce((t,l)=>(t[t.length-1].length===4&&t.push([]),t[t.length-1].push(l),t),[[]]),a=!o.views?.find(t=>t==="day")&&o.rangeSelection;return C.createElement(gt,{calendarType:a?"monthPicker":"datePicker"},C.createElement(ut,{initial:!1,custom:o.direction},C.createElement(ft,{key:`${o.viewMonth.getFullYear()}_${o.direction}`,custom:o.direction,variants:ht,initial:"enter",animate:"center",exit:"exit",transition:{x:{type:"spring",stiffness:300,damping:30},opacity:{duration:.2}},drag:"x",dragConstraints:{left:0,right:0},dragElastic:1,onDragEnd:(t,{offset:l,velocity:s})=>{let d=Ct(l.x,s.x);if(d<-qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()+1),o.onMonthChange?.(m)}else if(d>qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()-1),o.onMonthChange?.(m)}}},C.createElement("tbody",null,i.map((t,l)=>C.createElement(he,{key:l},C.createElement("tr",null,t.map((s,d)=>C.createElement(he,{key:s},C.createElement(bn,{...n(s)},C.createElement(yn,{size:"sm",variant:"plain",color:"neutral",...r(s)},lt(s,o.locale))),d<3&&C.createElement("td",{style:{width:4},"aria-hidden":"true","aria-description":"cell-gap"})))),l<i.length-1&&C.createElement("tr",{"aria-hidden":"true","aria-description":"row-gap"},C.createElement("td",{colSpan:7,style:{height:4}}))))))))},Ce=sn((e,o)=>{let[r,n]=dt(e),{value:i,defaultValue:a,onChange:t,locale:l,onViewChange:s,onMonthChange:d,view:m,views:c,rangeSelection:b,...f}=r,{calendarTitle:y,onPrev:p,onNext:u}=We(n);return C.createElement(cn,{ref:o,...f},C.createElement(un,null,C.createElement(E,{size:"sm",onClick:p},C.createElement(mn,null)),C.createElement(hn,{ownerState:n,variant:"plain",color:"neutral",onClick:s},y),C.createElement(E,{size:"sm",onClick:u},C.createElement(dn,null))),m==="day"&&C.createElement(vn,{ownerState:n}),m==="month"&&C.createElement(Dn,{ownerState:n}))});Ce.displayName="Calendar";var ee=Ce;import{Card as Mn,CardContent as kn,CardCover as Tn,CardActions as Pn,CardOverflow as wn}from"@mui/joy";import{motion as be}from"framer-motion";var Fn=be(Mn),ye=Fn;ye.displayName="Card";var An=be(kn),po=An;po.displayName="CardContent";var In=be(Tn),co=In;co.displayName="CardCover";var Bn=be(Pn),uo=Bn;uo.displayName="CardActions";var Nn=be(wn),go=Nn;go.displayName="CardOverflow";import Ln from"react";import{Checkbox as Sn}from"@mui/joy";import{motion as Hn}from"framer-motion";var zn=Hn(Sn),xe=e=>Ln.createElement(zn,{...e});xe.displayName="Checkbox";var ve=xe;import{styled as En}from"@mui/joy";import On,{forwardRef as Vn}from"react";var Jn=En("div",{name:"Container",slot:"root",shouldForwardProp:e=>e!=="maxWidth"})(({theme:e,maxWidth:o="lg"})=>({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",display:"block",paddingLeft:e.spacing(2),paddingRight:e.spacing(2),...o==="sm"&&{[e.breakpoints.up("xs")]:{maxWidth:e.breakpoints.values.sm}},...o==="md"&&{[e.breakpoints.up("sm")]:{maxWidth:e.breakpoints.values.md}},...o==="lg"&&{[e.breakpoints.up("md")]:{maxWidth:e.breakpoints.values.lg}},...o==="xl"&&{[e.breakpoints.up("lg")]:{maxWidth:e.breakpoints.values.xl}}})),fo=Vn(function(o,r){return On.createElement(Jn,{ref:r,...o})});fo.displayName="Container";import G,{useCallback as qn,useState as xt}from"react";import{IntlMessageFormat as Gn}from"intl-messageformat";import{NumericFormat as Un}from"react-number-format";import jn from"@mui/icons-material/esm/InfoOutlined.js";import De from"react";import{Input as Yn}from"@mui/joy";import{motion as $n}from"framer-motion";var bt=$n(Yn),Me=e=>{let{label:o,helperText:r,error:n,style:i,size:a,color:t,disabled:l,required:s,...d}=e;return o?De.createElement(F,{required:s,color:t,size:a,error:n,disabled:l},De.createElement(S,null,o),De.createElement(bt,{...d}),r&&De.createElement(w,null,r)):De.createElement(bt,{required:s,color:t,size:a,disabled:l,...d})};Me.displayName="Input";var U=Me;import Wn from"intl-messageformat";var yt=(e="usd")=>{let[o,r,n]=new Wn(`{amount, number, ::currency/${e} unit-width-narrow}`).format({amount:1e3}).toString().replace(/\d/g,"").split("");return{symbol:`${o} `,thousandSeparator:r,decimalSeparator:n,placeholder:n?`${o} 0${n}00`:`${o} 0`,fixedDecimalScale:!!n}};var _n=G.forwardRef(function(o,r){let{onChange:n,...i}=o;return G.createElement(Un,{...i,onValueChange:({floatValue:a})=>{n?.({target:{name:o.name,value:a?.toString()}})},valueIsNumericString:!0,getInputRef:r,decimalScale:2})}),vt=G.forwardRef(function(o,r){let{currency:n="usd",max:i=1e5,name:a,onChange:t,label:l,error:s,helperText:d,required:m,disabled:c,...b}=o,{symbol:f,thousandSeparator:y,decimalSeparator:p,placeholder:u,fixedDecimalScale:k}=yt(n),[v,D]=xt(o.value),[h,x]=xt(!!i&&!!o.value&&o.value>i),H=qn($=>{let X=Number($.target.value);D(X),t?.({...$,target:{name:a,value:X}}),i&&X>i?x(!0):x(!1)},[]),M=G.createElement(U,{...b,size:"sm",ref:r,value:v,placeholder:u,onChange:H,disabled:c,required:m,slotProps:{input:{component:_n,decimalSeparator:p,thousandSeparator:y,prefix:f,fixedDecimalScale:k}},sx:{fontFamily:"monospace"}});return l?G.createElement(F,{size:"sm",disabled:c,required:m,error:s||h},G.createElement(S,null,l),M,h?G.createElement(w,null,G.createElement(jn,null),new Gn(`limit: {amount, number, ::currency/${n} unit-width-narrow}`).format({amount:i})):d&&G.createElement(w,null,d)):M});import g,{useCallback as oe,useEffect as bo,useMemo as te,useRef as Kn,useState as ea}from"react";import{styled as oa,LinearProgress as ta}from"@mui/joy";import ra from"@mui/icons-material/esm/ChevronLeft.js";import na from"@mui/icons-material/esm/ChevronRight.js";import{Sheet as Zn}from"@mui/joy";import{motion as Xn}from"framer-motion";var Qn=Xn(Zn),ke=Qn;ke.displayName="Sheet";var j=ke;import Y from"react";import{Table as Rn}from"@mui/joy";var Te=e=>{let{children:o,...r}=e;return Y.createElement(Rn,{...r},o)};Te.displayName="Table";function ho(e){let{headCells:o,showCheckbox:r,onCheckboxChange:n,slots:{checkbox:i=ve}={},slotProps:{checkbox:a={}}={}}=e;return Y.createElement("thead",null,Y.createElement("tr",null,r&&Y.createElement("th",{style:{width:"40px",textAlign:"center"}},Y.createElement(i,{onChange:n,...a})),o.map(t=>Y.createElement("th",{key:t.label,style:{width:t.width,minWidth:t.minWidth,maxWidth:t.maxWidth,textAlign:t.numeric?"right":"left"}},t.label))))}ho.displayName="TableHead";function Co(e){let{rows:o,cellOrder:r,rowOptions:n,showCheckbox:i,onCheckboxChange:a,slots:{checkbox:t=ve}={},slotProps:{checkbox:l={}}={}}=e;return Y.createElement("tbody",null,o.map((s,d)=>Y.createElement("tr",{key:d},i&&Y.createElement("td",{style:{textAlign:"center"}},Y.createElement(t,{onChange:m=>a?.(m,d),...l})),r.map(m=>Y.createElement("td",{key:m,style:{textAlign:n?.[m]?.numeric?"right":"left"}},s[m])))))}Co.displayName="TableBody";var Dt=oa("tr",{name:"DataTable",slot:"overlayWrapper"})({position:"sticky",top:"calc(var(--unstable_TableCell-height, 32px))",left:0,right:0,zIndex:1,"& > td":{height:0,padding:0,border:"none !important"}}),Ge=e=>"Intl"in window?new Intl.NumberFormat().format(e):e;function aa(e){let{paginationModel:{page:o,pageSize:r},rowCount:n,onPageChange:i}=e,a=1,t=Math.ceil(n/r),l=[o-2,o-1].filter(c=>c>1),s=[o+1,o+2].filter(c=>c<=t-1),d=t>1&&o<t-3,m=t>1&&o>4;return g.createElement(z,{direction:"row",spacing:1,sx:{pt:1,pb:1},justifyContent:"end",alignItems:"center"},g.createElement(z,{direction:"row",spacing:.5,alignItems:"center"},g.createElement(E,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o-1),disabled:o===a,"aria-label":"Previous page"},g.createElement(ra,null)),o!==a&&g.createElement(T,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(a)},a),m&&g.createElement(T,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o-3)},"..."),l.map(c=>g.createElement(T,{key:c,size:"sm",variant:"plain",color:"neutral",onClick:()=>i(c)},c)),g.createElement(T,{variant:"soft",size:"sm"},o),s.map(c=>g.createElement(T,{key:c,size:"sm",variant:"plain",color:"neutral",onClick:()=>i(c)},c)),d&&g.createElement(T,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o+3)},"..."),o!==t&&g.createElement(T,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(t)},t),g.createElement(E,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o+1),disabled:o===t,"aria-label":"Next page"},g.createElement(na,null))))}var ia=e=>g.createElement(Je,{sx:{position:"absolute",top:0,right:0,bottom:0,width:"4px",cursor:"col-resize"},onMouseDown:o=>{let r=o.clientX,n=e.current?.getBoundingClientRect().width,i=t=>{n&&r&&(e.current.style.width=`${n+(t.clientX-r)}px`)},a=()=>{document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",a)};document.addEventListener("mousemove",i),document.addEventListener("mouseup",a)}}),la=e=>{let o=Kn(null),r={width:e.width,minWidth:e.minWidth??"50px",maxWidth:e.maxWidth,textAlign:e.type==="number"?"end":"start",position:e.stickyHeader?void 0:"relative"},n=e.resizable??!0?ia(o):null;return g.createElement("th",{ref:o,key:e.field,style:r},e.headerName??e.field,n)};function sa({rows:e,columns:o,rowCount:r,paginationMode:n,paginationModel:i,onPaginationModelChange:a,selectionModel:t=[],onSelectionModelChange:l,getId:s,isTotalSelected:d}){let[m,c]=ea(i?.page||1),b=i?.pageSize||20,f=oe((h,x)=>s?.(h)??h?.id??`${(x||0)+(m-1)*b}`,[s??m,b]),y=te(()=>new Set(t),[t]),p=te(()=>n==="server"?e:e.slice((m-1)*b,(m-1)*b+b),[e,m,b,n]),u=te(()=>p.length>0&&p.every((h,x)=>y.has(f(h,x))),[p,y,m,b,f]),k=r||e.length,v=te(()=>d??(k>0&&t.length===k),[d,t,k]),D=oe(h=>{c(h),a?.({page:h,pageSize:b})},[a]);return bo(()=>{D(1)},[k]),bo(()=>{m>Math.ceil(k/b)&&D(Math.ceil(k/b))},[k,b]),bo(()=>{l?.([])},[m]),{rowCount:k,page:m,pageSize:b,onPaginationModelChange:D,getId:f,HeadCell:la,dataInPage:p,isAllSelected:u,isTotalSelected:v,isSelectedRow:oe(h=>y.has(h),[y]),onAllCheckboxChange:oe(()=>{l?.(u?[]:p.map(f))},[u,p,l]),onCheckboxChange:oe((h,x)=>{if(y.has(x)){let H=t.filter(M=>M!==x);l?.(H)}else{let H=[...t,x];l?.(H)}},[t,l]),columns:te(()=>o||Object.keys(e[0]||{}).map(h=>({field:h})),[e,o]),onTotalSelect:oe(()=>{l?.(v?[]:e.map(f),!v)},[v,e,l])}}function yo(e){let{rows:o,checkboxSelection:r,selectionModel:n,onSelectionModelChange:i,rowCount:a,columns:t,onPaginationModelChange:l,paginationMode:s,paginationModel:d,loading:m,slots:{checkbox:c=ve,toolbar:b,footer:f,loadingOverlay:y=()=>g.createElement(ta,{value:8,variant:"plain"})}={},slotProps:{checkbox:p={},toolbar:u,background:k={}}={},...v}=e,{columns:D,isAllSelected:h,isSelectedRow:x,onAllCheckboxChange:H,onCheckboxChange:M,getId:$,rowCount:X,page:Xo,pageSize:Qo,onPaginationModelChange:Wt,dataInPage:qt,isTotalSelected:Ro,onTotalSelect:Ko,HeadCell:Gt}=sa(e);return g.createElement(Je,null,g.createElement(z,{direction:"row",sx:{pt:1,pb:1},justifyContent:"space-between",alignItems:"center"},!!r&&g.createElement(z,{direction:"row",spacing:1},!h&&g.createElement(L,{level:"body-xs"},Ge(n?.length||0)," items selected"),h&&!Ro&&g.createElement(z,{direction:"row",spacing:1,alignItems:"center"},g.createElement(L,{level:"body-xs"},"All ",Ge(n?.length||0)," items on this page are selected."),g.createElement(T,{size:"sm",variant:"plain",onClick:Ko},"Select all ",Ge(X??o.length)," items")),Ro&&g.createElement(z,{direction:"row",spacing:1,alignItems:"center"},g.createElement(L,{level:"body-xs"},"All ",Ge(X??o.length)," items are selected."),g.createElement(T,{size:"sm",variant:"plain",color:"danger",onClick:Ko},"Cancel"))),b&&g.createElement(b,{...u||{}})),g.createElement(j,{variant:"outlined",sx:{overflow:"auto",width:"100%",boxShadow:"sm",borderRadius:"sm"},...k},g.createElement(Te,{...v},g.createElement("thead",null,g.createElement("tr",null,r&&g.createElement("th",{style:{width:"40px",textAlign:"center"}},g.createElement(c,{onChange:H,checked:h,indeterminate:(n||[]).length>0&&!h,...p})),D.map(Q=>g.createElement(Gt,{key:Q.field,stickyHeader:e.stickyHeader,...Q})))),g.createElement("tbody",null,g.createElement(Dt,null,!!m&&g.createElement("td",null,g.createElement(Je,{sx:{position:"absolute",top:0,left:0,right:0}},g.createElement(y,null)))),g.createElement(Dt,null),qt.map((Q,Ut)=>{let R=$(Q,Ut);return g.createElement("tr",{key:R,role:r?"checkbox":void 0,tabIndex:r?-1:void 0,onClick:r?W=>M(W,R):void 0,"aria-checked":r?x(R):void 0},r&&g.createElement("th",{scope:"row",style:{textAlign:"center"}},g.createElement(c,{onChange:W=>M(W,R),checked:x(R),...p})),D.map(W=>g.createElement("td",{key:W.field,style:{textAlign:W.type==="number"?"end":"start"}},W.renderCell?.({row:Q,value:Q[W.field],id:R})??Q[W.field])))})),f&&g.createElement(f,null))),g.createElement(aa,{paginationModel:te(()=>({page:Xo,pageSize:Qo}),[Xo,Qo]),rowCount:X,onPageChange:Wt}))}yo.displayName="DataTable";import I,{forwardRef as ga,useCallback as Mt,useEffect as fa,useState as kt}from"react";import{IMaskInput as ha,IMask as xo}from"react-imask";import Ca from"@mui/icons-material/esm/CalendarToday.js";import{styled as Tt}from"@mui/joy";import{FocusTrap as ba,ClickAwayListener as ya,Popper as xa}from"@mui/base";import{DialogActions as ma,styled as da}from"@mui/joy";import{motion as pa}from"framer-motion";var ca=pa(ma),ua=da(ca)(({theme:e})=>({padding:e.spacing(1),gap:e.spacing(1),flexDirection:"row",justifyContent:"flex-end"})),Pe=ua;Pe.displayName="DialogActions";var _=Pe;var va=Tt(xa,{name:"DatePicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),Da=Tt(j,{name:"DatePicker",slot:"sheet",overridesResolver:(e,o)=>o.root})(({theme:e})=>({width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),Pt=e=>{let o=`${e.getDate()}`,r=`${e.getMonth()+1}`,n=e.getFullYear();return Number(o)<10&&(o="0"+o),Number(r)<10&&(r="0"+r),[n,r,o].join("/")},Ma=I.forwardRef(function(o,r){let{onChange:n,...i}=o;return I.createElement(ha,{...i,inputRef:r,onAccept:a=>n({target:{name:o.name,value:a}}),mask:Date,pattern:"Y/`m/`d",blocks:{d:{mask:xo.MaskedRange,from:1,to:31,maxLength:2},m:{mask:xo.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:xo.MaskedRange,from:1900,to:9999}},format:Pt,parse:a=>{let t=a.split("/");return new Date(Number(t[0]),Number(t[1])-1,Number(t[2]))},autofix:"pad",overwrite:!0})}),vo=ga((e,o)=>{let{onChange:r,disabled:n,label:i,error:a,helperText:t,minDate:l,maxDate:s,disableFuture:d,disablePast:m,required:c,...b}=e,[f,y]=kt(e.value||""),[p,u]=kt(null),k=!!p;fa(()=>{y(e.value||"")},[e.value]);let v=Mt(x=>{y(x.target.value),r?.(x)},[]),D=Mt(x=>{u(p?null:x.currentTarget)},[p,u]),h=I.createElement(I.Fragment,null,I.createElement(U,{...b,ref:o,size:"sm",value:f,onChange:v,placeholder:"YYYY/MM/DD",disabled:n,required:c,slotProps:{input:{component:Ma}},sx:{fontFamily:"monospace"},endDecorator:I.createElement(E,{variant:"plain",onClick:D},I.createElement(Ca,null))}),k&&I.createElement(ya,{onClickAway:()=>u(null)},I.createElement(va,{id:"date-picker-popper",open:!0,anchorEl:p,placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[4,4]}}]},I.createElement(ba,{open:!0},I.createElement(Da,{tabIndex:-1,role:"presentation"},I.createElement(ee,{value:Number.isNaN(new Date(f).getTime())?void 0:[new Date(f),void 0],onChange:([x])=>{y(Pt(x)),u(null)},minDate:l?new Date(l):void 0,maxDate:s?new Date(s):void 0,disableFuture:d,disablePast:m}),I.createElement(_,{sx:{p:1}},I.createElement(T,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{y(""),u(null)}},"Clear")))))));return i?I.createElement(F,{required:c,disabled:n,error:a,size:"sm"},I.createElement(S,null,i),h,t&&I.createElement(w,null,t)):h});vo.displayName="DatePicker";import B,{forwardRef as ka,useCallback as Do,useEffect as Ta,useMemo as Pa,useState as wt}from"react";import{IMaskInput as wa,IMask as Mo}from"react-imask";import Fa from"@mui/icons-material/esm/CalendarToday.js";import{styled as Ft}from"@mui/joy";import{FocusTrap as Aa,ClickAwayListener as Ia,Popper as Ba}from"@mui/base";var Na=Ft(Ba,{name:"DateRangePicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),La=Ft(j,{name:"DateRangePicker",slot:"sheet",overridesResolver:(e,o)=>o.root})(({theme:e})=>({zIndex:e.zIndex.tooltip,width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),At=([e,o])=>{let r=n=>{let i=`${n.getDate()}`,a=`${n.getMonth()+1}`,t=n.getFullYear();return Number(i)<10&&(i="0"+i),Number(a)<10&&(a="0"+a),[t,a,i].join("/")};return[r(e),o?r(o):""].join(" - ")},It=e=>{let o=e.split(" - ")[0]||"",r=e.split(" - ")[1]||"",n=o.split("/"),i=r.split("/");return[new Date(Number(n[0]),Number(n[1])-1,Number(n[2])),new Date(Number(i[0]),Number(i[1])-1,Number(i[2]))]},Sa=B.forwardRef(function(o,r){let{onChange:n,...i}=o;return B.createElement(wa,{...i,inputRef:r,onAccept:a=>n({target:{name:o.name,value:a}}),mask:Date,pattern:"Y/`m/`d - Y/`m/`d",blocks:{d:{mask:Mo.MaskedRange,from:1,to:31,maxLength:2},m:{mask:Mo.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:Mo.MaskedRange,from:1900,to:9999}},format:At,parse:It,autofix:"pad",overwrite:!0})}),ko=ka((e,o)=>{let{onChange:r,disabled:n,label:i,error:a,helperText:t,minDate:l,maxDate:s,disableFuture:d,disablePast:m,required:c,...b}=e,[f,y]=wt(e.value||""),[p,u]=wt(null),k=!!p,v=Pa(()=>f?It(f):void 0,[f]);Ta(()=>{y(e.value||"")},[e.value]);let D=Do(M=>{y(M.target.value),r?.(M)},[r]),h=Do(M=>{u(p?null:M.currentTarget)},[p,u]),x=Do(([M,$])=>{!M||!$||(y(At([M,$])),u(null))},[y,u]),H=B.createElement(B.Fragment,null,B.createElement(U,{...b,ref:o,size:"sm",value:f,onChange:D,disabled:n,required:c,placeholder:"YYYY/MM/DD - YYYY/MM/DD",slotProps:{input:{component:Sa}},sx:{fontFamily:"monospace"},endDecorator:B.createElement(E,{variant:"plain",onClick:h},B.createElement(Fa,null))}),k&&B.createElement(Ia,{onClickAway:()=>u(null)},B.createElement(Na,{id:"date-range-picker-popper",open:!0,anchorEl:p,placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[4,4]}}]},B.createElement(Aa,{open:!0},B.createElement(La,{tabIndex:-1,role:"presentation"},B.createElement(ee,{rangeSelection:!0,defaultValue:v,onChange:x,minDate:l?new Date(l):void 0,maxDate:s?new Date(s):void 0,disableFuture:d,disablePast:m}),B.createElement(_,{sx:{p:1}},B.createElement(T,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{y(""),u(null)}},"Clear")))))));return i?B.createElement(F,{required:c,disabled:n,error:a,size:"sm"},B.createElement(S,null,i),H,t&&B.createElement(w,null,t)):H});ko.displayName="DateRangePicker";import{DialogContent as Ha,styled as za}from"@mui/joy";import{motion as Ea}from"framer-motion";var Oa=Ea(Ha),Va=za(Oa)(({theme:e})=>({padding:e.spacing(0,3,2.5)})),we=Va;we.displayName="DialogContent";var Ue=we;import{DialogTitle as Ja,styled as Ya}from"@mui/joy";import{motion as $a}from"framer-motion";var Wa=$a(Ja),qa=Ya(Wa)(({theme:e})=>({padding:e.spacing(2,3)})),Fe=qa;Fe.displayName="DialogTitle";var je=Fe;import Ie from"react";import _e from"react";import{Modal as Ga,ModalDialog as Ua,ModalClose as ja,ModalOverflow as _a,styled as Bt}from"@mui/joy";import{motion as Ze}from"framer-motion";var Za=Ze(Ga),To=Za;To.displayName="Modal";var Xa=Ze(Ua),Nt=Bt(Xa)({padding:0}),Ae=Nt;Ae.displayName="ModalDialog";var Qa=Bt(Ze(ja))(({theme:e})=>({top:e.spacing(1.5),right:e.spacing(3)})),Xe=Qa;Xe.displayName="ModalClose";var Ra=Ze(_a),Po=Ra;Po.displayName="ModalOverflow";function wo(e){let{title:o,children:r,...n}=e;return _e.createElement(Nt,{...n},_e.createElement(Xe,null),_e.createElement(je,null,o),_e.createElement(Ue,null,r))}wo.displayName="ModalFrame";import{styled as Ka}from"@mui/joy";var ei=Ka(Ae)(({theme:e})=>({padding:0})),Fo=Ie.forwardRef((e,o)=>{let{title:r,children:n,actions:i,...a}=e;return Ie.createElement(ei,{ref:o,...a},Ie.createElement(je,null,r),Ie.createElement(Ue,null,n),Ie.createElement(_,null,i))});Fo.displayName="DialogFrame";import oi from"react";import{Divider as ti}from"@mui/joy";import{motion as ri}from"framer-motion";var ni=ri(ti),Be=e=>oi.createElement(ni,{...e});Be.displayName="Divider";import ai from"react";import{Drawer as ii}from"@mui/joy";import{motion as li}from"framer-motion";var si=li(ii),Ao=e=>{let{children:o,...r}=e;return ai.createElement(si,{...r,slotProps:{...r.slotProps,content:{...r.slotProps?.content,sx:{bgcolor:"transparent",p:{md:3,sm:0},boxShadow:"none"}}}},o)};Ao.displayName="InsetDrawer";import P,{useCallback as Qe,useEffect as mi,useRef as Lt,useState as Io}from"react";import{styled as re}from"@mui/joy";import di from"@mui/icons-material/esm/Delete.js";import{combine as pi}from"@atlaskit/pragmatic-drag-and-drop/combine";import{dropTargetForExternal as ci,monitorForExternal as ui}from"@atlaskit/pragmatic-drag-and-drop/external/adapter";import{containsFiles as St,getFiles as gi}from"@atlaskit/pragmatic-drag-and-drop/external/file";import{preventUnhandled as Ht}from"@atlaskit/pragmatic-drag-and-drop/prevent-unhandled";var fi=re("input")({width:"1px",height:"1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0 0 0 0)",clipPath:"inset(50%)",position:"absolute"}),hi=re("div",{name:"FileUpload",slot:"PreviewRoot"})(({theme:e})=>({display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(300px, auto))",gap:"8px"})),Ci=e=>{let{files:o,onDelete:r}=e;return P.createElement(hi,null,o.map(n=>P.createElement(ye,{key:n.name},P.createElement(z,{style:{aspectRatio:"4/3",height:"200px"},alignItems:"center",justifyContent:"center"},n.type.startsWith("image/")?P.createElement("img",{style:{width:"100%",height:"100%",objectFit:"cover"},src:URL.createObjectURL(n),alt:n.name}):P.createElement(L,{level:"title-md",textColor:"neutral.400"},n.type)),P.createElement(z,{direction:"row",justifyContent:"space-between",gap:"8px"},P.createElement(z,null,P.createElement(L,{level:"title-sm",textColor:"common.black"},n.name),P.createElement(L,{level:"body-sm",textColor:"neutral.600"},(n.size/1e3).toFixed(2),"KB")),P.createElement(E,{onClick:()=>r?.(n)},P.createElement(di,null))))))},bi=re(z,{name:"FileUpload",slot:"root"})(({theme:e})=>({gap:e.spacing(1)})),yi=re("label",{name:"FileUpload",slot:"label"})({}),xi=re("div",{name:"FileUpload",slot:"dropZone"})(({theme:e,state:o})=>({width:"100%",backgroundColor:o==="over"?e.palette.background.level2:e.palette.background.backdrop,display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:e.spacing(3),gap:e.spacing(2),border:o==="idle"?"2px solid rgba(0,0,0,0)":`2px dashed ${e.palette.primary[400]}`})),vi=re(T,{name:"FileUpload",slot:"button"})({}),Bo=P.memo(e=>{let{accept:o,maxCount:r,name:n,maxTotalSize:i,maxSizePerFile:a,onChange:t}=e,l=Lt(null),s=Lt(null),[d,m]=Io([]),[c,b]=Io("idle"),[f,y]=Io(),p=Qe(D=>{try{a&&D.forEach(x=>{if(x.size>a)throw new Error(`File size exceeds the limit: ${a}`)});let h=[...d,...D];if(r&&h.length>r)throw new Error(`File count exceeds the limit: ${r}`);if(i&&h.reduce((x,H)=>x+H.size,0)>i)throw new Error(`Total file size exceeds the limit: ${i}`);t?.({target:{name:n,value:h}}),y(void 0),m(h)}catch(h){y(h.message)}},[d]);mi(()=>{let D=l.current;if(!D)throw new Error("Drop zone ref is not set");return pi(ci({element:D,canDrop:St,onDragEnter:()=>b("over"),onDragLeave:()=>b("potential"),onDrop:async({source:h})=>{let x=await gi({source:h});p(x)}}),ui({canMonitor:St,onDragStart:()=>{b("potential"),Ht.start()},onDrop:()=>{b("idle"),Ht.stop()}}))});let u=Qe(D=>{let h=Array.from(D.target.files||[]);p(h)},[p]),k=Qe(D=>{m(h=>(t?.({target:{name:n,value:h.filter(x=>x!==D)}}),h.filter(x=>x!==D)))},[]),v=Qe(()=>{s.current?.click()},[]);return P.createElement(bi,null,P.createElement(F,{error:!!f},P.createElement(xi,{state:c,ref:l},P.createElement(yi,null,P.createElement(L,{level:"h3",textColor:"background.tooltip"},"Drop files"),P.createElement(fi,{type:"file",onChange:u,multiple:!0,accept:o,ref:s})),P.createElement(vi,{variant:"soft",color:"neutral",onClick:v},"Select Files"),f&&P.createElement(w,null,f))),P.createElement(Ci,{files:d,onDelete:k}))});Bo.displayName="FileUpload";import{Grid as Di}from"@mui/joy";import{motion as Mi}from"framer-motion";var ki=Mi(Di),No=ki;No.displayName="Grid";import Z from"react";import Ti from"react-markdown";import{Link as Pi}from"@mui/joy";var Lo=e=>{let{...o}=e;return Z.createElement(Ti,{...o,components:{h1:({children:r})=>Z.createElement(V,{level:"h1"},r),h2:({children:r})=>Z.createElement(V,{level:"h2"},r),h3:({children:r})=>Z.createElement(V,{level:"h3"},r),h4:({children:r})=>Z.createElement(V,{level:"h4"},r),p:({children:r})=>Z.createElement(V,null,r),a:({children:r,href:n})=>Z.createElement(Pi,{href:n},r),hr:()=>Z.createElement(Be,null),...o?.components}})};Lo.displayName="Markdown";import N,{forwardRef as wi,useCallback as So,useEffect as Fi,useMemo as Ai,useState as zt}from"react";import{IMaskInput as Ii,IMask as Et}from"react-imask";import Bi from"@mui/icons-material/esm/CalendarToday.js";import{styled as Ot}from"@mui/joy";import{FocusTrap as Ni,ClickAwayListener as Li,Popper as Si}from"@mui/base";var Hi=Ot(Si,{name:"MonthRangePicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),zi=Ot(j,{name:"MonthRangePicker",slot:"sheet",overridesResolver:(e,o)=>o.root})(({theme:e})=>({zIndex:e.zIndex.tooltip,width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),Ho=e=>{let o=`${e.getMonth()+1}`,r=e.getFullYear();return Number(o)<10&&(o="0"+o),[r,o].join("/")},zo=([e,o])=>{let r=n=>{if(!/^\d\d\d\d\/(0[1-9]|1[012])(\/(0[1-9]|[23][0-9]))?$/.test(n))return n;let i=n.split("/"),a=new Date(Number(i[0]),Number(i[1])-1);return Ho(a)};return[r(e),r(o)].join(" - ")},Eo=e=>{let o=e.split(" - ")[0]||"",r=e.split(" - ")[1]||"";return[o,r]},Ei=N.forwardRef(function(o,r){let{onChange:n,...i}=o;return N.createElement(Ii,{...i,inputRef:r,onAccept:a=>n({target:{name:o.name,value:a}}),mask:Date,pattern:"Y/m - Y/m",blocks:{m:{mask:Et.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:Et.MaskedRange,from:1900,to:9999}},format:zo,parse:Eo})}),Oo=wi((e,o)=>{let{onChange:r,disabled:n,label:i,error:a,helperText:t,minDate:l,maxDate:s,disableFuture:d,disablePast:m,required:c,...b}=e,[f,y]=zt(""),[p,u]=zt(null),k=!!p,v=Ai(()=>f?Eo(f).map(M=>new Date(M)):void 0,[f]);Fi(()=>{y(e.value?zo(Eo(e.value)):"")},[e.value]);let D=So(M=>{y(M.target.value),r?.(M)},[r]),h=So(M=>{u(p?null:M.currentTarget)},[p,u]),x=So(([M,$])=>{!M||!$||(y(zo([Ho(M),Ho($)])),u(null))},[y,u]),H=N.createElement(N.Fragment,null,N.createElement(U,{...b,ref:o,size:"sm",value:f,onChange:D,disabled:n,required:c,placeholder:"YYYY/MM - YYYY/MM",slotProps:{input:{component:Ei}},sx:{fontFamily:"monospace"},endDecorator:N.createElement(E,{variant:"plain",onClick:h},N.createElement(Bi,null))}),k&&N.createElement(Li,{onClickAway:()=>u(null)},N.createElement(Hi,{id:"date-range-picker-popper",open:!0,anchorEl:p,placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[4,4]}}]},N.createElement(Ni,{open:!0},N.createElement(zi,{tabIndex:-1,role:"presentation"},N.createElement(ee,{view:"month",views:["month"],rangeSelection:!0,defaultValue:v,onChange:x,minDate:l?new Date(l):void 0,maxDate:s?new Date(s):void 0,disableFuture:d,disablePast:m}),N.createElement(_,{sx:{p:1}},N.createElement(T,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{y(""),u(null)}},"Clear")))))));return i?N.createElement(F,{required:c,disabled:n,error:a,size:"sm"},N.createElement(S,null,i),H,t&&N.createElement(w,null,t)):H});Oo.displayName="MonthRangePicker";import{Radio as Oi,RadioGroup as Vi}from"@mui/joy";import{motion as Vt}from"framer-motion";var Ji=Vt(Oi),Ne=Ji;Ne.displayName="Radio";var Yi=Vt(Vi),Le=Yi;Le.displayName="RadioGroup";import Jt from"react";function Vo(e){let{items:o,...r}=e;return Jt.createElement(Le,{...r},o.map(n=>Jt.createElement(Ne,{key:`${n.value}`,value:n.value,label:n.label})))}Vo.displayName="RadioList";import Re from"react";import{Select as $i,Option as Wi}from"@mui/joy";import{motion as qi}from"framer-motion";var Gi=qi(Wi),Jo=Gi;Jo.displayName="Option";function Yo(e){let{label:o,helperText:r,error:n,size:i,color:a,disabled:t,required:l,onChange:s,...d}=e,c=Re.createElement($i,{...d,required:l,disabled:t,size:i,color:a,onChange:(b,f)=>{let y=b||{target:{}},p={...y,target:{name:y.target?.name||e.name,value:f||void 0}};s?.(p)}});return o?Re.createElement(F,{required:l,disabled:t,size:i,color:a,error:n},Re.createElement(S,null,o),c,r&&Re.createElement(w,null,r)):c}Yo.displayName="Select";import Yt from"react";import{Switch as Ui,styled as ji,switchClasses as _i}from"@mui/joy";import{motion as $t}from"framer-motion";var Zi=$t(Ui),Xi=ji($t.div)({"--Icon-fontSize":"calc(var(--Switch-thumbSize) * 0.75)",display:"inline-flex",justifyContent:"center",alignItems:"center",position:"absolute",left:"var(--Switch-thumbOffset)",width:"var(--Switch-thumbWidth)",height:"var(--Switch-thumbSize)",borderRadius:"var(--Switch-thumbRadius)",boxShadow:"var(--Switch-thumbShadow)",color:"var(--Switch-thumbColor)",backgroundColor:"var(--Switch-thumbBackground)",[`&.${_i.checked}`]:{left:"unset",right:"var(--Switch-thumbOffset)"}}),Qi=e=>Yt.createElement(Xi,{...e,layout:!0,transition:Ri}),Ri={type:"spring",stiffness:700,damping:30},$o=e=>Yt.createElement(Zi,{...e,slots:{thumb:Qi,...e.slots}});$o.displayName="Switch";import{Tabs as Ki,Tab as el,TabList as ol,TabPanel as tl,styled as rl,tabClasses as nl}from"@mui/joy";import{motion as Ke}from"framer-motion";var al=Ke(Ki),Wo=al;Wo.displayName="Tabs";var il=rl(Ke(el))(({theme:e})=>({[`&:not(.${nl.selected})`]:{color:e.palette.neutral[700]}})),qo=il;qo.displayName="Tab";var ll=Ke(ol),Go=ll;Go.displayName="TabList";var sl=Ke(tl),Uo=sl;Uo.displayName="TabPanel";import eo from"react";import{Textarea as ml}from"@mui/joy";import{motion as dl}from"framer-motion";var pl=dl(ml),jo=e=>{let{label:o,error:r,helperText:n,color:i,size:a,disabled:t,required:l,...s}=e,d=eo.createElement(pl,{required:l,disabled:t,color:i,size:a,...s});return o?eo.createElement(F,{required:l,disabled:t,color:i,size:a,error:r},eo.createElement(S,null,o),d,n&&eo.createElement(w,null,n)):d};jo.displayName="Textarea";import oo from"react";import{CssBaseline as cl,CssVarsProvider as ul,checkboxClasses as gl,extendTheme as fl}from"@mui/joy";var hl=fl({cssVarPrefix:"ceed",components:{JoyTable:{defaultProps:{size:"sm",borderAxis:"bothBetween"},styleOverrides:{root:({theme:e})=>({"--TableRow-stripeBackground":e.palette.background.level1,"--TableCell-selectedBackground":e.palette.background.level2,"--TableRow-hoverBackground":e.palette.background.level3,"& tbody tr[aria-checked=false] th":{"--TableCell-headBackground":"transparent"},"& tbody tr[aria-checked=true]:hover th":{"--TableCell-headBackground":"var(--TableRow-hoverBackground)"},"& tbody tr[aria-checked=true]:not(:hover) th":{"--TableCell-headBackground":"var(--TableCell-selectedBackground)"},"& tbody tr[aria-checked=true]:not(:hover) td":{"--TableCell-dataBackground":"var(--TableCell-selectedBackground)"},[`& .${gl.root}`]:{verticalAlign:"middle"}})}},JoyTooltip:{defaultProps:{size:"sm",placement:"top"}}}});function _o(e){return oo.createElement(oo.Fragment,null,oo.createElement(ul,{theme:hl},oo.createElement(cl,null),e.children))}_o.displayName="ThemeProvider";import Cl from"react";import{Tooltip as bl}from"@mui/joy";import{motion as yl}from"framer-motion";var xl=yl(bl),Zo=e=>Cl.createElement(xl,{...e});Zo.displayName="Tooltip";export{Ee as Accordion,ze as AccordionDetails,He as AccordionSummary,to as Accordions,ro as Alert,Ef as AspectRatio,no as Autocomplete,Ff as AutocompleteListbox,Af as AutocompleteOption,Lf as Avatar,Hf as AvatarGroup,Vf as Badge,me as Box,lo as Breadcrumbs,ge as Button,Ce as Calendar,ye as Card,uo as CardActions,po as CardContent,co as CardCover,go as CardOverflow,xe as Checkbox,jf as Chip,Zf as CircularProgress,fo as Container,vt as CurrencyInput,yo as DataTable,vo as DatePicker,ko as DateRangePicker,Pe as DialogActions,we as DialogContent,Fo as DialogFrame,Fe as DialogTitle,Be as Divider,Qf as Drawer,ue as Dropdown,Bo as FileUpload,ie as FormControl,se as FormHelperText,le as FormLabel,No as Grid,fe as IconButton,Me as Input,Ao as InsetDrawer,Kf as LinearProgress,fh as Link,oh as List,rh as ListDivider,ah as ListItem,lh as ListItemButton,mh as ListItemContent,ph as ListItemDecorator,uh as ListSubheader,Lo as Markdown,de as Menu,pe as MenuButton,ce as MenuItem,To as Modal,Xe as ModalClose,Ae as ModalDialog,wo as ModalFrame,Po as ModalOverflow,Oo as MonthRangePicker,Jo as Option,Ne as Radio,Le as RadioGroup,Vo as RadioList,Yo as Select,ke as Sheet,Ph as Skeleton,Ch as Slider,ae as Stack,yh as Step,vh as StepButton,Mh as StepIndicator,kh as Stepper,$o as Switch,qo as Tab,Go as TabList,Uo as TabPanel,Te as Table,Co as TableBody,ho as TableHead,Wo as Tabs,jo as Textarea,_o as ThemeProvider,Zo as Tooltip,V as Typography,kf as accordionClasses,Tf as accordionDetailsClasses,wf as accordionSummaryClasses,Pf as accordionsClasses,$g as alertClasses,Of as aspectRatioClasses,If as autocompleteClasses,Bf as autocompleteListboxClasses,Nf as autocompleteOptionClasses,Sf as avatarClasses,zf as avatarGroupClasses,Jf as badgeClasses,Wg as boxClasses,Yf as breadcrumbsClasses,qg as buttonClasses,Wf as cardActionsClasses,$f as cardClasses,qf as cardContentClasses,Gf as cardCoverClasses,Uf as cardOverflowClasses,Gg as checkboxClasses,_f as chipClasses,Xf as circularProgressClasses,yf as dialogActionsClasses,bf as dialogContentClasses,Cf as dialogTitleClasses,Ug as dividerClasses,Rf as drawerClasses,lf as formControlClasses,mf as formHelperTextClasses,sf as formLabelClasses,df as gridClasses,jg as iconButtonClasses,_g as inputClasses,eh as linearProgressClasses,hh as linkClasses,th as listClasses,nh as listDividerClasses,sh as listItemButtonClasses,ih as listItemClasses,dh as listItemContentClasses,ch as listItemDecoratorClasses,gh as listSubheaderClasses,Xg as menuButtonClasses,Zg as menuClasses,Qg as menuItemClasses,uf as modalClasses,gf as modalCloseClasses,ff as modalDialogClasses,hf as modalOverflowClasses,Rg as optionClasses,Kg as radioClasses,ef as radioGroupClasses,of as selectClasses,cf as sheetClasses,wh as skeletonClasses,bh as sliderClasses,pf as stackClasses,Dh as stepButtonClasses,xh as stepClasses,Th as stepperClasses,tf as switchClasses,Df as tabListClasses,Mf as tabPanelClasses,rf as tableClasses,vf as tabsClasses,nf as textareaClasses,xf as tooltipClasses,af as typographyClasses,Jg as useColorScheme,Vg as useTheme,Yg as useThemeProps};
|
|
1
|
+
import{useTheme as Jg,useColorScheme as Yg,useThemeProps as $g,alertClasses as Wg,boxClasses as qg,buttonClasses as Gg,checkboxClasses as Ug,dividerClasses as jg,iconButtonClasses as _g,inputClasses as Zg,menuClasses as Rg,menuButtonClasses as Xg,menuItemClasses as Qg,optionClasses as Kg,radioClasses as ef,radioGroupClasses as of,selectClasses as tf,switchClasses as rf,tableClasses as nf,textareaClasses as af,typographyClasses as lf,formControlClasses as sf,formLabelClasses as mf,formHelperTextClasses as df,gridClasses as pf,stackClasses as cf,sheetClasses as uf,modalClasses as gf,modalCloseClasses as ff,modalDialogClasses as hf,modalOverflowClasses as bf,dialogTitleClasses as Cf,dialogContentClasses as yf,dialogActionsClasses as xf,tooltipClasses as vf,tabsClasses as Df,tabListClasses as Mf,tabPanelClasses as kf,accordionClasses as Tf,accordionDetailsClasses as Pf,accordionGroupClasses as wf,accordionSummaryClasses as Ff,AutocompleteListbox as Af,AutocompleteOption as If,autocompleteClasses as Bf,autocompleteListboxClasses as Nf,autocompleteOptionClasses as Lf,Avatar as Sf,avatarClasses as Hf,AvatarGroup as zf,avatarGroupClasses as Ef,AspectRatio as Of,aspectRatioClasses as Vf,Badge as Jf,badgeClasses as Yf,breadcrumbsClasses as $f,cardClasses as Wf,cardActionsClasses as qf,cardContentClasses as Gf,cardCoverClasses as Uf,cardOverflowClasses as jf,Chip as _f,chipClasses as Zf,CircularProgress as Rf,circularProgressClasses as Xf,Drawer as Qf,drawerClasses as Kf,LinearProgress as eh,linearProgressClasses as oh,List as th,listClasses as rh,ListDivider as nh,listDividerClasses as ah,ListItem as ih,listItemClasses as lh,ListItemButton as sh,listItemButtonClasses as mh,ListItemContent as dh,listItemContentClasses as ph,ListItemDecorator as ch,listItemDecoratorClasses as uh,ListSubheader as gh,listSubheaderClasses as fh,Link as hh,linkClasses as bh,Slider as Ch,sliderClasses as yh,Step as xh,stepClasses as vh,StepButton as Dh,stepButtonClasses as Mh,StepIndicator as kh,Stepper as Th,stepperClasses as Ph,Skeleton as wh,skeletonClasses as Fh}from"@mui/joy";import ne from"react";import{AccordionGroup as Zt,Accordion as Rt,AccordionSummary as Xt,AccordionDetails as Qt}from"@mui/joy";import{motion as Se}from"framer-motion";var Kt=Se(Xt),He=Kt;He.displayName="AccordionSummary";var er=Se(Qt),ze=er;ze.displayName="AccordionDetails";var or=Se(Rt);function Ee(e){let{summary:o,details:t,variant:n,color:i,...a}=e,r=n==="solid"?"solid":void 0;return ne.createElement(or,{variant:r,color:i,...a},ne.createElement(He,{variant:r,color:i},o),ne.createElement(ze,{variant:r,color:i},t))}Ee.displayName="Accordion";var tr=Se(Zt);function ro(e){let{variant:o,color:t,items:n,...i}=e;return ne.createElement(tr,{variant:o,color:t,...i},n.map((a,r)=>ne.createElement(Ee,{key:r,summary:a.summary,details:a.details,index:r,variant:o,color:t})))}ro.displayName="Accordions";import Oe from"react";import{Alert as dr,styled as pr}from"@mui/joy";import{motion as cr}from"framer-motion";import rr from"react";import{Typography as nr}from"@mui/joy";import{motion as ar}from"framer-motion";var ir=ar(nr),J=e=>rr.createElement(ir,{...e});J.displayName="Typography";var L=J;import{Stack as lr}from"@mui/joy";import{motion as sr}from"framer-motion";var mr=sr(lr),ae=mr;ae.displayName="Stack";var H=ae;var ur=pr(cr(dr))({alignItems:"flex-start",fontWeight:"unset"});function no(e){let{title:o,content:t,actions:n,color:i="primary",...a}=e,r=e.invertedColors||e.variant==="solid";return Oe.createElement(ur,{...a,color:i,endDecorator:n,invertedColors:r},Oe.createElement(H,null,o&&Oe.createElement(L,{level:"title-sm",color:i},o),Oe.createElement(L,{level:"body-sm",color:i},t)))}no.displayName="Alert";import z,{useEffect as kr,useMemo as Ve,useRef as Tr,useState as Pr}from"react";import{Autocomplete as wr,AutocompleteOption as tt,ListSubheader as Fr,AutocompleteListbox as Ar,ListItemDecorator as ot,CircularProgress as Ir,styled as Br}from"@mui/joy";import{useVirtualizer as Nr}from"@tanstack/react-virtual";import{Popper as Lr}from"@mui/base";import{FormControl as gr,styled as fr}from"@mui/joy";import{motion as hr}from"framer-motion";var br=fr(hr(gr))({width:"100%"}),ie=br;ie.displayName="FormControl";var A=ie;import{FormLabel as Cr}from"@mui/joy";import{motion as yr}from"framer-motion";var xr=yr(Cr),le=xr;le.displayName="FormLabel";var S=le;import{FormHelperText as vr}from"@mui/joy";import{motion as Dr}from"framer-motion";var Mr=Dr(vr),se=Mr;se.displayName="FormHelperText";var w=se;var Sr=Br(Lr,{name:"Autocomplete",slot:"Popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip,width:"100%"})),Hr=z.forwardRef((e,o)=>{let{anchorEl:t,open:n,modifiers:i,children:a,ownerState:{loading:r},...l}=e,s=Tr(null),p=a[0].every(f=>f.hasOwnProperty("group")),m=r?[z.createElement(tt,null,"Loading...")]:p?a[0].flatMap(f=>[z.createElement(Fr,{key:f.key,component:"li"},f.group),...f.children]):a[0],d=Nr({count:m.length,estimateSize:()=>36,getScrollElement:()=>s.current,overscan:5}),D=d.getVirtualItems(),u=d.getTotalSize();return kr(()=>{a[0].length>0&&d.measure()},[a]),z.createElement(Sr,{ref:o,anchorEl:t,open:n,modifiers:i},z.createElement(Ar,{...l,component:"div",sx:{"& ul":{padding:0,margin:0,flexShrink:0},overflow:"auto",maxHeight:"400px",width:"100%"},ref:s},z.createElement("div",{style:{width:"100%",height:u}},D.map(({index:f})=>m[f]))))});function ao(e){let{label:o,error:t,helperText:n,color:i,size:a,disabled:r,required:l,onChange:s,...p}=e,[m,d]=Pr(e.value||e.defaultValue),D=Ve(()=>e.options.map(y=>typeof y!="object"?{value:y,label:y}:y),[e.options]),u=Ve(()=>e.loading?{value:"",label:"",startDecorator:z.createElement(Ir,{size:"sm",color:"neutral",variant:"plain",thickness:3})}:typeof m=="string"&&D.find(y=>y.value===m)||m,[m,e.options,e.loading]),f=Ve(()=>u?.startDecorator||e.startDecorator,[u]),c=Ve(()=>u?.endDecorator||e.endDecorator,[u]),F=z.createElement(wr,{...p,required:l,onChange:(y,x)=>{d(x);let v=x;s?.({...y,target:{...y.target,value:v?.value}})},color:i,value:u,options:D,size:a,disabled:r,startDecorator:f,endDecorator:c,getOptionLabel:y=>`${y.value||""}`,slots:{listbox:Hr},renderOption:(y,x)=>z.createElement(tt,{...y},x.startDecorator&&z.createElement(ot,{sx:{marginInlineEnd:"var(--Input-gap)"}},x.startDecorator),x.label,x.endDecorator&&z.createElement(ot,{sx:{marginInlineStart:"var(--Input-gap)"}},x.endDecorator)),renderGroup:y=>y});return o?z.createElement(A,{required:l,color:i,size:a,error:t,disabled:r},z.createElement(S,null,o),F,n&&z.createElement(w,null,n)):F}ao.displayName="Autocomplete";import{Box as zr}from"@mui/joy";import{motion as Er}from"framer-motion";var Or=Er(zr),me=Or;me.displayName="Box";var Je=me;import V from"react";import{Breadcrumbs as at,Link as _r}from"@mui/joy";import io from"react";import{Menu as Vr,MenuButton as Jr,MenuItem as Yr}from"@mui/joy";import{motion as lo}from"framer-motion";var $r=lo(Vr),de=e=>io.createElement($r,{...e});de.displayName="Menu";var Wr=lo(Jr),pe=e=>io.createElement(Wr,{...e});pe.displayName="MenuButton";var qr=lo(Yr),ce=e=>io.createElement(qr,{...e});ce.displayName="MenuItem";var rt=de;import{Dropdown as Gr}from"@mui/joy";import{motion as Ur}from"framer-motion";var jr=Ur(Gr),ue=jr;ue.displayName="Dropdown";var nt=ue;function so(e){let{crumbs:o,size:t,startCrumbCount:n=1,endCrumbCount:i=3,slots:{link:a,...r}={link:_r},slotProps:{link:l,...s}={link:{color:"neutral"}},collapsed:p=!0,...m}=e,d=g=>g.type==="link"&&a?V.createElement(a,{to:g.linkHref,href:g.linkHref,...l},g.label):V.createElement(L,null,g.label);if(!p)return V.createElement(at,{size:t,slots:r,slotProps:s,...m},o.map(g=>V.createElement(d,{...g})));let D=Math.max(1,i),u=o.slice(0,n).map(g=>V.createElement(d,{...g})),f=(n+D>o.length?o.slice(n):o.slice(-D)).map(g=>V.createElement(d,{...g})),c=o.slice(n,-D).map(g=>V.createElement(ce,null,V.createElement(d,{...g})));return V.createElement(at,{size:t,slots:r,slotProps:s,...m},u,c.length&&V.createElement(nt,null,V.createElement(pe,{size:t,variant:"plain"},"..."),V.createElement(rt,{size:t},c)),f)}so.displayName="Breadcrumbs";import Zr,{forwardRef as Rr}from"react";import{Button as Xr}from"@mui/joy";import{motion as Qr}from"framer-motion";var Kr=Qr(Xr),ge=Rr((e,o)=>Zr.createElement(Kr,{ref:o,...e}));ge.displayName="Button";var k=ge;import b,{Fragment as he,forwardRef as mn,useMemo as ut}from"react";import{styled as Y}from"@mui/joy";import dn from"@mui/icons-material/esm/ChevronLeft.js";import pn from"@mui/icons-material/esm/ChevronRight.js";import{AnimatePresence as gt,motion as cn}from"framer-motion";var it=e=>{let o=[],t=new Date(e.getFullYear(),e.getMonth(),1),n=new Date(e.getFullYear(),e.getMonth()+1,0),i=Math.ceil((t.getDay()+1)/7),a=Math.ceil((n.getDate()+t.getDay())/7),r=1;for(let l=1;l<=a;l++){let s=[];for(let p=1;p<=7;p++)l===i&&p<t.getDay()+1||r>n.getDate()?s.push(void 0):(s.push(r),r++);o.push(s)}return o},lt=(e,o)=>e.toLocaleString(o,{year:"numeric"}),mo=(e,o)=>e.toLocaleString(o,{year:"numeric",month:"long"}),st=(e,o)=>new Date(0,e).toLocaleString(o,{month:"short"}),mt=e=>{let o=new Date().getDay(),t=new Date;return t.setDate(t.getDate()-o),Array.from({length:7}).map(()=>{let n=t.toLocaleString(e,{weekday:"short"});return t.setDate(t.getDate()+1),n})},dt=e=>{let o=new Date,t=new Date(e);return t.setHours(0,0,0,0),o.setHours(0,0,0,0),t.getTime()===o.getTime()},po=(e,o)=>{let t=new Date(e),n=new Date(o);return t.setHours(0,0,0,0),n.setHours(0,0,0,0),t.getTime()===n.getTime()},q=(e,o,t)=>{let n=new Date(t);n.setHours(0,0,0,0);let i=new Date(Math.min(e.getTime(),o.getTime())),a=new Date(Math.max(e.getTime(),o.getTime()));return n>=i&&n<=a},Ye=(e,o)=>e.getFullYear()===o.getFullYear()&&e.getMonth()===o.getMonth();import en from"react";import{IconButton as on}from"@mui/joy";import{motion as tn}from"framer-motion";var rn=tn(on),fe=e=>en.createElement(rn,{...e});fe.displayName="IconButton";var E=fe;import{useCallback as nn,useMemo as an,useState as $e}from"react";import{useThemeProps as ln}from"@mui/joy";var sn=(e,o)=>o.includes(e)?e:o[0],pt=e=>{let[o,t]=$e(()=>sn(e.view||"day",e.views||["day","month"])),[n,i]=$e(e.defaultValue),[a,r]=$e(()=>{let c=new Date;return c.setDate(1),c.setHours(0,0,0,0),e.value?.[0]||e.defaultValue?.[0]||c}),[[l,s],p]=$e([0,0]),m=e.view??o,d=c=>{p([l+c,c])},D=nn(c=>{r(c),m==="month"?a.getFullYear()!==c.getFullYear()&&d(c>a?1:-1):d(c>a?1:-1),e.onMonthChange?.(c)},[e.onMonthChange,a,m]),u=ln({props:{locale:"default",views:["day","month"],view:m,value:e.value??n,...e,onChange:e.value?e.onChange:c=>{i(c),e.onChange?.(c)},onMonthChange:D,onViewChange:()=>{let c=m==="month"?"day":"month";!(!e.views||e.views.includes(c))||e.view===c||(e.onViewChange?e.onViewChange(c):t(c))}},name:"Calendar"}),f=an(()=>({...u,viewMonth:a,direction:s}),[u,a,s]);return[u,f]};import{useCallback as Q,useState as ct}from"react";var We=e=>{let[o,t]=ct(null),[n,i]=ct(null);return{calendarTitle:e.view==="month"?lt(e.viewMonth,e.locale||"default"):mo(e.viewMonth,e.locale||"default"),onPrev:Q(()=>{if(e.view==="day"){let a=new Date(e.viewMonth||new Date);a.setMonth(a.getMonth()-1),e.onMonthChange?.(a)}else if(e.view==="month"){let a=new Date(e.viewMonth||new Date);a.setFullYear(a.getFullYear()-1),e.onMonthChange?.(a)}},[e.onMonthChange,e.viewMonth,e.view]),onNext:Q(()=>{if(e.view==="day"){let a=new Date(e.viewMonth||new Date);a.setMonth(a.getMonth()+1),e.onMonthChange?.(a)}else if(e.view==="month"){let a=new Date(e.viewMonth||new Date);a.setFullYear(a.getFullYear()+1),e.onMonthChange?.(a)}},[e.onMonthChange,e.viewMonth,e.view]),getDayCellProps:Q(a=>{let r=new Date(e.viewMonth||new Date);r.setHours(0,0,0,0),r.setDate(a);let l=e.rangeSelection&&e.value&&e.value[0]&&(o&&q(e.value[0],o,r)||e.value[1]&&q(e.value[0],e.value[1],r));return{"aria-label":r.toLocaleDateString(),"aria-current":l?"date":void 0}},[e.rangeSelection,e.value,e.viewMonth,o]),getMonthCellProps:Q(a=>{let r=new Date(e.viewMonth||new Date);r.setDate(1),r.setHours(0,0,0,0),r.setMonth(a);let s=!e.views?.find(p=>p==="day")&&e.rangeSelection&&e.value&&e.value[0]&&(n&&q(e.value[0],n,r)||e.value[1]&&q(e.value[0],e.value[1],r));return{"aria-label":r.toLocaleDateString(),"aria-current":s?"date":void 0}},[e.rangeSelection,e.value,e.viewMonth,n]),getPickerDayProps:Q(a=>{let r=new Date(e.viewMonth||new Date);r.setHours(0,0,0,0),r.setDate(a);let l=!!e.value&&(po(r,e.value[0])||e.value[1]&&po(r,e.value[1])),s=e.rangeSelection&&e.value&&e.value[0]&&(o&&q(e.value[0],o,r)||e.value[1]&&q(e.value[0],e.value[1],r)),p=()=>{e.rangeSelection?e.value?e.value[0]&&!e.value[1]?e.onChange?.([new Date(Math.min(e.value[0].getTime(),r.getTime())),new Date(Math.max(e.value[0].getTime(),r.getTime()))]):e.onChange?.([r,void 0]):e.onChange?.([r,void 0]):e.onChange?.([r,void 0]),t(null)};return{isToday:dt(r),isSelected:l,onClick:p,onMouseEnter:e.rangeSelection&&e.value?.[0]&&!e.value?.[1]?()=>t(r):void 0,disabled:e.minDate&&r<e.minDate||e.maxDate&&r>e.maxDate||e.disableFuture&&r>new Date||e.disablePast&&r<(()=>{let m=new Date;return m.setHours(0,0,0,0),m})(),tabIndex:-1,"aria-label":r.toLocaleDateString(),"aria-selected":l?"true":void 0,"aria-current":s?"date":void 0}},[e.onChange,e.value,e.viewMonth,e.rangeSelection,e.minDate,e.maxDate,e.disableFuture,e.disablePast,o]),getPickerMonthProps:Q(a=>{let r=new Date(e.viewMonth||new Date);r.setDate(1),r.setHours(0,0,0,0),r.setMonth(a);let l=!e.views?.find(d=>d==="day")&&e.rangeSelection,s=!!e.value&&(Ye(r,e.value[0])||e.value[1]&&Ye(r,e.value[1])),p=l&&e.value&&e.value[0]&&(n&&q(e.value[0],n,r)||e.value[1]&&q(e.value[0],e.value[1],r)),m=()=>{l?e.value?e.value[0]&&!e.value[1]?e.onChange?.([new Date(Math.min(e.value[0].getTime(),r.getTime())),new Date(Math.max(e.value[0].getTime(),r.getTime()))]):e.onChange?.([r,void 0]):e.onChange?.([r,void 0]):(e.onViewChange?.("day"),e.onMonthChange?.(r)),i(null)};return{isSelected:s,onMouseEnter:l&&e.value?.[0]&&!e.value?.[1]?()=>i(r):void 0,disabled:e.minDate&&(()=>{let d=new Date(r);return d.setMonth(d.getMonth()+1),d.setDate(0),d<e.minDate})()||e.maxDate&&(()=>{let d=new Date(r);return d.setDate(0),d>e.maxDate})()||e.disableFuture&&r>new Date||e.disablePast&&r<new Date&&!Ye(r,new Date),onClick:m,tabIndex:-1,"aria-label":mo(r,e.locale||"default"),"aria-selected":s?"true":void 0,"aria-current":p?"date":void 0}},[e.onMonthChange,e.onViewChange,e.onChange,e.viewMonth,e.locale,e.value,e.minDate,e.maxDate,e.disableFuture,e.disablePast,n])}};var un=Y("div",{name:"Calendar",slot:"root"})({maxWidth:"264px"}),gn=Y("div",{name:"Calendar",slot:"calendarHeader"})(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",padding:e.spacing(1)})),ft=Y("div",{name:"Calendar",slot:"viewContainer"})(({theme:e,calendarType:o})=>({paddingLeft:e.spacing(1),paddingRight:e.spacing(1),position:"relative",overflow:"hidden",minHeight:o==="datePicker"?"250px":"unset"})),ht=Y(cn.table,{name:"Calendar",slot:"viewTable"})(({theme:e})=>({borderSpacing:0,"& td, & th":{padding:0},"& th":{paddingTop:e.spacing(1),paddingBottom:e.spacing(1)}})),fn=Y("thead",{name:"Calendar",slot:"weekHeaderContainer"})({}),hn=Y("tbody",{name:"Calendar",slot:"dayPickerContainer"})({}),bn=Y(k,{name:"Calendar",slot:"switchViewButton"})(({ownerState:e})=>[e.view==="month"&&{pointerEvents:"none"}]),Cn=Y("td",{name:"Calendar",slot:"dayCell"})(({theme:e})=>({"&[aria-current=date]":{position:"relative","& button[aria-current=date]:not([aria-selected=true]):not(:hover):not(:active)":{backgroundColor:`rgb(${e.palette.primary.lightChannel})`},'& + td[aria-hidden] + td[aria-current="date"]::before':{content:'""',position:"absolute",top:0,left:"-10px",bottom:0,width:"16px",backgroundColor:`rgb(${e.palette.primary.lightChannel})`,zIndex:-1}}})),yn=Y("td",{name:"Calendar",slot:"monthCell"})(({theme:e})=>({"&[aria-current=date]":{position:"relative","& button[aria-current=date]:not([aria-selected=true]):not(:hover):not(:active)":{backgroundColor:`rgb(${e.palette.primary.lightChannel})`},'& + td[aria-hidden] + td[aria-current="date"]::before':{content:'""',position:"absolute",top:0,left:"-10px",bottom:0,width:"16px",backgroundColor:`rgb(${e.palette.primary.lightChannel})`,zIndex:-1}}})),xn=Y(k,{name:"Calendar",slot:"month"})(({theme:e,isSelected:o,disabled:t})=>[{width:"59px",textAlign:"center","&:hover":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softHoverBg},"&:active":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softActiveBg}},o&&{backgroundColor:e.palette.primary.solidBg,color:e.palette.primary.solidColor,"&:hover":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidHoverBg},"&:active":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidActiveBg}},t&&{color:e.palette.neutral.solidDisabledColor,backgroundColor:e.palette.neutral.solidDisabledBg}]),vn=Y(k,{name:"Calendar",slot:"day"})(({theme:e,isToday:o,isSelected:t,disabled:n})=>[{width:"32px",height:"32px",textAlign:"center","&:hover":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softHoverBg},"&:active":{color:e.palette.primary.softColor,backgroundColor:e.palette.primary.softActiveBg}},o&&!t&&{"&:not([aria-current=date]):not(:hover)":{border:`1px solid ${e.palette.neutral.outlinedBorder}`}},t&&{backgroundColor:e.palette.primary.solidBg,color:e.palette.primary.solidColor,"&:hover":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidHoverBg},"&:active":{color:e.palette.primary.solidColor,backgroundColor:e.palette.primary.solidActiveBg}},n&&{color:e.palette.neutral.solidDisabledColor,backgroundColor:e.palette.neutral.solidDisabledBg}]),bt={enter:e=>({x:e>0?300:-300,opacity:0}),center:{position:"relative",zIndex:1,x:0,opacity:1},exit:e=>({position:"absolute",zIndex:0,x:e<0?300:-300,opacity:0})},qe=1e4,Ct=(e,o)=>Math.abs(e)*o,Dn=e=>{let{ownerState:o}=e,{getPickerDayProps:t,getDayCellProps:n}=We(o),i=ut(()=>it(o.viewMonth),[o.viewMonth]),a=ut(()=>mt(o.locale||"default"),[o.locale]);return b.createElement(ft,{calendarType:"datePicker"},b.createElement(gt,{initial:!1,custom:o.direction},b.createElement(ht,{key:`${o.viewMonth.toString()}_${o.direction}`,custom:o.direction,variants:bt,initial:"enter",animate:"center",exit:"exit",transition:{x:{type:"spring",stiffness:300,damping:30},opacity:{duration:.2}},drag:"x",dragConstraints:{left:0,right:0},dragElastic:1,onDragEnd:(r,{offset:l,velocity:s})=>{let p=Ct(l.x,s.x);if(p<-qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()+1),o.onMonthChange?.(m)}else if(p>qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()-1),o.onMonthChange?.(m)}}},b.createElement(fn,null,b.createElement("tr",null,a.map((r,l)=>b.createElement(b.Fragment,null,b.createElement("th",null,b.createElement(L,{level:"body-xs",textAlign:"center"},r)),l<6&&b.createElement("th",{style:{width:4},"aria-hidden":"true","aria-description":"cell-gap"}))))),b.createElement(hn,null,i.map((r,l)=>b.createElement(he,{key:`${o.viewMonth}_${l}`},b.createElement("tr",null,r.map((s,p)=>s?b.createElement(he,{key:p},b.createElement(Cn,{...n(s)},b.createElement(vn,{size:"sm",variant:"plain",color:"neutral",...t(s)},s)),p<6&&b.createElement("td",{"aria-hidden":"true","aria-description":"cell-gap"})):b.createElement(he,{key:p},b.createElement("td",null),p<6&&b.createElement("td",{"aria-hidden":"true","aria-description":"cell-gap"})))),l<i.length-1&&b.createElement("tr",{"aria-hidden":"true","aria-description":"row-gap"},b.createElement("td",{colSpan:13,style:{height:4}}))))))))},Mn=e=>{let{ownerState:o}=e,{getPickerMonthProps:t,getMonthCellProps:n}=We(o),i=Array.from({length:12},(r,l)=>l).reduce((r,l)=>(r[r.length-1].length===4&&r.push([]),r[r.length-1].push(l),r),[[]]),a=!o.views?.find(r=>r==="day")&&o.rangeSelection;return b.createElement(ft,{calendarType:a?"monthPicker":"datePicker"},b.createElement(gt,{initial:!1,custom:o.direction},b.createElement(ht,{key:`${o.viewMonth.getFullYear()}_${o.direction}`,custom:o.direction,variants:bt,initial:"enter",animate:"center",exit:"exit",transition:{x:{type:"spring",stiffness:300,damping:30},opacity:{duration:.2}},drag:"x",dragConstraints:{left:0,right:0},dragElastic:1,onDragEnd:(r,{offset:l,velocity:s})=>{let p=Ct(l.x,s.x);if(p<-qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()+1),o.onMonthChange?.(m)}else if(p>qe){let m=new Date(o.viewMonth||new Date);m.setMonth(m.getMonth()-1),o.onMonthChange?.(m)}}},b.createElement("tbody",null,i.map((r,l)=>b.createElement(he,{key:l},b.createElement("tr",null,r.map((s,p)=>b.createElement(he,{key:s},b.createElement(yn,{...n(s)},b.createElement(xn,{size:"sm",variant:"plain",color:"neutral",...t(s)},st(s,o.locale))),p<3&&b.createElement("td",{style:{width:4},"aria-hidden":"true","aria-description":"cell-gap"})))),l<i.length-1&&b.createElement("tr",{"aria-hidden":"true","aria-description":"row-gap"},b.createElement("td",{colSpan:7,style:{height:4}}))))))))},be=mn((e,o)=>{let[t,n]=pt(e),{value:i,defaultValue:a,onChange:r,locale:l,onViewChange:s,onMonthChange:p,view:m,views:d,rangeSelection:D,...u}=t,{calendarTitle:f,onPrev:c,onNext:g}=We(n);return b.createElement(un,{ref:o,...u},b.createElement(gn,null,b.createElement(E,{size:"sm",onClick:c},b.createElement(dn,null)),b.createElement(bn,{ownerState:n,variant:"plain",color:"neutral",onClick:s},f),b.createElement(E,{size:"sm",onClick:g},b.createElement(pn,null))),m==="day"&&b.createElement(Dn,{ownerState:n}),m==="month"&&b.createElement(Mn,{ownerState:n}))});be.displayName="Calendar";var K=be;import{Card as kn,CardContent as Tn,CardCover as Pn,CardActions as wn,CardOverflow as Fn}from"@mui/joy";import{motion as Ce}from"framer-motion";var An=Ce(kn),ye=An;ye.displayName="Card";var In=Ce(Tn),co=In;co.displayName="CardContent";var Bn=Ce(Pn),uo=Bn;uo.displayName="CardCover";var Nn=Ce(wn),go=Nn;go.displayName="CardActions";var Ln=Ce(Fn),fo=Ln;fo.displayName="CardOverflow";import Sn from"react";import{Checkbox as Hn}from"@mui/joy";import{motion as zn}from"framer-motion";var En=zn(Hn),xe=e=>Sn.createElement(En,{...e});xe.displayName="Checkbox";var ve=xe;import{styled as On}from"@mui/joy";import Vn,{forwardRef as Jn}from"react";var Yn=On("div",{name:"Container",slot:"root",shouldForwardProp:e=>e!=="maxWidth"})(({theme:e,maxWidth:o="lg"})=>({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",display:"block",paddingLeft:e.spacing(2),paddingRight:e.spacing(2),...o==="sm"&&{[e.breakpoints.up("xs")]:{maxWidth:e.breakpoints.values.sm}},...o==="md"&&{[e.breakpoints.up("sm")]:{maxWidth:e.breakpoints.values.md}},...o==="lg"&&{[e.breakpoints.up("md")]:{maxWidth:e.breakpoints.values.lg}},...o==="xl"&&{[e.breakpoints.up("lg")]:{maxWidth:e.breakpoints.values.xl}}})),ho=Jn(function(o,t){return Vn.createElement(Yn,{ref:t,...o})});ho.displayName="Container";import G,{useCallback as Gn,useState as vt}from"react";import{IntlMessageFormat as Un}from"intl-messageformat";import{NumericFormat as jn}from"react-number-format";import _n from"@mui/icons-material/esm/InfoOutlined.js";import De from"react";import{Input as $n}from"@mui/joy";import{motion as Wn}from"framer-motion";var yt=Wn($n),Me=e=>{let{label:o,helperText:t,error:n,style:i,size:a,color:r,disabled:l,required:s,...p}=e;return o?De.createElement(A,{required:s,color:r,size:a,error:n,disabled:l},De.createElement(S,null,o),De.createElement(yt,{...p}),t&&De.createElement(w,null,t)):De.createElement(yt,{required:s,color:r,size:a,disabled:l,...p})};Me.displayName="Input";var U=Me;import qn from"intl-messageformat";var xt=(e="usd")=>{let[o,t,n]=new qn(`{amount, number, ::currency/${e} unit-width-narrow}`).format({amount:1e3}).toString().replace(/\d/g,"").split("");return{symbol:`${o} `,thousandSeparator:t,decimalSeparator:n,placeholder:n?`${o} 0${n}00`:`${o} 0`,fixedDecimalScale:!!n}};var Zn=G.forwardRef(function(o,t){let{onChange:n,...i}=o;return G.createElement(jn,{...i,onValueChange:({floatValue:a})=>{n?.({target:{name:o.name,value:a?.toString()}})},valueIsNumericString:!0,getInputRef:t,decimalScale:2})}),Dt=G.forwardRef(function(o,t){let{currency:n="usd",max:i=1e5,name:a,onChange:r,label:l,error:s,helperText:p,required:m,disabled:d,...D}=o,{symbol:u,thousandSeparator:f,decimalSeparator:c,placeholder:g,fixedDecimalScale:F}=xt(n),[y,x]=vt(o.value),[v,C]=vt(!!i&&!!o.value&&o.value>i),P=Gn(O=>{let re=Number(O.target.value);x(re),r?.({...O,target:{name:a,value:re}}),i&&re>i?C(!0):C(!1)},[]),M=G.createElement(U,{...D,size:"sm",ref:t,value:y,placeholder:g,onChange:P,disabled:d,required:m,slotProps:{input:{component:Zn,decimalSeparator:c,thousandSeparator:f,prefix:u,fixedDecimalScale:F}},sx:{fontFamily:"monospace"}});return l?G.createElement(A,{size:"sm",disabled:d,required:m,error:s||v},G.createElement(S,null,l),M,v?G.createElement(w,null,G.createElement(_n,null),new Un(`limit: {amount, number, ::currency/${n} unit-width-narrow}`).format({amount:i})):p&&G.createElement(w,null,p)):M});import h,{useCallback as ee,useEffect as yo,useMemo as oe,useRef as ea,useState as oa}from"react";import{styled as ta,LinearProgress as ra}from"@mui/joy";import na from"@mui/icons-material/esm/ChevronLeft.js";import aa from"@mui/icons-material/esm/ChevronRight.js";import{Sheet as Rn}from"@mui/joy";import{motion as Xn}from"framer-motion";var Qn=Xn(Rn),ke=Qn;ke.displayName="Sheet";var j=ke;import $ from"react";import{Table as Kn}from"@mui/joy";var Te=e=>{let{children:o,...t}=e;return $.createElement(Kn,{...t},o)};Te.displayName="Table";function bo(e){let{headCells:o,showCheckbox:t,onCheckboxChange:n,slots:{checkbox:i=ve}={},slotProps:{checkbox:a={}}={}}=e;return $.createElement("thead",null,$.createElement("tr",null,t&&$.createElement("th",{style:{width:"40px",textAlign:"center"}},$.createElement(i,{onChange:n,...a})),o.map(r=>$.createElement("th",{key:r.label,style:{width:r.width,minWidth:r.minWidth,maxWidth:r.maxWidth,textAlign:r.numeric?"right":"left"}},r.label))))}bo.displayName="TableHead";function Co(e){let{rows:o,cellOrder:t,rowOptions:n,showCheckbox:i,onCheckboxChange:a,slots:{checkbox:r=ve}={},slotProps:{checkbox:l={}}={}}=e;return $.createElement("tbody",null,o.map((s,p)=>$.createElement("tr",{key:p},i&&$.createElement("td",{style:{textAlign:"center"}},$.createElement(r,{onChange:m=>a?.(m,p),...l})),t.map(m=>$.createElement("td",{key:m,style:{textAlign:n?.[m]?.numeric?"right":"left"}},s[m])))))}Co.displayName="TableBody";var Mt=ta("tr",{name:"DataTable",slot:"overlayWrapper"})({position:"sticky",top:"calc(var(--unstable_TableCell-height, 32px))",left:0,right:0,zIndex:1,"& > td":{height:0,padding:0,border:"none !important"}}),Ge=e=>"Intl"in window?new Intl.NumberFormat().format(e):e;function ia(e){let{paginationModel:{page:o,pageSize:t},rowCount:n,onPageChange:i}=e,a=1,r=Math.ceil(n/t),l=[o-2,o-1].filter(d=>d>1),s=[o+1,o+2].filter(d=>d<=r-1),p=r>1&&o<r-3,m=r>1&&o>4;return h.createElement(H,{direction:"row",spacing:1,sx:{pt:1,pb:1},justifyContent:"end",alignItems:"center"},h.createElement(H,{direction:"row",spacing:.5,alignItems:"center"},h.createElement(E,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o-1),disabled:o===a,"aria-label":"Previous page"},h.createElement(na,null)),o!==a&&h.createElement(k,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(a)},a),m&&h.createElement(k,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o-3)},"..."),l.map(d=>h.createElement(k,{key:d,size:"sm",variant:"plain",color:"neutral",onClick:()=>i(d)},d)),h.createElement(k,{variant:"soft",size:"sm"},o),s.map(d=>h.createElement(k,{key:d,size:"sm",variant:"plain",color:"neutral",onClick:()=>i(d)},d)),p&&h.createElement(k,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o+3)},"..."),o!==r&&h.createElement(k,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(r)},r),h.createElement(E,{size:"sm",variant:"plain",color:"neutral",onClick:()=>i(o+1),disabled:o===r,"aria-label":"Next page"},h.createElement(aa,null))))}var la=e=>h.createElement(Je,{sx:{position:"absolute",top:0,right:0,bottom:0,width:"4px",cursor:"col-resize"},onMouseDown:o=>{let t=o.clientX,n=e.current?.getBoundingClientRect().width,i=r=>{n&&t&&(e.current.style.width=`${n+(r.clientX-t)}px`)},a=()=>{document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",a)};document.addEventListener("mousemove",i),document.addEventListener("mouseup",a)}}),sa=e=>{let o=ea(null),t={width:e.width,minWidth:e.minWidth??"50px",maxWidth:e.maxWidth,textAlign:e.type==="number"?"end":"start",position:e.stickyHeader?void 0:"relative"},n=e.resizable??!0?la(o):null;return h.createElement("th",{ref:o,key:e.field,style:t},e.headerName??e.field,n)};function ma({rows:e,columns:o,rowCount:t,pagination:n,paginationMode:i,paginationModel:a,onPaginationModelChange:r,selectionModel:l=[],onSelectionModelChange:s,getId:p,isTotalSelected:m}){let[d,D]=oa(a?.page||1),u=a?.pageSize||20,f=ee((C,P)=>p?.(C)??C?.id??`${(P||0)+(d-1)*u}`,[p??d,u]),c=oe(()=>new Set(l),[l]),g=oe(()=>!n||i==="server"?e:e.slice((d-1)*u,(d-1)*u+u),[e,d,u,i,n]),F=oe(()=>g.length>0&&g.every((C,P)=>c.has(f(C,P))),[g,c,d,u,f]),y=t||e.length,x=oe(()=>m??(y>0&&l.length===y),[m,l,y]),v=ee(C=>{D(C),r?.({page:C,pageSize:u})},[r]);return yo(()=>{v(1)},[y]),yo(()=>{d>Math.ceil(y/u)&&v(Math.ceil(y/u))},[y,u]),yo(()=>{s?.([])},[d]),{rowCount:y,page:d,pageSize:u,onPaginationModelChange:v,getId:f,HeadCell:sa,dataInPage:g,isAllSelected:F,isTotalSelected:x,isSelectedRow:ee(C=>c.has(C),[c]),onAllCheckboxChange:ee(()=>{s?.(F?[]:g.map(f))},[F,g,s]),onCheckboxChange:ee((C,P)=>{if(c.has(P)){let M=l.filter(O=>O!==P);s?.(M)}else{let M=[...l,P];s?.(M)}},[l,s]),columns:oe(()=>o||Object.keys(e[0]||{}).map(C=>({field:C})),[e,o]),onTotalSelect:ee(()=>{s?.(x?[]:e.map(f),!x)},[x,e,s])}}function xo(e){let{rows:o,checkboxSelection:t,selectionModel:n,onSelectionModelChange:i,rowCount:a,columns:r,onPaginationModelChange:l,pagination:s,paginationMode:p,paginationModel:m,loading:d,slots:{checkbox:D=ve,toolbar:u,footer:f,loadingOverlay:c=()=>h.createElement(ra,{value:8,variant:"plain"})}={},slotProps:{checkbox:g={},toolbar:F,background:y={}}={},...x}=e,{columns:v,isAllSelected:C,isSelectedRow:P,onAllCheckboxChange:M,onCheckboxChange:O,getId:re,rowCount:to,page:Xo,pageSize:Qo,onPaginationModelChange:qt,dataInPage:Gt,isTotalSelected:Ko,onTotalSelect:et,HeadCell:Ut}=ma(e),jt=oe(()=>({page:Xo,pageSize:Qo}),[Xo,Qo]);return h.createElement(Je,null,h.createElement(H,{direction:"row",sx:{pt:1,pb:1},justifyContent:"space-between",alignItems:"center"},!!t&&h.createElement(H,{direction:"row",spacing:1},!C&&h.createElement(L,{level:"body-xs"},Ge(n?.length||0)," items selected"),C&&!Ko&&h.createElement(H,{direction:"row",spacing:1,alignItems:"center"},h.createElement(L,{level:"body-xs"},"All ",Ge(n?.length||0)," items on this page are selected."),h.createElement(k,{size:"sm",variant:"plain",onClick:et},"Select all ",Ge(to??o.length)," items")),Ko&&h.createElement(H,{direction:"row",spacing:1,alignItems:"center"},h.createElement(L,{level:"body-xs"},"All ",Ge(to??o.length)," items are selected."),h.createElement(k,{size:"sm",variant:"plain",color:"danger",onClick:et},"Cancel"))),u&&h.createElement(u,{...F||{}})),h.createElement(j,{variant:"outlined",sx:{overflow:"auto",width:"100%",boxShadow:"sm",borderRadius:"sm"},...y},h.createElement(Te,{...x},h.createElement("thead",null,h.createElement("tr",null,t&&h.createElement("th",{style:{width:"40px",textAlign:"center"}},h.createElement(D,{onChange:M,checked:C,indeterminate:(n||[]).length>0&&!C,...g})),v.map(R=>h.createElement(Ut,{key:R.field,stickyHeader:e.stickyHeader,...R})))),h.createElement("tbody",null,h.createElement(Mt,null,!!d&&h.createElement("td",null,h.createElement(Je,{sx:{position:"absolute",top:0,left:0,right:0}},h.createElement(c,null)))),h.createElement(Mt,null),Gt.map((R,_t)=>{let X=re(R,_t);return h.createElement("tr",{key:X,role:t?"checkbox":void 0,tabIndex:t?-1:void 0,onClick:t?W=>O(W,X):void 0,"aria-checked":t?P(X):void 0},t&&h.createElement("th",{scope:"row",style:{textAlign:"center"}},h.createElement(D,{onChange:W=>O(W,X),checked:P(X),...g})),v.map(W=>h.createElement("td",{key:W.field,style:{textAlign:W.type==="number"?"end":"start"}},W.renderCell?.({row:R,value:R[W.field],id:X})??R[W.field])))})),f&&h.createElement(f,null))),s&&h.createElement(ia,{paginationModel:jt,rowCount:to,onPageChange:qt}))}xo.displayName="DataTable";import I,{forwardRef as fa,useCallback as kt,useEffect as ha,useState as Tt}from"react";import{IMaskInput as ba,IMask as vo}from"react-imask";import Ca from"@mui/icons-material/esm/CalendarToday.js";import{styled as Pt}from"@mui/joy";import{FocusTrap as ya,ClickAwayListener as xa,Popper as va}from"@mui/base";import{DialogActions as da,styled as pa}from"@mui/joy";import{motion as ca}from"framer-motion";var ua=ca(da),ga=pa(ua)(({theme:e})=>({padding:e.spacing(1),gap:e.spacing(1),flexDirection:"row",justifyContent:"flex-end"})),Pe=ga;Pe.displayName="DialogActions";var _=Pe;var Da=Pt(va,{name:"DatePicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),Ma=Pt(j,{name:"DatePicker",slot:"sheet",overridesResolver:(e,o)=>o.root})(({theme:e})=>({width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),wt=e=>{let o=`${e.getDate()}`,t=`${e.getMonth()+1}`,n=e.getFullYear();return Number(o)<10&&(o="0"+o),Number(t)<10&&(t="0"+t),[n,t,o].join("/")},ka=I.forwardRef(function(o,t){let{onChange:n,...i}=o;return I.createElement(ba,{...i,inputRef:t,onAccept:a=>n({target:{name:o.name,value:a}}),mask:Date,pattern:"Y/`m/`d",blocks:{d:{mask:vo.MaskedRange,from:1,to:31,maxLength:2},m:{mask:vo.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:vo.MaskedRange,from:1900,to:9999}},format:wt,parse:a=>{let r=a.split("/");return new Date(Number(r[0]),Number(r[1])-1,Number(r[2]))},autofix:"pad",overwrite:!0})}),Do=fa((e,o)=>{let{onChange:t,disabled:n,label:i,error:a,helperText:r,minDate:l,maxDate:s,disableFuture:p,disablePast:m,required:d,...D}=e,[u,f]=Tt(e.value||""),[c,g]=Tt(null),F=!!c;ha(()=>{f(e.value||"")},[e.value]);let y=kt(C=>{f(C.target.value),t?.(C)},[]),x=kt(C=>{g(c?null:C.currentTarget)},[c,g]),v=I.createElement(I.Fragment,null,I.createElement(U,{...D,ref:o,size:"sm",value:u,onChange:y,placeholder:"YYYY/MM/DD",disabled:n,required:d,slotProps:{input:{component:ka}},sx:{fontFamily:"monospace"},endDecorator:I.createElement(E,{variant:"plain",onClick:x},I.createElement(Ca,null))}),F&&I.createElement(xa,{onClickAway:()=>g(null)},I.createElement(Da,{id:"date-picker-popper",open:!0,anchorEl:c,placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[4,4]}}]},I.createElement(ya,{open:!0},I.createElement(Ma,{tabIndex:-1,role:"presentation"},I.createElement(K,{value:Number.isNaN(new Date(u).getTime())?void 0:[new Date(u),void 0],onChange:([C])=>{f(wt(C)),g(null)},minDate:l?new Date(l):void 0,maxDate:s?new Date(s):void 0,disableFuture:p,disablePast:m}),I.createElement(_,{sx:{p:1}},I.createElement(k,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{f(""),g(null)}},"Clear")))))));return i?I.createElement(A,{required:d,disabled:n,error:a,size:"sm"},I.createElement(S,null,i),v,r&&I.createElement(w,null,r)):v});Do.displayName="DatePicker";import B,{forwardRef as Ta,useCallback as Mo,useEffect as Pa,useMemo as wa,useState as Ft}from"react";import{IMaskInput as Fa,IMask as ko}from"react-imask";import Aa from"@mui/icons-material/esm/CalendarToday.js";import{styled as At}from"@mui/joy";import{FocusTrap as Ia,ClickAwayListener as Ba,Popper as Na}from"@mui/base";var La=At(Na,{name:"DateRangePicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),Sa=At(j,{name:"DateRangePicker",slot:"sheet",overridesResolver:(e,o)=>o.root})(({theme:e})=>({zIndex:e.zIndex.tooltip,width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),It=([e,o])=>{let t=n=>{let i=`${n.getDate()}`,a=`${n.getMonth()+1}`,r=n.getFullYear();return Number(i)<10&&(i="0"+i),Number(a)<10&&(a="0"+a),[r,a,i].join("/")};return[t(e),o?t(o):""].join(" - ")},Bt=e=>{let o=e.split(" - ")[0]||"",t=e.split(" - ")[1]||"",n=o.split("/"),i=t.split("/");return[new Date(Number(n[0]),Number(n[1])-1,Number(n[2])),new Date(Number(i[0]),Number(i[1])-1,Number(i[2]))]},Ha=B.forwardRef(function(o,t){let{onChange:n,...i}=o;return B.createElement(Fa,{...i,inputRef:t,onAccept:a=>n({target:{name:o.name,value:a}}),mask:Date,pattern:"Y/`m/`d - Y/`m/`d",blocks:{d:{mask:ko.MaskedRange,from:1,to:31,maxLength:2},m:{mask:ko.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:ko.MaskedRange,from:1900,to:9999}},format:It,parse:Bt,autofix:"pad",overwrite:!0})}),To=Ta((e,o)=>{let{onChange:t,disabled:n,label:i,error:a,helperText:r,minDate:l,maxDate:s,disableFuture:p,disablePast:m,required:d,...D}=e,[u,f]=Ft(e.value||""),[c,g]=Ft(null),F=!!c,y=wa(()=>u?Bt(u):void 0,[u]);Pa(()=>{f(e.value||"")},[e.value]);let x=Mo(M=>{f(M.target.value),t?.(M)},[t]),v=Mo(M=>{g(c?null:M.currentTarget)},[c,g]),C=Mo(([M,O])=>{!M||!O||(f(It([M,O])),g(null))},[f,g]),P=B.createElement(B.Fragment,null,B.createElement(U,{...D,ref:o,size:"sm",value:u,onChange:x,disabled:n,required:d,placeholder:"YYYY/MM/DD - YYYY/MM/DD",slotProps:{input:{component:Ha}},sx:{fontFamily:"monospace"},endDecorator:B.createElement(E,{variant:"plain",onClick:v},B.createElement(Aa,null))}),F&&B.createElement(Ba,{onClickAway:()=>g(null)},B.createElement(La,{id:"date-range-picker-popper",open:!0,anchorEl:c,placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[4,4]}}]},B.createElement(Ia,{open:!0},B.createElement(Sa,{tabIndex:-1,role:"presentation"},B.createElement(K,{rangeSelection:!0,defaultValue:y,onChange:C,minDate:l?new Date(l):void 0,maxDate:s?new Date(s):void 0,disableFuture:p,disablePast:m}),B.createElement(_,{sx:{p:1}},B.createElement(k,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{f(""),g(null)}},"Clear")))))));return i?B.createElement(A,{required:d,disabled:n,error:a,size:"sm"},B.createElement(S,null,i),P,r&&B.createElement(w,null,r)):P});To.displayName="DateRangePicker";import{DialogContent as za,styled as Ea}from"@mui/joy";import{motion as Oa}from"framer-motion";var Va=Oa(za),Ja=Ea(Va)(({theme:e})=>({padding:e.spacing(0,3,2.5)})),we=Ja;we.displayName="DialogContent";var Ue=we;import{DialogTitle as Ya,styled as $a}from"@mui/joy";import{motion as Wa}from"framer-motion";var qa=Wa(Ya),Ga=$a(qa)(({theme:e})=>({padding:e.spacing(2,3)})),Fe=Ga;Fe.displayName="DialogTitle";var je=Fe;import Ie from"react";import _e from"react";import{Modal as Ua,ModalDialog as ja,ModalClose as _a,ModalOverflow as Za,styled as Nt}from"@mui/joy";import{motion as Ze}from"framer-motion";var Ra=Ze(Ua),Po=Ra;Po.displayName="Modal";var Xa=Ze(ja),Lt=Nt(Xa)({padding:0}),Ae=Lt;Ae.displayName="ModalDialog";var Qa=Nt(Ze(_a))(({theme:e})=>({top:e.spacing(1.5),right:e.spacing(3)})),Re=Qa;Re.displayName="ModalClose";var Ka=Ze(Za),wo=Ka;wo.displayName="ModalOverflow";function Fo(e){let{title:o,children:t,...n}=e;return _e.createElement(Lt,{...n},_e.createElement(Re,null),_e.createElement(je,null,o),_e.createElement(Ue,null,t))}Fo.displayName="ModalFrame";import{styled as ei}from"@mui/joy";var oi=ei(Ae)(({theme:e})=>({padding:0})),Ao=Ie.forwardRef((e,o)=>{let{title:t,children:n,actions:i,...a}=e;return Ie.createElement(oi,{ref:o,...a},Ie.createElement(je,null,t),Ie.createElement(Ue,null,n),Ie.createElement(_,null,i))});Ao.displayName="DialogFrame";import ti from"react";import{Divider as ri}from"@mui/joy";import{motion as ni}from"framer-motion";var ai=ni(ri),Be=e=>ti.createElement(ai,{...e});Be.displayName="Divider";import ii from"react";import{Drawer as li}from"@mui/joy";import{motion as si}from"framer-motion";var mi=si(li),Io=e=>{let{children:o,...t}=e;return ii.createElement(mi,{...t,slotProps:{...t.slotProps,content:{...t.slotProps?.content,sx:{bgcolor:"transparent",p:{md:3,sm:0},boxShadow:"none"}}}},o)};Io.displayName="InsetDrawer";import T,{useCallback as Xe,useEffect as di,useRef as St,useState as Bo}from"react";import{styled as te}from"@mui/joy";import pi from"@mui/icons-material/esm/Delete.js";import{combine as ci}from"@atlaskit/pragmatic-drag-and-drop/combine";import{dropTargetForExternal as ui,monitorForExternal as gi}from"@atlaskit/pragmatic-drag-and-drop/external/adapter";import{containsFiles as Ht,getFiles as fi}from"@atlaskit/pragmatic-drag-and-drop/external/file";import{preventUnhandled as zt}from"@atlaskit/pragmatic-drag-and-drop/prevent-unhandled";var hi=te("input")({width:"1px",height:"1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0 0 0 0)",clipPath:"inset(50%)",position:"absolute"}),bi=te("div",{name:"FileUpload",slot:"PreviewRoot"})(({theme:e})=>({display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(300px, auto))",gap:"8px"})),Ci=e=>{let{files:o,onDelete:t}=e;return T.createElement(bi,null,o.map(n=>T.createElement(ye,{key:n.name},T.createElement(H,{style:{aspectRatio:"4/3",height:"200px"},alignItems:"center",justifyContent:"center"},n.type.startsWith("image/")?T.createElement("img",{style:{width:"100%",height:"100%",objectFit:"cover"},src:URL.createObjectURL(n),alt:n.name}):T.createElement(L,{level:"title-md",textColor:"neutral.400"},n.type)),T.createElement(H,{direction:"row",justifyContent:"space-between",gap:"8px"},T.createElement(H,null,T.createElement(L,{level:"title-sm",textColor:"common.black"},n.name),T.createElement(L,{level:"body-sm",textColor:"neutral.600"},(n.size/1e3).toFixed(2),"KB")),T.createElement(E,{onClick:()=>t?.(n)},T.createElement(pi,null))))))},yi=te(H,{name:"FileUpload",slot:"root"})(({theme:e})=>({gap:e.spacing(1)})),xi=te("label",{name:"FileUpload",slot:"label"})({}),vi=te("div",{name:"FileUpload",slot:"dropZone"})(({theme:e,state:o})=>({width:"100%",backgroundColor:o==="over"?e.palette.background.level2:e.palette.background.backdrop,display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:e.spacing(3),gap:e.spacing(2),border:o==="idle"?"2px solid rgba(0,0,0,0)":`2px dashed ${e.palette.primary[400]}`})),Di=te(k,{name:"FileUpload",slot:"button"})({}),No=T.memo(e=>{let{accept:o,maxCount:t,name:n,maxTotalSize:i,maxSizePerFile:a,onChange:r}=e,l=St(null),s=St(null),[p,m]=Bo([]),[d,D]=Bo("idle"),[u,f]=Bo(),c=Xe(x=>{try{a&&x.forEach(C=>{if(C.size>a)throw new Error(`File size exceeds the limit: ${a}`)});let v=[...p,...x];if(t&&v.length>t)throw new Error(`File count exceeds the limit: ${t}`);if(i&&v.reduce((C,P)=>C+P.size,0)>i)throw new Error(`Total file size exceeds the limit: ${i}`);r?.({target:{name:n,value:v}}),f(void 0),m(v)}catch(v){f(v.message)}},[p]);di(()=>{let x=l.current;if(!x)throw new Error("Drop zone ref is not set");return ci(ui({element:x,canDrop:Ht,onDragEnter:()=>D("over"),onDragLeave:()=>D("potential"),onDrop:async({source:v})=>{let C=await fi({source:v});c(C)}}),gi({canMonitor:Ht,onDragStart:()=>{D("potential"),zt.start()},onDrop:()=>{D("idle"),zt.stop()}}))});let g=Xe(x=>{let v=Array.from(x.target.files||[]);c(v)},[c]),F=Xe(x=>{m(v=>(r?.({target:{name:n,value:v.filter(C=>C!==x)}}),v.filter(C=>C!==x)))},[]),y=Xe(()=>{s.current?.click()},[]);return T.createElement(yi,null,T.createElement(A,{error:!!u},T.createElement(vi,{state:d,ref:l},T.createElement(xi,null,T.createElement(L,{level:"h3",textColor:"background.tooltip"},"Drop files"),T.createElement(hi,{type:"file",onChange:g,multiple:!0,accept:o,ref:s})),T.createElement(Di,{variant:"soft",color:"neutral",onClick:y},"Select Files"),u&&T.createElement(w,null,u))),T.createElement(Ci,{files:p,onDelete:F}))});No.displayName="FileUpload";import{Grid as Mi}from"@mui/joy";import{motion as ki}from"framer-motion";var Ti=ki(Mi),Lo=Ti;Lo.displayName="Grid";import Z from"react";import Pi from"react-markdown";import{Link as wi}from"@mui/joy";var So=e=>{let{...o}=e;return Z.createElement(Pi,{...o,components:{h1:({children:t})=>Z.createElement(J,{level:"h1"},t),h2:({children:t})=>Z.createElement(J,{level:"h2"},t),h3:({children:t})=>Z.createElement(J,{level:"h3"},t),h4:({children:t})=>Z.createElement(J,{level:"h4"},t),p:({children:t})=>Z.createElement(J,null,t),a:({children:t,href:n})=>Z.createElement(wi,{href:n},t),hr:()=>Z.createElement(Be,null),...o?.components}})};So.displayName="Markdown";import N,{forwardRef as Fi,useCallback as Ho,useEffect as Ai,useMemo as Ii,useState as Et}from"react";import{IMaskInput as Bi,IMask as Ot}from"react-imask";import Ni from"@mui/icons-material/esm/CalendarToday.js";import{styled as Vt}from"@mui/joy";import{FocusTrap as Li,ClickAwayListener as Si,Popper as Hi}from"@mui/base";var zi=Vt(Hi,{name:"MonthRangePicker",slot:"popper"})(({theme:e})=>({zIndex:e.zIndex.tooltip})),Ei=Vt(j,{name:"MonthRangePicker",slot:"sheet",overridesResolver:(e,o)=>o.root})(({theme:e})=>({zIndex:e.zIndex.tooltip,width:"264px",boxShadow:e.shadow.md,borderRadius:e.radius.md})),zo=e=>{let o=`${e.getMonth()+1}`,t=e.getFullYear();return Number(o)<10&&(o="0"+o),[t,o].join("/")},Eo=([e,o])=>{let t=n=>{if(!/^\d\d\d\d\/(0[1-9]|1[012])(\/(0[1-9]|[23][0-9]))?$/.test(n))return n;let i=n.split("/"),a=new Date(Number(i[0]),Number(i[1])-1);return zo(a)};return[t(e),t(o)].join(" - ")},Oo=e=>{let o=e.split(" - ")[0]||"",t=e.split(" - ")[1]||"";return[o,t]},Oi=N.forwardRef(function(o,t){let{onChange:n,...i}=o;return N.createElement(Bi,{...i,inputRef:t,onAccept:a=>n({target:{name:o.name,value:a}}),mask:Date,pattern:"Y/m - Y/m",blocks:{m:{mask:Ot.MaskedRange,from:1,to:12,maxLength:2},Y:{mask:Ot.MaskedRange,from:1900,to:9999}},format:Eo,parse:Oo})}),Vo=Fi((e,o)=>{let{onChange:t,disabled:n,label:i,error:a,helperText:r,minDate:l,maxDate:s,disableFuture:p,disablePast:m,required:d,...D}=e,[u,f]=Et(""),[c,g]=Et(null),F=!!c,y=Ii(()=>u?Oo(u).map(M=>new Date(M)):void 0,[u]);Ai(()=>{f(e.value?Eo(Oo(e.value)):"")},[e.value]);let x=Ho(M=>{f(M.target.value),t?.(M)},[t]),v=Ho(M=>{g(c?null:M.currentTarget)},[c,g]),C=Ho(([M,O])=>{!M||!O||(f(Eo([zo(M),zo(O)])),g(null))},[f,g]),P=N.createElement(N.Fragment,null,N.createElement(U,{...D,ref:o,size:"sm",value:u,onChange:x,disabled:n,required:d,placeholder:"YYYY/MM - YYYY/MM",slotProps:{input:{component:Oi}},sx:{fontFamily:"monospace"},endDecorator:N.createElement(E,{variant:"plain",onClick:v},N.createElement(Ni,null))}),F&&N.createElement(Si,{onClickAway:()=>g(null)},N.createElement(zi,{id:"date-range-picker-popper",open:!0,anchorEl:c,placement:"bottom-end",modifiers:[{name:"offset",options:{offset:[4,4]}}]},N.createElement(Li,{open:!0},N.createElement(Ei,{tabIndex:-1,role:"presentation"},N.createElement(K,{view:"month",views:["month"],rangeSelection:!0,defaultValue:y,onChange:C,minDate:l?new Date(l):void 0,maxDate:s?new Date(s):void 0,disableFuture:p,disablePast:m}),N.createElement(_,{sx:{p:1}},N.createElement(k,{size:"sm",variant:"plain",color:"neutral",onClick:()=>{f(""),g(null)}},"Clear")))))));return i?N.createElement(A,{required:d,disabled:n,error:a,size:"sm"},N.createElement(S,null,i),P,r&&N.createElement(w,null,r)):P});Vo.displayName="MonthRangePicker";import{Radio as Vi,RadioGroup as Ji}from"@mui/joy";import{motion as Jt}from"framer-motion";var Yi=Jt(Vi),Ne=Yi;Ne.displayName="Radio";var $i=Jt(Ji),Le=$i;Le.displayName="RadioGroup";import Yt from"react";function Jo(e){let{items:o,...t}=e;return Yt.createElement(Le,{...t},o.map(n=>Yt.createElement(Ne,{key:`${n.value}`,value:n.value,label:n.label})))}Jo.displayName="RadioList";import Qe from"react";import{Select as Wi,Option as qi}from"@mui/joy";import{motion as Gi}from"framer-motion";var Ui=Gi(qi),Yo=Ui;Yo.displayName="Option";function $o(e){let{label:o,helperText:t,error:n,size:i,color:a,disabled:r,required:l,onChange:s,...p}=e,d=Qe.createElement(Wi,{...p,required:l,disabled:r,size:i,color:a,onChange:(D,u)=>{let f=D||{target:{}},c={...f,target:{name:f.target?.name||e.name,value:u||void 0}};s?.(c)}});return o?Qe.createElement(A,{required:l,disabled:r,size:i,color:a,error:n},Qe.createElement(S,null,o),d,t&&Qe.createElement(w,null,t)):d}$o.displayName="Select";import $t from"react";import{Switch as ji,styled as _i,switchClasses as Zi}from"@mui/joy";import{motion as Wt}from"framer-motion";var Ri=Wt(ji),Xi=_i(Wt.div)({"--Icon-fontSize":"calc(var(--Switch-thumbSize) * 0.75)",display:"inline-flex",justifyContent:"center",alignItems:"center",position:"absolute",left:"var(--Switch-thumbOffset)",width:"var(--Switch-thumbWidth)",height:"var(--Switch-thumbSize)",borderRadius:"var(--Switch-thumbRadius)",boxShadow:"var(--Switch-thumbShadow)",color:"var(--Switch-thumbColor)",backgroundColor:"var(--Switch-thumbBackground)",[`&.${Zi.checked}`]:{left:"unset",right:"var(--Switch-thumbOffset)"}}),Qi=e=>$t.createElement(Xi,{...e,layout:!0,transition:Ki}),Ki={type:"spring",stiffness:700,damping:30},Wo=e=>$t.createElement(Ri,{...e,slots:{thumb:Qi,...e.slots}});Wo.displayName="Switch";import{Tabs as el,Tab as ol,TabList as tl,TabPanel as rl,styled as nl,tabClasses as al}from"@mui/joy";import{motion as Ke}from"framer-motion";var il=Ke(el),qo=il;qo.displayName="Tabs";var ll=nl(Ke(ol))(({theme:e})=>({[`&:not(.${al.selected})`]:{color:e.palette.neutral[700]}})),Go=ll;Go.displayName="Tab";var sl=Ke(tl),Uo=sl;Uo.displayName="TabList";var ml=Ke(rl),jo=ml;jo.displayName="TabPanel";import eo from"react";import{Textarea as dl}from"@mui/joy";import{motion as pl}from"framer-motion";var cl=pl(dl),_o=e=>{let{label:o,error:t,helperText:n,color:i,size:a,disabled:r,required:l,...s}=e,p=eo.createElement(cl,{required:l,disabled:r,color:i,size:a,...s});return o?eo.createElement(A,{required:l,disabled:r,color:i,size:a,error:t},eo.createElement(S,null,o),p,n&&eo.createElement(w,null,n)):p};_o.displayName="Textarea";import oo from"react";import{CssBaseline as ul,CssVarsProvider as gl,checkboxClasses as fl,extendTheme as hl}from"@mui/joy";var bl=hl({cssVarPrefix:"ceed",components:{JoyTable:{defaultProps:{size:"sm",borderAxis:"bothBetween"},styleOverrides:{root:({theme:e})=>({"--TableRow-stripeBackground":e.palette.background.level1,"--TableCell-selectedBackground":e.palette.background.level2,"--TableRow-hoverBackground":e.palette.background.level3,"& tbody tr[aria-checked=false] th":{"--TableCell-headBackground":"transparent"},"& tbody tr[aria-checked=true]:hover th":{"--TableCell-headBackground":"var(--TableRow-hoverBackground)"},"& tbody tr[aria-checked=true]:not(:hover) th":{"--TableCell-headBackground":"var(--TableCell-selectedBackground)"},"& tbody tr[aria-checked=true]:not(:hover) td":{"--TableCell-dataBackground":"var(--TableCell-selectedBackground)"},[`& .${fl.root}`]:{verticalAlign:"middle"}})}},JoyTooltip:{defaultProps:{size:"sm",placement:"top"}}}});function Zo(e){return oo.createElement(oo.Fragment,null,oo.createElement(gl,{theme:bl},oo.createElement(ul,null),e.children))}Zo.displayName="ThemeProvider";import Cl from"react";import{Tooltip as yl}from"@mui/joy";import{motion as xl}from"framer-motion";var vl=xl(yl),Ro=e=>Cl.createElement(vl,{...e});Ro.displayName="Tooltip";export{Ee as Accordion,ze as AccordionDetails,He as AccordionSummary,ro as Accordions,no as Alert,Of as AspectRatio,ao as Autocomplete,Af as AutocompleteListbox,If as AutocompleteOption,Sf as Avatar,zf as AvatarGroup,Jf as Badge,me as Box,so as Breadcrumbs,ge as Button,be as Calendar,ye as Card,go as CardActions,co as CardContent,uo as CardCover,fo as CardOverflow,xe as Checkbox,_f as Chip,Rf as CircularProgress,ho as Container,Dt as CurrencyInput,xo as DataTable,Do as DatePicker,To as DateRangePicker,Pe as DialogActions,we as DialogContent,Ao as DialogFrame,Fe as DialogTitle,Be as Divider,Qf as Drawer,ue as Dropdown,No as FileUpload,ie as FormControl,se as FormHelperText,le as FormLabel,Lo as Grid,fe as IconButton,Me as Input,Io as InsetDrawer,eh as LinearProgress,hh as Link,th as List,nh as ListDivider,ih as ListItem,sh as ListItemButton,dh as ListItemContent,ch as ListItemDecorator,gh as ListSubheader,So as Markdown,de as Menu,pe as MenuButton,ce as MenuItem,Po as Modal,Re as ModalClose,Ae as ModalDialog,Fo as ModalFrame,wo as ModalOverflow,Vo as MonthRangePicker,Yo as Option,Ne as Radio,Le as RadioGroup,Jo as RadioList,$o as Select,ke as Sheet,wh as Skeleton,Ch as Slider,ae as Stack,xh as Step,Dh as StepButton,kh as StepIndicator,Th as Stepper,Wo as Switch,Go as Tab,Uo as TabList,jo as TabPanel,Te as Table,Co as TableBody,bo as TableHead,qo as Tabs,_o as Textarea,Zo as ThemeProvider,Ro as Tooltip,J as Typography,Tf as accordionClasses,Pf as accordionDetailsClasses,Ff as accordionSummaryClasses,wf as accordionsClasses,Wg as alertClasses,Vf as aspectRatioClasses,Bf as autocompleteClasses,Nf as autocompleteListboxClasses,Lf as autocompleteOptionClasses,Hf as avatarClasses,Ef as avatarGroupClasses,Yf as badgeClasses,qg as boxClasses,$f as breadcrumbsClasses,Gg as buttonClasses,qf as cardActionsClasses,Wf as cardClasses,Gf as cardContentClasses,Uf as cardCoverClasses,jf as cardOverflowClasses,Ug as checkboxClasses,Zf as chipClasses,Xf as circularProgressClasses,xf as dialogActionsClasses,yf as dialogContentClasses,Cf as dialogTitleClasses,jg as dividerClasses,Kf as drawerClasses,sf as formControlClasses,df as formHelperTextClasses,mf as formLabelClasses,pf as gridClasses,_g as iconButtonClasses,Zg as inputClasses,oh as linearProgressClasses,bh as linkClasses,rh as listClasses,ah as listDividerClasses,mh as listItemButtonClasses,lh as listItemClasses,ph as listItemContentClasses,uh as listItemDecoratorClasses,fh as listSubheaderClasses,Xg as menuButtonClasses,Rg as menuClasses,Qg as menuItemClasses,gf as modalClasses,ff as modalCloseClasses,hf as modalDialogClasses,bf as modalOverflowClasses,Kg as optionClasses,ef as radioClasses,of as radioGroupClasses,tf as selectClasses,uf as sheetClasses,Fh as skeletonClasses,yh as sliderClasses,cf as stackClasses,Mh as stepButtonClasses,vh as stepClasses,Ph as stepperClasses,rf as switchClasses,Mf as tabListClasses,kf as tabPanelClasses,nf as tableClasses,Df as tabsClasses,af as textareaClasses,vf as tooltipClasses,lf as typographyClasses,Yg as useColorScheme,Jg as useTheme,$g as useThemeProps};
|