@leapdevuk/component-toolbox 0.0.115 → 0.0.116

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.
@@ -0,0 +1,47 @@
1
+ # Changelog
2
+
3
+ ## 0.0.112 (2025-04-15)
4
+
5
+ ### Release
6
+
7
+ - Test verions release 0.0.111-test.5
8
+
9
+ ## 0.0.111-test.5 (2025-04-15)
10
+
11
+ ### Features
12
+
13
+ - Added support for change log.
14
+
15
+ ### Bug Fixes
16
+
17
+ - DateRangePicker: Split update property to fromDate and toDate (was initially a combined function)
18
+ - DateRangePicker: Fixed dateTime when region is summer/winter time (checking against local dateTime)
19
+ - DatePicker: Fixed dateTime when region is summer/winter time (checking against local dateTime)
20
+
21
+ ## 0.0.113 (2025-05-14)
22
+
23
+ ### Features
24
+
25
+ - Added property on AccordionTable to support component props on grid (row: onMouseOver, onMouseLeave ect.)
26
+
27
+ ## 0.0.114 (2025-05-21)
28
+
29
+ ### Features
30
+
31
+ - Added parameter on getLocalDisplayFormattedDateTime to specify if time should be adjusted on local time zone
32
+
33
+ ## 0.0.115 (2025-05-22)
34
+
35
+ ### Removed
36
+
37
+ - getLocalDisplayFormattedDateTime
38
+
39
+ ### Added
40
+
41
+ - lctFormatDateTime supporting 24 hours, UTC & DateOnly
42
+
43
+ ## 0.0.116 (2025-05-22)
44
+
45
+ ### Features
46
+
47
+ - Added property on NumberDisplay 'hideNoValueText' to work alongside 'hideNoValue' to display an alternative character on zero values
@@ -4,10 +4,11 @@ interface IProps {
4
4
  color?: string;
5
5
  displayAsQty?: boolean;
6
6
  hideNoValue?: boolean;
7
+ hideNoValueText?: string;
7
8
  notCurrency?: boolean;
8
9
  showNegative?: boolean;
9
10
  prefix?: string;
10
11
  value?: number;
11
12
  }
12
- declare const LCTNumberDisplay: ({ align, bold, color, displayAsQty, hideNoValue, notCurrency, showNegative, prefix, value, }: IProps) => import("react/jsx-runtime").JSX.Element;
13
+ declare const LCTNumberDisplay: ({ align, bold, color, displayAsQty, hideNoValue, hideNoValueText, notCurrency, showNegative, prefix, value, }: IProps) => import("react/jsx-runtime").JSX.Element;
13
14
  export default LCTNumberDisplay;
package/dist/index.cjs.js CHANGED
@@ -103,7 +103,7 @@ export default theme;`}function Ar(e={},...r){const{breakpoints:t,mixins:n={},sp
103
103
  To suppress this warning, you need to explicitly provide the \`palette.${r}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function d0(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const Ne=e=>{try{return e()}catch{}},h0=(e="mui")=>Rs(e);function Dr(e,r,t,n){if(!r)return;r=r===!0?{}:r;const a=n==="dark"?"dark":"light";if(!t){e[n]=s0({...r,palette:{mode:a,...r==null?void 0:r.palette}});return}const{palette:o,...i}=Ar({...t,palette:{mode:a,...r==null?void 0:r.palette}});return e[n]={...r,palette:o,opacity:{..._a(a),...r==null?void 0:r.opacity},overlays:(r==null?void 0:r.overlays)||ja(a)},i}function m0(e={},...r){const{colorSchemes:t={light:!0},defaultColorScheme:n,disableCssColorScheme:a=!1,cssVarPrefix:o="mui",shouldSkipGeneratingVar:i=c0,colorSchemeSelector:s=t.light&&t.dark?"media":void 0,rootSelector:u=":root",...h}=e,m=Object.keys(t)[0],g=n||(t.light&&m!=="light"?"light":m),y=h0(o),{[g]:x,light:w,dark:d,...P}=t,D={...P};let R=x;if((g==="dark"&&!("dark"in t)||g==="light"&&!("light"in t))&&(R=!0),!R)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${g}\` option is either missing or invalid.`:Je(21,g));const L=Dr(D,R,h,g);w&&!D.light&&Dr(D,w,void 0,"light"),d&&!D.dark&&Dr(D,d,void 0,"dark");let O={defaultColorScheme:g,...L,cssVarPrefix:o,colorSchemeSelector:s,rootSelector:u,getCssVar:y,colorSchemes:D,font:{...zs(L.typography),...L.font},spacing:d0(h.spacing)};Object.keys(O.colorSchemes).forEach(H=>{const l=O.colorSchemes[H].palette,T=p=>{const b=p.split("-"),S=b[1],V=b[2];return y(p,l[S][V])};if(l.mode==="light"&&(C(l.common,"background","#fff"),C(l.common,"onBackground","#000")),l.mode==="dark"&&(C(l.common,"background","#000"),C(l.common,"onBackground","#fff")),f0(l,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),l.mode==="light"){C(l.Alert,"errorColor",he(l.error.light,.6)),C(l.Alert,"infoColor",he(l.info.light,.6)),C(l.Alert,"successColor",he(l.success.light,.6)),C(l.Alert,"warningColor",he(l.warning.light,.6)),C(l.Alert,"errorFilledBg",T("palette-error-main")),C(l.Alert,"infoFilledBg",T("palette-info-main")),C(l.Alert,"successFilledBg",T("palette-success-main")),C(l.Alert,"warningFilledBg",T("palette-warning-main")),C(l.Alert,"errorFilledColor",Ne(()=>l.getContrastText(l.error.main))),C(l.Alert,"infoFilledColor",Ne(()=>l.getContrastText(l.info.main))),C(l.Alert,"successFilledColor",Ne(()=>l.getContrastText(l.success.main))),C(l.Alert,"warningFilledColor",Ne(()=>l.getContrastText(l.warning.main))),C(l.Alert,"errorStandardBg",me(l.error.light,.9)),C(l.Alert,"infoStandardBg",me(l.info.light,.9)),C(l.Alert,"successStandardBg",me(l.success.light,.9)),C(l.Alert,"warningStandardBg",me(l.warning.light,.9)),C(l.Alert,"errorIconColor",T("palette-error-main")),C(l.Alert,"infoIconColor",T("palette-info-main")),C(l.Alert,"successIconColor",T("palette-success-main")),C(l.Alert,"warningIconColor",T("palette-warning-main")),C(l.AppBar,"defaultBg",T("palette-grey-100")),C(l.Avatar,"defaultBg",T("palette-grey-400")),C(l.Button,"inheritContainedBg",T("palette-grey-300")),C(l.Button,"inheritContainedHoverBg",T("palette-grey-A100")),C(l.Chip,"defaultBorder",T("palette-grey-400")),C(l.Chip,"defaultAvatarColor",T("palette-grey-700")),C(l.Chip,"defaultIconColor",T("palette-grey-700")),C(l.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),C(l.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),C(l.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),C(l.LinearProgress,"primaryBg",me(l.primary.main,.62)),C(l.LinearProgress,"secondaryBg",me(l.secondary.main,.62)),C(l.LinearProgress,"errorBg",me(l.error.main,.62)),C(l.LinearProgress,"infoBg",me(l.info.main,.62)),C(l.LinearProgress,"successBg",me(l.success.main,.62)),C(l.LinearProgress,"warningBg",me(l.warning.main,.62)),C(l.Skeleton,"bg",`rgba(${T("palette-text-primaryChannel")} / 0.11)`),C(l.Slider,"primaryTrack",me(l.primary.main,.62)),C(l.Slider,"secondaryTrack",me(l.secondary.main,.62)),C(l.Slider,"errorTrack",me(l.error.main,.62)),C(l.Slider,"infoTrack",me(l.info.main,.62)),C(l.Slider,"successTrack",me(l.success.main,.62)),C(l.Slider,"warningTrack",me(l.warning.main,.62));const p=Zt(l.background.default,.8);C(l.SnackbarContent,"bg",p),C(l.SnackbarContent,"color",Ne(()=>l.getContrastText(p))),C(l.SpeedDialAction,"fabHoverBg",Zt(l.background.paper,.15)),C(l.StepConnector,"border",T("palette-grey-400")),C(l.StepContent,"border",T("palette-grey-400")),C(l.Switch,"defaultColor",T("palette-common-white")),C(l.Switch,"defaultDisabledColor",T("palette-grey-100")),C(l.Switch,"primaryDisabledColor",me(l.primary.main,.62)),C(l.Switch,"secondaryDisabledColor",me(l.secondary.main,.62)),C(l.Switch,"errorDisabledColor",me(l.error.main,.62)),C(l.Switch,"infoDisabledColor",me(l.info.main,.62)),C(l.Switch,"successDisabledColor",me(l.success.main,.62)),C(l.Switch,"warningDisabledColor",me(l.warning.main,.62)),C(l.TableCell,"border",me(qt(l.divider,1),.88)),C(l.Tooltip,"bg",qt(l.grey[700],.92))}if(l.mode==="dark"){C(l.Alert,"errorColor",me(l.error.light,.6)),C(l.Alert,"infoColor",me(l.info.light,.6)),C(l.Alert,"successColor",me(l.success.light,.6)),C(l.Alert,"warningColor",me(l.warning.light,.6)),C(l.Alert,"errorFilledBg",T("palette-error-dark")),C(l.Alert,"infoFilledBg",T("palette-info-dark")),C(l.Alert,"successFilledBg",T("palette-success-dark")),C(l.Alert,"warningFilledBg",T("palette-warning-dark")),C(l.Alert,"errorFilledColor",Ne(()=>l.getContrastText(l.error.dark))),C(l.Alert,"infoFilledColor",Ne(()=>l.getContrastText(l.info.dark))),C(l.Alert,"successFilledColor",Ne(()=>l.getContrastText(l.success.dark))),C(l.Alert,"warningFilledColor",Ne(()=>l.getContrastText(l.warning.dark))),C(l.Alert,"errorStandardBg",he(l.error.light,.9)),C(l.Alert,"infoStandardBg",he(l.info.light,.9)),C(l.Alert,"successStandardBg",he(l.success.light,.9)),C(l.Alert,"warningStandardBg",he(l.warning.light,.9)),C(l.Alert,"errorIconColor",T("palette-error-main")),C(l.Alert,"infoIconColor",T("palette-info-main")),C(l.Alert,"successIconColor",T("palette-success-main")),C(l.Alert,"warningIconColor",T("palette-warning-main")),C(l.AppBar,"defaultBg",T("palette-grey-900")),C(l.AppBar,"darkBg",T("palette-background-paper")),C(l.AppBar,"darkColor",T("palette-text-primary")),C(l.Avatar,"defaultBg",T("palette-grey-600")),C(l.Button,"inheritContainedBg",T("palette-grey-800")),C(l.Button,"inheritContainedHoverBg",T("palette-grey-700")),C(l.Chip,"defaultBorder",T("palette-grey-700")),C(l.Chip,"defaultAvatarColor",T("palette-grey-300")),C(l.Chip,"defaultIconColor",T("palette-grey-300")),C(l.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),C(l.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),C(l.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),C(l.LinearProgress,"primaryBg",he(l.primary.main,.5)),C(l.LinearProgress,"secondaryBg",he(l.secondary.main,.5)),C(l.LinearProgress,"errorBg",he(l.error.main,.5)),C(l.LinearProgress,"infoBg",he(l.info.main,.5)),C(l.LinearProgress,"successBg",he(l.success.main,.5)),C(l.LinearProgress,"warningBg",he(l.warning.main,.5)),C(l.Skeleton,"bg",`rgba(${T("palette-text-primaryChannel")} / 0.13)`),C(l.Slider,"primaryTrack",he(l.primary.main,.5)),C(l.Slider,"secondaryTrack",he(l.secondary.main,.5)),C(l.Slider,"errorTrack",he(l.error.main,.5)),C(l.Slider,"infoTrack",he(l.info.main,.5)),C(l.Slider,"successTrack",he(l.success.main,.5)),C(l.Slider,"warningTrack",he(l.warning.main,.5));const p=Zt(l.background.default,.98);C(l.SnackbarContent,"bg",p),C(l.SnackbarContent,"color",Ne(()=>l.getContrastText(p))),C(l.SpeedDialAction,"fabHoverBg",Zt(l.background.paper,.15)),C(l.StepConnector,"border",T("palette-grey-600")),C(l.StepContent,"border",T("palette-grey-600")),C(l.Switch,"defaultColor",T("palette-grey-300")),C(l.Switch,"defaultDisabledColor",T("palette-grey-600")),C(l.Switch,"primaryDisabledColor",he(l.primary.main,.55)),C(l.Switch,"secondaryDisabledColor",he(l.secondary.main,.55)),C(l.Switch,"errorDisabledColor",he(l.error.main,.55)),C(l.Switch,"infoDisabledColor",he(l.info.main,.55)),C(l.Switch,"successDisabledColor",he(l.success.main,.55)),C(l.Switch,"warningDisabledColor",he(l.warning.main,.55)),C(l.TableCell,"border",he(qt(l.divider,1),.68)),C(l.Tooltip,"bg",qt(l.grey[700],.92))}ze(l.background,"default"),ze(l.background,"paper"),ze(l.common,"background"),ze(l.common,"onBackground"),ze(l,"divider"),Object.keys(l).forEach(p=>{const b=l[p];p!=="tonalOffset"&&b&&typeof b=="object"&&(b.main&&C(l[p],"mainChannel",kt(Lt(b.main))),b.light&&C(l[p],"lightChannel",kt(Lt(b.light))),b.dark&&C(l[p],"darkChannel",kt(Lt(b.dark))),b.contrastText&&C(l[p],"contrastTextChannel",kt(Lt(b.contrastText))),p==="text"&&(ze(l[p],"primary"),ze(l[p],"secondary")),p==="action"&&(b.active&&ze(l[p],"active"),b.selected&&ze(l[p],"selected")))})}),O=r.reduce((H,l)=>Re(H,l),O);const v={prefix:o,disableCssColorScheme:a,shouldSkipGeneratingVar:i,getSelector:l0(O)},{vars:A,generateThemeVars:z,generateStyleSheets:N}=Is(O,v);return O.vars=A,Object.entries(O.colorSchemes[O.defaultColorScheme]).forEach(([H,l])=>{O[H]=l}),O.generateThemeVars=z,O.generateStyleSheets=N,O.generateSpacing=function(){return Ea(h.spacing,Wr(this))},O.getColorSchemeSelector=$s(s),O.spacing=O.generateSpacing(),O.shouldSkipGeneratingVar=i,O.unstable_sxConfig={...Nt,...h==null?void 0:h.unstable_sxConfig},O.unstable_sx=function(l){return bt({sx:l,theme:this})},O.toRuntimeSource=Ra,O}function ta(e,r,t){e.colorSchemes&&t&&(e.colorSchemes[r]={...t!==!0&&t,palette:Gr({...t===!0?{}:t.palette,mode:r})})}function Ia(e={},...r){const{palette:t,cssVariables:n=!1,colorSchemes:a=t?void 0:{light:!0},defaultColorScheme:o=t==null?void 0:t.mode,...i}=e,s=o||"light",u=a==null?void 0:a[s],h={...a,...t?{[s]:{...typeof u!="boolean"&&u,palette:t}}:void 0};if(n===!1){if(!("colorSchemes"in e))return Ar(e,...r);let m=t;"palette"in e||h[s]&&(h[s]!==!0?m=h[s].palette:s==="dark"&&(m={mode:"dark"}));const g=Ar({...e,palette:m},...r);return g.defaultColorScheme=s,g.colorSchemes=h,g.palette.mode==="light"&&(g.colorSchemes.light={...h.light!==!0&&h.light,palette:g.palette},ta(g,"dark",h.dark)),g.palette.mode==="dark"&&(g.colorSchemes.dark={...h.dark!==!0&&h.dark,palette:g.palette},ta(g,"light",h.light)),g}return!t&&!("light"in h)&&s==="light"&&(h.light=!0),m0({...i,colorSchemes:h,defaultColorScheme:s,...typeof n!="boolean"&&n},...r)}const g0=Ia(),y0="$$material";function p0(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const C0=e=>p0(e)&&e!=="classes",$a=bs({themeId:y0,defaultTheme:g0,rootShouldForwardProp:C0});function b0(){return rs}const Ha=Ds;process.env.NODE_ENV!=="production"&&(F.node,F.object.isRequired);function Aa(e){return Ps(e)}function w0(e){return or("MuiSvgIcon",e)}ba("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const x0=e=>{const{color:r,fontSize:t,classes:n}=e,a={root:["root",r!=="inherit"&&`color${We(r)}`,`fontSize${We(t)}`]};return Ca(a,w0,n)},v0=$a("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:t}=e;return[r.root,t.color!=="inherit"&&r[`color${We(t.color)}`],r[`fontSize${We(t.fontSize)}`]]}})(Ha(({theme:e})=>{var r,t,n,a,o,i,s,u,h,m,g,y,x,w;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(a=(r=e.transitions)==null?void 0:r.create)==null?void 0:a.call(r,"fill",{duration:(n=(t=(e.vars??e).transitions)==null?void 0:t.duration)==null?void 0:n.shorter}),variants:[{props:d=>!d.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((i=(o=e.typography)==null?void 0:o.pxToRem)==null?void 0:i.call(o,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((u=(s=e.typography)==null?void 0:s.pxToRem)==null?void 0:u.call(s,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((m=(h=e.typography)==null?void 0:h.pxToRem)==null?void 0:m.call(h,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,d])=>d&&d.main).map(([d])=>{var P,D;return{props:{color:d},style:{color:(D=(P=(e.vars??e).palette)==null?void 0:P[d])==null?void 0:D.main}}}),{props:{color:"action"},style:{color:(y=(g=(e.vars??e).palette)==null?void 0:g.action)==null?void 0:y.active}},{props:{color:"disabled"},style:{color:(w=(x=(e.vars??e).palette)==null?void 0:x.action)==null?void 0:w.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),tr=Ze.forwardRef(function(r,t){const n=Aa({props:r,name:"MuiSvgIcon"}),{children:a,className:o,color:i="inherit",component:s="svg",fontSize:u="medium",htmlColor:h,inheritViewBox:m=!1,titleAccess:g,viewBox:y="0 0 24 24",...x}=n,w=Ze.isValidElement(a)&&a.type==="svg",d={...n,color:i,component:s,fontSize:u,instanceFontSize:r.fontSize,inheritViewBox:m,viewBox:y,hasSvgAsChild:w},P={};m||(P.viewBox=y);const D=x0(d);return c.jsxs(v0,{as:s,className:xa(D.root,o),focusable:"false",color:h,"aria-hidden":g?void 0:!0,role:g?"img":void 0,ref:t,...P,...x,...w&&a.props,ownerState:d,children:[w?a.props.children:a,g?c.jsx("title",{children:g}):null]})});process.env.NODE_ENV!=="production"&&(tr.propTypes={children:F.node,classes:F.object,className:F.string,color:F.oneOfType([F.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),F.string]),component:F.elementType,fontSize:F.oneOfType([F.oneOf(["inherit","large","medium","small"]),F.string]),htmlColor:F.string,inheritViewBox:F.bool,shapeRendering:F.string,sx:F.oneOfType([F.arrayOf(F.oneOfType([F.func,F.object,F.bool])),F.func,F.object]),titleAccess:F.string,viewBox:F.string});tr.muiName="SvgIcon";function yr(e,r){function t(n,a){return c.jsx(tr,{"data-testid":`${r}Icon`,ref:a,...n,children:e})}return process.env.NODE_ENV!=="production"&&(t.displayName=`${r}Icon`),t.muiName=tr.muiName,Ze.memo(Ze.forwardRef(t))}const T0=yr(c.jsx("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"ExpandMore"),E0=E.styled(e=>c.jsx(E.AccordionSummary,{expandIcon:c.jsx(T0,{fontSize:"small",sx:{paddingTop:"2px"}}),...e}))(({})=>({flexDirection:"row-reverse",borderBottom:"1px solid rgba(224, 224, 224, 1)",padding:"0px 10px 0px 5px",minHeight:35,maxHeight:35})),Qr=({disabled:e})=>c.jsx(Ye,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",style:{backgroundColor:"white",height:14,width:14},children:c.jsx("path",{fill:e?"grey":"#1E365E",d:"M11 17l-5-5.299 1.399-1.43 3.574 3.736 6.572-7.007 1.455 1.403-8 8.597zm11-15v20h-20v-20h20zm2-2h-24v24h24v-24z"})});function Kr(){return c.jsx(Ye,{xmlns:"http://www.w3.org/2000/svg",style:{backgroundColor:"white",height:14,width:14},viewBox:"0 0 24 24",children:c.jsx("path",{d:"M22 2v20h-20v-20h20zm2-2h-24v24h24v-24z"})})}const M0=yr(c.jsx("path",{d:"M15.88 9.29 12 13.17 8.12 9.29a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0"}),"ExpandMoreRounded"),S0=yr(c.jsx("path",{d:"M8.12 14.71 12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.38 1.03.39 1.42 0"}),"KeyboardArrowUpRounded"),Na=({params:e,sortModel:r})=>c.jsxs("div",{style:{display:"grid",width:"100%",height:"100%"},children:[c.jsxs("div",{style:{marginRight:"auto",marginLeft:"auto",height:5},children:[(r==null?void 0:r.find(t=>t.field===e.colDef.field&&t.sort==="asc"))&&c.jsx(S0,{className:"tableHeaderIcon"}),(r==null?void 0:r.find(t=>t.field===e.colDef.field&&t.sort==="desc"))&&c.jsx(M0,{className:"tableHeaderIcon"})]}),c.jsx("div",{style:{display:"block"},children:c.jsx(E.Typography,{textAlign:e.colDef.headerAlign,style:{fontWeight:500},children:e.colDef.headerName})})]}),k0=46,L0=40,Fa=E.styled(e=>{var a;const[r,t]=ge.useState(void 0),n=ge.useRef(!1);return!n.current&&!r&&e.initialState&&(t((a=e.initialState.sorting)==null?void 0:a.sortModel),n.current=!0),c.jsx(E.Box,{sx:{width:"100%",height:e.height?e.height:e.maxHeight,maxHeight:e.maxHeight,backgroundColor:"#fff"},children:c.jsx(Ho.DataGridPro,{style:{borderBottom:0},rows:e.rows||[],initialState:e.initialState||void 0,sortingOrder:["desc","asc"],columns:e.columns.map(o=>({...o,disableColumnMenu:o.disableColumnMenu?o.disableColumnMenu:!0,disableReorder:!0,renderHeader:i=>c.jsx(Na,{sortModel:r,params:i}),hideSortIcons:!0})),sortModel:r,onSortModelChange:o=>t(o),rowHeight:e.rowHeight?e.rowHeight:k0,columnHeaderHeight:e.columnHeaderHeight||e.columnHeaderHeight===0?e.columnHeaderHeight:L0,slotProps:e.componentsProps,slots:{...e.slots,moreActionsIcon:void 0,noRowsOverlay:e.noRowsOverlay,baseCheckbox:o=>c.jsx(E.Checkbox,{...o,checkedIcon:c.jsx("div",{className:"checkbox",children:c.jsx(Qr,{})}),icon:c.jsx("div",{className:"checkbox",children:c.jsx(Kr,{})})})},sx:{"&.MuiDataGrid-root":{border:0},borderRadius:0,".MuiDataGrid-overlay ":{color:"#0060bb"},".Mui-selected":{backgroundColor:"#cde6f7 !important"},".MuiDataGrid-columnHeaders":e.borderTop?{borderTop:"1px solid rgb(224, 224, 224)"}:{}},getRowId:e.id,onRowDoubleClick:e.onRowDoubleClick,onRowClick:e.onRowClick,localeText:{noRowsLabel:e.noDataText?e.noDataText:"There are no results to display. Please update your search criteria"},columnVisibilityModel:e.columnVisibilityModel,rowSelectionModel:e.rowSelectionModel,onRowSelectionModelChange:e.onRowSelectionModelChange,disableMultipleRowSelection:e.disableMultipleRowSelection,checkboxSelection:e.checkboxSelection,keepNonExistentRowsSelected:e.keepNonExistentRowsSelected,disableColumnReorder:!0,hideFooter:!0})})})(()=>({})),O0=E.styled(e=>{var i;const[r,t]=ge.useState(void 0),n=ge.useRef(!1);!n.current&&!r&&e.initialState&&(t((i=e.initialState.sorting)==null?void 0:i.sortModel),n.current=!0);const a=e.rowHeight?e.rowHeight:29,o=e.headerHeight?e.headerHeight:29;return c.jsx(Fa,{maxHeight:e.maxHeight,height:o+(e.rows||[]).length*a,id:e.id,rows:e.rows||[],initialState:e.initialState||void 0,columns:e.columns.map(s=>({...s,disableColumnMenu:!0,disableReorder:!0,hideSortIcons:!0})),onRowDoubleClick:e.onRowDoubleClick,rowHeight:a,columnHeaderHeight:o,componentsProps:e.componentsProps})})(({})=>({})),P0=e=>c.jsx(E.Alert,{severity:e.severity?e.severity:"success",...e,children:e.children}),D0=({leftComponents:e,centerComponents:r,rightComponents:t,onClickHelp:n})=>c.jsxs("div",{style:{alignItems:"center",backgroundColor:"#fafafa",borderBottom:"1px solid #d8d8d8",display:"flex",justifyContent:"space-between",minHeight:"36px",paddingLeft:"0px",paddingRight:"15px"},children:[e&&c.jsx(c.Fragment,{children:e}),r&&c.jsx(c.Fragment,{children:r}),t&&c.jsx(c.Fragment,{children:t}),n&&c.jsx("div",{children:c.jsx(E.Tooltip,{placement:"bottom-end",title:"Help for this Window",children:c.jsx(E.Link,{component:"button",onClick:n,sx:{":hover":{cursor:"pointer",color:"#0060AC"},alignSelf:"center",paddingRight:1},underline:"hover",variant:"body1",children:"Help"})})})]}),R0=e=>c.jsx(E.Autocomplete,{...e,autoComplete:!0,autoSelect:!0,forcePopupIcon:!0,fullWidth:!0,disableClearable:!0,slotProps:{listbox:{style:{padding:0}}},size:"small",renderInput:e.renderInput,sx:e.sx,getOptionLabel:e.getOptionLabel,renderOption:e.renderOption,options:e.options,value:e.value}),_0=e=>c.jsx(E.AvatarGroup,{...e,children:e.children}),j0=e=>c.jsx(E.Box,{...e,children:e.children}),He=e=>c.jsx(E.Button,{color:e.color||"primary",disabled:e.disabled,disableRipple:!0,onClick:e.onClick,size:e.size||"small",variant:e.variant||"contained",sx:e.sx,...e,children:e.children}),I0=e=>c.jsx(E.ButtonGroup,{...e,children:e.children}),$0=({label:e,value:r,disabled:t,onChange:n})=>c.jsx(E.FormControlLabel,{style:e?{marginLeft:0,marginRight:3}:{marginLeft:3,marginRight:3},control:c.jsx(E.Checkbox,{checked:r||!1,disabled:t,onChange:(a,o)=>{n&&n(o)},checkedIcon:c.jsx("div",{className:"checkbox",children:c.jsx(Qr,{disabled:t})}),icon:c.jsx("div",{className:"checkbox",children:c.jsx(Kr,{})}),style:{marginRight:5},disableRipple:!0,disableTouchRipple:!0,disableFocusRipple:!0}),label:e}),H0=e=>c.jsx(E.Chip,{sx:e.sx?e.sx:{marginLeft:"auto",marginRight:"auto",fontSize:11,width:160,height:24,backgroundColor:"#e4e4e4"},...e}),A0=({decimalScale:e,disabled:r,id:t,onUpdate:n,placeholder:a,prefix:o,size:i,value:s,maxLength:u,width:h})=>c.jsx(Vr.NumericFormat,{customInput:E.OutlinedInput,decimalScale:e||2,disabled:r,fixedDecimalScale:!0,id:t,slotProps:{input:{maxLength:u}},onFocus:m=>m.target.select(),onValueChange:m=>{n&&n(m.floatValue)},placeholder:a,size:i||"small",startAdornment:o&&c.jsx(E.InputAdornment,{position:"start",children:c.jsx(E.Typography,{children:o})}),sx:{paddingLeft:"8px",width:h||130,"& .MuiInputBase-input":{borderLeft:"1px solid rgba(0, 0, 0, 0.23)",color:"#000",height:"16px",textAlign:"end"},"&.MuiOutlinedInput-root":{backgroundColor:r?"#f3f3f3":"field"}},thousandSeparator:!0,value:s||""}),Va=6048e5,N0=864e5,Ba=6e4,Wa=36e5,F0=1e3,ra=Symbol.for("constructDateFrom");function pe(e,r){return typeof e=="function"?e(r):e&&typeof e=="object"&&ra in e?e[ra](r):e instanceof Date?new e.constructor(r):new Date(r)}function B(e,r){return pe(r||e,e)}function _t(e,r,t){const n=B(e,t==null?void 0:t.in);return isNaN(r)?pe((t==null?void 0:t.in)||e,NaN):(r&&n.setDate(n.getDate()+r),n)}function Ya(e,r,t){return pe(e,+B(e)+r)}function V0(e,r,t){return Ya(e,r*1e3)}function B0(e,r,t){const n=B(e,t==null?void 0:t.in);return n.setTime(n.getTime()+r*Ba),n}function W0(e,r,t){return Ya(e,r*Wa)}function Y0(e,r,t){return _t(e,r*7,t)}function za(e,r,t){const n=B(e,t==null?void 0:t.in);if(isNaN(r))return pe(e,NaN);if(!r)return n;const a=n.getDate(),o=pe(e,n.getTime());o.setMonth(n.getMonth()+r+1,0);const i=o.getDate();return a>=i?o:(n.setFullYear(o.getFullYear(),o.getMonth(),a),n)}function z0(e,r,t){return za(e,r*12,t)}function na(e,r){const t=B(e,r==null?void 0:r.in);return t.setHours(23,59,59,999),t}let q0={};function it(){return q0}function Z0(e,r){var s,u,h,m;const t=it(),n=(r==null?void 0:r.weekStartsOn)??((u=(s=r==null?void 0:r.locale)==null?void 0:s.options)==null?void 0:u.weekStartsOn)??t.weekStartsOn??((m=(h=t.locale)==null?void 0:h.options)==null?void 0:m.weekStartsOn)??0,a=B(e,r==null?void 0:r.in),o=a.getDay(),i=(o<n?-7:0)+6-(o-n);return a.setDate(a.getDate()+i),a.setHours(23,59,59,999),a}function aa(e,r){const t=B(e,r==null?void 0:r.in),n=t.getFullYear();return t.setFullYear(n+1,0,0),t.setHours(23,59,59,999),t}const G0={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Xr=(e,r,t)=>{let n;const a=G0[e];return typeof a=="string"?n=a:r===1?n=a.one:n=a.other.replace("{{count}}",r.toString()),t!=null&&t.addSuffix?t.comparison&&t.comparison>0?"in "+n:n+" ago":n};function qe(e){return(r={})=>{const t=r.width?String(r.width):e.defaultWidth;return e.formats[t]||e.formats[e.defaultWidth]}}const Q0={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},K0={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},X0={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},U0={date:qe({formats:Q0,defaultWidth:"full"}),time:qe({formats:K0,defaultWidth:"full"}),dateTime:qe({formats:X0,defaultWidth:"full"})},J0={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},Ur=(e,r,t,n)=>J0[e];function Mt(e){return(r,t)=>{const n=t!=null&&t.context?String(t.context):"standalone";let a;if(n==="formatting"&&e.formattingValues){const i=e.defaultFormattingWidth||e.defaultWidth,s=t!=null&&t.width?String(t.width):i;a=e.formattingValues[s]||e.formattingValues[i]}else{const i=e.defaultWidth,s=t!=null&&t.width?String(t.width):e.defaultWidth;a=e.values[s]||e.values[i]}const o=e.argumentCallback?e.argumentCallback(r):r;return a[o]}}const ec={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},tc={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},rc={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},nc={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},ac={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},oc={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},ic=(e,r)=>{const t=Number(e),n=t%100;if(n>20||n<10)switch(n%10){case 1:return t+"st";case 2:return t+"nd";case 3:return t+"rd"}return t+"th"},Jr={ordinalNumber:ic,era:Mt({values:ec,defaultWidth:"wide"}),quarter:Mt({values:tc,defaultWidth:"wide",argumentCallback:e=>e-1}),month:Mt({values:rc,defaultWidth:"wide"}),day:Mt({values:nc,defaultWidth:"wide"}),dayPeriod:Mt({values:ac,defaultWidth:"wide",formattingValues:oc,defaultFormattingWidth:"wide"})};function St(e){return(r,t={})=>{const n=t.width,a=n&&e.matchPatterns[n]||e.matchPatterns[e.defaultMatchWidth],o=r.match(a);if(!o)return null;const i=o[0],s=n&&e.parsePatterns[n]||e.parsePatterns[e.defaultParseWidth],u=Array.isArray(s)?cc(s,g=>g.test(i)):sc(s,g=>g.test(i));let h;h=e.valueCallback?e.valueCallback(u):u,h=t.valueCallback?t.valueCallback(h):h;const m=r.slice(i.length);return{value:h,rest:m}}}function sc(e,r){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&r(e[t]))return t}function cc(e,r){for(let t=0;t<e.length;t++)if(r(e[t]))return t}function uc(e){return(r,t={})=>{const n=r.match(e.matchPattern);if(!n)return null;const a=n[0],o=r.match(e.parsePattern);if(!o)return null;let i=e.valueCallback?e.valueCallback(o[0]):o[0];i=t.valueCallback?t.valueCallback(i):i;const s=r.slice(a.length);return{value:i,rest:s}}}const lc=/^(\d+)(th|st|nd|rd)?/i,fc=/\d+/i,dc={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},hc={any:[/^b/i,/^(a|c)/i]},mc={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},gc={any:[/1/i,/2/i,/3/i,/4/i]},yc={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},pc={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Cc={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},bc={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},wc={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},xc={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},en={ordinalNumber:uc({matchPattern:lc,parsePattern:fc,valueCallback:e=>parseInt(e,10)}),era:St({matchPatterns:dc,defaultMatchWidth:"wide",parsePatterns:hc,defaultParseWidth:"any"}),quarter:St({matchPatterns:mc,defaultMatchWidth:"wide",parsePatterns:gc,defaultParseWidth:"any",valueCallback:e=>e+1}),month:St({matchPatterns:yc,defaultMatchWidth:"wide",parsePatterns:pc,defaultParseWidth:"any"}),day:St({matchPatterns:Cc,defaultMatchWidth:"wide",parsePatterns:bc,defaultParseWidth:"any"}),dayPeriod:St({matchPatterns:wc,defaultMatchWidth:"any",parsePatterns:xc,defaultParseWidth:"any"})},jt={code:"en-US",formatDistance:Xr,formatLong:U0,formatRelative:Ur,localize:Jr,match:en,options:{weekStartsOn:0,firstWeekContainsDate:1}};function rr(e){const r=B(e),t=new Date(Date.UTC(r.getFullYear(),r.getMonth(),r.getDate(),r.getHours(),r.getMinutes(),r.getSeconds(),r.getMilliseconds()));return t.setUTCFullYear(r.getFullYear()),+e-+t}function Ft(e,...r){const t=pe.bind(null,r.find(n=>typeof n=="object"));return r.map(t)}function It(e,r){const t=B(e,r==null?void 0:r.in);return t.setHours(0,0,0,0),t}function vc(e,r,t){const[n,a]=Ft(t==null?void 0:t.in,e,r),o=It(n),i=It(a),s=+o-rr(o),u=+i-rr(i);return Math.round((s-u)/N0)}function qa(e,r){const t=B(e,r==null?void 0:r.in);return t.setFullYear(t.getFullYear(),0,1),t.setHours(0,0,0,0),t}function Tc(e,r){const t=B(e,r==null?void 0:r.in);return vc(t,qa(t))+1}function Qe(e,r){var s,u,h,m;const t=it(),n=(r==null?void 0:r.weekStartsOn)??((u=(s=r==null?void 0:r.locale)==null?void 0:s.options)==null?void 0:u.weekStartsOn)??t.weekStartsOn??((m=(h=t.locale)==null?void 0:h.options)==null?void 0:m.weekStartsOn)??0,a=B(e,r==null?void 0:r.in),o=a.getDay(),i=(o<n?7:0)+o-n;return a.setDate(a.getDate()-i),a.setHours(0,0,0,0),a}function wt(e,r){return Qe(e,{...r,weekStartsOn:1})}function Za(e,r){const t=B(e,r==null?void 0:r.in),n=t.getFullYear(),a=pe(t,0);a.setFullYear(n+1,0,4),a.setHours(0,0,0,0);const o=wt(a),i=pe(t,0);i.setFullYear(n,0,4),i.setHours(0,0,0,0);const s=wt(i);return t.getTime()>=o.getTime()?n+1:t.getTime()>=s.getTime()?n:n-1}function Ec(e,r){const t=Za(e,r),n=pe(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),wt(n)}function Ga(e,r){const t=B(e,r==null?void 0:r.in),n=+wt(t)-+Ec(t);return Math.round(n/Va)+1}function tn(e,r){var m,g,y,x;const t=B(e,r==null?void 0:r.in),n=t.getFullYear(),a=it(),o=(r==null?void 0:r.firstWeekContainsDate)??((g=(m=r==null?void 0:r.locale)==null?void 0:m.options)==null?void 0:g.firstWeekContainsDate)??a.firstWeekContainsDate??((x=(y=a.locale)==null?void 0:y.options)==null?void 0:x.firstWeekContainsDate)??1,i=pe((r==null?void 0:r.in)||e,0);i.setFullYear(n+1,0,o),i.setHours(0,0,0,0);const s=Qe(i,r),u=pe((r==null?void 0:r.in)||e,0);u.setFullYear(n,0,o),u.setHours(0,0,0,0);const h=Qe(u,r);return+t>=+s?n+1:+t>=+h?n:n-1}function Mc(e,r){var s,u,h,m;const t=it(),n=(r==null?void 0:r.firstWeekContainsDate)??((u=(s=r==null?void 0:r.locale)==null?void 0:s.options)==null?void 0:u.firstWeekContainsDate)??t.firstWeekContainsDate??((m=(h=t.locale)==null?void 0:h.options)==null?void 0:m.firstWeekContainsDate)??1,a=tn(e,r),o=pe((r==null?void 0:r.in)||e,0);return o.setFullYear(a,0,n),o.setHours(0,0,0,0),Qe(o,r)}function rn(e,r){const t=B(e,r==null?void 0:r.in),n=+Qe(t,r)-+Mc(t,r);return Math.round(n/Va)+1}function ue(e,r){const t=e<0?"-":"",n=Math.abs(e).toString().padStart(r,"0");return t+n}const Ke={y(e,r){const t=e.getFullYear(),n=t>0?t:1-t;return ue(r==="yy"?n%100:n,r.length)},M(e,r){const t=e.getMonth();return r==="M"?String(t+1):ue(t+1,2)},d(e,r){return ue(e.getDate(),r.length)},a(e,r){const t=e.getHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return t.toUpperCase();case"aaa":return t;case"aaaaa":return t[0];case"aaaa":default:return t==="am"?"a.m.":"p.m."}},h(e,r){return ue(e.getHours()%12||12,r.length)},H(e,r){return ue(e.getHours(),r.length)},m(e,r){return ue(e.getMinutes(),r.length)},s(e,r){return ue(e.getSeconds(),r.length)},S(e,r){const t=r.length,n=e.getMilliseconds(),a=Math.trunc(n*Math.pow(10,t-3));return ue(a,r.length)}},yt={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},oa={G:function(e,r,t){const n=e.getFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return t.era(n,{width:"abbreviated"});case"GGGGG":return t.era(n,{width:"narrow"});case"GGGG":default:return t.era(n,{width:"wide"})}},y:function(e,r,t){if(r==="yo"){const n=e.getFullYear(),a=n>0?n:1-n;return t.ordinalNumber(a,{unit:"year"})}return Ke.y(e,r)},Y:function(e,r,t,n){const a=tn(e,n),o=a>0?a:1-a;if(r==="YY"){const i=o%100;return ue(i,2)}return r==="Yo"?t.ordinalNumber(o,{unit:"year"}):ue(o,r.length)},R:function(e,r){const t=Za(e);return ue(t,r.length)},u:function(e,r){const t=e.getFullYear();return ue(t,r.length)},Q:function(e,r,t){const n=Math.ceil((e.getMonth()+1)/3);switch(r){case"Q":return String(n);case"QQ":return ue(n,2);case"Qo":return t.ordinalNumber(n,{unit:"quarter"});case"QQQ":return t.quarter(n,{width:"abbreviated",context:"formatting"});case"QQQQQ":return t.quarter(n,{width:"narrow",context:"formatting"});case"QQQQ":default:return t.quarter(n,{width:"wide",context:"formatting"})}},q:function(e,r,t){const n=Math.ceil((e.getMonth()+1)/3);switch(r){case"q":return String(n);case"qq":return ue(n,2);case"qo":return t.ordinalNumber(n,{unit:"quarter"});case"qqq":return t.quarter(n,{width:"abbreviated",context:"standalone"});case"qqqqq":return t.quarter(n,{width:"narrow",context:"standalone"});case"qqqq":default:return t.quarter(n,{width:"wide",context:"standalone"})}},M:function(e,r,t){const n=e.getMonth();switch(r){case"M":case"MM":return Ke.M(e,r);case"Mo":return t.ordinalNumber(n+1,{unit:"month"});case"MMM":return t.month(n,{width:"abbreviated",context:"formatting"});case"MMMMM":return t.month(n,{width:"narrow",context:"formatting"});case"MMMM":default:return t.month(n,{width:"wide",context:"formatting"})}},L:function(e,r,t){const n=e.getMonth();switch(r){case"L":return String(n+1);case"LL":return ue(n+1,2);case"Lo":return t.ordinalNumber(n+1,{unit:"month"});case"LLL":return t.month(n,{width:"abbreviated",context:"standalone"});case"LLLLL":return t.month(n,{width:"narrow",context:"standalone"});case"LLLL":default:return t.month(n,{width:"wide",context:"standalone"})}},w:function(e,r,t,n){const a=rn(e,n);return r==="wo"?t.ordinalNumber(a,{unit:"week"}):ue(a,r.length)},I:function(e,r,t){const n=Ga(e);return r==="Io"?t.ordinalNumber(n,{unit:"week"}):ue(n,r.length)},d:function(e,r,t){return r==="do"?t.ordinalNumber(e.getDate(),{unit:"date"}):Ke.d(e,r)},D:function(e,r,t){const n=Tc(e);return r==="Do"?t.ordinalNumber(n,{unit:"dayOfYear"}):ue(n,r.length)},E:function(e,r,t){const n=e.getDay();switch(r){case"E":case"EE":case"EEE":return t.day(n,{width:"abbreviated",context:"formatting"});case"EEEEE":return t.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return t.day(n,{width:"short",context:"formatting"});case"EEEE":default:return t.day(n,{width:"wide",context:"formatting"})}},e:function(e,r,t,n){const a=e.getDay(),o=(a-n.weekStartsOn+8)%7||7;switch(r){case"e":return String(o);case"ee":return ue(o,2);case"eo":return t.ordinalNumber(o,{unit:"day"});case"eee":return t.day(a,{width:"abbreviated",context:"formatting"});case"eeeee":return t.day(a,{width:"narrow",context:"formatting"});case"eeeeee":return t.day(a,{width:"short",context:"formatting"});case"eeee":default:return t.day(a,{width:"wide",context:"formatting"})}},c:function(e,r,t,n){const a=e.getDay(),o=(a-n.weekStartsOn+8)%7||7;switch(r){case"c":return String(o);case"cc":return ue(o,r.length);case"co":return t.ordinalNumber(o,{unit:"day"});case"ccc":return t.day(a,{width:"abbreviated",context:"standalone"});case"ccccc":return t.day(a,{width:"narrow",context:"standalone"});case"cccccc":return t.day(a,{width:"short",context:"standalone"});case"cccc":default:return t.day(a,{width:"wide",context:"standalone"})}},i:function(e,r,t){const n=e.getDay(),a=n===0?7:n;switch(r){case"i":return String(a);case"ii":return ue(a,r.length);case"io":return t.ordinalNumber(a,{unit:"day"});case"iii":return t.day(n,{width:"abbreviated",context:"formatting"});case"iiiii":return t.day(n,{width:"narrow",context:"formatting"});case"iiiiii":return t.day(n,{width:"short",context:"formatting"});case"iiii":default:return t.day(n,{width:"wide",context:"formatting"})}},a:function(e,r,t){const a=e.getHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return t.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"aaa":return t.dayPeriod(a,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return t.dayPeriod(a,{width:"narrow",context:"formatting"});case"aaaa":default:return t.dayPeriod(a,{width:"wide",context:"formatting"})}},b:function(e,r,t){const n=e.getHours();let a;switch(n===12?a=yt.noon:n===0?a=yt.midnight:a=n/12>=1?"pm":"am",r){case"b":case"bb":return t.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"bbb":return t.dayPeriod(a,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return t.dayPeriod(a,{width:"narrow",context:"formatting"});case"bbbb":default:return t.dayPeriod(a,{width:"wide",context:"formatting"})}},B:function(e,r,t){const n=e.getHours();let a;switch(n>=17?a=yt.evening:n>=12?a=yt.afternoon:n>=4?a=yt.morning:a=yt.night,r){case"B":case"BB":case"BBB":return t.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"BBBBB":return t.dayPeriod(a,{width:"narrow",context:"formatting"});case"BBBB":default:return t.dayPeriod(a,{width:"wide",context:"formatting"})}},h:function(e,r,t){if(r==="ho"){let n=e.getHours()%12;return n===0&&(n=12),t.ordinalNumber(n,{unit:"hour"})}return Ke.h(e,r)},H:function(e,r,t){return r==="Ho"?t.ordinalNumber(e.getHours(),{unit:"hour"}):Ke.H(e,r)},K:function(e,r,t){const n=e.getHours()%12;return r==="Ko"?t.ordinalNumber(n,{unit:"hour"}):ue(n,r.length)},k:function(e,r,t){let n=e.getHours();return n===0&&(n=24),r==="ko"?t.ordinalNumber(n,{unit:"hour"}):ue(n,r.length)},m:function(e,r,t){return r==="mo"?t.ordinalNumber(e.getMinutes(),{unit:"minute"}):Ke.m(e,r)},s:function(e,r,t){return r==="so"?t.ordinalNumber(e.getSeconds(),{unit:"second"}):Ke.s(e,r)},S:function(e,r){return Ke.S(e,r)},X:function(e,r,t){const n=e.getTimezoneOffset();if(n===0)return"Z";switch(r){case"X":return sa(n);case"XXXX":case"XX":return ot(n);case"XXXXX":case"XXX":default:return ot(n,":")}},x:function(e,r,t){const n=e.getTimezoneOffset();switch(r){case"x":return sa(n);case"xxxx":case"xx":return ot(n);case"xxxxx":case"xxx":default:return ot(n,":")}},O:function(e,r,t){const n=e.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+ia(n,":");case"OOOO":default:return"GMT"+ot(n,":")}},z:function(e,r,t){const n=e.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+ia(n,":");case"zzzz":default:return"GMT"+ot(n,":")}},t:function(e,r,t){const n=Math.trunc(+e/1e3);return ue(n,r.length)},T:function(e,r,t){return ue(+e,r.length)}};function ia(e,r=""){const t=e>0?"-":"+",n=Math.abs(e),a=Math.trunc(n/60),o=n%60;return o===0?t+String(a):t+String(a)+r+ue(o,2)}function sa(e,r){return e%60===0?(e>0?"-":"+")+ue(Math.abs(e)/60,2):ot(e,r)}function ot(e,r=""){const t=e>0?"-":"+",n=Math.abs(e),a=ue(Math.trunc(n/60),2),o=ue(n%60,2);return t+a+r+o}const ca=(e,r)=>{switch(e){case"P":return r.date({width:"short"});case"PP":return r.date({width:"medium"});case"PPP":return r.date({width:"long"});case"PPPP":default:return r.date({width:"full"})}},Qa=(e,r)=>{switch(e){case"p":return r.time({width:"short"});case"pp":return r.time({width:"medium"});case"ppp":return r.time({width:"long"});case"pppp":default:return r.time({width:"full"})}},Sc=(e,r)=>{const t=e.match(/(P+)(p+)?/)||[],n=t[1],a=t[2];if(!a)return ca(e,r);let o;switch(n){case"P":o=r.dateTime({width:"short"});break;case"PP":o=r.dateTime({width:"medium"});break;case"PPP":o=r.dateTime({width:"long"});break;case"PPPP":default:o=r.dateTime({width:"full"});break}return o.replace("{{date}}",ca(n,r)).replace("{{time}}",Qa(a,r))},$t={p:Qa,P:Sc},kc=/^D+$/,Lc=/^Y+$/,Oc=["D","DD","YY","YYYY"];function Ka(e){return kc.test(e)}function Xa(e){return Lc.test(e)}function Nr(e,r,t){const n=Pc(e,r,t);if(console.warn(n),Oc.includes(e))throw new RangeError(n)}function Pc(e,r,t){const n=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${r}\`) for formatting ${n} to the input \`${t}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}function Dc(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function Ua(e){return!(!Dc(e)&&typeof e!="number"||isNaN(+B(e)))}const Rc=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,_c=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,jc=/^'([^]*?)'?$/,Ic=/''/g,$c=/[a-zA-Z]/;function Hc(e,r,t){var m,g,y,x,w,d,P,D;const n=it(),a=(t==null?void 0:t.locale)??n.locale??jt,o=(t==null?void 0:t.firstWeekContainsDate)??((g=(m=t==null?void 0:t.locale)==null?void 0:m.options)==null?void 0:g.firstWeekContainsDate)??n.firstWeekContainsDate??((x=(y=n.locale)==null?void 0:y.options)==null?void 0:x.firstWeekContainsDate)??1,i=(t==null?void 0:t.weekStartsOn)??((d=(w=t==null?void 0:t.locale)==null?void 0:w.options)==null?void 0:d.weekStartsOn)??n.weekStartsOn??((D=(P=n.locale)==null?void 0:P.options)==null?void 0:D.weekStartsOn)??0,s=B(e,t==null?void 0:t.in);if(!Ua(s))throw new RangeError("Invalid time value");let u=r.match(_c).map(R=>{const L=R[0];if(L==="p"||L==="P"){const O=$t[L];return O(R,a.formatLong)}return R}).join("").match(Rc).map(R=>{if(R==="''")return{isToken:!1,value:"'"};const L=R[0];if(L==="'")return{isToken:!1,value:Ac(R)};if(oa[L])return{isToken:!0,value:R};if(L.match($c))throw new RangeError("Format string contains an unescaped latin alphabet character `"+L+"`");return{isToken:!1,value:R}});a.localize.preprocessor&&(u=a.localize.preprocessor(s,u));const h={firstWeekContainsDate:o,weekStartsOn:i,locale:a};return u.map(R=>{if(!R.isToken)return R.value;const L=R.value;(!(t!=null&&t.useAdditionalWeekYearTokens)&&Xa(L)||!(t!=null&&t.useAdditionalDayOfYearTokens)&&Ka(L))&&Nr(L,r,String(e));const O=oa[L[0]];return O(s,L,a.localize,h)}).join("")}function Ac(e){const r=e.match(jc);return r?r[1].replace(Ic,"'"):e}function Nc(e,r){return B(e,r==null?void 0:r.in).getDate()}function Ja(e,r){const t=B(e,r==null?void 0:r.in),n=t.getFullYear(),a=t.getMonth(),o=pe(t,0);return o.setFullYear(n,a+1,0),o.setHours(0,0,0,0),o.getDate()}function Fc(e,r){return B(e,r==null?void 0:r.in).getHours()}function Vc(e,r){return B(e,r==null?void 0:r.in).getMinutes()}function Bc(e,r){return B(e,r==null?void 0:r.in).getMonth()}function Wc(e){return B(e).getSeconds()}function Yc(e){return B(e).getMilliseconds()}function zc(e,r){return B(e,r==null?void 0:r.in).getFullYear()}function Rr(e,r){return+B(e)>+B(r)}function _r(e,r){return+B(e)<+B(r)}function qc(e,r){return+B(e)==+B(r)}function Zc(e,r,t){const[n,a]=Ft(t==null?void 0:t.in,e,r);return+It(n)==+It(a)}function Gc(e,r,t){const[n,a]=Ft(t==null?void 0:t.in,e,r);return n.getFullYear()===a.getFullYear()}function Qc(e,r,t){const[n,a]=Ft(t==null?void 0:t.in,e,r);return n.getFullYear()===a.getFullYear()&&n.getMonth()===a.getMonth()}function ua(e,r){const t=B(e,r==null?void 0:r.in);return t.setMinutes(0,0,0),t}function Kc(e,r,t){const[n,a]=Ft(t==null?void 0:t.in,e,r);return+ua(n)==+ua(a)}function Xc(){return Object.assign({},it())}function Uc(e,r){const t=Jc(r)?new r(0):pe(r,0);return t.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),t}function Jc(e){var r;return typeof e=="function"&&((r=e.prototype)==null?void 0:r.constructor)===e}const eu=10;class eo{constructor(){I(this,"subPriority",0)}validate(r,t){return!0}}class tu extends eo{constructor(r,t,n,a,o){super(),this.value=r,this.validateValue=t,this.setValue=n,this.priority=a,o&&(this.subPriority=o)}validate(r,t){return this.validateValue(r,this.value,t)}set(r,t,n){return this.setValue(r,t,this.value,n)}}class ru extends eo{constructor(t,n){super();I(this,"priority",eu);I(this,"subPriority",-1);this.context=t||(a=>pe(n,a))}set(t,n){return n.timestampIsSet?t:pe(t,Uc(t,this.context))}}class oe{run(r,t,n,a){const o=this.parse(r,t,n,a);return o?{setter:new tu(o.value,this.validate,this.set,this.priority,this.subPriority),rest:o.rest}:null}validate(r,t,n){return!0}}class nu extends oe{constructor(){super(...arguments);I(this,"priority",140);I(this,"incompatibleTokens",["R","u","t","T"])}parse(t,n,a){switch(n){case"G":case"GG":case"GGG":return a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"});case"GGGGG":return a.era(t,{width:"narrow"});case"GGGG":default:return a.era(t,{width:"wide"})||a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"})}}set(t,n,a){return n.era=a,t.setFullYear(a,0,1),t.setHours(0,0,0,0),t}}const Te={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},Ve={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Ee(e,r){return e&&{value:r(e.value),rest:e.rest}}function Ce(e,r){const t=r.match(e);return t?{value:parseInt(t[0],10),rest:r.slice(t[0].length)}:null}function Be(e,r){const t=r.match(e);if(!t)return null;if(t[0]==="Z")return{value:0,rest:r.slice(1)};const n=t[1]==="+"?1:-1,a=t[2]?parseInt(t[2],10):0,o=t[3]?parseInt(t[3],10):0,i=t[5]?parseInt(t[5],10):0;return{value:n*(a*Wa+o*Ba+i*F0),rest:r.slice(t[0].length)}}function to(e){return Ce(Te.anyDigitsSigned,e)}function xe(e,r){switch(e){case 1:return Ce(Te.singleDigit,r);case 2:return Ce(Te.twoDigits,r);case 3:return Ce(Te.threeDigits,r);case 4:return Ce(Te.fourDigits,r);default:return Ce(new RegExp("^\\d{1,"+e+"}"),r)}}function nr(e,r){switch(e){case 1:return Ce(Te.singleDigitSigned,r);case 2:return Ce(Te.twoDigitsSigned,r);case 3:return Ce(Te.threeDigitsSigned,r);case 4:return Ce(Te.fourDigitsSigned,r);default:return Ce(new RegExp("^-?\\d{1,"+e+"}"),r)}}function nn(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function ro(e,r){const t=r>0,n=t?r:1-r;let a;if(n<=50)a=e||100;else{const o=n+50,i=Math.trunc(o/100)*100,s=e>=o%100;a=e+i-(s?100:0)}return t?a:1-a}function no(e){return e%400===0||e%4===0&&e%100!==0}class au extends oe{constructor(){super(...arguments);I(this,"priority",130);I(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(t,n,a){const o=i=>({year:i,isTwoDigitYear:n==="yy"});switch(n){case"y":return Ee(xe(4,t),o);case"yo":return Ee(a.ordinalNumber(t,{unit:"year"}),o);default:return Ee(xe(n.length,t),o)}}validate(t,n){return n.isTwoDigitYear||n.year>0}set(t,n,a){const o=t.getFullYear();if(a.isTwoDigitYear){const s=ro(a.year,o);return t.setFullYear(s,0,1),t.setHours(0,0,0,0),t}const i=!("era"in n)||n.era===1?a.year:1-a.year;return t.setFullYear(i,0,1),t.setHours(0,0,0,0),t}}class ou extends oe{constructor(){super(...arguments);I(this,"priority",130);I(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(t,n,a){const o=i=>({year:i,isTwoDigitYear:n==="YY"});switch(n){case"Y":return Ee(xe(4,t),o);case"Yo":return Ee(a.ordinalNumber(t,{unit:"year"}),o);default:return Ee(xe(n.length,t),o)}}validate(t,n){return n.isTwoDigitYear||n.year>0}set(t,n,a,o){const i=tn(t,o);if(a.isTwoDigitYear){const u=ro(a.year,i);return t.setFullYear(u,0,o.firstWeekContainsDate),t.setHours(0,0,0,0),Qe(t,o)}const s=!("era"in n)||n.era===1?a.year:1-a.year;return t.setFullYear(s,0,o.firstWeekContainsDate),t.setHours(0,0,0,0),Qe(t,o)}}class iu extends oe{constructor(){super(...arguments);I(this,"priority",130);I(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(t,n){return nr(n==="R"?4:n.length,t)}set(t,n,a){const o=pe(t,0);return o.setFullYear(a,0,4),o.setHours(0,0,0,0),wt(o)}}class su extends oe{constructor(){super(...arguments);I(this,"priority",130);I(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(t,n){return nr(n==="u"?4:n.length,t)}set(t,n,a){return t.setFullYear(a,0,1),t.setHours(0,0,0,0),t}}class cu extends oe{constructor(){super(...arguments);I(this,"priority",120);I(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"Q":case"QQ":return xe(n.length,t);case"Qo":return a.ordinalNumber(t,{unit:"quarter"});case"QQQ":return a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQ":default:return a.quarter(t,{width:"wide",context:"formatting"})||a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=1&&n<=4}set(t,n,a){return t.setMonth((a-1)*3,1),t.setHours(0,0,0,0),t}}class uu extends oe{constructor(){super(...arguments);I(this,"priority",120);I(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"q":case"qq":return xe(n.length,t);case"qo":return a.ordinalNumber(t,{unit:"quarter"});case"qqq":return a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return a.quarter(t,{width:"narrow",context:"standalone"});case"qqqq":default:return a.quarter(t,{width:"wide",context:"standalone"})||a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=1&&n<=4}set(t,n,a){return t.setMonth((a-1)*3,1),t.setHours(0,0,0,0),t}}class lu extends oe{constructor(){super(...arguments);I(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);I(this,"priority",110)}parse(t,n,a){const o=i=>i-1;switch(n){case"M":return Ee(Ce(Te.month,t),o);case"MM":return Ee(xe(2,t),o);case"Mo":return Ee(a.ordinalNumber(t,{unit:"month"}),o);case"MMM":return a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return a.month(t,{width:"narrow",context:"formatting"});case"MMMM":default:return a.month(t,{width:"wide",context:"formatting"})||a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.setMonth(a,1),t.setHours(0,0,0,0),t}}class fu extends oe{constructor(){super(...arguments);I(this,"priority",110);I(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(t,n,a){const o=i=>i-1;switch(n){case"L":return Ee(Ce(Te.month,t),o);case"LL":return Ee(xe(2,t),o);case"Lo":return Ee(a.ordinalNumber(t,{unit:"month"}),o);case"LLL":return a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return a.month(t,{width:"narrow",context:"standalone"});case"LLLL":default:return a.month(t,{width:"wide",context:"standalone"})||a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.setMonth(a,1),t.setHours(0,0,0,0),t}}function du(e,r,t){const n=B(e,t==null?void 0:t.in),a=rn(n,t)-r;return n.setDate(n.getDate()-a*7),B(n,t==null?void 0:t.in)}class hu extends oe{constructor(){super(...arguments);I(this,"priority",100);I(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(t,n,a){switch(n){case"w":return Ce(Te.week,t);case"wo":return a.ordinalNumber(t,{unit:"week"});default:return xe(n.length,t)}}validate(t,n){return n>=1&&n<=53}set(t,n,a,o){return Qe(du(t,a,o),o)}}function mu(e,r,t){const n=B(e,t==null?void 0:t.in),a=Ga(n,t)-r;return n.setDate(n.getDate()-a*7),n}class gu extends oe{constructor(){super(...arguments);I(this,"priority",100);I(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(t,n,a){switch(n){case"I":return Ce(Te.week,t);case"Io":return a.ordinalNumber(t,{unit:"week"});default:return xe(n.length,t)}}validate(t,n){return n>=1&&n<=53}set(t,n,a){return wt(mu(t,a))}}const yu=[31,28,31,30,31,30,31,31,30,31,30,31],pu=[31,29,31,30,31,30,31,31,30,31,30,31];class Cu extends oe{constructor(){super(...arguments);I(this,"priority",90);I(this,"subPriority",1);I(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"d":return Ce(Te.date,t);case"do":return a.ordinalNumber(t,{unit:"date"});default:return xe(n.length,t)}}validate(t,n){const a=t.getFullYear(),o=no(a),i=t.getMonth();return o?n>=1&&n<=pu[i]:n>=1&&n<=yu[i]}set(t,n,a){return t.setDate(a),t.setHours(0,0,0,0),t}}class bu extends oe{constructor(){super(...arguments);I(this,"priority",90);I(this,"subpriority",1);I(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(t,n,a){switch(n){case"D":case"DD":return Ce(Te.dayOfYear,t);case"Do":return a.ordinalNumber(t,{unit:"date"});default:return xe(n.length,t)}}validate(t,n){const a=t.getFullYear();return no(a)?n>=1&&n<=366:n>=1&&n<=365}set(t,n,a){return t.setMonth(0,a),t.setHours(0,0,0,0),t}}function an(e,r,t){var g,y,x,w;const n=it(),a=(t==null?void 0:t.weekStartsOn)??((y=(g=t==null?void 0:t.locale)==null?void 0:g.options)==null?void 0:y.weekStartsOn)??n.weekStartsOn??((w=(x=n.locale)==null?void 0:x.options)==null?void 0:w.weekStartsOn)??0,o=B(e,t==null?void 0:t.in),i=o.getDay(),u=(r%7+7)%7,h=7-a,m=r<0||r>6?r-(i+h)%7:(u+h)%7-(i+h)%7;return _t(o,m,t)}class wu extends oe{constructor(){super(...arguments);I(this,"priority",90);I(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"E":case"EE":case"EEE":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return a.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEE":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,o){return t=an(t,a,o),t.setHours(0,0,0,0),t}}class xu extends oe{constructor(){super(...arguments);I(this,"priority",90);I(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(t,n,a,o){const i=s=>{const u=Math.floor((s-1)/7)*7;return(s+o.weekStartsOn+6)%7+u};switch(n){case"e":case"ee":return Ee(xe(n.length,t),i);case"eo":return Ee(a.ordinalNumber(t,{unit:"day"}),i);case"eee":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeeee":return a.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeee":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,o){return t=an(t,a,o),t.setHours(0,0,0,0),t}}class vu extends oe{constructor(){super(...arguments);I(this,"priority",90);I(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(t,n,a,o){const i=s=>{const u=Math.floor((s-1)/7)*7;return(s+o.weekStartsOn+6)%7+u};switch(n){case"c":case"cc":return Ee(xe(n.length,t),i);case"co":return Ee(a.ordinalNumber(t,{unit:"day"}),i);case"ccc":return a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"ccccc":return a.day(t,{width:"narrow",context:"standalone"});case"cccccc":return a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"cccc":default:return a.day(t,{width:"wide",context:"standalone"})||a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,o){return t=an(t,a,o),t.setHours(0,0,0,0),t}}function Tu(e,r){const t=B(e,r==null?void 0:r.in).getDay();return t===0?7:t}function Eu(e,r,t){const n=B(e,t==null?void 0:t.in),a=Tu(n,t),o=r-a;return _t(n,o,t)}class Mu extends oe{constructor(){super(...arguments);I(this,"priority",90);I(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(t,n,a){const o=i=>i===0?7:i;switch(n){case"i":case"ii":return xe(n.length,t);case"io":return a.ordinalNumber(t,{unit:"day"});case"iii":return Ee(a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),o);case"iiiii":return Ee(a.day(t,{width:"narrow",context:"formatting"}),o);case"iiiiii":return Ee(a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),o);case"iiii":default:return Ee(a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),o)}}validate(t,n){return n>=1&&n<=7}set(t,n,a){return t=Eu(t,a),t.setHours(0,0,0,0),t}}class Su extends oe{constructor(){super(...arguments);I(this,"priority",80);I(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(t,n,a){switch(n){case"a":case"aa":case"aaa":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaa":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(nn(a),0,0,0),t}}class ku extends oe{constructor(){super(...arguments);I(this,"priority",80);I(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(t,n,a){switch(n){case"b":case"bb":case"bbb":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbb":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(nn(a),0,0,0),t}}class Lu extends oe{constructor(){super(...arguments);I(this,"priority",80);I(this,"incompatibleTokens",["a","b","t","T"])}parse(t,n,a){switch(n){case"B":case"BB":case"BBB":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBB":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(nn(a),0,0,0),t}}class Ou extends oe{constructor(){super(...arguments);I(this,"priority",70);I(this,"incompatibleTokens",["H","K","k","t","T"])}parse(t,n,a){switch(n){case"h":return Ce(Te.hour12h,t);case"ho":return a.ordinalNumber(t,{unit:"hour"});default:return xe(n.length,t)}}validate(t,n){return n>=1&&n<=12}set(t,n,a){const o=t.getHours()>=12;return o&&a<12?t.setHours(a+12,0,0,0):!o&&a===12?t.setHours(0,0,0,0):t.setHours(a,0,0,0),t}}class Pu extends oe{constructor(){super(...arguments);I(this,"priority",70);I(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(t,n,a){switch(n){case"H":return Ce(Te.hour23h,t);case"Ho":return a.ordinalNumber(t,{unit:"hour"});default:return xe(n.length,t)}}validate(t,n){return n>=0&&n<=23}set(t,n,a){return t.setHours(a,0,0,0),t}}class Du extends oe{constructor(){super(...arguments);I(this,"priority",70);I(this,"incompatibleTokens",["h","H","k","t","T"])}parse(t,n,a){switch(n){case"K":return Ce(Te.hour11h,t);case"Ko":return a.ordinalNumber(t,{unit:"hour"});default:return xe(n.length,t)}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.getHours()>=12&&a<12?t.setHours(a+12,0,0,0):t.setHours(a,0,0,0),t}}class Ru extends oe{constructor(){super(...arguments);I(this,"priority",70);I(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(t,n,a){switch(n){case"k":return Ce(Te.hour24h,t);case"ko":return a.ordinalNumber(t,{unit:"hour"});default:return xe(n.length,t)}}validate(t,n){return n>=1&&n<=24}set(t,n,a){const o=a<=24?a%24:a;return t.setHours(o,0,0,0),t}}class _u extends oe{constructor(){super(...arguments);I(this,"priority",60);I(this,"incompatibleTokens",["t","T"])}parse(t,n,a){switch(n){case"m":return Ce(Te.minute,t);case"mo":return a.ordinalNumber(t,{unit:"minute"});default:return xe(n.length,t)}}validate(t,n){return n>=0&&n<=59}set(t,n,a){return t.setMinutes(a,0,0),t}}class ju extends oe{constructor(){super(...arguments);I(this,"priority",50);I(this,"incompatibleTokens",["t","T"])}parse(t,n,a){switch(n){case"s":return Ce(Te.second,t);case"so":return a.ordinalNumber(t,{unit:"second"});default:return xe(n.length,t)}}validate(t,n){return n>=0&&n<=59}set(t,n,a){return t.setSeconds(a,0),t}}class Iu extends oe{constructor(){super(...arguments);I(this,"priority",30);I(this,"incompatibleTokens",["t","T"])}parse(t,n){const a=o=>Math.trunc(o*Math.pow(10,-n.length+3));return Ee(xe(n.length,t),a)}set(t,n,a){return t.setMilliseconds(a),t}}class $u extends oe{constructor(){super(...arguments);I(this,"priority",10);I(this,"incompatibleTokens",["t","T","x"])}parse(t,n){switch(n){case"X":return Be(Ve.basicOptionalMinutes,t);case"XX":return Be(Ve.basic,t);case"XXXX":return Be(Ve.basicOptionalSeconds,t);case"XXXXX":return Be(Ve.extendedOptionalSeconds,t);case"XXX":default:return Be(Ve.extended,t)}}set(t,n,a){return n.timestampIsSet?t:pe(t,t.getTime()-rr(t)-a)}}class Hu extends oe{constructor(){super(...arguments);I(this,"priority",10);I(this,"incompatibleTokens",["t","T","X"])}parse(t,n){switch(n){case"x":return Be(Ve.basicOptionalMinutes,t);case"xx":return Be(Ve.basic,t);case"xxxx":return Be(Ve.basicOptionalSeconds,t);case"xxxxx":return Be(Ve.extendedOptionalSeconds,t);case"xxx":default:return Be(Ve.extended,t)}}set(t,n,a){return n.timestampIsSet?t:pe(t,t.getTime()-rr(t)-a)}}class Au extends oe{constructor(){super(...arguments);I(this,"priority",40);I(this,"incompatibleTokens","*")}parse(t){return to(t)}set(t,n,a){return[pe(t,a*1e3),{timestampIsSet:!0}]}}class Nu extends oe{constructor(){super(...arguments);I(this,"priority",20);I(this,"incompatibleTokens","*")}parse(t){return to(t)}set(t,n,a){return[pe(t,a),{timestampIsSet:!0}]}}const Fu={G:new nu,y:new au,Y:new ou,R:new iu,u:new su,Q:new cu,q:new uu,M:new lu,L:new fu,w:new hu,I:new gu,d:new Cu,D:new bu,E:new wu,e:new xu,c:new vu,i:new Mu,a:new Su,b:new ku,B:new Lu,h:new Ou,H:new Pu,K:new Du,k:new Ru,m:new _u,s:new ju,S:new Iu,X:new $u,x:new Hu,t:new Au,T:new Nu},Vu=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Bu=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Wu=/^'([^]*?)'?$/,Yu=/''/g,zu=/\S/,qu=/[a-zA-Z]/;function Zu(e,r,t,n){var P,D,R,L,O,v,A,z;const a=()=>pe((n==null?void 0:n.in)||t,NaN),o=Xc(),i=(n==null?void 0:n.locale)??o.locale??jt,s=(n==null?void 0:n.firstWeekContainsDate)??((D=(P=n==null?void 0:n.locale)==null?void 0:P.options)==null?void 0:D.firstWeekContainsDate)??o.firstWeekContainsDate??((L=(R=o.locale)==null?void 0:R.options)==null?void 0:L.firstWeekContainsDate)??1,u=(n==null?void 0:n.weekStartsOn)??((v=(O=n==null?void 0:n.locale)==null?void 0:O.options)==null?void 0:v.weekStartsOn)??o.weekStartsOn??((z=(A=o.locale)==null?void 0:A.options)==null?void 0:z.weekStartsOn)??0;if(!r)return e?a():B(t,n==null?void 0:n.in);const h={firstWeekContainsDate:s,weekStartsOn:u,locale:i},m=[new ru(n==null?void 0:n.in,t)],g=r.match(Bu).map(N=>{const H=N[0];if(H in $t){const l=$t[H];return l(N,i.formatLong)}return N}).join("").match(Vu),y=[];for(let N of g){!(n!=null&&n.useAdditionalWeekYearTokens)&&Xa(N)&&Nr(N,r,e),!(n!=null&&n.useAdditionalDayOfYearTokens)&&Ka(N)&&Nr(N,r,e);const H=N[0],l=Fu[H];if(l){const{incompatibleTokens:T}=l;if(Array.isArray(T)){const b=y.find(S=>T.includes(S.token)||S.token===H);if(b)throw new RangeError(`The format string mustn't contain \`${b.fullToken}\` and \`${N}\` at the same time`)}else if(l.incompatibleTokens==="*"&&y.length>0)throw new RangeError(`The format string mustn't contain \`${N}\` and any other token at the same time`);y.push({token:H,fullToken:N});const p=l.run(e,N,i.match,h);if(!p)return a();m.push(p.setter),e=p.rest}else{if(H.match(qu))throw new RangeError("Format string contains an unescaped latin alphabet character `"+H+"`");if(N==="''"?N="'":H==="'"&&(N=Gu(N)),e.indexOf(N)===0)e=e.slice(N.length);else return a()}}if(e.length>0&&zu.test(e))return a();const x=m.map(N=>N.priority).sort((N,H)=>H-N).filter((N,H,l)=>l.indexOf(N)===H).map(N=>m.filter(H=>H.priority===N).sort((H,l)=>l.subPriority-H.subPriority)).map(N=>N[0]);let w=B(t,n==null?void 0:n.in);if(isNaN(+w))return a();const d={};for(const N of x){if(!N.validate(w,h))return a();const H=N.set(w,d,h);Array.isArray(H)?(w=H[0],Object.assign(d,H[1])):w=H}return w}function Gu(e){return e.match(Wu)[1].replace(Yu,"'")}function Qu(e,r,t){const n=B(e,t==null?void 0:t.in);return n.setDate(r),n}function Ku(e,r,t){const n=B(e,t==null?void 0:t.in);return n.setHours(r),n}function Xu(e,r,t){const n=B(e,t==null?void 0:t.in);return n.setMinutes(r),n}function Uu(e,r,t){const n=B(e,t==null?void 0:t.in),a=n.getFullYear(),o=n.getDate(),i=pe(e,0);i.setFullYear(a,r,15),i.setHours(0,0,0,0);const s=Ja(i);return n.setMonth(r,Math.min(o,s)),n}function Ju(e,r,t){const n=B(e,t==null?void 0:t.in);return n.setSeconds(r),n}function el(e,r,t){const n=B(e,t==null?void 0:t.in);return n.setMilliseconds(r),n}function tl(e,r,t){const n=B(e,t==null?void 0:t.in);return isNaN(+n)?pe(e,NaN):(n.setFullYear(r),n)}function rl(e,r){const t=B(e,r==null?void 0:r.in);return t.setDate(1),t.setHours(0,0,0,0),t}function nl(e,r){const t=B(e,r==null?void 0:r.in),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function al(e,r,t){const n=+B(e,t==null?void 0:t.in),[a,o]=[+B(r.start,t==null?void 0:t.in),+B(r.end,t==null?void 0:t.in)].sort((i,s)=>i-s);return n>=a&&n<=o}function Fr(){return Fr=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Fr.apply(null,arguments)}const ol={y:{sectionType:"year",contentType:"digit",maxLength:4},yy:"year",yyy:{sectionType:"year",contentType:"digit",maxLength:4},yyyy:"year",M:{sectionType:"month",contentType:"digit",maxLength:2},MM:"month",MMMM:{sectionType:"month",contentType:"letter"},MMM:{sectionType:"month",contentType:"letter"},L:{sectionType:"month",contentType:"digit",maxLength:2},LL:"month",LLL:{sectionType:"month",contentType:"letter"},LLLL:{sectionType:"month",contentType:"letter"},d:{sectionType:"day",contentType:"digit",maxLength:2},dd:"day",do:{sectionType:"day",contentType:"digit-with-letter"},E:{sectionType:"weekDay",contentType:"letter"},EE:{sectionType:"weekDay",contentType:"letter"},EEE:{sectionType:"weekDay",contentType:"letter"},EEEE:{sectionType:"weekDay",contentType:"letter"},EEEEE:{sectionType:"weekDay",contentType:"letter"},i:{sectionType:"weekDay",contentType:"digit",maxLength:1},ii:"weekDay",iii:{sectionType:"weekDay",contentType:"letter"},iiii:{sectionType:"weekDay",contentType:"letter"},e:{sectionType:"weekDay",contentType:"digit",maxLength:1},ee:"weekDay",eee:{sectionType:"weekDay",contentType:"letter"},eeee:{sectionType:"weekDay",contentType:"letter"},eeeee:{sectionType:"weekDay",contentType:"letter"},eeeeee:{sectionType:"weekDay",contentType:"letter"},c:{sectionType:"weekDay",contentType:"digit",maxLength:1},cc:"weekDay",ccc:{sectionType:"weekDay",contentType:"letter"},cccc:{sectionType:"weekDay",contentType:"letter"},ccccc:{sectionType:"weekDay",contentType:"letter"},cccccc:{sectionType:"weekDay",contentType:"letter"},a:"meridiem",aa:"meridiem",aaa:"meridiem",H:{sectionType:"hours",contentType:"digit",maxLength:2},HH:"hours",h:{sectionType:"hours",contentType:"digit",maxLength:2},hh:"hours",m:{sectionType:"minutes",contentType:"digit",maxLength:2},mm:"minutes",s:{sectionType:"seconds",contentType:"digit",maxLength:2},ss:"seconds"},il={year:"yyyy",month:"LLLL",monthShort:"MMM",dayOfMonth:"d",dayOfMonthFull:"do",weekday:"EEEE",weekdayShort:"EEEEEE",hours24h:"HH",hours12h:"hh",meridiem:"aa",minutes:"mm",seconds:"ss",fullDate:"PP",keyboardDate:"P",shortDate:"MMM d",normalDate:"d MMMM",normalDateWithWeekday:"EEE, MMM d",fullTime:"p",fullTime12h:"hh:mm aa",fullTime24h:"HH:mm",keyboardDateTime:"P p",keyboardDateTime12h:"P hh:mm aa",keyboardDateTime24h:"P HH:mm"};class sl{constructor(r){this.isMUIAdapter=!0,this.isTimezoneCompatible=!1,this.lib=void 0,this.locale=void 0,this.formats=void 0,this.formatTokenMap=ol,this.escapedCharacters={start:"'",end:"'"},this.longFormatters=void 0,this.date=i=>typeof i>"u"?new Date:i===null?null:new Date(i),this.getInvalidDate=()=>new Date("Invalid Date"),this.getTimezone=()=>"default",this.setTimezone=i=>i,this.toJsDate=i=>i,this.getCurrentLocaleCode=()=>this.locale.code,this.is12HourCycleInCurrentLocale=()=>/a/.test(this.locale.formatLong.time({width:"short"})),this.expandFormat=i=>{const s=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;return i.match(s).map(u=>{const h=u[0];if(h==="p"||h==="P"){const m=this.longFormatters[h];return m(u,this.locale.formatLong)}return u}).join("")},this.formatNumber=i=>i,this.getDayOfWeek=i=>i.getDay()+1;const{locale:t,formats:n,longFormatters:a,lib:o}=r;this.locale=t,this.formats=Fr({},il,n),this.longFormatters=a,this.lib=o||"date-fns"}}class ao extends sl{constructor({locale:r,formats:t}={}){if(process.env.NODE_ENV!=="production"){if(typeof _t!="function")throw new Error(["MUI: The `date-fns` package v2.x is not compatible with this adapter.","Please, install v3.x or v4.x of the package or use the `AdapterDateFns` instead."].join(`
104
104
  `));if(!$t)throw new Error("MUI: The minimum supported `date-fns` package version compatible with this adapter is `3.2.x`.")}super({locale:r??jt,formats:t,longFormatters:$t}),this.parse=(n,a)=>n===""?null:Zu(n,a,new Date,{locale:this.locale}),this.isValid=n=>n==null?!1:Ua(n),this.format=(n,a)=>this.formatByString(n,this.formats[a]),this.formatByString=(n,a)=>Hc(n,a,{locale:this.locale}),this.isEqual=(n,a)=>n===null&&a===null?!0:n===null||a===null?!1:qc(n,a),this.isSameYear=(n,a)=>Gc(n,a),this.isSameMonth=(n,a)=>Qc(n,a),this.isSameDay=(n,a)=>Zc(n,a),this.isSameHour=(n,a)=>Kc(n,a),this.isAfter=(n,a)=>Rr(n,a),this.isAfterYear=(n,a)=>Rr(n,aa(a)),this.isAfterDay=(n,a)=>Rr(n,na(a)),this.isBefore=(n,a)=>_r(n,a),this.isBeforeYear=(n,a)=>_r(n,this.startOfYear(a)),this.isBeforeDay=(n,a)=>_r(n,this.startOfDay(a)),this.isWithinRange=(n,[a,o])=>al(n,{start:a,end:o}),this.startOfYear=n=>qa(n),this.startOfMonth=n=>rl(n),this.startOfWeek=n=>Qe(n,{locale:this.locale}),this.startOfDay=n=>It(n),this.endOfYear=n=>aa(n),this.endOfMonth=n=>nl(n),this.endOfWeek=n=>Z0(n,{locale:this.locale}),this.endOfDay=n=>na(n),this.addYears=(n,a)=>z0(n,a),this.addMonths=(n,a)=>za(n,a),this.addWeeks=(n,a)=>Y0(n,a),this.addDays=(n,a)=>_t(n,a),this.addHours=(n,a)=>W0(n,a),this.addMinutes=(n,a)=>B0(n,a),this.addSeconds=(n,a)=>V0(n,a),this.getYear=n=>zc(n),this.getMonth=n=>Bc(n),this.getDate=n=>Nc(n),this.getHours=n=>Fc(n),this.getMinutes=n=>Vc(n),this.getSeconds=n=>Wc(n),this.getMilliseconds=n=>Yc(n),this.setYear=(n,a)=>tl(n,a),this.setMonth=(n,a)=>Uu(n,a),this.setDate=(n,a)=>Qu(n,a),this.setHours=(n,a)=>Ku(n,a),this.setMinutes=(n,a)=>Xu(n,a),this.setSeconds=(n,a)=>Ju(n,a),this.setMilliseconds=(n,a)=>el(n,a),this.getDaysInMonth=n=>Ja(n),this.getWeekArray=n=>{const a=this.startOfWeek(this.startOfMonth(n)),o=this.endOfWeek(this.endOfMonth(n));let i=0,s=a;const u=[];for(;this.isBefore(s,o);){const h=Math.floor(i/7);u[h]=u[h]||[],u[h].push(s),s=this.addDays(s,1),i+=1}return u},this.getWeekNumber=n=>rn(n,{locale:this.locale}),this.getYearRange=([n,a])=>{const o=this.startOfYear(n),i=this.endOfYear(a),s=[];let u=o;for(;this.isBefore(u,i);)s.push(u),u=this.addYears(u,1);return s}}}function ar(){return c.jsxs(E.SvgIcon,{focusable:"false",viewBox:"0 0 24 24","aria-hidden":"true",style:{height:"21px",width:"21px"},children:[c.jsx("rect",{x:"4.03812",y:"7.03696",width:"16",height:"12",fill:"white"}),c.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.509 4C10.2132 4 9.97333 4.23985 9.97333 4.53571C9.97333 4.83158 10.2132 5.07143 10.509 5.07143H13.4957C13.7916 5.07143 14.0314 4.83158 14.0314 4.53571C14.0314 4.23985 13.7916 4 13.4957 4H10.509ZM4.46132 4.46018C4.71899 4.20251 5.08976 4.00122 5.50238 4.00122H7.00238C7.27852 4.00122 7.50238 4.22508 7.50238 4.50122C7.50238 4.77736 7.27852 5.00122 7.00238 5.00122H5.50238C5.41501 5.00122 5.28577 5.04995 5.16844 5.16728C5.0511 5.28462 5.00238 5.41386 5.00238 5.50122V6.99332H19.0024V5.50122C19.0024 5.41384 18.9537 5.2846 18.8363 5.16727C18.719 5.04995 18.5898 5.00122 18.5024 5.00122H17.0024C16.7262 5.00122 16.5024 4.77736 16.5024 4.50122C16.5024 4.22508 16.7262 4.00122 17.0024 4.00122H18.5024C18.915 4.00122 19.2858 4.20249 19.5434 4.46017C19.8011 4.71784 20.0024 5.0886 20.0024 5.50122V7.47818C20.004 7.49492 20.0048 7.51188 20.0048 7.52903C20.0048 7.54618 20.004 7.56315 20.0024 7.57989V18.5012C20.0024 18.9138 19.8011 19.2846 19.5434 19.5423C19.2858 19.7999 18.915 20.0012 18.5024 20.0012H5.50238C5.08976 20.0012 4.719 19.7999 4.46133 19.5423C4.20365 19.2846 4.00238 18.9138 4.00238 18.5012V7.57987C4.00081 7.56313 4 7.54618 4 7.52903C4 7.51189 4.00081 7.49493 4.00238 7.4782V5.50122C4.00238 5.08862 4.20366 4.71785 4.46132 4.46018ZM5.00238 18.5012V8.06475H19.0024V18.5012C19.0024 18.5886 18.9537 18.7178 18.8363 18.8352C18.719 18.9525 18.5898 19.0012 18.5024 19.0012H5.50238C5.415 19.0012 5.28576 18.9525 5.16843 18.8352C5.05111 18.7178 5.00238 18.5886 5.00238 18.5012ZM15.4869 4C15.7827 4 16.0226 4.23985 16.0226 4.53571V5.53349C16.0226 5.82935 15.7827 6.0692 15.4869 6.0692C15.191 6.0692 14.9511 5.82935 14.9511 5.53349V4.53571C14.9511 4.23985 15.191 4 15.4869 4ZM9.05364 4.53571C9.05364 4.23985 8.81379 4 8.51793 4C8.22206 4 7.98221 4.23985 7.98221 4.53571V5.53349C7.98221 5.82935 8.22206 6.0692 8.51793 6.0692C8.81379 6.0692 9.05364 5.82935 9.05364 5.53349V4.53571Z",fill:"#1E365E"}),c.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5024 7.00122C10.7785 7.00122 11.0024 7.22508 11.0024 7.50122V10.0012H12.0024C12.2785 10.0012 12.5024 10.2251 12.5024 10.5012C12.5024 10.7774 12.2785 11.0012 12.0024 11.0012H11.0024V13.0012H12.0024C12.2785 13.0012 12.5024 13.2251 12.5024 13.5012C12.5024 13.7774 12.2785 14.0012 12.0024 14.0012H11.0024V16.0012H16.0024V15.0012C16.0024 14.7251 16.2262 14.5012 16.5024 14.5012C16.7785 14.5012 17.0024 14.7251 17.0024 15.0012V16.0012H19.5024C19.7785 16.0012 20.0024 16.2251 20.0024 16.5012C20.0024 16.7774 19.7785 17.0012 19.5024 17.0012H17.0024V19.5012C17.0024 19.7774 16.7785 20.0012 16.5024 20.0012C16.2262 20.0012 16.0024 19.7774 16.0024 19.5012V17.0012H11.0024V19.5012C11.0024 19.7774 10.7785 20.0012 10.5024 20.0012C10.2262 20.0012 10.0024 19.7774 10.0024 19.5012V17.0012H8.00238V19.5012C8.00238 19.7774 7.77852 20.0012 7.50238 20.0012C7.22624 20.0012 7.00238 19.7774 7.00238 19.5012V17.0012H4.50238C4.22624 17.0012 4.00238 16.7774 4.00238 16.5012C4.00238 16.2251 4.22624 16.0012 4.50238 16.0012H7.00238V14.0012H4.50238C4.22624 14.0012 4.00238 13.7774 4.00238 13.5012C4.00238 13.2251 4.22624 13.0012 4.50238 13.0012H7.00238V11.0012H4.50238C4.22624 11.0012 4.00238 10.7774 4.00238 10.5012C4.00238 10.2251 4.22624 10.0012 4.50238 10.0012H7.00238V7.50122C7.00238 7.22508 7.22624 7.00122 7.50238 7.00122C7.77852 7.00122 8.00238 7.22508 8.00238 7.50122V10.0012H10.0024V7.50122C10.0024 7.22508 10.2262 7.00122 10.5024 7.00122ZM8.00238 11.0012V13.0012H10.0024V11.0012H8.00238ZM8.00238 14.0012V16.0012H10.0024V14.0012H8.00238ZM18.0024 13.0012C17.7262 13.0012 17.5024 13.2251 17.5024 13.5012C17.5024 13.7774 17.7262 14.0012 18.0024 14.0012H19.5024C19.7785 14.0012 20.0024 13.7774 20.0024 13.5012C20.0024 13.2251 19.7785 13.0012 19.5024 13.0012H18.0024ZM18.0024 10.0012C17.7262 10.0012 17.5024 10.2251 17.5024 10.5012C17.5024 10.7774 17.7262 11.0012 18.0024 11.0012H19.5024C19.7785 11.0012 20.0024 10.7774 20.0024 10.5012C20.0024 10.2251 19.7785 10.0012 19.5024 10.0012H18.0024ZM16.5024 7.00122C16.7785 7.00122 17.0024 7.22508 17.0024 7.50122V9.00122C17.0024 9.27736 16.7785 9.50122 16.5024 9.50122C16.2262 9.50122 16.0024 9.27736 16.0024 9.00122V7.50122C16.0024 7.22508 16.2262 7.00122 16.5024 7.00122Z",fill:"#1E365E",fillOpacity:"0.5"}),c.jsx("rect",{x:"13.5381",y:"10.5369",width:"3",height:"3",fill:"#1E365E",fillOpacity:"0.5",stroke:"#1E365E"})]})}const cl={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},ul={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},ll={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},fl={date:qe({formats:cl,defaultWidth:"full"}),time:qe({formats:ul,defaultWidth:"full"}),dateTime:qe({formats:ll,defaultWidth:"full"})},la={code:"en-AU",formatDistance:Xr,formatLong:fl,formatRelative:Ur,localize:Jr,match:en,options:{weekStartsOn:1,firstWeekContainsDate:4}},dl={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},hl={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},ml={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},gl={date:qe({formats:dl,defaultWidth:"full"}),time:qe({formats:hl,defaultWidth:"full"}),dateTime:qe({formats:ml,defaultWidth:"full"})},Gt={code:"en-GB",formatDistance:Xr,formatLong:gl,formatRelative:Ur,localize:Jr,match:en,options:{weekStartsOn:1,firstWeekContainsDate:4}},fa="Invalid date",rt="dd/MM/yyyy",Ot="yyyy-MM-dd HH:mm:ss",yl=new Date("1900-01-01"),pl=Intl.DateTimeFormat().resolvedOptions().timeZone,jr="yyyy-MM-dd HH:mm:ss",Cl="yyyy-MM-dd";W.format(yl,rt);W.format(W.add(new Date,{weeks:1}),rt);W.format(new Date,rt);W.format(W.add(new Date,{days:1}),rt);W.format(W.add(new Date,{weeks:2}),rt);const ee=(e,r,t,n,a)=>{if(!e)return null;let o=e;if(a)return W.format(new Date(o),Cl);if(r)return o=W.startOfDay(e),W.format(new Date(o),jr);if(t)return o=W.endOfDay(e),W.format(new Date(o),jr);if(n){const i=new Date;return o=W.setHours(o,W.getHours(i)),o=W.setMinutes(o,W.getMinutes(i)),o=W.setSeconds(o,W.getSeconds(i)),Ao.fromZonedTime(o,pl).toISOString()}else return W.format(new Date(o),jr)},pt=(e,r=rt,t,n)=>{var h;if(e===null)return null;const a=e.split(/[./-]/).map(m=>parseInt(m,10));let o=t.indexOf("d")===0?a[0]:a[1],i=t.indexOf("M")===0?a[0]:a[1],s=a[2];if(!n&&a.some(isNaN)||((h=a==null?void 0:a.filter(m=>m.isNaN))==null?void 0:h.length)===(a==null?void 0:a.length)||isNaN(o))return e=fa,null;if(isNaN(i)&&(i=new Date().getMonth()+1),isNaN(s))s=new Date().getFullYear();else{s.toString().length<=2&&(s=bl(s));//! Force maximum calendar year
105
105
  s>2099&&(s=2099)}const u=new Date(s,i-1,o);return u.getDate()!==o&&(e=fa),W.format(new Date(u),r)},bl=e=>{const r=new Date().getFullYear()+5,t=Math.floor(r/100)*100,n=parseInt(e);return(n>r%100?t-100:t)+n},wl=e=>{if((e==null?void 0:e.hostInfo.region.toLowerCase())==="uk")return{...Gt,options:{...Gt.options,weekStartsOn:1}};if((e==null?void 0:e.hostInfo.region.toLowerCase())==="us")return{...jt,options:{...jt.options,weekStartsOn:1}};if((e==null?void 0:e.hostInfo.region.toLowerCase())==="au"){//! includes NZ
106
- return{...la,options:{...la.options,weekStartsOn:1}}}else if((e==null?void 0:e.hostInfo.region.toLowerCase())==="ca")return{...Gt,options:{...Gt.options,weekStartsOn:1}}},xl=(e,r,t=!0,n,a)=>{const o=a?" HH:mm":" hh:mm a";return r&&e?W.format(t&&typeof e=="string"?e.replace(" ","T").replace("Z","").concat("Z"):e,`${r.formatLong.date({width:"short"})}${n?"":o}`):""},Pt=e=>{const r=new Date(e).getTimezoneOffset();return W.addMinutes(new Date(e),r)},vl=e=>!e||e==="",oo=yr(c.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"CloseOutlined");function io(){return c.jsxs(E.SvgIcon,{viewBox:"0 0 16 16","aria-hidden":"true",height:"16",width:"16",style:{width:16,height:16},children:[c.jsx("path",{fill:"#1E365E",d:"M0 0h16v16H0z"}),c.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.118 7.71l-4.43-.5 1.306-3.147 4.444 2.098-.785 5.245-.535-3.696zM6.421 8l.262-.781 2.098.52-.786 1.824-5.245 2.343L6.421 8z",fill:"#F69139"})]})}function so(){return c.jsx(E.SvgIcon,{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 20 20",style:{width:56,height:56},children:c.jsxs("g",{fill:"#FFBF00",fillRule:"evenodd",transform:"translate(1 1)",children:[c.jsx("path",{d:"m9.5.5 9 16h-18z",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round"}),c.jsx("path",{d:"m9.5 10.5v-5",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round"}),c.jsx("circle",{cx:"9.5",cy:"13.5",fill:"#000000",r:"1"})]})})}const on=({actions:e,children:r,closeIcon:t,hideOverflow:n,isOpen:a,key:o,maxWidth:i,minWidth:s,onClose:u,showWarningIcon:h,title:m})=>c.jsx(c.Fragment,{children:c.jsxs(E.Dialog,{open:a,maxWidth:i||"xl",children:[c.jsxs(E.DialogContent,{sx:n?{padding:0,minWidth:s||400,overflowY:"hidden"}:{padding:0,minWidth:s||400},children:[c.jsx(E.DialogTitle,{style:{backgroundColor:"#f0f1f2",padding:0},children:c.jsxs("div",{style:{alignItems:"center",display:"flex",minHeight:28,paddingLeft:8,verticalAlign:"center"},children:[c.jsx(io,{}),c.jsx("div",{style:{flex:1,paddingLeft:5},children:c.jsx(E.Typography,{variant:"body1",children:m})}),c.jsx("div",{children:t&&c.jsx(E.IconButton,{disableRipple:!0,disableFocusRipple:!0,disableTouchRipple:!0,sx:{borderRadius:0,":hover":{backgroundColor:"#c42b1c",".MuiSvgIcon-root":{path:{color:"#ffffff"}}}},onClick:()=>{u&&u()},children:c.jsx(oo,{style:{height:20}})})})]})}),c.jsxs("div",{style:{display:"flex",minHeight:120},children:[!!h&&c.jsx("div",{style:{marginLeft:15,marginTop:"auto",marginBottom:"auto"},children:c.jsx(so,{})}),c.jsx("div",{style:{flex:1,marginTop:"auto",marginBottom:"auto",marginLeft:15,marginRight:15},children:r})]})]}),e&&c.jsx(E.DialogActions,{style:{borderTop:"1px solid rgba(224, 224, 224, 1)",backgroundColor:"rgb(241, 243, 249)"},children:e})]},o)}),Tl=({disabled:e,fullWidth:r,isUTC:t,startOfDate:n,endOfDate:a,dateOnly:o,onUpdate:i,additionalActions:s,size:u,validate30Days:h,validate:m,value:g,locale:y})=>{var l;const[x,w]=ge.useState(null),[d,P]=ge.useState(null),[D,R]=ge.useState(null),[L,O]=ge.useState(null),[v,A]=ge.useState(!1),z=y?y.formatLong.date({width:"short"}).toLowerCase().replaceAll("m","M"):rt;ge.useEffect(()=>{y&&(P(g?new Date(g):null),R(g&&W.format(Pt(g),z)),g||(R(null),i(null)))},[z,g,y]);const N=(y==null?void 0:y.formatLong.date({width:"short"}).indexOf("M"))===0?/^(\d{1,2}\/\d{1,2}\/\d{2,4}\s+\d{1,2}\:\d{1,2})|(\d{1,2}\/\d{1,2}\/\d{2,4}\s+\d{1,2}\:)|(\d{1,2}\/\d{1,2}\/\d{2,4}\s+\d{1,2})|(\d{1,2}\/\d{1,2}\/\d{2,4}\s+)|(\d{1,2}\/\d{1,2}\/\d{2,4})|(\d{1,2}\/\d{1,2}\/)|(\d{1,2}\/\d{1,2})|(\d{1,2}\/)|(\d{1,2})$/:/^(\d{1,4}\/\d{1,2}\/\d{1,2}\s+\d{1,2}\:\d{1,2})|(\d{1,4}\/\d{1,2}\/\d{1,2}\s+\d{1,2}\:)|(\d{1,4}\/\d{1,2}\/\d{1,2}\s+\d{1,2})|(\d{1,4}\/\d{1,2}\/\d{1,2}\s+)|(\d{1,4}\/\d{1,2}\/\d{1,2})|(\d{1,4}\/\d{1,2}\/)|(\d{1,4}\/\d{1,2})|(\d{1,4}\/)|(\d{1,4})$/,H=/^[\0-9_\/_:]*$/;return c.jsxs(c.Fragment,{children:[c.jsx(E.TextField,{onChange:T=>{const p=T.target.value;T.target.value[T.target.value.length-1]===":"&&(p.match(/:/g)||[]).length>1||T.target.value[T.target.value.length-1]==="/"&&(p.match(/\//g)||[]).length>2||(p.match(/\/\//g)||[]).length||(H.test(p)&&N.test(p)||vl(p))&&R(p)},placeholder:y?y.formatLong.date({width:"short"}).toLowerCase():void 0,onKeyDown:T=>{const p=T.target.value;if(T.code==="Backspace")D&&(D[(D==null?void 0:D.length)-1]==="/"||D[(D==null?void 0:D.length)-1]===":")&&R(p.substring(0,p.length-1));else{if(T.code==="Semicolon"&&p.includes(":"))return;H.test(p)&&N.test(p)&&R(p)}},onKeyUp:T=>{const p=T.target.value;let b=p.replace("-","/");const S=b.length;p.includes&&(T.code==="Backspace"||T.code==="Delete"||T.code==="Slash"&&b.split("/").length<3||T.code==="Semicolon"&&b.includes(":"))||N.test(b)&&(S===2&&!b.includes("/")&&(b=b+"/"),S>4&&b.split("/")[1].length===2&&b.split("/").length<3&&(b=b+"/"),R(b))},onBlur:T=>{const p=T.target.value;if(p!==g){const b=pt(p,Ot,z,!0);if(g&&b&&h&&W.differenceInDays(new Date(b),new Date)>30&&JSON.stringify(ee(b?new Date(b):null,n,a,t,o))!==JSON.stringify(ee(d?new Date(d):null,n,a,t,o))&&O({keepButton:!0,message:"Selected date is in the future.",originalValue:g}),m){const S=m(b||null);S&&O(S)}P(b?new Date(b):null),R(b&&W.format(new Date(b),z)),i(ee(b?new Date(b):null,n,a,t,o))}},value:D||"",disabled:e,sx:{width:r?"100%":110},size:u||"small",slotProps:{input:{endAdornment:c.jsx(E.IconButton,{sx:{borderRadius:0,padding:"2px",backgroundColor:e?"#f3f3f3 !important":"inherit",":hover":{backgroundColor:"rgba(0, 0, 0, 0.04)"},":focus":{backgroundColor:"rgba(0, 0, 0, 0.04)"}},onClick:T=>{w(T.currentTarget),A(!0)},disabled:e,disableFocusRipple:!0,disableRipple:!0,children:c.jsx(ar,{})})}}}),c.jsx(E.Popper,{open:v,sx:{zIndex:1500},anchorEl:x,children:c.jsx(E.ClickAwayListener,{onClickAway:()=>{A(!1)},children:c.jsx(E.Paper,{children:c.jsxs("div",{className:"displayFlex",style:{flexDirection:"column",alignItems:"center",backgroundColor:"#fff"},children:[c.jsx(Xt.LocalizationProvider,{dateAdapter:ao,adapterLocale:y,children:c.jsx(Xt.DateCalendar,{value:d?new Date(d):null,onChange:(T,p)=>{p!=="partial"&&A(!1),g&&h&&W.differenceInDays(new Date(T),new Date)>30&&O({keepButton:!0,message:"Selected date is in the future.",originalValue:g});const b=T||null;if(m){const S=m(b);S&&O(S)}P(g),R(b&&W.format(new Date(b),z)),i(ee(b?new Date(b):null,n,a,t,o))},views:["year","month","day"]})}),((s==null?void 0:s.showToday)||(s==null?void 0:s.customActions)||(s==null?void 0:s.showClear))&&c.jsxs("div",{className:"displayFlex",style:{paddingBottom:10},children:[(s==null?void 0:s.showToday)&&c.jsx(He,{onClick:()=>{const T=new Date;P(T),i(ee(T?new Date(T):null,n,a,t,o)),A(!1)},size:"small",children:"Today"}),(s==null?void 0:s.customActions)&&((l=s==null?void 0:s.customActions)==null?void 0:l.map(T=>c.jsx("div",{style:{paddingLeft:5},children:c.jsx(He,{onClick:()=>{P(T.value),i(ee(T.value?new Date(T.value):null,n,a,t,o)),A(!1)},size:"small",children:T.label})}))),(s==null?void 0:s.showClear)&&c.jsx("div",{style:{paddingLeft:5},children:c.jsx(He,{onClick:()=>{P(null),R(""),A(!1),i(null),A(!1)},variant:"outlined",color:"secondary",size:"small",children:"Clear"})})]})]})})})}),c.jsx(on,{actions:c.jsxs(c.Fragment,{children:[(L==null?void 0:L.keepButton)&&c.jsx("div",{style:{marginRight:5},children:c.jsx(He,{onClick:()=>{O(null)},children:"Keep Value"})}),c.jsx(He,{variant:"outlined",color:"secondary",onClick:()=>{const T=L==null?void 0:L.originalValue;i(T||null),P(T),O(null)},children:"Revert"})]}),isOpen:!!L,onClose:()=>O(null),showWarningIcon:!0,title:"Warning",children:c.jsx(E.Typography,{children:L==null?void 0:L.message})})]})},El=({disabled:e,fullWidth:r,isUTC:t,startOfDate:n,endOfDate:a,dateOnly:o,onUpdateFromDate:i,onUpdateToDate:s,additionalActions:u,size:h,validate30Days:m,validate:g,fromDate:y,toDate:x,locale:w,calendars:d})=>{var T;const[P,D]=ge.useState(null),[R,L]=ge.useState(null),[O,v]=ge.useState(null),[A,z]=ge.useState(null),[N,H]=ge.useState(!1),l=w?w.formatLong.date({width:"short"}).toLowerCase().replaceAll("m","M"):rt;return ge.useEffect(()=>{w&&(y?L(y&&W.format(Pt(y),l)):(L(null),i(null),i(null)))},[y,w]),ge.useEffect(()=>{w&&(x?v(x&&W.format(Pt(x),l)):(v(null),s(null)))},[x,w]),c.jsxs(c.Fragment,{children:[c.jsx(E.TextField,{onChange:p=>{const b=p.target.value;(/^[0-9/]+$/.test(b)||b===""||b.length<2)&&b.split("/").length<=3&&L(b)},placeholder:w?w.formatLong.date({width:"short"}).toLowerCase():void 0,onKeyDown:p=>{p.code==="Backspace"&&R&&R[(R==null?void 0:R.length)-1]==="/"&&L(p.target.value.substring(0,p.target.value.length-1))},onKeyUp:p=>{const b=p.target.value,S=/^(?!.*\/\/)[0-9/]+$/;let V=b.replace("-","/");const te=V.length;p.code==="Backspace"||p.code==="Delete"||p.code==="Slash"&&V.split("/").length<3||S.test(V)&&(te===2&&!V.includes("/")&&(V=V+"/"),te>4&&V.split("/")[1].length===2&&V.split("/").length<3&&(V=V+"/"),L(V))},onBlur:p=>{const b=p.target.value;if(b!==y){const S=pt(b,Ot,l,!0),V=pt(O,Ot,l,!0);if(V&&S&&W.isAfter(new Date(S),new Date(V))&&z({fromDate:!0,toDate:!1,keepButton:!1,message:"Selected To Date is before From Date.",originalValue:y}),y&&S&&m&&W.differenceInDays(new Date(S),new Date)>30&&JSON.stringify(ee(S?new Date(S):null,!0,a,t,o))!==JSON.stringify(ee(y?new Date(y):null,!0,a,t,o))&&z({fromDate:!0,toDate:!1,keepButton:!0,message:"Selected date is in the future.",originalValue:y}),g){const te=g(S||null);te&&z(te)}i(ee(S?new Date(S):null,!0,a,t,o))}},value:R||"",disabled:e,sx:{width:r?"100%":110},size:h||"small",slotProps:{input:{endAdornment:c.jsx(E.IconButton,{sx:{borderRadius:0,padding:"2px",backgroundColor:e?"#f3f3f3 !important":"inherit",":hover":{backgroundColor:"rgba(0, 0, 0, 0.04)"},":focus":{backgroundColor:"rgba(0, 0, 0, 0.04)"}},onClick:p=>{D(p.currentTarget),H(!0)},disabled:e,disableFocusRipple:!0,disableRipple:!0,children:c.jsx(ar,{})})}}}),c.jsx("div",{style:{margin:"auto"},children:c.jsx(E.Typography,{style:{paddingLeft:8,paddingRight:5},children:"To"})}),c.jsx(E.TextField,{onChange:p=>{const b=p.target.value;(/^[0-9/]+$/.test(b)||b===""||b.length<2)&&b.split("/").length<=3&&v(b)},placeholder:w?w.formatLong.date({width:"short"}).toLowerCase():void 0,onKeyDown:p=>{p.code==="Backspace"&&O&&O[(O==null?void 0:O.length)-1]==="/"&&v(p.target.value.substring(0,p.target.value.length-1))},onKeyUp:p=>{const b=p.target.value,S=/^(?!.*\/\/)[0-9/]+$/;let V=b.replace("-","/");const te=V.length;p.code==="Backspace"||p.code==="Delete"||p.code==="Slash"&&V.split("/").length<3||S.test(V)&&(te===2&&!V.includes("/")&&(V=V+"/"),te>4&&V.split("/")[1].length===2&&V.split("/").length<3&&(V=V+"/"),v(V))},onBlur:p=>{const b=p.target.value;if(b!==x){const S=pt(b,Ot,l,!0),V=pt(R,Ot,l,!0);if(V&&S&&W.isBefore(new Date(S),new Date(V))&&z({fromDate:!1,toDate:!0,keepButton:!1,message:"Selected To Date is before From Date.",originalValue:x}),x&&S&&m&&W.differenceInDays(new Date(S),new Date)>30&&JSON.stringify(ee(S?new Date(S):null,n,!0,t,o))!==JSON.stringify(ee(x?new Date(x):null,n,!0,t,o))&&z({fromDate:!1,toDate:!0,keepButton:!0,message:"Selected date is in the future.",originalValue:x}),g){const te=g(S||null);te&&z(te)}s(ee(S?new Date(S):null,n,!0,t,o))}},value:O||"",disabled:e,sx:{width:r?"100%":110},size:h||"small",slotProps:{input:{endAdornment:c.jsx(E.IconButton,{sx:{borderRadius:0,padding:"2px",backgroundColor:e?"#f3f3f3 !important":"inherit",":hover":{backgroundColor:"rgba(0, 0, 0, 0.04)"},":focus":{backgroundColor:"rgba(0, 0, 0, 0.04)"}},onClick:p=>{D(p.currentTarget),H(!0)},disabled:e,disableFocusRipple:!0,disableRipple:!0,children:c.jsx(ar,{})})}}}),c.jsx(E.Popper,{open:N,sx:{zIndex:1500},anchorEl:P,children:c.jsx(E.ClickAwayListener,{onClickAway:()=>{H(!1)},children:c.jsx(E.Paper,{style:{backgroundColor:"#fff",border:"1px solid rgba(0, 0, 0, 0.12)",borderRadius:0},children:c.jsxs("div",{className:"displayFlex dateActionButtons",style:{flexDirection:"row"},children:[((u==null?void 0:u.showToday)||(u==null?void 0:u.showYesterday)||(u==null?void 0:u.showThisWeek)||(u==null?void 0:u.showLastWeek)||(u==null?void 0:u.showThisMonth)||(u==null?void 0:u.showLastMonth)||(u==null?void 0:u.showLast30)||(u==null?void 0:u.showLast60)||(u==null?void 0:u.showLast90)||(u==null?void 0:u.customActions))&&c.jsxs("div",{className:"displayFlex",style:{flexDirection:"column",minHeight:208},children:[(u==null?void 0:u.showToday)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date;i(ee(p||null,!0,!1,t,o)),s(ee(p||null,!1,!0,t,o)),H(!1)},children:"Today"}),(u==null?void 0:u.showYesterday)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=W.addDays(new Date,-1);i(ee(p||null,!0,!1,t,o)),s(ee(p||null,!1,!0,t,o)),H(!1)},children:"Yesterday"}),(u==null?void 0:u.showThisWeek)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfWeek(p,{weekStartsOn:1}),S=W.endOfWeek(p,{weekStartsOn:1});i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"This Week"}),(u==null?void 0:u.showLastWeek)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfWeek(W.addDays(p,-7),{weekStartsOn:1}),S=W.endOfWeek(W.addDays(p,-7),{weekStartsOn:1});i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"Last Week"}),(u==null?void 0:u.showThisMonth)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfMonth(p),S=W.endOfMonth(p);i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"This Month"}),(u==null?void 0:u.showLastMonth)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfMonth(W.addMonths(p,-1)),S=W.endOfMonth(W.addMonths(p,-1));i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"Last Month"}),(u==null?void 0:u.showLast30)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.addDays(p,-30),S=p;i(ee(b?new Date(b):null,!0,!1,t,o)),s(ee(S?new Date(S):null,!1,!0,t,o)),H(!1)},children:"Last 30 days"}),(u==null?void 0:u.showLast60)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.addDays(p,-60),S=p;i(ee(b?new Date(b):null,!0,!1,t,o)),s(ee(S?new Date(S):null,!1,!0,t,o)),H(!1)},children:"Last 60 days"}),(u==null?void 0:u.showLast90)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.addDays(p,-90),S=p;i(ee(b?new Date(b):null,!0,!1,t,o)),s(ee(S?new Date(S):null,!1,!0,t,o)),H(!1)},children:"Last 90 days"}),(u==null?void 0:u.customActions)&&((T=u==null?void 0:u.customActions)==null?void 0:T.map(p=>c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{i(ee(p.fromValue?new Date(p.fromValue):null,n,a,t,o)),s(ee(p.toValue?new Date(p.toValue):null,n,a,t,o)),H(!1)},children:p.label})))]}),c.jsx("div",{className:"displayFlex",style:{flexDirection:"column",borderLeft:"1px solid #e0e0e0",alignSelf:"flex-start"},children:c.jsx(Xt.LocalizationProvider,{dateAdapter:ao,adapterLocale:w,children:c.jsx(Xt.DateRangeCalendar,{value:[y?Pt(y):null,x?Pt(x):null],onChange:(p,b)=>{b!=="partial"&&H(!1);const S=p[0]?p[0]:null,V=p[1]?p[1]:null;if(g){const te=g(S);te&&z(te);const ke=g(V);ke&&z(ke)}i(ee(S?new Date(S):null,!0,a,t,o)),s(ee(V?new Date(V):null,n,!0,t,o))},calendars:d||2,sx:{"& .MuiTypography-caption":{height:30,width:30},"& .MuiDateRangePickerDay-rangeIntervalPreview":{height:30,width:30},"& .MuiDayCalendar-slideTransition":{minHeight:220,height:220}},slotProps:{day:{style:{height:30,width:30}}}})})})]})})})}),c.jsx(on,{actions:c.jsxs(c.Fragment,{children:[(A==null?void 0:A.keepButton)&&c.jsx("div",{style:{marginRight:5},children:c.jsx(He,{onClick:()=>{z(null)},children:"Keep Value"})}),c.jsx(He,{variant:"outlined",color:"secondary",onClick:()=>{const p=A==null?void 0:A.originalValue;A!=null&&A.fromDate&&i(p||null),A!=null&&A.toDate&&s(p||null),z(null)},children:"Revert"})]}),isOpen:!!A,onClose:()=>z(null),showWarningIcon:!0,title:"Warning",children:c.jsx(E.Typography,{children:A==null?void 0:A.message})})]})},Ml=e=>c.jsx(E.Divider,{...e}),Sl=e=>{var h,m;const[r,t]=ge.useState(e.defaultDrawerWidth),n=ge.createRef(),a=e.minDrawerWidth?e.minDrawerWidth:500,o=(((h=n.current)==null?void 0:h.clientWidth)||1100)-250,i=()=>{document.addEventListener("mouseup",s,!0),document.addEventListener("mousemove",u,!0)},s=()=>{document.removeEventListener("mouseup",s,!0),document.removeEventListener("mousemove",u,!0)},u=ge.useCallback(g=>{const y=g.clientX-document.body.offsetLeft;y>a&&y<o&&t(y)},[o]);return c.jsxs("div",{ref:n,children:[c.jsxs(E.Drawer,{...e,style:{flexShrink:0},variant:"permanent",PaperProps:{style:{width:r,top:130,height:e.height,maxHeight:e.height}},children:[c.jsx("div",{onMouseDown:()=>i(),style:{width:"5px",cursor:"ew-resize",padding:"4px 0 0",borderTop:"1px solid #ddd",position:"absolute",top:0,right:0,bottom:0,zIndex:100,backgroundColor:"#f4f7f9"}}),e.leftContent]}),c.jsx("div",{style:{width:(((m=n.current)==null?void 0:m.clientWidth)||1100)-r,float:"right"},children:e.rightContent})]})},kl=({leftComponents:e,rightComponents:r,onCancel:t,onClose:n,onOK:a,onSaveDisable:o})=>c.jsxs("div",{style:{alignItems:"center",backgroundColor:"rgb(240, 241, 242)",borderTop:"1px solid #d8d8d8",display:"flex",height:"35px",padding:"12px 15px"},children:[e&&c.jsx(c.Fragment,{children:e}),c.jsx("div",{className:"flex1"}),r&&c.jsx(c.Fragment,{children:r}),t&&c.jsx(He,{onClick:t,variant:"outlined",color:"secondary",size:"small",children:"Cancel"}),a&&c.jsx("div",{style:{marginRight:5},children:c.jsx(He,{color:"primary",disabled:o||!1,onClick:a,size:"small",children:"OK"})}),n&&c.jsx(He,{variant:"outlined",color:"secondary",onClick:n,size:"small",children:"Close"})]}),co=({gray:e})=>c.jsx(E.SvgIcon,{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:16,height:16},children:c.jsx("path",{d:"M12.5 4.50049H13C13 4.36788 12.9473 4.2407 12.8536 4.14693C12.7598 4.05317 12.6326 4.00049 12.5 4.00049V4.50049ZM3.5 4.50049V4.00049C3.22386 4.00049 3 4.22435 3 4.50049H3.5ZM6 13.0005C6 13.2766 6.22386 13.5005 6.5 13.5005C6.77614 13.5005 7 13.2766 7 13.0005H6ZM7 6.50049C7 6.22435 6.77614 6.00049 6.5 6.00049C6.22386 6.00049 6 6.22435 6 6.50049H7ZM9 13.0005C9 13.2766 9.22386 13.5005 9.5 13.5005C9.77614 13.5005 10 13.2766 10 13.0005H9ZM10 6.50049C10 6.22435 9.77614 6.00049 9.5 6.00049C9.22386 6.00049 9 6.22435 9 6.50049H10ZM2.5 4.50049H2C2 4.77663 2.22386 5.00049 2.5 5.00049V4.50049ZM13.5 4.50049V5.00049C13.7761 5.00049 14 4.77663 14 4.50049H13.5ZM12.5 2.50049V3.00049V2.50049ZM10.5 2.50049H10C10 2.77663 10.2239 3.00049 10.5 3.00049V2.50049ZM10.5 1.50049H11C11 1.36788 10.9473 1.2407 10.8536 1.14693C10.7598 1.05317 10.6326 1.00049 10.5 1.00049V1.50049ZM5.5 1.50049V1.00049C5.36739 1.00049 5.24021 1.05317 5.14645 1.14693C5.05268 1.2407 5 1.36788 5 1.50049L5.5 1.50049ZM5.5 2.50049V3.00049C5.77614 3.00049 6 2.77663 6 2.50049H5.5ZM3.5 2.50049V2.00049V2.50049ZM3 14.0005C3 14.5776 3.14461 15.1022 3.52145 15.479C3.89829 15.8559 4.42293 16.0005 5 16.0005V15.0005C4.57707 15.0005 4.35171 14.8951 4.22855 14.7719C4.10539 14.6488 4 14.4234 4 14.0005H3ZM5 16.0005H11V15.0005H5V16.0005ZM11 16.0005C11.5771 16.0005 12.1017 15.8559 12.4786 15.479C12.8554 15.1022 13 14.5776 13 14.0005H12C12 14.4234 11.8946 14.6488 11.7714 14.7719C11.6483 14.8951 11.4229 15.0005 11 15.0005V16.0005ZM13 14.0005V4.50049H12V14.0005H13ZM12.5 4.00049H3.5V5.00049H12.5V4.00049ZM3 4.50049V14.0005H4V4.50049H3ZM7 13.0005V6.50049H6V13.0005H7ZM10 13.0005V6.50049H9V13.0005H10ZM2.5 5.00049H13.5V4.00049H2.5V5.00049ZM14 4.50049V3.50049H13V4.50049H14ZM14 3.50049C14 3.08787 13.7987 2.71711 13.5411 2.45943C13.2834 2.20176 12.9126 2.00049 12.5 2.00049V3.00049C12.5874 3.00049 12.7166 3.04921 12.8339 3.16654C12.9513 3.28387 13 3.4131 13 3.50049H14ZM12.5 2.00049H10.5V3.00049H12.5V2.00049ZM11 2.50049V1.50049H10V2.50049H11ZM10.5 1.00049C10.2504 1.00049 8.99962 1.00049 7.8125 1.00049C7.20169 1.00049 6.65769 1.00049 6.21094 1.00049C5.99055 1.00049 5.8239 1.00049 5.69434 1.00049C5.63539 1.00049 5.58067 1.00049 5.55066 1.00049C5.54963 1.00049 5.54861 1.00049 5.5476 1.00049C5.5466 1.00049 5.54561 1.00049 5.54464 1.00049C5.54367 1.00049 5.54271 1.00049 5.54177 1.00049C5.54082 1.00049 5.5399 1.00049 5.53898 1.00049C5.53807 1.00049 5.53718 1.00049 5.5363 1.00049C5.53541 1.00049 5.53455 1.00049 5.5337 1.00049C5.53285 1.00049 5.53202 1.00049 5.5312 1.00049C5.53038 1.00049 5.52958 1.00049 5.52879 1.00049C5.528 1.00049 5.52723 1.00049 5.52647 1.00049C5.52572 1.00049 5.52498 1.00049 5.52425 1.00049C5.52353 1.00049 5.52282 1.00049 5.52212 1.00049C5.52143 1.00049 5.52075 1.00049 5.52009 1.00049C5.51943 1.00049 5.51879 1.00049 5.51816 1.00049C5.51753 1.00049 5.51691 1.00049 5.51632 1.00049C5.51572 1.00049 5.51514 1.00049 5.51457 1.00049C5.51401 1.00049 5.51346 1.00049 5.51292 1.00049C5.51239 1.00049 5.51187 1.00049 5.51137 1.00049C5.51087 1.00049 5.51039 1.00049 5.50992 1.00049C5.50945 1.00049 5.509 1.00049 5.50856 1.00049C5.50813 1.00049 5.50771 1.00049 5.50731 1.00049C5.5069 1.00049 5.50652 1.00049 5.50615 1.00049C5.50578 1.00049 5.50542 1.00049 5.50509 1.00049C5.50475 1.00049 5.50443 1.00049 5.50413 1.00049C5.50382 1.00049 5.50353 1.00049 5.50326 1.00049C5.50299 1.00049 5.50274 1.00049 5.5025 1.00049C5.50226 1.00049 5.50204 1.00049 5.50184 1.00049C5.50164 1.00049 5.50145 1.00049 5.50128 1.00049C5.50111 1.00049 5.50096 1.00049 5.50082 1.00049C5.50068 1.00049 5.50056 1.00049 5.50046 1.00049C5.50036 1.00049 5.50027 1.00049 5.50021 1.00049C5.50014 1.00049 5.50009 1.00049 5.50005 1.00049C5.50002 1.00049 5.5 1.00049 5.5 1.50049C5.5 2.00049 5.50002 2.00049 5.50005 2.00049C5.50009 2.00049 5.50014 2.00049 5.50021 2.00049C5.50027 2.00049 5.50036 2.00049 5.50046 2.00049C5.50056 2.00049 5.50068 2.00049 5.50082 2.00049C5.50096 2.00049 5.50111 2.00049 5.50128 2.00049C5.50145 2.00049 5.50164 2.00049 5.50184 2.00049C5.50204 2.00049 5.50226 2.00049 5.5025 2.00049C5.50274 2.00049 5.50299 2.00049 5.50326 2.00049C5.50353 2.00049 5.50382 2.00049 5.50413 2.00049C5.50443 2.00049 5.50475 2.00049 5.50509 2.00049C5.50542 2.00049 5.50578 2.00049 5.50615 2.00049C5.50652 2.00049 5.5069 2.00049 5.50731 2.00049C5.50771 2.00049 5.50813 2.00049 5.50856 2.00049C5.509 2.00049 5.50945 2.00049 5.50992 2.00049C5.51039 2.00049 5.51087 2.00049 5.51137 2.00049C5.51187 2.00049 5.51239 2.00049 5.51292 2.00049C5.51346 2.00049 5.51401 2.00049 5.51457 2.00049C5.51514 2.00049 5.51572 2.00049 5.51632 2.00049C5.51691 2.00049 5.51753 2.00049 5.51816 2.00049C5.51879 2.00049 5.51943 2.00049 5.52009 2.00049C5.52075 2.00049 5.52143 2.00049 5.52212 2.00049C5.52282 2.00049 5.52353 2.00049 5.52425 2.00049C5.52498 2.00049 5.52572 2.00049 5.52647 2.00049C5.52723 2.00049 5.528 2.00049 5.52879 2.00049C5.52958 2.00049 5.53038 2.00049 5.5312 2.00049C5.53202 2.00049 5.53285 2.00049 5.5337 2.00049C5.53455 2.00049 5.53541 2.00049 5.5363 2.00049C5.53718 2.00049 5.53807 2.00049 5.53898 2.00049C5.5399 2.00049 5.54082 2.00049 5.54177 2.00049C5.54271 2.00049 5.54367 2.00049 5.54464 2.00049C5.54561 2.00049 5.5466 2.00049 5.5476 2.00049C5.54861 2.00049 5.54963 2.00049 5.55066 2.00049C5.55169 2.00049 5.55274 2.00049 5.55381 2.00049C5.55487 2.00049 5.55595 2.00049 5.55704 2.00049C5.55814 2.00049 5.55925 2.00049 5.56037 2.00049C5.56149 2.00049 5.56263 2.00049 5.56379 2.00049C5.56494 2.00049 5.56611 2.00049 5.56729 2.00049C5.56848 2.00049 5.56968 2.00049 5.57089 2.00049C5.5721 2.00049 5.57333 2.00049 5.57457 2.00049C5.57581 2.00049 5.57707 2.00049 5.57834 2.00049C5.57962 2.00049 5.5809 2.00049 5.5822 2.00049C5.58351 2.00049 5.58482 2.00049 5.58615 2.00049C5.58748 2.00049 5.58883 2.00049 5.59019 2.00049C5.59154 2.00049 5.59292 2.00049 5.59431 2.00049C5.59569 2.00049 5.5971 2.00049 5.59851 2.00049C5.59993 2.00049 5.60136 2.00049 5.60281 2.00049C5.60425 2.00049 5.60571 2.00049 5.60718 2.00049C5.60866 2.00049 5.61015 2.00049 5.61165 2.00049C5.61315 2.00049 5.61467 2.00049 5.6162 2.00049C5.61773 2.00049 5.61927 2.00049 5.62083 2.00049C5.62239 2.00049 5.62396 2.00049 5.62555 2.00049C5.62713 2.00049 5.62873 2.00049 5.63035 2.00049C5.66909 2.00049 5.60134 2.00049 5.6402 2.00049C5.64187 2.00049 5.64355 2.00049 5.64525 2.00049C5.64694 2.00049 5.64865 2.00049 5.65038 2.00049C5.6521 2.00049 5.65384 2.00049 5.65559 2.00049C5.65734 2.00049 5.65911 2.00049 5.66088 2.00049C5.66266 2.00049 5.66445 2.00049 5.66626 2.00049C5.66806 2.00049 5.66988 2.00049 5.67172 2.00049C5.70741 2.00049 5.64707 2.00049 5.68287 2.00049C5.68475 2.00049 5.68665 2.00049 5.68856 2.00049C5.69047 2.00049 5.6924 2.00049 5.69434 2.00049C5.72856 2.00049 5.67179 2.00049 5.70612 2.00049C5.70811 2.00049 5.71011 2.00049 5.71213 2.00049C5.71414 2.00049 5.71617 2.00049 5.71822 2.00049C5.75101 2.00049 5.69772 2.00049 5.73062 2.00049C5.73271 2.00049 5.73482 2.00049 5.73694 2.00049C5.73906 2.00049 5.74119 2.00049 5.74333 2.00049C5.77473 2.00049 5.72484 2.00049 5.75634 2.00049C5.75854 2.00049 5.76074 2.00049 5.76296 2.00049C5.76518 2.00049 5.76741 2.00049 5.76965 2.00049C5.79971 2.00049 5.75311 2.00049 5.78326 2.00049C5.78556 2.00049 5.78786 2.00049 5.79018 2.00049C5.79249 2.00049 5.79482 2.00049 5.79716 2.00049C5.8259 2.00049 5.78252 2.00049 5.81136 2.00049C5.83945 2.00049 5.79765 2.00049 5.82584 2.00049C5.8533 2.00049 5.81305 2.00049 5.8406 2.00049C5.84309 2.00049 5.84558 2.00049 5.84809 2.00049C5.8506 2.00049 5.85312 2.00049 5.85565 2.00049C5.88186 2.00049 5.84466 2.00049 5.87097 2.00049C5.89658 2.00049 5.86087 2.00049 5.88657 2.00049C5.9359 2.00049 5.86888 2.00049 5.91858 2.00049C5.92129 2.00049 5.92401 2.00049 5.92675 2.00049C5.92948 2.00049 5.93223 2.00049 5.93499 2.00049C5.95825 2.00049 5.9283 2.00049 5.95165 2.00049C5.99642 2.00049 5.94067 2.00049 5.98577 2.00049C6.02835 2.00049 5.97799 2.00049 6.0209 2.00049C6.06136 2.00049 6.01624 2.00049 6.05702 2.00049C6.09543 2.00049 6.05538 2.00049 6.09411 2.00049C6.11261 2.00049 6.09444 2.00049 6.11301 2.00049C6.11618 2.00049 6.11936 2.00049 6.12255 2.00049C6.12574 2.00049 6.12894 2.00049 6.13214 2.00049C6.16665 2.00049 6.13629 2.00049 6.17109 2.00049C6.20374 2.00049 6.17799 2.00049 6.21094 2.00049C6.61345 2.00049 7.24592 2.00049 7.8125 2.00049C9.00015 2.00049 10.2498 2.00049 10.5 2.00049V1.00049ZM5.5 1.50049C5 1.50049 5 1.50049 5 1.50049C5 1.5005 5 1.5005 5 1.50051C5 1.50052 5 1.50053 5 1.50054C5 1.50055 5 1.50056 5 1.50058C5 1.50059 5 1.50061 5 1.50063C5 1.50065 5 1.50067 5 1.50069C5 1.50072 5 1.50074 5 1.50077C5 1.50079 5 1.50082 5 1.50085C5 1.50088 5 1.50092 5 1.50095C5 1.50098 5 1.50102 5 1.50106C5 1.50109 5 1.50113 5 1.50118C5 1.50122 5 1.50126 5 1.50131C5 1.50135 5 1.5014 5 1.50145C5 1.5015 5 1.50155 5 1.5016C5 1.50165 5 1.50171 5 1.50176C5 1.50182 5 1.50188 5 1.50194C5 1.5045 5 1.50273 5 1.50623C5 1.51001 5 1.51562 5 1.52295C5 1.54541 5 1.55127 5 1.58643C5 1.64795 5 1.7124 5 1.81299C5 2.00049 5 2.25049 5 2.50049H6C6 2.25049 6 2.00049 6 1.81299C6 1.7124 6 1.64795 6 1.58643C6 1.55127 6 1.54541 6 1.52295C6 1.50361 6 1.53173 6 1.51326C6 1.5114 6 1.51104 6 1.50941C6 1.50628 6 1.50913 6 1.50623C6 1.50273 6 1.5045 6 1.50194C6 1.50188 6 1.50182 6 1.50176C6 1.50171 6 1.50165 6 1.5016C6 1.50155 6 1.5015 6 1.50145C6 1.5014 6 1.50135 6 1.50131C6 1.50126 6 1.50122 6 1.50118C6 1.50113 6 1.50109 6 1.50106C6 1.50102 6 1.50098 6 1.50095C6 1.50092 6 1.50088 6 1.50085C6 1.50082 6 1.50079 6 1.50077C6 1.50074 6 1.50072 6 1.50069C6 1.50067 6 1.50065 6 1.50063C6 1.50061 6 1.50059 6 1.50058C6 1.50056 6 1.50055 6 1.50054C6 1.50053 6 1.50052 6 1.50051C6 1.5005 6 1.5005 6 1.50049C6 1.50049 6 1.50049 5.5 1.50049ZM5.5 2.00049H3.5V3.00049H5.5V2.00049ZM3.5 2.00049C3.08738 2.00049 2.71662 2.20176 2.45895 2.45943C2.20127 2.71711 2 3.08787 2 3.50049H3C3 3.4131 3.04873 3.28387 3.16605 3.16654C3.28338 3.04921 3.41262 3.00049 3.5 3.00049V2.00049ZM2 3.50049V4.50049H3V3.50049H2Z",fill:e?"rgba(0, 0, 0, 0.5)":"#ffffff"})}),Ll=({children:e,closeIcon:r,fullWidth:t,hideOverflow:n,isOpen:a,maxWidth:o,minWidth:i,onDelete:s,onClose:u,actions:h,leftHeaderActions:m,title:g})=>{var x;const y=ge.useRef(null);return c.jsx(c.Fragment,{children:c.jsxs(E.Dialog,{fullWidth:t||!1,maxWidth:o||"xl",open:a,children:[c.jsxs(E.DialogContent,{sx:n?{padding:0,minWidth:i||400,overflowY:"hidden"}:{padding:0,minWidth:i||400},children:[c.jsx("div",{style:{width:"100%",backgroundColor:"#6e7780"},children:c.jsxs("div",{className:"displayFlex",style:{alignItems:"center",minHeight:28},children:[s&&c.jsx(E.Tooltip,{title:"Delete",children:c.jsx(E.IconButton,{"aria-label":"delete",onClick:s,sx:{borderRadius:0,color:"#ffffff",padding:"9px 8px"},children:c.jsx(co,{})})}),c.jsx("div",{ref:y,children:m}),c.jsx("div",{className:"flex1",style:{marginRight:((x=y==null?void 0:y.current)==null?void 0:x.offsetWidth)||0},children:c.jsx(E.Typography,{variant:"body1",textAlign:"center",style:{color:"#ffffff"},children:g})}),c.jsx("div",{children:r&&c.jsx(E.IconButton,{disableRipple:!0,disableFocusRipple:!0,disableTouchRipple:!0,sx:{borderRadius:0,padding:"7px 6px",":hover":{backgroundColor:"#c42b1c",color:"#ffffff",".MuiSvgIcon-root":{path:{color:"#ffffff"}}}},onClick:()=>{u&&u()},children:c.jsx(oo,{style:{color:"#ffffff",height:20}})})})]})}),c.jsx("div",{className:"displayFlex",style:{alignItems:"baseline",minHeight:120},children:c.jsx("div",{className:"flex1 formBody",children:e})})]}),c.jsx(E.DialogActions,{children:h})]})})},Ol=e=>c.jsx(E.IconButton,{...e,children:e.children}),Pl=e=>c.jsx(E.InputAdornment,{...e,position:e.position?e.position:"start",children:e.children}),Dl=e=>c.jsx(E.InputLabel,{...e,children:e.children}),Rl=e=>c.jsx(E.List,{...e,children:e.children}),_l=e=>c.jsx(E.ListItemButton,{...e,children:e.children});function jl(e){return typeof e.main=="string"}function Il(e,r=[]){if(!jl(e))return!1;for(const t of r)if(!e.hasOwnProperty(t)||typeof e[t]!="string")return!1;return!0}function $l(e=[]){return([,r])=>r&&Il(r,e)}function Hl(e){return or("MuiTypography",e)}ba("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const Al={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},Nl=b0(),Fl=e=>{const{align:r,gutterBottom:t,noWrap:n,paragraph:a,variant:o,classes:i}=e,s={root:["root",o,e.align!=="inherit"&&`align${We(r)}`,t&&"gutterBottom",n&&"noWrap",a&&"paragraph"]};return Ca(s,Hl,i)},Vl=$a("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:t}=e;return[r.root,t.variant&&r[t.variant],t.align!=="inherit"&&r[`align${We(t.align)}`],t.noWrap&&r.noWrap,t.gutterBottom&&r.gutterBottom,t.paragraph&&r.paragraph]}})(Ha(({theme:e})=>{var r;return{margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([t,n])=>t!=="inherit"&&n&&typeof n=="object").map(([t,n])=>({props:{variant:t},style:n})),...Object.entries(e.palette).filter($l()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(((r=e.palette)==null?void 0:r.text)||{}).filter(([,t])=>typeof t=="string").map(([t])=>({props:{color:`text${We(t)}`},style:{color:(e.vars||e).palette.text[t]}})),{props:({ownerState:t})=>t.align!=="inherit",style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:t})=>t.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:t})=>t.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:t})=>t.paragraph,style:{marginBottom:16}}]}})),da={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},sn=Ze.forwardRef(function(r,t){const{color:n,...a}=Aa({props:r,name:"MuiTypography"}),o=!Al[n],i=Nl({...a,...o&&{color:n}}),{align:s="inherit",className:u,component:h,gutterBottom:m=!1,noWrap:g=!1,paragraph:y=!1,variant:x="body1",variantMapping:w=da,...d}=i,P={...i,align:s,color:n,className:u,component:h,gutterBottom:m,noWrap:g,paragraph:y,variant:x,variantMapping:w},D=h||(y?"p":w[x]||da[x])||"span",R=Fl(P);return c.jsx(Vl,{as:D,ref:t,className:xa(R.root,u),...d,ownerState:P,style:{...s!=="inherit"&&{"--Typography-textAlign":s},...d.style}})});process.env.NODE_ENV!=="production"&&(sn.propTypes={align:F.oneOf(["center","inherit","justify","left","right"]),children:F.node,classes:F.object,className:F.string,color:F.oneOfType([F.oneOf(["primary","secondary","success","error","info","warning","textPrimary","textSecondary","textDisabled"]),F.string]),component:F.elementType,gutterBottom:F.bool,noWrap:F.bool,paragraph:F.bool,style:F.object,sx:F.oneOfType([F.arrayOf(F.oneOfType([F.func,F.object,F.bool])),F.func,F.object]),variant:F.oneOfType([F.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),F.string]),variantMapping:F.object});const Bl=e=>c.jsx(sn,{...e,children:e.children}),Wl=({overlay:e})=>c.jsx(c.Fragment,{children:c.jsx(E.Backdrop,{open:!0,invisible:!e,style:{zIndex:1350},children:c.jsx(E.CircularProgress,{style:{position:"absolute",left:"calc(50vw - 20px)",top:"calc(50vh - 20px)"}})})}),Yl=e=>c.jsx(E.Menu,{...e,children:e.children}),zl=e=>c.jsx(E.MenuItem,{...e,children:e.children}),ql=({align:e,bold:r,color:t,displayAsQty:n,hideNoValue:a,notCurrency:o,showNegative:i,prefix:s,value:u})=>c.jsx(c.Fragment,{children:a&&!u?c.jsx(c.Fragment,{}):c.jsxs(E.Typography,{align:e,fontWeight:r?600:void 0,color:t||void 0,children:[i&&u!==0&&"(",c.jsx(Vr.NumericFormat,{value:(u||0).toFixed(n?0:2),displayType:"text",thousandSeparator:!o,prefix:s||void 0,fixedDecimalScale:!o}),i&&u!==0&&")"]})}),uo=ge.forwardRef((e,r)=>{const{onChange:t,...n}=e;return c.jsx(Vr.NumericFormat,{...n,getInputRef:r,onValueChange:a=>{t({target:{name:e.name,value:a.value}})},allowNegative:!1})});uo.displayName="LCTNumberInputNumericFormat";const Zl=({autoFocus:e,disabled:r,placeholder:t,size:n,updater:a,value:o,width:i,...s})=>c.jsx(c.Fragment,{children:c.jsx(E.OutlinedInput,{autoFocus:e,disabled:r,inputComponent:uo,onBlur:u=>{a&&a(u.target.value)},placeholder:t,size:n||"small",sx:{width:i||130,"& .MuiInputBase-input":{textAlign:"end"},"& .MuiOutlinedInput-notchedOutline ":{border:"1px solid rgba(0, 0, 0, 0.23)"},"&.Mui-disabled .MuiOutlinedInput-notchedOutline ":{border:"1px solid rgba(0, 0, 0, 0.23)"}},value:o,...s})}),Gl=(e,r,t)=>{let n=[];return e.includes("All")&&!r.includes("All")?n=t.concat("All"):!e.includes("All")&&r.includes("All")?n=[]:e.filter(a=>a!=="All").length===t.length?n=e.concat("All"):n=e.filter(a=>a!=="All"),n},Ql=e=>{var r;return c.jsx(E.Select,{fullWidth:!0,sx:e.sx,variant:"outlined",value:e.value,disabled:e.disabled,MenuProps:e.MenuProps&&e.multiple?{...e.MenuProps,sx:{...e.MenuProps.sx,".MuiButtonBase-root":{borderRadius:0,padding:"4px 8px 4px 0px"}},variant:"menu",PaperProps:{sx:{borderRadius:0}}}:{...e.MenuProps,sx:{...(r=e.MenuProps)==null?void 0:r.sx,".MuiButtonBase-root":{borderRadius:0}},variant:"menu",PaperProps:{sx:{borderRadius:0}}},onChange:(t,n)=>e.multiple?e.onChange(Gl(t.target.value,e.originalValue||[],e.fullList||[])):e.onChange&&e.onChange(t,n),renderValue:e.renderValue,multiple:e.multiple,children:e.children})},Kl=e=>c.jsx(E.Snackbar,{anchorOrigin:e.anchorOrigin?e.anchorOrigin:{vertical:"bottom",horizontal:"right"},autoHideDuration:e.autoHideDuration?e.autoHideDuration:3e3,...e}),lo=e=>c.jsx(E.Tooltip,{...e,children:e.children}),Xl=e=>{var r;return c.jsx(lo,{title:(e==null?void 0:e.fullName)||"",children:c.jsx(E.Avatar,{sx:{height:28,width:28,marginLeft:e!=null&&e.hideMargin?0:"auto",marginRight:e!=null&&e.hideMargin?0:"auto",fontSize:12,backgroundColor:"#a7a7a7"},children:((r=e==null?void 0:e.staffInitials)==null?void 0:r.toUpperCase())||"?"})})},Ye=e=>c.jsx(E.SvgIcon,{...e,children:e.children}),Ul=e=>c.jsx(E.Tab,{...e,children:e.children}),Jl=e=>c.jsx(E.Tabs,{...e,children:e.children}),e1=e=>c.jsxs(c.Fragment,{children:[c.jsx("style",{children:`.textareaautosize textarea {
106
+ return{...la,options:{...la.options,weekStartsOn:1}}}else if((e==null?void 0:e.hostInfo.region.toLowerCase())==="ca")return{...Gt,options:{...Gt.options,weekStartsOn:1}}},xl=(e,r,t=!0,n,a)=>{const o=a?" HH:mm":" hh:mm a";return r&&e?W.format(t&&typeof e=="string"?e.replace(" ","T").replace("Z","").concat("Z"):e,`${r.formatLong.date({width:"short"})}${n?"":o}`):""},Pt=e=>{const r=new Date(e).getTimezoneOffset();return W.addMinutes(new Date(e),r)},vl=e=>!e||e==="",oo=yr(c.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"CloseOutlined");function io(){return c.jsxs(E.SvgIcon,{viewBox:"0 0 16 16","aria-hidden":"true",height:"16",width:"16",style:{width:16,height:16},children:[c.jsx("path",{fill:"#1E365E",d:"M0 0h16v16H0z"}),c.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.118 7.71l-4.43-.5 1.306-3.147 4.444 2.098-.785 5.245-.535-3.696zM6.421 8l.262-.781 2.098.52-.786 1.824-5.245 2.343L6.421 8z",fill:"#F69139"})]})}function so(){return c.jsx(E.SvgIcon,{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 20 20",style:{width:56,height:56},children:c.jsxs("g",{fill:"#FFBF00",fillRule:"evenodd",transform:"translate(1 1)",children:[c.jsx("path",{d:"m9.5.5 9 16h-18z",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round"}),c.jsx("path",{d:"m9.5 10.5v-5",stroke:"#000000",strokeLinecap:"round",strokeLinejoin:"round"}),c.jsx("circle",{cx:"9.5",cy:"13.5",fill:"#000000",r:"1"})]})})}const on=({actions:e,children:r,closeIcon:t,hideOverflow:n,isOpen:a,key:o,maxWidth:i,minWidth:s,onClose:u,showWarningIcon:h,title:m})=>c.jsx(c.Fragment,{children:c.jsxs(E.Dialog,{open:a,maxWidth:i||"xl",children:[c.jsxs(E.DialogContent,{sx:n?{padding:0,minWidth:s||400,overflowY:"hidden"}:{padding:0,minWidth:s||400},children:[c.jsx(E.DialogTitle,{style:{backgroundColor:"#f0f1f2",padding:0},children:c.jsxs("div",{style:{alignItems:"center",display:"flex",minHeight:28,paddingLeft:8,verticalAlign:"center"},children:[c.jsx(io,{}),c.jsx("div",{style:{flex:1,paddingLeft:5},children:c.jsx(E.Typography,{variant:"body1",children:m})}),c.jsx("div",{children:t&&c.jsx(E.IconButton,{disableRipple:!0,disableFocusRipple:!0,disableTouchRipple:!0,sx:{borderRadius:0,":hover":{backgroundColor:"#c42b1c",".MuiSvgIcon-root":{path:{color:"#ffffff"}}}},onClick:()=>{u&&u()},children:c.jsx(oo,{style:{height:20}})})})]})}),c.jsxs("div",{style:{display:"flex",minHeight:120},children:[!!h&&c.jsx("div",{style:{marginLeft:15,marginTop:"auto",marginBottom:"auto"},children:c.jsx(so,{})}),c.jsx("div",{style:{flex:1,marginTop:"auto",marginBottom:"auto",marginLeft:15,marginRight:15},children:r})]})]}),e&&c.jsx(E.DialogActions,{style:{borderTop:"1px solid rgba(224, 224, 224, 1)",backgroundColor:"rgb(241, 243, 249)"},children:e})]},o)}),Tl=({disabled:e,fullWidth:r,isUTC:t,startOfDate:n,endOfDate:a,dateOnly:o,onUpdate:i,additionalActions:s,size:u,validate30Days:h,validate:m,value:g,locale:y})=>{var l;const[x,w]=ge.useState(null),[d,P]=ge.useState(null),[D,R]=ge.useState(null),[L,O]=ge.useState(null),[v,A]=ge.useState(!1),z=y?y.formatLong.date({width:"short"}).toLowerCase().replaceAll("m","M"):rt;ge.useEffect(()=>{y&&(P(g?new Date(g):null),R(g&&W.format(Pt(g),z)),g||(R(null),i(null)))},[z,g,y]);const N=(y==null?void 0:y.formatLong.date({width:"short"}).indexOf("M"))===0?/^(\d{1,2}\/\d{1,2}\/\d{2,4}\s+\d{1,2}\:\d{1,2})|(\d{1,2}\/\d{1,2}\/\d{2,4}\s+\d{1,2}\:)|(\d{1,2}\/\d{1,2}\/\d{2,4}\s+\d{1,2})|(\d{1,2}\/\d{1,2}\/\d{2,4}\s+)|(\d{1,2}\/\d{1,2}\/\d{2,4})|(\d{1,2}\/\d{1,2}\/)|(\d{1,2}\/\d{1,2})|(\d{1,2}\/)|(\d{1,2})$/:/^(\d{1,4}\/\d{1,2}\/\d{1,2}\s+\d{1,2}\:\d{1,2})|(\d{1,4}\/\d{1,2}\/\d{1,2}\s+\d{1,2}\:)|(\d{1,4}\/\d{1,2}\/\d{1,2}\s+\d{1,2})|(\d{1,4}\/\d{1,2}\/\d{1,2}\s+)|(\d{1,4}\/\d{1,2}\/\d{1,2})|(\d{1,4}\/\d{1,2}\/)|(\d{1,4}\/\d{1,2})|(\d{1,4}\/)|(\d{1,4})$/,H=/^[\0-9_\/_:]*$/;return c.jsxs(c.Fragment,{children:[c.jsx(E.TextField,{onChange:T=>{const p=T.target.value;T.target.value[T.target.value.length-1]===":"&&(p.match(/:/g)||[]).length>1||T.target.value[T.target.value.length-1]==="/"&&(p.match(/\//g)||[]).length>2||(p.match(/\/\//g)||[]).length||(H.test(p)&&N.test(p)||vl(p))&&R(p)},placeholder:y?y.formatLong.date({width:"short"}).toLowerCase():void 0,onKeyDown:T=>{const p=T.target.value;if(T.code==="Backspace")D&&(D[(D==null?void 0:D.length)-1]==="/"||D[(D==null?void 0:D.length)-1]===":")&&R(p.substring(0,p.length-1));else{if(T.code==="Semicolon"&&p.includes(":"))return;H.test(p)&&N.test(p)&&R(p)}},onKeyUp:T=>{const p=T.target.value;let b=p.replace("-","/");const S=b.length;p.includes&&(T.code==="Backspace"||T.code==="Delete"||T.code==="Slash"&&b.split("/").length<3||T.code==="Semicolon"&&b.includes(":"))||N.test(b)&&(S===2&&!b.includes("/")&&(b=b+"/"),S>4&&b.split("/")[1].length===2&&b.split("/").length<3&&(b=b+"/"),R(b))},onBlur:T=>{const p=T.target.value;if(p!==g){const b=pt(p,Ot,z,!0);if(g&&b&&h&&W.differenceInDays(new Date(b),new Date)>30&&JSON.stringify(ee(b?new Date(b):null,n,a,t,o))!==JSON.stringify(ee(d?new Date(d):null,n,a,t,o))&&O({keepButton:!0,message:"Selected date is in the future.",originalValue:g}),m){const S=m(b||null);S&&O(S)}P(b?new Date(b):null),R(b&&W.format(new Date(b),z)),i(ee(b?new Date(b):null,n,a,t,o))}},value:D||"",disabled:e,sx:{width:r?"100%":110},size:u||"small",slotProps:{input:{endAdornment:c.jsx(E.IconButton,{sx:{borderRadius:0,padding:"2px",backgroundColor:e?"#f3f3f3 !important":"inherit",":hover":{backgroundColor:"rgba(0, 0, 0, 0.04)"},":focus":{backgroundColor:"rgba(0, 0, 0, 0.04)"}},onClick:T=>{w(T.currentTarget),A(!0)},disabled:e,disableFocusRipple:!0,disableRipple:!0,children:c.jsx(ar,{})})}}}),c.jsx(E.Popper,{open:v,sx:{zIndex:1500},anchorEl:x,children:c.jsx(E.ClickAwayListener,{onClickAway:()=>{A(!1)},children:c.jsx(E.Paper,{children:c.jsxs("div",{className:"displayFlex",style:{flexDirection:"column",alignItems:"center",backgroundColor:"#fff"},children:[c.jsx(Xt.LocalizationProvider,{dateAdapter:ao,adapterLocale:y,children:c.jsx(Xt.DateCalendar,{value:d?new Date(d):null,onChange:(T,p)=>{p!=="partial"&&A(!1),g&&h&&W.differenceInDays(new Date(T),new Date)>30&&O({keepButton:!0,message:"Selected date is in the future.",originalValue:g});const b=T||null;if(m){const S=m(b);S&&O(S)}P(g),R(b&&W.format(new Date(b),z)),i(ee(b?new Date(b):null,n,a,t,o))},views:["year","month","day"]})}),((s==null?void 0:s.showToday)||(s==null?void 0:s.customActions)||(s==null?void 0:s.showClear))&&c.jsxs("div",{className:"displayFlex",style:{paddingBottom:10},children:[(s==null?void 0:s.showToday)&&c.jsx(He,{onClick:()=>{const T=new Date;P(T),i(ee(T?new Date(T):null,n,a,t,o)),A(!1)},size:"small",children:"Today"}),(s==null?void 0:s.customActions)&&((l=s==null?void 0:s.customActions)==null?void 0:l.map(T=>c.jsx("div",{style:{paddingLeft:5},children:c.jsx(He,{onClick:()=>{P(T.value),i(ee(T.value?new Date(T.value):null,n,a,t,o)),A(!1)},size:"small",children:T.label})}))),(s==null?void 0:s.showClear)&&c.jsx("div",{style:{paddingLeft:5},children:c.jsx(He,{onClick:()=>{P(null),R(""),A(!1),i(null),A(!1)},variant:"outlined",color:"secondary",size:"small",children:"Clear"})})]})]})})})}),c.jsx(on,{actions:c.jsxs(c.Fragment,{children:[(L==null?void 0:L.keepButton)&&c.jsx("div",{style:{marginRight:5},children:c.jsx(He,{onClick:()=>{O(null)},children:"Keep Value"})}),c.jsx(He,{variant:"outlined",color:"secondary",onClick:()=>{const T=L==null?void 0:L.originalValue;i(T||null),P(T),O(null)},children:"Revert"})]}),isOpen:!!L,onClose:()=>O(null),showWarningIcon:!0,title:"Warning",children:c.jsx(E.Typography,{children:L==null?void 0:L.message})})]})},El=({disabled:e,fullWidth:r,isUTC:t,startOfDate:n,endOfDate:a,dateOnly:o,onUpdateFromDate:i,onUpdateToDate:s,additionalActions:u,size:h,validate30Days:m,validate:g,fromDate:y,toDate:x,locale:w,calendars:d})=>{var T;const[P,D]=ge.useState(null),[R,L]=ge.useState(null),[O,v]=ge.useState(null),[A,z]=ge.useState(null),[N,H]=ge.useState(!1),l=w?w.formatLong.date({width:"short"}).toLowerCase().replaceAll("m","M"):rt;return ge.useEffect(()=>{w&&(y?L(y&&W.format(Pt(y),l)):(L(null),i(null),i(null)))},[y,w]),ge.useEffect(()=>{w&&(x?v(x&&W.format(Pt(x),l)):(v(null),s(null)))},[x,w]),c.jsxs(c.Fragment,{children:[c.jsx(E.TextField,{onChange:p=>{const b=p.target.value;(/^[0-9/]+$/.test(b)||b===""||b.length<2)&&b.split("/").length<=3&&L(b)},placeholder:w?w.formatLong.date({width:"short"}).toLowerCase():void 0,onKeyDown:p=>{p.code==="Backspace"&&R&&R[(R==null?void 0:R.length)-1]==="/"&&L(p.target.value.substring(0,p.target.value.length-1))},onKeyUp:p=>{const b=p.target.value,S=/^(?!.*\/\/)[0-9/]+$/;let V=b.replace("-","/");const te=V.length;p.code==="Backspace"||p.code==="Delete"||p.code==="Slash"&&V.split("/").length<3||S.test(V)&&(te===2&&!V.includes("/")&&(V=V+"/"),te>4&&V.split("/")[1].length===2&&V.split("/").length<3&&(V=V+"/"),L(V))},onBlur:p=>{const b=p.target.value;if(b!==y){const S=pt(b,Ot,l,!0),V=pt(O,Ot,l,!0);if(V&&S&&W.isAfter(new Date(S),new Date(V))&&z({fromDate:!0,toDate:!1,keepButton:!1,message:"Selected To Date is before From Date.",originalValue:y}),y&&S&&m&&W.differenceInDays(new Date(S),new Date)>30&&JSON.stringify(ee(S?new Date(S):null,!0,a,t,o))!==JSON.stringify(ee(y?new Date(y):null,!0,a,t,o))&&z({fromDate:!0,toDate:!1,keepButton:!0,message:"Selected date is in the future.",originalValue:y}),g){const te=g(S||null);te&&z(te)}i(ee(S?new Date(S):null,!0,a,t,o))}},value:R||"",disabled:e,sx:{width:r?"100%":110},size:h||"small",slotProps:{input:{endAdornment:c.jsx(E.IconButton,{sx:{borderRadius:0,padding:"2px",backgroundColor:e?"#f3f3f3 !important":"inherit",":hover":{backgroundColor:"rgba(0, 0, 0, 0.04)"},":focus":{backgroundColor:"rgba(0, 0, 0, 0.04)"}},onClick:p=>{D(p.currentTarget),H(!0)},disabled:e,disableFocusRipple:!0,disableRipple:!0,children:c.jsx(ar,{})})}}}),c.jsx("div",{style:{margin:"auto"},children:c.jsx(E.Typography,{style:{paddingLeft:8,paddingRight:5},children:"To"})}),c.jsx(E.TextField,{onChange:p=>{const b=p.target.value;(/^[0-9/]+$/.test(b)||b===""||b.length<2)&&b.split("/").length<=3&&v(b)},placeholder:w?w.formatLong.date({width:"short"}).toLowerCase():void 0,onKeyDown:p=>{p.code==="Backspace"&&O&&O[(O==null?void 0:O.length)-1]==="/"&&v(p.target.value.substring(0,p.target.value.length-1))},onKeyUp:p=>{const b=p.target.value,S=/^(?!.*\/\/)[0-9/]+$/;let V=b.replace("-","/");const te=V.length;p.code==="Backspace"||p.code==="Delete"||p.code==="Slash"&&V.split("/").length<3||S.test(V)&&(te===2&&!V.includes("/")&&(V=V+"/"),te>4&&V.split("/")[1].length===2&&V.split("/").length<3&&(V=V+"/"),v(V))},onBlur:p=>{const b=p.target.value;if(b!==x){const S=pt(b,Ot,l,!0),V=pt(R,Ot,l,!0);if(V&&S&&W.isBefore(new Date(S),new Date(V))&&z({fromDate:!1,toDate:!0,keepButton:!1,message:"Selected To Date is before From Date.",originalValue:x}),x&&S&&m&&W.differenceInDays(new Date(S),new Date)>30&&JSON.stringify(ee(S?new Date(S):null,n,!0,t,o))!==JSON.stringify(ee(x?new Date(x):null,n,!0,t,o))&&z({fromDate:!1,toDate:!0,keepButton:!0,message:"Selected date is in the future.",originalValue:x}),g){const te=g(S||null);te&&z(te)}s(ee(S?new Date(S):null,n,!0,t,o))}},value:O||"",disabled:e,sx:{width:r?"100%":110},size:h||"small",slotProps:{input:{endAdornment:c.jsx(E.IconButton,{sx:{borderRadius:0,padding:"2px",backgroundColor:e?"#f3f3f3 !important":"inherit",":hover":{backgroundColor:"rgba(0, 0, 0, 0.04)"},":focus":{backgroundColor:"rgba(0, 0, 0, 0.04)"}},onClick:p=>{D(p.currentTarget),H(!0)},disabled:e,disableFocusRipple:!0,disableRipple:!0,children:c.jsx(ar,{})})}}}),c.jsx(E.Popper,{open:N,sx:{zIndex:1500},anchorEl:P,children:c.jsx(E.ClickAwayListener,{onClickAway:()=>{H(!1)},children:c.jsx(E.Paper,{style:{backgroundColor:"#fff",border:"1px solid rgba(0, 0, 0, 0.12)",borderRadius:0},children:c.jsxs("div",{className:"displayFlex dateActionButtons",style:{flexDirection:"row"},children:[((u==null?void 0:u.showToday)||(u==null?void 0:u.showYesterday)||(u==null?void 0:u.showThisWeek)||(u==null?void 0:u.showLastWeek)||(u==null?void 0:u.showThisMonth)||(u==null?void 0:u.showLastMonth)||(u==null?void 0:u.showLast30)||(u==null?void 0:u.showLast60)||(u==null?void 0:u.showLast90)||(u==null?void 0:u.customActions))&&c.jsxs("div",{className:"displayFlex",style:{flexDirection:"column",minHeight:208},children:[(u==null?void 0:u.showToday)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date;i(ee(p||null,!0,!1,t,o)),s(ee(p||null,!1,!0,t,o)),H(!1)},children:"Today"}),(u==null?void 0:u.showYesterday)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=W.addDays(new Date,-1);i(ee(p||null,!0,!1,t,o)),s(ee(p||null,!1,!0,t,o)),H(!1)},children:"Yesterday"}),(u==null?void 0:u.showThisWeek)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfWeek(p,{weekStartsOn:1}),S=W.endOfWeek(p,{weekStartsOn:1});i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"This Week"}),(u==null?void 0:u.showLastWeek)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfWeek(W.addDays(p,-7),{weekStartsOn:1}),S=W.endOfWeek(W.addDays(p,-7),{weekStartsOn:1});i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"Last Week"}),(u==null?void 0:u.showThisMonth)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfMonth(p),S=W.endOfMonth(p);i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"This Month"}),(u==null?void 0:u.showLastMonth)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.startOfMonth(W.addMonths(p,-1)),S=W.endOfMonth(W.addMonths(p,-1));i(ee(b?new Date(b):null,n,a,t,o)),s(ee(S?new Date(S):null,n,a,t,o)),H(!1)},children:"Last Month"}),(u==null?void 0:u.showLast30)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.addDays(p,-30),S=p;i(ee(b?new Date(b):null,!0,!1,t,o)),s(ee(S?new Date(S):null,!1,!0,t,o)),H(!1)},children:"Last 30 days"}),(u==null?void 0:u.showLast60)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.addDays(p,-60),S=p;i(ee(b?new Date(b):null,!0,!1,t,o)),s(ee(S?new Date(S):null,!1,!0,t,o)),H(!1)},children:"Last 60 days"}),(u==null?void 0:u.showLast90)&&c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{const p=new Date,b=W.addDays(p,-90),S=p;i(ee(b?new Date(b):null,!0,!1,t,o)),s(ee(S?new Date(S):null,!1,!0,t,o)),H(!1)},children:"Last 90 days"}),(u==null?void 0:u.customActions)&&((T=u==null?void 0:u.customActions)==null?void 0:T.map(p=>c.jsx(E.Button,{className:"datePickerAction",onClick:()=>{i(ee(p.fromValue?new Date(p.fromValue):null,n,a,t,o)),s(ee(p.toValue?new Date(p.toValue):null,n,a,t,o)),H(!1)},children:p.label})))]}),c.jsx("div",{className:"displayFlex",style:{flexDirection:"column",borderLeft:"1px solid #e0e0e0",alignSelf:"flex-start"},children:c.jsx(Xt.LocalizationProvider,{dateAdapter:ao,adapterLocale:w,children:c.jsx(Xt.DateRangeCalendar,{value:[y?Pt(y):null,x?Pt(x):null],onChange:(p,b)=>{b!=="partial"&&H(!1);const S=p[0]?p[0]:null,V=p[1]?p[1]:null;if(g){const te=g(S);te&&z(te);const ke=g(V);ke&&z(ke)}i(ee(S?new Date(S):null,!0,a,t,o)),s(ee(V?new Date(V):null,n,!0,t,o))},calendars:d||2,sx:{"& .MuiTypography-caption":{height:30,width:30},"& .MuiDateRangePickerDay-rangeIntervalPreview":{height:30,width:30},"& .MuiDayCalendar-slideTransition":{minHeight:220,height:220}},slotProps:{day:{style:{height:30,width:30}}}})})})]})})})}),c.jsx(on,{actions:c.jsxs(c.Fragment,{children:[(A==null?void 0:A.keepButton)&&c.jsx("div",{style:{marginRight:5},children:c.jsx(He,{onClick:()=>{z(null)},children:"Keep Value"})}),c.jsx(He,{variant:"outlined",color:"secondary",onClick:()=>{const p=A==null?void 0:A.originalValue;A!=null&&A.fromDate&&i(p||null),A!=null&&A.toDate&&s(p||null),z(null)},children:"Revert"})]}),isOpen:!!A,onClose:()=>z(null),showWarningIcon:!0,title:"Warning",children:c.jsx(E.Typography,{children:A==null?void 0:A.message})})]})},Ml=e=>c.jsx(E.Divider,{...e}),Sl=e=>{var h,m;const[r,t]=ge.useState(e.defaultDrawerWidth),n=ge.createRef(),a=e.minDrawerWidth?e.minDrawerWidth:500,o=(((h=n.current)==null?void 0:h.clientWidth)||1100)-250,i=()=>{document.addEventListener("mouseup",s,!0),document.addEventListener("mousemove",u,!0)},s=()=>{document.removeEventListener("mouseup",s,!0),document.removeEventListener("mousemove",u,!0)},u=ge.useCallback(g=>{const y=g.clientX-document.body.offsetLeft;y>a&&y<o&&t(y)},[o]);return c.jsxs("div",{ref:n,children:[c.jsxs(E.Drawer,{...e,style:{flexShrink:0},variant:"permanent",PaperProps:{style:{width:r,top:130,height:e.height,maxHeight:e.height}},children:[c.jsx("div",{onMouseDown:()=>i(),style:{width:"5px",cursor:"ew-resize",padding:"4px 0 0",borderTop:"1px solid #ddd",position:"absolute",top:0,right:0,bottom:0,zIndex:100,backgroundColor:"#f4f7f9"}}),e.leftContent]}),c.jsx("div",{style:{width:(((m=n.current)==null?void 0:m.clientWidth)||1100)-r,float:"right"},children:e.rightContent})]})},kl=({leftComponents:e,rightComponents:r,onCancel:t,onClose:n,onOK:a,onSaveDisable:o})=>c.jsxs("div",{style:{alignItems:"center",backgroundColor:"rgb(240, 241, 242)",borderTop:"1px solid #d8d8d8",display:"flex",height:"35px",padding:"12px 15px"},children:[e&&c.jsx(c.Fragment,{children:e}),c.jsx("div",{className:"flex1"}),r&&c.jsx(c.Fragment,{children:r}),t&&c.jsx(He,{onClick:t,variant:"outlined",color:"secondary",size:"small",children:"Cancel"}),a&&c.jsx("div",{style:{marginRight:5},children:c.jsx(He,{color:"primary",disabled:o||!1,onClick:a,size:"small",children:"OK"})}),n&&c.jsx(He,{variant:"outlined",color:"secondary",onClick:n,size:"small",children:"Close"})]}),co=({gray:e})=>c.jsx(E.SvgIcon,{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:16,height:16},children:c.jsx("path",{d:"M12.5 4.50049H13C13 4.36788 12.9473 4.2407 12.8536 4.14693C12.7598 4.05317 12.6326 4.00049 12.5 4.00049V4.50049ZM3.5 4.50049V4.00049C3.22386 4.00049 3 4.22435 3 4.50049H3.5ZM6 13.0005C6 13.2766 6.22386 13.5005 6.5 13.5005C6.77614 13.5005 7 13.2766 7 13.0005H6ZM7 6.50049C7 6.22435 6.77614 6.00049 6.5 6.00049C6.22386 6.00049 6 6.22435 6 6.50049H7ZM9 13.0005C9 13.2766 9.22386 13.5005 9.5 13.5005C9.77614 13.5005 10 13.2766 10 13.0005H9ZM10 6.50049C10 6.22435 9.77614 6.00049 9.5 6.00049C9.22386 6.00049 9 6.22435 9 6.50049H10ZM2.5 4.50049H2C2 4.77663 2.22386 5.00049 2.5 5.00049V4.50049ZM13.5 4.50049V5.00049C13.7761 5.00049 14 4.77663 14 4.50049H13.5ZM12.5 2.50049V3.00049V2.50049ZM10.5 2.50049H10C10 2.77663 10.2239 3.00049 10.5 3.00049V2.50049ZM10.5 1.50049H11C11 1.36788 10.9473 1.2407 10.8536 1.14693C10.7598 1.05317 10.6326 1.00049 10.5 1.00049V1.50049ZM5.5 1.50049V1.00049C5.36739 1.00049 5.24021 1.05317 5.14645 1.14693C5.05268 1.2407 5 1.36788 5 1.50049L5.5 1.50049ZM5.5 2.50049V3.00049C5.77614 3.00049 6 2.77663 6 2.50049H5.5ZM3.5 2.50049V2.00049V2.50049ZM3 14.0005C3 14.5776 3.14461 15.1022 3.52145 15.479C3.89829 15.8559 4.42293 16.0005 5 16.0005V15.0005C4.57707 15.0005 4.35171 14.8951 4.22855 14.7719C4.10539 14.6488 4 14.4234 4 14.0005H3ZM5 16.0005H11V15.0005H5V16.0005ZM11 16.0005C11.5771 16.0005 12.1017 15.8559 12.4786 15.479C12.8554 15.1022 13 14.5776 13 14.0005H12C12 14.4234 11.8946 14.6488 11.7714 14.7719C11.6483 14.8951 11.4229 15.0005 11 15.0005V16.0005ZM13 14.0005V4.50049H12V14.0005H13ZM12.5 4.00049H3.5V5.00049H12.5V4.00049ZM3 4.50049V14.0005H4V4.50049H3ZM7 13.0005V6.50049H6V13.0005H7ZM10 13.0005V6.50049H9V13.0005H10ZM2.5 5.00049H13.5V4.00049H2.5V5.00049ZM14 4.50049V3.50049H13V4.50049H14ZM14 3.50049C14 3.08787 13.7987 2.71711 13.5411 2.45943C13.2834 2.20176 12.9126 2.00049 12.5 2.00049V3.00049C12.5874 3.00049 12.7166 3.04921 12.8339 3.16654C12.9513 3.28387 13 3.4131 13 3.50049H14ZM12.5 2.00049H10.5V3.00049H12.5V2.00049ZM11 2.50049V1.50049H10V2.50049H11ZM10.5 1.00049C10.2504 1.00049 8.99962 1.00049 7.8125 1.00049C7.20169 1.00049 6.65769 1.00049 6.21094 1.00049C5.99055 1.00049 5.8239 1.00049 5.69434 1.00049C5.63539 1.00049 5.58067 1.00049 5.55066 1.00049C5.54963 1.00049 5.54861 1.00049 5.5476 1.00049C5.5466 1.00049 5.54561 1.00049 5.54464 1.00049C5.54367 1.00049 5.54271 1.00049 5.54177 1.00049C5.54082 1.00049 5.5399 1.00049 5.53898 1.00049C5.53807 1.00049 5.53718 1.00049 5.5363 1.00049C5.53541 1.00049 5.53455 1.00049 5.5337 1.00049C5.53285 1.00049 5.53202 1.00049 5.5312 1.00049C5.53038 1.00049 5.52958 1.00049 5.52879 1.00049C5.528 1.00049 5.52723 1.00049 5.52647 1.00049C5.52572 1.00049 5.52498 1.00049 5.52425 1.00049C5.52353 1.00049 5.52282 1.00049 5.52212 1.00049C5.52143 1.00049 5.52075 1.00049 5.52009 1.00049C5.51943 1.00049 5.51879 1.00049 5.51816 1.00049C5.51753 1.00049 5.51691 1.00049 5.51632 1.00049C5.51572 1.00049 5.51514 1.00049 5.51457 1.00049C5.51401 1.00049 5.51346 1.00049 5.51292 1.00049C5.51239 1.00049 5.51187 1.00049 5.51137 1.00049C5.51087 1.00049 5.51039 1.00049 5.50992 1.00049C5.50945 1.00049 5.509 1.00049 5.50856 1.00049C5.50813 1.00049 5.50771 1.00049 5.50731 1.00049C5.5069 1.00049 5.50652 1.00049 5.50615 1.00049C5.50578 1.00049 5.50542 1.00049 5.50509 1.00049C5.50475 1.00049 5.50443 1.00049 5.50413 1.00049C5.50382 1.00049 5.50353 1.00049 5.50326 1.00049C5.50299 1.00049 5.50274 1.00049 5.5025 1.00049C5.50226 1.00049 5.50204 1.00049 5.50184 1.00049C5.50164 1.00049 5.50145 1.00049 5.50128 1.00049C5.50111 1.00049 5.50096 1.00049 5.50082 1.00049C5.50068 1.00049 5.50056 1.00049 5.50046 1.00049C5.50036 1.00049 5.50027 1.00049 5.50021 1.00049C5.50014 1.00049 5.50009 1.00049 5.50005 1.00049C5.50002 1.00049 5.5 1.00049 5.5 1.50049C5.5 2.00049 5.50002 2.00049 5.50005 2.00049C5.50009 2.00049 5.50014 2.00049 5.50021 2.00049C5.50027 2.00049 5.50036 2.00049 5.50046 2.00049C5.50056 2.00049 5.50068 2.00049 5.50082 2.00049C5.50096 2.00049 5.50111 2.00049 5.50128 2.00049C5.50145 2.00049 5.50164 2.00049 5.50184 2.00049C5.50204 2.00049 5.50226 2.00049 5.5025 2.00049C5.50274 2.00049 5.50299 2.00049 5.50326 2.00049C5.50353 2.00049 5.50382 2.00049 5.50413 2.00049C5.50443 2.00049 5.50475 2.00049 5.50509 2.00049C5.50542 2.00049 5.50578 2.00049 5.50615 2.00049C5.50652 2.00049 5.5069 2.00049 5.50731 2.00049C5.50771 2.00049 5.50813 2.00049 5.50856 2.00049C5.509 2.00049 5.50945 2.00049 5.50992 2.00049C5.51039 2.00049 5.51087 2.00049 5.51137 2.00049C5.51187 2.00049 5.51239 2.00049 5.51292 2.00049C5.51346 2.00049 5.51401 2.00049 5.51457 2.00049C5.51514 2.00049 5.51572 2.00049 5.51632 2.00049C5.51691 2.00049 5.51753 2.00049 5.51816 2.00049C5.51879 2.00049 5.51943 2.00049 5.52009 2.00049C5.52075 2.00049 5.52143 2.00049 5.52212 2.00049C5.52282 2.00049 5.52353 2.00049 5.52425 2.00049C5.52498 2.00049 5.52572 2.00049 5.52647 2.00049C5.52723 2.00049 5.528 2.00049 5.52879 2.00049C5.52958 2.00049 5.53038 2.00049 5.5312 2.00049C5.53202 2.00049 5.53285 2.00049 5.5337 2.00049C5.53455 2.00049 5.53541 2.00049 5.5363 2.00049C5.53718 2.00049 5.53807 2.00049 5.53898 2.00049C5.5399 2.00049 5.54082 2.00049 5.54177 2.00049C5.54271 2.00049 5.54367 2.00049 5.54464 2.00049C5.54561 2.00049 5.5466 2.00049 5.5476 2.00049C5.54861 2.00049 5.54963 2.00049 5.55066 2.00049C5.55169 2.00049 5.55274 2.00049 5.55381 2.00049C5.55487 2.00049 5.55595 2.00049 5.55704 2.00049C5.55814 2.00049 5.55925 2.00049 5.56037 2.00049C5.56149 2.00049 5.56263 2.00049 5.56379 2.00049C5.56494 2.00049 5.56611 2.00049 5.56729 2.00049C5.56848 2.00049 5.56968 2.00049 5.57089 2.00049C5.5721 2.00049 5.57333 2.00049 5.57457 2.00049C5.57581 2.00049 5.57707 2.00049 5.57834 2.00049C5.57962 2.00049 5.5809 2.00049 5.5822 2.00049C5.58351 2.00049 5.58482 2.00049 5.58615 2.00049C5.58748 2.00049 5.58883 2.00049 5.59019 2.00049C5.59154 2.00049 5.59292 2.00049 5.59431 2.00049C5.59569 2.00049 5.5971 2.00049 5.59851 2.00049C5.59993 2.00049 5.60136 2.00049 5.60281 2.00049C5.60425 2.00049 5.60571 2.00049 5.60718 2.00049C5.60866 2.00049 5.61015 2.00049 5.61165 2.00049C5.61315 2.00049 5.61467 2.00049 5.6162 2.00049C5.61773 2.00049 5.61927 2.00049 5.62083 2.00049C5.62239 2.00049 5.62396 2.00049 5.62555 2.00049C5.62713 2.00049 5.62873 2.00049 5.63035 2.00049C5.66909 2.00049 5.60134 2.00049 5.6402 2.00049C5.64187 2.00049 5.64355 2.00049 5.64525 2.00049C5.64694 2.00049 5.64865 2.00049 5.65038 2.00049C5.6521 2.00049 5.65384 2.00049 5.65559 2.00049C5.65734 2.00049 5.65911 2.00049 5.66088 2.00049C5.66266 2.00049 5.66445 2.00049 5.66626 2.00049C5.66806 2.00049 5.66988 2.00049 5.67172 2.00049C5.70741 2.00049 5.64707 2.00049 5.68287 2.00049C5.68475 2.00049 5.68665 2.00049 5.68856 2.00049C5.69047 2.00049 5.6924 2.00049 5.69434 2.00049C5.72856 2.00049 5.67179 2.00049 5.70612 2.00049C5.70811 2.00049 5.71011 2.00049 5.71213 2.00049C5.71414 2.00049 5.71617 2.00049 5.71822 2.00049C5.75101 2.00049 5.69772 2.00049 5.73062 2.00049C5.73271 2.00049 5.73482 2.00049 5.73694 2.00049C5.73906 2.00049 5.74119 2.00049 5.74333 2.00049C5.77473 2.00049 5.72484 2.00049 5.75634 2.00049C5.75854 2.00049 5.76074 2.00049 5.76296 2.00049C5.76518 2.00049 5.76741 2.00049 5.76965 2.00049C5.79971 2.00049 5.75311 2.00049 5.78326 2.00049C5.78556 2.00049 5.78786 2.00049 5.79018 2.00049C5.79249 2.00049 5.79482 2.00049 5.79716 2.00049C5.8259 2.00049 5.78252 2.00049 5.81136 2.00049C5.83945 2.00049 5.79765 2.00049 5.82584 2.00049C5.8533 2.00049 5.81305 2.00049 5.8406 2.00049C5.84309 2.00049 5.84558 2.00049 5.84809 2.00049C5.8506 2.00049 5.85312 2.00049 5.85565 2.00049C5.88186 2.00049 5.84466 2.00049 5.87097 2.00049C5.89658 2.00049 5.86087 2.00049 5.88657 2.00049C5.9359 2.00049 5.86888 2.00049 5.91858 2.00049C5.92129 2.00049 5.92401 2.00049 5.92675 2.00049C5.92948 2.00049 5.93223 2.00049 5.93499 2.00049C5.95825 2.00049 5.9283 2.00049 5.95165 2.00049C5.99642 2.00049 5.94067 2.00049 5.98577 2.00049C6.02835 2.00049 5.97799 2.00049 6.0209 2.00049C6.06136 2.00049 6.01624 2.00049 6.05702 2.00049C6.09543 2.00049 6.05538 2.00049 6.09411 2.00049C6.11261 2.00049 6.09444 2.00049 6.11301 2.00049C6.11618 2.00049 6.11936 2.00049 6.12255 2.00049C6.12574 2.00049 6.12894 2.00049 6.13214 2.00049C6.16665 2.00049 6.13629 2.00049 6.17109 2.00049C6.20374 2.00049 6.17799 2.00049 6.21094 2.00049C6.61345 2.00049 7.24592 2.00049 7.8125 2.00049C9.00015 2.00049 10.2498 2.00049 10.5 2.00049V1.00049ZM5.5 1.50049C5 1.50049 5 1.50049 5 1.50049C5 1.5005 5 1.5005 5 1.50051C5 1.50052 5 1.50053 5 1.50054C5 1.50055 5 1.50056 5 1.50058C5 1.50059 5 1.50061 5 1.50063C5 1.50065 5 1.50067 5 1.50069C5 1.50072 5 1.50074 5 1.50077C5 1.50079 5 1.50082 5 1.50085C5 1.50088 5 1.50092 5 1.50095C5 1.50098 5 1.50102 5 1.50106C5 1.50109 5 1.50113 5 1.50118C5 1.50122 5 1.50126 5 1.50131C5 1.50135 5 1.5014 5 1.50145C5 1.5015 5 1.50155 5 1.5016C5 1.50165 5 1.50171 5 1.50176C5 1.50182 5 1.50188 5 1.50194C5 1.5045 5 1.50273 5 1.50623C5 1.51001 5 1.51562 5 1.52295C5 1.54541 5 1.55127 5 1.58643C5 1.64795 5 1.7124 5 1.81299C5 2.00049 5 2.25049 5 2.50049H6C6 2.25049 6 2.00049 6 1.81299C6 1.7124 6 1.64795 6 1.58643C6 1.55127 6 1.54541 6 1.52295C6 1.50361 6 1.53173 6 1.51326C6 1.5114 6 1.51104 6 1.50941C6 1.50628 6 1.50913 6 1.50623C6 1.50273 6 1.5045 6 1.50194C6 1.50188 6 1.50182 6 1.50176C6 1.50171 6 1.50165 6 1.5016C6 1.50155 6 1.5015 6 1.50145C6 1.5014 6 1.50135 6 1.50131C6 1.50126 6 1.50122 6 1.50118C6 1.50113 6 1.50109 6 1.50106C6 1.50102 6 1.50098 6 1.50095C6 1.50092 6 1.50088 6 1.50085C6 1.50082 6 1.50079 6 1.50077C6 1.50074 6 1.50072 6 1.50069C6 1.50067 6 1.50065 6 1.50063C6 1.50061 6 1.50059 6 1.50058C6 1.50056 6 1.50055 6 1.50054C6 1.50053 6 1.50052 6 1.50051C6 1.5005 6 1.5005 6 1.50049C6 1.50049 6 1.50049 5.5 1.50049ZM5.5 2.00049H3.5V3.00049H5.5V2.00049ZM3.5 2.00049C3.08738 2.00049 2.71662 2.20176 2.45895 2.45943C2.20127 2.71711 2 3.08787 2 3.50049H3C3 3.4131 3.04873 3.28387 3.16605 3.16654C3.28338 3.04921 3.41262 3.00049 3.5 3.00049V2.00049ZM2 3.50049V4.50049H3V3.50049H2Z",fill:e?"rgba(0, 0, 0, 0.5)":"#ffffff"})}),Ll=({children:e,closeIcon:r,fullWidth:t,hideOverflow:n,isOpen:a,maxWidth:o,minWidth:i,onDelete:s,onClose:u,actions:h,leftHeaderActions:m,title:g})=>{var x;const y=ge.useRef(null);return c.jsx(c.Fragment,{children:c.jsxs(E.Dialog,{fullWidth:t||!1,maxWidth:o||"xl",open:a,children:[c.jsxs(E.DialogContent,{sx:n?{padding:0,minWidth:i||400,overflowY:"hidden"}:{padding:0,minWidth:i||400},children:[c.jsx("div",{style:{width:"100%",backgroundColor:"#6e7780"},children:c.jsxs("div",{className:"displayFlex",style:{alignItems:"center",minHeight:28},children:[s&&c.jsx(E.Tooltip,{title:"Delete",children:c.jsx(E.IconButton,{"aria-label":"delete",onClick:s,sx:{borderRadius:0,color:"#ffffff",padding:"9px 8px"},children:c.jsx(co,{})})}),c.jsx("div",{ref:y,children:m}),c.jsx("div",{className:"flex1",style:{marginRight:((x=y==null?void 0:y.current)==null?void 0:x.offsetWidth)||0},children:c.jsx(E.Typography,{variant:"body1",textAlign:"center",style:{color:"#ffffff"},children:g})}),c.jsx("div",{children:r&&c.jsx(E.IconButton,{disableRipple:!0,disableFocusRipple:!0,disableTouchRipple:!0,sx:{borderRadius:0,padding:"7px 6px",":hover":{backgroundColor:"#c42b1c",color:"#ffffff",".MuiSvgIcon-root":{path:{color:"#ffffff"}}}},onClick:()=>{u&&u()},children:c.jsx(oo,{style:{color:"#ffffff",height:20}})})})]})}),c.jsx("div",{className:"displayFlex",style:{alignItems:"baseline",minHeight:120},children:c.jsx("div",{className:"flex1 formBody",children:e})})]}),c.jsx(E.DialogActions,{children:h})]})})},Ol=e=>c.jsx(E.IconButton,{...e,children:e.children}),Pl=e=>c.jsx(E.InputAdornment,{...e,position:e.position?e.position:"start",children:e.children}),Dl=e=>c.jsx(E.InputLabel,{...e,children:e.children}),Rl=e=>c.jsx(E.List,{...e,children:e.children}),_l=e=>c.jsx(E.ListItemButton,{...e,children:e.children});function jl(e){return typeof e.main=="string"}function Il(e,r=[]){if(!jl(e))return!1;for(const t of r)if(!e.hasOwnProperty(t)||typeof e[t]!="string")return!1;return!0}function $l(e=[]){return([,r])=>r&&Il(r,e)}function Hl(e){return or("MuiTypography",e)}ba("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const Al={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},Nl=b0(),Fl=e=>{const{align:r,gutterBottom:t,noWrap:n,paragraph:a,variant:o,classes:i}=e,s={root:["root",o,e.align!=="inherit"&&`align${We(r)}`,t&&"gutterBottom",n&&"noWrap",a&&"paragraph"]};return Ca(s,Hl,i)},Vl=$a("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:t}=e;return[r.root,t.variant&&r[t.variant],t.align!=="inherit"&&r[`align${We(t.align)}`],t.noWrap&&r.noWrap,t.gutterBottom&&r.gutterBottom,t.paragraph&&r.paragraph]}})(Ha(({theme:e})=>{var r;return{margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([t,n])=>t!=="inherit"&&n&&typeof n=="object").map(([t,n])=>({props:{variant:t},style:n})),...Object.entries(e.palette).filter($l()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(((r=e.palette)==null?void 0:r.text)||{}).filter(([,t])=>typeof t=="string").map(([t])=>({props:{color:`text${We(t)}`},style:{color:(e.vars||e).palette.text[t]}})),{props:({ownerState:t})=>t.align!=="inherit",style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:t})=>t.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:t})=>t.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:t})=>t.paragraph,style:{marginBottom:16}}]}})),da={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},sn=Ze.forwardRef(function(r,t){const{color:n,...a}=Aa({props:r,name:"MuiTypography"}),o=!Al[n],i=Nl({...a,...o&&{color:n}}),{align:s="inherit",className:u,component:h,gutterBottom:m=!1,noWrap:g=!1,paragraph:y=!1,variant:x="body1",variantMapping:w=da,...d}=i,P={...i,align:s,color:n,className:u,component:h,gutterBottom:m,noWrap:g,paragraph:y,variant:x,variantMapping:w},D=h||(y?"p":w[x]||da[x])||"span",R=Fl(P);return c.jsx(Vl,{as:D,ref:t,className:xa(R.root,u),...d,ownerState:P,style:{...s!=="inherit"&&{"--Typography-textAlign":s},...d.style}})});process.env.NODE_ENV!=="production"&&(sn.propTypes={align:F.oneOf(["center","inherit","justify","left","right"]),children:F.node,classes:F.object,className:F.string,color:F.oneOfType([F.oneOf(["primary","secondary","success","error","info","warning","textPrimary","textSecondary","textDisabled"]),F.string]),component:F.elementType,gutterBottom:F.bool,noWrap:F.bool,paragraph:F.bool,style:F.object,sx:F.oneOfType([F.arrayOf(F.oneOfType([F.func,F.object,F.bool])),F.func,F.object]),variant:F.oneOfType([F.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),F.string]),variantMapping:F.object});const Bl=e=>c.jsx(sn,{...e,children:e.children}),Wl=({overlay:e})=>c.jsx(c.Fragment,{children:c.jsx(E.Backdrop,{open:!0,invisible:!e,style:{zIndex:1350},children:c.jsx(E.CircularProgress,{style:{position:"absolute",left:"calc(50vw - 20px)",top:"calc(50vh - 20px)"}})})}),Yl=e=>c.jsx(E.Menu,{...e,children:e.children}),zl=e=>c.jsx(E.MenuItem,{...e,children:e.children}),ql=({align:e,bold:r,color:t,displayAsQty:n,hideNoValue:a,hideNoValueText:o,notCurrency:i,showNegative:s,prefix:u,value:h})=>c.jsx(c.Fragment,{children:a&&!h?c.jsx(c.Fragment,{children:o&&c.jsx(E.Typography,{align:e,fontWeight:r?600:void 0,color:t||void 0,children:o})}):c.jsxs(E.Typography,{align:e,fontWeight:r?600:void 0,color:t||void 0,children:[s&&h!==0&&"(",c.jsx(Vr.NumericFormat,{value:(h||0).toFixed(n?0:2),displayType:"text",thousandSeparator:!i,prefix:u||void 0,fixedDecimalScale:!i}),s&&h!==0&&")"]})}),uo=ge.forwardRef((e,r)=>{const{onChange:t,...n}=e;return c.jsx(Vr.NumericFormat,{...n,getInputRef:r,onValueChange:a=>{t({target:{name:e.name,value:a.value}})},allowNegative:!1})});uo.displayName="LCTNumberInputNumericFormat";const Zl=({autoFocus:e,disabled:r,placeholder:t,size:n,updater:a,value:o,width:i,...s})=>c.jsx(c.Fragment,{children:c.jsx(E.OutlinedInput,{autoFocus:e,disabled:r,inputComponent:uo,onBlur:u=>{a&&a(u.target.value)},placeholder:t,size:n||"small",sx:{width:i||130,"& .MuiInputBase-input":{textAlign:"end"},"& .MuiOutlinedInput-notchedOutline ":{border:"1px solid rgba(0, 0, 0, 0.23)"},"&.Mui-disabled .MuiOutlinedInput-notchedOutline ":{border:"1px solid rgba(0, 0, 0, 0.23)"}},value:o,...s})}),Gl=(e,r,t)=>{let n=[];return e.includes("All")&&!r.includes("All")?n=t.concat("All"):!e.includes("All")&&r.includes("All")?n=[]:e.filter(a=>a!=="All").length===t.length?n=e.concat("All"):n=e.filter(a=>a!=="All"),n},Ql=e=>{var r;return c.jsx(E.Select,{fullWidth:!0,sx:e.sx,variant:"outlined",value:e.value,disabled:e.disabled,MenuProps:e.MenuProps&&e.multiple?{...e.MenuProps,sx:{...e.MenuProps.sx,".MuiButtonBase-root":{borderRadius:0,padding:"4px 8px 4px 0px"}},variant:"menu",PaperProps:{sx:{borderRadius:0}}}:{...e.MenuProps,sx:{...(r=e.MenuProps)==null?void 0:r.sx,".MuiButtonBase-root":{borderRadius:0}},variant:"menu",PaperProps:{sx:{borderRadius:0}}},onChange:(t,n)=>e.multiple?e.onChange(Gl(t.target.value,e.originalValue||[],e.fullList||[])):e.onChange&&e.onChange(t,n),renderValue:e.renderValue,multiple:e.multiple,children:e.children})},Kl=e=>c.jsx(E.Snackbar,{anchorOrigin:e.anchorOrigin?e.anchorOrigin:{vertical:"bottom",horizontal:"right"},autoHideDuration:e.autoHideDuration?e.autoHideDuration:3e3,...e}),lo=e=>c.jsx(E.Tooltip,{...e,children:e.children}),Xl=e=>{var r;return c.jsx(lo,{title:(e==null?void 0:e.fullName)||"",children:c.jsx(E.Avatar,{sx:{height:28,width:28,marginLeft:e!=null&&e.hideMargin?0:"auto",marginRight:e!=null&&e.hideMargin?0:"auto",fontSize:12,backgroundColor:"#a7a7a7"},children:((r=e==null?void 0:e.staffInitials)==null?void 0:r.toUpperCase())||"?"})})},Ye=e=>c.jsx(E.SvgIcon,{...e,children:e.children}),Ul=e=>c.jsx(E.Tab,{...e,children:e.children}),Jl=e=>c.jsx(E.Tabs,{...e,children:e.children}),e1=e=>c.jsxs(c.Fragment,{children:[c.jsx("style",{children:`.textareaautosize textarea {
107
107
  border: 1px solid rgba(0, 0, 0, 0.23);
108
108
  border-radius: 0;
109
109
  padding: 4px;