@recursica/mui-adapter 0.34.0 → 0.34.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist/index.d.ts +219 -154
- package/dist/mui-adapter.cjs +55 -55
- package/dist/mui-adapter.cjs.map +1 -1
- package/dist/mui-adapter.css +1 -1
- package/dist/mui-adapter.js +3383 -3440
- package/dist/mui-adapter.js.map +1 -1
- package/package.json +9 -4
- package/src/OverStyling.tsx +2 -2
- package/src/components/Accordion/Accordion.test.tsx +1 -0
- package/src/components/AssistiveElement/AssistiveElement.test.tsx +1 -0
- package/src/components/Autocomplete/Autocomplete.test.tsx +1 -0
- package/src/components/Avatar/Avatar.test.tsx +1 -0
- package/src/components/Badge/Badge.test.tsx +1 -0
- package/src/components/Box/Box.test.tsx +1 -0
- package/src/components/Breadcrumb/Breadcrumb.test.tsx +1 -0
- package/src/components/Button/BUTTON_IMPLEMENTATION_NOTES.md +10 -0
- package/src/components/Button/Button.module.css +1 -0
- package/src/components/Button/Button.styleIsolation.dom.test.tsx +98 -0
- package/src/components/Card/Card.test.tsx +1 -0
- package/src/components/Checkbox/Checkbox.test.tsx +1 -0
- package/src/components/Chip/Chip.test.tsx +1 -0
- package/src/components/Container/Container.test.tsx +1 -0
- package/src/components/DatePicker/DatePicker.stories.tsx +25 -0
- package/src/components/DatePicker/DatePicker.test.tsx +1 -0
- package/src/components/Dropdown/Dropdown.test.tsx +1 -0
- package/src/components/FileInput/FileInput.test.tsx +1 -0
- package/src/components/FileUpload/FileUpload.test.tsx +1 -0
- package/src/components/Flex/Flex.test.tsx +1 -0
- package/src/components/Flex/Flex.tsx +21 -4
- package/src/components/FormControlLayout/FormControlLayout.test.tsx +1 -0
- package/src/components/FormControlWrapper/FormControlWrapper.test.tsx +1 -0
- package/src/components/Grid/Grid.stories.tsx +38 -62
- package/src/components/Grid/Grid.test.tsx +1 -0
- package/src/components/Grid/Grid.tsx +59 -144
- package/src/components/Grid/IMPLEMENTATION_NOTES.md +11 -11
- package/src/components/Grid/USAGE.md +8 -6
- package/src/components/Group/Group.test.tsx +1 -0
- package/src/components/Group/Group.tsx +24 -2
- package/src/components/HoverCard/HoverCard.test.tsx +1 -0
- package/src/components/Label/Label.test.tsx +1 -0
- package/src/components/Link/Link.test.tsx +1 -0
- package/src/components/Loader/Loader.test.tsx +1 -0
- package/src/components/Menu/Menu.test.tsx +1 -0
- package/src/components/Modal/Modal.module.css +103 -1
- package/src/components/Modal/Modal.stories.tsx +28 -2
- package/src/components/Modal/Modal.test.tsx +1 -0
- package/src/components/NumberInput/NumberInput.test.tsx +1 -0
- package/src/components/Pagination/Pagination.test.tsx +1 -0
- package/src/components/Panel/Panel.test.tsx +1 -0
- package/src/components/Popover/Popover.test.tsx +1 -0
- package/src/components/Radio/Radio.test.tsx +1 -0
- package/src/components/ReadOnlyField/ReadOnlyField.test.tsx +1 -0
- package/src/components/SegmentedControl/SegmentedControl.test.tsx +1 -0
- package/src/components/Slider/Slider.test.tsx +1 -0
- package/src/components/Stack/Stack.stories.tsx +9 -9
- package/src/components/Stack/Stack.test.tsx +1 -0
- package/src/components/Stack/Stack.tsx +15 -14
- package/src/components/Stack/USAGE.md +1 -1
- package/src/components/Stepper/Stepper.test.tsx +1 -0
- package/src/components/Switch/Switch.stories.tsx +1 -1
- package/src/components/Switch/Switch.test.tsx +1 -0
- package/src/components/Table/Table.test.tsx +1 -0
- package/src/components/Tabs/Tabs.test.tsx +1 -0
- package/src/components/Text/Text.stories.tsx +3 -16
- package/src/components/Text/Text.test.tsx +1 -0
- package/src/components/TextArea/TextArea.test.tsx +1 -0
- package/src/components/TextField/TextField.test.tsx +1 -0
- package/src/components/TimePicker/TimePicker.test.tsx +1 -0
- package/src/components/Timeline/Timeline.test.tsx +1 -0
- package/src/components/Title/Title.stories.tsx +3 -16
- package/src/components/Title/Title.test.tsx +1 -0
- package/src/components/Toast/Toast.test.tsx +1 -0
- package/src/components/Tooltip/Tooltip.test.tsx +1 -0
- package/src/components/TransferList/TransferList.test.tsx +1 -0
- package/src/components/Tree/Tree.test.tsx +1 -0
- package/src/components/Typography/Typography.test.tsx +1 -0
- package/src/utils/filterStylingProps.test.ts +85 -0
package/dist/mui-adapter.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var sb=Object.defineProperty;var ib=(e,t,n)=>t in e?sb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Z=(e,t,n)=>ib(e,typeof t!="symbol"?t+"":t,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("react/jsx-runtime"),q=require("react"),be=require("@mui/material"),Qn=require("@emotion/react"),ab=require("@emotion/styled"),Ir=require("react-dom");var ia=typeof document<"u"?document.currentScript:null;function Ap(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const C=Ap(q),lb=Ap(Ir),cb="_root_1qhn7_3",ub="_contents_1qhn7_18",Eo={root:cb,contents:ub},tl=q.forwardRef(function({layer:e,contentsOnly:t,children:n,className:o,style:s,...i},a){const l=t?o?`${Eo.root} ${Eo.contents} ${o}`:`${Eo.root} ${Eo.contents}`:o?`${Eo.root} ${o}`:Eo.root;return h.jsx("div",{ref:a,className:l,style:s,...t?{}:{"data-recursica-layer":String(e)},...i,children:n})});tl.displayName="Layer";const nl=({emptyText:e="N/A"})=>h.jsx(q.Fragment,{children:e});nl.displayName="EmptyValueRenderer";nl.check=e=>e==null||e===""||Array.isArray(e)&&e.length===0;const db={BASE_URL:"/",DEV:!1,MODE:"library",PROD:!0,SSR:!1,VITE_PLUGIN_MODE:"production",VITE_PLUGIN_PHRASE:"recursica_plugin_@K9mX7pQw2VbN8fRt3LzY6HjE4CuA5DsG1WvM9nP0XcB7",VITE_PLUGIN_PHRASE_TEST:"recursica_plugin_@19866374",VITE_RECURSICA_API_TEST:"https://dev-api.recursica.com",VITE_RECURSICA_API_URL:"https://api.recursica.com",VITE_RECURSICA_UI_URL:"https://api.recursica.com"},Un=(()=>{try{if(typeof process<"u"&&process.env&&process.env.NODE_ENV)return process.env.NODE_ENV!=="production"}catch{}try{if({url:typeof document>"u"?require("url").pathToFileURL(__filename).href:ia&&ia.tagName.toUpperCase()==="SCRIPT"&&ia.src||new URL("mui-adapter.cjs",document.baseURI).href}&&db)return!0}catch{}if(typeof window<"u"){const e=window.location.hostname;return e==="localhost"||e==="127.0.0.1"||e.endsWith(".local")}return!1})(),Pa=new Set;let Vn=!1;function Lp(e){if(!Un)return console.warn("[Recursica] overStyled highlight is disabled in production builds."),!1;if(Vn=e!==void 0?e:!Vn,typeof document<"u"){const t=document.documentElement,n=Vn?"0 0 0 2px cyan":"none";t.style.setProperty("--recursica-over-styled-shadow",n),console.log(`[Recursica] Highlight outlines toggled: ${Vn?"ACTIVE (0 0 0 2px cyan)":"INACTIVE"}`)}else console.warn("[Recursica] document is undefined. Cannot set CSS property.");return Pa.forEach(t=>t()),Vn}function pb(){return Un&&Vn}function Vp(){const[e,t]=q.useState(Vn);return q.useEffect(()=>{if(!Un)return;ol(),rl();const n=()=>t(Vn);return Pa.add(n),()=>{Pa.delete(n)}},[]),Un&&e}function ol(){if(!Un)return;if(typeof document>"u"){console.warn("[Recursica] document is undefined. Cannot inject overStyled styles.");return}const e="recursica-over-styled-styles";let t=document.getElementById(e);t||(t=document.createElement("style"),t.id=e,t.textContent=`
|
|
2
2
|
:root {
|
|
3
3
|
--recursica-over-styled-shadow: none;
|
|
4
4
|
}
|
|
@@ -8,33 +8,33 @@
|
|
|
8
8
|
.recursica-over-styled > * {
|
|
9
9
|
box-shadow: var(--recursica-over-styled-shadow) !important;
|
|
10
10
|
}
|
|
11
|
-
`,document.head.appendChild(t))}function rl(){if(!Un)return;if(typeof window>"u"){console.warn("[Recursica] window is undefined. Cannot register console command.");return}const e=t=>{try{t.recursica=t.recursica||{},t.recursica.toggleOverStyled=()=>`[Recursica] Overstyled outline highlight is now: ${Bp()?"ON (cyan 2px box shadow)":"OFF"}`}catch{}};e(window),window.parent&&window.parent!==window&&e(window.parent)}const su="data-recursica-theme";function bb({children:e,theme:t="light",initLayer0:n=!0}){return q.useEffect(()=>{const o=document.documentElement;return o.setAttribute(su,t),()=>{o.removeAttribute(su)}},[t]),q.useEffect(()=>{ol(),rl()},[]),n?h.jsx(tl,{layer:0,children:e}):h.jsx(h.Fragment,{children:e})}const yb=["Accordion","AssistiveElement","Autocomplete","Avatar","Badge","Box","Breadcrumb","Button","Card","Checkbox","CheckboxGroup","Chip","Container","DatePicker","Dropdown","EmptyValueRenderer","FileInput","FileUpload","Flex","FormControlLayout","FormControlWrapper","Grid","Group","HoverCard","Label","Layer","Link","Loader","Menu","Modal","NumberInput","Pagination","Panel","Popover","Radio","ReadOnlyField","SegmentedControl","Slider","Stack","Stepper","Switch","Table","Tabs","Text","TextArea","TextField","TimePicker","Timeline","Title","Toast","Tooltip","TransferList","Tree","Typography"],vb=(e,t)=>{const n=document.activeElement;return new Promise((o,s)=>{if(t&&t.current){const i=document.createElement("textarea");i.readOnly=!0,i.defaultValue=e,t.current.appendChild(i),i.select();const a=document.execCommand("copy");t.current.removeChild(i),n&&n.focus(),a?o():s(new Error("Failed to copy"))}else s(new Error("Copy area reference is not defined"))})};function sl(e,t){const n=(t??"").split(",").map(i=>i.trim().toLowerCase()).filter(Boolean);if(n.length===0)return!0;const o=e.name.toLowerCase(),s=e.type.toLowerCase();return n.some(i=>i.startsWith(".")?o.endsWith(i):i.endsWith("/*")?s.startsWith(i.slice(0,-1)):s===i)}function et(e,t){if(!t)return e;const n={...e},o=new Set([...Object.keys(e),...Object.keys(t)]);for(const s of o){const i=e[s],a=t[s];n[s]=[i,a].filter(Boolean).join(" ")||void 0}return n}function xb(e,t){if(!t)return e;const n={...e},o=new Set([...Object.keys(e),...Object.keys(t)]);for(const s of o){const i=e[s],a=t[s];n[s]=i||a?{...i,...a}:void 0}return n}function mi(e){return e==null?void 0:e.map(t=>typeof t=="string"?t:{...t,label:t.label??t.value})}function en(e,t){const n={...e};for(const o of t)o in n&&delete n[o];return n}function Wp(e,t){return t!==void 0?t:e}function Te(e){if(!Un||typeof e!="function"&&!(e&&e.$$typeof))return e;const t=q.forwardRef((o,s)=>{const{overStyled:i}=o,a=zp(),l=q.createElement(e,{...o,ref:s});return i&&a?h.jsx("div",{className:"recursica-over-styled",children:l}):l});t.displayName=e.displayName||e.name||"Component";const n=Object.keys(e);for(const o of n){if(o==="render"||o==="$$typeof")continue;const s=e[o];(typeof s=="function"||s&&s.$$typeof)&&o[0]===o[0].toUpperCase()?t[o]=Te(s):t[o]=s}return t}const Cb=["className","classes","style","sx","color","bgcolor","backgroundColor","typography","fontFamily","fontSize","fontWeight","lineHeight","letterSpacing","textAlign","border","borderTop","borderBottom","borderLeft","borderRight","borderColor","borderRadius","boxShadow","display","position","zIndex"],Sb=new Set(["m","my","mx","mt","mb","ml","mr","p","py","px","pt","pb","pl","pr","gap","rowGap","columnGap","top","left","bottom","right"]),Ct={"rec-none":"var(--recursica_brand_dimensions_general_none)","rec-sm":"var(--recursica_brand_dimensions_general_sm)","rec-default":"var(--recursica_brand_dimensions_general_default)","rec-md":"var(--recursica_brand_dimensions_general_md)","rec-lg":"var(--recursica_brand_dimensions_general_lg)","rec-xl":"var(--recursica_brand_dimensions_general_xl)","rec-2xl":"var(--recursica_brand_dimensions_general_2xl)"};function ns(e){const t={...e};return"sx"in t&&delete t.sx,t}function ye(e,t){if(t)return e;const n={...e};for(const o of Cb)o in n&&delete n[o];for(const[o,s]of Object.entries(n))typeof s=="string"&&s.startsWith("rec-")&&Sb.has(o)&&s in Ct&&(n[o]=Ct[s]);return n}const wb="Accordion-module__root___Dem6d",Tb="Accordion-module__item___7ryVk",Ib="Accordion-module__noDivider___Ni2tT",Eb="Accordion-module__control___b4wgX",Ob="Accordion-module__label___Ss7uW",kb="Accordion-module__chevron___i-HVZ",_b="Accordion-module__iconLeftWrapper___5oLen",Pb="Accordion-module__panel___Wx50w",Db="Accordion-module__content___PEM9t",En={root:wb,item:Tb,noDivider:Ib,control:Eb,label:Ob,chevron:kb,iconLeftWrapper:_b,panel:Pb,content:Db},Mb=()=>h.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"100%",height:"100%"},children:h.jsx("polyline",{points:"6 9 12 15 18 9"})}),il=q.createContext(null),Up=q.forwardRef(function({variant:t="default",overStyled:n=!1,value:o,defaultValue:s,onChange:i,multiple:a=!1,chevron:l,children:c,...u},d){const m=ye(u,n),g=m.className,p=[En.root,g].filter(Boolean).join(" ")||void 0,[b,f]=q.useState(s!==void 0?s:a?[]:null),v=o!==void 0?o:b,x=w=>{let I;if(a){const S=Array.isArray(v)?v:v?[v]:[];I=S.includes(w)?S.filter(T=>T!==w):[...S,w]}else I=v===w?null:w;f(I),i==null||i(I)};return h.jsx(il.Provider,{value:{value:v,onChange:x,chevron:l},children:h.jsx("div",{ref:d,...m,className:p,"data-variant":t,children:c})})});Up.displayName="Accordion";const al=q.forwardRef(function({title:t,leftIcon:n,divider:o=!0,children:s,value:i,disabled:a=!1,overStyled:l=!1,style:c,...u},d){const m=ye(u,l),g=m.className,p=[En.item,o?void 0:En.noDivider,g].filter(Boolean).join(" ")||void 0,b=q.useContext(il),f=b?Array.isArray(b.value)?b.value.includes(i):b.value===i:void 0,v=()=>{b==null||b.onChange(i)},x={backgroundColor:"transparent",...c};return h.jsx(be.Accordion,{ref:d,...m,className:p,disableGutters:!0,elevation:0,square:!0,expanded:f,onChange:v,disabled:a,"data-disabled":a||void 0,style:x,children:t?h.jsxs(h.Fragment,{children:[h.jsx(hi,{leftIcon:n,children:t}),h.jsx(gi,{children:s})]}):s})});al.displayName="AccordionItem";const hi=q.forwardRef(function({leftIcon:t,children:n,overStyled:o=!1,...s},i){const a=ye(s,o),l=a.className,c=[En.control,l].filter(Boolean).join(" ")||void 0,u=q.useContext(il),d=(u==null?void 0:u.chevron)??h.jsx(Mb,{});return h.jsxs(be.AccordionSummary,{ref:i,...a,className:c,expandIcon:h.jsx("span",{className:En.chevron,children:d}),children:[t&&h.jsx("span",{className:En.iconLeftWrapper,"aria-hidden":!0,children:t}),h.jsx("div",{className:En.label,children:n})]})});hi.displayName="AccordionControl";const gi=q.forwardRef(function({overStyled:t=!1,children:n,...o},s){const i=ye(o,t),a=i.className,l=[En.panel,a].filter(Boolean).join(" ")||void 0;return h.jsx(be.AccordionDetails,{ref:s,...i,className:l,children:h.jsx("div",{className:En.content,children:n})})});gi.displayName="AccordionPanel";const bi=Up;bi.Item=al;bi.Control=hi;bi.Panel=gi;const Rb="AssistiveElement-module__root___WhQ43",Nb="AssistiveElement-module__text___vrHAg",$b="AssistiveElement-module__icon___Q-CVz",vs={root:Rb,text:Nb,icon:$b},Dn=q.forwardRef(function(t,n){const{assistiveVariant:o="help",assistiveWithIcon:s=!0,overStyled:i=!1,className:a,children:l,role:c,...u}=t,d=ye(u,i),m=()=>h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[h.jsx("circle",{cx:"12",cy:"12",r:"10"}),h.jsx("path",{d:"M12 16v-4"}),h.jsx("path",{d:"M12 8h.01"})]}),g=()=>h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[h.jsx("path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"}),h.jsx("path",{d:"M12 9v4"}),h.jsx("path",{d:"M12 17h.01"})]}),p=o==="error",b=c??(p?"alert":void 0);return h.jsxs(be.FormHelperText,{ref:n,...d,component:"div",error:p,role:b,"data-variant":o,className:a?`${vs.root} ${a}`:vs.root,children:[s&&h.jsx("div",{className:vs.icon,children:o==="error"?h.jsx(g,{}):h.jsx(m,{})}),h.jsx("span",{className:vs.text,children:l})]})});Dn.displayName="AssistiveElement";const jb="Label-module__root___e6HXZ",Ab="Label-module__innerLayout___Xxapo",Lb="Label-module__text___OGeEw",Vb="Label-module__required___Ggrzc",Fb="Label-module__endNodes___es7ew",Bb="Label-module__optionalText___Y2yun",zb="Label-module__actionArea___O-f1X",Wb="Label-module__editIcon___9hO1G",dn={root:jb,innerLayout:Ab,text:Lb,required:Vb,endNodes:Fb,optionalText:Bb,actionArea:zb,editIcon:Wb},ll=q.forwardRef(function(t,n){const{overStyled:o=!1,required:s=!1,labelOptionalText:i="",labelWithEditIcon:a=!1,onLabelEditClick:l,labelActionArea:c,children:u,className:d,...m}=t,g=ye(m,o),p=()=>h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[h.jsx("path",{d:"M12 20h9"}),h.jsx("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"})]});return h.jsx(be.InputLabel,{ref:n,...g,shrink:!0,className:d?`${dn.root} ${d}`:dn.root,children:h.jsxs("div",{className:dn.innerLayout,children:[h.jsxs("span",{className:dn.textWrapper,children:[h.jsx("span",{className:dn.text,children:u}),s&&h.jsx("span",{className:dn.required,children:" *"})]}),h.jsxs("div",{className:dn.endNodes,children:[c&&h.jsx("span",{className:dn.actionArea,children:c}),a&&h.jsx("button",{type:"button",className:dn.editIcon,onClick:l,"aria-label":"Edit label",children:h.jsx(p,{})})]}),!s&&i&&!c&&h.jsx("span",{className:dn.optionalText,children:i===!0?"(optional)":i})]})})});ll.displayName="Label";const Ub="FormControlLayout-module__root___yNDhZ",Hb="FormControlLayout-module__leftSection___GBM1r",qb="FormControlLayout-module__rightSection___bcL4v",dr={root:Ub,leftSection:Hb,rightSection:qb},Mn=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i="default",controlMaxWidth:a,controlMinWidth:l,leftSection:c,className:u,children:d,style:m,...g}=t,p=ye(g,o);return h.jsxs("div",{ref:n,...p,className:u?`${dr.root} ${u}`:dr.root,"data-form-layout":s,style:{...m,...a?{"--form-control-max-width":a}:{},...l?{"--form-control-min-width":l}:{}},children:[s==="side-by-side"?h.jsx("div",{className:dr.leftSection,"data-label-size":i,children:c}):c&&h.jsx("div",{className:dr.leftSection,"data-label-size":i,children:c}),h.jsx("div",{className:dr.rightSection,children:d})]})});Mn.displayName="FormControlLayout";const Yb="FormControlWrapper-module__root___c-UHo",Gb="FormControlWrapper-module__inputSection___HenXk",aa={root:Yb,inputSection:Gb},gn=q.forwardRef(function(t,n){const{overStyled:o=!1,label:s,assistiveText:i,description:a,helperText:l,assistiveWithIcon:c=!0,error:u,required:d,disabled:m,focused:g,id:p,formLayout:b="stacked",labelSize:f="default",labelOptionalText:v,labelWithEditIcon:x,onLabelEditClick:w,labelActionArea:I,controlMaxWidth:S,controlMinWidth:T,className:E,style:M,children:N,...$}=t,V=ye($,o),j=q.useId(),y=p||`recursica-fc-${j}`,D=i||a||l,_=`${y}-label`,O=D?`${y}-assistive`:void 0,k=u?`${y}-error`:void 0,P=q.Children.map(N,A=>{if(q.isValidElement(A)){const z=A.props;return q.cloneElement(A,{"aria-labelledby":_,...O&&!z["aria-describedby"]?{"aria-describedby":O}:{},...k&&!z["aria-errormessage"]?{"aria-errormessage":k}:{}})}return A});return h.jsx(be.FormControl,{ref:n,...V,error:!!u,required:d,disabled:m,focused:g,className:E?`${aa.root} ${E}`:aa.root,style:M,"data-error":u?"true":void 0,"data-disabled":m?"true":void 0,"data-focused":g?"true":void 0,children:h.jsx(Mn,{formLayout:b,labelSize:f,controlMaxWidth:S,controlMinWidth:T,leftSection:s&&h.jsx(ll,{id:_,htmlFor:y,required:d,labelOptionalText:v,labelWithEditIcon:x,onLabelEditClick:w,labelActionArea:I,children:s}),children:h.jsxs("div",{className:aa.inputSection,children:[P,(D||u)&&h.jsx(Dn,{id:u?k:O,assistiveVariant:u?"error":"help",assistiveWithIcon:c,children:u&&typeof u=="string"?u:D})]})})})});gn.displayName="FormControlWrapper";const Kb="ReadOnlyField-module__root___hKci7",Xb="ReadOnlyField-module__text___bPxk9",Oo={root:Kb,text:Xb},cl=q.forwardRef(function(t,n){const{value:o,type:s="text",readOnlyComponent:i,emptyValueComponent:a,className:l,...c}=t;if(a&&typeof a!="string"){const m=a;if(m.check&&m.check(o))return h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx(m,{value:o})})}if(o==null||o===""||Array.isArray(o)&&o.length===0)return h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx("p",{className:Oo.text,children:"N/A"})});if(i){const m=i;return h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx(m,{value:o})})}let d=o;return s==="boolean"||s==="switch"?(d=o?"True":"False",s==="switch"&&(d=o?"On":"Off")):Array.isArray(o)?d=o.join(", "):d=String(o),h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx("p",{className:Oo.text,children:d})})});cl.displayName="ReadOnlyField";const zt=q.forwardRef(function({readOnly:t,readOnlyComponent:n,readOnlyType:o="text",readOnlyValue:s,readOnlyNativeProps:i,emptyValueComponent:a,activeComponent:l,overStyled:c,onLabelEditClick:u,...d},m){if(t){if(n){const g=n;return h.jsx(gn,{ref:m,...d,onLabelEditClick:u,overStyled:c,children:h.jsx(g,{...i})})}return h.jsx(cl,{ref:m,type:o,value:s,emptyValueComponent:a,onLabelEditClick:u,overStyled:c,...d})}return h.jsx(gn,{ref:m,...d,onLabelEditClick:u,overStyled:c,children:l})});zt.displayName="WithReadOnlyWrapper";function ul(e,t,n=!1){const{label:o,leadingIcon:s,supportingText:i}=e;if(!s&&!i)return o;const a=n?`${t.optionText} ${t.optionTextWrap}`:t.optionText;return h.jsxs("span",{className:t.optionContent,children:[s&&h.jsx("span",{className:t.optionIcon,children:s}),h.jsxs("span",{className:a,children:[h.jsx("span",{children:o}),i&&h.jsx("span",{className:t.optionSupportingText,children:i})]})]})}const Qb="Autocomplete-module__layoutOverride___IIkyG",Zb="Autocomplete-module__root___22Jqm",Jb="Autocomplete-module__input___MlbJR",ey="Autocomplete-module__section___WRvD5",ty="Autocomplete-module__dropdown___A9XVI",ny="Autocomplete-module__option___cZsvO",oy="Autocomplete-module__optionContent___FR8xI",ry="Autocomplete-module__optionIcon___d80LN",sy="Autocomplete-module__optionText___TUTu1",iy="Autocomplete-module__optionTextWrap___-Cbff",ay="Autocomplete-module__optionSupportingText___rTSCZ",$t={layoutOverride:Qb,root:Zb,input:Jb,section:ey,dropdown:ty,option:ny,optionContent:oy,optionIcon:ry,optionText:sy,optionTextWrap:iy,optionSupportingText:ay},Hp=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,withAsterisk:f,id:v,className:x,style:w,disabled:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,data:$,leftSection:V,rightSection:j,placeholder:y,ListboxProps:D,renderOption:_,wrapItemText:O=!1,...k}=t,P=["size"],A=en(ye(k,o),P),L=A.classes,B=et({root:$t.root,inputRoot:$t.input,listbox:$t.dropdown,option:$t.option},L&&{root:L.wrapper,inputRoot:L.input,listbox:L.dropdown,option:L.option}),W=x?`${$t.layoutOverride} ${x}`:$t.layoutOverride,K={optionContent:$t.optionContent,optionIcon:$t.optionIcon,optionText:$t.optionText,optionTextWrap:$t.optionTextWrap,optionSupportingText:$t.optionSupportingText},ee=mi($),U=(Q,re)=>{const{key:Y,...F}=Q;return typeof re=="string"?h.jsx("li",{...F,children:re},Y):h.jsx("li",{...F,children:ul(re,K,O)},Y)};return h.jsx(zt,{className:W,style:w,controlMaxWidth:"var(--autocomplete-control-max-width)",controlMinWidth:"var(--autocomplete-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:v,disabled:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(be.Autocomplete,{ref:n,...A,freeSolo:!0,disableClearable:!0,classes:B,disabled:I,value:M,defaultValue:N,forcePopupIcon:!1,"data-error":p?"true":void 0,"data-disabled":I?"true":void 0,"data-with-left-section":V?"true":void 0,"data-with-right-section":j?"true":void 0,ListboxProps:{...D,className:B.listbox},options:ee||[],renderOption:_??U,renderInput:Q=>{const{InputProps:re,...Y}=Q;return h.jsx(be.TextField,{...Y,placeholder:y,variant:"standard",InputProps:{...re,startAdornment:V?h.jsx("span",{className:$t.section,"data-position":"left",children:V}):re.startAdornment,endAdornment:j?h.jsx("span",{className:$t.section,"data-position":"right",children:j}):re.endAdornment}})}})})});Hp.displayName="Autocomplete";const ly="Avatar-module__root___fXu-J",cy="Avatar-module__iconWrapper___ojly2",uy="Avatar-module__textWrapper___zp-jD",dy="Avatar-module__image___ieqGp",py="Avatar-module__placeholder___IDW7-",pr={root:ly,iconWrapper:cy,textWrapper:uy,image:dy,placeholder:py},qp=q.forwardRef(function({size:t="default",variant:n="solid",icon:o,children:s,src:i,overStyled:a=!1,...l},c){const u=ye(l,a),d=u;let m="text";i?m="image":o&&(m="icon");const g=et({root:pr.root,image:pr.image,placeholder:pr.placeholder},d.classes),p=d.className;return h.jsx(be.Avatar,{ref:c,className:p,classes:g,variant:"circular",src:i,"data-variant":n,"data-size":t,"data-style":m,...u,children:o!=null?h.jsx("span",{className:pr.iconWrapper,"aria-hidden":!0,children:o}):s!=null?h.jsx("span",{className:pr.textWrapper,children:s}):void 0})});qp.displayName="Avatar";const fy=qp,my="Badge-module__root___5osNT",la={root:my},Yp=q.forwardRef(function({variant:t="primary-color",overStyled:n=!1,...o},s){const i=ye(o,n),a=et({root:la.root},i.classes),l=i.className,c=l?`${la.root} ${l}`:la.root;return h.jsx(be.Badge,{ref:s,variant:"standard","data-variant":t,...i,className:c,classes:a})});Yp.displayName="Badge";const Gp=Yp,hy=q.forwardRef(function(t,n){return h.jsx(be.Box,{ref:n,...t})}),gy="Breadcrumb-module__root___x-9ln",by="Breadcrumb-module__ol___x-7S-",yy="Breadcrumb-module__separator___qrUX-",fr={root:gy,ol:by,separator:yy},Kp=q.forwardRef(function({overStyled:t=!1,separator:n=">",...o},s){const i=ye({separator:n,...o},t),a=et({root:fr.root,ol:fr.ol,separator:fr.separator},i.classes),l=i.className,c=l?`${fr.root} ${l}`:fr.root;return h.jsx(be.Breadcrumbs,{ref:s,...i,className:c,classes:a})});Kp.displayName="Breadcrumb";const vy="Loader-module__root___6iYOP",iu={root:vy},dl=q.forwardRef(function({variant:t="oval",size:n="default",overStyled:o=!1,...s},i){const l={sm:"small",md:"default",lg:"large",small:"small",default:"default",large:"large"}[n]||"default",c=ye(s,o),u=c.className,d=u?`${iu.root} ${u}`:iu.root,m=()=>t==="bars"||t==="dots"?h.jsxs(h.Fragment,{children:[h.jsx("span",{}),h.jsx("span",{}),h.jsx("span",{})]}):null;return h.jsx("span",{ref:i,"data-variant":t,"data-size":l,...c,className:d,children:m()})});dl.displayName="Loader";const xy="Button-module__root___Q2R8-",Cy="Button-module__labelText___rFV5p",Sy="Button-module__iconWrapper___uEKPa",mr={root:xy,labelText:Cy,iconWrapper:Sy};function wy(e){return e==null||e===""?!1:typeof e=="string"?e.trim()!=="":!0}const On=q.forwardRef(function({variant:t="solid",size:n="default",icon:o,children:s,overStyled:i=!1,loaderVariant:a="oval",loaderSize:l,useRecursicaLoader:c=!0,...u},d){const m=["color"],g=en(ye(u,i),m),p=g,b=!!o||!!p.startIcon,f=!!p.endIcon,v=wy(s),x=(b||f)&&!v;let w="label";x?w="icon-only":(b||f)&&(w="icon-label"),typeof process<"u"&&process.env.NODE_ENV!=="production"&&x&&!p["aria-label"]&&console.warn('[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").');const I=p.className,S=I?`${mr.root} ${I}`:mr.root,T=Wp(n==="small"?"small":"default",l);let E=p.loadingIndicator;return c&&(E=h.jsx(dl,{variant:a,size:T})),h.jsx(be.Button,{ref:d,...g,disableRipple:!0,disableElevation:!0,className:S,loading:!!p.loading,loadingIndicator:E,fullWidth:!!p.fullWidth,startIcon:p.loading?h.jsx("span",{className:mr.iconWrapper,"aria-hidden":!0,children:E}):o!=null?h.jsx("span",{className:mr.iconWrapper,"aria-hidden":!0,children:o}):void 0,"data-variant":t,"data-size":n,"data-content":w,...p.loading?{"data-loading":"true"}:{},disabled:!!p.disabled||!!p.loading,children:h.jsx("span",{className:mr.labelText,children:s})})});On.displayName="Button";const Ty="Card-module__root___c9KvZ",Iy="Card-module__header___PTXf2",Ey="Card-module__footer___Mu-JC",Oy="Card-module__section___BRT8H",ky="Card-module__content___oFIQa",Rn={root:Ty,header:Iy,footer:Ey,section:Oy,content:ky},Xp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);["flex","flexGrow","flexShrink","flexBasis","grow","h","height"].forEach(c=>{c in n&&!(c in s)&&(s[c]=n[c])});const a=et({root:Rn.root},s.classes),l=s.className;return h.jsx(be.Card,{ref:o,...s,className:l,classes:a})});Xp.displayName="Card";const Qp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.section} ${i}`:Rn.section})});Qp.displayName="CardSection";const Zp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.header} ${i}`:Rn.header})});Zp.displayName="CardHeader";const Jp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.footer} ${i}`:Rn.footer})});Jp.displayName="CardFooter";const ef=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.content} ${i}`:Rn.content})});ef.displayName="CardContent";const tf=Xp,yi=tf;yi.Section=Qp;yi.Header=Zp;yi.Footer=Jp;yi.Content=ef;const _y=tf,Py="Checkbox-module__groupRoot___cBS0o",Dy="Checkbox-module__root___mY3qk",My="Checkbox-module__body___5yC7q",Ry="Checkbox-module__inner___rTke4",Ny="Checkbox-module__input___2kt-h",$y="Checkbox-module__inputChecked___zaCIH",jy="Checkbox-module__inputIndeterminate___CVPhn",Ay="Checkbox-module__disabled___x7-eg",Ly="Checkbox-module__icon___-O7i6",Vy="Checkbox-module__labelWrapper___GpZkr",Fy="Checkbox-module__label___cwRtI",xt={groupRoot:Py,root:Dy,body:My,inner:Ry,input:Ny,inputChecked:$y,inputIndeterminate:jy,disabled:Ay,icon:Ly,labelWrapper:Vy,label:Fy},nf=q.createContext(null),Fr=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,className:x,style:w,children:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,onChange:$,...V}=t,j=ye(V,o),y=j,D=(_,O)=>{$&&$(O)};return h.jsx(zt,{className:x,style:w,controlMaxWidth:"var(--recursica_ui-kit_components_checkbox-item_properties_max-width)",controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,readOnly:S&&!!T,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(nf.Provider,{value:{value:M!==void 0?M:N,onChange:D,name:y.name,readOnly:S||!!y.disabled},children:h.jsx(be.FormGroup,{ref:n,...j,className:`${xt.groupRoot} ${j.className||""}`.trim(),"data-layout":s,children:I})})})});Fr.displayName="CheckboxGroup";const Br=q.forwardRef(function(t,n){const{overStyled:o=!1,readOnly:s,readOnlyComponent:i,disabled:a,formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,label:m,description:g,error:p,style:b,...f}=t,v=["size","color"],x=en(ye(f,o),v),w=x,I=et({root:xt.root,checked:xt.checked,disabled:xt.disabled},w.classes),S=w.className,T=S?`${xt.root} ${S}`:xt.root,E=q.useContext(nf),M=E!==null&&w.checked===void 0,N=M?E.readOnly:!1,$=M?(E.value||[]).includes(w.value):!!(w.checked??w.defaultChecked),V=M||w.checked!==void 0;if(s&&i){const O=i,k=h.jsx(O,{...t,checked:$,label:m});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:k}):h.jsx(h.Fragment,{children:k})}const j=O=>{if(M){const k=O.target.checked?[...E.value||[],w.value]:(E.value||[]).filter(P=>P!==w.value);E.onChange&&E.onChange(O,k)}else w.onChange&&w.onChange(O,O.target.checked)},y=O=>h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...O,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})}),D=h.jsx(be.Checkbox,{ref:n,...x,className:m?xt.inner:`${T} ${xt.inner}`,classes:I,disabled:s||a||N,...V?{checked:$}:{},onChange:j,disableRipple:!0,sx:m?{padding:0}:void 0,icon:h.jsx("div",{className:xt.input}),checkedIcon:h.jsx("div",{className:`${xt.input} ${xt.inputChecked}`,children:h.jsx(y,{className:xt.icon})}),indeterminateIcon:h.jsx("div",{className:`${xt.input} ${xt.inputIndeterminate}`,children:h.jsx("svg",{className:xt.icon,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",children:h.jsx("rect",{x:"6",y:"14",width:"20",height:"4",fill:"currentColor"})})})}),_=m?h.jsx("div",{className:T,style:b,children:h.jsxs("div",{className:xt.body,children:[D,h.jsxs("div",{className:xt.labelWrapper,children:[h.jsx("label",{className:xt.label,htmlFor:w.id,"data-disabled":s||a||N?!0:void 0,children:m}),p?h.jsx(Dn,{assistiveVariant:"error",assistiveWithIcon:!1,children:p}):g&&h.jsx(Dn,{assistiveVariant:"help",assistiveWithIcon:!1,children:g})]})]})}):h.jsx("div",{className:T,style:b,children:D});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:_}):_});Br.displayName="Checkbox";Br.Group=Fr;const By="Chip-module__root___f5pFk",zy="Chip-module__label___Ov9pg",Wy="Chip-module__checkIconWrapper___1OtE-",Uy="Chip-module__innerWrapper___EnrTF",Hy="Chip-module__children___zbRAR",qy="Chip-module__leadingIcon___JBtjQ",Yy="Chip-module__deleteIconWrapper___-5XW-",rn={root:By,label:zy,checkIconWrapper:Wy,innerWrapper:Uy,children:Hy,leadingIcon:qy,deleteIconWrapper:Yy};function Gy(e){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...e,children:[h.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),h.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}function Ky(e){return h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}const zr=q.forwardRef(function({error:t=!1,icon:n,onDelete:o,deleteLabel:s="Delete",deleteTabIndex:i,deleteIconRef:a,children:l,checked:c,overStyled:u=!1,...d},m){const g=ye(d,u),p=g,b=et({root:rn.root,label:rn.label,icon:rn.leadingIcon,deleteIcon:rn.deleteIconWrapper},p.classes),f=p.className,v=f?`${rn.root} ${f}`:rn.root,x=t?"":void 0,w=c?"":void 0,I=!l&&(!!n||!!o),S=o!==void 0||p.onClick!==void 0||p.onChange!==void 0;return h.jsx(be.Chip,{ref:m,className:v,classes:b,...x!==void 0?{"data-error":""}:{},...w!==void 0?{"data-checked":""}:{},...I?{"data-icon-only":""}:{},...S?{"data-interactive":""}:{},...g,icon:c?h.jsx("span",{className:rn.checkIconWrapper,"aria-hidden":!0,children:h.jsx(Ky,{})}):n?h.jsx("span",{className:rn.leadingIcon,"aria-hidden":!0,children:n}):void 0,onDelete:o,deleteIcon:o?h.jsx("span",{ref:a,role:"button",className:rn.deleteIconWrapper,"aria-label":s,tabIndex:i??0,onKeyDown:T=>{(T.key==="Enter"||T.key===" ")&&(T.preventDefault(),T.stopPropagation(),o(T))},children:h.jsx(Gy,{})}):void 0,label:h.jsx("span",{className:rn.innerWrapper,children:h.jsx("span",{className:rn.children,children:l})})})});zr.displayName="Chip";const of=q.forwardRef(function({children:t,size:n,fluid:o,...s},i){const a={"rec-sm":"sm","rec-default":"md","rec-md":"md","rec-lg":"lg","rec-xl":"xl","rec-2xl":"xl"},l=o?!1:typeof n=="string"&&a[n]?a[n]:n;return h.jsx(be.Container,{ref:i,maxWidth:l,...s,children:t})});of.displayName="Container";function Ae(e,...t){const n=new URL("https://mui.com/x/production-error");return n.searchParams.set("code",e.toString()),t.forEach(o=>n.searchParams.append("args[]",o)),`MUI X error #${e}; visit ${n} for the full message.`}function R(){return R=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},R.apply(null,arguments)}function Ce(e,t){if(e==null)return{};var n={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.indexOf(o)!==-1)continue;n[o]=e[o]}return n}function Co(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var xs={exports:{}},Cs={exports:{}},We={};/** @license React v16.13.1
|
|
11
|
+
`,document.head.appendChild(t))}function rl(){if(!Un)return;if(typeof window>"u"){console.warn("[Recursica] window is undefined. Cannot register console command.");return}const e=t=>{try{t.recursica=t.recursica||{},t.recursica.toggleOverStyled=()=>`[Recursica] Overstyled outline highlight is now: ${Lp()?"ON (cyan 2px box shadow)":"OFF"}`}catch{}};e(window),window.parent&&window.parent!==window&&e(window.parent)}const ru="data-recursica-theme";function fb({children:e,theme:t="light",initLayer0:n=!0}){return q.useEffect(()=>{const o=document.documentElement;return o.setAttribute(ru,t),()=>{o.removeAttribute(ru)}},[t]),q.useEffect(()=>{ol(),rl()},[]),n?h.jsx(tl,{layer:0,children:e}):h.jsx(h.Fragment,{children:e})}const mb=["Accordion","AssistiveElement","Autocomplete","Avatar","Badge","Box","Breadcrumb","Button","Card","Checkbox","CheckboxGroup","Chip","Container","DatePicker","Dropdown","EmptyValueRenderer","FileInput","FileUpload","Flex","FormControlLayout","FormControlWrapper","Grid","Group","HoverCard","Label","Layer","Link","Loader","Menu","Modal","NumberInput","Pagination","Panel","Popover","Radio","ReadOnlyField","SegmentedControl","Slider","Stack","Stepper","Switch","Table","Tabs","Text","TextArea","TextField","TimePicker","Timeline","Title","Toast","Tooltip","TransferList","Tree","Typography"],hb=(e,t)=>{const n=document.activeElement;return new Promise((o,s)=>{if(t&&t.current){const i=document.createElement("textarea");i.readOnly=!0,i.defaultValue=e,t.current.appendChild(i),i.select();const a=document.execCommand("copy");t.current.removeChild(i),n&&n.focus(),a?o():s(new Error("Failed to copy"))}else s(new Error("Copy area reference is not defined"))})};function sl(e,t){const n=(t??"").split(",").map(i=>i.trim().toLowerCase()).filter(Boolean);if(n.length===0)return!0;const o=e.name.toLowerCase(),s=e.type.toLowerCase();return n.some(i=>i.startsWith(".")?o.endsWith(i):i.endsWith("/*")?s.startsWith(i.slice(0,-1)):s===i)}function et(e,t){if(!t)return e;const n={...e},o=new Set([...Object.keys(e),...Object.keys(t)]);for(const s of o){const i=e[s],a=t[s];n[s]=[i,a].filter(Boolean).join(" ")||void 0}return n}function gb(e,t){if(!t)return e;const n={...e},o=new Set([...Object.keys(e),...Object.keys(t)]);for(const s of o){const i=e[s],a=t[s];n[s]=i||a?{...i,...a}:void 0}return n}function mi(e){return e==null?void 0:e.map(t=>typeof t=="string"?t:{...t,label:t.label??t.value})}function en(e,t){const n={...e};for(const o of t)o in n&&delete n[o];return n}function Fp(e,t){return t!==void 0?t:e}function Te(e){if(!Un||typeof e!="function"&&!(e&&e.$$typeof))return e;const t=q.forwardRef((o,s)=>{const{overStyled:i}=o,a=Vp(),l=q.createElement(e,{...o,ref:s});return i&&a?h.jsx("div",{className:"recursica-over-styled",children:l}):l});t.displayName=e.displayName||e.name||"Component";const n=Object.keys(e);for(const o of n){if(o==="render"||o==="$$typeof")continue;const s=e[o];(typeof s=="function"||s&&s.$$typeof)&&o[0]===o[0].toUpperCase()?t[o]=Te(s):t[o]=s}return t}const bb=["className","classes","style","sx","color","bgcolor","backgroundColor","typography","fontFamily","fontSize","fontWeight","lineHeight","letterSpacing","textAlign","border","borderTop","borderBottom","borderLeft","borderRight","borderColor","borderRadius","boxShadow","display","position","zIndex"],yb=new Set(["m","my","mx","mt","mb","ml","mr","p","py","px","pt","pb","pl","pr","gap","rowGap","columnGap","top","left","bottom","right"]),Ct={"rec-none":"var(--recursica_brand_dimensions_general_none)","rec-sm":"var(--recursica_brand_dimensions_general_sm)","rec-default":"var(--recursica_brand_dimensions_general_default)","rec-md":"var(--recursica_brand_dimensions_general_md)","rec-lg":"var(--recursica_brand_dimensions_general_lg)","rec-xl":"var(--recursica_brand_dimensions_general_xl)","rec-2xl":"var(--recursica_brand_dimensions_general_2xl)"};function ns(e){const t={...e};return"sx"in t&&delete t.sx,t}function ye(e,t){if(t)return e;const n={...e};for(const o of bb)o in n&&delete n[o];for(const[o,s]of Object.entries(n))typeof s=="string"&&s.startsWith("rec-")&&yb.has(o)&&s in Ct&&(n[o]=Ct[s]);return n}const vb="Accordion-module__root___Dem6d",xb="Accordion-module__item___7ryVk",Cb="Accordion-module__noDivider___Ni2tT",Sb="Accordion-module__control___b4wgX",wb="Accordion-module__label___Ss7uW",Tb="Accordion-module__chevron___i-HVZ",Ib="Accordion-module__iconLeftWrapper___5oLen",Eb="Accordion-module__panel___Wx50w",Ob="Accordion-module__content___PEM9t",En={root:vb,item:xb,noDivider:Cb,control:Sb,label:wb,chevron:Tb,iconLeftWrapper:Ib,panel:Eb,content:Ob},kb=()=>h.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{width:"100%",height:"100%"},children:h.jsx("polyline",{points:"6 9 12 15 18 9"})}),il=q.createContext(null),Bp=q.forwardRef(function({variant:t="default",overStyled:n=!1,value:o,defaultValue:s,onChange:i,multiple:a=!1,chevron:l,children:c,...u},d){const m=ye(u,n),g=m.className,p=[En.root,g].filter(Boolean).join(" ")||void 0,[b,f]=q.useState(s!==void 0?s:a?[]:null),v=o!==void 0?o:b,x=w=>{let I;if(a){const S=Array.isArray(v)?v:v?[v]:[];I=S.includes(w)?S.filter(T=>T!==w):[...S,w]}else I=v===w?null:w;f(I),i==null||i(I)};return h.jsx(il.Provider,{value:{value:v,onChange:x,chevron:l},children:h.jsx("div",{ref:d,...m,className:p,"data-variant":t,children:c})})});Bp.displayName="Accordion";const al=q.forwardRef(function({title:t,leftIcon:n,divider:o=!0,children:s,value:i,disabled:a=!1,overStyled:l=!1,style:c,...u},d){const m=ye(u,l),g=m.className,p=[En.item,o?void 0:En.noDivider,g].filter(Boolean).join(" ")||void 0,b=q.useContext(il),f=b?Array.isArray(b.value)?b.value.includes(i):b.value===i:void 0,v=()=>{b==null||b.onChange(i)},x={backgroundColor:"transparent",...c};return h.jsx(be.Accordion,{ref:d,...m,className:p,disableGutters:!0,elevation:0,square:!0,expanded:f,onChange:v,disabled:a,"data-disabled":a||void 0,style:x,children:t?h.jsxs(h.Fragment,{children:[h.jsx(hi,{leftIcon:n,children:t}),h.jsx(gi,{children:s})]}):s})});al.displayName="AccordionItem";const hi=q.forwardRef(function({leftIcon:t,children:n,overStyled:o=!1,...s},i){const a=ye(s,o),l=a.className,c=[En.control,l].filter(Boolean).join(" ")||void 0,u=q.useContext(il),d=(u==null?void 0:u.chevron)??h.jsx(kb,{});return h.jsxs(be.AccordionSummary,{ref:i,...a,className:c,expandIcon:h.jsx("span",{className:En.chevron,children:d}),children:[t&&h.jsx("span",{className:En.iconLeftWrapper,"aria-hidden":!0,children:t}),h.jsx("div",{className:En.label,children:n})]})});hi.displayName="AccordionControl";const gi=q.forwardRef(function({overStyled:t=!1,children:n,...o},s){const i=ye(o,t),a=i.className,l=[En.panel,a].filter(Boolean).join(" ")||void 0;return h.jsx(be.AccordionDetails,{ref:s,...i,className:l,children:h.jsx("div",{className:En.content,children:n})})});gi.displayName="AccordionPanel";const bi=Bp;bi.Item=al;bi.Control=hi;bi.Panel=gi;const _b="AssistiveElement-module__root___WhQ43",Pb="AssistiveElement-module__text___vrHAg",Db="AssistiveElement-module__icon___Q-CVz",vs={root:_b,text:Pb,icon:Db},Dn=q.forwardRef(function(t,n){const{assistiveVariant:o="help",assistiveWithIcon:s=!0,overStyled:i=!1,className:a,children:l,role:c,...u}=t,d=ye(u,i),m=()=>h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[h.jsx("circle",{cx:"12",cy:"12",r:"10"}),h.jsx("path",{d:"M12 16v-4"}),h.jsx("path",{d:"M12 8h.01"})]}),g=()=>h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[h.jsx("path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"}),h.jsx("path",{d:"M12 9v4"}),h.jsx("path",{d:"M12 17h.01"})]}),p=o==="error",b=c??(p?"alert":void 0);return h.jsxs(be.FormHelperText,{ref:n,...d,component:"div",error:p,role:b,"data-variant":o,className:a?`${vs.root} ${a}`:vs.root,children:[s&&h.jsx("div",{className:vs.icon,children:o==="error"?h.jsx(g,{}):h.jsx(m,{})}),h.jsx("span",{className:vs.text,children:l})]})});Dn.displayName="AssistiveElement";const Mb="Label-module__root___e6HXZ",Rb="Label-module__innerLayout___Xxapo",Nb="Label-module__text___OGeEw",$b="Label-module__required___Ggrzc",jb="Label-module__endNodes___es7ew",Ab="Label-module__optionalText___Y2yun",Lb="Label-module__actionArea___O-f1X",Vb="Label-module__editIcon___9hO1G",dn={root:Mb,innerLayout:Rb,text:Nb,required:$b,endNodes:jb,optionalText:Ab,actionArea:Lb,editIcon:Vb},ll=q.forwardRef(function(t,n){const{overStyled:o=!1,required:s=!1,labelOptionalText:i="",labelWithEditIcon:a=!1,onLabelEditClick:l,labelActionArea:c,children:u,className:d,...m}=t,g=ye(m,o),p=()=>h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[h.jsx("path",{d:"M12 20h9"}),h.jsx("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"})]});return h.jsx(be.InputLabel,{ref:n,...g,shrink:!0,className:d?`${dn.root} ${d}`:dn.root,children:h.jsxs("div",{className:dn.innerLayout,children:[h.jsxs("span",{className:dn.textWrapper,children:[h.jsx("span",{className:dn.text,children:u}),s&&h.jsx("span",{className:dn.required,children:" *"})]}),h.jsxs("div",{className:dn.endNodes,children:[c&&h.jsx("span",{className:dn.actionArea,children:c}),a&&h.jsx("button",{type:"button",className:dn.editIcon,onClick:l,"aria-label":"Edit label",children:h.jsx(p,{})})]}),!s&&i&&!c&&h.jsx("span",{className:dn.optionalText,children:i===!0?"(optional)":i})]})})});ll.displayName="Label";const Fb="FormControlLayout-module__root___yNDhZ",Bb="FormControlLayout-module__leftSection___GBM1r",zb="FormControlLayout-module__rightSection___bcL4v",dr={root:Fb,leftSection:Bb,rightSection:zb},Mn=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i="default",controlMaxWidth:a,controlMinWidth:l,leftSection:c,className:u,children:d,style:m,...g}=t,p=ye(g,o);return h.jsxs("div",{ref:n,...p,className:u?`${dr.root} ${u}`:dr.root,"data-form-layout":s,style:{...m,...a?{"--form-control-max-width":a}:{},...l?{"--form-control-min-width":l}:{}},children:[s==="side-by-side"?h.jsx("div",{className:dr.leftSection,"data-label-size":i,children:c}):c&&h.jsx("div",{className:dr.leftSection,"data-label-size":i,children:c}),h.jsx("div",{className:dr.rightSection,children:d})]})});Mn.displayName="FormControlLayout";const Wb="FormControlWrapper-module__root___c-UHo",Ub="FormControlWrapper-module__inputSection___HenXk",aa={root:Wb,inputSection:Ub},gn=q.forwardRef(function(t,n){const{overStyled:o=!1,label:s,assistiveText:i,description:a,helperText:l,assistiveWithIcon:c=!0,error:u,required:d,disabled:m,focused:g,id:p,formLayout:b="stacked",labelSize:f="default",labelOptionalText:v,labelWithEditIcon:x,onLabelEditClick:w,labelActionArea:I,controlMaxWidth:S,controlMinWidth:T,className:E,style:M,children:N,...$}=t,V=ye($,o),j=q.useId(),y=p||`recursica-fc-${j}`,D=i||a||l,_=`${y}-label`,O=D?`${y}-assistive`:void 0,k=u?`${y}-error`:void 0,P=q.Children.map(N,A=>{if(q.isValidElement(A)){const z=A.props;return q.cloneElement(A,{"aria-labelledby":_,...O&&!z["aria-describedby"]?{"aria-describedby":O}:{},...k&&!z["aria-errormessage"]?{"aria-errormessage":k}:{}})}return A});return h.jsx(be.FormControl,{ref:n,...V,error:!!u,required:d,disabled:m,focused:g,className:E?`${aa.root} ${E}`:aa.root,style:M,"data-error":u?"true":void 0,"data-disabled":m?"true":void 0,"data-focused":g?"true":void 0,children:h.jsx(Mn,{formLayout:b,labelSize:f,controlMaxWidth:S,controlMinWidth:T,leftSection:s&&h.jsx(ll,{id:_,htmlFor:y,required:d,labelOptionalText:v,labelWithEditIcon:x,onLabelEditClick:w,labelActionArea:I,children:s}),children:h.jsxs("div",{className:aa.inputSection,children:[P,(D||u)&&h.jsx(Dn,{id:u?k:O,assistiveVariant:u?"error":"help",assistiveWithIcon:c,children:u&&typeof u=="string"?u:D})]})})})});gn.displayName="FormControlWrapper";const Hb="ReadOnlyField-module__root___hKci7",qb="ReadOnlyField-module__text___bPxk9",Oo={root:Hb,text:qb},cl=q.forwardRef(function(t,n){const{value:o,type:s="text",readOnlyComponent:i,emptyValueComponent:a,className:l,...c}=t;if(a&&typeof a!="string"){const m=a;if(m.check&&m.check(o))return h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx(m,{value:o})})}if(o==null||o===""||Array.isArray(o)&&o.length===0)return h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx("p",{className:Oo.text,children:"N/A"})});if(i){const m=i;return h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx(m,{value:o})})}let d=o;return s==="boolean"||s==="switch"?(d=o?"True":"False",s==="switch"&&(d=o?"On":"Off")):Array.isArray(o)?d=o.join(", "):d=String(o),h.jsx(gn,{ref:n,className:`${Oo.root} ${l||""}`,...c,children:h.jsx("p",{className:Oo.text,children:d})})});cl.displayName="ReadOnlyField";const zt=q.forwardRef(function({readOnly:t,readOnlyComponent:n,readOnlyType:o="text",readOnlyValue:s,readOnlyNativeProps:i,emptyValueComponent:a,activeComponent:l,overStyled:c,onLabelEditClick:u,...d},m){if(t){if(n){const g=n;return h.jsx(gn,{ref:m,...d,onLabelEditClick:u,overStyled:c,children:h.jsx(g,{...i})})}return h.jsx(cl,{ref:m,type:o,value:s,emptyValueComponent:a,onLabelEditClick:u,overStyled:c,...d})}return h.jsx(gn,{ref:m,...d,onLabelEditClick:u,overStyled:c,children:l})});zt.displayName="WithReadOnlyWrapper";function ul(e,t,n=!1){const{label:o,leadingIcon:s,supportingText:i}=e;if(!s&&!i)return o;const a=n?`${t.optionText} ${t.optionTextWrap}`:t.optionText;return h.jsxs("span",{className:t.optionContent,children:[s&&h.jsx("span",{className:t.optionIcon,children:s}),h.jsxs("span",{className:a,children:[h.jsx("span",{children:o}),i&&h.jsx("span",{className:t.optionSupportingText,children:i})]})]})}const Yb="Autocomplete-module__layoutOverride___IIkyG",Gb="Autocomplete-module__root___22Jqm",Kb="Autocomplete-module__input___MlbJR",Xb="Autocomplete-module__section___WRvD5",Qb="Autocomplete-module__dropdown___A9XVI",Zb="Autocomplete-module__option___cZsvO",Jb="Autocomplete-module__optionContent___FR8xI",ey="Autocomplete-module__optionIcon___d80LN",ty="Autocomplete-module__optionText___TUTu1",ny="Autocomplete-module__optionTextWrap___-Cbff",oy="Autocomplete-module__optionSupportingText___rTSCZ",$t={layoutOverride:Yb,root:Gb,input:Kb,section:Xb,dropdown:Qb,option:Zb,optionContent:Jb,optionIcon:ey,optionText:ty,optionTextWrap:ny,optionSupportingText:oy},zp=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,withAsterisk:f,id:v,className:x,style:w,disabled:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,data:$,leftSection:V,rightSection:j,placeholder:y,ListboxProps:D,renderOption:_,wrapItemText:O=!1,...k}=t,P=["size"],A=en(ye(k,o),P),L=A.classes,B=et({root:$t.root,inputRoot:$t.input,listbox:$t.dropdown,option:$t.option},L&&{root:L.wrapper,inputRoot:L.input,listbox:L.dropdown,option:L.option}),W=x?`${$t.layoutOverride} ${x}`:$t.layoutOverride,K={optionContent:$t.optionContent,optionIcon:$t.optionIcon,optionText:$t.optionText,optionTextWrap:$t.optionTextWrap,optionSupportingText:$t.optionSupportingText},ee=mi($),U=(Q,re)=>{const{key:Y,...F}=Q;return typeof re=="string"?h.jsx("li",{...F,children:re},Y):h.jsx("li",{...F,children:ul(re,K,O)},Y)};return h.jsx(zt,{className:W,style:w,controlMaxWidth:"var(--autocomplete-control-max-width)",controlMinWidth:"var(--autocomplete-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:v,disabled:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(be.Autocomplete,{ref:n,...A,freeSolo:!0,disableClearable:!0,classes:B,disabled:I,value:M,defaultValue:N,forcePopupIcon:!1,"data-error":p?"true":void 0,"data-disabled":I?"true":void 0,"data-with-left-section":V?"true":void 0,"data-with-right-section":j?"true":void 0,ListboxProps:{...D,className:B.listbox},options:ee||[],renderOption:_??U,renderInput:Q=>{const{InputProps:re,...Y}=Q;return h.jsx(be.TextField,{...Y,placeholder:y,variant:"standard",InputProps:{...re,startAdornment:V?h.jsx("span",{className:$t.section,"data-position":"left",children:V}):re.startAdornment,endAdornment:j?h.jsx("span",{className:$t.section,"data-position":"right",children:j}):re.endAdornment}})}})})});zp.displayName="Autocomplete";const ry="Avatar-module__root___fXu-J",sy="Avatar-module__iconWrapper___ojly2",iy="Avatar-module__textWrapper___zp-jD",ay="Avatar-module__image___ieqGp",ly="Avatar-module__placeholder___IDW7-",pr={root:ry,iconWrapper:sy,textWrapper:iy,image:ay,placeholder:ly},Wp=q.forwardRef(function({size:t="default",variant:n="solid",icon:o,children:s,src:i,overStyled:a=!1,...l},c){const u=ye(l,a),d=u;let m="text";i?m="image":o&&(m="icon");const g=et({root:pr.root,image:pr.image,placeholder:pr.placeholder},d.classes),p=d.className;return h.jsx(be.Avatar,{ref:c,className:p,classes:g,variant:"circular",src:i,"data-variant":n,"data-size":t,"data-style":m,...u,children:o!=null?h.jsx("span",{className:pr.iconWrapper,"aria-hidden":!0,children:o}):s!=null?h.jsx("span",{className:pr.textWrapper,children:s}):void 0})});Wp.displayName="Avatar";const cy=Wp,uy="Badge-module__root___5osNT",la={root:uy},Up=q.forwardRef(function({variant:t="primary-color",overStyled:n=!1,...o},s){const i=ye(o,n),a=et({root:la.root},i.classes),l=i.className,c=l?`${la.root} ${l}`:la.root;return h.jsx(be.Badge,{ref:s,variant:"standard","data-variant":t,...i,className:c,classes:a})});Up.displayName="Badge";const Hp=Up,dy=q.forwardRef(function(t,n){return h.jsx(be.Box,{ref:n,...t})}),py="Breadcrumb-module__root___x-9ln",fy="Breadcrumb-module__ol___x-7S-",my="Breadcrumb-module__separator___qrUX-",fr={root:py,ol:fy,separator:my},qp=q.forwardRef(function({overStyled:t=!1,separator:n=">",...o},s){const i=ye({separator:n,...o},t),a=et({root:fr.root,ol:fr.ol,separator:fr.separator},i.classes),l=i.className,c=l?`${fr.root} ${l}`:fr.root;return h.jsx(be.Breadcrumbs,{ref:s,...i,className:c,classes:a})});qp.displayName="Breadcrumb";const hy="Loader-module__root___6iYOP",su={root:hy},dl=q.forwardRef(function({variant:t="oval",size:n="default",overStyled:o=!1,...s},i){const l={sm:"small",md:"default",lg:"large",small:"small",default:"default",large:"large"}[n]||"default",c=ye(s,o),u=c.className,d=u?`${su.root} ${u}`:su.root,m=()=>t==="bars"||t==="dots"?h.jsxs(h.Fragment,{children:[h.jsx("span",{}),h.jsx("span",{}),h.jsx("span",{})]}):null;return h.jsx("span",{ref:i,"data-variant":t,"data-size":l,...c,className:d,children:m()})});dl.displayName="Loader";const gy="Button-module__root___Q2R8-",by="Button-module__labelText___rFV5p",yy="Button-module__iconWrapper___uEKPa",mr={root:gy,labelText:by,iconWrapper:yy};function vy(e){return e==null||e===""?!1:typeof e=="string"?e.trim()!=="":!0}const On=q.forwardRef(function({variant:t="solid",size:n="default",icon:o,children:s,overStyled:i=!1,loaderVariant:a="oval",loaderSize:l,useRecursicaLoader:c=!0,...u},d){const m=["color"],g=en(ye(u,i),m),p=g,b=!!o||!!p.startIcon,f=!!p.endIcon,v=vy(s),x=(b||f)&&!v;let w="label";x?w="icon-only":(b||f)&&(w="icon-label"),typeof process<"u"&&process.env.NODE_ENV!=="production"&&x&&!p["aria-label"]&&console.warn('[Recursica Button] Icon-only buttons must provide an accessible name. Pass aria-label (e.g. aria-label="Submit").');const I=p.className,S=I?`${mr.root} ${I}`:mr.root,T=Fp(n==="small"?"small":"default",l);let E=p.loadingIndicator;return c&&(E=h.jsx(dl,{variant:a,size:T})),h.jsx(be.Button,{ref:d,...g,disableRipple:!0,disableElevation:!0,className:S,loading:!!p.loading,loadingIndicator:E,fullWidth:!!p.fullWidth,startIcon:p.loading?h.jsx("span",{className:mr.iconWrapper,"aria-hidden":!0,children:E}):o!=null?h.jsx("span",{className:mr.iconWrapper,"aria-hidden":!0,children:o}):void 0,"data-variant":t,"data-size":n,"data-content":w,...p.loading?{"data-loading":"true"}:{},disabled:!!p.disabled||!!p.loading,children:h.jsx("span",{className:mr.labelText,children:s})})});On.displayName="Button";const xy="Card-module__root___c9KvZ",Cy="Card-module__header___PTXf2",Sy="Card-module__footer___Mu-JC",wy="Card-module__section___BRT8H",Ty="Card-module__content___oFIQa",Rn={root:xy,header:Cy,footer:Sy,section:wy,content:Ty},Yp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);["flex","flexGrow","flexShrink","flexBasis","grow","h","height"].forEach(c=>{c in n&&!(c in s)&&(s[c]=n[c])});const a=et({root:Rn.root},s.classes),l=s.className;return h.jsx(be.Card,{ref:o,...s,className:l,classes:a})});Yp.displayName="Card";const Gp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.section} ${i}`:Rn.section})});Gp.displayName="CardSection";const Kp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.header} ${i}`:Rn.header})});Kp.displayName="CardHeader";const Xp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.footer} ${i}`:Rn.footer})});Xp.displayName="CardFooter";const Qp=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx("div",{ref:o,...s,className:i?`${Rn.content} ${i}`:Rn.content})});Qp.displayName="CardContent";const Zp=Yp,yi=Zp;yi.Section=Gp;yi.Header=Kp;yi.Footer=Xp;yi.Content=Qp;const Iy=Zp,Ey="Checkbox-module__groupRoot___cBS0o",Oy="Checkbox-module__root___mY3qk",ky="Checkbox-module__body___5yC7q",_y="Checkbox-module__inner___rTke4",Py="Checkbox-module__input___2kt-h",Dy="Checkbox-module__inputChecked___zaCIH",My="Checkbox-module__inputIndeterminate___CVPhn",Ry="Checkbox-module__disabled___x7-eg",Ny="Checkbox-module__icon___-O7i6",$y="Checkbox-module__labelWrapper___GpZkr",jy="Checkbox-module__label___cwRtI",xt={groupRoot:Ey,root:Oy,body:ky,inner:_y,input:Py,inputChecked:Dy,inputIndeterminate:My,disabled:Ry,icon:Ny,labelWrapper:$y,label:jy},Jp=q.createContext(null),Fr=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,className:x,style:w,children:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,onChange:$,...V}=t,j=ye(V,o),y=j,D=(_,O)=>{$&&$(O)};return h.jsx(zt,{className:x,style:w,controlMaxWidth:"var(--recursica_ui-kit_components_checkbox-item_properties_max-width)",controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,readOnly:S&&!!T,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(Jp.Provider,{value:{value:M!==void 0?M:N,onChange:D,name:y.name,readOnly:S||!!y.disabled},children:h.jsx(be.FormGroup,{ref:n,...j,className:`${xt.groupRoot} ${j.className||""}`.trim(),"data-layout":s,children:I})})})});Fr.displayName="CheckboxGroup";const Br=q.forwardRef(function(t,n){const{overStyled:o=!1,readOnly:s,readOnlyComponent:i,disabled:a,formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,label:m,description:g,error:p,style:b,...f}=t,v=["size","color"],x=en(ye(f,o),v),w=x,I=et({root:xt.root,checked:xt.checked,disabled:xt.disabled},w.classes),S=w.className,T=S?`${xt.root} ${S}`:xt.root,E=q.useContext(Jp),M=E!==null&&w.checked===void 0,N=M?E.readOnly:!1,$=M?(E.value||[]).includes(w.value):!!(w.checked??w.defaultChecked),V=M||w.checked!==void 0;if(s&&i){const O=i,k=h.jsx(O,{...t,checked:$,label:m});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:k}):h.jsx(h.Fragment,{children:k})}const j=O=>{if(M){const k=O.target.checked?[...E.value||[],w.value]:(E.value||[]).filter(P=>P!==w.value);E.onChange&&E.onChange(O,k)}else w.onChange&&w.onChange(O,O.target.checked)},y=O=>h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...O,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})}),D=h.jsx(be.Checkbox,{ref:n,...x,className:m?xt.inner:`${T} ${xt.inner}`,classes:I,disabled:s||a||N,...V?{checked:$}:{},onChange:j,disableRipple:!0,sx:m?{padding:0}:void 0,icon:h.jsx("div",{className:xt.input}),checkedIcon:h.jsx("div",{className:`${xt.input} ${xt.inputChecked}`,children:h.jsx(y,{className:xt.icon})}),indeterminateIcon:h.jsx("div",{className:`${xt.input} ${xt.inputIndeterminate}`,children:h.jsx("svg",{className:xt.icon,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",children:h.jsx("rect",{x:"6",y:"14",width:"20",height:"4",fill:"currentColor"})})})}),_=m?h.jsx("div",{className:T,style:b,children:h.jsxs("div",{className:xt.body,children:[D,h.jsxs("div",{className:xt.labelWrapper,children:[h.jsx("label",{className:xt.label,htmlFor:w.id,"data-disabled":s||a||N?!0:void 0,children:m}),p?h.jsx(Dn,{assistiveVariant:"error",assistiveWithIcon:!1,children:p}):g&&h.jsx(Dn,{assistiveVariant:"help",assistiveWithIcon:!1,children:g})]})]})}):h.jsx("div",{className:T,style:b,children:D});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:_}):_});Br.displayName="Checkbox";Br.Group=Fr;const Ay="Chip-module__root___f5pFk",Ly="Chip-module__label___Ov9pg",Vy="Chip-module__checkIconWrapper___1OtE-",Fy="Chip-module__innerWrapper___EnrTF",By="Chip-module__children___zbRAR",zy="Chip-module__leadingIcon___JBtjQ",Wy="Chip-module__deleteIconWrapper___-5XW-",rn={root:Ay,label:Ly,checkIconWrapper:Vy,innerWrapper:Fy,children:By,leadingIcon:zy,deleteIconWrapper:Wy};function Uy(e){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",...e,children:[h.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),h.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}function Hy(e){return h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}const zr=q.forwardRef(function({error:t=!1,icon:n,onDelete:o,deleteLabel:s="Delete",deleteTabIndex:i,deleteIconRef:a,children:l,checked:c,overStyled:u=!1,...d},m){const g=ye(d,u),p=g,b=et({root:rn.root,label:rn.label,icon:rn.leadingIcon,deleteIcon:rn.deleteIconWrapper},p.classes),f=p.className,v=f?`${rn.root} ${f}`:rn.root,x=t?"":void 0,w=c?"":void 0,I=!l&&(!!n||!!o),S=o!==void 0||p.onClick!==void 0||p.onChange!==void 0;return h.jsx(be.Chip,{ref:m,className:v,classes:b,...x!==void 0?{"data-error":""}:{},...w!==void 0?{"data-checked":""}:{},...I?{"data-icon-only":""}:{},...S?{"data-interactive":""}:{},...g,icon:c?h.jsx("span",{className:rn.checkIconWrapper,"aria-hidden":!0,children:h.jsx(Hy,{})}):n?h.jsx("span",{className:rn.leadingIcon,"aria-hidden":!0,children:n}):void 0,onDelete:o,deleteIcon:o?h.jsx("span",{ref:a,role:"button",className:rn.deleteIconWrapper,"aria-label":s,tabIndex:i??0,onKeyDown:T=>{(T.key==="Enter"||T.key===" ")&&(T.preventDefault(),T.stopPropagation(),o(T))},children:h.jsx(Uy,{})}):void 0,label:h.jsx("span",{className:rn.innerWrapper,children:h.jsx("span",{className:rn.children,children:l})})})});zr.displayName="Chip";const ef=q.forwardRef(function({children:t,size:n,fluid:o,...s},i){const a={"rec-sm":"sm","rec-default":"md","rec-md":"md","rec-lg":"lg","rec-xl":"xl","rec-2xl":"xl"},l=o?!1:typeof n=="string"&&a[n]?a[n]:n;return h.jsx(be.Container,{ref:i,maxWidth:l,...s,children:t})});ef.displayName="Container";function Ae(e,...t){const n=new URL("https://mui.com/x/production-error");return n.searchParams.set("code",e.toString()),t.forEach(o=>n.searchParams.append("args[]",o)),`MUI X error #${e}; visit ${n} for the full message.`}function R(){return R=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)({}).hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},R.apply(null,arguments)}function Ce(e,t){if(e==null)return{};var n={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.indexOf(o)!==-1)continue;n[o]=e[o]}return n}function Co(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var xs={exports:{}},Cs={exports:{}},We={};/** @license React v16.13.1
|
|
12
12
|
* react-is.production.min.js
|
|
13
13
|
*
|
|
14
14
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the MIT license found in the
|
|
17
17
|
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/var
|
|
18
|
+
*/var iu;function qy(){if(iu)return We;iu=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,s=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,m=e?Symbol.for("react.suspense"):60113,g=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,f=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,x=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function I(T){if(typeof T=="object"&&T!==null){var E=T.$$typeof;switch(E){case t:switch(T=T.type,T){case c:case u:case o:case i:case s:case m:return T;default:switch(T=T&&T.$$typeof,T){case l:case d:case b:case p:case a:return T;default:return E}}case n:return E}}}function S(T){return I(T)===u}return We.AsyncMode=c,We.ConcurrentMode=u,We.ContextConsumer=l,We.ContextProvider=a,We.Element=t,We.ForwardRef=d,We.Fragment=o,We.Lazy=b,We.Memo=p,We.Portal=n,We.Profiler=i,We.StrictMode=s,We.Suspense=m,We.isAsyncMode=function(T){return S(T)||I(T)===c},We.isConcurrentMode=S,We.isContextConsumer=function(T){return I(T)===l},We.isContextProvider=function(T){return I(T)===a},We.isElement=function(T){return typeof T=="object"&&T!==null&&T.$$typeof===t},We.isForwardRef=function(T){return I(T)===d},We.isFragment=function(T){return I(T)===o},We.isLazy=function(T){return I(T)===b},We.isMemo=function(T){return I(T)===p},We.isPortal=function(T){return I(T)===n},We.isProfiler=function(T){return I(T)===i},We.isStrictMode=function(T){return I(T)===s},We.isSuspense=function(T){return I(T)===m},We.isValidElementType=function(T){return typeof T=="string"||typeof T=="function"||T===o||T===u||T===i||T===s||T===m||T===g||typeof T=="object"&&T!==null&&(T.$$typeof===b||T.$$typeof===p||T.$$typeof===a||T.$$typeof===l||T.$$typeof===d||T.$$typeof===v||T.$$typeof===x||T.$$typeof===w||T.$$typeof===f)},We.typeOf=I,We}var Ue={};/** @license React v16.13.1
|
|
19
19
|
* react-is.development.js
|
|
20
20
|
*
|
|
21
21
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
22
22
|
*
|
|
23
23
|
* This source code is licensed under the MIT license found in the
|
|
24
24
|
* LICENSE file in the root directory of this source tree.
|
|
25
|
-
*/var
|
|
25
|
+
*/var au;function Yy(){return au||(au=1,process.env.NODE_ENV!=="production"&&(function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,s=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,m=e?Symbol.for("react.suspense"):60113,g=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,f=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,x=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function I(H){return typeof H=="string"||typeof H=="function"||H===o||H===u||H===i||H===s||H===m||H===g||typeof H=="object"&&H!==null&&(H.$$typeof===b||H.$$typeof===p||H.$$typeof===a||H.$$typeof===l||H.$$typeof===d||H.$$typeof===v||H.$$typeof===x||H.$$typeof===w||H.$$typeof===f)}function S(H){if(typeof H=="object"&&H!==null){var le=H.$$typeof;switch(le){case t:var X=H.type;switch(X){case c:case u:case o:case i:case s:case m:return X;default:var ue=X&&X.$$typeof;switch(ue){case l:case d:case b:case p:case a:return ue;default:return le}}case n:return le}}}var T=c,E=u,M=l,N=a,$=t,V=d,j=o,y=b,D=p,_=n,O=i,k=s,P=m,A=!1;function z(H){return A||(A=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),L(H)||S(H)===c}function L(H){return S(H)===u}function B(H){return S(H)===l}function W(H){return S(H)===a}function K(H){return typeof H=="object"&&H!==null&&H.$$typeof===t}function ee(H){return S(H)===d}function U(H){return S(H)===o}function Q(H){return S(H)===b}function re(H){return S(H)===p}function Y(H){return S(H)===n}function F(H){return S(H)===i}function G(H){return S(H)===s}function te(H){return S(H)===m}Ue.AsyncMode=T,Ue.ConcurrentMode=E,Ue.ContextConsumer=M,Ue.ContextProvider=N,Ue.Element=$,Ue.ForwardRef=V,Ue.Fragment=j,Ue.Lazy=y,Ue.Memo=D,Ue.Portal=_,Ue.Profiler=O,Ue.StrictMode=k,Ue.Suspense=P,Ue.isAsyncMode=z,Ue.isConcurrentMode=L,Ue.isContextConsumer=B,Ue.isContextProvider=W,Ue.isElement=K,Ue.isForwardRef=ee,Ue.isFragment=U,Ue.isLazy=Q,Ue.isMemo=re,Ue.isPortal=Y,Ue.isProfiler=F,Ue.isStrictMode=G,Ue.isSuspense=te,Ue.isValidElementType=I,Ue.typeOf=S})()),Ue}var lu;function tf(){return lu||(lu=1,process.env.NODE_ENV==="production"?Cs.exports=qy():Cs.exports=Yy()),Cs.exports}/*
|
|
26
26
|
object-assign
|
|
27
27
|
(c) Sindre Sorhus
|
|
28
28
|
@license MIT
|
|
29
|
-
*/var ca,
|
|
30
|
-
Valid keys: `+JSON.stringify(Object.keys(L),null," "));var H=te(re,G,ee,U,Q+"."+G,n);if(H)return H}return null}return v(B)}function _(L){switch(typeof L){case"number":case"string":case"undefined":return!0;case"boolean":return!L;case"object":if(Array.isArray(L))return L.every(_);if(L===null||l(L))return!0;var B=m(L);if(B){var W=B.call(L),K;if(B!==L.entries){for(;!(K=W.next()).done;)if(!_(K.value))return!1}else for(;!(K=W.next()).done;){var ee=K.value;if(ee&&!_(ee[1]))return!1}}else return!1;return!0;default:return!1}}function O(L,B){return L==="symbol"?!0:B?B["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&B instanceof Symbol:!1}function k(L){var B=typeof L;return Array.isArray(L)?"array":L instanceof RegExp?"object":O(B,L)?"symbol":B}function P(L){if(typeof L>"u"||L===null)return""+L;var B=k(L);if(B==="object"){if(L instanceof Date)return"date";if(L instanceof RegExp)return"regexp"}return B}function A(L){var B=P(L);switch(B){case"array":case"object":return"an "+B;case"boolean":case"date":case"regexp":return"a "+B;default:return B}}function z(L){return!L.constructor||!L.constructor.name?g:L.constructor.name}return p.checkPropTypes=s,p.resetWarningCache=s.resetWarningCache,p.PropTypes=p,p},fa}var ma,
|
|
29
|
+
*/var ca,cu;function Gy(){if(cu)return ca;cu=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function s(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var a={},l=0;l<10;l++)a["_"+String.fromCharCode(l)]=l;var c=Object.getOwnPropertyNames(a).map(function(d){return a[d]});if(c.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(d){u[d]=d}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return ca=s()?Object.assign:function(i,a){for(var l,c=o(i),u,d=1;d<arguments.length;d++){l=Object(arguments[d]);for(var m in l)t.call(l,m)&&(c[m]=l[m]);if(e){u=e(l);for(var g=0;g<u.length;g++)n.call(l,u[g])&&(c[u[g]]=l[u[g]])}}return c},ca}var ua,uu;function pl(){if(uu)return ua;uu=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return ua=e,ua}var da,du;function nf(){return du||(du=1,da=Function.call.bind(Object.prototype.hasOwnProperty)),da}var pa,pu;function Ky(){if(pu)return pa;pu=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=pl(),n={},o=nf();e=function(i){var a="Warning: "+i;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function s(i,a,l,c,u){if(process.env.NODE_ENV!=="production"){for(var d in i)if(o(i,d)){var m;try{if(typeof i[d]!="function"){var g=Error((c||"React class")+": "+l+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw g.name="Invariant Violation",g}m=i[d](a,d,c,l,null,t)}catch(b){m=b}if(m&&!(m instanceof Error)&&e((c||"React class")+": type specification of "+l+" `"+d+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof m+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),m instanceof Error&&!(m.message in n)){n[m.message]=!0;var p=u?u():"";e("Failed "+l+" type: "+m.message+(p??""))}}}}return s.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},pa=s,pa}var fa,fu;function Xy(){if(fu)return fa;fu=1;var e=tf(),t=Gy(),n=pl(),o=nf(),s=Ky(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(l){var c="Warning: "+l;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}});function a(){return null}return fa=function(l,c){var u=typeof Symbol=="function"&&Symbol.iterator,d="@@iterator";function m(L){var B=L&&(u&&L[u]||L[d]);if(typeof B=="function")return B}var g="<<anonymous>>",p={array:x("array"),bigint:x("bigint"),bool:x("boolean"),func:x("function"),number:x("number"),object:x("object"),string:x("string"),symbol:x("symbol"),any:w(),arrayOf:I,element:S(),elementType:T(),instanceOf:E,node:V(),objectOf:N,oneOf:M,oneOfType:$,shape:y,exact:D};function b(L,B){return L===B?L!==0||1/L===1/B:L!==L&&B!==B}function f(L,B){this.message=L,this.data=B&&typeof B=="object"?B:{},this.stack=""}f.prototype=Error.prototype;function v(L){if(process.env.NODE_ENV!=="production")var B={},W=0;function K(U,Q,re,Y,F,G,te){if(Y=Y||g,G=G||re,te!==n){if(c){var H=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw H.name="Invariant Violation",H}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var le=Y+":"+re;!B[le]&&W<3&&(i("You are manually calling a React.PropTypes validation function for the `"+G+"` prop on `"+Y+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),B[le]=!0,W++)}}return Q[re]==null?U?Q[re]===null?new f("The "+F+" `"+G+"` is marked as required "+("in `"+Y+"`, but its value is `null`.")):new f("The "+F+" `"+G+"` is marked as required in "+("`"+Y+"`, but its value is `undefined`.")):null:L(Q,re,Y,F,G)}var ee=K.bind(null,!1);return ee.isRequired=K.bind(null,!0),ee}function x(L){function B(W,K,ee,U,Q,re){var Y=W[K],F=k(Y);if(F!==L){var G=P(Y);return new f("Invalid "+U+" `"+Q+"` of type "+("`"+G+"` supplied to `"+ee+"`, expected ")+("`"+L+"`."),{expectedType:L})}return null}return v(B)}function w(){return v(a)}function I(L){function B(W,K,ee,U,Q){if(typeof L!="function")return new f("Property `"+Q+"` of component `"+ee+"` has invalid PropType notation inside arrayOf.");var re=W[K];if(!Array.isArray(re)){var Y=k(re);return new f("Invalid "+U+" `"+Q+"` of type "+("`"+Y+"` supplied to `"+ee+"`, expected an array."))}for(var F=0;F<re.length;F++){var G=L(re,F,ee,U,Q+"["+F+"]",n);if(G instanceof Error)return G}return null}return v(B)}function S(){function L(B,W,K,ee,U){var Q=B[W];if(!l(Q)){var re=k(Q);return new f("Invalid "+ee+" `"+U+"` of type "+("`"+re+"` supplied to `"+K+"`, expected a single ReactElement."))}return null}return v(L)}function T(){function L(B,W,K,ee,U){var Q=B[W];if(!e.isValidElementType(Q)){var re=k(Q);return new f("Invalid "+ee+" `"+U+"` of type "+("`"+re+"` supplied to `"+K+"`, expected a single ReactElement type."))}return null}return v(L)}function E(L){function B(W,K,ee,U,Q){if(!(W[K]instanceof L)){var re=L.name||g,Y=z(W[K]);return new f("Invalid "+U+" `"+Q+"` of type "+("`"+Y+"` supplied to `"+ee+"`, expected ")+("instance of `"+re+"`."))}return null}return v(B)}function M(L){if(!Array.isArray(L))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):i("Invalid argument supplied to oneOf, expected an array.")),a;function B(W,K,ee,U,Q){for(var re=W[K],Y=0;Y<L.length;Y++)if(b(re,L[Y]))return null;var F=JSON.stringify(L,function(te,H){var le=P(H);return le==="symbol"?String(H):H});return new f("Invalid "+U+" `"+Q+"` of value `"+String(re)+"` "+("supplied to `"+ee+"`, expected one of "+F+"."))}return v(B)}function N(L){function B(W,K,ee,U,Q){if(typeof L!="function")return new f("Property `"+Q+"` of component `"+ee+"` has invalid PropType notation inside objectOf.");var re=W[K],Y=k(re);if(Y!=="object")return new f("Invalid "+U+" `"+Q+"` of type "+("`"+Y+"` supplied to `"+ee+"`, expected an object."));for(var F in re)if(o(re,F)){var G=L(re,F,ee,U,Q+"."+F,n);if(G instanceof Error)return G}return null}return v(B)}function $(L){if(!Array.isArray(L))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var B=0;B<L.length;B++){var W=L[B];if(typeof W!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+A(W)+" at index "+B+"."),a}function K(ee,U,Q,re,Y){for(var F=[],G=0;G<L.length;G++){var te=L[G],H=te(ee,U,Q,re,Y,n);if(H==null)return null;H.data&&o(H.data,"expectedType")&&F.push(H.data.expectedType)}var le=F.length>0?", expected one of type ["+F.join(", ")+"]":"";return new f("Invalid "+re+" `"+Y+"` supplied to "+("`"+Q+"`"+le+"."))}return v(K)}function V(){function L(B,W,K,ee,U){return _(B[W])?null:new f("Invalid "+ee+" `"+U+"` supplied to "+("`"+K+"`, expected a ReactNode."))}return v(L)}function j(L,B,W,K,ee){return new f((L||"React class")+": "+B+" type `"+W+"."+K+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+ee+"`.")}function y(L){function B(W,K,ee,U,Q){var re=W[K],Y=k(re);if(Y!=="object")return new f("Invalid "+U+" `"+Q+"` of type `"+Y+"` "+("supplied to `"+ee+"`, expected `object`."));for(var F in L){var G=L[F];if(typeof G!="function")return j(ee,U,Q,F,P(G));var te=G(re,F,ee,U,Q+"."+F,n);if(te)return te}return null}return v(B)}function D(L){function B(W,K,ee,U,Q){var re=W[K],Y=k(re);if(Y!=="object")return new f("Invalid "+U+" `"+Q+"` of type `"+Y+"` "+("supplied to `"+ee+"`, expected `object`."));var F=t({},W[K],L);for(var G in F){var te=L[G];if(o(L,G)&&typeof te!="function")return j(ee,U,Q,G,P(te));if(!te)return new f("Invalid "+U+" `"+Q+"` key `"+G+"` supplied to `"+ee+"`.\nBad object: "+JSON.stringify(W[K],null," ")+`
|
|
30
|
+
Valid keys: `+JSON.stringify(Object.keys(L),null," "));var H=te(re,G,ee,U,Q+"."+G,n);if(H)return H}return null}return v(B)}function _(L){switch(typeof L){case"number":case"string":case"undefined":return!0;case"boolean":return!L;case"object":if(Array.isArray(L))return L.every(_);if(L===null||l(L))return!0;var B=m(L);if(B){var W=B.call(L),K;if(B!==L.entries){for(;!(K=W.next()).done;)if(!_(K.value))return!1}else for(;!(K=W.next()).done;){var ee=K.value;if(ee&&!_(ee[1]))return!1}}else return!1;return!0;default:return!1}}function O(L,B){return L==="symbol"?!0:B?B["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&B instanceof Symbol:!1}function k(L){var B=typeof L;return Array.isArray(L)?"array":L instanceof RegExp?"object":O(B,L)?"symbol":B}function P(L){if(typeof L>"u"||L===null)return""+L;var B=k(L);if(B==="object"){if(L instanceof Date)return"date";if(L instanceof RegExp)return"regexp"}return B}function A(L){var B=P(L);switch(B){case"array":case"object":return"an "+B;case"boolean":case"date":case"regexp":return"a "+B;default:return B}}function z(L){return!L.constructor||!L.constructor.name?g:L.constructor.name}return p.checkPropTypes=s,p.resetWarningCache=s.resetWarningCache,p.PropTypes=p,p},fa}var ma,mu;function Qy(){if(mu)return ma;mu=1;var e=pl();function t(){}function n(){}return n.resetWarningCache=t,ma=function(){function o(a,l,c,u,d,m){if(m!==e){var g=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw g.name="Invariant Violation",g}}o.isRequired=o;function s(){return o}var i={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:s,element:o,elementType:o,instanceOf:s,node:o,objectOf:s,oneOf:s,oneOfType:s,shape:s,exact:s,checkPropTypes:n,resetWarningCache:t};return i.PropTypes=i,i},ma}var hu;function Zy(){if(hu)return xs.exports;if(hu=1,process.env.NODE_ENV!=="production"){var e=tf(),t=!0;xs.exports=Xy()(e.isElement,t)}else xs.exports=Qy()();return xs.exports}var Jy=Zy();const r=Co(Jy);function vo(e,...t){const n=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(o=>n.searchParams.append("args[]",o)),`Minified MUI error #${e}; visit ${n} for the full message.`}const vi="$$material";function ev(e){for(var t=0,n,o=0,s=e.length;s>=4;++o,s-=4)n=e.charCodeAt(o)&255|(e.charCodeAt(++o)&255)<<8|(e.charCodeAt(++o)&255)<<16|(e.charCodeAt(++o)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(s){case 3:t^=(e.charCodeAt(o+2)&255)<<16;case 2:t^=(e.charCodeAt(o+1)&255)<<8;case 1:t^=e.charCodeAt(o)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var tv={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function nv(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var ov=/[A-Z]|^ms/g,rv=/_EMO_([^_]+?)_([^]*?)_EMO_/g,of=function(t){return t.charCodeAt(1)===45},gu=function(t){return t!=null&&typeof t!="boolean"},ha=nv(function(e){return of(e)?e:e.replace(ov,"-$&").toLowerCase()}),bu=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(rv,function(o,s,i){return Fn={name:s,styles:i,next:Fn},s})}return tv[t]!==1&&!of(t)&&typeof n=="number"&&n!==0?n+"px":n};function Gs(e,t,n){if(n==null)return"";var o=n;if(o.__emotion_styles!==void 0)return o;switch(typeof n){case"boolean":return"";case"object":{var s=n;if(s.anim===1)return Fn={name:s.name,styles:s.styles,next:Fn},s.name;var i=n;if(i.styles!==void 0){var a=i.next;if(a!==void 0)for(;a!==void 0;)Fn={name:a.name,styles:a.styles,next:Fn},a=a.next;var l=i.styles+";";return l}return sv(e,t,n)}}var c=n;return c}function sv(e,t,n){var o="";if(Array.isArray(n))for(var s=0;s<n.length;s++)o+=Gs(e,t,n[s])+";";else for(var i in n){var a=n[i];if(typeof a!="object"){var l=a;gu(l)&&(o+=ha(i)+":"+bu(i,l)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&t==null)for(var c=0;c<a.length;c++)gu(a[c])&&(o+=ha(i)+":"+bu(i,a[c])+";");else{var u=Gs(e,t,a);switch(i){case"animation":case"animationName":{o+=ha(i)+":"+u+";";break}default:o+=i+"{"+u+"}"}}}return o}var yu=/label:\s*([^\s;{]+)\s*(;|$)/g,Fn;function iv(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var o=!0,s="";Fn=void 0;var i=e[0];if(i==null||i.raw===void 0)o=!1,s+=Gs(n,t,i);else{var a=i;s+=a[0]}for(var l=1;l<e.length;l++)if(s+=Gs(n,t,e[l]),o){var c=i;s+=c[l]}yu.lastIndex=0;for(var u="",d;(d=yu.exec(s))!==null;)u+="-"+d[1];var m=ev(s)+u;return{name:m,styles:s,next:Fn}}/**
|
|
31
31
|
* @mui/styled-engine v7.3.10
|
|
32
32
|
*
|
|
33
33
|
* @license MIT
|
|
34
34
|
* This source code is licensed under the MIT license found in the
|
|
35
35
|
* LICENSE file in the root directory of this source tree.
|
|
36
|
-
*/function
|
|
37
|
-
`)):o.some(i=>i===void 0)&&console.error(`MUI: the styled(${s})(...args) API requires all its args to be defined.`),n(...o)}:n}function
|
|
36
|
+
*/function av(e,t){const n=ab(e,t);return process.env.NODE_ENV!=="production"?(...o)=>{const s=typeof e=="string"?`"${e}"`:"component";return o.length===0?console.error([`MUI: Seems like you called \`styled(${s})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join(`
|
|
37
|
+
`)):o.some(i=>i===void 0)&&console.error(`MUI: the styled(${s})(...args) API requires all its args to be defined.`),n(...o)}:n}function lv(e,t){Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))}const vu=[];function go(e){return vu[0]=e,iv(vu)}var Ss={exports:{}},Ke={};/**
|
|
38
38
|
* @license React
|
|
39
39
|
* react-is.production.js
|
|
40
40
|
*
|
|
@@ -42,7 +42,7 @@ Valid keys: `+JSON.stringify(Object.keys(L),null," "));var H=te(re,G,ee,U,Q+"."
|
|
|
42
42
|
*
|
|
43
43
|
* This source code is licensed under the MIT license found in the
|
|
44
44
|
* LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/var
|
|
45
|
+
*/var xu;function cv(){if(xu)return Ke;xu=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.consumer"),a=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),g=Symbol.for("react.view_transition"),p=Symbol.for("react.client.reference");function b(f){if(typeof f=="object"&&f!==null){var v=f.$$typeof;switch(v){case e:switch(f=f.type,f){case n:case s:case o:case c:case u:case g:return f;default:switch(f=f&&f.$$typeof,f){case a:case l:case m:case d:return f;case i:return f;default:return v}}case t:return v}}}return Ke.ContextConsumer=i,Ke.ContextProvider=a,Ke.Element=e,Ke.ForwardRef=l,Ke.Fragment=n,Ke.Lazy=m,Ke.Memo=d,Ke.Portal=t,Ke.Profiler=s,Ke.StrictMode=o,Ke.Suspense=c,Ke.SuspenseList=u,Ke.isContextConsumer=function(f){return b(f)===i},Ke.isContextProvider=function(f){return b(f)===a},Ke.isElement=function(f){return typeof f=="object"&&f!==null&&f.$$typeof===e},Ke.isForwardRef=function(f){return b(f)===l},Ke.isFragment=function(f){return b(f)===n},Ke.isLazy=function(f){return b(f)===m},Ke.isMemo=function(f){return b(f)===d},Ke.isPortal=function(f){return b(f)===t},Ke.isProfiler=function(f){return b(f)===s},Ke.isStrictMode=function(f){return b(f)===o},Ke.isSuspense=function(f){return b(f)===c},Ke.isSuspenseList=function(f){return b(f)===u},Ke.isValidElementType=function(f){return typeof f=="string"||typeof f=="function"||f===n||f===s||f===o||f===c||f===u||typeof f=="object"&&f!==null&&(f.$$typeof===m||f.$$typeof===d||f.$$typeof===a||f.$$typeof===i||f.$$typeof===l||f.$$typeof===p||f.getModuleId!==void 0)},Ke.typeOf=b,Ke}var Xe={};/**
|
|
46
46
|
* @license React
|
|
47
47
|
* react-is.development.js
|
|
48
48
|
*
|
|
@@ -50,15 +50,15 @@ Valid keys: `+JSON.stringify(Object.keys(L),null," "));var H=te(re,G,ee,U,Q+"."
|
|
|
50
50
|
*
|
|
51
51
|
* This source code is licensed under the MIT license found in the
|
|
52
52
|
* LICENSE file in the root directory of this source tree.
|
|
53
|
-
*/var
|
|
54
|
-
For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`);return null}const[,o,s]=n,i=Number.isNaN(+o)?o||0:+o;return e.containerQueries(s).up(i)}function
|
|
53
|
+
*/var Cu;function uv(){return Cu||(Cu=1,process.env.NODE_ENV!=="production"&&(function(){function e(f){if(typeof f=="object"&&f!==null){var v=f.$$typeof;switch(v){case t:switch(f=f.type,f){case o:case i:case s:case u:case d:case p:return f;default:switch(f=f&&f.$$typeof,f){case l:case c:case g:case m:return f;case a:return f;default:return v}}case n:return v}}}var t=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),l=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),p=Symbol.for("react.view_transition"),b=Symbol.for("react.client.reference");Xe.ContextConsumer=a,Xe.ContextProvider=l,Xe.Element=t,Xe.ForwardRef=c,Xe.Fragment=o,Xe.Lazy=g,Xe.Memo=m,Xe.Portal=n,Xe.Profiler=i,Xe.StrictMode=s,Xe.Suspense=u,Xe.SuspenseList=d,Xe.isContextConsumer=function(f){return e(f)===a},Xe.isContextProvider=function(f){return e(f)===l},Xe.isElement=function(f){return typeof f=="object"&&f!==null&&f.$$typeof===t},Xe.isForwardRef=function(f){return e(f)===c},Xe.isFragment=function(f){return e(f)===o},Xe.isLazy=function(f){return e(f)===g},Xe.isMemo=function(f){return e(f)===m},Xe.isPortal=function(f){return e(f)===n},Xe.isProfiler=function(f){return e(f)===i},Xe.isStrictMode=function(f){return e(f)===s},Xe.isSuspense=function(f){return e(f)===u},Xe.isSuspenseList=function(f){return e(f)===d},Xe.isValidElementType=function(f){return typeof f=="string"||typeof f=="function"||f===o||f===i||f===s||f===u||f===d||typeof f=="object"&&f!==null&&(f.$$typeof===g||f.$$typeof===m||f.$$typeof===l||f.$$typeof===a||f.$$typeof===c||f.$$typeof===b||f.getModuleId!==void 0)},Xe.typeOf=e})()),Xe}var Su;function dv(){return Su||(Su=1,process.env.NODE_ENV==="production"?Ss.exports=cv():Ss.exports=uv()),Ss.exports}var Ks=dv();function mn(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function rf(e){if(C.isValidElement(e)||Ks.isValidElementType(e)||!mn(e))return e;const t={};return Object.keys(e).forEach(n=>{t[n]=rf(e[n])}),t}function Vt(e,t,n={clone:!0}){const o=n.clone?{...e}:e;return mn(e)&&mn(t)&&Object.keys(t).forEach(s=>{C.isValidElement(t[s])||Ks.isValidElementType(t[s])?o[s]=t[s]:mn(t[s])&&Object.prototype.hasOwnProperty.call(e,s)&&mn(e[s])?o[s]=Vt(e[s],t[s],n):n.clone?o[s]=mn(t[s])?rf(t[s]):t[s]:o[s]=t[s]}),o}const pv=e=>{const t=Object.keys(e).map(n=>({key:n,val:e[n]}))||[];return t.sort((n,o)=>n.val-o.val),t.reduce((n,o)=>({...n,[o.key]:o.val}),{})};function fv(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:o=5,...s}=e,i=pv(t),a=Object.keys(i);function l(g){return`@media (min-width:${typeof t[g]=="number"?t[g]:g}${n})`}function c(g){return`@media (max-width:${(typeof t[g]=="number"?t[g]:g)-o/100}${n})`}function u(g,p){const b=a.indexOf(p);return`@media (min-width:${typeof t[g]=="number"?t[g]:g}${n}) and (max-width:${(b!==-1&&typeof t[a[b]]=="number"?t[a[b]]:p)-o/100}${n})`}function d(g){return a.indexOf(g)+1<a.length?u(g,a[a.indexOf(g)+1]):l(g)}function m(g){const p=a.indexOf(g);return p===0?l(a[1]):p===a.length-1?c(a[p]):u(g,a[a.indexOf(g)+1]).replace("@media","@media not all and")}return{keys:a,values:i,up:l,down:c,between:u,only:d,not:m,unit:n,...s}}function wu(e,t){if(!e.containerQueries)return t;const n=Object.keys(t).filter(o=>o.startsWith("@container")).sort((o,s)=>{var a,l;const i=/min-width:\s*([0-9.]+)/;return+(((a=o.match(i))==null?void 0:a[1])||0)-+(((l=s.match(i))==null?void 0:l[1])||0)});return n.length?n.reduce((o,s)=>{const i=t[s];return delete o[s],o[s]=i,o},{...t}):t}function mv(e,t){return t==="@"||t.startsWith("@")&&(e.some(n=>t.startsWith(`@${n}`))||!!t.match(/^@\d/))}function hv(e,t){const n=t.match(/^@([^/]+)?\/?(.+)?$/);if(!n){if(process.env.NODE_ENV!=="production")throw new Error(`MUI: The provided shorthand ${`(${t})`} is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.
|
|
54
|
+
For example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`);return null}const[,o,s]=n,i=Number.isNaN(+o)?o||0:+o;return e.containerQueries(s).up(i)}function gv(e){const t=(i,a)=>i.replace("@media",a?`@container ${a}`:"@container");function n(i,a){i.up=(...l)=>t(e.breakpoints.up(...l),a),i.down=(...l)=>t(e.breakpoints.down(...l),a),i.between=(...l)=>t(e.breakpoints.between(...l),a),i.only=(...l)=>t(e.breakpoints.only(...l),a),i.not=(...l)=>{const c=t(e.breakpoints.not(...l),a);return c.includes("not all and")?c.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):c}}const o={},s=i=>(n(o,i),o);return n(s),{...e,containerQueries:s}}const bv={borderRadius:4},Zn=process.env.NODE_ENV!=="production"?r.oneOfType([r.number,r.string,r.object,r.array]):{};function Pr(e,t){return t?Vt(e,t,{clone:!1}):e}const xi={xs:0,sm:600,md:900,lg:1200,xl:1536},Tu={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${xi[e]}px)`},yv={containerQueries:e=>({up:t=>{let n=typeof t=="number"?t:xi[t]||t;return typeof n=="number"&&(n=`${n}px`),e?`@container ${e} (min-width:${n})`:`@container (min-width:${n})`}})};function Nn(e,t,n){const o=e.theme||{};if(Array.isArray(t)){const i=o.breakpoints||Tu;return t.reduce((a,l,c)=>(a[i.up(i.keys[c])]=n(t[c]),a),{})}if(typeof t=="object"){const i=o.breakpoints||Tu;return Object.keys(t).reduce((a,l)=>{if(mv(i.keys,l)){const c=hv(o.containerQueries?o:yv,l);c&&(a[c]=n(t[l],l))}else if(Object.keys(i.values||xi).includes(l)){const c=i.up(l);a[c]=n(t[l],l)}else{const c=l;a[c]=t[c]}return a},{})}return n(t)}function vv(e={}){var n;return((n=e.keys)==null?void 0:n.reduce((o,s)=>{const i=e.up(s);return o[i]={},o},{}))||{}}function Iu(e,t){return e.reduce((n,o)=>{const s=n[o];return(!s||Object.keys(s).length===0)&&delete n[o],n},t)}function fe(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":vo(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Ci(e,t,n=!0){if(!t||typeof t!="string")return null;if(e&&e.vars&&n){const o=`vars.${t}`.split(".").reduce((s,i)=>s&&s[i]?s[i]:null,e);if(o!=null)return o}return t.split(".").reduce((o,s)=>o&&o[s]!=null?o[s]:null,e)}function Xs(e,t,n,o=n){let s;return typeof e=="function"?s=e(n):Array.isArray(e)?s=e[n]||o:s=Ci(e,n)||o,t&&(s=t(s,o,e)),s}function gt(e){const{prop:t,cssProperty:n=e.prop,themeKey:o,transform:s}=e,i=a=>{if(a[t]==null)return null;const l=a[t],c=a.theme,u=Ci(c,o)||{};return Nn(a,l,m=>{let g=Xs(u,s,m);return m===g&&typeof m=="string"&&(g=Xs(u,s,`${t}${m==="default"?"":fe(m)}`,m)),n===!1?g:{[n]:g}})};return i.propTypes=process.env.NODE_ENV!=="production"?{[t]:Zn}:{},i.filterProps=[t],i}function xv(e){const t={};return n=>(t[n]===void 0&&(t[n]=e(n)),t[n])}const Cv={m:"margin",p:"padding"},Sv={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Eu={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},wv=xv(e=>{if(e.length>2)if(Eu[e])e=Eu[e];else return[e];const[t,n]=e.split(""),o=Cv[t],s=Sv[n]||"";return Array.isArray(s)?s.map(i=>o+i):[o+s]}),Si=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],wi=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],Tv=[...Si,...wi];function os(e,t,n,o){const s=Ci(e,t,!0)??n;return typeof s=="number"||typeof s=="string"?i=>typeof i=="string"?i:(process.env.NODE_ENV!=="production"&&typeof i!="number"&&console.error(`MUI: Expected ${o} argument to be a number or a string, got ${i}.`),typeof s=="string"?s.startsWith("var(")&&i===0?0:s.startsWith("var(")&&i===1?s:`calc(${i} * ${s})`:s*i):Array.isArray(s)?i=>{if(typeof i=="string")return i;const a=Math.abs(i);process.env.NODE_ENV!=="production"&&(Number.isInteger(a)?a>s.length-1&&console.error([`MUI: The value provided (${a}) overflows.`,`The supported values are: ${JSON.stringify(s)}.`,`${a} > ${s.length-1}, you need to add the missing values.`].join(`
|
|
55
55
|
`)):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join(`
|
|
56
56
|
`)));const l=s[a];return i>=0?l:typeof l=="number"?-l:typeof l=="string"&&l.startsWith("var(")?`calc(-1 * ${l})`:`-${l}`}:typeof s=="function"?s:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${t}\` value (${s}) is invalid.`,"It should be a number, an array or a function."].join(`
|
|
57
|
-
`)),()=>{})}function fl(e){return os(e,"spacing",8,"spacing")}function rs(e,t){return typeof t=="string"||t==null?t:e(t)}function _v(e,t){return n=>e.reduce((o,s)=>(o[s]=rs(t,n),o),{})}function Pv(e,t,n,o){if(!t.includes(n))return null;const s=Ov(n),i=_v(s,o),a=e[n];return Nn(e,a,i)}function cf(e,t){const n=fl(e.theme);return Object.keys(e).map(o=>Pv(e,t,o,n)).reduce(Pr,{})}function pt(e){return cf(e,Si)}pt.propTypes=process.env.NODE_ENV!=="production"?Si.reduce((e,t)=>(e[t]=Zn,e),{}):{};pt.filterProps=Si;function ft(e){return cf(e,wi)}ft.propTypes=process.env.NODE_ENV!=="production"?wi.reduce((e,t)=>(e[t]=Zn,e),{}):{};ft.filterProps=wi;process.env.NODE_ENV!=="production"&&kv.reduce((e,t)=>(e[t]=Zn,e),{});function uf(e=8,t=fl({spacing:e})){if(e.mui)return e;const n=(...o)=>(process.env.NODE_ENV!=="production"&&(o.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${o.length}`)),(o.length===0?[1]:o).map(i=>{const a=t(i);return typeof a=="number"?`${a}px`:a}).join(" "));return n.mui=!0,n}function Ti(...e){const t=e.reduce((o,s)=>(s.filterProps.forEach(i=>{o[i]=s}),o),{}),n=o=>Object.keys(o).reduce((s,i)=>t[i]?Pr(s,t[i](o)):s,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((o,s)=>Object.assign(o,s.propTypes),{}):{},n.filterProps=e.reduce((o,s)=>o.concat(s.filterProps),[]),n}function Gt(e){return typeof e!="number"?e:`${e}px solid`}function tn(e,t){return gt({prop:e,themeKey:"borders",transform:t})}const Dv=tn("border",Gt),Mv=tn("borderTop",Gt),Rv=tn("borderRight",Gt),Nv=tn("borderBottom",Gt),$v=tn("borderLeft",Gt),jv=tn("borderColor"),Av=tn("borderTopColor"),Lv=tn("borderRightColor"),Vv=tn("borderBottomColor"),Fv=tn("borderLeftColor"),Bv=tn("outline",Gt),zv=tn("outlineColor"),Ii=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=os(e.theme,"shape.borderRadius",4,"borderRadius"),n=o=>({borderRadius:rs(t,o)});return Nn(e,e.borderRadius,n)}return null};Ii.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:Zn}:{};Ii.filterProps=["borderRadius"];Ti(Dv,Mv,Rv,Nv,$v,jv,Av,Lv,Vv,Fv,Ii,Bv,zv);const Ei=e=>{if(e.gap!==void 0&&e.gap!==null){const t=os(e.theme,"spacing",8,"gap"),n=o=>({gap:rs(t,o)});return Nn(e,e.gap,n)}return null};Ei.propTypes=process.env.NODE_ENV!=="production"?{gap:Zn}:{};Ei.filterProps=["gap"];const Oi=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=os(e.theme,"spacing",8,"columnGap"),n=o=>({columnGap:rs(t,o)});return Nn(e,e.columnGap,n)}return null};Oi.propTypes=process.env.NODE_ENV!=="production"?{columnGap:Zn}:{};Oi.filterProps=["columnGap"];const ki=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=os(e.theme,"spacing",8,"rowGap"),n=o=>({rowGap:rs(t,o)});return Nn(e,e.rowGap,n)}return null};ki.propTypes=process.env.NODE_ENV!=="production"?{rowGap:Zn}:{};ki.filterProps=["rowGap"];const Wv=gt({prop:"gridColumn"}),Uv=gt({prop:"gridRow"}),Hv=gt({prop:"gridAutoFlow"}),qv=gt({prop:"gridAutoColumns"}),Yv=gt({prop:"gridAutoRows"}),Gv=gt({prop:"gridTemplateColumns"}),Kv=gt({prop:"gridTemplateRows"}),Xv=gt({prop:"gridTemplateAreas"}),Qv=gt({prop:"gridArea"});Ti(Ei,Oi,ki,Wv,Uv,Hv,qv,Yv,Gv,Kv,Xv,Qv);function Uo(e,t){return t==="grey"?t:e}const Zv=gt({prop:"color",themeKey:"palette",transform:Uo}),Jv=gt({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Uo}),ex=gt({prop:"backgroundColor",themeKey:"palette",transform:Uo});Ti(Zv,Jv,ex);function At(e){return e<=1&&e!==0?`${e*100}%`:e}const tx=gt({prop:"width",transform:At}),ml=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var s,i,a,l,c;const o=((a=(i=(s=e.theme)==null?void 0:s.breakpoints)==null?void 0:i.values)==null?void 0:a[n])||xi[n];return o?((c=(l=e.theme)==null?void 0:l.breakpoints)==null?void 0:c.unit)!=="px"?{maxWidth:`${o}${e.theme.breakpoints.unit}`}:{maxWidth:o}:{maxWidth:At(n)}};return Nn(e,e.maxWidth,t)}return null};ml.filterProps=["maxWidth"];const nx=gt({prop:"minWidth",transform:At}),ox=gt({prop:"height",transform:At}),rx=gt({prop:"maxHeight",transform:At}),sx=gt({prop:"minHeight",transform:At});gt({prop:"size",cssProperty:"width",transform:At});gt({prop:"size",cssProperty:"height",transform:At});const ix=gt({prop:"boxSizing"});Ti(tx,ml,nx,ox,rx,sx,ix);const ss={border:{themeKey:"borders",transform:Gt},borderTop:{themeKey:"borders",transform:Gt},borderRight:{themeKey:"borders",transform:Gt},borderBottom:{themeKey:"borders",transform:Gt},borderLeft:{themeKey:"borders",transform:Gt},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Gt},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Ii},color:{themeKey:"palette",transform:Uo},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Uo},backgroundColor:{themeKey:"palette",transform:Uo},p:{style:ft},pt:{style:ft},pr:{style:ft},pb:{style:ft},pl:{style:ft},px:{style:ft},py:{style:ft},padding:{style:ft},paddingTop:{style:ft},paddingRight:{style:ft},paddingBottom:{style:ft},paddingLeft:{style:ft},paddingX:{style:ft},paddingY:{style:ft},paddingInline:{style:ft},paddingInlineStart:{style:ft},paddingInlineEnd:{style:ft},paddingBlock:{style:ft},paddingBlockStart:{style:ft},paddingBlockEnd:{style:ft},m:{style:pt},mt:{style:pt},mr:{style:pt},mb:{style:pt},ml:{style:pt},mx:{style:pt},my:{style:pt},margin:{style:pt},marginTop:{style:pt},marginRight:{style:pt},marginBottom:{style:pt},marginLeft:{style:pt},marginX:{style:pt},marginY:{style:pt},marginInline:{style:pt},marginInlineStart:{style:pt},marginInlineEnd:{style:pt},marginBlock:{style:pt},marginBlockStart:{style:pt},marginBlockEnd:{style:pt},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Ei},rowGap:{style:ki},columnGap:{style:Oi},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:At},maxWidth:{style:ml},minWidth:{transform:At},height:{transform:At},maxHeight:{transform:At},minHeight:{transform:At},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function ax(...e){const t=e.reduce((o,s)=>o.concat(Object.keys(s)),[]),n=new Set(t);return e.every(o=>n.size===Object.keys(o).length)}function lx(e,t){return typeof e=="function"?e(t):e}function cx(){function e(n,o,s,i){const a={[n]:o,theme:s},l=i[n];if(!l)return{[n]:o};const{cssProperty:c=n,themeKey:u,transform:d,style:m}=l;if(o==null)return null;if(u==="typography"&&o==="inherit")return{[n]:o};const g=Ci(s,u)||{};return m?m(a):Nn(a,o,b=>{let f=Xs(g,d,b);return b===f&&typeof b=="string"&&(f=Xs(g,d,`${n}${b==="default"?"":fe(b)}`,b)),c===!1?f:{[c]:f}})}function t(n){const{sx:o,theme:s={},nested:i}=n||{};if(!o)return null;const a=s.unstable_sxConfig??ss;function l(c){let u=c;if(typeof c=="function")u=c(s);else if(typeof c!="object")return c;if(!u)return null;const d=wv(s.breakpoints),m=Object.keys(d);let g=d;return Object.keys(u).forEach(p=>{const b=lx(u[p],s);if(b!=null)if(typeof b=="object")if(a[p])g=Pr(g,e(p,b,s,a));else{const f=Nn({theme:s},b,v=>({[p]:v}));ax(f,b)?g[p]=t({sx:b,theme:s,nested:!0}):g=Pr(g,f)}else g=Pr(g,e(p,b,s,a))}),!i&&s.modularCssLayers?{"@layer sx":Tu(s,Eu(m,g))}:Tu(s,Eu(m,g))}return Array.isArray(o)?o.map(l):l(o)}return t}const Zo=cx();Zo.filterProps=["sx"];function ux(e,t){var o;const n=this;if(n.vars){if(!((o=n.colorSchemes)!=null&&o[e])||typeof n.getColorSchemeSelector!="function")return{};let s=n.getColorSchemeSelector(e);return s==="&"?t:((s.includes("data-")||s.includes("."))&&(s=`*:where(${s.replace(/\s*&$/,"")}) &`),{[s]:t})}return n.palette.mode===e?t:{}}function hl(e={},...t){const{breakpoints:n={},palette:o={},spacing:s,shape:i={},...a}=e,l=bv(n),c=uf(s);let u=Vt({breakpoints:l,direction:"ltr",components:{},palette:{mode:"light",...o},spacing:c,shape:{...Cv,...i}},a);return u=xv(u),u.applyStyles=ux,u=t.reduce((d,m)=>Vt(d,m),u),u.unstable_sxConfig={...ss,...a==null?void 0:a.unstable_sxConfig},u.unstable_sx=function(m){return Zo({sx:m,theme:this})},u}function dx(e){return Object.keys(e).length===0}function df(e=null){const t=C.useContext(Qn.ThemeContext);return!t||dx(t)?e:t}const px=hl();function pf(e=px){return df(e)}const fx=e=>{var o;const t={systemProps:{},otherProps:{}},n=((o=e==null?void 0:e.theme)==null?void 0:o.unstable_sxConfig)??ss;return Object.keys(e).forEach(s=>{n[s]?t.systemProps[s]=e[s]:t.otherProps[s]=e[s]}),t};function mx(e){const{sx:t,...n}=e,{systemProps:o,otherProps:s}=fx(n);let i;return Array.isArray(t)?i=[o,...t]:typeof t=="function"?i=(...a)=>{const l=t(...a);return mn(l)?{...o,...l}:o}:i={...o,...t},{...s,sx:i}}const ku=e=>e,hx=()=>{let e=ku;return{configure(t){e=t},generate(t){return e(t)},reset(){e=ku}}},gx=hx();function ff(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var s=e.length;for(t=0;t<s;t++)e[t]&&(n=ff(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function de(){for(var e,t,n=0,o="",s=arguments.length;n<s;n++)(e=arguments[n])&&(t=ff(e))&&(o&&(o+=" "),o+=t);return o}const bx={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function $e(e,t,n="Mui"){const o=bx[t];return o?`${n}-${o}`:`${gx.generate(e)}-${t}`}function Me(e,t,n="Mui"){const o={};return t.forEach(s=>{o[s]=$e(e,s,n)}),o}function mf(e,t=""){return e.displayName||e.name||t}function _u(e,t,n){const o=mf(t);return e.displayName||(o!==""?`${n}(${o})`:n)}function yx(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return mf(e,"Component");if(typeof e=="object")switch(e.$$typeof){case Ks.ForwardRef:return _u(e,e.render,"ForwardRef");case Ks.Memo:return _u(e,e.type,"memo");default:return}}}function hf(e){const{variants:t,...n}=e,o={variants:t,style:go(n),isProcessed:!0};return o.style===n||t&&t.forEach(s=>{typeof s.style!="function"&&(s.style=go(s.style))}),o}const vx=hl();function Ft(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function mo(e,t){return t&&e&&typeof e=="object"&&e.styles&&!e.styles.startsWith("@layer")&&(e.styles=`@layer ${t}{${String(e.styles)}}`),e}function xx(e){return e?(t,n)=>n[e]:null}function Cx(e,t,n){e.theme=Ix(e.theme)?n:e.theme[t]||e.theme}function As(e,t,n){const o=typeof t=="function"?t(e):t;if(Array.isArray(o))return o.flatMap(s=>As(e,s,n));if(Array.isArray(o==null?void 0:o.variants)){let s;if(o.isProcessed)s=n?mo(o.style,n):o.style;else{const{variants:i,...a}=o;s=n?mo(go(a),n):a}return gf(e,o.variants,[s],n)}return o!=null&&o.isProcessed?n?mo(go(o.style),n):o.style:n?mo(go(o),n):o}function gf(e,t,n=[],o=void 0){var i;let s;e:for(let a=0;a<t.length;a+=1){const l=t[a];if(typeof l.props=="function"){if(s??(s={...e,...e.ownerState,ownerState:e.ownerState}),!l.props(s))continue}else for(const c in l.props)if(e[c]!==l.props[c]&&((i=e.ownerState)==null?void 0:i[c])!==l.props[c])continue e;typeof l.style=="function"?(s??(s={...e,...e.ownerState,ownerState:e.ownerState}),n.push(o?mo(go(l.style(s)),o):l.style(s))):n.push(o?mo(go(l.style),o):l.style)}return n}function Sx(e={}){const{themeId:t,defaultTheme:n=vx,rootShouldForwardProp:o=Ft,slotShouldForwardProp:s=Ft}=e;function i(l){Cx(l,t,n)}return(l,c={})=>{pv(l,E=>E.filter(M=>M!==Zo));const{name:u,slot:d,skipVariantsResolver:m,skipSx:g,overridesResolver:p=xx(bf(d)),...b}=c,f=u&&u.startsWith("Mui")||d?"components":"custom",v=m!==void 0?m:d&&d!=="Root"&&d!=="root"||!1,x=g||!1;let w=Ft;d==="Root"||d==="root"?w=o:d?w=s:Ex(l)&&(w=void 0);const I=dv(l,{shouldForwardProp:w,label:Tx(u,d),...b}),S=E=>{if(E.__emotion_real===E)return E;if(typeof E=="function")return function(N){return As(N,E,N.theme.modularCssLayers?f:void 0)};if(mn(E)){const M=hf(E);return function($){return M.variants?As($,M,$.theme.modularCssLayers?f:void 0):$.theme.modularCssLayers?mo(M.style,f):M.style}}return E},T=(...E)=>{const M=[],N=E.map(S),$=[];if(M.push(i),u&&p&&$.push(function(D){var P,A;const O=(A=(P=D.theme.components)==null?void 0:P[u])==null?void 0:A.styleOverrides;if(!O)return null;const k={};for(const z in O)k[z]=As(D,O[z],D.theme.modularCssLayers?"theme":void 0);return p(D,k)}),u&&!v&&$.push(function(D){var k,P;const _=D.theme,O=(P=(k=_==null?void 0:_.components)==null?void 0:k[u])==null?void 0:P.variants;return O?gf(D,O,[],D.theme.modularCssLayers?"theme":void 0):null}),x||$.push(Zo),Array.isArray(N[0])){const y=N.shift(),D=new Array(M.length).fill(""),_=new Array($.length).fill("");let O;O=[...D,...y,..._],O.raw=[...D,...y.raw,..._],M.unshift(O)}const V=[...M,...N,...$],j=I(...V);return l.muiName&&(j.muiName=l.muiName),process.env.NODE_ENV!=="production"&&(j.displayName=wx(u,d,l)),j};return I.withConfig&&(T.withConfig=I.withConfig),T}}function wx(e,t,n){return e?`${e}${fe(t||"")}`:`Styled(${yx(n)})`}function Tx(e,t){let n;return process.env.NODE_ENV!=="production"&&e&&(n=`${e}-${bf(t||"Root")}`),n}function Ix(e){for(const t in e)return!1;return!0}function Ex(e){return typeof e=="string"&&e.charCodeAt(0)>96}function bf(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}function Wr(e,t,n=!1){const o={...t};for(const s in e)if(Object.prototype.hasOwnProperty.call(e,s)){const i=s;if(i==="components"||i==="slots")o[i]={...e[i],...o[i]};else if(i==="componentsProps"||i==="slotProps"){const a=e[i],l=t[i];if(!l)o[i]=a||{};else if(!a)o[i]=l;else{o[i]={...l};for(const c in a)if(Object.prototype.hasOwnProperty.call(a,c)){const u=c;o[i][u]=Wr(a[u],l[u],n)}}}else i==="className"&&n&&t.className?o.className=de(e==null?void 0:e.className,t==null?void 0:t.className):i==="style"&&n&&t.style?o.style={...e==null?void 0:e.style,...t==null?void 0:t.style}:o[i]===void 0&&(o[i]=e[i])}return o}function yf(e){const{theme:t,name:n,props:o}=e;return!t||!t.components||!t.components[n]||!t.components[n].defaultProps?o:Wr(t.components[n].defaultProps,o)}function Ox({props:e,name:t,defaultTheme:n,themeId:o}){let s=pf(n);return s=s[o]||s,yf({theme:s,name:t,props:e})}const Hn=typeof window<"u"?C.useLayoutEffect:C.useEffect;function kx(e,t,n,o,s){const[i,a]=C.useState(()=>s&&n?n(e).matches:o?o(e).matches:t);return Hn(()=>{if(!n)return;const l=n(e),c=()=>{a(l.matches)};return c(),l.addEventListener("change",c),()=>{l.removeEventListener("change",c)}},[e,n]),i}const _x={...C},vf=_x.useSyncExternalStore;function Px(e,t,n,o,s){const i=C.useCallback(()=>t,[t]),a=C.useMemo(()=>{if(s&&n)return()=>n(e).matches;if(o!==null){const{matches:d}=o(e);return()=>d}return i},[i,e,o,s,n]),[l,c]=C.useMemo(()=>{if(n===null)return[i,()=>()=>{}];const d=n(e);return[()=>d.matches,m=>(d.addEventListener("change",m),()=>{d.removeEventListener("change",m)})]},[i,n,e]);return vf(c,l,a)}function xf(e={}){const{themeId:t}=e;return function(o,s={}){let i=df();i&&t&&(i=i[t]||i);const a=typeof window<"u"&&typeof window.matchMedia<"u",{defaultMatches:l=!1,matchMedia:c=a?window.matchMedia:null,ssrMatchMedia:u=null,noSsr:d=!1}=yf({name:"MuiUseMediaQuery",props:s,theme:i});process.env.NODE_ENV!=="production"&&typeof o=="function"&&i===null&&console.error(["MUI: The `query` argument provided is invalid.","You are providing a function without a theme in the context.","One of the parent elements needs to use a ThemeProvider."].join(`
|
|
57
|
+
`)),()=>{})}function fl(e){return os(e,"spacing",8,"spacing")}function rs(e,t){return typeof t=="string"||t==null?t:e(t)}function Iv(e,t){return n=>e.reduce((o,s)=>(o[s]=rs(t,n),o),{})}function Ev(e,t,n,o){if(!t.includes(n))return null;const s=wv(n),i=Iv(s,o),a=e[n];return Nn(e,a,i)}function sf(e,t){const n=fl(e.theme);return Object.keys(e).map(o=>Ev(e,t,o,n)).reduce(Pr,{})}function pt(e){return sf(e,Si)}pt.propTypes=process.env.NODE_ENV!=="production"?Si.reduce((e,t)=>(e[t]=Zn,e),{}):{};pt.filterProps=Si;function ft(e){return sf(e,wi)}ft.propTypes=process.env.NODE_ENV!=="production"?wi.reduce((e,t)=>(e[t]=Zn,e),{}):{};ft.filterProps=wi;process.env.NODE_ENV!=="production"&&Tv.reduce((e,t)=>(e[t]=Zn,e),{});function af(e=8,t=fl({spacing:e})){if(e.mui)return e;const n=(...o)=>(process.env.NODE_ENV!=="production"&&(o.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${o.length}`)),(o.length===0?[1]:o).map(i=>{const a=t(i);return typeof a=="number"?`${a}px`:a}).join(" "));return n.mui=!0,n}function Ti(...e){const t=e.reduce((o,s)=>(s.filterProps.forEach(i=>{o[i]=s}),o),{}),n=o=>Object.keys(o).reduce((s,i)=>t[i]?Pr(s,t[i](o)):s,{});return n.propTypes=process.env.NODE_ENV!=="production"?e.reduce((o,s)=>Object.assign(o,s.propTypes),{}):{},n.filterProps=e.reduce((o,s)=>o.concat(s.filterProps),[]),n}function Gt(e){return typeof e!="number"?e:`${e}px solid`}function tn(e,t){return gt({prop:e,themeKey:"borders",transform:t})}const Ov=tn("border",Gt),kv=tn("borderTop",Gt),_v=tn("borderRight",Gt),Pv=tn("borderBottom",Gt),Dv=tn("borderLeft",Gt),Mv=tn("borderColor"),Rv=tn("borderTopColor"),Nv=tn("borderRightColor"),$v=tn("borderBottomColor"),jv=tn("borderLeftColor"),Av=tn("outline",Gt),Lv=tn("outlineColor"),Ii=e=>{if(e.borderRadius!==void 0&&e.borderRadius!==null){const t=os(e.theme,"shape.borderRadius",4,"borderRadius"),n=o=>({borderRadius:rs(t,o)});return Nn(e,e.borderRadius,n)}return null};Ii.propTypes=process.env.NODE_ENV!=="production"?{borderRadius:Zn}:{};Ii.filterProps=["borderRadius"];Ti(Ov,kv,_v,Pv,Dv,Mv,Rv,Nv,$v,jv,Ii,Av,Lv);const Ei=e=>{if(e.gap!==void 0&&e.gap!==null){const t=os(e.theme,"spacing",8,"gap"),n=o=>({gap:rs(t,o)});return Nn(e,e.gap,n)}return null};Ei.propTypes=process.env.NODE_ENV!=="production"?{gap:Zn}:{};Ei.filterProps=["gap"];const Oi=e=>{if(e.columnGap!==void 0&&e.columnGap!==null){const t=os(e.theme,"spacing",8,"columnGap"),n=o=>({columnGap:rs(t,o)});return Nn(e,e.columnGap,n)}return null};Oi.propTypes=process.env.NODE_ENV!=="production"?{columnGap:Zn}:{};Oi.filterProps=["columnGap"];const ki=e=>{if(e.rowGap!==void 0&&e.rowGap!==null){const t=os(e.theme,"spacing",8,"rowGap"),n=o=>({rowGap:rs(t,o)});return Nn(e,e.rowGap,n)}return null};ki.propTypes=process.env.NODE_ENV!=="production"?{rowGap:Zn}:{};ki.filterProps=["rowGap"];const Vv=gt({prop:"gridColumn"}),Fv=gt({prop:"gridRow"}),Bv=gt({prop:"gridAutoFlow"}),zv=gt({prop:"gridAutoColumns"}),Wv=gt({prop:"gridAutoRows"}),Uv=gt({prop:"gridTemplateColumns"}),Hv=gt({prop:"gridTemplateRows"}),qv=gt({prop:"gridTemplateAreas"}),Yv=gt({prop:"gridArea"});Ti(Ei,Oi,ki,Vv,Fv,Bv,zv,Wv,Uv,Hv,qv,Yv);function Uo(e,t){return t==="grey"?t:e}const Gv=gt({prop:"color",themeKey:"palette",transform:Uo}),Kv=gt({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Uo}),Xv=gt({prop:"backgroundColor",themeKey:"palette",transform:Uo});Ti(Gv,Kv,Xv);function At(e){return e<=1&&e!==0?`${e*100}%`:e}const Qv=gt({prop:"width",transform:At}),ml=e=>{if(e.maxWidth!==void 0&&e.maxWidth!==null){const t=n=>{var s,i,a,l,c;const o=((a=(i=(s=e.theme)==null?void 0:s.breakpoints)==null?void 0:i.values)==null?void 0:a[n])||xi[n];return o?((c=(l=e.theme)==null?void 0:l.breakpoints)==null?void 0:c.unit)!=="px"?{maxWidth:`${o}${e.theme.breakpoints.unit}`}:{maxWidth:o}:{maxWidth:At(n)}};return Nn(e,e.maxWidth,t)}return null};ml.filterProps=["maxWidth"];const Zv=gt({prop:"minWidth",transform:At}),Jv=gt({prop:"height",transform:At}),ex=gt({prop:"maxHeight",transform:At}),tx=gt({prop:"minHeight",transform:At});gt({prop:"size",cssProperty:"width",transform:At});gt({prop:"size",cssProperty:"height",transform:At});const nx=gt({prop:"boxSizing"});Ti(Qv,ml,Zv,Jv,ex,tx,nx);const ss={border:{themeKey:"borders",transform:Gt},borderTop:{themeKey:"borders",transform:Gt},borderRight:{themeKey:"borders",transform:Gt},borderBottom:{themeKey:"borders",transform:Gt},borderLeft:{themeKey:"borders",transform:Gt},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:Gt},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Ii},color:{themeKey:"palette",transform:Uo},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Uo},backgroundColor:{themeKey:"palette",transform:Uo},p:{style:ft},pt:{style:ft},pr:{style:ft},pb:{style:ft},pl:{style:ft},px:{style:ft},py:{style:ft},padding:{style:ft},paddingTop:{style:ft},paddingRight:{style:ft},paddingBottom:{style:ft},paddingLeft:{style:ft},paddingX:{style:ft},paddingY:{style:ft},paddingInline:{style:ft},paddingInlineStart:{style:ft},paddingInlineEnd:{style:ft},paddingBlock:{style:ft},paddingBlockStart:{style:ft},paddingBlockEnd:{style:ft},m:{style:pt},mt:{style:pt},mr:{style:pt},mb:{style:pt},ml:{style:pt},mx:{style:pt},my:{style:pt},margin:{style:pt},marginTop:{style:pt},marginRight:{style:pt},marginBottom:{style:pt},marginLeft:{style:pt},marginX:{style:pt},marginY:{style:pt},marginInline:{style:pt},marginInlineStart:{style:pt},marginInlineEnd:{style:pt},marginBlock:{style:pt},marginBlockStart:{style:pt},marginBlockEnd:{style:pt},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Ei},rowGap:{style:ki},columnGap:{style:Oi},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:At},maxWidth:{style:ml},minWidth:{transform:At},height:{transform:At},maxHeight:{transform:At},minHeight:{transform:At},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};function ox(...e){const t=e.reduce((o,s)=>o.concat(Object.keys(s)),[]),n=new Set(t);return e.every(o=>n.size===Object.keys(o).length)}function rx(e,t){return typeof e=="function"?e(t):e}function sx(){function e(n,o,s,i){const a={[n]:o,theme:s},l=i[n];if(!l)return{[n]:o};const{cssProperty:c=n,themeKey:u,transform:d,style:m}=l;if(o==null)return null;if(u==="typography"&&o==="inherit")return{[n]:o};const g=Ci(s,u)||{};return m?m(a):Nn(a,o,b=>{let f=Xs(g,d,b);return b===f&&typeof b=="string"&&(f=Xs(g,d,`${n}${b==="default"?"":fe(b)}`,b)),c===!1?f:{[c]:f}})}function t(n){const{sx:o,theme:s={},nested:i}=n||{};if(!o)return null;const a=s.unstable_sxConfig??ss;function l(c){let u=c;if(typeof c=="function")u=c(s);else if(typeof c!="object")return c;if(!u)return null;const d=vv(s.breakpoints),m=Object.keys(d);let g=d;return Object.keys(u).forEach(p=>{const b=rx(u[p],s);if(b!=null)if(typeof b=="object")if(a[p])g=Pr(g,e(p,b,s,a));else{const f=Nn({theme:s},b,v=>({[p]:v}));ox(f,b)?g[p]=t({sx:b,theme:s,nested:!0}):g=Pr(g,f)}else g=Pr(g,e(p,b,s,a))}),!i&&s.modularCssLayers?{"@layer sx":wu(s,Iu(m,g))}:wu(s,Iu(m,g))}return Array.isArray(o)?o.map(l):l(o)}return t}const Zo=sx();Zo.filterProps=["sx"];function ix(e,t){var o;const n=this;if(n.vars){if(!((o=n.colorSchemes)!=null&&o[e])||typeof n.getColorSchemeSelector!="function")return{};let s=n.getColorSchemeSelector(e);return s==="&"?t:((s.includes("data-")||s.includes("."))&&(s=`*:where(${s.replace(/\s*&$/,"")}) &`),{[s]:t})}return n.palette.mode===e?t:{}}function hl(e={},...t){const{breakpoints:n={},palette:o={},spacing:s,shape:i={},...a}=e,l=fv(n),c=af(s);let u=Vt({breakpoints:l,direction:"ltr",components:{},palette:{mode:"light",...o},spacing:c,shape:{...bv,...i}},a);return u=gv(u),u.applyStyles=ix,u=t.reduce((d,m)=>Vt(d,m),u),u.unstable_sxConfig={...ss,...a==null?void 0:a.unstable_sxConfig},u.unstable_sx=function(m){return Zo({sx:m,theme:this})},u}function ax(e){return Object.keys(e).length===0}function lf(e=null){const t=C.useContext(Qn.ThemeContext);return!t||ax(t)?e:t}const lx=hl();function cf(e=lx){return lf(e)}const cx=e=>{var o;const t={systemProps:{},otherProps:{}},n=((o=e==null?void 0:e.theme)==null?void 0:o.unstable_sxConfig)??ss;return Object.keys(e).forEach(s=>{n[s]?t.systemProps[s]=e[s]:t.otherProps[s]=e[s]}),t};function ux(e){const{sx:t,...n}=e,{systemProps:o,otherProps:s}=cx(n);let i;return Array.isArray(t)?i=[o,...t]:typeof t=="function"?i=(...a)=>{const l=t(...a);return mn(l)?{...o,...l}:o}:i={...o,...t},{...s,sx:i}}const Ou=e=>e,dx=()=>{let e=Ou;return{configure(t){e=t},generate(t){return e(t)},reset(){e=Ou}}},px=dx();function uf(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var s=e.length;for(t=0;t<s;t++)e[t]&&(n=uf(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function de(){for(var e,t,n=0,o="",s=arguments.length;n<s;n++)(e=arguments[n])&&(t=uf(e))&&(o&&(o+=" "),o+=t);return o}const fx={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function $e(e,t,n="Mui"){const o=fx[t];return o?`${n}-${o}`:`${px.generate(e)}-${t}`}function Me(e,t,n="Mui"){const o={};return t.forEach(s=>{o[s]=$e(e,s,n)}),o}function df(e,t=""){return e.displayName||e.name||t}function ku(e,t,n){const o=df(t);return e.displayName||(o!==""?`${n}(${o})`:n)}function mx(e){if(e!=null){if(typeof e=="string")return e;if(typeof e=="function")return df(e,"Component");if(typeof e=="object")switch(e.$$typeof){case Ks.ForwardRef:return ku(e,e.render,"ForwardRef");case Ks.Memo:return ku(e,e.type,"memo");default:return}}}function pf(e){const{variants:t,...n}=e,o={variants:t,style:go(n),isProcessed:!0};return o.style===n||t&&t.forEach(s=>{typeof s.style!="function"&&(s.style=go(s.style))}),o}const hx=hl();function Ft(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}function mo(e,t){return t&&e&&typeof e=="object"&&e.styles&&!e.styles.startsWith("@layer")&&(e.styles=`@layer ${t}{${String(e.styles)}}`),e}function gx(e){return e?(t,n)=>n[e]:null}function bx(e,t,n){e.theme=Cx(e.theme)?n:e.theme[t]||e.theme}function As(e,t,n){const o=typeof t=="function"?t(e):t;if(Array.isArray(o))return o.flatMap(s=>As(e,s,n));if(Array.isArray(o==null?void 0:o.variants)){let s;if(o.isProcessed)s=n?mo(o.style,n):o.style;else{const{variants:i,...a}=o;s=n?mo(go(a),n):a}return ff(e,o.variants,[s],n)}return o!=null&&o.isProcessed?n?mo(go(o.style),n):o.style:n?mo(go(o),n):o}function ff(e,t,n=[],o=void 0){var i;let s;e:for(let a=0;a<t.length;a+=1){const l=t[a];if(typeof l.props=="function"){if(s??(s={...e,...e.ownerState,ownerState:e.ownerState}),!l.props(s))continue}else for(const c in l.props)if(e[c]!==l.props[c]&&((i=e.ownerState)==null?void 0:i[c])!==l.props[c])continue e;typeof l.style=="function"?(s??(s={...e,...e.ownerState,ownerState:e.ownerState}),n.push(o?mo(go(l.style(s)),o):l.style(s))):n.push(o?mo(go(l.style),o):l.style)}return n}function yx(e={}){const{themeId:t,defaultTheme:n=hx,rootShouldForwardProp:o=Ft,slotShouldForwardProp:s=Ft}=e;function i(l){bx(l,t,n)}return(l,c={})=>{lv(l,E=>E.filter(M=>M!==Zo));const{name:u,slot:d,skipVariantsResolver:m,skipSx:g,overridesResolver:p=gx(mf(d)),...b}=c,f=u&&u.startsWith("Mui")||d?"components":"custom",v=m!==void 0?m:d&&d!=="Root"&&d!=="root"||!1,x=g||!1;let w=Ft;d==="Root"||d==="root"?w=o:d?w=s:Sx(l)&&(w=void 0);const I=av(l,{shouldForwardProp:w,label:xx(u,d),...b}),S=E=>{if(E.__emotion_real===E)return E;if(typeof E=="function")return function(N){return As(N,E,N.theme.modularCssLayers?f:void 0)};if(mn(E)){const M=pf(E);return function($){return M.variants?As($,M,$.theme.modularCssLayers?f:void 0):$.theme.modularCssLayers?mo(M.style,f):M.style}}return E},T=(...E)=>{const M=[],N=E.map(S),$=[];if(M.push(i),u&&p&&$.push(function(D){var P,A;const O=(A=(P=D.theme.components)==null?void 0:P[u])==null?void 0:A.styleOverrides;if(!O)return null;const k={};for(const z in O)k[z]=As(D,O[z],D.theme.modularCssLayers?"theme":void 0);return p(D,k)}),u&&!v&&$.push(function(D){var k,P;const _=D.theme,O=(P=(k=_==null?void 0:_.components)==null?void 0:k[u])==null?void 0:P.variants;return O?ff(D,O,[],D.theme.modularCssLayers?"theme":void 0):null}),x||$.push(Zo),Array.isArray(N[0])){const y=N.shift(),D=new Array(M.length).fill(""),_=new Array($.length).fill("");let O;O=[...D,...y,..._],O.raw=[...D,...y.raw,..._],M.unshift(O)}const V=[...M,...N,...$],j=I(...V);return l.muiName&&(j.muiName=l.muiName),process.env.NODE_ENV!=="production"&&(j.displayName=vx(u,d,l)),j};return I.withConfig&&(T.withConfig=I.withConfig),T}}function vx(e,t,n){return e?`${e}${fe(t||"")}`:`Styled(${mx(n)})`}function xx(e,t){let n;return process.env.NODE_ENV!=="production"&&e&&(n=`${e}-${mf(t||"Root")}`),n}function Cx(e){for(const t in e)return!1;return!0}function Sx(e){return typeof e=="string"&&e.charCodeAt(0)>96}function mf(e){return e&&e.charAt(0).toLowerCase()+e.slice(1)}function Wr(e,t,n=!1){const o={...t};for(const s in e)if(Object.prototype.hasOwnProperty.call(e,s)){const i=s;if(i==="components"||i==="slots")o[i]={...e[i],...o[i]};else if(i==="componentsProps"||i==="slotProps"){const a=e[i],l=t[i];if(!l)o[i]=a||{};else if(!a)o[i]=l;else{o[i]={...l};for(const c in a)if(Object.prototype.hasOwnProperty.call(a,c)){const u=c;o[i][u]=Wr(a[u],l[u],n)}}}else i==="className"&&n&&t.className?o.className=de(e==null?void 0:e.className,t==null?void 0:t.className):i==="style"&&n&&t.style?o.style={...e==null?void 0:e.style,...t==null?void 0:t.style}:o[i]===void 0&&(o[i]=e[i])}return o}function hf(e){const{theme:t,name:n,props:o}=e;return!t||!t.components||!t.components[n]||!t.components[n].defaultProps?o:Wr(t.components[n].defaultProps,o)}function wx({props:e,name:t,defaultTheme:n,themeId:o}){let s=cf(n);return s=s[o]||s,hf({theme:s,name:t,props:e})}const Hn=typeof window<"u"?C.useLayoutEffect:C.useEffect;function Tx(e,t,n,o,s){const[i,a]=C.useState(()=>s&&n?n(e).matches:o?o(e).matches:t);return Hn(()=>{if(!n)return;const l=n(e),c=()=>{a(l.matches)};return c(),l.addEventListener("change",c),()=>{l.removeEventListener("change",c)}},[e,n]),i}const Ix={...C},gf=Ix.useSyncExternalStore;function Ex(e,t,n,o,s){const i=C.useCallback(()=>t,[t]),a=C.useMemo(()=>{if(s&&n)return()=>n(e).matches;if(o!==null){const{matches:d}=o(e);return()=>d}return i},[i,e,o,s,n]),[l,c]=C.useMemo(()=>{if(n===null)return[i,()=>()=>{}];const d=n(e);return[()=>d.matches,m=>(d.addEventListener("change",m),()=>{d.removeEventListener("change",m)})]},[i,n,e]);return gf(c,l,a)}function bf(e={}){const{themeId:t}=e;return function(o,s={}){let i=lf();i&&t&&(i=i[t]||i);const a=typeof window<"u"&&typeof window.matchMedia<"u",{defaultMatches:l=!1,matchMedia:c=a?window.matchMedia:null,ssrMatchMedia:u=null,noSsr:d=!1}=hf({name:"MuiUseMediaQuery",props:s,theme:i});process.env.NODE_ENV!=="production"&&typeof o=="function"&&i===null&&console.error(["MUI: The `query` argument provided is invalid.","You are providing a function without a theme in the context.","One of the parent elements needs to use a ThemeProvider."].join(`
|
|
58
58
|
`));let m=typeof o=="function"?o(i):o;m=m.replace(/^@media( ?)/m,""),m.includes("print")&&console.warn(["MUI: You have provided a `print` query to the `useMediaQuery` hook.","Using the print media query to modify print styles can lead to unexpected results.","Consider using the `displayPrint` field in the `sx` prop instead.","More information about `displayPrint` on our docs: https://mui.com/system/display/#display-in-print."].join(`
|
|
59
|
-
`));const p=(
|
|
59
|
+
`));const p=(gf!==void 0?Ex:Tx)(m,l,c,u,d);return process.env.NODE_ENV!=="production"&&C.useDebugValue({query:m,match:p}),p}}bf();function Ox(e,t=Number.MIN_SAFE_INTEGER,n=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,n))}function gl(e,t=0,n=1){return process.env.NODE_ENV!=="production"&&(e<t||e>n)&&console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`),Ox(e,t,n)}function kx(e){e=e.slice(1);const t=new RegExp(`.{1,${e.length>=6?2:1}}`,"g");let n=e.match(t);return n&&n[0].length===1&&(n=n.map(o=>o+o)),process.env.NODE_ENV!=="production"&&e.length!==e.trim().length&&console.error(`MUI: The color: "${e}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),n?`rgb${n.length===4?"a":""}(${n.map((o,s)=>s<3?parseInt(o,16):Math.round(parseInt(o,16)/255*1e3)/1e3).join(", ")})`:""}function qn(e){if(e.type)return e;if(e.charAt(0)==="#")return qn(kx(e));const t=e.indexOf("("),n=e.substring(0,t);if(!["rgb","rgba","hsl","hsla","color"].includes(n))throw new Error(process.env.NODE_ENV!=="production"?`MUI: Unsupported \`${e}\` color.
|
|
60
60
|
The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:vo(9,e));let o=e.substring(t+1,e.length-1),s;if(n==="color"){if(o=o.split(" "),s=o.shift(),o.length===4&&o[3].charAt(0)==="/"&&(o[3]=o[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(s))throw new Error(process.env.NODE_ENV!=="production"?`MUI: unsupported \`${s}\` color space.
|
|
61
|
-
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:vo(10,s))}else o=o.split(",");return o=o.map(i=>parseFloat(i)),{type:n,values:o,colorSpace:s}}const Rx=e=>{const t=qn(e);return t.values.slice(0,3).map((n,o)=>t.type.includes("hsl")&&o!==0?`${n}%`:n).join(" ")},Er=(e,t)=>{try{return Rx(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function _i(e){const{type:t,colorSpace:n}=e;let{values:o}=e;return t.includes("rgb")?o=o.map((s,i)=>i<3?parseInt(s,10):s):t.includes("hsl")&&(o[1]=`${o[1]}%`,o[2]=`${o[2]}%`),t.includes("color")?o=`${n} ${o.join(" ")}`:o=`${o.join(", ")}`,`${t}(${o})`}function Cf(e){e=qn(e);const{values:t}=e,n=t[0],o=t[1]/100,s=t[2]/100,i=o*Math.min(s,1-s),a=(u,d=(u+n/30)%12)=>s-i*Math.max(Math.min(d-3,9-d,1),-1);let l="rgb";const c=[Math.round(a(0)*255),Math.round(a(8)*255),Math.round(a(4)*255)];return e.type==="hsla"&&(l+="a",c.push(t[3])),_i({type:l,values:c})}function Da(e){e=qn(e);let t=e.type==="hsl"||e.type==="hsla"?qn(Cf(e)).values:e.values;return t=t.map(n=>(e.type!=="color"&&(n/=255),n<=.03928?n/12.92:((n+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function Pu(e,t){const n=Da(e),o=Da(t);return(Math.max(n,o)+.05)/(Math.min(n,o)+.05)}function Qs(e,t){return e=qn(e),t=gl(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,_i(e)}function ro(e,t,n){try{return Qs(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Pi(e,t){if(e=qn(e),t=gl(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return _i(e)}function He(e,t,n){try{return Pi(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Di(e,t){if(e=qn(e),t=gl(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return _i(e)}function qe(e,t,n){try{return Di(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Nx(e,t=.15){return Da(e)>.5?Pi(e,t):Di(e,t)}function ws(e,t,n){try{return Nx(e,t)}catch{return e}}const $x="exact-prop: ";function Sf(e){return process.env.NODE_ENV==="production"?e:{...e,[$x]:t=>{const n=Object.keys(t).filter(o=>!e.hasOwnProperty(o));return n.length>0?new Error(`The following props are not supported: ${n.map(o=>`\`${o}\``).join(", ")}. Please remove them.`):null}}}const jx=C.createContext();process.env.NODE_ENV!=="production"&&(r.node,r.bool);const un=()=>C.useContext(jx)??!1,Ax=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(r.node,r.object);function Lx(e){const{theme:t,name:n,props:o}=e;if(!t||!t.components||!t.components[n])return o;const s=t.components[n];return s.defaultProps?Wr(s.defaultProps,o,t.components.mergeClassNameAndStyle):!s.styleOverrides&&!s.variants?Wr(s,o,t.components.mergeClassNameAndStyle):o}function Vx({props:e,name:t}){const n=C.useContext(Ax);return Lx({props:e,name:t,theme:{components:n}})}let Du=0;function Fx(e){const[t,n]=C.useState(e),o=e||t;return C.useEffect(()=>{t==null&&(Du+=1,n(`mui-${Du}`))},[t]),o}const Bx={...C},Mu=Bx.useId;function bl(e){if(Mu!==void 0){const t=Mu();return e??t}return Fx(e)}const Ru={theme:void 0};function zx(e){let t,n;return function(s){let i=t;return(i===void 0||s.theme!==n)&&(Ru.theme=s.theme,i=hf(e(Ru)),t=i,n=s.theme),i}}function Wx(e=""){function t(...o){if(!o.length)return"";const s=o[0];return typeof s=="string"&&!s.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:""}${s}${t(...o.slice(1))})`:`, ${s}`}return(o,...s)=>`var(--${e?`${e}-`:""}${o}${t(...s)})`}const Nu=(e,t,n,o=[])=>{let s=e;t.forEach((i,a)=>{a===t.length-1?Array.isArray(s)?s[Number(i)]=n:s&&typeof s=="object"&&(s[i]=n):s&&typeof s=="object"&&(s[i]||(s[i]=o.includes(i)?[]:{}),s=s[i])})},Ux=(e,t,n)=>{function o(s,i=[],a=[]){Object.entries(s).forEach(([l,c])=>{(!n||n&&!n([...i,l]))&&c!=null&&(typeof c=="object"&&Object.keys(c).length>0?o(c,[...i,l],Array.isArray(c)?[...a,l]:a):t([...i,l],c,a))})}o(e)},Hx=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(o=>e.includes(o))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function ga(e,t){const{prefix:n,shouldSkipGeneratingVar:o}=t||{},s={},i={},a={};return Ux(e,(l,c,u)=>{if((typeof c=="string"||typeof c=="number")&&(!o||!o(l,c))){const d=`--${n?`${n}-`:""}${l.join("-")}`,m=Hx(l,c);Object.assign(s,{[d]:m}),Nu(i,l,`var(${d})`,u),Nu(a,l,`var(${d}, ${m})`,u)}},l=>l[0]==="vars"),{css:s,vars:i,varsWithDefaults:a}}function qx(e,t={}){const{getSelector:n=x,disableCssColorScheme:o,colorSchemeSelector:s,enableContrastVars:i}=t,{colorSchemes:a={},components:l,defaultColorScheme:c="light",...u}=e,{vars:d,css:m,varsWithDefaults:g}=ga(u,t);let p=g;const b={},{[c]:f,...v}=a;if(Object.entries(v||{}).forEach(([S,T])=>{const{vars:E,css:M,varsWithDefaults:N}=ga(T,t);p=Vt(p,N),b[S]={css:M,vars:E}}),f){const{css:S,vars:T,varsWithDefaults:E}=ga(f,t);p=Vt(p,E),b[c]={css:S,vars:T}}function x(S,T){var M,N;let E=s;if(s==="class"&&(E=".%s"),s==="data"&&(E="[data-%s]"),s!=null&&s.startsWith("data-")&&!s.includes("%s")&&(E=`[${s}="%s"]`),S){if(E==="media")return e.defaultColorScheme===S?":root":{[`@media (prefers-color-scheme: ${((N=(M=a[S])==null?void 0:M.palette)==null?void 0:N.mode)||S})`]:{":root":T}};if(E)return e.defaultColorScheme===S?`:root, ${E.replace("%s",String(S))}`:E.replace("%s",String(S))}return":root"}return{vars:p,generateThemeVars:()=>{let S={...d};return Object.entries(b).forEach(([,{vars:T}])=>{S=Vt(S,T)}),S},generateStyleSheets:()=>{var $,V;const S=[],T=e.defaultColorScheme||"light";function E(j,y){Object.keys(y).length&&S.push(typeof j=="string"?{[j]:{...y}}:j)}E(n(void 0,{...m}),m);const{[T]:M,...N}=b;if(M){const{css:j}=M,y=(V=($=a[T])==null?void 0:$.palette)==null?void 0:V.mode,D=!o&&y?{colorScheme:y,...j}:{...j};E(n(T,{...D}),D)}return Object.entries(N).forEach(([j,{css:y}])=>{var O,k;const D=(k=(O=a[j])==null?void 0:O.palette)==null?void 0:k.mode,_=!o&&D?{colorScheme:D,...y}:{...y};E(n(j,{..._}),_)}),i&&S.push({":root":{"--__l-threshold":"0.7","--__l":"clamp(0, (l / var(--__l-threshold) - 1) * -infinity, 1)","--__a":"clamp(0.87, (l / var(--__l-threshold) - 1) * -infinity, 1)"}}),S}}}function Yx(e){return function(n){return e==="media"?(process.env.NODE_ENV!=="production"&&n!=="light"&&n!=="dark"&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${n}'.`),`@media (prefers-color-scheme: ${n})`):e?e.startsWith("data-")&&!e.includes("%s")?`[${e}="${n}"] &`:e==="class"?`.${n} &`:e==="data"?`[data-${n}] &`:`${e.replace("%s",n)} &`:"&"}}function Le(e,t,n=void 0){const o={};for(const s in e){const i=e[s];let a="",l=!0;for(let c=0;c<i.length;c+=1){const u=i[c];u&&(a+=(l===!0?"":" ")+t(u),l=!1,n&&n[u]&&(a+=" "+n[u]))}o[s]=a}return o}function Ho(e,t){var n,o,s;return C.isValidElement(e)&&t.indexOf(e.type.muiName??((s=(o=(n=e.type)==null?void 0:n._payload)==null?void 0:o.value)==null?void 0:s.muiName))!==-1}const Ur={black:"#000",white:"#fff"},Gx={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},ko={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},_o={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},hr={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},Po={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},Do={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},Mo={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function wf(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:Ur.white,default:Ur.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const Tf=wf();function If(){return{text:{primary:Ur.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:Ur.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const Ma=If();function $u(e,t,n,o){const s=o.light||o,i=o.dark||o*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=Di(e.main,s):t==="dark"&&(e.dark=Pi(e.main,i)))}function ju(e,t,n,o,s){const i=s.light||s,a=s.dark||s*1.5;t[n]||(t.hasOwnProperty(o)?t[n]=t[o]:n==="light"?t.light=`color-mix(in ${e}, ${t.main}, #fff ${(i*100).toFixed(0)}%)`:n==="dark"&&(t.dark=`color-mix(in ${e}, ${t.main}, #000 ${(a*100).toFixed(0)}%)`))}function Kx(e="light"){return e==="dark"?{main:Po[200],light:Po[50],dark:Po[400]}:{main:Po[700],light:Po[400],dark:Po[800]}}function Xx(e="light"){return e==="dark"?{main:ko[200],light:ko[50],dark:ko[400]}:{main:ko[500],light:ko[300],dark:ko[700]}}function Qx(e="light"){return e==="dark"?{main:_o[500],light:_o[300],dark:_o[700]}:{main:_o[700],light:_o[400],dark:_o[800]}}function Zx(e="light"){return e==="dark"?{main:Do[400],light:Do[300],dark:Do[700]}:{main:Do[700],light:Do[500],dark:Do[900]}}function Jx(e="light"){return e==="dark"?{main:Mo[400],light:Mo[300],dark:Mo[700]}:{main:Mo[800],light:Mo[500],dark:Mo[900]}}function eC(e="light"){return e==="dark"?{main:hr[400],light:hr[300],dark:hr[700]}:{main:"#ed6c02",light:hr[500],dark:hr[900]}}function tC(e){return`oklch(from ${e} var(--__l) 0 h / var(--__a))`}function yl(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:o=.2,colorSpace:s,...i}=e,a=e.primary||Kx(t),l=e.secondary||Xx(t),c=e.error||Qx(t),u=e.info||Zx(t),d=e.success||Jx(t),m=e.warning||eC(t);function g(v){if(s)return tC(v);const x=Pu(v,Ma.text.primary)>=n?Ma.text.primary:Tf.text.primary;if(process.env.NODE_ENV!=="production"){const w=Pu(v,x);w<3&&console.error([`MUI: The contrast ratio of ${w}:1 for ${x} on ${v}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
|
|
61
|
+
The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:vo(10,s))}else o=o.split(",");return o=o.map(i=>parseFloat(i)),{type:n,values:o,colorSpace:s}}const _x=e=>{const t=qn(e);return t.values.slice(0,3).map((n,o)=>t.type.includes("hsl")&&o!==0?`${n}%`:n).join(" ")},Er=(e,t)=>{try{return _x(e)}catch{return t&&process.env.NODE_ENV!=="production"&&console.warn(t),e}};function _i(e){const{type:t,colorSpace:n}=e;let{values:o}=e;return t.includes("rgb")?o=o.map((s,i)=>i<3?parseInt(s,10):s):t.includes("hsl")&&(o[1]=`${o[1]}%`,o[2]=`${o[2]}%`),t.includes("color")?o=`${n} ${o.join(" ")}`:o=`${o.join(", ")}`,`${t}(${o})`}function yf(e){e=qn(e);const{values:t}=e,n=t[0],o=t[1]/100,s=t[2]/100,i=o*Math.min(s,1-s),a=(u,d=(u+n/30)%12)=>s-i*Math.max(Math.min(d-3,9-d,1),-1);let l="rgb";const c=[Math.round(a(0)*255),Math.round(a(8)*255),Math.round(a(4)*255)];return e.type==="hsla"&&(l+="a",c.push(t[3])),_i({type:l,values:c})}function Da(e){e=qn(e);let t=e.type==="hsl"||e.type==="hsla"?qn(yf(e)).values:e.values;return t=t.map(n=>(e.type!=="color"&&(n/=255),n<=.03928?n/12.92:((n+.055)/1.055)**2.4)),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function _u(e,t){const n=Da(e),o=Da(t);return(Math.max(n,o)+.05)/(Math.min(n,o)+.05)}function Qs(e,t){return e=qn(e),t=gl(t),(e.type==="rgb"||e.type==="hsl")&&(e.type+="a"),e.type==="color"?e.values[3]=`/${t}`:e.values[3]=t,_i(e)}function ro(e,t,n){try{return Qs(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Pi(e,t){if(e=qn(e),t=gl(t),e.type.includes("hsl"))e.values[2]*=1-t;else if(e.type.includes("rgb")||e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return _i(e)}function He(e,t,n){try{return Pi(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Di(e,t){if(e=qn(e),t=gl(t),e.type.includes("hsl"))e.values[2]+=(100-e.values[2])*t;else if(e.type.includes("rgb"))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(e.type.includes("color"))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return _i(e)}function qe(e,t,n){try{return Di(e,t)}catch{return n&&process.env.NODE_ENV!=="production"&&console.warn(n),e}}function Px(e,t=.15){return Da(e)>.5?Pi(e,t):Di(e,t)}function ws(e,t,n){try{return Px(e,t)}catch{return e}}const Dx="exact-prop: ";function vf(e){return process.env.NODE_ENV==="production"?e:{...e,[Dx]:t=>{const n=Object.keys(t).filter(o=>!e.hasOwnProperty(o));return n.length>0?new Error(`The following props are not supported: ${n.map(o=>`\`${o}\``).join(", ")}. Please remove them.`):null}}}const Mx=C.createContext();process.env.NODE_ENV!=="production"&&(r.node,r.bool);const un=()=>C.useContext(Mx)??!1,Rx=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(r.node,r.object);function Nx(e){const{theme:t,name:n,props:o}=e;if(!t||!t.components||!t.components[n])return o;const s=t.components[n];return s.defaultProps?Wr(s.defaultProps,o,t.components.mergeClassNameAndStyle):!s.styleOverrides&&!s.variants?Wr(s,o,t.components.mergeClassNameAndStyle):o}function $x({props:e,name:t}){const n=C.useContext(Rx);return Nx({props:e,name:t,theme:{components:n}})}let Pu=0;function jx(e){const[t,n]=C.useState(e),o=e||t;return C.useEffect(()=>{t==null&&(Pu+=1,n(`mui-${Pu}`))},[t]),o}const Ax={...C},Du=Ax.useId;function bl(e){if(Du!==void 0){const t=Du();return e??t}return jx(e)}const Mu={theme:void 0};function Lx(e){let t,n;return function(s){let i=t;return(i===void 0||s.theme!==n)&&(Mu.theme=s.theme,i=pf(e(Mu)),t=i,n=s.theme),i}}function Vx(e=""){function t(...o){if(!o.length)return"";const s=o[0];return typeof s=="string"&&!s.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, var(--${e?`${e}-`:""}${s}${t(...o.slice(1))})`:`, ${s}`}return(o,...s)=>`var(--${e?`${e}-`:""}${o}${t(...s)})`}const Ru=(e,t,n,o=[])=>{let s=e;t.forEach((i,a)=>{a===t.length-1?Array.isArray(s)?s[Number(i)]=n:s&&typeof s=="object"&&(s[i]=n):s&&typeof s=="object"&&(s[i]||(s[i]=o.includes(i)?[]:{}),s=s[i])})},Fx=(e,t,n)=>{function o(s,i=[],a=[]){Object.entries(s).forEach(([l,c])=>{(!n||n&&!n([...i,l]))&&c!=null&&(typeof c=="object"&&Object.keys(c).length>0?o(c,[...i,l],Array.isArray(c)?[...a,l]:a):t([...i,l],c,a))})}o(e)},Bx=(e,t)=>typeof t=="number"?["lineHeight","fontWeight","opacity","zIndex"].some(o=>e.includes(o))||e[e.length-1].toLowerCase().includes("opacity")?t:`${t}px`:t;function ga(e,t){const{prefix:n,shouldSkipGeneratingVar:o}=t||{},s={},i={},a={};return Fx(e,(l,c,u)=>{if((typeof c=="string"||typeof c=="number")&&(!o||!o(l,c))){const d=`--${n?`${n}-`:""}${l.join("-")}`,m=Bx(l,c);Object.assign(s,{[d]:m}),Ru(i,l,`var(${d})`,u),Ru(a,l,`var(${d}, ${m})`,u)}},l=>l[0]==="vars"),{css:s,vars:i,varsWithDefaults:a}}function zx(e,t={}){const{getSelector:n=x,disableCssColorScheme:o,colorSchemeSelector:s,enableContrastVars:i}=t,{colorSchemes:a={},components:l,defaultColorScheme:c="light",...u}=e,{vars:d,css:m,varsWithDefaults:g}=ga(u,t);let p=g;const b={},{[c]:f,...v}=a;if(Object.entries(v||{}).forEach(([S,T])=>{const{vars:E,css:M,varsWithDefaults:N}=ga(T,t);p=Vt(p,N),b[S]={css:M,vars:E}}),f){const{css:S,vars:T,varsWithDefaults:E}=ga(f,t);p=Vt(p,E),b[c]={css:S,vars:T}}function x(S,T){var M,N;let E=s;if(s==="class"&&(E=".%s"),s==="data"&&(E="[data-%s]"),s!=null&&s.startsWith("data-")&&!s.includes("%s")&&(E=`[${s}="%s"]`),S){if(E==="media")return e.defaultColorScheme===S?":root":{[`@media (prefers-color-scheme: ${((N=(M=a[S])==null?void 0:M.palette)==null?void 0:N.mode)||S})`]:{":root":T}};if(E)return e.defaultColorScheme===S?`:root, ${E.replace("%s",String(S))}`:E.replace("%s",String(S))}return":root"}return{vars:p,generateThemeVars:()=>{let S={...d};return Object.entries(b).forEach(([,{vars:T}])=>{S=Vt(S,T)}),S},generateStyleSheets:()=>{var $,V;const S=[],T=e.defaultColorScheme||"light";function E(j,y){Object.keys(y).length&&S.push(typeof j=="string"?{[j]:{...y}}:j)}E(n(void 0,{...m}),m);const{[T]:M,...N}=b;if(M){const{css:j}=M,y=(V=($=a[T])==null?void 0:$.palette)==null?void 0:V.mode,D=!o&&y?{colorScheme:y,...j}:{...j};E(n(T,{...D}),D)}return Object.entries(N).forEach(([j,{css:y}])=>{var O,k;const D=(k=(O=a[j])==null?void 0:O.palette)==null?void 0:k.mode,_=!o&&D?{colorScheme:D,...y}:{...y};E(n(j,{..._}),_)}),i&&S.push({":root":{"--__l-threshold":"0.7","--__l":"clamp(0, (l / var(--__l-threshold) - 1) * -infinity, 1)","--__a":"clamp(0.87, (l / var(--__l-threshold) - 1) * -infinity, 1)"}}),S}}}function Wx(e){return function(n){return e==="media"?(process.env.NODE_ENV!=="production"&&n!=="light"&&n!=="dark"&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${n}'.`),`@media (prefers-color-scheme: ${n})`):e?e.startsWith("data-")&&!e.includes("%s")?`[${e}="${n}"] &`:e==="class"?`.${n} &`:e==="data"?`[data-${n}] &`:`${e.replace("%s",n)} &`:"&"}}function Le(e,t,n=void 0){const o={};for(const s in e){const i=e[s];let a="",l=!0;for(let c=0;c<i.length;c+=1){const u=i[c];u&&(a+=(l===!0?"":" ")+t(u),l=!1,n&&n[u]&&(a+=" "+n[u]))}o[s]=a}return o}function Ho(e,t){var n,o,s;return C.isValidElement(e)&&t.indexOf(e.type.muiName??((s=(o=(n=e.type)==null?void 0:n._payload)==null?void 0:o.value)==null?void 0:s.muiName))!==-1}const Ur={black:"#000",white:"#fff"},Ux={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"},ko={50:"#f3e5f5",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",700:"#7b1fa2"},_o={300:"#e57373",400:"#ef5350",500:"#f44336",700:"#d32f2f",800:"#c62828"},hr={300:"#ffb74d",400:"#ffa726",500:"#ff9800",700:"#f57c00",900:"#e65100"},Po={50:"#e3f2fd",200:"#90caf9",400:"#42a5f5",700:"#1976d2",800:"#1565c0"},Do={300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",700:"#0288d1",900:"#01579b"},Mo={300:"#81c784",400:"#66bb6a",500:"#4caf50",700:"#388e3c",800:"#2e7d32",900:"#1b5e20"};function xf(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:Ur.white,default:Ur.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const Cf=xf();function Sf(){return{text:{primary:Ur.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:Ur.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const Ma=Sf();function Nu(e,t,n,o){const s=o.light||o,i=o.dark||o*1.5;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:t==="light"?e.light=Di(e.main,s):t==="dark"&&(e.dark=Pi(e.main,i)))}function $u(e,t,n,o,s){const i=s.light||s,a=s.dark||s*1.5;t[n]||(t.hasOwnProperty(o)?t[n]=t[o]:n==="light"?t.light=`color-mix(in ${e}, ${t.main}, #fff ${(i*100).toFixed(0)}%)`:n==="dark"&&(t.dark=`color-mix(in ${e}, ${t.main}, #000 ${(a*100).toFixed(0)}%)`))}function Hx(e="light"){return e==="dark"?{main:Po[200],light:Po[50],dark:Po[400]}:{main:Po[700],light:Po[400],dark:Po[800]}}function qx(e="light"){return e==="dark"?{main:ko[200],light:ko[50],dark:ko[400]}:{main:ko[500],light:ko[300],dark:ko[700]}}function Yx(e="light"){return e==="dark"?{main:_o[500],light:_o[300],dark:_o[700]}:{main:_o[700],light:_o[400],dark:_o[800]}}function Gx(e="light"){return e==="dark"?{main:Do[400],light:Do[300],dark:Do[700]}:{main:Do[700],light:Do[500],dark:Do[900]}}function Kx(e="light"){return e==="dark"?{main:Mo[400],light:Mo[300],dark:Mo[700]}:{main:Mo[800],light:Mo[500],dark:Mo[900]}}function Xx(e="light"){return e==="dark"?{main:hr[400],light:hr[300],dark:hr[700]}:{main:"#ed6c02",light:hr[500],dark:hr[900]}}function Qx(e){return`oklch(from ${e} var(--__l) 0 h / var(--__a))`}function yl(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:o=.2,colorSpace:s,...i}=e,a=e.primary||Hx(t),l=e.secondary||qx(t),c=e.error||Yx(t),u=e.info||Gx(t),d=e.success||Kx(t),m=e.warning||Xx(t);function g(v){if(s)return Qx(v);const x=_u(v,Ma.text.primary)>=n?Ma.text.primary:Cf.text.primary;if(process.env.NODE_ENV!=="production"){const w=_u(v,x);w<3&&console.error([`MUI: The contrast ratio of ${w}:1 for ${x} on ${v}`,"falls below the WCAG recommended absolute minimum contrast ratio of 3:1.","https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
|
|
62
62
|
`))}return x}const p=({color:v,name:x,mainShade:w=500,lightShade:I=300,darkShade:S=700})=>{if(v={...v},!v.main&&v[w]&&(v.main=v[w]),!v.hasOwnProperty("main"))throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${x?` (${x})`:""} provided to augmentColor(color) is invalid.
|
|
63
63
|
The color object needs to have a \`main\` property or a \`${w}\` property.`:vo(11,x?` (${x})`:"",w));if(typeof v.main!="string")throw new Error(process.env.NODE_ENV!=="production"?`MUI: The color${x?` (${x})`:""} provided to augmentColor(color) is invalid.
|
|
64
64
|
\`color.main\` should be a string, but \`${JSON.stringify(v.main)}\` was provided instead.
|
|
@@ -73,33 +73,33 @@ const theme1 = createTheme({ palette: {
|
|
|
73
73
|
|
|
74
74
|
const theme2 = createTheme({ palette: {
|
|
75
75
|
primary: { main: green[500] },
|
|
76
|
-
} });`:vo(12,x?` (${x})`:"",JSON.stringify(v.main)));return s?(
|
|
77
|
-
`)),Object.keys(u).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(u).join(",")}].`)}return(Array.isArray(s)?s:[s]).map(d=>`${d} ${typeof a=="string"?a:
|
|
76
|
+
} });`:vo(12,x?` (${x})`:"",JSON.stringify(v.main)));return s?($u(s,v,"light",I,o),$u(s,v,"dark",S,o)):(Nu(v,"light",I,o),Nu(v,"dark",S,o)),v.contrastText||(v.contrastText=g(v.main)),v};let b;return t==="light"?b=xf():t==="dark"&&(b=Sf()),process.env.NODE_ENV!=="production"&&(b||console.error(`MUI: The palette mode \`${t}\` is not supported.`)),Vt({common:{...Ur},mode:t,primary:p({color:a,name:"primary"}),secondary:p({color:l,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:p({color:c,name:"error"}),warning:p({color:m,name:"warning"}),info:p({color:u,name:"info"}),success:p({color:d,name:"success"}),grey:Ux,contrastThreshold:n,getContrastText:g,augmentColor:p,tonalOffset:o,...b},i)}function Zx(e){const t={};return Object.entries(e).forEach(o=>{const[s,i]=o;typeof i=="object"&&(t[s]=`${i.fontStyle?`${i.fontStyle} `:""}${i.fontVariant?`${i.fontVariant} `:""}${i.fontWeight?`${i.fontWeight} `:""}${i.fontStretch?`${i.fontStretch} `:""}${i.fontSize||""}${i.lineHeight?`/${i.lineHeight} `:""}${i.fontFamily||""}`)}),t}function Jx(e,t){return{toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}},...t}}function eC(e){return Math.round(e*1e5)/1e5}const ju={textTransform:"uppercase"},Au='"Roboto", "Helvetica", "Arial", sans-serif';function tC(e,t){const{fontFamily:n=Au,fontSize:o=14,fontWeightLight:s=300,fontWeightRegular:i=400,fontWeightMedium:a=500,fontWeightBold:l=700,htmlFontSize:c=16,allVariants:u,pxToRem:d,...m}=typeof t=="function"?t(e):t;process.env.NODE_ENV!=="production"&&(typeof o!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof c!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const g=o/14,p=d||(v=>`${v/c*g}rem`),b=(v,x,w,I,S)=>({fontFamily:n,fontWeight:v,fontSize:p(x),lineHeight:w,...n===Au?{letterSpacing:`${eC(I/x)}em`}:{},...S,...u}),f={h1:b(s,96,1.167,-1.5),h2:b(s,60,1.2,-.5),h3:b(i,48,1.167,0),h4:b(i,34,1.235,.25),h5:b(i,24,1.334,0),h6:b(a,20,1.6,.15),subtitle1:b(i,16,1.75,.15),subtitle2:b(a,14,1.57,.1),body1:b(i,16,1.5,.15),body2:b(i,14,1.43,.15),button:b(a,14,1.75,.4,ju),caption:b(i,12,1.66,.4),overline:b(i,12,2.66,1,ju),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return Vt({htmlFontSize:c,pxToRem:p,fontFamily:n,fontSize:o,fontWeightLight:s,fontWeightRegular:i,fontWeightMedium:a,fontWeightBold:l,...f},m,{clone:!1})}const nC=.2,oC=.14,rC=.12;function it(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${nC})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${oC})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${rC})`].join(",")}const sC=["none",it(0,2,1,-1,0,1,1,0,0,1,3,0),it(0,3,1,-2,0,2,2,0,0,1,5,0),it(0,3,3,-2,0,3,4,0,0,1,8,0),it(0,2,4,-1,0,4,5,0,0,1,10,0),it(0,3,5,-1,0,5,8,0,0,1,14,0),it(0,3,5,-1,0,6,10,0,0,1,18,0),it(0,4,5,-2,0,7,10,1,0,2,16,1),it(0,5,5,-3,0,8,10,1,0,3,14,2),it(0,5,6,-3,0,9,12,1,0,3,16,2),it(0,6,6,-3,0,10,14,1,0,4,18,3),it(0,6,7,-4,0,11,15,1,0,4,20,3),it(0,7,8,-4,0,12,17,2,0,5,22,4),it(0,7,8,-4,0,13,19,2,0,5,24,4),it(0,7,9,-4,0,14,21,2,0,5,26,4),it(0,8,9,-5,0,15,22,2,0,6,28,5),it(0,8,10,-5,0,16,24,2,0,6,30,5),it(0,8,11,-5,0,17,26,2,0,6,32,5),it(0,9,11,-5,0,18,28,2,0,7,34,6),it(0,9,12,-6,0,19,29,2,0,7,36,6),it(0,10,13,-6,0,20,31,3,0,8,38,7),it(0,10,13,-6,0,21,33,3,0,8,40,7),it(0,10,14,-6,0,22,35,3,0,8,42,7),it(0,11,14,-7,0,23,36,3,0,9,44,8),it(0,11,15,-7,0,24,38,3,0,9,46,8)],iC={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},wf={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Lu(e){return`${Math.round(e)}ms`}function aC(e){if(!e)return 0;const t=e/36;return Math.min(Math.round((4+15*t**.25+t/5)*10),3e3)}function lC(e){const t={...iC,...e.easing},n={...wf,...e.duration};return{getAutoHeightDuration:aC,create:(s=["all"],i={})=>{const{duration:a=n.standard,easing:l=t.easeInOut,delay:c=0,...u}=i;if(process.env.NODE_ENV!=="production"){const d=g=>typeof g=="string",m=g=>!Number.isNaN(parseFloat(g));!d(s)&&!Array.isArray(s)&&console.error('MUI: Argument "props" must be a string or Array.'),!m(a)&&!d(a)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${a}.`),d(l)||console.error('MUI: Argument "easing" must be a string.'),!m(c)&&!d(c)&&console.error('MUI: Argument "delay" must be a number or a string.'),typeof i!="object"&&console.error(["MUI: Secong argument of transition.create must be an object.","Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
|
|
77
|
+
`)),Object.keys(u).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(u).join(",")}].`)}return(Array.isArray(s)?s:[s]).map(d=>`${d} ${typeof a=="string"?a:Lu(a)} ${l} ${typeof c=="string"?c:Lu(c)}`).join(",")},...e,easing:t,duration:n}}const cC={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function uC(e){return mn(e)||typeof e>"u"||typeof e=="string"||typeof e=="boolean"||typeof e=="number"||Array.isArray(e)}function Tf(e={}){const t={...e};function n(o){const s=Object.entries(o);for(let i=0;i<s.length;i++){const[a,l]=s[i];!uC(l)||a.startsWith("unstable_")?delete o[a]:mn(l)&&(o[a]={...l},n(o[a]))}}return n(t),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';
|
|
78
78
|
|
|
79
79
|
const theme = ${JSON.stringify(t,null,2)};
|
|
80
80
|
|
|
81
81
|
theme.breakpoints = createBreakpoints(theme.breakpoints || {});
|
|
82
82
|
theme.transitions = createTransitions(theme.transitions || {});
|
|
83
83
|
|
|
84
|
-
export default theme;`}function
|
|
85
|
-
`))}v[w]={}}}};Object.keys(p.components).forEach(v=>{const x=p.components[v].styleOverrides;x&&v.startsWith("Mui")&&f(x,v)})}return p.unstable_sxConfig={...ss,...d==null?void 0:d.unstable_sxConfig},p.unstable_sx=function(f){return Zo({sx:f,theme:this})},p.toRuntimeSource=
|
|
86
|
-
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function wC(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const pn=e=>{try{return e()}catch{}},TC=(e="mui")=>Wx(e);function ba(e,t,n,o,s){if(!n)return;n=n===!0?{}:n;const i=s==="dark"?"dark":"light";if(!o){t[s]=yC({...n,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return}const{palette:a,...l}=Ra({...o,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return t[s]={...n,palette:a,opacity:{...kf(i),...n==null?void 0:n.opacity},overlays:(n==null?void 0:n.overlays)||_f(i)},l}function IC(e={},...t){const{colorSchemes:n={light:!0},defaultColorScheme:o,disableCssColorScheme:s=!1,cssVarPrefix:i="mui",nativeColor:a=!1,shouldSkipGeneratingVar:l=vC,colorSchemeSelector:c=n.light&&n.dark?"media":void 0,rootSelector:u=":root",...d}=e,m=Object.keys(n)[0],g=o||(n.light&&m!=="light"?"light":m),p=TC(i),{[g]:b,light:f,dark:v,...x}=n,w={...x};let I=b;if((g==="dark"&&!("dark"in n)||g==="light"&&!("light"in n))&&(I=!0),!I)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${g}\` option is either missing or invalid.`:vo(21,g));let S;a&&(S="oklch");const T=ba(S,w,I,d,g);f&&!w.light&&ba(S,w,f,void 0,"light"),v&&!w.dark&&ba(S,w,v,void 0,"dark");let E={defaultColorScheme:g,...T,cssVarPrefix:i,colorSchemeSelector:c,rootSelector:u,getCssVar:p,colorSchemes:w,font:{...nC(T.typography),...T.font},spacing:wC(d.spacing)};Object.keys(E.colorSchemes).forEach(j=>{const y=E.colorSchemes[j].palette,D=O=>{const k=O.split("-"),P=k[1],A=k[2];return p(O,y[P][A])};y.mode==="light"&&(ie(y.common,"background","#fff"),ie(y.common,"onBackground","#000")),y.mode==="dark"&&(ie(y.common,"background","#000"),ie(y.common,"onBackground","#fff"));function _(O,k,P){if(S){let A;return O===ro&&(A=`transparent ${((1-P)*100).toFixed(0)}%`),O===He&&(A=`#000 ${(P*100).toFixed(0)}%`),O===qe&&(A=`#fff ${(P*100).toFixed(0)}%`),`color-mix(in ${S}, ${k}, ${A})`}return O(k,P)}if(SC(y,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),y.mode==="light"){ie(y.Alert,"errorColor",_(He,a?p("palette-error-light"):y.error.light,.6)),ie(y.Alert,"infoColor",_(He,a?p("palette-info-light"):y.info.light,.6)),ie(y.Alert,"successColor",_(He,a?p("palette-success-light"):y.success.light,.6)),ie(y.Alert,"warningColor",_(He,a?p("palette-warning-light"):y.warning.light,.6)),ie(y.Alert,"errorFilledBg",D("palette-error-main")),ie(y.Alert,"infoFilledBg",D("palette-info-main")),ie(y.Alert,"successFilledBg",D("palette-success-main")),ie(y.Alert,"warningFilledBg",D("palette-warning-main")),ie(y.Alert,"errorFilledColor",pn(()=>y.getContrastText(y.error.main))),ie(y.Alert,"infoFilledColor",pn(()=>y.getContrastText(y.info.main))),ie(y.Alert,"successFilledColor",pn(()=>y.getContrastText(y.success.main))),ie(y.Alert,"warningFilledColor",pn(()=>y.getContrastText(y.warning.main))),ie(y.Alert,"errorStandardBg",_(qe,a?p("palette-error-light"):y.error.light,.9)),ie(y.Alert,"infoStandardBg",_(qe,a?p("palette-info-light"):y.info.light,.9)),ie(y.Alert,"successStandardBg",_(qe,a?p("palette-success-light"):y.success.light,.9)),ie(y.Alert,"warningStandardBg",_(qe,a?p("palette-warning-light"):y.warning.light,.9)),ie(y.Alert,"errorIconColor",D("palette-error-main")),ie(y.Alert,"infoIconColor",D("palette-info-main")),ie(y.Alert,"successIconColor",D("palette-success-main")),ie(y.Alert,"warningIconColor",D("palette-warning-main")),ie(y.AppBar,"defaultBg",D("palette-grey-100")),ie(y.Avatar,"defaultBg",D("palette-grey-400")),ie(y.Button,"inheritContainedBg",D("palette-grey-300")),ie(y.Button,"inheritContainedHoverBg",D("palette-grey-A100")),ie(y.Chip,"defaultBorder",D("palette-grey-400")),ie(y.Chip,"defaultAvatarColor",D("palette-grey-700")),ie(y.Chip,"defaultIconColor",D("palette-grey-700")),ie(y.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),ie(y.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),ie(y.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),ie(y.LinearProgress,"primaryBg",_(qe,a?p("palette-primary-main"):y.primary.main,.62)),ie(y.LinearProgress,"secondaryBg",_(qe,a?p("palette-secondary-main"):y.secondary.main,.62)),ie(y.LinearProgress,"errorBg",_(qe,a?p("palette-error-main"):y.error.main,.62)),ie(y.LinearProgress,"infoBg",_(qe,a?p("palette-info-main"):y.info.main,.62)),ie(y.LinearProgress,"successBg",_(qe,a?p("palette-success-main"):y.success.main,.62)),ie(y.LinearProgress,"warningBg",_(qe,a?p("palette-warning-light"):y.warning.main,.62)),ie(y.Skeleton,"bg",S?_(ro,a?p("palette-text-primary"):y.text.primary,.11):`rgba(${D("palette-text-primaryChannel")} / 0.11)`),ie(y.Slider,"primaryTrack",_(qe,a?p("palette-primary-main"):y.primary.main,.62)),ie(y.Slider,"secondaryTrack",_(qe,a?p("palette-secondary-main"):y.secondary.main,.62)),ie(y.Slider,"errorTrack",_(qe,a?p("palette-error-main"):y.error.main,.62)),ie(y.Slider,"infoTrack",_(qe,a?p("palette-info-main"):y.info.main,.62)),ie(y.Slider,"successTrack",_(qe,a?p("palette-success-main"):y.success.main,.62)),ie(y.Slider,"warningTrack",_(qe,a?p("palette-warning-main"):y.warning.main,.62));const O=S?_(He,a?p("palette-background-default"):y.background.default,.6825):ws(y.background.default,.8);ie(y.SnackbarContent,"bg",O),ie(y.SnackbarContent,"color",pn(()=>S?Ma.text.primary:y.getContrastText(O))),ie(y.SpeedDialAction,"fabHoverBg",ws(y.background.paper,.15)),ie(y.StepConnector,"border",D("palette-grey-400")),ie(y.StepContent,"border",D("palette-grey-400")),ie(y.Switch,"defaultColor",D("palette-common-white")),ie(y.Switch,"defaultDisabledColor",D("palette-grey-100")),ie(y.Switch,"primaryDisabledColor",_(qe,a?p("palette-primary-main"):y.primary.main,.62)),ie(y.Switch,"secondaryDisabledColor",_(qe,a?p("palette-secondary-main"):y.secondary.main,.62)),ie(y.Switch,"errorDisabledColor",_(qe,a?p("palette-error-main"):y.error.main,.62)),ie(y.Switch,"infoDisabledColor",_(qe,a?p("palette-info-main"):y.info.main,.62)),ie(y.Switch,"successDisabledColor",_(qe,a?p("palette-success-main"):y.success.main,.62)),ie(y.Switch,"warningDisabledColor",_(qe,a?p("palette-warning-main"):y.warning.main,.62)),ie(y.TableCell,"border",_(qe,ro(a?p("palette-divider"):y.divider,1),.88)),ie(y.Tooltip,"bg",_(ro,a?p("palette-grey-700"):y.grey[700],.92))}if(y.mode==="dark"){ie(y.Alert,"errorColor",_(qe,a?p("palette-error-light"):y.error.light,.6)),ie(y.Alert,"infoColor",_(qe,a?p("palette-info-light"):y.info.light,.6)),ie(y.Alert,"successColor",_(qe,a?p("palette-success-light"):y.success.light,.6)),ie(y.Alert,"warningColor",_(qe,a?p("palette-warning-light"):y.warning.light,.6)),ie(y.Alert,"errorFilledBg",D("palette-error-dark")),ie(y.Alert,"infoFilledBg",D("palette-info-dark")),ie(y.Alert,"successFilledBg",D("palette-success-dark")),ie(y.Alert,"warningFilledBg",D("palette-warning-dark")),ie(y.Alert,"errorFilledColor",pn(()=>y.getContrastText(y.error.dark))),ie(y.Alert,"infoFilledColor",pn(()=>y.getContrastText(y.info.dark))),ie(y.Alert,"successFilledColor",pn(()=>y.getContrastText(y.success.dark))),ie(y.Alert,"warningFilledColor",pn(()=>y.getContrastText(y.warning.dark))),ie(y.Alert,"errorStandardBg",_(He,a?p("palette-error-light"):y.error.light,.9)),ie(y.Alert,"infoStandardBg",_(He,a?p("palette-info-light"):y.info.light,.9)),ie(y.Alert,"successStandardBg",_(He,a?p("palette-success-light"):y.success.light,.9)),ie(y.Alert,"warningStandardBg",_(He,a?p("palette-warning-light"):y.warning.light,.9)),ie(y.Alert,"errorIconColor",D("palette-error-main")),ie(y.Alert,"infoIconColor",D("palette-info-main")),ie(y.Alert,"successIconColor",D("palette-success-main")),ie(y.Alert,"warningIconColor",D("palette-warning-main")),ie(y.AppBar,"defaultBg",D("palette-grey-900")),ie(y.AppBar,"darkBg",D("palette-background-paper")),ie(y.AppBar,"darkColor",D("palette-text-primary")),ie(y.Avatar,"defaultBg",D("palette-grey-600")),ie(y.Button,"inheritContainedBg",D("palette-grey-800")),ie(y.Button,"inheritContainedHoverBg",D("palette-grey-700")),ie(y.Chip,"defaultBorder",D("palette-grey-700")),ie(y.Chip,"defaultAvatarColor",D("palette-grey-300")),ie(y.Chip,"defaultIconColor",D("palette-grey-300")),ie(y.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),ie(y.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),ie(y.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),ie(y.LinearProgress,"primaryBg",_(He,a?p("palette-primary-main"):y.primary.main,.5)),ie(y.LinearProgress,"secondaryBg",_(He,a?p("palette-secondary-main"):y.secondary.main,.5)),ie(y.LinearProgress,"errorBg",_(He,a?p("palette-error-main"):y.error.main,.5)),ie(y.LinearProgress,"infoBg",_(He,a?p("palette-info-main"):y.info.main,.5)),ie(y.LinearProgress,"successBg",_(He,a?p("palette-success-main"):y.success.main,.5)),ie(y.LinearProgress,"warningBg",_(He,a?p("palette-warning-main"):y.warning.main,.5)),ie(y.Skeleton,"bg",S?_(ro,a?p("palette-text-primary"):y.text.primary,.13):`rgba(${D("palette-text-primaryChannel")} / 0.13)`),ie(y.Slider,"primaryTrack",_(He,a?p("palette-primary-main"):y.primary.main,.5)),ie(y.Slider,"secondaryTrack",_(He,a?p("palette-secondary-main"):y.secondary.main,.5)),ie(y.Slider,"errorTrack",_(He,a?p("palette-error-main"):y.error.main,.5)),ie(y.Slider,"infoTrack",_(He,a?p("palette-info-main"):y.info.main,.5)),ie(y.Slider,"successTrack",_(He,a?p("palette-success-main"):y.success.main,.5)),ie(y.Slider,"warningTrack",_(He,a?p("palette-warning-light"):y.warning.main,.5));const O=S?_(qe,a?p("palette-background-default"):y.background.default,.985):ws(y.background.default,.98);ie(y.SnackbarContent,"bg",O),ie(y.SnackbarContent,"color",pn(()=>S?Tf.text.primary:y.getContrastText(O))),ie(y.SpeedDialAction,"fabHoverBg",ws(y.background.paper,.15)),ie(y.StepConnector,"border",D("palette-grey-600")),ie(y.StepContent,"border",D("palette-grey-600")),ie(y.Switch,"defaultColor",D("palette-grey-300")),ie(y.Switch,"defaultDisabledColor",D("palette-grey-600")),ie(y.Switch,"primaryDisabledColor",_(He,a?p("palette-primary-main"):y.primary.main,.55)),ie(y.Switch,"secondaryDisabledColor",_(He,a?p("palette-secondary-main"):y.secondary.main,.55)),ie(y.Switch,"errorDisabledColor",_(He,a?p("palette-error-main"):y.error.main,.55)),ie(y.Switch,"infoDisabledColor",_(He,a?p("palette-info-main"):y.info.main,.55)),ie(y.Switch,"successDisabledColor",_(He,a?p("palette-success-main"):y.success.main,.55)),ie(y.Switch,"warningDisabledColor",_(He,a?p("palette-warning-light"):y.warning.main,.55)),ie(y.TableCell,"border",_(He,ro(a?p("palette-divider"):y.divider,1),.68)),ie(y.Tooltip,"bg",_(ro,a?p("palette-grey-700"):y.grey[700],.92))}a||(Cn(y.background,"default"),Cn(y.background,"paper"),Cn(y.common,"background"),Cn(y.common,"onBackground"),Cn(y,"divider")),Object.keys(y).forEach(O=>{const k=y[O];O!=="tonalOffset"&&!a&&k&&typeof k=="object"&&(k.main&&ie(y[O],"mainChannel",Er(Or(k.main))),k.light&&ie(y[O],"lightChannel",Er(Or(k.light))),k.dark&&ie(y[O],"darkChannel",Er(Or(k.dark))),k.contrastText&&ie(y[O],"contrastTextChannel",Er(Or(k.contrastText))),O==="text"&&(Cn(y[O],"primary"),Cn(y[O],"secondary")),O==="action"&&(k.active&&Cn(y[O],"active"),k.selected&&Cn(y[O],"selected")))})}),E=t.reduce((j,y)=>Vt(j,y),E);const M={prefix:i,disableCssColorScheme:s,shouldSkipGeneratingVar:l,getSelector:CC(E),enableContrastVars:a},{vars:N,generateThemeVars:$,generateStyleSheets:V}=qx(E,M);return E.vars=N,Object.entries(E.colorSchemes[E.defaultColorScheme]).forEach(([j,y])=>{E[j]=y}),E.generateThemeVars=$,E.generateStyleSheets=V,E.generateSpacing=function(){return uf(d.spacing,fl(this))},E.getColorSchemeSelector=Yx(c),E.spacing=E.generateSpacing(),E.shouldSkipGeneratingVar=l,E.unstable_sxConfig={...ss,...d==null?void 0:d.unstable_sxConfig},E.unstable_sx=function(y){return Zo({sx:y,theme:this})},E.toRuntimeSource=Of,E}function Bu(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:yl({...n===!0?{}:n.palette,mode:t})})}function EC(e={},...t){const{palette:n,cssVariables:o=!1,colorSchemes:s=n?void 0:{light:!0},defaultColorScheme:i=n==null?void 0:n.mode,...a}=e,l=i||"light",c=s==null?void 0:s[l],u={...s,...n?{[l]:{...typeof c!="boolean"&&c,palette:n}}:void 0};if(o===!1){if(!("colorSchemes"in e))return Ra(e,...t);let d=n;"palette"in e||u[l]&&(u[l]!==!0?d=u[l].palette:l==="dark"&&(d={mode:"dark"}));const m=Ra({...e,palette:d},...t);return m.defaultColorScheme=l,m.colorSchemes=u,m.palette.mode==="light"&&(m.colorSchemes.light={...u.light!==!0&&u.light,palette:m.palette},Bu(m,"dark",u.dark)),m.palette.mode==="dark"&&(m.colorSchemes.dark={...u.dark!==!0&&u.dark,palette:m.palette},Bu(m,"light",u.light)),m}return!n&&!("light"in u)&&l==="light"&&(u.light=!0),IC({...a,colorSchemes:u,defaultColorScheme:l,...typeof o!="boolean"&&o},...t)}const vl=EC();function So(){const e=pf(vl);return process.env.NODE_ENV!=="production"&&C.useDebugValue(e),e[vi]||e}function ke({props:e,name:t}){return Ox({props:e,name:t,defaultTheme:vl,themeId:vi})}function OC(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const lr=e=>OC(e)&&e!=="classes",ne=Sx({themeId:vi,defaultTheme:vl,rootShouldForwardProp:lr}),kC=["localeText"],Zs=C.createContext(null);process.env.NODE_ENV!=="production"&&(Zs.displayName="PickerAdapterContext");const is=function(t){const{localeText:n}=t,o=Ce(t,kC),{adapter:s,localeText:i}=C.useContext(Zs)??{adapter:void 0,localeText:void 0},a=ke({props:o,name:"MuiLocalizationProvider"}),{children:l,dateAdapter:c,dateFormats:u,dateLibInstance:d,adapterLocale:m,localeText:g}=a,p=C.useMemo(()=>R({},g,i,n),[g,i,n]),b=C.useMemo(()=>{if(!c)return s||null;const x=new c({locale:m,formats:u,instance:d});if(!x.isMUIAdapter)throw new Error(process.env.NODE_ENV!=="production"?"MUI X Date Pickers: The date adapter should be imported from `@mui/x-date-pickers` or `@mui/x-date-pickers-pro`, not from `@date-io`. Using adapters from @date-io directly is not supported. For example, use `import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'` instead of `import AdapterDayjs from '@date-io/dayjs'`. See https://mui.com/x/react-date-pickers/quickstart/#installation":Ae(143));return x},[c,m,u,d,s]),f=C.useMemo(()=>b?{minDate:b.date("1900-01-01T00:00:00.000"),maxDate:b.date("2099-12-31T00:00:00.000")}:null,[b]),v=C.useMemo(()=>({adapter:b,defaultDates:f,localeText:p}),[f,b,p]);return h.jsx(Zs.Provider,{value:v,children:l})};process.env.NODE_ENV!=="production"&&(is.displayName="LocalizationProvider");process.env.NODE_ENV!=="production"&&(is.propTypes={adapterLocale:r.any,children:r.node,dateAdapter:r.func,dateFormats:r.shape({dayOfMonth:r.string,dayOfMonthFull:r.string,fullDate:r.string,fullTime12h:r.string,fullTime24h:r.string,hours12h:r.string,hours24h:r.string,keyboardDate:r.string,keyboardDateTime12h:r.string,keyboardDateTime24h:r.string,meridiem:r.string,minutes:r.string,month:r.string,monthShort:r.string,normalDate:r.string,normalDateWithWeekday:r.string,seconds:r.string,shortDate:r.string,weekday:r.string,weekdayShort:r.string,year:r.string}),dateLibInstance:r.any,localeText:r.object});var Ls={exports:{}},_C=Ls.exports,zu;function PC(){return zu||(zu=1,(function(e,t){(function(n,o){e.exports=o()})(_C,(function(){var n=1e3,o=6e4,s=36e5,i="millisecond",a="second",l="minute",c="hour",u="day",d="week",m="month",g="quarter",p="year",b="date",f="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,x=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,w={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(_){var O=["th","st","nd","rd"],k=_%100;return"["+_+(O[(k-20)%10]||O[k]||O[0])+"]"}},I=function(_,O,k){var P=String(_);return!P||P.length>=O?_:""+Array(O+1-P.length).join(k)+_},S={s:I,z:function(_){var O=-_.utcOffset(),k=Math.abs(O),P=Math.floor(k/60),A=k%60;return(O<=0?"+":"-")+I(P,2,"0")+":"+I(A,2,"0")},m:function _(O,k){if(O.date()<k.date())return-_(k,O);var P=12*(k.year()-O.year())+(k.month()-O.month()),A=O.clone().add(P,m),z=k-A<0,L=O.clone().add(P+(z?-1:1),m);return+(-(P+(k-A)/(z?A-L:L-A))||0)},a:function(_){return _<0?Math.ceil(_)||0:Math.floor(_)},p:function(_){return{M:m,y:p,w:d,d:u,D:b,h:c,m:l,s:a,ms:i,Q:g}[_]||String(_||"").toLowerCase().replace(/s$/,"")},u:function(_){return _===void 0}},T="en",E={};E[T]=w;var M="$isDayjsObject",N=function(_){return _ instanceof y||!(!_||!_[M])},$=function _(O,k,P){var A;if(!O)return T;if(typeof O=="string"){var z=O.toLowerCase();E[z]&&(A=z),k&&(E[z]=k,A=z);var L=O.split("-");if(!A&&L.length>1)return _(L[0])}else{var B=O.name;E[B]=O,A=B}return!P&&A&&(T=A),A||!P&&T},V=function(_,O){if(N(_))return _.clone();var k=typeof O=="object"?O:{};return k.date=_,k.args=arguments,new y(k)},j=S;j.l=$,j.i=N,j.w=function(_,O){return V(_,{locale:O.$L,utc:O.$u,x:O.$x,$offset:O.$offset})};var y=(function(){function _(k){this.$L=$(k.locale,null,!0),this.parse(k),this.$x=this.$x||k.x||{},this[M]=!0}var O=_.prototype;return O.parse=function(k){this.$d=(function(P){var A=P.date,z=P.utc;if(A===null)return new Date(NaN);if(j.u(A))return new Date;if(A instanceof Date)return new Date(A);if(typeof A=="string"&&!/Z$/i.test(A)){var L=A.match(v);if(L){var B=L[2]-1||0,W=(L[7]||"0").substring(0,3);return z?new Date(Date.UTC(L[1],B,L[3]||1,L[4]||0,L[5]||0,L[6]||0,W)):new Date(L[1],B,L[3]||1,L[4]||0,L[5]||0,L[6]||0,W)}}return new Date(A)})(k),this.init()},O.init=function(){var k=this.$d;this.$y=k.getFullYear(),this.$M=k.getMonth(),this.$D=k.getDate(),this.$W=k.getDay(),this.$H=k.getHours(),this.$m=k.getMinutes(),this.$s=k.getSeconds(),this.$ms=k.getMilliseconds()},O.$utils=function(){return j},O.isValid=function(){return this.$d.toString()!==f},O.isSame=function(k,P){var A=V(k);return this.startOf(P)<=A&&A<=this.endOf(P)},O.isAfter=function(k,P){return V(k)<this.startOf(P)},O.isBefore=function(k,P){return this.endOf(P)<V(k)},O.$g=function(k,P,A){return j.u(k)?this[P]:this.set(A,k)},O.unix=function(){return Math.floor(this.valueOf()/1e3)},O.valueOf=function(){return this.$d.getTime()},O.startOf=function(k,P){var A=this,z=!!j.u(P)||P,L=j.p(k),B=function(F,G){var te=j.w(A.$u?Date.UTC(A.$y,G,F):new Date(A.$y,G,F),A);return z?te:te.endOf(u)},W=function(F,G){return j.w(A.toDate()[F].apply(A.toDate("s"),(z?[0,0,0,0]:[23,59,59,999]).slice(G)),A)},K=this.$W,ee=this.$M,U=this.$D,Q="set"+(this.$u?"UTC":"");switch(L){case p:return z?B(1,0):B(31,11);case m:return z?B(1,ee):B(0,ee+1);case d:var re=this.$locale().weekStart||0,Y=(K<re?K+7:K)-re;return B(z?U-Y:U+(6-Y),ee);case u:case b:return W(Q+"Hours",0);case c:return W(Q+"Minutes",1);case l:return W(Q+"Seconds",2);case a:return W(Q+"Milliseconds",3);default:return this.clone()}},O.endOf=function(k){return this.startOf(k,!1)},O.$set=function(k,P){var A,z=j.p(k),L="set"+(this.$u?"UTC":""),B=(A={},A[u]=L+"Date",A[b]=L+"Date",A[m]=L+"Month",A[p]=L+"FullYear",A[c]=L+"Hours",A[l]=L+"Minutes",A[a]=L+"Seconds",A[i]=L+"Milliseconds",A)[z],W=z===u?this.$D+(P-this.$W):P;if(z===m||z===p){var K=this.clone().set(b,1);K.$d[B](W),K.init(),this.$d=K.set(b,Math.min(this.$D,K.daysInMonth())).$d}else B&&this.$d[B](W);return this.init(),this},O.set=function(k,P){return this.clone().$set(k,P)},O.get=function(k){return this[j.p(k)]()},O.add=function(k,P){var A,z=this;k=Number(k);var L=j.p(P),B=function(ee){var U=V(z);return j.w(U.date(U.date()+Math.round(ee*k)),z)};if(L===m)return this.set(m,this.$M+k);if(L===p)return this.set(p,this.$y+k);if(L===u)return B(1);if(L===d)return B(7);var W=(A={},A[l]=o,A[c]=s,A[a]=n,A)[L]||1,K=this.$d.getTime()+k*W;return j.w(K,this)},O.subtract=function(k,P){return this.add(-1*k,P)},O.format=function(k){var P=this,A=this.$locale();if(!this.isValid())return A.invalidDate||f;var z=k||"YYYY-MM-DDTHH:mm:ssZ",L=j.z(this),B=this.$H,W=this.$m,K=this.$M,ee=A.weekdays,U=A.months,Q=A.meridiem,re=function(G,te,H,le){return G&&(G[te]||G(P,z))||H[te].slice(0,le)},Y=function(G){return j.s(B%12||12,G,"0")},F=Q||function(G,te,H){var le=G<12?"AM":"PM";return H?le.toLowerCase():le};return z.replace(x,(function(G,te){return te||(function(H){switch(H){case"YY":return String(P.$y).slice(-2);case"YYYY":return j.s(P.$y,4,"0");case"M":return K+1;case"MM":return j.s(K+1,2,"0");case"MMM":return re(A.monthsShort,K,U,3);case"MMMM":return re(U,K);case"D":return P.$D;case"DD":return j.s(P.$D,2,"0");case"d":return String(P.$W);case"dd":return re(A.weekdaysMin,P.$W,ee,2);case"ddd":return re(A.weekdaysShort,P.$W,ee,3);case"dddd":return ee[P.$W];case"H":return String(B);case"HH":return j.s(B,2,"0");case"h":return Y(1);case"hh":return Y(2);case"a":return F(B,W,!0);case"A":return F(B,W,!1);case"m":return String(W);case"mm":return j.s(W,2,"0");case"s":return String(P.$s);case"ss":return j.s(P.$s,2,"0");case"SSS":return j.s(P.$ms,3,"0");case"Z":return L}return null})(G)||L.replace(":","")}))},O.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},O.diff=function(k,P,A){var z,L=this,B=j.p(P),W=V(k),K=(W.utcOffset()-this.utcOffset())*o,ee=this-W,U=function(){return j.m(L,W)};switch(B){case p:z=U()/12;break;case m:z=U();break;case g:z=U()/3;break;case d:z=(ee-K)/6048e5;break;case u:z=(ee-K)/864e5;break;case c:z=ee/s;break;case l:z=ee/o;break;case a:z=ee/n;break;default:z=ee}return A?z:j.a(z)},O.daysInMonth=function(){return this.endOf(m).$D},O.$locale=function(){return E[this.$L]},O.locale=function(k,P){if(!k)return this.$L;var A=this.clone(),z=$(k,P,!0);return z&&(A.$L=z),A},O.clone=function(){return j.w(this.$d,this)},O.toDate=function(){return new Date(this.valueOf())},O.toJSON=function(){return this.isValid()?this.toISOString():null},O.toISOString=function(){return this.$d.toISOString()},O.toString=function(){return this.$d.toUTCString()},_})(),D=y.prototype;return V.prototype=D,[["$ms",i],["$s",a],["$m",l],["$H",c],["$W",u],["$M",m],["$y",p],["$D",b]].forEach((function(_){D[_[1]]=function(O){return this.$g(O,_[0],_[1])}})),V.extend=function(_,O){return _.$i||(_(O,y,V),_.$i=!0),V},V.locale=$,V.isDayjs=N,V.unix=function(_){return V(1e3*_)},V.en=E[T],V.Ls=E,V.p={},V}))})(Ls)),Ls.exports}var DC=PC();const yt=Co(DC);var Vs={exports:{}},MC=Vs.exports,Wu;function RC(){return Wu||(Wu=1,(function(e,t){(function(n,o){e.exports=o()})(MC,(function(){var n="week",o="year";return function(s,i,a){var l=i.prototype;l.week=function(c){if(c===void 0&&(c=null),c!==null)return this.add(7*(c-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var d=a(this).startOf(o).add(1,o).date(u),m=a(this).endOf(n);if(d.isBefore(m))return 1}var g=a(this).startOf(o).date(u).startOf(n).subtract(1,"millisecond"),p=this.diff(g,n,!0);return p<0?a(this).startOf("week").week():Math.ceil(p)},l.weeks=function(c){return c===void 0&&(c=null),this.week(c)}}}))})(Vs)),Vs.exports}var NC=RC();const $C=Co(NC);var Fs={exports:{}},jC=Fs.exports,Uu;function AC(){return Uu||(Uu=1,(function(e,t){(function(n,o){e.exports=o()})(jC,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},o=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,s=/\d/,i=/\d\d/,a=/\d\d?/,l=/\d*[^-_:/,()\s\d]+/,c={},u=function(v){return(v=+v)+(v>68?1900:2e3)},d=function(v){return function(x){this[v]=+x}},m=[/[+-]\d\d:?(\d\d)?|Z/,function(v){(this.zone||(this.zone={})).offset=(function(x){if(!x||x==="Z")return 0;var w=x.match(/([+-]|\d\d)/g),I=60*w[1]+(+w[2]||0);return I===0?0:w[0]==="+"?-I:I})(v)}],g=function(v){var x=c[v];return x&&(x.indexOf?x:x.s.concat(x.f))},p=function(v,x){var w,I=c.meridiem;if(I){for(var S=1;S<=24;S+=1)if(v.indexOf(I(S,0,x))>-1){w=S>12;break}}else w=v===(x?"pm":"PM");return w},b={A:[l,function(v){this.afternoon=p(v,!1)}],a:[l,function(v){this.afternoon=p(v,!0)}],Q:[s,function(v){this.month=3*(v-1)+1}],S:[s,function(v){this.milliseconds=100*+v}],SS:[i,function(v){this.milliseconds=10*+v}],SSS:[/\d{3}/,function(v){this.milliseconds=+v}],s:[a,d("seconds")],ss:[a,d("seconds")],m:[a,d("minutes")],mm:[a,d("minutes")],H:[a,d("hours")],h:[a,d("hours")],HH:[a,d("hours")],hh:[a,d("hours")],D:[a,d("day")],DD:[i,d("day")],Do:[l,function(v){var x=c.ordinal,w=v.match(/\d+/);if(this.day=w[0],x)for(var I=1;I<=31;I+=1)x(I).replace(/\[|\]/g,"")===v&&(this.day=I)}],w:[a,d("week")],ww:[i,d("week")],M:[a,d("month")],MM:[i,d("month")],MMM:[l,function(v){var x=g("months"),w=(g("monthsShort")||x.map((function(I){return I.slice(0,3)}))).indexOf(v)+1;if(w<1)throw new Error;this.month=w%12||w}],MMMM:[l,function(v){var x=g("months").indexOf(v)+1;if(x<1)throw new Error;this.month=x%12||x}],Y:[/[+-]?\d+/,d("year")],YY:[i,function(v){this.year=u(v)}],YYYY:[/\d{4}/,d("year")],Z:m,ZZ:m};function f(v){var x,w;x=v,w=c&&c.formats;for(var I=(v=x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(V,j,y){var D=y&&y.toUpperCase();return j||w[y]||n[y]||w[D].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(_,O,k){return O||k.slice(1)}))}))).match(o),S=I.length,T=0;T<S;T+=1){var E=I[T],M=b[E],N=M&&M[0],$=M&&M[1];I[T]=$?{regex:N,parser:$}:E.replace(/^\[|\]$/g,"")}return function(V){for(var j={},y=0,D=0;y<S;y+=1){var _=I[y];if(typeof _=="string")D+=_.length;else{var O=_.regex,k=_.parser,P=V.slice(D),A=O.exec(P)[0];k.call(j,A),V=V.replace(A,"")}}return(function(z){var L=z.afternoon;if(L!==void 0){var B=z.hours;L?B<12&&(z.hours+=12):B===12&&(z.hours=0),delete z.afternoon}})(j),j}}return function(v,x,w){w.p.customParseFormat=!0,v&&v.parseTwoDigitYear&&(u=v.parseTwoDigitYear);var I=x.prototype,S=I.parse;I.parse=function(T){var E=T.date,M=T.utc,N=T.args;this.$u=M;var $=N[1];if(typeof $=="string"){var V=N[2]===!0,j=N[3]===!0,y=V||j,D=N[2];j&&(D=N[2]),c=this.$locale(),!V&&D&&(c=w.Ls[D]),this.$d=(function(P,A,z,L){try{if(["x","X"].indexOf(A)>-1)return new Date((A==="X"?1e3:1)*P);var B=f(A)(P),W=B.year,K=B.month,ee=B.day,U=B.hours,Q=B.minutes,re=B.seconds,Y=B.milliseconds,F=B.zone,G=B.week,te=new Date,H=ee||(W||K?1:te.getDate()),le=W||te.getFullYear(),X=0;W&&!K||(X=K>0?K-1:te.getMonth());var ue,pe=U||0,ae=Q||0,oe=re||0,he=Y||0;return F?new Date(Date.UTC(le,X,H,pe,ae,oe,he+60*F.offset*1e3)):z?new Date(Date.UTC(le,X,H,pe,ae,oe,he)):(ue=new Date(le,X,H,pe,ae,oe,he),G&&(ue=L(ue).week(G).toDate()),ue)}catch{return new Date("")}})(E,$,M,w),this.init(),D&&D!==!0&&(this.$L=this.locale(D).$L),y&&E!=this.format($)&&(this.$d=new Date("")),c={}}else if($ instanceof Array)for(var _=$.length,O=1;O<=_;O+=1){N[1]=$[O-1];var k=w.apply(this,N);if(k.isValid()){this.$d=k.$d,this.$L=k.$L,this.init();break}O===_&&(this.$d=new Date(""))}else S.call(this,T)}}}))})(Fs)),Fs.exports}var LC=AC();const Pf=Co(LC);var Bs={exports:{}},VC=Bs.exports,Hu;function FC(){return Hu||(Hu=1,(function(e,t){(function(n,o){e.exports=o()})(VC,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(o,s,i){var a=s.prototype,l=a.format;i.en.formats=n,a.format=function(c){c===void 0&&(c="YYYY-MM-DDTHH:mm:ssZ");var u=this.$locale().formats,d=(function(m,g){return m.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(p,b,f){var v=f&&f.toUpperCase();return b||g[f]||n[f]||g[v].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(x,w,I){return w||I.slice(1)}))}))})(c,u===void 0?{}:u);return l.call(this,d)}}}))})(Bs)),Bs.exports}var BC=FC();const zC=Co(BC);var zs={exports:{}},WC=zs.exports,qu;function UC(){return qu||(qu=1,(function(e,t){(function(n,o){e.exports=o()})(WC,(function(){return function(n,o,s){o.prototype.isBetween=function(i,a,l,c){var u=s(i),d=s(a),m=(c=c||"()")[0]==="(",g=c[1]===")";return(m?this.isAfter(u,l):!this.isBefore(u,l))&&(g?this.isBefore(d,l):!this.isAfter(d,l))||(m?this.isBefore(u,l):!this.isAfter(u,l))&&(g?this.isAfter(d,l):!this.isBefore(d,l))}}}))})(zs)),zs.exports}var HC=UC();const qC=Co(HC);var Ws={exports:{}},YC=Ws.exports,Yu;function GC(){return Yu||(Yu=1,(function(e,t){(function(n,o){e.exports=o()})(YC,(function(){return function(n,o){var s=o.prototype,i=s.format;s.format=function(a){var l=this,c=this.$locale();if(!this.isValid())return i.bind(this)(a);var u=this.$utils(),d=(a||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(m){switch(m){case"Q":return Math.ceil((l.$M+1)/3);case"Do":return c.ordinal(l.$D);case"gggg":return l.weekYear();case"GGGG":return l.isoWeekYear();case"wo":return c.ordinal(l.week(),"W");case"w":case"ww":return u.s(l.week(),m==="w"?1:2,"0");case"W":case"WW":return u.s(l.isoWeek(),m==="W"?1:2,"0");case"k":case"kk":return u.s(String(l.$H===0?24:l.$H),m==="k"?1:2,"0");case"X":return Math.floor(l.$d.getTime()/1e3);case"x":return l.$d.getTime();case"z":return"["+l.offsetName()+"]";case"zzz":return"["+l.offsetName("long")+"]";default:return m}}));return i.bind(this)(d)}}}))})(Ws)),Ws.exports}var KC=GC();const XC=Co(KC),Gu=new Set;function $n(e,t="warning"){if(process.env.NODE_ENV==="production")return;const n=Array.isArray(e)?e.join(`
|
|
87
|
-
`):e;Gu.has(n)||(Gu.add(n),t==="error"?console.error(n):console.warn(n))}yt.extend(zC);yt.extend($C);yt.extend(qC);yt.extend(XC);const QC={YY:"year",YYYY:{sectionType:"year",contentType:"digit",maxLength:4},M:{sectionType:"month",contentType:"digit",maxLength:2},MM:"month",MMM:{sectionType:"month",contentType:"letter"},MMMM:{sectionType:"month",contentType:"letter"},D:{sectionType:"day",contentType:"digit",maxLength:2},DD:"day",Do:{sectionType:"day",contentType:"digit-with-letter"},d:{sectionType:"weekDay",contentType:"digit",maxLength:2},dd:{sectionType:"weekDay",contentType:"letter"},ddd:{sectionType:"weekDay",contentType:"letter"},dddd:{sectionType:"weekDay",contentType:"letter"},A:"meridiem",a:"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"},ZC={year:"YYYY",month:"MMMM",monthShort:"MMM",dayOfMonth:"D",dayOfMonthFull:"Do",weekday:"dddd",weekdayShort:"dd",hours24h:"HH",hours12h:"hh",meridiem:"A",minutes:"mm",seconds:"ss",fullDate:"ll",keyboardDate:"L",shortDate:"MMM D",normalDate:"D MMMM",normalDateWithWeekday:"ddd, MMM D",fullTime12h:"hh:mm A",fullTime24h:"HH:mm",keyboardDateTime12h:"L hh:mm A",keyboardDateTime24h:"L HH:mm"};function ya(){throw new Error(process.env.NODE_ENV!=="production"?"MUI X Date Pickers: Missing dayjs UTC plugin. UTC and timezone support requires the dayjs UTC plugin to be enabled. See https://mui.com/x/react-date-pickers/timezone/#day-js-and-utc for setup instructions.":Ae(138))}function Ku(){throw new Error(process.env.NODE_ENV!=="production"?"MUI X Date Pickers: Missing dayjs timezone plugin. Timezone support requires both the dayjs UTC and timezone plugins to be enabled. See https://mui.com/x/react-date-pickers/timezone/#day-js-and-timezone for setup instructions.":Ae(139))}class Df{constructor({locale:t,formats:n}={}){Z(this,"isMUIAdapter",!0);Z(this,"isTimezoneCompatible",!0);Z(this,"lib","dayjs");Z(this,"escapedCharacters",{start:"[",end:"]"});Z(this,"formatTokenMap",QC);Z(this,"setLocaleToValue",t=>{const n=this.getCurrentLocaleCode();return n===t.locale()?t:t.locale(n)});Z(this,"hasUTCPlugin",()=>typeof yt.utc<"u");Z(this,"hasTimezonePlugin",()=>typeof yt.tz<"u");Z(this,"isSame",(t,n,o)=>{const s=this.setTimezone(n,this.getTimezone(t));return t.format(o)===s.format(o)});Z(this,"cleanTimezone",t=>{switch(t){case"default":return;case"system":return yt.tz.guess();default:return t}});Z(this,"createSystemDate",t=>this.setLocaleToValue(yt(t)));Z(this,"createUTCDate",t=>(this.hasUTCPlugin()||ya(),this.setLocaleToValue(yt.utc(t))));Z(this,"createTZDate",(t,n)=>{this.hasUTCPlugin()||ya(),this.hasTimezonePlugin()||Ku();const o=t!==void 0&&!t.endsWith("Z");return this.setLocaleToValue(yt(t).tz(this.cleanTimezone(n),o))});Z(this,"getLocaleFormats",()=>{const t=yt.Ls,n=this.locale||"en";let o=t[n];return o===void 0&&(process.env.NODE_ENV!=="production"&&$n(["MUI X: Your locale has not been found.","Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale.","Or you forget to import the locale from 'dayjs/locale/{localeUsed}'","fallback on English locale."]),o=t.en),o.formats});Z(this,"adjustOffset",t=>{if(!this.hasTimezonePlugin())return t;const n=this.getTimezone(t);if(n!=="UTC"){const o=t.tz(this.cleanTimezone(n),!0);if(o.$offset===(t.$offset??0))return t;t.$offset=o.$offset}return t});Z(this,"restoreDayOfMonth",(t,n)=>{const o=this.getTimezone(t);if(!this.hasUTCPlugin()||o==="system"||o==="UTC")return t;const s=yt.utc(t.format("YYYY-MM-DDTHH:mm:ss.SSS"));if(!s.isValid())return t;const i=Math.min(n.date(),s.daysInMonth());return t.date()===i?t:t.set("date",i)});Z(this,"date",(t,n="default")=>t===null?null:n==="UTC"?this.createUTCDate(t):n==="system"||n==="default"&&!this.hasTimezonePlugin()?this.createSystemDate(t):this.createTZDate(t,n));Z(this,"getInvalidDate",()=>yt(new Date("Invalid date")));Z(this,"getTimezone",t=>{var n;if(this.hasTimezonePlugin()){const o=(n=t.$x)==null?void 0:n.$timezone;if(o)return o}return this.hasUTCPlugin()&&t.isUTC()?"UTC":"system"});Z(this,"setTimezone",(t,n)=>{if(this.getTimezone(t)===n)return t;if(n==="UTC")return this.hasUTCPlugin()||ya(),t.utc();if(n==="system")return t.local();if(!this.hasTimezonePlugin()){if(n==="default")return t;Ku()}return this.setLocaleToValue(yt.tz(t,this.cleanTimezone(n)))});Z(this,"toJsDate",t=>t.toDate());Z(this,"parse",(t,n)=>t===""?null:yt(t,n,this.locale,!0));Z(this,"getCurrentLocaleCode",()=>this.locale||"en");Z(this,"is12HourCycleInCurrentLocale",()=>/A|a/.test(this.getLocaleFormats().LT||""));Z(this,"expandFormat",t=>{const n=this.getLocaleFormats(),o=s=>s.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(i,a,l)=>a||l.slice(1));return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(s,i,a)=>{const l=a&&a.toUpperCase();return i||n[a]||o(n[l])})});Z(this,"isValid",t=>t==null?!1:t.isValid());Z(this,"format",(t,n)=>this.formatByString(t,this.formats[n]));Z(this,"formatByString",(t,n)=>this.setLocaleToValue(t).format(n));Z(this,"formatNumber",t=>t);Z(this,"isEqual",(t,n)=>t===null&&n===null?!0:t===null||n===null?!1:t.toDate().getTime()===n.toDate().getTime());Z(this,"isSameYear",(t,n)=>this.isSame(t,n,"YYYY"));Z(this,"isSameMonth",(t,n)=>this.isSame(t,n,"YYYY-MM"));Z(this,"isSameDay",(t,n)=>this.isSame(t,n,"YYYY-MM-DD"));Z(this,"isSameHour",(t,n)=>t.isSame(n,"hour"));Z(this,"isAfter",(t,n)=>t>n);Z(this,"isAfterYear",(t,n)=>this.hasUTCPlugin()?!this.isSameYear(t,n)&&t.utc()>n.utc():t.isAfter(n,"year"));Z(this,"isAfterDay",(t,n)=>this.hasUTCPlugin()?!this.isSameDay(t,n)&&t.utc()>n.utc():t.isAfter(n,"day"));Z(this,"isBefore",(t,n)=>t<n);Z(this,"isBeforeYear",(t,n)=>this.hasUTCPlugin()?!this.isSameYear(t,n)&&t.utc()<n.utc():t.isBefore(n,"year"));Z(this,"isBeforeDay",(t,n)=>this.hasUTCPlugin()?!this.isSameDay(t,n)&&t.utc()<n.utc():t.isBefore(n,"day"));Z(this,"isWithinRange",(t,[n,o])=>t>=n&&t<=o);Z(this,"startOfYear",t=>this.adjustOffset(t.startOf("year")));Z(this,"startOfMonth",t=>this.adjustOffset(t.startOf("month")));Z(this,"startOfWeek",t=>this.adjustOffset(this.setLocaleToValue(t).startOf("week")));Z(this,"startOfDay",t=>this.adjustOffset(t.startOf("day")));Z(this,"endOfYear",t=>this.adjustOffset(t.endOf("year")));Z(this,"endOfMonth",t=>this.adjustOffset(t.endOf("month")));Z(this,"endOfWeek",t=>this.adjustOffset(this.setLocaleToValue(t).endOf("week")));Z(this,"endOfDay",t=>this.adjustOffset(t.endOf("day")));Z(this,"addYears",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.add(n,"year"),t)));Z(this,"addMonths",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.add(n,"month"),t)));Z(this,"addWeeks",(t,n)=>this.adjustOffset(t.add(n,"week")));Z(this,"addDays",(t,n)=>this.adjustOffset(t.add(n,"day")));Z(this,"addHours",(t,n)=>this.adjustOffset(t.add(n,"hour")));Z(this,"addMinutes",(t,n)=>this.adjustOffset(t.add(n,"minute")));Z(this,"addSeconds",(t,n)=>this.adjustOffset(t.add(n,"second")));Z(this,"getYear",t=>t.year());Z(this,"getMonth",t=>t.month());Z(this,"getDate",t=>t.date());Z(this,"getHours",t=>t.hour());Z(this,"getMinutes",t=>t.minute());Z(this,"getSeconds",t=>t.second());Z(this,"getMilliseconds",t=>t.millisecond());Z(this,"setYear",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.set("year",n),t)));Z(this,"setMonth",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.set("month",n),t)));Z(this,"setDate",(t,n)=>this.adjustOffset(t.set("date",n)));Z(this,"setHours",(t,n)=>this.adjustOffset(t.set("hour",n)));Z(this,"setMinutes",(t,n)=>this.adjustOffset(t.set("minute",n)));Z(this,"setSeconds",(t,n)=>this.adjustOffset(t.set("second",n)));Z(this,"setMilliseconds",(t,n)=>this.adjustOffset(t.set("millisecond",n)));Z(this,"getDaysInMonth",t=>t.daysInMonth());Z(this,"getWeekArray",t=>{const n=this.startOfWeek(this.startOfMonth(t)),o=this.endOfWeek(this.endOfMonth(t));let s=0,i=n;const a=[];for(;i<o;){const l=Math.floor(s/7);a[l]=a[l]||[],a[l].push(i),i=this.addDays(i,1),s+=1}return a});Z(this,"getWeekNumber",t=>t.week());Z(this,"getYearRange",([t,n])=>{const o=this.startOfYear(t),s=this.endOfYear(n),i=[];let a=o;for(;this.isBefore(a,s);)i.push(a),a=this.addYears(a,1);return i});this.locale=t,this.formats=R({},ZC,n),yt.extend(Pf)}getDayOfWeek(t){return t.day()+1}}const xl=xf({themeId:vi}),Wt=r.oneOfType([r.func,r.object]);function Yn(e,t,n){return typeof e=="function"?e(t,n):e}const hn=(e,t)=>e.length!==t.length?!1:t.every(n=>e.includes(n)),Mf=({openTo:e,defaultOpenTo:t,views:n,defaultViews:o})=>{const s=n??o;let i;if(e!=null)i=e;else if(s.includes(t))i=t;else if(s.length>0)i=s[0];else throw new Error(process.env.NODE_ENV!=="production"?'MUI X Date Pickers: The `views` prop must contain at least one view. The date picker needs at least one view to display. Add a valid view to the views array (e.g., ["year", "month", "day"]).':Ae(153));return{views:s,openTo:i}},Js=(e,t,n)=>{let o=t;return o=e.setHours(o,e.getHours(n)),o=e.setMinutes(o,e.getMinutes(n)),o=e.setSeconds(o,e.getSeconds(n)),o=e.setMilliseconds(o,e.getMilliseconds(n)),o},Hr=({date:e,disableFuture:t,disablePast:n,maxDate:o,minDate:s,isDateDisabled:i,adapter:a,timezone:l})=>{const c=Js(a,a.date(void 0,l),e);n&&a.isBefore(s,c)&&(s=c),t&&a.isAfter(o,c)&&(o=c);let u=e,d=e;for(a.isBefore(e,s)&&(u=s,d=null),a.isAfter(e,o)&&(d&&(d=o),u=null);u||d;){if(u&&a.isAfter(u,o)&&(u=null),d&&a.isBefore(d,s)&&(d=null),u){if(!i(u))return u;u=a.addDays(u,1)}if(d){if(!i(d))return d;d=a.addDays(d,-1)}}return null},JC=(e,t)=>e.isValid(t)?t:null,Xu=(e,t,n)=>t==null||!e.isValid(t)?n:t,eS=(e,t,n)=>!e.isValid(t)&&t!=null&&!e.isValid(n)&&n!=null?!0:e.isEqual(t,n),Cl=(e,t)=>{const o=[e.startOfYear(t)];for(;o.length<12;){const s=o[o.length-1];o.push(e.addMonths(s,1))}return o},Sl=(e,t,n)=>n==="date"?e.startOfDay(e.date(void 0,t)):e.date(void 0,t),Bn=(e,t)=>{const n=e.setHours(e.date(),t==="am"?2:14);return e.format(n,"meridiem")},tS=["year","month","day"],Qu=e=>tS.includes(e),wl=(e,{format:t,views:n},o)=>{if(t!=null)return t;const s=e.formats;return hn(n,["year"])?s.year:hn(n,["month"])?s.month:hn(n,["day"])?s.dayOfMonth:hn(n,["month","year"])?`${s.month} ${s.year}`:hn(n,["day","month"])?`${s.month} ${s.dayOfMonth}`:o?/en/.test(e.getCurrentLocaleCode())?s.normalDateWithWeekday:s.normalDate:s.keyboardDate},nS=(e,t)=>{const n=e.startOfWeek(t);return[0,1,2,3,4,5,6].map(o=>e.addDays(n,o))},oS=["hours","minutes","seconds"],rS=["hours","minutes","seconds","meridiem"],Jo=e=>oS.includes(e),Rf=e=>rS.includes(e),sS=(e,t)=>e?t.getHours(e)>=12?"pm":"am":null,qr=(e,t,n)=>n&&(e>=12?"pm":"am")!==t?t==="am"?e-12:e+12:e,Nf=(e,t,n,o)=>{const s=qr(o.getHours(e),t,n);return o.setHours(e,s)},Zu=(e,t)=>t.getHours(e)*3600+t.getMinutes(e)*60+t.getSeconds(e),as=(e,t)=>(n,o)=>e?t.isAfter(n,o):Zu(n,t)>Zu(o,t),$f=(e,{format:t,views:n,ampm:o})=>{if(t!=null)return t;const s=e.formats;return hn(n,["hours"])?o?`${s.hours12h} ${s.meridiem}`:s.hours24h:hn(n,["minutes"])?s.minutes:hn(n,["seconds"])?s.seconds:hn(n,["minutes","seconds"])?`${s.minutes}:${s.seconds}`:hn(n,["hours","minutes","seconds"])?o?`${s.hours12h}:${s.minutes}:${s.seconds} ${s.meridiem}`:`${s.hours24h}:${s.minutes}:${s.seconds}`:o?`${s.hours12h}:${s.minutes} ${s.meridiem}`:`${s.hours24h}:${s.minutes}`},ln={year:1,month:2,day:3,hours:4,minutes:5,seconds:6,milliseconds:7},iS=e=>Math.max(...e.map(t=>ln[t.type]??1)),gr=(e,t,n)=>{if(t===ln.year)return e.startOfYear(n);if(t===ln.month)return e.startOfMonth(n);if(t===ln.day)return e.startOfDay(n);let o=n;return t<ln.minutes&&(o=e.setMinutes(o,0)),t<ln.seconds&&(o=e.setSeconds(o,0)),t<ln.milliseconds&&(o=e.setMilliseconds(o,0)),o},aS=({props:e,adapter:t,granularity:n,timezone:o,getTodayDate:s})=>{let i=s?s():gr(t,n,Sl(t,o));e.minDate!=null&&t.isAfterDay(e.minDate,i)&&(i=gr(t,n,e.minDate)),e.maxDate!=null&&t.isBeforeDay(e.maxDate,i)&&(i=gr(t,n,e.maxDate));const a=as(e.disableIgnoringDatePartForTimeValidation??!1,t);return e.minTime!=null&&a(e.minTime,i)&&(i=gr(t,n,e.disableIgnoringDatePartForTimeValidation?e.minTime:Js(t,i,e.minTime))),e.maxTime!=null&&a(i,e.maxTime)&&(i=gr(t,n,e.disableIgnoringDatePartForTimeValidation?e.maxTime:Js(t,i,e.maxTime))),i},Tl=(e,t)=>{const n=e.formatTokenMap[t];if(n==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: The token "${t}" is not supported by the Date and Time Pickers.
|
|
88
|
-
Please try using another token or open an issue on https://github.com/mui/mui-x/issues/new/choose if you think it should be supported.`:Ae(157,t));return typeof n=="string"?{type:n,contentType:n==="meridiem"?"letter":"digit",maxLength:void 0}:{type:n.sectionType,contentType:n.contentType,maxLength:n.maxLength}},Mi=(e,t)=>{const n=[],o=e.date(void 0,"default"),s=e.startOfWeek(o),i=e.endOfWeek(o);let a=s;for(;e.isBefore(a,i);)n.push(a),a=e.addDays(a,1);return n.map(l=>e.formatByString(l,t))},
|
|
84
|
+
export default theme;`}function Vu(e){return typeof e=="number"?`${(e*100).toFixed(0)}%`:`calc((${e}) * 100%)`}const dC=e=>{if(!Number.isNaN(+e))return+e;const t=e.match(/\d*\.?\d+/g);if(!t)return 0;let n=0;for(let o=0;o<t.length;o+=1)n+=+t[o];return n};function pC(e){Object.assign(e,{alpha(t,n){const o=this||e;return o.colorSpace?`oklch(from ${t} l c h / ${typeof n=="string"?`calc(${n})`:n})`:o.vars?`rgba(${t.replace(/var\(--([^,\s)]+)(?:,[^)]+)?\)+/g,"var(--$1Channel)")} / ${typeof n=="string"?`calc(${n})`:n})`:Qs(t,dC(n))},lighten(t,n){const o=this||e;return o.colorSpace?`color-mix(in ${o.colorSpace}, ${t}, #fff ${Vu(n)})`:Di(t,n)},darken(t,n){const o=this||e;return o.colorSpace?`color-mix(in ${o.colorSpace}, ${t}, #000 ${Vu(n)})`:Pi(t,n)}})}function Ra(e={},...t){const{breakpoints:n,mixins:o={},spacing:s,palette:i={},transitions:a={},typography:l={},shape:c,colorSpace:u,...d}=e;if(e.vars&&e.generateThemeVars===void 0)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name or follow the [docs](https://v7.mui.com/material-ui/customization/css-theme-variables/usage/) to enable the feature.":vo(20));const m=yl({...i,colorSpace:u}),g=hl(e);let p=Vt(g,{mixins:Jx(g.breakpoints,o),palette:m,shadows:sC.slice(),typography:tC(m,l),transitions:lC(a),zIndex:{...cC}});if(p=Vt(p,d),p=t.reduce((b,f)=>Vt(b,f),p),process.env.NODE_ENV!=="production"){const b=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],f=(v,x)=>{let w;for(w in v){const I=v[w];if(b.includes(w)&&Object.keys(I).length>0){if(process.env.NODE_ENV!=="production"){const S=$e("",w);console.error([`MUI: The \`${x}\` component increases the CSS specificity of the \`${w}\` internal state.`,"You can not override it like this: ",JSON.stringify(v,null,2),"",`Instead, you need to use the '&.${S}' syntax:`,JSON.stringify({root:{[`&.${S}`]:I}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
|
|
85
|
+
`))}v[w]={}}}};Object.keys(p.components).forEach(v=>{const x=p.components[v].styleOverrides;x&&v.startsWith("Mui")&&f(x,v)})}return p.unstable_sxConfig={...ss,...d==null?void 0:d.unstable_sxConfig},p.unstable_sx=function(f){return Zo({sx:f,theme:this})},p.toRuntimeSource=Tf,pC(p),p}function Na(e){let t;return e<1?t=5.11916*e**2:t=4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}const fC=[...Array(25)].map((e,t)=>{if(t===0)return"none";const n=Na(t);return`linear-gradient(rgba(255 255 255 / ${n}), rgba(255 255 255 / ${n}))`});function If(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function Ef(e){return e==="dark"?fC:[]}function mC(e){const{palette:t={mode:"light"},opacity:n,overlays:o,colorSpace:s,...i}=e,a=yl({...t,colorSpace:s});return{palette:a,opacity:{...If(a.mode),...n},overlays:o||Ef(a.mode),...i}}function hC(e){var t;return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]==="palette"&&!!((t=e[1])!=null&&t.match(/(mode|contrastThreshold|tonalOffset)/))}const gC=e=>[...[...Array(25)].map((t,n)=>`--${e?`${e}-`:""}overlays-${n}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],bC=e=>(t,n)=>{const o=e.rootSelector||":root",s=e.colorSchemeSelector;let i=s;if(s==="class"&&(i=".%s"),s==="data"&&(i="[data-%s]"),s!=null&&s.startsWith("data-")&&!s.includes("%s")&&(i=`[${s}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const a={};return gC(e.cssVarPrefix).forEach(l=>{a[l]=n[l],delete n[l]}),i==="media"?{[o]:n,"@media (prefers-color-scheme: dark)":{[o]:a}}:i?{[i.replace("%s",t)]:a,[`${o}, ${i.replace("%s",t)}`]:n}:{[o]:{...n,...a}}}if(i&&i!=="media")return`${o}, ${i.replace("%s",String(t))}`}else if(t){if(i==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[o]:n}};if(i)return i.replace("%s",String(t))}return o};function yC(e,t){t.forEach(n=>{e[n]||(e[n]={})})}function ie(e,t,n){!e[t]&&n&&(e[t]=n)}function Or(e){return typeof e!="string"||!e.startsWith("hsl")?e:yf(e)}function Cn(e,t){`${t}Channel`in e||(e[`${t}Channel`]=Er(Or(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
|
|
86
|
+
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function vC(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const pn=e=>{try{return e()}catch{}},xC=(e="mui")=>Vx(e);function ba(e,t,n,o,s){if(!n)return;n=n===!0?{}:n;const i=s==="dark"?"dark":"light";if(!o){t[s]=mC({...n,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return}const{palette:a,...l}=Ra({...o,palette:{mode:i,...n==null?void 0:n.palette},colorSpace:e});return t[s]={...n,palette:a,opacity:{...If(i),...n==null?void 0:n.opacity},overlays:(n==null?void 0:n.overlays)||Ef(i)},l}function CC(e={},...t){const{colorSchemes:n={light:!0},defaultColorScheme:o,disableCssColorScheme:s=!1,cssVarPrefix:i="mui",nativeColor:a=!1,shouldSkipGeneratingVar:l=hC,colorSchemeSelector:c=n.light&&n.dark?"media":void 0,rootSelector:u=":root",...d}=e,m=Object.keys(n)[0],g=o||(n.light&&m!=="light"?"light":m),p=xC(i),{[g]:b,light:f,dark:v,...x}=n,w={...x};let I=b;if((g==="dark"&&!("dark"in n)||g==="light"&&!("light"in n))&&(I=!0),!I)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${g}\` option is either missing or invalid.`:vo(21,g));let S;a&&(S="oklch");const T=ba(S,w,I,d,g);f&&!w.light&&ba(S,w,f,void 0,"light"),v&&!w.dark&&ba(S,w,v,void 0,"dark");let E={defaultColorScheme:g,...T,cssVarPrefix:i,colorSchemeSelector:c,rootSelector:u,getCssVar:p,colorSchemes:w,font:{...Zx(T.typography),...T.font},spacing:vC(d.spacing)};Object.keys(E.colorSchemes).forEach(j=>{const y=E.colorSchemes[j].palette,D=O=>{const k=O.split("-"),P=k[1],A=k[2];return p(O,y[P][A])};y.mode==="light"&&(ie(y.common,"background","#fff"),ie(y.common,"onBackground","#000")),y.mode==="dark"&&(ie(y.common,"background","#000"),ie(y.common,"onBackground","#fff"));function _(O,k,P){if(S){let A;return O===ro&&(A=`transparent ${((1-P)*100).toFixed(0)}%`),O===He&&(A=`#000 ${(P*100).toFixed(0)}%`),O===qe&&(A=`#fff ${(P*100).toFixed(0)}%`),`color-mix(in ${S}, ${k}, ${A})`}return O(k,P)}if(yC(y,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),y.mode==="light"){ie(y.Alert,"errorColor",_(He,a?p("palette-error-light"):y.error.light,.6)),ie(y.Alert,"infoColor",_(He,a?p("palette-info-light"):y.info.light,.6)),ie(y.Alert,"successColor",_(He,a?p("palette-success-light"):y.success.light,.6)),ie(y.Alert,"warningColor",_(He,a?p("palette-warning-light"):y.warning.light,.6)),ie(y.Alert,"errorFilledBg",D("palette-error-main")),ie(y.Alert,"infoFilledBg",D("palette-info-main")),ie(y.Alert,"successFilledBg",D("palette-success-main")),ie(y.Alert,"warningFilledBg",D("palette-warning-main")),ie(y.Alert,"errorFilledColor",pn(()=>y.getContrastText(y.error.main))),ie(y.Alert,"infoFilledColor",pn(()=>y.getContrastText(y.info.main))),ie(y.Alert,"successFilledColor",pn(()=>y.getContrastText(y.success.main))),ie(y.Alert,"warningFilledColor",pn(()=>y.getContrastText(y.warning.main))),ie(y.Alert,"errorStandardBg",_(qe,a?p("palette-error-light"):y.error.light,.9)),ie(y.Alert,"infoStandardBg",_(qe,a?p("palette-info-light"):y.info.light,.9)),ie(y.Alert,"successStandardBg",_(qe,a?p("palette-success-light"):y.success.light,.9)),ie(y.Alert,"warningStandardBg",_(qe,a?p("palette-warning-light"):y.warning.light,.9)),ie(y.Alert,"errorIconColor",D("palette-error-main")),ie(y.Alert,"infoIconColor",D("palette-info-main")),ie(y.Alert,"successIconColor",D("palette-success-main")),ie(y.Alert,"warningIconColor",D("palette-warning-main")),ie(y.AppBar,"defaultBg",D("palette-grey-100")),ie(y.Avatar,"defaultBg",D("palette-grey-400")),ie(y.Button,"inheritContainedBg",D("palette-grey-300")),ie(y.Button,"inheritContainedHoverBg",D("palette-grey-A100")),ie(y.Chip,"defaultBorder",D("palette-grey-400")),ie(y.Chip,"defaultAvatarColor",D("palette-grey-700")),ie(y.Chip,"defaultIconColor",D("palette-grey-700")),ie(y.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),ie(y.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),ie(y.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),ie(y.LinearProgress,"primaryBg",_(qe,a?p("palette-primary-main"):y.primary.main,.62)),ie(y.LinearProgress,"secondaryBg",_(qe,a?p("palette-secondary-main"):y.secondary.main,.62)),ie(y.LinearProgress,"errorBg",_(qe,a?p("palette-error-main"):y.error.main,.62)),ie(y.LinearProgress,"infoBg",_(qe,a?p("palette-info-main"):y.info.main,.62)),ie(y.LinearProgress,"successBg",_(qe,a?p("palette-success-main"):y.success.main,.62)),ie(y.LinearProgress,"warningBg",_(qe,a?p("palette-warning-light"):y.warning.main,.62)),ie(y.Skeleton,"bg",S?_(ro,a?p("palette-text-primary"):y.text.primary,.11):`rgba(${D("palette-text-primaryChannel")} / 0.11)`),ie(y.Slider,"primaryTrack",_(qe,a?p("palette-primary-main"):y.primary.main,.62)),ie(y.Slider,"secondaryTrack",_(qe,a?p("palette-secondary-main"):y.secondary.main,.62)),ie(y.Slider,"errorTrack",_(qe,a?p("palette-error-main"):y.error.main,.62)),ie(y.Slider,"infoTrack",_(qe,a?p("palette-info-main"):y.info.main,.62)),ie(y.Slider,"successTrack",_(qe,a?p("palette-success-main"):y.success.main,.62)),ie(y.Slider,"warningTrack",_(qe,a?p("palette-warning-main"):y.warning.main,.62));const O=S?_(He,a?p("palette-background-default"):y.background.default,.6825):ws(y.background.default,.8);ie(y.SnackbarContent,"bg",O),ie(y.SnackbarContent,"color",pn(()=>S?Ma.text.primary:y.getContrastText(O))),ie(y.SpeedDialAction,"fabHoverBg",ws(y.background.paper,.15)),ie(y.StepConnector,"border",D("palette-grey-400")),ie(y.StepContent,"border",D("palette-grey-400")),ie(y.Switch,"defaultColor",D("palette-common-white")),ie(y.Switch,"defaultDisabledColor",D("palette-grey-100")),ie(y.Switch,"primaryDisabledColor",_(qe,a?p("palette-primary-main"):y.primary.main,.62)),ie(y.Switch,"secondaryDisabledColor",_(qe,a?p("palette-secondary-main"):y.secondary.main,.62)),ie(y.Switch,"errorDisabledColor",_(qe,a?p("palette-error-main"):y.error.main,.62)),ie(y.Switch,"infoDisabledColor",_(qe,a?p("palette-info-main"):y.info.main,.62)),ie(y.Switch,"successDisabledColor",_(qe,a?p("palette-success-main"):y.success.main,.62)),ie(y.Switch,"warningDisabledColor",_(qe,a?p("palette-warning-main"):y.warning.main,.62)),ie(y.TableCell,"border",_(qe,ro(a?p("palette-divider"):y.divider,1),.88)),ie(y.Tooltip,"bg",_(ro,a?p("palette-grey-700"):y.grey[700],.92))}if(y.mode==="dark"){ie(y.Alert,"errorColor",_(qe,a?p("palette-error-light"):y.error.light,.6)),ie(y.Alert,"infoColor",_(qe,a?p("palette-info-light"):y.info.light,.6)),ie(y.Alert,"successColor",_(qe,a?p("palette-success-light"):y.success.light,.6)),ie(y.Alert,"warningColor",_(qe,a?p("palette-warning-light"):y.warning.light,.6)),ie(y.Alert,"errorFilledBg",D("palette-error-dark")),ie(y.Alert,"infoFilledBg",D("palette-info-dark")),ie(y.Alert,"successFilledBg",D("palette-success-dark")),ie(y.Alert,"warningFilledBg",D("palette-warning-dark")),ie(y.Alert,"errorFilledColor",pn(()=>y.getContrastText(y.error.dark))),ie(y.Alert,"infoFilledColor",pn(()=>y.getContrastText(y.info.dark))),ie(y.Alert,"successFilledColor",pn(()=>y.getContrastText(y.success.dark))),ie(y.Alert,"warningFilledColor",pn(()=>y.getContrastText(y.warning.dark))),ie(y.Alert,"errorStandardBg",_(He,a?p("palette-error-light"):y.error.light,.9)),ie(y.Alert,"infoStandardBg",_(He,a?p("palette-info-light"):y.info.light,.9)),ie(y.Alert,"successStandardBg",_(He,a?p("palette-success-light"):y.success.light,.9)),ie(y.Alert,"warningStandardBg",_(He,a?p("palette-warning-light"):y.warning.light,.9)),ie(y.Alert,"errorIconColor",D("palette-error-main")),ie(y.Alert,"infoIconColor",D("palette-info-main")),ie(y.Alert,"successIconColor",D("palette-success-main")),ie(y.Alert,"warningIconColor",D("palette-warning-main")),ie(y.AppBar,"defaultBg",D("palette-grey-900")),ie(y.AppBar,"darkBg",D("palette-background-paper")),ie(y.AppBar,"darkColor",D("palette-text-primary")),ie(y.Avatar,"defaultBg",D("palette-grey-600")),ie(y.Button,"inheritContainedBg",D("palette-grey-800")),ie(y.Button,"inheritContainedHoverBg",D("palette-grey-700")),ie(y.Chip,"defaultBorder",D("palette-grey-700")),ie(y.Chip,"defaultAvatarColor",D("palette-grey-300")),ie(y.Chip,"defaultIconColor",D("palette-grey-300")),ie(y.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),ie(y.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),ie(y.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),ie(y.LinearProgress,"primaryBg",_(He,a?p("palette-primary-main"):y.primary.main,.5)),ie(y.LinearProgress,"secondaryBg",_(He,a?p("palette-secondary-main"):y.secondary.main,.5)),ie(y.LinearProgress,"errorBg",_(He,a?p("palette-error-main"):y.error.main,.5)),ie(y.LinearProgress,"infoBg",_(He,a?p("palette-info-main"):y.info.main,.5)),ie(y.LinearProgress,"successBg",_(He,a?p("palette-success-main"):y.success.main,.5)),ie(y.LinearProgress,"warningBg",_(He,a?p("palette-warning-main"):y.warning.main,.5)),ie(y.Skeleton,"bg",S?_(ro,a?p("palette-text-primary"):y.text.primary,.13):`rgba(${D("palette-text-primaryChannel")} / 0.13)`),ie(y.Slider,"primaryTrack",_(He,a?p("palette-primary-main"):y.primary.main,.5)),ie(y.Slider,"secondaryTrack",_(He,a?p("palette-secondary-main"):y.secondary.main,.5)),ie(y.Slider,"errorTrack",_(He,a?p("palette-error-main"):y.error.main,.5)),ie(y.Slider,"infoTrack",_(He,a?p("palette-info-main"):y.info.main,.5)),ie(y.Slider,"successTrack",_(He,a?p("palette-success-main"):y.success.main,.5)),ie(y.Slider,"warningTrack",_(He,a?p("palette-warning-light"):y.warning.main,.5));const O=S?_(qe,a?p("palette-background-default"):y.background.default,.985):ws(y.background.default,.98);ie(y.SnackbarContent,"bg",O),ie(y.SnackbarContent,"color",pn(()=>S?Cf.text.primary:y.getContrastText(O))),ie(y.SpeedDialAction,"fabHoverBg",ws(y.background.paper,.15)),ie(y.StepConnector,"border",D("palette-grey-600")),ie(y.StepContent,"border",D("palette-grey-600")),ie(y.Switch,"defaultColor",D("palette-grey-300")),ie(y.Switch,"defaultDisabledColor",D("palette-grey-600")),ie(y.Switch,"primaryDisabledColor",_(He,a?p("palette-primary-main"):y.primary.main,.55)),ie(y.Switch,"secondaryDisabledColor",_(He,a?p("palette-secondary-main"):y.secondary.main,.55)),ie(y.Switch,"errorDisabledColor",_(He,a?p("palette-error-main"):y.error.main,.55)),ie(y.Switch,"infoDisabledColor",_(He,a?p("palette-info-main"):y.info.main,.55)),ie(y.Switch,"successDisabledColor",_(He,a?p("palette-success-main"):y.success.main,.55)),ie(y.Switch,"warningDisabledColor",_(He,a?p("palette-warning-light"):y.warning.main,.55)),ie(y.TableCell,"border",_(He,ro(a?p("palette-divider"):y.divider,1),.68)),ie(y.Tooltip,"bg",_(ro,a?p("palette-grey-700"):y.grey[700],.92))}a||(Cn(y.background,"default"),Cn(y.background,"paper"),Cn(y.common,"background"),Cn(y.common,"onBackground"),Cn(y,"divider")),Object.keys(y).forEach(O=>{const k=y[O];O!=="tonalOffset"&&!a&&k&&typeof k=="object"&&(k.main&&ie(y[O],"mainChannel",Er(Or(k.main))),k.light&&ie(y[O],"lightChannel",Er(Or(k.light))),k.dark&&ie(y[O],"darkChannel",Er(Or(k.dark))),k.contrastText&&ie(y[O],"contrastTextChannel",Er(Or(k.contrastText))),O==="text"&&(Cn(y[O],"primary"),Cn(y[O],"secondary")),O==="action"&&(k.active&&Cn(y[O],"active"),k.selected&&Cn(y[O],"selected")))})}),E=t.reduce((j,y)=>Vt(j,y),E);const M={prefix:i,disableCssColorScheme:s,shouldSkipGeneratingVar:l,getSelector:bC(E),enableContrastVars:a},{vars:N,generateThemeVars:$,generateStyleSheets:V}=zx(E,M);return E.vars=N,Object.entries(E.colorSchemes[E.defaultColorScheme]).forEach(([j,y])=>{E[j]=y}),E.generateThemeVars=$,E.generateStyleSheets=V,E.generateSpacing=function(){return af(d.spacing,fl(this))},E.getColorSchemeSelector=Wx(c),E.spacing=E.generateSpacing(),E.shouldSkipGeneratingVar=l,E.unstable_sxConfig={...ss,...d==null?void 0:d.unstable_sxConfig},E.unstable_sx=function(y){return Zo({sx:y,theme:this})},E.toRuntimeSource=Tf,E}function Fu(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:yl({...n===!0?{}:n.palette,mode:t})})}function SC(e={},...t){const{palette:n,cssVariables:o=!1,colorSchemes:s=n?void 0:{light:!0},defaultColorScheme:i=n==null?void 0:n.mode,...a}=e,l=i||"light",c=s==null?void 0:s[l],u={...s,...n?{[l]:{...typeof c!="boolean"&&c,palette:n}}:void 0};if(o===!1){if(!("colorSchemes"in e))return Ra(e,...t);let d=n;"palette"in e||u[l]&&(u[l]!==!0?d=u[l].palette:l==="dark"&&(d={mode:"dark"}));const m=Ra({...e,palette:d},...t);return m.defaultColorScheme=l,m.colorSchemes=u,m.palette.mode==="light"&&(m.colorSchemes.light={...u.light!==!0&&u.light,palette:m.palette},Fu(m,"dark",u.dark)),m.palette.mode==="dark"&&(m.colorSchemes.dark={...u.dark!==!0&&u.dark,palette:m.palette},Fu(m,"light",u.light)),m}return!n&&!("light"in u)&&l==="light"&&(u.light=!0),CC({...a,colorSchemes:u,defaultColorScheme:l,...typeof o!="boolean"&&o},...t)}const vl=SC();function So(){const e=cf(vl);return process.env.NODE_ENV!=="production"&&C.useDebugValue(e),e[vi]||e}function ke({props:e,name:t}){return wx({props:e,name:t,defaultTheme:vl,themeId:vi})}function wC(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const lr=e=>wC(e)&&e!=="classes",ne=yx({themeId:vi,defaultTheme:vl,rootShouldForwardProp:lr}),TC=["localeText"],Zs=C.createContext(null);process.env.NODE_ENV!=="production"&&(Zs.displayName="PickerAdapterContext");const is=function(t){const{localeText:n}=t,o=Ce(t,TC),{adapter:s,localeText:i}=C.useContext(Zs)??{adapter:void 0,localeText:void 0},a=ke({props:o,name:"MuiLocalizationProvider"}),{children:l,dateAdapter:c,dateFormats:u,dateLibInstance:d,adapterLocale:m,localeText:g}=a,p=C.useMemo(()=>R({},g,i,n),[g,i,n]),b=C.useMemo(()=>{if(!c)return s||null;const x=new c({locale:m,formats:u,instance:d});if(!x.isMUIAdapter)throw new Error(process.env.NODE_ENV!=="production"?"MUI X Date Pickers: The date adapter should be imported from `@mui/x-date-pickers` or `@mui/x-date-pickers-pro`, not from `@date-io`. Using adapters from @date-io directly is not supported. For example, use `import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'` instead of `import AdapterDayjs from '@date-io/dayjs'`. See https://mui.com/x/react-date-pickers/quickstart/#installation":Ae(143));return x},[c,m,u,d,s]),f=C.useMemo(()=>b?{minDate:b.date("1900-01-01T00:00:00.000"),maxDate:b.date("2099-12-31T00:00:00.000")}:null,[b]),v=C.useMemo(()=>({adapter:b,defaultDates:f,localeText:p}),[f,b,p]);return h.jsx(Zs.Provider,{value:v,children:l})};process.env.NODE_ENV!=="production"&&(is.displayName="LocalizationProvider");process.env.NODE_ENV!=="production"&&(is.propTypes={adapterLocale:r.any,children:r.node,dateAdapter:r.func,dateFormats:r.shape({dayOfMonth:r.string,dayOfMonthFull:r.string,fullDate:r.string,fullTime12h:r.string,fullTime24h:r.string,hours12h:r.string,hours24h:r.string,keyboardDate:r.string,keyboardDateTime12h:r.string,keyboardDateTime24h:r.string,meridiem:r.string,minutes:r.string,month:r.string,monthShort:r.string,normalDate:r.string,normalDateWithWeekday:r.string,seconds:r.string,shortDate:r.string,weekday:r.string,weekdayShort:r.string,year:r.string}),dateLibInstance:r.any,localeText:r.object});var Ls={exports:{}},IC=Ls.exports,Bu;function EC(){return Bu||(Bu=1,(function(e,t){(function(n,o){e.exports=o()})(IC,(function(){var n=1e3,o=6e4,s=36e5,i="millisecond",a="second",l="minute",c="hour",u="day",d="week",m="month",g="quarter",p="year",b="date",f="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,x=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,w={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(_){var O=["th","st","nd","rd"],k=_%100;return"["+_+(O[(k-20)%10]||O[k]||O[0])+"]"}},I=function(_,O,k){var P=String(_);return!P||P.length>=O?_:""+Array(O+1-P.length).join(k)+_},S={s:I,z:function(_){var O=-_.utcOffset(),k=Math.abs(O),P=Math.floor(k/60),A=k%60;return(O<=0?"+":"-")+I(P,2,"0")+":"+I(A,2,"0")},m:function _(O,k){if(O.date()<k.date())return-_(k,O);var P=12*(k.year()-O.year())+(k.month()-O.month()),A=O.clone().add(P,m),z=k-A<0,L=O.clone().add(P+(z?-1:1),m);return+(-(P+(k-A)/(z?A-L:L-A))||0)},a:function(_){return _<0?Math.ceil(_)||0:Math.floor(_)},p:function(_){return{M:m,y:p,w:d,d:u,D:b,h:c,m:l,s:a,ms:i,Q:g}[_]||String(_||"").toLowerCase().replace(/s$/,"")},u:function(_){return _===void 0}},T="en",E={};E[T]=w;var M="$isDayjsObject",N=function(_){return _ instanceof y||!(!_||!_[M])},$=function _(O,k,P){var A;if(!O)return T;if(typeof O=="string"){var z=O.toLowerCase();E[z]&&(A=z),k&&(E[z]=k,A=z);var L=O.split("-");if(!A&&L.length>1)return _(L[0])}else{var B=O.name;E[B]=O,A=B}return!P&&A&&(T=A),A||!P&&T},V=function(_,O){if(N(_))return _.clone();var k=typeof O=="object"?O:{};return k.date=_,k.args=arguments,new y(k)},j=S;j.l=$,j.i=N,j.w=function(_,O){return V(_,{locale:O.$L,utc:O.$u,x:O.$x,$offset:O.$offset})};var y=(function(){function _(k){this.$L=$(k.locale,null,!0),this.parse(k),this.$x=this.$x||k.x||{},this[M]=!0}var O=_.prototype;return O.parse=function(k){this.$d=(function(P){var A=P.date,z=P.utc;if(A===null)return new Date(NaN);if(j.u(A))return new Date;if(A instanceof Date)return new Date(A);if(typeof A=="string"&&!/Z$/i.test(A)){var L=A.match(v);if(L){var B=L[2]-1||0,W=(L[7]||"0").substring(0,3);return z?new Date(Date.UTC(L[1],B,L[3]||1,L[4]||0,L[5]||0,L[6]||0,W)):new Date(L[1],B,L[3]||1,L[4]||0,L[5]||0,L[6]||0,W)}}return new Date(A)})(k),this.init()},O.init=function(){var k=this.$d;this.$y=k.getFullYear(),this.$M=k.getMonth(),this.$D=k.getDate(),this.$W=k.getDay(),this.$H=k.getHours(),this.$m=k.getMinutes(),this.$s=k.getSeconds(),this.$ms=k.getMilliseconds()},O.$utils=function(){return j},O.isValid=function(){return this.$d.toString()!==f},O.isSame=function(k,P){var A=V(k);return this.startOf(P)<=A&&A<=this.endOf(P)},O.isAfter=function(k,P){return V(k)<this.startOf(P)},O.isBefore=function(k,P){return this.endOf(P)<V(k)},O.$g=function(k,P,A){return j.u(k)?this[P]:this.set(A,k)},O.unix=function(){return Math.floor(this.valueOf()/1e3)},O.valueOf=function(){return this.$d.getTime()},O.startOf=function(k,P){var A=this,z=!!j.u(P)||P,L=j.p(k),B=function(F,G){var te=j.w(A.$u?Date.UTC(A.$y,G,F):new Date(A.$y,G,F),A);return z?te:te.endOf(u)},W=function(F,G){return j.w(A.toDate()[F].apply(A.toDate("s"),(z?[0,0,0,0]:[23,59,59,999]).slice(G)),A)},K=this.$W,ee=this.$M,U=this.$D,Q="set"+(this.$u?"UTC":"");switch(L){case p:return z?B(1,0):B(31,11);case m:return z?B(1,ee):B(0,ee+1);case d:var re=this.$locale().weekStart||0,Y=(K<re?K+7:K)-re;return B(z?U-Y:U+(6-Y),ee);case u:case b:return W(Q+"Hours",0);case c:return W(Q+"Minutes",1);case l:return W(Q+"Seconds",2);case a:return W(Q+"Milliseconds",3);default:return this.clone()}},O.endOf=function(k){return this.startOf(k,!1)},O.$set=function(k,P){var A,z=j.p(k),L="set"+(this.$u?"UTC":""),B=(A={},A[u]=L+"Date",A[b]=L+"Date",A[m]=L+"Month",A[p]=L+"FullYear",A[c]=L+"Hours",A[l]=L+"Minutes",A[a]=L+"Seconds",A[i]=L+"Milliseconds",A)[z],W=z===u?this.$D+(P-this.$W):P;if(z===m||z===p){var K=this.clone().set(b,1);K.$d[B](W),K.init(),this.$d=K.set(b,Math.min(this.$D,K.daysInMonth())).$d}else B&&this.$d[B](W);return this.init(),this},O.set=function(k,P){return this.clone().$set(k,P)},O.get=function(k){return this[j.p(k)]()},O.add=function(k,P){var A,z=this;k=Number(k);var L=j.p(P),B=function(ee){var U=V(z);return j.w(U.date(U.date()+Math.round(ee*k)),z)};if(L===m)return this.set(m,this.$M+k);if(L===p)return this.set(p,this.$y+k);if(L===u)return B(1);if(L===d)return B(7);var W=(A={},A[l]=o,A[c]=s,A[a]=n,A)[L]||1,K=this.$d.getTime()+k*W;return j.w(K,this)},O.subtract=function(k,P){return this.add(-1*k,P)},O.format=function(k){var P=this,A=this.$locale();if(!this.isValid())return A.invalidDate||f;var z=k||"YYYY-MM-DDTHH:mm:ssZ",L=j.z(this),B=this.$H,W=this.$m,K=this.$M,ee=A.weekdays,U=A.months,Q=A.meridiem,re=function(G,te,H,le){return G&&(G[te]||G(P,z))||H[te].slice(0,le)},Y=function(G){return j.s(B%12||12,G,"0")},F=Q||function(G,te,H){var le=G<12?"AM":"PM";return H?le.toLowerCase():le};return z.replace(x,(function(G,te){return te||(function(H){switch(H){case"YY":return String(P.$y).slice(-2);case"YYYY":return j.s(P.$y,4,"0");case"M":return K+1;case"MM":return j.s(K+1,2,"0");case"MMM":return re(A.monthsShort,K,U,3);case"MMMM":return re(U,K);case"D":return P.$D;case"DD":return j.s(P.$D,2,"0");case"d":return String(P.$W);case"dd":return re(A.weekdaysMin,P.$W,ee,2);case"ddd":return re(A.weekdaysShort,P.$W,ee,3);case"dddd":return ee[P.$W];case"H":return String(B);case"HH":return j.s(B,2,"0");case"h":return Y(1);case"hh":return Y(2);case"a":return F(B,W,!0);case"A":return F(B,W,!1);case"m":return String(W);case"mm":return j.s(W,2,"0");case"s":return String(P.$s);case"ss":return j.s(P.$s,2,"0");case"SSS":return j.s(P.$ms,3,"0");case"Z":return L}return null})(G)||L.replace(":","")}))},O.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},O.diff=function(k,P,A){var z,L=this,B=j.p(P),W=V(k),K=(W.utcOffset()-this.utcOffset())*o,ee=this-W,U=function(){return j.m(L,W)};switch(B){case p:z=U()/12;break;case m:z=U();break;case g:z=U()/3;break;case d:z=(ee-K)/6048e5;break;case u:z=(ee-K)/864e5;break;case c:z=ee/s;break;case l:z=ee/o;break;case a:z=ee/n;break;default:z=ee}return A?z:j.a(z)},O.daysInMonth=function(){return this.endOf(m).$D},O.$locale=function(){return E[this.$L]},O.locale=function(k,P){if(!k)return this.$L;var A=this.clone(),z=$(k,P,!0);return z&&(A.$L=z),A},O.clone=function(){return j.w(this.$d,this)},O.toDate=function(){return new Date(this.valueOf())},O.toJSON=function(){return this.isValid()?this.toISOString():null},O.toISOString=function(){return this.$d.toISOString()},O.toString=function(){return this.$d.toUTCString()},_})(),D=y.prototype;return V.prototype=D,[["$ms",i],["$s",a],["$m",l],["$H",c],["$W",u],["$M",m],["$y",p],["$D",b]].forEach((function(_){D[_[1]]=function(O){return this.$g(O,_[0],_[1])}})),V.extend=function(_,O){return _.$i||(_(O,y,V),_.$i=!0),V},V.locale=$,V.isDayjs=N,V.unix=function(_){return V(1e3*_)},V.en=E[T],V.Ls=E,V.p={},V}))})(Ls)),Ls.exports}var OC=EC();const yt=Co(OC);var Vs={exports:{}},kC=Vs.exports,zu;function _C(){return zu||(zu=1,(function(e,t){(function(n,o){e.exports=o()})(kC,(function(){var n="week",o="year";return function(s,i,a){var l=i.prototype;l.week=function(c){if(c===void 0&&(c=null),c!==null)return this.add(7*(c-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var d=a(this).startOf(o).add(1,o).date(u),m=a(this).endOf(n);if(d.isBefore(m))return 1}var g=a(this).startOf(o).date(u).startOf(n).subtract(1,"millisecond"),p=this.diff(g,n,!0);return p<0?a(this).startOf("week").week():Math.ceil(p)},l.weeks=function(c){return c===void 0&&(c=null),this.week(c)}}}))})(Vs)),Vs.exports}var PC=_C();const DC=Co(PC);var Fs={exports:{}},MC=Fs.exports,Wu;function RC(){return Wu||(Wu=1,(function(e,t){(function(n,o){e.exports=o()})(MC,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},o=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,s=/\d/,i=/\d\d/,a=/\d\d?/,l=/\d*[^-_:/,()\s\d]+/,c={},u=function(v){return(v=+v)+(v>68?1900:2e3)},d=function(v){return function(x){this[v]=+x}},m=[/[+-]\d\d:?(\d\d)?|Z/,function(v){(this.zone||(this.zone={})).offset=(function(x){if(!x||x==="Z")return 0;var w=x.match(/([+-]|\d\d)/g),I=60*w[1]+(+w[2]||0);return I===0?0:w[0]==="+"?-I:I})(v)}],g=function(v){var x=c[v];return x&&(x.indexOf?x:x.s.concat(x.f))},p=function(v,x){var w,I=c.meridiem;if(I){for(var S=1;S<=24;S+=1)if(v.indexOf(I(S,0,x))>-1){w=S>12;break}}else w=v===(x?"pm":"PM");return w},b={A:[l,function(v){this.afternoon=p(v,!1)}],a:[l,function(v){this.afternoon=p(v,!0)}],Q:[s,function(v){this.month=3*(v-1)+1}],S:[s,function(v){this.milliseconds=100*+v}],SS:[i,function(v){this.milliseconds=10*+v}],SSS:[/\d{3}/,function(v){this.milliseconds=+v}],s:[a,d("seconds")],ss:[a,d("seconds")],m:[a,d("minutes")],mm:[a,d("minutes")],H:[a,d("hours")],h:[a,d("hours")],HH:[a,d("hours")],hh:[a,d("hours")],D:[a,d("day")],DD:[i,d("day")],Do:[l,function(v){var x=c.ordinal,w=v.match(/\d+/);if(this.day=w[0],x)for(var I=1;I<=31;I+=1)x(I).replace(/\[|\]/g,"")===v&&(this.day=I)}],w:[a,d("week")],ww:[i,d("week")],M:[a,d("month")],MM:[i,d("month")],MMM:[l,function(v){var x=g("months"),w=(g("monthsShort")||x.map((function(I){return I.slice(0,3)}))).indexOf(v)+1;if(w<1)throw new Error;this.month=w%12||w}],MMMM:[l,function(v){var x=g("months").indexOf(v)+1;if(x<1)throw new Error;this.month=x%12||x}],Y:[/[+-]?\d+/,d("year")],YY:[i,function(v){this.year=u(v)}],YYYY:[/\d{4}/,d("year")],Z:m,ZZ:m};function f(v){var x,w;x=v,w=c&&c.formats;for(var I=(v=x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(V,j,y){var D=y&&y.toUpperCase();return j||w[y]||n[y]||w[D].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(_,O,k){return O||k.slice(1)}))}))).match(o),S=I.length,T=0;T<S;T+=1){var E=I[T],M=b[E],N=M&&M[0],$=M&&M[1];I[T]=$?{regex:N,parser:$}:E.replace(/^\[|\]$/g,"")}return function(V){for(var j={},y=0,D=0;y<S;y+=1){var _=I[y];if(typeof _=="string")D+=_.length;else{var O=_.regex,k=_.parser,P=V.slice(D),A=O.exec(P)[0];k.call(j,A),V=V.replace(A,"")}}return(function(z){var L=z.afternoon;if(L!==void 0){var B=z.hours;L?B<12&&(z.hours+=12):B===12&&(z.hours=0),delete z.afternoon}})(j),j}}return function(v,x,w){w.p.customParseFormat=!0,v&&v.parseTwoDigitYear&&(u=v.parseTwoDigitYear);var I=x.prototype,S=I.parse;I.parse=function(T){var E=T.date,M=T.utc,N=T.args;this.$u=M;var $=N[1];if(typeof $=="string"){var V=N[2]===!0,j=N[3]===!0,y=V||j,D=N[2];j&&(D=N[2]),c=this.$locale(),!V&&D&&(c=w.Ls[D]),this.$d=(function(P,A,z,L){try{if(["x","X"].indexOf(A)>-1)return new Date((A==="X"?1e3:1)*P);var B=f(A)(P),W=B.year,K=B.month,ee=B.day,U=B.hours,Q=B.minutes,re=B.seconds,Y=B.milliseconds,F=B.zone,G=B.week,te=new Date,H=ee||(W||K?1:te.getDate()),le=W||te.getFullYear(),X=0;W&&!K||(X=K>0?K-1:te.getMonth());var ue,pe=U||0,ae=Q||0,oe=re||0,he=Y||0;return F?new Date(Date.UTC(le,X,H,pe,ae,oe,he+60*F.offset*1e3)):z?new Date(Date.UTC(le,X,H,pe,ae,oe,he)):(ue=new Date(le,X,H,pe,ae,oe,he),G&&(ue=L(ue).week(G).toDate()),ue)}catch{return new Date("")}})(E,$,M,w),this.init(),D&&D!==!0&&(this.$L=this.locale(D).$L),y&&E!=this.format($)&&(this.$d=new Date("")),c={}}else if($ instanceof Array)for(var _=$.length,O=1;O<=_;O+=1){N[1]=$[O-1];var k=w.apply(this,N);if(k.isValid()){this.$d=k.$d,this.$L=k.$L,this.init();break}O===_&&(this.$d=new Date(""))}else S.call(this,T)}}}))})(Fs)),Fs.exports}var NC=RC();const Of=Co(NC);var Bs={exports:{}},$C=Bs.exports,Uu;function jC(){return Uu||(Uu=1,(function(e,t){(function(n,o){e.exports=o()})($C,(function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};return function(o,s,i){var a=s.prototype,l=a.format;i.en.formats=n,a.format=function(c){c===void 0&&(c="YYYY-MM-DDTHH:mm:ssZ");var u=this.$locale().formats,d=(function(m,g){return m.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(p,b,f){var v=f&&f.toUpperCase();return b||g[f]||n[f]||g[v].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(x,w,I){return w||I.slice(1)}))}))})(c,u===void 0?{}:u);return l.call(this,d)}}}))})(Bs)),Bs.exports}var AC=jC();const LC=Co(AC);var zs={exports:{}},VC=zs.exports,Hu;function FC(){return Hu||(Hu=1,(function(e,t){(function(n,o){e.exports=o()})(VC,(function(){return function(n,o,s){o.prototype.isBetween=function(i,a,l,c){var u=s(i),d=s(a),m=(c=c||"()")[0]==="(",g=c[1]===")";return(m?this.isAfter(u,l):!this.isBefore(u,l))&&(g?this.isBefore(d,l):!this.isAfter(d,l))||(m?this.isBefore(u,l):!this.isAfter(u,l))&&(g?this.isAfter(d,l):!this.isBefore(d,l))}}}))})(zs)),zs.exports}var BC=FC();const zC=Co(BC);var Ws={exports:{}},WC=Ws.exports,qu;function UC(){return qu||(qu=1,(function(e,t){(function(n,o){e.exports=o()})(WC,(function(){return function(n,o){var s=o.prototype,i=s.format;s.format=function(a){var l=this,c=this.$locale();if(!this.isValid())return i.bind(this)(a);var u=this.$utils(),d=(a||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(m){switch(m){case"Q":return Math.ceil((l.$M+1)/3);case"Do":return c.ordinal(l.$D);case"gggg":return l.weekYear();case"GGGG":return l.isoWeekYear();case"wo":return c.ordinal(l.week(),"W");case"w":case"ww":return u.s(l.week(),m==="w"?1:2,"0");case"W":case"WW":return u.s(l.isoWeek(),m==="W"?1:2,"0");case"k":case"kk":return u.s(String(l.$H===0?24:l.$H),m==="k"?1:2,"0");case"X":return Math.floor(l.$d.getTime()/1e3);case"x":return l.$d.getTime();case"z":return"["+l.offsetName()+"]";case"zzz":return"["+l.offsetName("long")+"]";default:return m}}));return i.bind(this)(d)}}}))})(Ws)),Ws.exports}var HC=UC();const qC=Co(HC),Yu=new Set;function $n(e,t="warning"){if(process.env.NODE_ENV==="production")return;const n=Array.isArray(e)?e.join(`
|
|
87
|
+
`):e;Yu.has(n)||(Yu.add(n),t==="error"?console.error(n):console.warn(n))}yt.extend(LC);yt.extend(DC);yt.extend(zC);yt.extend(qC);const YC={YY:"year",YYYY:{sectionType:"year",contentType:"digit",maxLength:4},M:{sectionType:"month",contentType:"digit",maxLength:2},MM:"month",MMM:{sectionType:"month",contentType:"letter"},MMMM:{sectionType:"month",contentType:"letter"},D:{sectionType:"day",contentType:"digit",maxLength:2},DD:"day",Do:{sectionType:"day",contentType:"digit-with-letter"},d:{sectionType:"weekDay",contentType:"digit",maxLength:2},dd:{sectionType:"weekDay",contentType:"letter"},ddd:{sectionType:"weekDay",contentType:"letter"},dddd:{sectionType:"weekDay",contentType:"letter"},A:"meridiem",a:"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"},GC={year:"YYYY",month:"MMMM",monthShort:"MMM",dayOfMonth:"D",dayOfMonthFull:"Do",weekday:"dddd",weekdayShort:"dd",hours24h:"HH",hours12h:"hh",meridiem:"A",minutes:"mm",seconds:"ss",fullDate:"ll",keyboardDate:"L",shortDate:"MMM D",normalDate:"D MMMM",normalDateWithWeekday:"ddd, MMM D",fullTime12h:"hh:mm A",fullTime24h:"HH:mm",keyboardDateTime12h:"L hh:mm A",keyboardDateTime24h:"L HH:mm"};function ya(){throw new Error(process.env.NODE_ENV!=="production"?"MUI X Date Pickers: Missing dayjs UTC plugin. UTC and timezone support requires the dayjs UTC plugin to be enabled. See https://mui.com/x/react-date-pickers/timezone/#day-js-and-utc for setup instructions.":Ae(138))}function Gu(){throw new Error(process.env.NODE_ENV!=="production"?"MUI X Date Pickers: Missing dayjs timezone plugin. Timezone support requires both the dayjs UTC and timezone plugins to be enabled. See https://mui.com/x/react-date-pickers/timezone/#day-js-and-timezone for setup instructions.":Ae(139))}class kf{constructor({locale:t,formats:n}={}){Z(this,"isMUIAdapter",!0);Z(this,"isTimezoneCompatible",!0);Z(this,"lib","dayjs");Z(this,"escapedCharacters",{start:"[",end:"]"});Z(this,"formatTokenMap",YC);Z(this,"setLocaleToValue",t=>{const n=this.getCurrentLocaleCode();return n===t.locale()?t:t.locale(n)});Z(this,"hasUTCPlugin",()=>typeof yt.utc<"u");Z(this,"hasTimezonePlugin",()=>typeof yt.tz<"u");Z(this,"isSame",(t,n,o)=>{const s=this.setTimezone(n,this.getTimezone(t));return t.format(o)===s.format(o)});Z(this,"cleanTimezone",t=>{switch(t){case"default":return;case"system":return yt.tz.guess();default:return t}});Z(this,"createSystemDate",t=>this.setLocaleToValue(yt(t)));Z(this,"createUTCDate",t=>(this.hasUTCPlugin()||ya(),this.setLocaleToValue(yt.utc(t))));Z(this,"createTZDate",(t,n)=>{this.hasUTCPlugin()||ya(),this.hasTimezonePlugin()||Gu();const o=t!==void 0&&!t.endsWith("Z");return this.setLocaleToValue(yt(t).tz(this.cleanTimezone(n),o))});Z(this,"getLocaleFormats",()=>{const t=yt.Ls,n=this.locale||"en";let o=t[n];return o===void 0&&(process.env.NODE_ENV!=="production"&&$n(["MUI X: Your locale has not been found.","Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale.","Or you forget to import the locale from 'dayjs/locale/{localeUsed}'","fallback on English locale."]),o=t.en),o.formats});Z(this,"adjustOffset",t=>{if(!this.hasTimezonePlugin())return t;const n=this.getTimezone(t);if(n!=="UTC"){const o=t.tz(this.cleanTimezone(n),!0);if(o.$offset===(t.$offset??0))return t;t.$offset=o.$offset}return t});Z(this,"restoreDayOfMonth",(t,n)=>{const o=this.getTimezone(t);if(!this.hasUTCPlugin()||o==="system"||o==="UTC")return t;const s=yt.utc(t.format("YYYY-MM-DDTHH:mm:ss.SSS"));if(!s.isValid())return t;const i=Math.min(n.date(),s.daysInMonth());return t.date()===i?t:t.set("date",i)});Z(this,"date",(t,n="default")=>t===null?null:n==="UTC"?this.createUTCDate(t):n==="system"||n==="default"&&!this.hasTimezonePlugin()?this.createSystemDate(t):this.createTZDate(t,n));Z(this,"getInvalidDate",()=>yt(new Date("Invalid date")));Z(this,"getTimezone",t=>{var n;if(this.hasTimezonePlugin()){const o=(n=t.$x)==null?void 0:n.$timezone;if(o)return o}return this.hasUTCPlugin()&&t.isUTC()?"UTC":"system"});Z(this,"setTimezone",(t,n)=>{if(this.getTimezone(t)===n)return t;if(n==="UTC")return this.hasUTCPlugin()||ya(),t.utc();if(n==="system")return t.local();if(!this.hasTimezonePlugin()){if(n==="default")return t;Gu()}return this.setLocaleToValue(yt.tz(t,this.cleanTimezone(n)))});Z(this,"toJsDate",t=>t.toDate());Z(this,"parse",(t,n)=>t===""?null:yt(t,n,this.locale,!0));Z(this,"getCurrentLocaleCode",()=>this.locale||"en");Z(this,"is12HourCycleInCurrentLocale",()=>/A|a/.test(this.getLocaleFormats().LT||""));Z(this,"expandFormat",t=>{const n=this.getLocaleFormats(),o=s=>s.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(i,a,l)=>a||l.slice(1));return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(s,i,a)=>{const l=a&&a.toUpperCase();return i||n[a]||o(n[l])})});Z(this,"isValid",t=>t==null?!1:t.isValid());Z(this,"format",(t,n)=>this.formatByString(t,this.formats[n]));Z(this,"formatByString",(t,n)=>this.setLocaleToValue(t).format(n));Z(this,"formatNumber",t=>t);Z(this,"isEqual",(t,n)=>t===null&&n===null?!0:t===null||n===null?!1:t.toDate().getTime()===n.toDate().getTime());Z(this,"isSameYear",(t,n)=>this.isSame(t,n,"YYYY"));Z(this,"isSameMonth",(t,n)=>this.isSame(t,n,"YYYY-MM"));Z(this,"isSameDay",(t,n)=>this.isSame(t,n,"YYYY-MM-DD"));Z(this,"isSameHour",(t,n)=>t.isSame(n,"hour"));Z(this,"isAfter",(t,n)=>t>n);Z(this,"isAfterYear",(t,n)=>this.hasUTCPlugin()?!this.isSameYear(t,n)&&t.utc()>n.utc():t.isAfter(n,"year"));Z(this,"isAfterDay",(t,n)=>this.hasUTCPlugin()?!this.isSameDay(t,n)&&t.utc()>n.utc():t.isAfter(n,"day"));Z(this,"isBefore",(t,n)=>t<n);Z(this,"isBeforeYear",(t,n)=>this.hasUTCPlugin()?!this.isSameYear(t,n)&&t.utc()<n.utc():t.isBefore(n,"year"));Z(this,"isBeforeDay",(t,n)=>this.hasUTCPlugin()?!this.isSameDay(t,n)&&t.utc()<n.utc():t.isBefore(n,"day"));Z(this,"isWithinRange",(t,[n,o])=>t>=n&&t<=o);Z(this,"startOfYear",t=>this.adjustOffset(t.startOf("year")));Z(this,"startOfMonth",t=>this.adjustOffset(t.startOf("month")));Z(this,"startOfWeek",t=>this.adjustOffset(this.setLocaleToValue(t).startOf("week")));Z(this,"startOfDay",t=>this.adjustOffset(t.startOf("day")));Z(this,"endOfYear",t=>this.adjustOffset(t.endOf("year")));Z(this,"endOfMonth",t=>this.adjustOffset(t.endOf("month")));Z(this,"endOfWeek",t=>this.adjustOffset(this.setLocaleToValue(t).endOf("week")));Z(this,"endOfDay",t=>this.adjustOffset(t.endOf("day")));Z(this,"addYears",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.add(n,"year"),t)));Z(this,"addMonths",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.add(n,"month"),t)));Z(this,"addWeeks",(t,n)=>this.adjustOffset(t.add(n,"week")));Z(this,"addDays",(t,n)=>this.adjustOffset(t.add(n,"day")));Z(this,"addHours",(t,n)=>this.adjustOffset(t.add(n,"hour")));Z(this,"addMinutes",(t,n)=>this.adjustOffset(t.add(n,"minute")));Z(this,"addSeconds",(t,n)=>this.adjustOffset(t.add(n,"second")));Z(this,"getYear",t=>t.year());Z(this,"getMonth",t=>t.month());Z(this,"getDate",t=>t.date());Z(this,"getHours",t=>t.hour());Z(this,"getMinutes",t=>t.minute());Z(this,"getSeconds",t=>t.second());Z(this,"getMilliseconds",t=>t.millisecond());Z(this,"setYear",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.set("year",n),t)));Z(this,"setMonth",(t,n)=>this.adjustOffset(this.restoreDayOfMonth(t.set("month",n),t)));Z(this,"setDate",(t,n)=>this.adjustOffset(t.set("date",n)));Z(this,"setHours",(t,n)=>this.adjustOffset(t.set("hour",n)));Z(this,"setMinutes",(t,n)=>this.adjustOffset(t.set("minute",n)));Z(this,"setSeconds",(t,n)=>this.adjustOffset(t.set("second",n)));Z(this,"setMilliseconds",(t,n)=>this.adjustOffset(t.set("millisecond",n)));Z(this,"getDaysInMonth",t=>t.daysInMonth());Z(this,"getWeekArray",t=>{const n=this.startOfWeek(this.startOfMonth(t)),o=this.endOfWeek(this.endOfMonth(t));let s=0,i=n;const a=[];for(;i<o;){const l=Math.floor(s/7);a[l]=a[l]||[],a[l].push(i),i=this.addDays(i,1),s+=1}return a});Z(this,"getWeekNumber",t=>t.week());Z(this,"getYearRange",([t,n])=>{const o=this.startOfYear(t),s=this.endOfYear(n),i=[];let a=o;for(;this.isBefore(a,s);)i.push(a),a=this.addYears(a,1);return i});this.locale=t,this.formats=R({},GC,n),yt.extend(Of)}getDayOfWeek(t){return t.day()+1}}const xl=bf({themeId:vi}),Wt=r.oneOfType([r.func,r.object]);function Yn(e,t,n){return typeof e=="function"?e(t,n):e}const hn=(e,t)=>e.length!==t.length?!1:t.every(n=>e.includes(n)),_f=({openTo:e,defaultOpenTo:t,views:n,defaultViews:o})=>{const s=n??o;let i;if(e!=null)i=e;else if(s.includes(t))i=t;else if(s.length>0)i=s[0];else throw new Error(process.env.NODE_ENV!=="production"?'MUI X Date Pickers: The `views` prop must contain at least one view. The date picker needs at least one view to display. Add a valid view to the views array (e.g., ["year", "month", "day"]).':Ae(153));return{views:s,openTo:i}},Js=(e,t,n)=>{let o=t;return o=e.setHours(o,e.getHours(n)),o=e.setMinutes(o,e.getMinutes(n)),o=e.setSeconds(o,e.getSeconds(n)),o=e.setMilliseconds(o,e.getMilliseconds(n)),o},Hr=({date:e,disableFuture:t,disablePast:n,maxDate:o,minDate:s,isDateDisabled:i,adapter:a,timezone:l})=>{const c=Js(a,a.date(void 0,l),e);n&&a.isBefore(s,c)&&(s=c),t&&a.isAfter(o,c)&&(o=c);let u=e,d=e;for(a.isBefore(e,s)&&(u=s,d=null),a.isAfter(e,o)&&(d&&(d=o),u=null);u||d;){if(u&&a.isAfter(u,o)&&(u=null),d&&a.isBefore(d,s)&&(d=null),u){if(!i(u))return u;u=a.addDays(u,1)}if(d){if(!i(d))return d;d=a.addDays(d,-1)}}return null},KC=(e,t)=>e.isValid(t)?t:null,Ku=(e,t,n)=>t==null||!e.isValid(t)?n:t,XC=(e,t,n)=>!e.isValid(t)&&t!=null&&!e.isValid(n)&&n!=null?!0:e.isEqual(t,n),Cl=(e,t)=>{const o=[e.startOfYear(t)];for(;o.length<12;){const s=o[o.length-1];o.push(e.addMonths(s,1))}return o},Sl=(e,t,n)=>n==="date"?e.startOfDay(e.date(void 0,t)):e.date(void 0,t),Bn=(e,t)=>{const n=e.setHours(e.date(),t==="am"?2:14);return e.format(n,"meridiem")},QC=["year","month","day"],Xu=e=>QC.includes(e),wl=(e,{format:t,views:n},o)=>{if(t!=null)return t;const s=e.formats;return hn(n,["year"])?s.year:hn(n,["month"])?s.month:hn(n,["day"])?s.dayOfMonth:hn(n,["month","year"])?`${s.month} ${s.year}`:hn(n,["day","month"])?`${s.month} ${s.dayOfMonth}`:o?/en/.test(e.getCurrentLocaleCode())?s.normalDateWithWeekday:s.normalDate:s.keyboardDate},ZC=(e,t)=>{const n=e.startOfWeek(t);return[0,1,2,3,4,5,6].map(o=>e.addDays(n,o))},JC=["hours","minutes","seconds"],eS=["hours","minutes","seconds","meridiem"],Jo=e=>JC.includes(e),Pf=e=>eS.includes(e),tS=(e,t)=>e?t.getHours(e)>=12?"pm":"am":null,qr=(e,t,n)=>n&&(e>=12?"pm":"am")!==t?t==="am"?e-12:e+12:e,Df=(e,t,n,o)=>{const s=qr(o.getHours(e),t,n);return o.setHours(e,s)},Qu=(e,t)=>t.getHours(e)*3600+t.getMinutes(e)*60+t.getSeconds(e),as=(e,t)=>(n,o)=>e?t.isAfter(n,o):Qu(n,t)>Qu(o,t),Mf=(e,{format:t,views:n,ampm:o})=>{if(t!=null)return t;const s=e.formats;return hn(n,["hours"])?o?`${s.hours12h} ${s.meridiem}`:s.hours24h:hn(n,["minutes"])?s.minutes:hn(n,["seconds"])?s.seconds:hn(n,["minutes","seconds"])?`${s.minutes}:${s.seconds}`:hn(n,["hours","minutes","seconds"])?o?`${s.hours12h}:${s.minutes}:${s.seconds} ${s.meridiem}`:`${s.hours24h}:${s.minutes}:${s.seconds}`:o?`${s.hours12h}:${s.minutes} ${s.meridiem}`:`${s.hours24h}:${s.minutes}`},ln={year:1,month:2,day:3,hours:4,minutes:5,seconds:6,milliseconds:7},nS=e=>Math.max(...e.map(t=>ln[t.type]??1)),gr=(e,t,n)=>{if(t===ln.year)return e.startOfYear(n);if(t===ln.month)return e.startOfMonth(n);if(t===ln.day)return e.startOfDay(n);let o=n;return t<ln.minutes&&(o=e.setMinutes(o,0)),t<ln.seconds&&(o=e.setSeconds(o,0)),t<ln.milliseconds&&(o=e.setMilliseconds(o,0)),o},oS=({props:e,adapter:t,granularity:n,timezone:o,getTodayDate:s})=>{let i=s?s():gr(t,n,Sl(t,o));e.minDate!=null&&t.isAfterDay(e.minDate,i)&&(i=gr(t,n,e.minDate)),e.maxDate!=null&&t.isBeforeDay(e.maxDate,i)&&(i=gr(t,n,e.maxDate));const a=as(e.disableIgnoringDatePartForTimeValidation??!1,t);return e.minTime!=null&&a(e.minTime,i)&&(i=gr(t,n,e.disableIgnoringDatePartForTimeValidation?e.minTime:Js(t,i,e.minTime))),e.maxTime!=null&&a(i,e.maxTime)&&(i=gr(t,n,e.disableIgnoringDatePartForTimeValidation?e.maxTime:Js(t,i,e.maxTime))),i},Tl=(e,t)=>{const n=e.formatTokenMap[t];if(n==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: The token "${t}" is not supported by the Date and Time Pickers.
|
|
88
|
+
Please try using another token or open an issue on https://github.com/mui/mui-x/issues/new/choose if you think it should be supported.`:Ae(157,t));return typeof n=="string"?{type:n,contentType:n==="meridiem"?"letter":"digit",maxLength:void 0}:{type:n.sectionType,contentType:n.contentType,maxLength:n.maxLength}},Mi=(e,t)=>{const n=[],o=e.date(void 0,"default"),s=e.startOfWeek(o),i=e.endOfWeek(o);let a=s;for(;e.isBefore(a,i);)n.push(a),a=e.addDays(a,1);return n.map(l=>e.formatByString(l,t))},Rf=(e,t,n,o)=>{switch(n){case"month":return Cl(e,e.date(void 0,t)).map(s=>e.formatByString(s,o));case"weekDay":return Mi(e,o);case"meridiem":{const s=e.date(void 0,t);return[e.startOfDay(s),e.endOfDay(s)].map(i=>e.formatByString(i,o))}default:return[]}},Zu="s",rS=["0","1","2","3","4","5","6","7","8","9"],sS=e=>{const t=e.date(void 0);return e.formatByString(e.setSeconds(t,0),Zu)==="0"?rS:Array.from({length:10}).map((o,s)=>e.formatByString(e.setSeconds(t,s),Zu))},yn=(e,t)=>{if(t[0]==="0")return e;const n=[];let o="";for(let s=0;s<e.length;s+=1){o+=e[s];const i=t.indexOf(o);i>-1&&(n.push(i.toString()),o="")}return n.join("")},Il=(e,t)=>t[0]==="0"?e:e.split("").map(n=>t[Number(n)]).join(""),Ju=(e,t)=>{const n=yn(e,t);return n!==" "&&!Number.isNaN(Number(n))},El=(e,t)=>Number(e).toString().padStart(t,"0"),Nf=(e,t,n,o,s)=>{if(process.env.NODE_ENV!=="production"&&s.type!=="day"&&s.contentType==="digit-with-letter")throw new Error([`MUI X: The token "${s.format}" is a digit format with letter in it.'
|
|
89
89
|
This type of format is only supported for 'day' sections`].join(`
|
|
90
|
-
`));if(s.type==="day"&&s.contentType==="digit-with-letter"){const a=e.setDate(n.longestMonth,t);return e.formatByString(a,s.format)}let i=t.toString();return s.hasLeadingZerosInInput&&(i=El(i,s.maxLength)),Il(i,o)},uS=(e,t,n)=>{let o=e.value||e.placeholder;const s=e.hasLeadingZerosInFormat;return e.hasLeadingZerosInInput&&!e.hasLeadingZerosInFormat&&(o=Number(yn(o,n)).toString()),["input-rtl","input-ltr"].includes(t)&&e.contentType==="digit"&&!s&&o.length===1&&(o=`${o}`),o},td=(e,t,n,o)=>{if(process.env.NODE_ENV!=="production"&&Tl(e,n).type==="weekDay")throw new Error("changeSectionValueFormat doesn't support week day formats");return e.formatByString(e.parse(t,n),o)},dS=(e,t)=>e.formatByString(e.date(void 0,"system"),t).length===4,Lf=(e,t,n,o)=>{if(t!=="digit")return!1;const s=e.date(void 0,"default");switch(n){case"year":return e.lib==="dayjs"&&o==="YY"?!0:e.formatByString(e.setYear(s,1),o).startsWith("0");case"month":return e.formatByString(e.startOfYear(s),o).length>1;case"day":return e.formatByString(e.startOfMonth(s),o).length>1;case"weekDay":return e.formatByString(e.startOfWeek(s),o).length>1;case"hours":return e.formatByString(e.setHours(s,1),o).length>1;case"minutes":return e.formatByString(e.setMinutes(s,1),o).length>1;case"seconds":return e.formatByString(e.setSeconds(s,1),o).length>1;default:throw new Error(process.env.NODE_ENV!=="production"?"MUI X:Invalid section type":Ae(158))}},pS=(e,t,n)=>{const o=t.some(c=>c.type==="day"),s=[],i=[];for(let c=0;c<t.length;c+=1){const u=t[c];o&&u.type==="weekDay"||(s.push(u.format),i.push(uS(u,"non-input",n)))}const a=s.join(" "),l=i.join(" ");return e.parse(l,a)},fS=e=>e.map(t=>`${t.startSeparator}${t.value||t.placeholder}${t.endSeparator}`).join(""),mS=(e,t,n)=>{const o=e.date(void 0,n),s=e.endOfYear(o),i=e.endOfDay(o),{maxDaysInMonth:a,longestMonth:l}=Cl(e,o).reduce((c,u)=>{const d=e.getDaysInMonth(u);return d>c.maxDaysInMonth?{maxDaysInMonth:d,longestMonth:u}:c},{maxDaysInMonth:0,longestMonth:null});return{year:({format:c})=>({minimum:0,maximum:dS(e,c)?9999:99}),month:()=>({minimum:1,maximum:e.getMonth(s)+1}),day:({currentDate:c})=>({minimum:1,maximum:e.isValid(c)?e.getDaysInMonth(c):a,longestMonth:l}),weekDay:({format:c,contentType:u})=>{if(u==="digit"){const d=Mi(e,c).map(Number);return{minimum:Math.min(...d),maximum:Math.max(...d)}}return{minimum:1,maximum:7}},hours:({format:c})=>{const u=e.getHours(i),d=Number(yn(e.formatByString(e.startOfDay(o),c),t)),m=Number(yn(e.formatByString(e.endOfDay(o),c),t));return m!==u?d===0?{minimum:0,maximum:m}:{minimum:1,maximum:d}:d>u?{minimum:1,maximum:d}:{minimum:0,maximum:u}},minutes:()=>({minimum:0,maximum:e.getMinutes(i)}),seconds:()=>({minimum:0,maximum:e.getSeconds(i)}),meridiem:()=>({minimum:0,maximum:1}),empty:()=>({minimum:0,maximum:0})}};let nd=!1;const od=(e,t)=>{if(process.env.NODE_ENV!=="production"&&!nd){const n=["empty"];["date","date-time"].includes(t)&&n.push("weekDay","day","month","year"),["time","date-time"].includes(t)&&n.push("hours","minutes","seconds","meridiem");const o=e.find(s=>!n.includes(s.type));o&&(console.warn(`MUI X: The field component you are using is not compatible with the "${o.type}" date section.`,`The supported date sections are ["${n.join('", "')}"]\`.`),nd=!0)}},hS=(e,t,n,o)=>{switch(t.type){case"year":return e.setYear(o,e.getYear(n));case"month":return e.setMonth(o,e.getMonth(n));case"weekDay":{let s=e.formatByString(n,t.format);t.hasLeadingZerosInInput&&(s=El(s,t.maxLength));const i=Mi(e,t.format),a=i.indexOf(s),c=i.indexOf(t.value)-a;return e.addDays(n,c)}case"day":return e.setDate(o,e.getDate(n));case"meridiem":{const s=e.getHours(n)<12?"am":"pm";return Nf(o,s,!0,e)}case"hours":return e.setHours(o,e.getHours(n));case"minutes":return e.setMinutes(o,e.getMinutes(n));case"seconds":return e.setSeconds(o,e.getSeconds(n));default:return o}},rd={year:1,month:2,day:3,weekDay:4,hours:5,minutes:6,seconds:7,meridiem:8,empty:9},sd=(e,t,n,o,s)=>[...n].sort((i,a)=>rd[i.type]-rd[a.type]).reduce((i,a)=>!s||a.modified?hS(e,a,t,i):i,o),gS=e=>{const t={};return e.forEach((n,o)=>{const s=o===0?null:o-1,i=o===e.length-1?null:o+1;t[o]={leftIndex:s,rightIndex:i}}),{neighbors:t,startIndex:0,endIndex:e.length-1}},$a=(e,t)=>{if(e==null)return null;if(e==="all")return"all";if(typeof e=="string"){const n=t.findIndex(o=>o.type===e);return n===-1?null:n}return e},bS=["value","referenceDate"],wt={emptyValue:null,getTodayValue:Sl,getInitialReferenceValue:e=>{let{value:t,referenceDate:n}=e,o=Ce(e,bS);return o.adapter.isValid(t)?t:n??aS(o)},cleanValue:JC,areValuesEqual:eS,isSameError:(e,t)=>e===t,hasError:e=>e!=null,defaultErrorState:null,getTimezone:(e,t)=>e.isValid(t)?e.getTimezone(t):null,setTimezone:(e,t,n)=>n==null?null:e.setTimezone(n,t)},Vf={updateReferenceValue:(e,t,n)=>e.isValid(t)?t:n,getSectionsFromValue:(e,t)=>t(e),getHiddenInputValueFromSections:fS,parseValueStr:(e,t,n)=>n(e.trim(),t),getDateFromSection:e=>e,getDateSectionsFromValue:e=>e,updateDateInValue:(e,t,n)=>n,clearDateSections:e=>e.map(t=>R({},t,{value:""}))};function yS(){return mx}const dt=zx;process.env.NODE_ENV!=="production"&&(r.node,r.object.isRequired);function ot(e){return Vx(e)}function vS(e){return typeof e.main=="string"}function xS(e,t=[]){if(!vS(e))return!1;for(const n of t)if(!e.hasOwnProperty(n)||typeof e[n]!="string")return!1;return!0}function Pt(e=[]){return([,t])=>t&&xS(t,e)}function CS(e){return $e("MuiTypography",e)}Me("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const SS={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},wS=yS(),TS=e=>{const{align:t,gutterBottom:n,noWrap:o,paragraph:s,variant:i,classes:a}=e,l={root:["root",i,e.align!=="inherit"&&`align${fe(t)}`,n&&"gutterBottom",o&&"noWrap",s&&"paragraph"]};return Le(l,CS,a)},IS=ne("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.variant&&t[n.variant],n.align!=="inherit"&&t[`align${fe(n.align)}`],n.noWrap&&t.noWrap,n.gutterBottom&&t.gutterBottom,n.paragraph&&t.paragraph]}})(dt(({theme:e})=>{var t;return{margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([n,o])=>n!=="inherit"&&o&&typeof o=="object").map(([n,o])=>({props:{variant:n},style:o})),...Object.entries(e.palette).filter(Pt()).map(([n])=>({props:{color:n},style:{color:(e.vars||e).palette[n].main}})),...Object.entries(((t=e.palette)==null?void 0:t.text)||{}).filter(([,n])=>typeof n=="string").map(([n])=>({props:{color:`text${fe(n)}`},style:{color:(e.vars||e).palette.text[n]}})),{props:({ownerState:n})=>n.align!=="inherit",style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:n})=>n.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:n})=>n.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:n})=>n.paragraph,style:{marginBottom:16}}]}})),id={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},nn=C.forwardRef(function(t,n){const{color:o,...s}=ot({props:t,name:"MuiTypography"}),i=!SS[o],a=wS({...s,...i&&{color:o}}),{align:l="inherit",className:c,component:u,gutterBottom:d=!1,noWrap:m=!1,paragraph:g=!1,variant:p="body1",variantMapping:b=id,...f}=a,v={...a,align:l,color:o,className:c,component:u,gutterBottom:d,noWrap:m,paragraph:g,variant:p,variantMapping:b},x=u||(g?"p":b[p]||id[p])||"span",w=TS(v);return h.jsx(IS,{as:x,ref:n,className:de(w.root,c),...f,ownerState:v,style:{...l!=="inherit"&&{"--Typography-textAlign":l},...f.style}})});process.env.NODE_ENV!=="production"&&(nn.propTypes={align:r.oneOf(["center","inherit","justify","left","right"]),children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["primary","secondary","success","error","info","warning","textPrimary","textSecondary","textDisabled"]),r.string]),component:r.elementType,gutterBottom:r.bool,noWrap:r.bool,paragraph:r.bool,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),r.string]),variantMapping:r.object});function Fe(e,t,n=void 0){const o={};for(const s in e){const i=e[s];let a="",l=!0;for(let c=0;c<i.length;c+=1){const u=i[c];u&&(a+=(l===!0?"":" ")+t(u),l=!1,n&&n[u]&&(a+=" "+n[u]))}o[s]=a}return o}const ad=e=>e,ES=()=>{let e=ad;return{configure(t){e=t},generate(t){return e(t)},reset(){e=ad}}},OS=ES(),kS={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Ye(e,t,n="Mui"){const o=kS[t];return o?`${n}-${o}`:`${OS.generate(e)}-${t}`}function tt(e,t,n="Mui"){const o={};return t.forEach(s=>{o[s]=Ye(e,s,n)}),o}function Ff(e){return Ye("MuiPickersToolbar",e)}tt("MuiPickersToolbar",["root","title","content"]);const Ol=C.createContext(()=>!0);process.env.NODE_ENV!=="production"&&(Ol.displayName="IsValidValueContext");function _S(){return C.useContext(Ol)}const kl=C.createContext(null);process.env.NODE_ENV!=="production"&&(kl.displayName="PickerFieldPrivateContext");function PS(){return C.useContext(kl)}const Ri=C.createContext(null);process.env.NODE_ENV!=="production"&&(Ri.displayName="PickerContext");const wo=()=>{const e=C.useContext(Ri);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `usePickerContext` hook can only be called inside the context of a Picker component":Ae(151));return e},_l=C.createContext(null);process.env.NODE_ENV!=="production"&&(_l.displayName="PickerActionsContext");const Pl=C.createContext({ownerState:{isPickerDisabled:!1,isPickerReadOnly:!1,isPickerValueEmpty:!1,isPickerOpen:!1,pickerVariant:"desktop",pickerOrientation:"portrait"},rootRefObject:{current:null},labelId:void 0,dismissViews:()=>{},hasUIView:!0,getCurrentViewMode:()=>"UI",triggerElement:null,viewContainerRole:null,defaultActionBarActions:[],onPopperExited:void 0});process.env.NODE_ENV!=="production"&&(Pl.displayName="PickerPrivateContext");function Bf(e){const{contextValue:t,actionsContextValue:n,privateContextValue:o,fieldPrivateContextValue:s,isValidContextValue:i,localeText:a,children:l}=e;return h.jsx(Ri.Provider,{value:t,children:h.jsx(_l.Provider,{value:n,children:h.jsx(Pl.Provider,{value:o,children:h.jsx(kl.Provider,{value:s,children:h.jsx(Ol.Provider,{value:i,children:h.jsx(is,{localeText:a,children:l})})})})})})}const lt=()=>C.useContext(Pl);function Dl(){const{ownerState:e}=lt(),t=un();return C.useMemo(()=>R({},e,{toolbarDirection:t?"rtl":"ltr"}),[e,t])}const DS=["children","className","classes","toolbarTitle","hidden","titleId","classes","landscapeDirection"],MS=e=>Fe({root:["root"],title:["title"],content:["content"]},Ff,e),RS=ne("div",{name:"MuiPickersToolbar",slot:"Root"})(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",justifyContent:"space-between",padding:e.spacing(2,3),variants:[{props:{pickerOrientation:"landscape"},style:{height:"auto",maxWidth:160,padding:16,justifyContent:"flex-start",flexWrap:"wrap"}}]})),NS=ne("div",{name:"MuiPickersToolbar",slot:"Content",shouldForwardProp:e=>Ft(e)&&e!=="landscapeDirection"})({display:"flex",flexWrap:"wrap",width:"100%",flex:1,justifyContent:"space-between",alignItems:"center",flexDirection:"row",variants:[{props:{pickerOrientation:"landscape"},style:{justifyContent:"flex-start",alignItems:"flex-start",flexDirection:"column"}},{props:{pickerOrientation:"landscape",landscapeDirection:"row"},style:{flexDirection:"row"}}]}),Ml=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersToolbar"}),{children:s,className:i,classes:a,toolbarTitle:l,hidden:c,titleId:u,landscapeDirection:d}=o,m=Ce(o,DS),g=Dl(),p=MS(a);return c?null:h.jsxs(RS,R({ref:n,className:de(p.root,i),ownerState:g},m,{children:[h.jsx(nn,{variant:"overline",id:u,className:p.title,sx:{color:"text.secondary"},children:l}),h.jsx(NS,{className:p.content,ownerState:g,landscapeDirection:d,children:s})]}))});process.env.NODE_ENV!=="production"&&(Ml.displayName="PickersToolbar");const $S=e=>({components:{MuiLocalizationProvider:{defaultProps:{localeText:R({},e)}}}}),zf={previousMonth:"Previous month",nextMonth:"Next month",openPreviousView:"Open previous view",openNextView:"Open next view",calendarViewSwitchingButtonAriaLabel:e=>e==="year"?"year view is open, switch to calendar view":"calendar view is open, switch to year view",start:"Start",end:"End",startDate:"Start date",startTime:"Start time",endDate:"End date",endTime:"End time",cancelButtonLabel:"Cancel",clearButtonLabel:"Clear",okButtonLabel:"OK",todayButtonLabel:"Today",nextStepButtonLabel:"Next",datePickerToolbarTitle:"Select date",dateTimePickerToolbarTitle:"Select date & time",timePickerToolbarTitle:"Select time",dateRangePickerToolbarTitle:"Select date range",timeRangePickerToolbarTitle:"Select time range",clockLabelText:(e,t)=>`Select ${e}. ${t?`Selected time is ${t}`:"No time selected"}`,hoursClockNumberText:e=>`${e} hours`,minutesClockNumberText:e=>`${e} minutes`,secondsClockNumberText:e=>`${e} seconds`,selectViewText:e=>`Select ${e}`,calendarWeekNumberHeaderLabel:"Week number",calendarWeekNumberHeaderText:"#",calendarWeekNumberAriaLabelText:e=>`Week ${e}`,calendarWeekNumberText:e=>`${e}`,openDatePickerDialogue:e=>e?`Choose date, selected date is ${e}`:"Choose date",openTimePickerDialogue:e=>e?`Choose time, selected time is ${e}`:"Choose time",openRangePickerDialogue:e=>e?`Choose range, selected range is ${e}`:"Choose range",fieldClearLabel:"Clear",timeTableLabel:"pick time",dateTableLabel:"pick date",fieldYearPlaceholder:e=>"Y".repeat(e.digitAmount),fieldMonthPlaceholder:e=>e.contentType==="letter"?"MMMM":"MM",fieldDayPlaceholder:()=>"DD",fieldWeekDayPlaceholder:e=>e.contentType==="letter"?"EEEE":"EE",fieldHoursPlaceholder:()=>"hh",fieldMinutesPlaceholder:()=>"mm",fieldSecondsPlaceholder:()=>"ss",fieldMeridiemPlaceholder:()=>"aa",year:"Year",month:"Month",day:"Day",weekDay:"Week day",hours:"Hours",minutes:"Minutes",seconds:"Seconds",meridiem:"Meridiem",empty:"Empty"},jS=zf;$S(zf);const Rl=()=>{const e=C.useContext(Zs);if(e===null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Can not find the date and time pickers localization context.\nIt looks like you forgot to wrap your component in LocalizationProvider.\nThis can also happen if you are bundling multiple versions of the `@mui/x-date-pickers` package":Ae(149));if(e.adapter===null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Can not find the date and time pickers adapter from its localization context.\nIt looks like you forgot to pass a `dateAdapter` to your LocalizationProvider.":Ae(150));const t=C.useMemo(()=>R({},jS,e.localeText),[e.localeText]);return C.useMemo(()=>R({},e,{localeText:t}),[e,t])},Re=()=>Rl().adapter,Rt=()=>Rl().localeText,ja=["disablePast","disableFuture","minDate","maxDate","shouldDisableDate","shouldDisableMonth","shouldDisableYear"],Aa=["disablePast","disableFuture","minTime","maxTime","shouldDisableTime","minutesStep","ampm","disableIgnoringDatePartForTimeValidation"],Wf=["minDateTime","maxDateTime"],AS=[...ja,...Aa,...Wf],Ni=e=>AS.reduce((t,n)=>(e.hasOwnProperty(n)&&(t[n]=e[n]),t),{}),LS=["value","defaultValue","referenceDate","format","formatDensity","onChange","timezone","onError","shouldRespectLeadingZeros","selectedSections","onSelectedSectionsChange","fieldRef","startFieldRef","endFieldRef","disabled","readOnly","dateSeparator","autoFocus","focused"],VS=(e,t)=>C.useMemo(()=>{const n=R({},e),o={},s=i=>{n.hasOwnProperty(i)&&(o[i]=n[i],delete n[i])};return LS.forEach(s),t==="date"?ja.forEach(s):t==="time"?Aa.forEach(s):t==="date-time"&&(ja.forEach(s),Aa.forEach(s),Wf.forEach(s)),{forwardedProps:n,internalProps:o}},[e,t]),FS=({adapter:e,format:t})=>{let n=10,o=t,s=e.expandFormat(t);for(;s!==o;)if(o=s,s=e.expandFormat(o),n-=1,n<0)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The format expansion seems to be in an infinite loop. Please open an issue with the format passed to the component.":Ae(154));return s},BS=({adapter:e,expandedFormat:t})=>{const n=[],{start:o,end:s}=e.escapedCharacters,i=new RegExp(`(\\${o}[^\\${s}]*\\${s})+`,"g");let a=null;for(;a=i.exec(t);)n.push({start:a.index,end:i.lastIndex-1});return n},zS=(e,t,n,o)=>{switch(n.type){case"year":return t.fieldYearPlaceholder({digitAmount:e.formatByString(e.date(void 0,"default"),o).length,format:o});case"month":return t.fieldMonthPlaceholder({contentType:n.contentType,format:o});case"day":return t.fieldDayPlaceholder({format:o});case"weekDay":return t.fieldWeekDayPlaceholder({contentType:n.contentType,format:o});case"hours":return t.fieldHoursPlaceholder({format:o});case"minutes":return t.fieldMinutesPlaceholder({format:o});case"seconds":return t.fieldSecondsPlaceholder({format:o});case"meridiem":return t.fieldMeridiemPlaceholder({format:o});default:return o}},WS=({adapter:e,date:t,shouldRespectLeadingZeros:n,localeText:o,localizedDigits:s,now:i,token:a,startSeparator:l})=>{if(a==="")throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Should not call `commitToken` with an empty token":Ae(155));const c=Tl(e,a),u=Lf(e,c.contentType,c.type,a),d=n?u:c.contentType==="digit",m=e.isValid(t);let g=m?e.formatByString(t,a):"",p=null;if(d)if(u)p=g===""?e.formatByString(i,a).length:g.length;else{if(c.maxLength==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: The token ${a} should have a 'maxLength' property on it's adapter`:Ae(156,a));p=c.maxLength,m&&(g=Il(El(yn(g,s),p),s))}return R({},c,{format:a,maxLength:p,value:g,placeholder:zS(e,o,c,a),hasLeadingZerosInFormat:u,hasLeadingZerosInInput:d,startSeparator:l,endSeparator:"",modified:!1})},US=e=>{var p;const{adapter:t,expandedFormat:n,escapedParts:o}=e,s=t.date(void 0),i=[];let a="";const l=Object.keys(t.formatTokenMap).sort((b,f)=>f.length-b.length),c=/^([a-zA-Z]+)/,u=new RegExp(`^(${l.join("|")})*$`),d=new RegExp(`^(${l.join("|")})`),m=b=>o.find(f=>f.start<=b&&f.end>=b);let g=0;for(;g<n.length;){const b=m(g),f=b!=null,v=(p=c.exec(n.slice(g)))==null?void 0:p[1];if(!f&&v!=null&&u.test(v)){let x=v;for(;x.length>0;){const w=d.exec(x)[1];x=x.slice(w.length),i.push(WS(R({},e,{now:s,token:w,startSeparator:a}))),a=""}g+=v.length}else{const x=n[g];f&&(b==null?void 0:b.start)===g||(b==null?void 0:b.end)===g||(i.length===0?a+=x:(i[i.length-1].endSeparator+=x,i[i.length-1].isEndFormatSeparator=!0)),g+=1}}return i.length===0&&a.length>0&&i.push({type:"empty",contentType:"letter",maxLength:null,format:"",value:"",placeholder:"",hasLeadingZerosInFormat:!1,hasLeadingZerosInInput:!1,startSeparator:a,endSeparator:"",modified:!1}),i},HS=({isRtl:e,formatDensity:t,sections:n})=>n.map(o=>{const s=i=>{let a=i;return e&&a!==null&&a.includes(" ")&&(a=`${a}`),t==="spacious"&&["/",".","-"].includes(a)&&(a=` ${a} `),a};return o.startSeparator=s(o.startSeparator),o.endSeparator=s(o.endSeparator),o}),ld=e=>{let t=FS(e);e.isRtl&&(t=t.split(" ").reverse().join(" "));const n=BS(R({},e,{expandedFormat:t})),o=US(R({},e,{expandedFormat:t,escapedParts:n}));return HS(R({},e,{sections:o}))},Nl=()=>C.useContext(Ri),qS=()=>{const e=C.useContext(_l);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `usePickerActionsContext` can only be called in fields that are used as a slot of a Picker component":Ae(148));return e};function YS(e){return Ye("MuiDatePickerToolbar",e)}tt("MuiDatePickerToolbar",["root","title"]);const GS=["toolbarFormat","toolbarPlaceholder","className","classes"],KS=e=>Fe({root:["root"],title:["title"]},YS,e),XS=ne(Ml,{name:"MuiDatePickerToolbar",slot:"Root"})({}),QS=ne(nn,{name:"MuiDatePickerToolbar",slot:"Title"})({variants:[{props:{pickerOrientation:"landscape"},style:{margin:"auto 16px auto auto"}}]}),$l=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiDatePickerToolbar"}),{toolbarFormat:s,toolbarPlaceholder:i="––",className:a,classes:l}=o,c=Ce(o,GS),u=Re(),{value:d,views:m,orientation:g}=wo(),p=Rt(),b=Dl(),f=KS(l),v=C.useMemo(()=>{if(!u.isValid(d))return i;const x=wl(u,{format:s,views:m},!0);return u.formatByString(d,x)},[d,s,i,u,m]);return h.jsx(XS,R({ref:n,toolbarTitle:p.datePickerToolbarTitle,className:de(f.root,a)},c,{children:h.jsx(QS,{variant:"h4",align:g==="landscape"?"left":"center",ownerState:b,className:f.title,children:v})}))});process.env.NODE_ENV!=="production"&&($l.displayName="DatePickerToolbar");process.env.NODE_ENV!=="production"&&($l.propTypes={classes:r.object,className:r.string,hidden:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),titleId:r.string,toolbarFormat:r.string,toolbarPlaceholder:r.node});const ls=({props:e,value:t,timezone:n,adapter:o})=>{if(t===null)return null;const{shouldDisableDate:s,shouldDisableMonth:i,shouldDisableYear:a,disablePast:l,disableFuture:c,minDate:u,maxDate:d}=e,m=o.date(void 0,n);switch(!0){case!o.isValid(t):return"invalidDate";case!!(s&&s(t)):return"shouldDisableDate";case!!(i&&i(t)):return"shouldDisableMonth";case!!(a&&a(t)):return"shouldDisableYear";case!!(c&&o.isAfterDay(t,m)):return"disableFuture";case!!(l&&o.isBeforeDay(t,m)):return"disablePast";case!!(u&&o.isBeforeDay(t,u)):return"minDate";case!!(d&&o.isAfterDay(t,d)):return"maxDate";default:return null}};ls.valueManager=wt;const $i=({adapter:e,value:t,timezone:n,props:o})=>{if(t===null)return null;const{minTime:s,maxTime:i,minutesStep:a,shouldDisableTime:l,disableIgnoringDatePartForTimeValidation:c=!1,disablePast:u,disableFuture:d}=o,m=e.date(void 0,n),g=as(c,e);switch(!0){case!e.isValid(t):return"invalidDate";case!!(s&&g(s,t)):return"minTime";case!!(i&&g(t,i)):return"maxTime";case!!(d&&e.isAfter(t,m)):return"disableFuture";case!!(u&&e.isBefore(t,m)):return"disablePast";case!!(l&&l(t,"hours")):return"shouldDisableTime-hours";case!!(l&&l(t,"minutes")):return"shouldDisableTime-minutes";case!!(l&&l(t,"seconds")):return"shouldDisableTime-seconds";case!!(a&&e.getMinutes(t)%a!==0):return"minutesStep";default:return null}};$i.valueManager=wt;const Qt=typeof window<"u"?C.useLayoutEffect:C.useEffect;function ge(e){const t=C.useRef(e);return Qt(()=>{t.current=e}),C.useRef((...n)=>(0,t.current)(...n)).current}function Uf(e){const{props:t,validator:n,value:o,timezone:s,onError:i}=e,a=Re(),l=C.useRef(n.valueManager.defaultErrorState),c=n({adapter:a,value:o,timezone:s,props:t}),u=n.valueManager.hasError(c);C.useEffect(()=>{i&&!n.valueManager.isSameError(c,l.current)&&i(c,o),l.current=c},[n,i,c,o]);const d=ge(m=>n({adapter:a,value:m,timezone:s,props:t}));return{validationError:c,hasValidationError:u,getValidationErrorForNewValue:d}}const ZS=()=>Rl().defaultDates,To=e=>{const t=Re(),n=C.useRef(void 0);return n.current===void 0&&(n.current=t.date(void 0,e)),n.current};function JS(){return C.useMemo(()=>({valueType:"date",validator:ls,internal_valueManager:wt,internal_fieldValueManager:Vf,internal_useApplyDefaultValuesToFieldInternalProps:tw,internal_useOpenPickerButtonAriaLabel:ew}),[])}function ew(e){const t=Re(),n=Rt();return C.useMemo(()=>{const o=t.isValid(e)?t.format(e,"fullDate"):null;return n.openDatePickerDialogue(o)},[e,n,t])}function tw(e){const t=Re(),n=cs(e);return C.useMemo(()=>R({},e,n,{format:e.format??t.formats.keyboardDate}),[e,n,t])}function cs(e){const t=Re(),n=ZS();return C.useMemo(()=>({disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1,minDate:Xu(t,e.minDate,n.minDate),maxDate:Xu(t,e.maxDate,n.maxDate)}),[e.minDate,e.maxDate,e.disableFuture,e.disablePast,t,n])}function Hf(e,t){const n=ke({props:e,name:t}),o=cs(n),s=C.useMemo(()=>{var i;return((i=n.localeText)==null?void 0:i.toolbarTitle)==null?n.localeText:R({},n.localeText,{datePickerToolbarTitle:n.localeText.toolbarTitle})},[n.localeText]);return R({},n,o,{localeText:s},Mf({views:n.views,openTo:n.openTo,defaultViews:["year","day"],defaultOpenTo:"day"}),{slots:R({toolbar:$l},n.slots)})}function Tt(...e){const t=C.useRef(void 0),n=C.useCallback(o=>{const s=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,l=a(o);return typeof l=="function"?l:()=>{a(null)}}return i.current=o,()=>{i.current=null}});return()=>{s.forEach(i=>i==null?void 0:i())}},e);return C.useMemo(()=>e.every(o=>o==null)?null:o=>{t.current&&(t.current(),t.current=void 0),o!=null&&(t.current=n(o))},e)}function nw(e){return typeof e=="string"}function ow(e,t,n){return e===void 0||nw(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function rw(e,t){const n=e.charCodeAt(2);return e[0]==="o"&&e[1]==="n"&&n>=65&&n<=90&&typeof t=="function"}function sw(e){if(e===void 0)return{};const t={};for(const n of Object.keys(e))rw(n,e[n])&&(t[n]=e[n]);return t}function cd(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function iw(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:o,externalForwardedProps:s,className:i}=e;if(!t){const p=de(n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),b={...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},f={...n,...s,...o};return p.length>0&&(f.className=p),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=sw({...s,...o}),l=cd(o),c=cd(s),u=t(a),d=de(u==null?void 0:u.className,n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),m={...u==null?void 0:u.style,...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},g={...u,...n,...c,...l};return d.length>0&&(g.className=d),Object.keys(m).length>0&&(g.style=m),{props:g,internalRef:u.ref}}function Ve(e){var m;const{elementType:t,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:s=!1,...i}=e,a=s?{}:Yn(n,o),{props:l,internalRef:c}=iw({...i,externalSlotProps:a}),u=Tt(c,a==null?void 0:a.ref,(m=e.additionalProps)==null?void 0:m.ref);return ow(t,{...l,ref:u},o)}const ud={};function qf(e,t){const n=C.useRef(ud);return n.current===ud&&(n.current=e(t)),n}const aw=[];function lw(e){C.useEffect(e,aw)}let cw=class Yf{constructor(){Z(this,"currentId",null);Z(this,"clear",()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)});Z(this,"disposeEffect",()=>this.clear)}static create(){return new Yf}start(t,n){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,n()},t)}};function jl(){const e=qf(cw.create).current;return lw(e.disposeEffect),e}function Jn(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...o){return e(...o)||t(...o)}}function uw(e){const{prototype:t={}}=e;return!!t.isReactComponent}function Gf(e,t,n,o,s){const i=e[t],a=s||t;if(i==null||typeof window>"u")return null;let l;const c=i.type;return typeof c=="function"&&!uw(c)&&(l="Did you accidentally use a plain function component for an element instead?"),l!==void 0?new Error(`Invalid ${o} \`${a}\` supplied to \`${n}\`. Expected an element that can hold a ref. ${l} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const us=Jn(r.element,Gf);us.isRequired=Jn(r.element.isRequired,Gf);function ji(e){var t;return parseInt(C.version,10)>=19?((t=e==null?void 0:e.props)==null?void 0:t.ref)||null:(e==null?void 0:e.ref)||null}function La(e,t){return La=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},La(e,t)}function Al(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,La(e,t)}function dw(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function pw(e,t){e.classList?e.classList.add(t):dw(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function dd(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function fw(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=dd(e.className,t):e.setAttribute("class",dd(e.className&&e.className.baseVal||"",t))}const pd={disabled:!1};var mw=process.env.NODE_ENV!=="production"?r.oneOfType([r.number,r.shape({enter:r.number,exit:r.number,appear:r.number}).isRequired]):null,hw=process.env.NODE_ENV!=="production"?r.oneOfType([r.string,r.shape({enter:r.string,exit:r.string,active:r.string}),r.shape({enter:r.string,enterDone:r.string,enterActive:r.string,exit:r.string,exitDone:r.string,exitActive:r.string})]):null;const ei=q.createContext(null);var Kf=function(t){return t.scrollTop},kr="unmounted",po="exited",fo="entering",Lo="entered",Va="exiting",Ut=(function(e){Al(t,e);function t(o,s){var i;i=e.call(this,o,s)||this;var a=s,l=a&&!a.isMounting?o.enter:o.appear,c;return i.appearStatus=null,o.in?l?(c=po,i.appearStatus=fo):c=Lo:o.unmountOnExit||o.mountOnEnter?c=kr:c=po,i.state={status:c},i.nextCallback=null,i}t.getDerivedStateFromProps=function(s,i){var a=s.in;return a&&i.status===kr?{status:po}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(s){var i=null;if(s!==this.props){var a=this.state.status;this.props.in?a!==fo&&a!==Lo&&(i=fo):(a===fo||a===Lo)&&(i=Va)}this.updateStatus(!1,i)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var s=this.props.timeout,i,a,l;return i=a=l=s,s!=null&&typeof s!="number"&&(i=s.exit,a=s.enter,l=s.appear!==void 0?s.appear:a),{exit:i,enter:a,appear:l}},n.updateStatus=function(s,i){if(s===void 0&&(s=!1),i!==null)if(this.cancelNextCallback(),i===fo){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:Ir.findDOMNode(this);a&&Kf(a)}this.performEnter(s)}else this.performExit();else this.props.unmountOnExit&&this.state.status===po&&this.setState({status:kr})},n.performEnter=function(s){var i=this,a=this.props.enter,l=this.context?this.context.isMounting:s,c=this.props.nodeRef?[l]:[Ir.findDOMNode(this),l],u=c[0],d=c[1],m=this.getTimeouts(),g=l?m.appear:m.enter;if(!s&&!a||pd.disabled){this.safeSetState({status:Lo},function(){i.props.onEntered(u)});return}this.props.onEnter(u,d),this.safeSetState({status:fo},function(){i.props.onEntering(u,d),i.onTransitionEnd(g,function(){i.safeSetState({status:Lo},function(){i.props.onEntered(u,d)})})})},n.performExit=function(){var s=this,i=this.props.exit,a=this.getTimeouts(),l=this.props.nodeRef?void 0:Ir.findDOMNode(this);if(!i||pd.disabled){this.safeSetState({status:po},function(){s.props.onExited(l)});return}this.props.onExit(l),this.safeSetState({status:Va},function(){s.props.onExiting(l),s.onTransitionEnd(a.exit,function(){s.safeSetState({status:po},function(){s.props.onExited(l)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(s,i){i=this.setNextCallback(i),this.setState(s,i)},n.setNextCallback=function(s){var i=this,a=!0;return this.nextCallback=function(l){a&&(a=!1,i.nextCallback=null,s(l))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},n.onTransitionEnd=function(s,i){this.setNextCallback(i);var a=this.props.nodeRef?this.props.nodeRef.current:Ir.findDOMNode(this),l=s==null&&!this.props.addEndListener;if(!a||l){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var c=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],u=c[0],d=c[1];this.props.addEndListener(u,d)}s!=null&&setTimeout(this.nextCallback,s)},n.render=function(){var s=this.state.status;if(s===kr)return null;var i=this.props,a=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var l=Ce(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return q.createElement(ei.Provider,{value:null},typeof a=="function"?a(s,l):q.cloneElement(q.Children.only(a),l))},t})(q.Component);Ut.contextType=ei;Ut.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:r.shape({current:typeof Element>"u"?r.any:function(e,t,n,o,s,i){var a=e[t];return r.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,o,s,i)}}),children:r.oneOfType([r.func.isRequired,r.element.isRequired]).isRequired,in:r.bool,mountOnEnter:r.bool,unmountOnExit:r.bool,appear:r.bool,enter:r.bool,exit:r.bool,timeout:function(t){var n=mw;t.addEndListener||(n=n.isRequired);for(var o=arguments.length,s=new Array(o>1?o-1:0),i=1;i<o;i++)s[i-1]=arguments[i];return n.apply(void 0,[t].concat(s))},addEndListener:r.func,onEnter:r.func,onEntering:r.func,onEntered:r.func,onExit:r.func,onExiting:r.func,onExited:r.func}:{};function Ro(){}Ut.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Ro,onEntering:Ro,onEntered:Ro,onExit:Ro,onExiting:Ro,onExited:Ro};Ut.UNMOUNTED=kr;Ut.EXITED=po;Ut.ENTERING=fo;Ut.ENTERED=Lo;Ut.EXITING=Va;var gw=function(t,n){return t&&n&&n.split(" ").forEach(function(o){return pw(t,o)})},va=function(t,n){return t&&n&&n.split(" ").forEach(function(o){return fw(t,o)})},Ll=(function(e){Al(t,e);function t(){for(var o,s=arguments.length,i=new Array(s),a=0;a<s;a++)i[a]=arguments[a];return o=e.call.apply(e,[this].concat(i))||this,o.appliedClasses={appear:{},enter:{},exit:{}},o.onEnter=function(l,c){var u=o.resolveArguments(l,c),d=u[0],m=u[1];o.removeClasses(d,"exit"),o.addClass(d,m?"appear":"enter","base"),o.props.onEnter&&o.props.onEnter(l,c)},o.onEntering=function(l,c){var u=o.resolveArguments(l,c),d=u[0],m=u[1],g=m?"appear":"enter";o.addClass(d,g,"active"),o.props.onEntering&&o.props.onEntering(l,c)},o.onEntered=function(l,c){var u=o.resolveArguments(l,c),d=u[0],m=u[1],g=m?"appear":"enter";o.removeClasses(d,g),o.addClass(d,g,"done"),o.props.onEntered&&o.props.onEntered(l,c)},o.onExit=function(l){var c=o.resolveArguments(l),u=c[0];o.removeClasses(u,"appear"),o.removeClasses(u,"enter"),o.addClass(u,"exit","base"),o.props.onExit&&o.props.onExit(l)},o.onExiting=function(l){var c=o.resolveArguments(l),u=c[0];o.addClass(u,"exit","active"),o.props.onExiting&&o.props.onExiting(l)},o.onExited=function(l){var c=o.resolveArguments(l),u=c[0];o.removeClasses(u,"exit"),o.addClass(u,"exit","done"),o.props.onExited&&o.props.onExited(l)},o.resolveArguments=function(l,c){return o.props.nodeRef?[o.props.nodeRef.current,l]:[l,c]},o.getClassNames=function(l){var c=o.props.classNames,u=typeof c=="string",d=u&&c?c+"-":"",m=u?""+d+l:c[l],g=u?m+"-active":c[l+"Active"],p=u?m+"-done":c[l+"Done"];return{baseClassName:m,activeClassName:g,doneClassName:p}},o}var n=t.prototype;return n.addClass=function(s,i,a){var l=this.getClassNames(i)[a+"ClassName"],c=this.getClassNames("enter"),u=c.doneClassName;i==="appear"&&a==="done"&&u&&(l+=" "+u),a==="active"&&s&&Kf(s),l&&(this.appliedClasses[i][a]=l,gw(s,l))},n.removeClasses=function(s,i){var a=this.appliedClasses[i],l=a.base,c=a.active,u=a.done;this.appliedClasses[i]={},l&&va(s,l),c&&va(s,c),u&&va(s,u)},n.render=function(){var s=this.props;s.classNames;var i=Ce(s,["classNames"]);return q.createElement(Ut,R({},i,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(q.Component);Ll.defaultProps={classNames:""};Ll.propTypes=process.env.NODE_ENV!=="production"?R({},Ut.propTypes,{classNames:hw,onEnter:r.func,onEntering:r.func,onEntered:r.func,onExit:r.func,onExiting:r.func,onExited:r.func}):{};function bw(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vl(e,t){var n=function(i){return t&&q.isValidElement(i)?t(i):i},o=Object.create(null);return e&&q.Children.map(e,function(s){return s}).forEach(function(s){o[s.key]=n(s)}),o}function yw(e,t){e=e||{},t=t||{};function n(d){return d in t?t[d]:e[d]}var o=Object.create(null),s=[];for(var i in e)i in t?s.length&&(o[i]=s,s=[]):s.push(i);var a,l={};for(var c in t){if(o[c])for(a=0;a<o[c].length;a++){var u=o[c][a];l[o[c][a]]=n(u)}l[c]=n(c)}for(a=0;a<s.length;a++)l[s[a]]=n(s[a]);return l}function ho(e,t,n){return n[t]!=null?n[t]:e.props[t]}function vw(e,t){return Vl(e.children,function(n){return q.cloneElement(n,{onExited:t.bind(null,n),in:!0,appear:ho(n,"appear",e),enter:ho(n,"enter",e),exit:ho(n,"exit",e)})})}function xw(e,t,n){var o=Vl(e.children),s=yw(t,o);return Object.keys(s).forEach(function(i){var a=s[i];if(q.isValidElement(a)){var l=i in t,c=i in o,u=t[i],d=q.isValidElement(u)&&!u.props.in;c&&(!l||d)?s[i]=q.cloneElement(a,{onExited:n.bind(null,a),in:!0,exit:ho(a,"exit",e),enter:ho(a,"enter",e)}):!c&&l&&!d?s[i]=q.cloneElement(a,{in:!1}):c&&l&&q.isValidElement(u)&&(s[i]=q.cloneElement(a,{onExited:n.bind(null,a),in:u.props.in,exit:ho(a,"exit",e),enter:ho(a,"enter",e)}))}}),s}var Cw=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},Sw={component:"div",childFactory:function(t){return t}},ds=(function(e){Al(t,e);function t(o,s){var i;i=e.call(this,o,s)||this;var a=i.handleExited.bind(bw(i));return i.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},i}var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},n.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(s,i){var a=i.children,l=i.handleExited,c=i.firstRender;return{children:c?vw(s,l):xw(s,a,l),firstRender:!1}},n.handleExited=function(s,i){var a=Vl(this.props.children);s.key in a||(s.props.onExited&&s.props.onExited(i),this.mounted&&this.setState(function(l){var c=R({},l.children);return delete c[s.key],{children:c}}))},n.render=function(){var s=this.props,i=s.component,a=s.childFactory,l=Ce(s,["component","childFactory"]),c=this.state.contextValue,u=Cw(this.state.children).map(a);return delete l.appear,delete l.enter,delete l.exit,i===null?q.createElement(ei.Provider,{value:c},u):q.createElement(ei.Provider,{value:c},q.createElement(i,l,u))},t})(q.Component);ds.propTypes=process.env.NODE_ENV!=="production"?{component:r.any,children:r.node,appear:r.bool,enter:r.bool,exit:r.bool,childFactory:r.func}:{};ds.defaultProps=Sw;const Xf=e=>e.scrollTop;function St(e,t){return n=>{if(t){const o=e.current;n===void 0?t(o):t(o,n)}}}function Qf(e,t,n,o,s,i){const a=e==="exited"&&!t?o:n[e]||n.exited;return s||i?{...a,...s,...i}:a}function er(e,t){const{timeout:n,easing:o,style:s={}}=e;return{duration:s.transitionDuration??(typeof n=="number"?n:n[t.mode]||0),easing:s.transitionTimingFunction??(typeof o=="object"?o[t.mode]:o),delay:s.transitionDelay}}function kt(...e){const t=C.useRef(void 0),n=C.useCallback(o=>{const s=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,l=a(o);return typeof l=="function"?l:()=>{a(null)}}return i.current=o,()=>{i.current=null}});return()=>{s.forEach(i=>i==null?void 0:i())}},e);return C.useMemo(()=>e.every(o=>o==null)?null:o=>{t.current&&(t.current(),t.current=void 0),o!=null&&(t.current=n(o))},e)}function Dr(e){return`scale(${e}, ${e**2})`}const ww={entering:{opacity:1,transform:Dr(1)},entered:{opacity:1,transform:"none"},exiting:{opacity:0,transform:Dr(.75)},exited:{opacity:0,transform:Dr(.75)}},Tw={opacity:0,transform:Dr(.75),visibility:"hidden"},ti=C.forwardRef(function(t,n){const{addEndListener:o,appear:s=!0,children:i,easing:a,in:l,onEnter:c,onEntered:u,onEntering:d,onExit:m,onExited:g,onExiting:p,style:b,timeout:f="auto",...v}=t,x=jl(),w=C.useRef(),I=So(),S=C.useRef(null),T=kt(S,ji(i),n),E=St(S,d),M=St(S,(D,_)=>{Xf(D);const{duration:O,delay:k,easing:P}=er({style:b,timeout:f,easing:a},{mode:"enter"});let A;f==="auto"?(A=I.transitions.getAutoHeightDuration(D.clientHeight),w.current=A):A=O,D.style.transition=[I.transitions.create("opacity",{duration:A,delay:k}),I.transitions.create("transform",{duration:A*.666,delay:k,easing:P})].join(","),c&&c(D,_)}),N=St(S,u),$=St(S,p),V=St(S,D=>{const{duration:_,delay:O,easing:k}=er({style:b,timeout:f,easing:a},{mode:"exit"});let P;f==="auto"?(P=I.transitions.getAutoHeightDuration(D.clientHeight),w.current=P):P=_,D.style.transition=[I.transitions.create("opacity",{duration:P,delay:O}),I.transitions.create("transform",{duration:P*.666,delay:O||P*.333,easing:k})].join(","),D.style.opacity=0,D.style.transform=Dr(.75),m&&m(D)}),j=St(S,D=>{D.style.transition="",g&&g(D)}),y=D=>{f==="auto"&&x.start(w.current||0,D),o&&o(S.current,D)};return h.jsx(Ut,{appear:s,in:l,nodeRef:S,onEnter:M,onEntered:N,onEntering:E,onExit:V,onExited:j,onExiting:$,addEndListener:y,timeout:f==="auto"?null:f,...v,children:(D,{ownerState:_,...O})=>{const k=Qf(D,l,ww,Tw,b,i.props.style);return C.cloneElement(i,{style:k,ref:T,...O})}})});process.env.NODE_ENV!=="production"&&(ti.propTypes={addEndListener:r.func,appear:r.bool,children:us.isRequired,easing:r.oneOfType([r.shape({enter:r.string,exit:r.string}),r.string]),in:r.bool,onEnter:r.func,onEntered:r.func,onEntering:r.func,onExit:r.func,onExited:r.func,onExiting:r.func,style:r.object,timeout:r.oneOfType([r.oneOf(["auto"]),r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});ti&&(ti.muiSupportAuto=!0);const Iw={entering:{opacity:1},entered:{opacity:1},exiting:{opacity:0},exited:{opacity:0}},Ew={opacity:0,visibility:"hidden"},Gn=C.forwardRef(function(t,n){const o=So(),s={enter:o.transitions.duration.enteringScreen,exit:o.transitions.duration.leavingScreen},{addEndListener:i,appear:a=!0,children:l,easing:c,in:u,onEnter:d,onEntered:m,onEntering:g,onExit:p,onExited:b,onExiting:f,style:v,timeout:x=s,...w}=t,I=C.useRef(null),S=kt(I,ji(l),n),T=St(I,g),E=St(I,(y,D)=>{Xf(y);const _=er({style:v,timeout:x,easing:c},{mode:"enter"});y.style.transition=o.transitions.create("opacity",_),d&&d(y,D)}),M=St(I,m),N=St(I,f),$=St(I,y=>{const D=er({style:v,timeout:x,easing:c},{mode:"exit"});y.style.transition=o.transitions.create("opacity",D),p&&p(y)}),V=St(I,y=>{y.style.transition="",b&&b(y)}),j=y=>{i&&i(I.current,y)};return h.jsx(Ut,{appear:a,in:u,nodeRef:I,onEnter:E,onEntered:M,onEntering:T,onExit:$,onExited:V,onExiting:N,addEndListener:j,timeout:x,...w,children:(y,{ownerState:D,..._})=>{const O=Qf(y,u,Iw,Ew,v,l.props.style);return C.cloneElement(l,{style:O,ref:S,..._})}})});process.env.NODE_ENV!=="production"&&(Gn.propTypes={addEndListener:r.func,appear:r.bool,children:us.isRequired,easing:r.oneOfType([r.shape({enter:r.string,exit:r.string}),r.string]),in:r.bool,onEnter:r.func,onEntered:r.func,onEntering:r.func,onExit:r.func,onExited:r.func,onExiting:r.func,style:r.object,timeout:r.oneOfType([r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});function Ow(e){const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":Number.isFinite(e)?e!==Math.floor(e)?"float":"number":"Infinity";case"object":return e===null?"null":e.constructor.name;default:return t}}function Zf(e,t,n,o){const s=e[t];if(s==null||!Number.isInteger(s)){const i=Ow(s);return new RangeError(`Invalid ${o} \`${t}\` of type \`${i}\` supplied to \`${n}\`, expected \`integer\`.`)}return null}function Jf(e,t,n,o){return e[t]===void 0?null:Zf(e,t,n,o)}function Fa(){return null}Jf.isRequired=Zf;Fa.isRequired=Fa;const kw=process.env.NODE_ENV==="production"?Fa:Jf;function _w(e){return $e("MuiPaper",e)}Me("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const Pw=e=>{const{square:t,elevation:n,variant:o,classes:s}=e,i={root:["root",o,!t&&"rounded",o==="elevation"&&`elevation${n}`]};return Le(i,_w,s)},Dw=ne("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],!n.square&&t.rounded,n.variant==="elevation"&&t[`elevation${n.elevation}`]]}})(dt(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:t})=>!t.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),ps=C.forwardRef(function(t,n){var p;const o=ot({props:t,name:"MuiPaper"}),s=So(),{className:i,component:a="div",elevation:l=1,square:c=!1,variant:u="elevation",...d}=o,m={...o,component:a,elevation:l,square:c,variant:u},g=Pw(m);return process.env.NODE_ENV!=="production"&&s.shadows[l]===void 0&&console.error([`MUI: The elevation provided <Paper elevation={${l}}> is not available in the theme.`,`Please make sure that \`theme.shadows[${l}]\` is defined.`].join(`
|
|
91
|
-
`)),h.jsx(Dw,{as:a,ownerState:m,className:de(g.root,i),ref:n,...d,style:{...u==="elevation"&&{"--Paper-shadow":(s.vars||s).shadows[l],...s.vars&&{"--Paper-overlay":(p=s.vars.overlays)==null?void 0:p[l]},...!s.vars&&s.palette.mode==="dark"&&{"--Paper-overlay":`linear-gradient(${Qs("#fff",Na(l))}, ${Qs("#fff",Na(l))})`}},...d.style}})});process.env.NODE_ENV!=="production"&&(ps.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,elevation:Jn(kw,e=>{const{elevation:t,variant:n}=e;return t>0&&n==="outlined"?new Error(`MUI: Combining \`elevation={${t}}\` with \`variant="${n}"\` has no effect. Either use \`elevation={0}\` or use a different \`variant\`.`):null}),square:r.bool,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["elevation","outlined"]),r.string])});const Ai=r.oneOfType([r.func,r.object]);function tr(e,t,n,o,s){if(process.env.NODE_ENV==="production")return null;const i=e[t],a=s||t;return i==null?null:i&&i.nodeType!==1?new Error(`Invalid ${o} \`${a}\` supplied to \`${n}\`. Expected an HTMLElement.`):null}function vn(e){return e&&e.ownerDocument||document}var Dt="top",Zt="bottom",Jt="right",Mt="left",Fl="auto",fs=[Dt,Zt,Jt,Mt],nr="start",Yr="end",Mw="clippingParents",em="viewport",br="popper",Rw="reference",fd=fs.reduce(function(e,t){return e.concat([t+"-"+nr,t+"-"+Yr])},[]),tm=[].concat(fs,[Fl]).reduce(function(e,t){return e.concat([t,t+"-"+nr,t+"-"+Yr])},[]),Nw="beforeRead",$w="read",jw="afterRead",Aw="beforeMain",Lw="main",Vw="afterMain",Fw="beforeWrite",Bw="write",zw="afterWrite",Ww=[Nw,$w,jw,Aw,Lw,Vw,Fw,Bw,zw];function xn(e){return e?(e.nodeName||"").toLowerCase():null}function Bt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function xo(e){var t=Bt(e).Element;return e instanceof t||e instanceof Element}function Kt(e){var t=Bt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Bl(e){if(typeof ShadowRoot>"u")return!1;var t=Bt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Uw(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var o=t.styles[n]||{},s=t.attributes[n]||{},i=t.elements[n];!Kt(i)||!xn(i)||(Object.assign(i.style,o),Object.keys(s).forEach(function(a){var l=s[a];l===!1?i.removeAttribute(a):i.setAttribute(a,l===!0?"":l)}))})}function Hw(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(o){var s=t.elements[o],i=t.attributes[o]||{},a=Object.keys(t.styles.hasOwnProperty(o)?t.styles[o]:n[o]),l=a.reduce(function(c,u){return c[u]="",c},{});!Kt(s)||!xn(s)||(Object.assign(s.style,l),Object.keys(i).forEach(function(c){s.removeAttribute(c)}))})}}const qw={name:"applyStyles",enabled:!0,phase:"write",fn:Uw,effect:Hw,requires:["computeStyles"]};function bn(e){return e.split("-")[0]}var bo=Math.max,ni=Math.min,or=Math.round;function Ba(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function nm(){return!/^((?!chrome|android).)*safari/i.test(Ba())}function rr(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var o=e.getBoundingClientRect(),s=1,i=1;t&&Kt(e)&&(s=e.offsetWidth>0&&or(o.width)/e.offsetWidth||1,i=e.offsetHeight>0&&or(o.height)/e.offsetHeight||1);var a=xo(e)?Bt(e):window,l=a.visualViewport,c=!nm()&&n,u=(o.left+(c&&l?l.offsetLeft:0))/s,d=(o.top+(c&&l?l.offsetTop:0))/i,m=o.width/s,g=o.height/i;return{width:m,height:g,top:d,right:u+m,bottom:d+g,left:u,x:u,y:d}}function zl(e){var t=rr(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function om(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Bl(n)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function jn(e){return Bt(e).getComputedStyle(e)}function Yw(e){return["table","td","th"].indexOf(xn(e))>=0}function eo(e){return((xo(e)?e.ownerDocument:e.document)||window.document).documentElement}function Li(e){return xn(e)==="html"?e:e.assignedSlot||e.parentNode||(Bl(e)?e.host:null)||eo(e)}function md(e){return!Kt(e)||jn(e).position==="fixed"?null:e.offsetParent}function Gw(e){var t=/firefox/i.test(Ba()),n=/Trident/i.test(Ba());if(n&&Kt(e)){var o=jn(e);if(o.position==="fixed")return null}var s=Li(e);for(Bl(s)&&(s=s.host);Kt(s)&&["html","body"].indexOf(xn(s))<0;){var i=jn(s);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||t&&i.willChange==="filter"||t&&i.filter&&i.filter!=="none")return s;s=s.parentNode}return null}function ms(e){for(var t=Bt(e),n=md(e);n&&Yw(n)&&jn(n).position==="static";)n=md(n);return n&&(xn(n)==="html"||xn(n)==="body"&&jn(n).position==="static")?t:n||Gw(e)||t}function Wl(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Mr(e,t,n){return bo(e,ni(t,n))}function Kw(e,t,n){var o=Mr(e,t,n);return o>n?n:o}function rm(){return{top:0,right:0,bottom:0,left:0}}function sm(e){return Object.assign({},rm(),e)}function im(e,t){return t.reduce(function(n,o){return n[o]=e,n},{})}var Xw=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,sm(typeof t!="number"?t:im(t,fs))};function Qw(e){var t,n=e.state,o=e.name,s=e.options,i=n.elements.arrow,a=n.modifiersData.popperOffsets,l=bn(n.placement),c=Wl(l),u=[Mt,Jt].indexOf(l)>=0,d=u?"height":"width";if(!(!i||!a)){var m=Xw(s.padding,n),g=zl(i),p=c==="y"?Dt:Mt,b=c==="y"?Zt:Jt,f=n.rects.reference[d]+n.rects.reference[c]-a[c]-n.rects.popper[d],v=a[c]-n.rects.reference[c],x=ms(i),w=x?c==="y"?x.clientHeight||0:x.clientWidth||0:0,I=f/2-v/2,S=m[p],T=w-g[d]-m[b],E=w/2-g[d]/2+I,M=Mr(S,E,T),N=c;n.modifiersData[o]=(t={},t[N]=M,t.centerOffset=M-E,t)}}function Zw(e){var t=e.state,n=e.options,o=n.element,s=o===void 0?"[data-popper-arrow]":o;s!=null&&(typeof s=="string"&&(s=t.elements.popper.querySelector(s),!s)||om(t.elements.popper,s)&&(t.elements.arrow=s))}const Jw={name:"arrow",enabled:!0,phase:"main",fn:Qw,effect:Zw,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function sr(e){return e.split("-")[1]}var eT={top:"auto",right:"auto",bottom:"auto",left:"auto"};function tT(e,t){var n=e.x,o=e.y,s=t.devicePixelRatio||1;return{x:or(n*s)/s||0,y:or(o*s)/s||0}}function hd(e){var t,n=e.popper,o=e.popperRect,s=e.placement,i=e.variation,a=e.offsets,l=e.position,c=e.gpuAcceleration,u=e.adaptive,d=e.roundOffsets,m=e.isFixed,g=a.x,p=g===void 0?0:g,b=a.y,f=b===void 0?0:b,v=typeof d=="function"?d({x:p,y:f}):{x:p,y:f};p=v.x,f=v.y;var x=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),I=Mt,S=Dt,T=window;if(u){var E=ms(n),M="clientHeight",N="clientWidth";if(E===Bt(n)&&(E=eo(n),jn(E).position!=="static"&&l==="absolute"&&(M="scrollHeight",N="scrollWidth")),E=E,s===Dt||(s===Mt||s===Jt)&&i===Yr){S=Zt;var $=m&&E===T&&T.visualViewport?T.visualViewport.height:E[M];f-=$-o.height,f*=c?1:-1}if(s===Mt||(s===Dt||s===Zt)&&i===Yr){I=Jt;var V=m&&E===T&&T.visualViewport?T.visualViewport.width:E[N];p-=V-o.width,p*=c?1:-1}}var j=Object.assign({position:l},u&&eT),y=d===!0?tT({x:p,y:f},Bt(n)):{x:p,y:f};if(p=y.x,f=y.y,c){var D;return Object.assign({},j,(D={},D[S]=w?"0":"",D[I]=x?"0":"",D.transform=(T.devicePixelRatio||1)<=1?"translate("+p+"px, "+f+"px)":"translate3d("+p+"px, "+f+"px, 0)",D))}return Object.assign({},j,(t={},t[S]=w?f+"px":"",t[I]=x?p+"px":"",t.transform="",t))}function nT(e){var t=e.state,n=e.options,o=n.gpuAcceleration,s=o===void 0?!0:o,i=n.adaptive,a=i===void 0?!0:i,l=n.roundOffsets,c=l===void 0?!0:l,u={placement:bn(t.placement),variation:sr(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:s,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,hd(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,hd(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const oT={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:nT,data:{}};var Ts={passive:!0};function rT(e){var t=e.state,n=e.instance,o=e.options,s=o.scroll,i=s===void 0?!0:s,a=o.resize,l=a===void 0?!0:a,c=Bt(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&u.forEach(function(d){d.addEventListener("scroll",n.update,Ts)}),l&&c.addEventListener("resize",n.update,Ts),function(){i&&u.forEach(function(d){d.removeEventListener("scroll",n.update,Ts)}),l&&c.removeEventListener("resize",n.update,Ts)}}const sT={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:rT,data:{}};var iT={left:"right",right:"left",bottom:"top",top:"bottom"};function Us(e){return e.replace(/left|right|bottom|top/g,function(t){return iT[t]})}var aT={start:"end",end:"start"};function gd(e){return e.replace(/start|end/g,function(t){return aT[t]})}function Ul(e){var t=Bt(e),n=t.pageXOffset,o=t.pageYOffset;return{scrollLeft:n,scrollTop:o}}function Hl(e){return rr(eo(e)).left+Ul(e).scrollLeft}function lT(e,t){var n=Bt(e),o=eo(e),s=n.visualViewport,i=o.clientWidth,a=o.clientHeight,l=0,c=0;if(s){i=s.width,a=s.height;var u=nm();(u||!u&&t==="fixed")&&(l=s.offsetLeft,c=s.offsetTop)}return{width:i,height:a,x:l+Hl(e),y:c}}function cT(e){var t,n=eo(e),o=Ul(e),s=(t=e.ownerDocument)==null?void 0:t.body,i=bo(n.scrollWidth,n.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),a=bo(n.scrollHeight,n.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),l=-o.scrollLeft+Hl(e),c=-o.scrollTop;return jn(s||n).direction==="rtl"&&(l+=bo(n.clientWidth,s?s.clientWidth:0)-i),{width:i,height:a,x:l,y:c}}function ql(e){var t=jn(e),n=t.overflow,o=t.overflowX,s=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+s+o)}function am(e){return["html","body","#document"].indexOf(xn(e))>=0?e.ownerDocument.body:Kt(e)&&ql(e)?e:am(Li(e))}function Rr(e,t){var n;t===void 0&&(t=[]);var o=am(e),s=o===((n=e.ownerDocument)==null?void 0:n.body),i=Bt(o),a=s?[i].concat(i.visualViewport||[],ql(o)?o:[]):o,l=t.concat(a);return s?l:l.concat(Rr(Li(a)))}function za(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function uT(e,t){var n=rr(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function bd(e,t,n){return t===em?za(lT(e,n)):xo(t)?uT(t,n):za(cT(eo(e)))}function dT(e){var t=Rr(Li(e)),n=["absolute","fixed"].indexOf(jn(e).position)>=0,o=n&&Kt(e)?ms(e):e;return xo(o)?t.filter(function(s){return xo(s)&&om(s,o)&&xn(s)!=="body"}):[]}function pT(e,t,n,o){var s=t==="clippingParents"?dT(e):[].concat(t),i=[].concat(s,[n]),a=i[0],l=i.reduce(function(c,u){var d=bd(e,u,o);return c.top=bo(d.top,c.top),c.right=ni(d.right,c.right),c.bottom=ni(d.bottom,c.bottom),c.left=bo(d.left,c.left),c},bd(e,a,o));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function lm(e){var t=e.reference,n=e.element,o=e.placement,s=o?bn(o):null,i=o?sr(o):null,a=t.x+t.width/2-n.width/2,l=t.y+t.height/2-n.height/2,c;switch(s){case Dt:c={x:a,y:t.y-n.height};break;case Zt:c={x:a,y:t.y+t.height};break;case Jt:c={x:t.x+t.width,y:l};break;case Mt:c={x:t.x-n.width,y:l};break;default:c={x:t.x,y:t.y}}var u=s?Wl(s):null;if(u!=null){var d=u==="y"?"height":"width";switch(i){case nr:c[u]=c[u]-(t[d]/2-n[d]/2);break;case Yr:c[u]=c[u]+(t[d]/2-n[d]/2);break}}return c}function Gr(e,t){t===void 0&&(t={});var n=t,o=n.placement,s=o===void 0?e.placement:o,i=n.strategy,a=i===void 0?e.strategy:i,l=n.boundary,c=l===void 0?Mw:l,u=n.rootBoundary,d=u===void 0?em:u,m=n.elementContext,g=m===void 0?br:m,p=n.altBoundary,b=p===void 0?!1:p,f=n.padding,v=f===void 0?0:f,x=sm(typeof v!="number"?v:im(v,fs)),w=g===br?Rw:br,I=e.rects.popper,S=e.elements[b?w:g],T=pT(xo(S)?S:S.contextElement||eo(e.elements.popper),c,d,a),E=rr(e.elements.reference),M=lm({reference:E,element:I,placement:s}),N=za(Object.assign({},I,M)),$=g===br?N:E,V={top:T.top-$.top+x.top,bottom:$.bottom-T.bottom+x.bottom,left:T.left-$.left+x.left,right:$.right-T.right+x.right},j=e.modifiersData.offset;if(g===br&&j){var y=j[s];Object.keys(V).forEach(function(D){var _=[Jt,Zt].indexOf(D)>=0?1:-1,O=[Dt,Zt].indexOf(D)>=0?"y":"x";V[D]+=y[O]*_})}return V}function fT(e,t){t===void 0&&(t={});var n=t,o=n.placement,s=n.boundary,i=n.rootBoundary,a=n.padding,l=n.flipVariations,c=n.allowedAutoPlacements,u=c===void 0?tm:c,d=sr(o),m=d?l?fd:fd.filter(function(b){return sr(b)===d}):fs,g=m.filter(function(b){return u.indexOf(b)>=0});g.length===0&&(g=m);var p=g.reduce(function(b,f){return b[f]=Gr(e,{placement:f,boundary:s,rootBoundary:i,padding:a})[bn(f)],b},{});return Object.keys(p).sort(function(b,f){return p[b]-p[f]})}function mT(e){if(bn(e)===Fl)return[];var t=Us(e);return[gd(e),t,gd(t)]}function hT(e){var t=e.state,n=e.options,o=e.name;if(!t.modifiersData[o]._skip){for(var s=n.mainAxis,i=s===void 0?!0:s,a=n.altAxis,l=a===void 0?!0:a,c=n.fallbackPlacements,u=n.padding,d=n.boundary,m=n.rootBoundary,g=n.altBoundary,p=n.flipVariations,b=p===void 0?!0:p,f=n.allowedAutoPlacements,v=t.options.placement,x=bn(v),w=x===v,I=c||(w||!b?[Us(v)]:mT(v)),S=[v].concat(I).reduce(function(ee,U){return ee.concat(bn(U)===Fl?fT(t,{placement:U,boundary:d,rootBoundary:m,padding:u,flipVariations:b,allowedAutoPlacements:f}):U)},[]),T=t.rects.reference,E=t.rects.popper,M=new Map,N=!0,$=S[0],V=0;V<S.length;V++){var j=S[V],y=bn(j),D=sr(j)===nr,_=[Dt,Zt].indexOf(y)>=0,O=_?"width":"height",k=Gr(t,{placement:j,boundary:d,rootBoundary:m,altBoundary:g,padding:u}),P=_?D?Jt:Mt:D?Zt:Dt;T[O]>E[O]&&(P=Us(P));var A=Us(P),z=[];if(i&&z.push(k[y]<=0),l&&z.push(k[P]<=0,k[A]<=0),z.every(function(ee){return ee})){$=j,N=!1;break}M.set(j,z)}if(N)for(var L=b?3:1,B=function(U){var Q=S.find(function(re){var Y=M.get(re);if(Y)return Y.slice(0,U).every(function(F){return F})});if(Q)return $=Q,"break"},W=L;W>0;W--){var K=B(W);if(K==="break")break}t.placement!==$&&(t.modifiersData[o]._skip=!0,t.placement=$,t.reset=!0)}}const gT={name:"flip",enabled:!0,phase:"main",fn:hT,requiresIfExists:["offset"],data:{_skip:!1}};function yd(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function vd(e){return[Dt,Jt,Zt,Mt].some(function(t){return e[t]>=0})}function bT(e){var t=e.state,n=e.name,o=t.rects.reference,s=t.rects.popper,i=t.modifiersData.preventOverflow,a=Gr(t,{elementContext:"reference"}),l=Gr(t,{altBoundary:!0}),c=yd(a,o),u=yd(l,s,i),d=vd(c),m=vd(u);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:u,isReferenceHidden:d,hasPopperEscaped:m},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":m})}const yT={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:bT};function vT(e,t,n){var o=bn(e),s=[Mt,Dt].indexOf(o)>=0?-1:1,i=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,a=i[0],l=i[1];return a=a||0,l=(l||0)*s,[Mt,Jt].indexOf(o)>=0?{x:l,y:a}:{x:a,y:l}}function xT(e){var t=e.state,n=e.options,o=e.name,s=n.offset,i=s===void 0?[0,0]:s,a=tm.reduce(function(d,m){return d[m]=vT(m,t.rects,i),d},{}),l=a[t.placement],c=l.x,u=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=u),t.modifiersData[o]=a}const CT={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:xT};function ST(e){var t=e.state,n=e.name;t.modifiersData[n]=lm({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const wT={name:"popperOffsets",enabled:!0,phase:"read",fn:ST,data:{}};function TT(e){return e==="x"?"y":"x"}function IT(e){var t=e.state,n=e.options,o=e.name,s=n.mainAxis,i=s===void 0?!0:s,a=n.altAxis,l=a===void 0?!1:a,c=n.boundary,u=n.rootBoundary,d=n.altBoundary,m=n.padding,g=n.tether,p=g===void 0?!0:g,b=n.tetherOffset,f=b===void 0?0:b,v=Gr(t,{boundary:c,rootBoundary:u,padding:m,altBoundary:d}),x=bn(t.placement),w=sr(t.placement),I=!w,S=Wl(x),T=TT(S),E=t.modifiersData.popperOffsets,M=t.rects.reference,N=t.rects.popper,$=typeof f=="function"?f(Object.assign({},t.rects,{placement:t.placement})):f,V=typeof $=="number"?{mainAxis:$,altAxis:$}:Object.assign({mainAxis:0,altAxis:0},$),j=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,y={x:0,y:0};if(E){if(i){var D,_=S==="y"?Dt:Mt,O=S==="y"?Zt:Jt,k=S==="y"?"height":"width",P=E[S],A=P+v[_],z=P-v[O],L=p?-N[k]/2:0,B=w===nr?M[k]:N[k],W=w===nr?-N[k]:-M[k],K=t.elements.arrow,ee=p&&K?zl(K):{width:0,height:0},U=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:rm(),Q=U[_],re=U[O],Y=Mr(0,M[k],ee[k]),F=I?M[k]/2-L-Y-Q-V.mainAxis:B-Y-Q-V.mainAxis,G=I?-M[k]/2+L+Y+re+V.mainAxis:W+Y+re+V.mainAxis,te=t.elements.arrow&&ms(t.elements.arrow),H=te?S==="y"?te.clientTop||0:te.clientLeft||0:0,le=(D=j==null?void 0:j[S])!=null?D:0,X=P+F-le-H,ue=P+G-le,pe=Mr(p?ni(A,X):A,P,p?bo(z,ue):z);E[S]=pe,y[S]=pe-P}if(l){var ae,oe=S==="x"?Dt:Mt,he=S==="x"?Zt:Jt,J=E[T],ce=T==="y"?"height":"width",se=J+v[oe],ve=J-v[he],xe=[Dt,Mt].indexOf(x)!==-1,Se=(ae=j==null?void 0:j[T])!=null?ae:0,Ie=xe?se:J-M[ce]-N[ce]-Se+V.altAxis,_e=xe?J+M[ce]+N[ce]-Se-V.altAxis:ve,Ge=p&&xe?Kw(Ie,J,_e):Mr(p?Ie:se,J,p?_e:ve);E[T]=Ge,y[T]=Ge-J}t.modifiersData[o]=y}}const ET={name:"preventOverflow",enabled:!0,phase:"main",fn:IT,requiresIfExists:["offset"]};function OT(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function kT(e){return e===Bt(e)||!Kt(e)?Ul(e):OT(e)}function _T(e){var t=e.getBoundingClientRect(),n=or(t.width)/e.offsetWidth||1,o=or(t.height)/e.offsetHeight||1;return n!==1||o!==1}function PT(e,t,n){n===void 0&&(n=!1);var o=Kt(t),s=Kt(t)&&_T(t),i=eo(t),a=rr(e,s,n),l={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(o||!o&&!n)&&((xn(t)!=="body"||ql(i))&&(l=kT(t)),Kt(t)?(c=rr(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):i&&(c.x=Hl(i))),{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function DT(e){var t=new Map,n=new Set,o=[];e.forEach(function(i){t.set(i.name,i)});function s(i){n.add(i.name);var a=[].concat(i.requires||[],i.requiresIfExists||[]);a.forEach(function(l){if(!n.has(l)){var c=t.get(l);c&&s(c)}}),o.push(i)}return e.forEach(function(i){n.has(i.name)||s(i)}),o}function MT(e){var t=DT(e);return Ww.reduce(function(n,o){return n.concat(t.filter(function(s){return s.phase===o}))},[])}function RT(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function NT(e){var t=e.reduce(function(n,o){var s=n[o.name];return n[o.name]=s?Object.assign({},s,o,{options:Object.assign({},s.options,o.options),data:Object.assign({},s.data,o.data)}):o,n},{});return Object.keys(t).map(function(n){return t[n]})}var xd={placement:"bottom",modifiers:[],strategy:"absolute"};function Cd(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function $T(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,o=n===void 0?[]:n,s=t.defaultOptions,i=s===void 0?xd:s;return function(l,c,u){u===void 0&&(u=i);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},xd,i),modifiersData:{},elements:{reference:l,popper:c},attributes:{},styles:{}},m=[],g=!1,p={state:d,setOptions:function(x){var w=typeof x=="function"?x(d.options):x;f(),d.options=Object.assign({},i,d.options,w),d.scrollParents={reference:xo(l)?Rr(l):l.contextElement?Rr(l.contextElement):[],popper:Rr(c)};var I=MT(NT([].concat(o,d.options.modifiers)));return d.orderedModifiers=I.filter(function(S){return S.enabled}),b(),p.update()},forceUpdate:function(){if(!g){var x=d.elements,w=x.reference,I=x.popper;if(Cd(w,I)){d.rects={reference:PT(w,ms(I),d.options.strategy==="fixed"),popper:zl(I)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(V){return d.modifiersData[V.name]=Object.assign({},V.data)});for(var S=0;S<d.orderedModifiers.length;S++){if(d.reset===!0){d.reset=!1,S=-1;continue}var T=d.orderedModifiers[S],E=T.fn,M=T.options,N=M===void 0?{}:M,$=T.name;typeof E=="function"&&(d=E({state:d,options:N,name:$,instance:p})||d)}}}},update:RT(function(){return new Promise(function(v){p.forceUpdate(),v(d)})}),destroy:function(){f(),g=!0}};if(!Cd(l,c))return p;p.setOptions(u).then(function(v){!g&&u.onFirstUpdate&&u.onFirstUpdate(v)});function b(){d.orderedModifiers.forEach(function(v){var x=v.name,w=v.options,I=w===void 0?{}:w,S=v.effect;if(typeof S=="function"){var T=S({state:d,name:x,instance:p,options:I}),E=function(){};m.push(T||E)}})}function f(){m.forEach(function(v){return v()}),m=[]}return p}}var jT=[sT,wT,oT,qw,CT,gT,ET,Jw,yT],AT=$T({defaultModifiers:jT});function Wa(e){return typeof e=="string"}function cm(e,t,n){return e===void 0||Wa(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function um(e,t=[]){if(e===void 0)return{};const n={};return Object.keys(e).filter(o=>o.match(/^on[A-Z]/)&&typeof e[o]=="function"&&!t.includes(o)).forEach(o=>{n[o]=e[o]}),n}function Sd(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function dm(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:o,externalForwardedProps:s,className:i}=e;if(!t){const p=de(n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),b={...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},f={...n,...s,...o};return p.length>0&&(f.className=p),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=um({...s,...o}),l=Sd(o),c=Sd(s),u=t(a),d=de(u==null?void 0:u.className,n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),m={...u==null?void 0:u.style,...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},g={...u,...n,...c,...l};return d.length>0&&(g.className=d),Object.keys(m).length>0&&(g.style=m),{props:g,internalRef:u.ref}}function pm(e,t,n){return typeof e=="function"?e(t,n):e}function LT(e){var m;const{elementType:t,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:s=!1,...i}=e,a=s?{}:pm(n,o),{props:l,internalRef:c}=dm({...i,externalSlotProps:a}),u=kt(c,a==null?void 0:a.ref,(m=e.additionalProps)==null?void 0:m.ref);return cm(t,{...l,ref:u},o)}function fm(){return!(/jsdom|HappyDOM/.test(window.navigator.userAgent)||process.env.NODE_ENV==="test")}function wd(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function VT(e){return typeof e=="function"?e():e}const Kr=C.forwardRef(function(t,n){const{children:o,container:s,disablePortal:i=!1}=t,[a,l]=C.useState(null),c=kt(C.isValidElement(o)?ji(o):null,n);if(Hn(()=>{i||l(VT(s)||document.body)},[s,i]),Hn(()=>{if(a&&!i)return wd(n,a),()=>{wd(n,null)}},[n,a,i]),i){if(C.isValidElement(o)){const u={ref:c};return C.cloneElement(o,u)}return o}return a&&pb.createPortal(o,a)});process.env.NODE_ENV!=="production"&&(Kr.propTypes={children:r.node,container:r.oneOfType([tr,r.func]),disablePortal:r.bool});process.env.NODE_ENV!=="production"&&(Kr.propTypes=Sf(Kr.propTypes));function FT(e){return $e("MuiPopper",e)}Me("MuiPopper",["root"]);function BT(e,t){if(t==="ltr")return e;switch(e){case"bottom-end":return"bottom-start";case"bottom-start":return"bottom-end";case"top-end":return"top-start";case"top-start":return"top-end";default:return e}}function oi(e){return typeof e=="function"?e():e}function Vi(e){return e.nodeType!==void 0}function zT(e){return!Vi(e)}const WT=e=>{const{classes:t}=e;return Le({root:["root"]},FT,t)},UT={},HT=C.forwardRef(function(t,n){const{anchorEl:o,children:s,direction:i,disablePortal:a,modifiers:l,open:c,placement:u,popperOptions:d,popperRef:m,slotProps:g={},slots:p={},TransitionProps:b,ownerState:f,...v}=t,x=C.useRef(null),w=kt(x,n),I=C.useRef(null),S=kt(I,m),T=C.useRef(S);Hn(()=>{T.current=S},[S]),C.useImperativeHandle(m,()=>I.current,[]);const E=BT(u,i),[M,N]=C.useState(E),[$,V]=C.useState(oi(o));C.useEffect(()=>{I.current&&I.current.forceUpdate()}),C.useEffect(()=>{o&&V(oi(o))},[o]),Hn(()=>{if(!$||!c)return;const O=z=>{N(z.placement)};if(process.env.NODE_ENV!=="production"&&$&&Vi($)&&$.nodeType===1){const z=$.getBoundingClientRect();fm()&&z.top===0&&z.left===0&&z.right===0&&z.bottom===0&&console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.","The anchor element should be part of the document layout.","Make sure the element is present in the document or that it's not display none."].join(`
|
|
92
|
-
`))}let k=[{name:"preventOverflow",options:{altBoundary:a}},{name:"flip",options:{altBoundary:a}},{name:"onUpdate",enabled:!0,phase:"afterWrite",fn:({state:z})=>{O(z)}}];l!=null&&(k=k.concat(l)),d&&d.modifiers!=null&&(k=k.concat(d.modifiers));const P=
|
|
93
|
-
`))}else if(!t||typeof t.getBoundingClientRect!="function"||
|
|
94
|
-
`))}return null}),children:r.oneOfType([r.node,r.func]),container:r.oneOfType([tr,r.func]),direction:r.oneOf(["ltr","rtl"]),disablePortal:r.bool,keepMounted:r.bool,modifiers:r.arrayOf(r.shape({data:r.object,effect:r.func,enabled:r.bool,fn:r.func,name:r.any,options:r.object,phase:r.oneOf(["afterMain","afterRead","afterWrite","beforeMain","beforeRead","beforeWrite","main","read","write"]),requires:r.arrayOf(r.string),requiresIfExists:r.arrayOf(r.string)})),open:r.bool.isRequired,placement:r.oneOf(["auto-end","auto-start","auto","bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),popperOptions:r.shape({modifiers:r.array,onFirstUpdate:r.func,placement:r.oneOf(["auto-end","auto-start","auto","bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),strategy:r.oneOf(["absolute","fixed"])}),popperRef:Ai,slotProps:r.shape({root:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType}),transition:r.bool});const
|
|
95
|
-
`)),T.setAttribute("tabIndex","-1")),p.current&&T.focus()),()=>{s||(m.current&&m.current.focus&&(c.current=!0,m.current.focus()),m.current=null)}},[l]),C.useEffect(()=>{if(!l||!b.current)return;const I=vn(b.current),S=M=>{if(v.current=M,o||!a()||M.key!=="Tab")return;_r(I)===b.current&&M.shiftKey&&(c.current=!0,d.current&&d.current.focus())},T=()=>{var V,j;const M=b.current;if(M===null)return;const N=_r(I);if(!I.hasFocus()||!a()||c.current){c.current=!1;return}if(
|
|
90
|
+
`));if(s.type==="day"&&s.contentType==="digit-with-letter"){const a=e.setDate(n.longestMonth,t);return e.formatByString(a,s.format)}let i=t.toString();return s.hasLeadingZerosInInput&&(i=El(i,s.maxLength)),Il(i,o)},iS=(e,t,n)=>{let o=e.value||e.placeholder;const s=e.hasLeadingZerosInFormat;return e.hasLeadingZerosInInput&&!e.hasLeadingZerosInFormat&&(o=Number(yn(o,n)).toString()),["input-rtl","input-ltr"].includes(t)&&e.contentType==="digit"&&!s&&o.length===1&&(o=`${o}`),o},ed=(e,t,n,o)=>{if(process.env.NODE_ENV!=="production"&&Tl(e,n).type==="weekDay")throw new Error("changeSectionValueFormat doesn't support week day formats");return e.formatByString(e.parse(t,n),o)},aS=(e,t)=>e.formatByString(e.date(void 0,"system"),t).length===4,$f=(e,t,n,o)=>{if(t!=="digit")return!1;const s=e.date(void 0,"default");switch(n){case"year":return e.lib==="dayjs"&&o==="YY"?!0:e.formatByString(e.setYear(s,1),o).startsWith("0");case"month":return e.formatByString(e.startOfYear(s),o).length>1;case"day":return e.formatByString(e.startOfMonth(s),o).length>1;case"weekDay":return e.formatByString(e.startOfWeek(s),o).length>1;case"hours":return e.formatByString(e.setHours(s,1),o).length>1;case"minutes":return e.formatByString(e.setMinutes(s,1),o).length>1;case"seconds":return e.formatByString(e.setSeconds(s,1),o).length>1;default:throw new Error(process.env.NODE_ENV!=="production"?"MUI X:Invalid section type":Ae(158))}},lS=(e,t,n)=>{const o=t.some(c=>c.type==="day"),s=[],i=[];for(let c=0;c<t.length;c+=1){const u=t[c];o&&u.type==="weekDay"||(s.push(u.format),i.push(iS(u,"non-input",n)))}const a=s.join(" "),l=i.join(" ");return e.parse(l,a)},cS=e=>e.map(t=>`${t.startSeparator}${t.value||t.placeholder}${t.endSeparator}`).join(""),uS=(e,t,n)=>{const o=e.date(void 0,n),s=e.endOfYear(o),i=e.endOfDay(o),{maxDaysInMonth:a,longestMonth:l}=Cl(e,o).reduce((c,u)=>{const d=e.getDaysInMonth(u);return d>c.maxDaysInMonth?{maxDaysInMonth:d,longestMonth:u}:c},{maxDaysInMonth:0,longestMonth:null});return{year:({format:c})=>({minimum:0,maximum:aS(e,c)?9999:99}),month:()=>({minimum:1,maximum:e.getMonth(s)+1}),day:({currentDate:c})=>({minimum:1,maximum:e.isValid(c)?e.getDaysInMonth(c):a,longestMonth:l}),weekDay:({format:c,contentType:u})=>{if(u==="digit"){const d=Mi(e,c).map(Number);return{minimum:Math.min(...d),maximum:Math.max(...d)}}return{minimum:1,maximum:7}},hours:({format:c})=>{const u=e.getHours(i),d=Number(yn(e.formatByString(e.startOfDay(o),c),t)),m=Number(yn(e.formatByString(e.endOfDay(o),c),t));return m!==u?d===0?{minimum:0,maximum:m}:{minimum:1,maximum:d}:d>u?{minimum:1,maximum:d}:{minimum:0,maximum:u}},minutes:()=>({minimum:0,maximum:e.getMinutes(i)}),seconds:()=>({minimum:0,maximum:e.getSeconds(i)}),meridiem:()=>({minimum:0,maximum:1}),empty:()=>({minimum:0,maximum:0})}};let td=!1;const nd=(e,t)=>{if(process.env.NODE_ENV!=="production"&&!td){const n=["empty"];["date","date-time"].includes(t)&&n.push("weekDay","day","month","year"),["time","date-time"].includes(t)&&n.push("hours","minutes","seconds","meridiem");const o=e.find(s=>!n.includes(s.type));o&&(console.warn(`MUI X: The field component you are using is not compatible with the "${o.type}" date section.`,`The supported date sections are ["${n.join('", "')}"]\`.`),td=!0)}},dS=(e,t,n,o)=>{switch(t.type){case"year":return e.setYear(o,e.getYear(n));case"month":return e.setMonth(o,e.getMonth(n));case"weekDay":{let s=e.formatByString(n,t.format);t.hasLeadingZerosInInput&&(s=El(s,t.maxLength));const i=Mi(e,t.format),a=i.indexOf(s),c=i.indexOf(t.value)-a;return e.addDays(n,c)}case"day":return e.setDate(o,e.getDate(n));case"meridiem":{const s=e.getHours(n)<12?"am":"pm";return Df(o,s,!0,e)}case"hours":return e.setHours(o,e.getHours(n));case"minutes":return e.setMinutes(o,e.getMinutes(n));case"seconds":return e.setSeconds(o,e.getSeconds(n));default:return o}},od={year:1,month:2,day:3,weekDay:4,hours:5,minutes:6,seconds:7,meridiem:8,empty:9},rd=(e,t,n,o,s)=>[...n].sort((i,a)=>od[i.type]-od[a.type]).reduce((i,a)=>!s||a.modified?dS(e,a,t,i):i,o),pS=e=>{const t={};return e.forEach((n,o)=>{const s=o===0?null:o-1,i=o===e.length-1?null:o+1;t[o]={leftIndex:s,rightIndex:i}}),{neighbors:t,startIndex:0,endIndex:e.length-1}},$a=(e,t)=>{if(e==null)return null;if(e==="all")return"all";if(typeof e=="string"){const n=t.findIndex(o=>o.type===e);return n===-1?null:n}return e},fS=["value","referenceDate"],wt={emptyValue:null,getTodayValue:Sl,getInitialReferenceValue:e=>{let{value:t,referenceDate:n}=e,o=Ce(e,fS);return o.adapter.isValid(t)?t:n??oS(o)},cleanValue:KC,areValuesEqual:XC,isSameError:(e,t)=>e===t,hasError:e=>e!=null,defaultErrorState:null,getTimezone:(e,t)=>e.isValid(t)?e.getTimezone(t):null,setTimezone:(e,t,n)=>n==null?null:e.setTimezone(n,t)},jf={updateReferenceValue:(e,t,n)=>e.isValid(t)?t:n,getSectionsFromValue:(e,t)=>t(e),getHiddenInputValueFromSections:cS,parseValueStr:(e,t,n)=>n(e.trim(),t),getDateFromSection:e=>e,getDateSectionsFromValue:e=>e,updateDateInValue:(e,t,n)=>n,clearDateSections:e=>e.map(t=>R({},t,{value:""}))};function mS(){return ux}const dt=Lx;process.env.NODE_ENV!=="production"&&(r.node,r.object.isRequired);function ot(e){return $x(e)}function hS(e){return typeof e.main=="string"}function gS(e,t=[]){if(!hS(e))return!1;for(const n of t)if(!e.hasOwnProperty(n)||typeof e[n]!="string")return!1;return!0}function Pt(e=[]){return([,t])=>t&&gS(t,e)}function bS(e){return $e("MuiTypography",e)}Me("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const yS={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},vS=mS(),xS=e=>{const{align:t,gutterBottom:n,noWrap:o,paragraph:s,variant:i,classes:a}=e,l={root:["root",i,e.align!=="inherit"&&`align${fe(t)}`,n&&"gutterBottom",o&&"noWrap",s&&"paragraph"]};return Le(l,bS,a)},CS=ne("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.variant&&t[n.variant],n.align!=="inherit"&&t[`align${fe(n.align)}`],n.noWrap&&t.noWrap,n.gutterBottom&&t.gutterBottom,n.paragraph&&t.paragraph]}})(dt(({theme:e})=>{var t;return{margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([n,o])=>n!=="inherit"&&o&&typeof o=="object").map(([n,o])=>({props:{variant:n},style:o})),...Object.entries(e.palette).filter(Pt()).map(([n])=>({props:{color:n},style:{color:(e.vars||e).palette[n].main}})),...Object.entries(((t=e.palette)==null?void 0:t.text)||{}).filter(([,n])=>typeof n=="string").map(([n])=>({props:{color:`text${fe(n)}`},style:{color:(e.vars||e).palette.text[n]}})),{props:({ownerState:n})=>n.align!=="inherit",style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:n})=>n.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:n})=>n.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:n})=>n.paragraph,style:{marginBottom:16}}]}})),sd={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},nn=C.forwardRef(function(t,n){const{color:o,...s}=ot({props:t,name:"MuiTypography"}),i=!yS[o],a=vS({...s,...i&&{color:o}}),{align:l="inherit",className:c,component:u,gutterBottom:d=!1,noWrap:m=!1,paragraph:g=!1,variant:p="body1",variantMapping:b=sd,...f}=a,v={...a,align:l,color:o,className:c,component:u,gutterBottom:d,noWrap:m,paragraph:g,variant:p,variantMapping:b},x=u||(g?"p":b[p]||sd[p])||"span",w=xS(v);return h.jsx(CS,{as:x,ref:n,className:de(w.root,c),...f,ownerState:v,style:{...l!=="inherit"&&{"--Typography-textAlign":l},...f.style}})});process.env.NODE_ENV!=="production"&&(nn.propTypes={align:r.oneOf(["center","inherit","justify","left","right"]),children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["primary","secondary","success","error","info","warning","textPrimary","textSecondary","textDisabled"]),r.string]),component:r.elementType,gutterBottom:r.bool,noWrap:r.bool,paragraph:r.bool,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),r.string]),variantMapping:r.object});function Fe(e,t,n=void 0){const o={};for(const s in e){const i=e[s];let a="",l=!0;for(let c=0;c<i.length;c+=1){const u=i[c];u&&(a+=(l===!0?"":" ")+t(u),l=!1,n&&n[u]&&(a+=" "+n[u]))}o[s]=a}return o}const id=e=>e,SS=()=>{let e=id;return{configure(t){e=t},generate(t){return e(t)},reset(){e=id}}},wS=SS(),TS={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Ye(e,t,n="Mui"){const o=TS[t];return o?`${n}-${o}`:`${wS.generate(e)}-${t}`}function tt(e,t,n="Mui"){const o={};return t.forEach(s=>{o[s]=Ye(e,s,n)}),o}function Af(e){return Ye("MuiPickersToolbar",e)}tt("MuiPickersToolbar",["root","title","content"]);const Ol=C.createContext(()=>!0);process.env.NODE_ENV!=="production"&&(Ol.displayName="IsValidValueContext");function IS(){return C.useContext(Ol)}const kl=C.createContext(null);process.env.NODE_ENV!=="production"&&(kl.displayName="PickerFieldPrivateContext");function ES(){return C.useContext(kl)}const Ri=C.createContext(null);process.env.NODE_ENV!=="production"&&(Ri.displayName="PickerContext");const wo=()=>{const e=C.useContext(Ri);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `usePickerContext` hook can only be called inside the context of a Picker component":Ae(151));return e},_l=C.createContext(null);process.env.NODE_ENV!=="production"&&(_l.displayName="PickerActionsContext");const Pl=C.createContext({ownerState:{isPickerDisabled:!1,isPickerReadOnly:!1,isPickerValueEmpty:!1,isPickerOpen:!1,pickerVariant:"desktop",pickerOrientation:"portrait"},rootRefObject:{current:null},labelId:void 0,dismissViews:()=>{},hasUIView:!0,getCurrentViewMode:()=>"UI",triggerElement:null,viewContainerRole:null,defaultActionBarActions:[],onPopperExited:void 0});process.env.NODE_ENV!=="production"&&(Pl.displayName="PickerPrivateContext");function Lf(e){const{contextValue:t,actionsContextValue:n,privateContextValue:o,fieldPrivateContextValue:s,isValidContextValue:i,localeText:a,children:l}=e;return h.jsx(Ri.Provider,{value:t,children:h.jsx(_l.Provider,{value:n,children:h.jsx(Pl.Provider,{value:o,children:h.jsx(kl.Provider,{value:s,children:h.jsx(Ol.Provider,{value:i,children:h.jsx(is,{localeText:a,children:l})})})})})})}const lt=()=>C.useContext(Pl);function Dl(){const{ownerState:e}=lt(),t=un();return C.useMemo(()=>R({},e,{toolbarDirection:t?"rtl":"ltr"}),[e,t])}const OS=["children","className","classes","toolbarTitle","hidden","titleId","classes","landscapeDirection"],kS=e=>Fe({root:["root"],title:["title"],content:["content"]},Af,e),_S=ne("div",{name:"MuiPickersToolbar",slot:"Root"})(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",justifyContent:"space-between",padding:e.spacing(2,3),variants:[{props:{pickerOrientation:"landscape"},style:{height:"auto",maxWidth:160,padding:16,justifyContent:"flex-start",flexWrap:"wrap"}}]})),PS=ne("div",{name:"MuiPickersToolbar",slot:"Content",shouldForwardProp:e=>Ft(e)&&e!=="landscapeDirection"})({display:"flex",flexWrap:"wrap",width:"100%",flex:1,justifyContent:"space-between",alignItems:"center",flexDirection:"row",variants:[{props:{pickerOrientation:"landscape"},style:{justifyContent:"flex-start",alignItems:"flex-start",flexDirection:"column"}},{props:{pickerOrientation:"landscape",landscapeDirection:"row"},style:{flexDirection:"row"}}]}),Ml=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersToolbar"}),{children:s,className:i,classes:a,toolbarTitle:l,hidden:c,titleId:u,landscapeDirection:d}=o,m=Ce(o,OS),g=Dl(),p=kS(a);return c?null:h.jsxs(_S,R({ref:n,className:de(p.root,i),ownerState:g},m,{children:[h.jsx(nn,{variant:"overline",id:u,className:p.title,sx:{color:"text.secondary"},children:l}),h.jsx(PS,{className:p.content,ownerState:g,landscapeDirection:d,children:s})]}))});process.env.NODE_ENV!=="production"&&(Ml.displayName="PickersToolbar");const DS=e=>({components:{MuiLocalizationProvider:{defaultProps:{localeText:R({},e)}}}}),Vf={previousMonth:"Previous month",nextMonth:"Next month",openPreviousView:"Open previous view",openNextView:"Open next view",calendarViewSwitchingButtonAriaLabel:e=>e==="year"?"year view is open, switch to calendar view":"calendar view is open, switch to year view",start:"Start",end:"End",startDate:"Start date",startTime:"Start time",endDate:"End date",endTime:"End time",cancelButtonLabel:"Cancel",clearButtonLabel:"Clear",okButtonLabel:"OK",todayButtonLabel:"Today",nextStepButtonLabel:"Next",datePickerToolbarTitle:"Select date",dateTimePickerToolbarTitle:"Select date & time",timePickerToolbarTitle:"Select time",dateRangePickerToolbarTitle:"Select date range",timeRangePickerToolbarTitle:"Select time range",clockLabelText:(e,t)=>`Select ${e}. ${t?`Selected time is ${t}`:"No time selected"}`,hoursClockNumberText:e=>`${e} hours`,minutesClockNumberText:e=>`${e} minutes`,secondsClockNumberText:e=>`${e} seconds`,selectViewText:e=>`Select ${e}`,calendarWeekNumberHeaderLabel:"Week number",calendarWeekNumberHeaderText:"#",calendarWeekNumberAriaLabelText:e=>`Week ${e}`,calendarWeekNumberText:e=>`${e}`,openDatePickerDialogue:e=>e?`Choose date, selected date is ${e}`:"Choose date",openTimePickerDialogue:e=>e?`Choose time, selected time is ${e}`:"Choose time",openRangePickerDialogue:e=>e?`Choose range, selected range is ${e}`:"Choose range",fieldClearLabel:"Clear",timeTableLabel:"pick time",dateTableLabel:"pick date",fieldYearPlaceholder:e=>"Y".repeat(e.digitAmount),fieldMonthPlaceholder:e=>e.contentType==="letter"?"MMMM":"MM",fieldDayPlaceholder:()=>"DD",fieldWeekDayPlaceholder:e=>e.contentType==="letter"?"EEEE":"EE",fieldHoursPlaceholder:()=>"hh",fieldMinutesPlaceholder:()=>"mm",fieldSecondsPlaceholder:()=>"ss",fieldMeridiemPlaceholder:()=>"aa",year:"Year",month:"Month",day:"Day",weekDay:"Week day",hours:"Hours",minutes:"Minutes",seconds:"Seconds",meridiem:"Meridiem",empty:"Empty"},MS=Vf;DS(Vf);const Rl=()=>{const e=C.useContext(Zs);if(e===null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Can not find the date and time pickers localization context.\nIt looks like you forgot to wrap your component in LocalizationProvider.\nThis can also happen if you are bundling multiple versions of the `@mui/x-date-pickers` package":Ae(149));if(e.adapter===null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Can not find the date and time pickers adapter from its localization context.\nIt looks like you forgot to pass a `dateAdapter` to your LocalizationProvider.":Ae(150));const t=C.useMemo(()=>R({},MS,e.localeText),[e.localeText]);return C.useMemo(()=>R({},e,{localeText:t}),[e,t])},Re=()=>Rl().adapter,Rt=()=>Rl().localeText,ja=["disablePast","disableFuture","minDate","maxDate","shouldDisableDate","shouldDisableMonth","shouldDisableYear"],Aa=["disablePast","disableFuture","minTime","maxTime","shouldDisableTime","minutesStep","ampm","disableIgnoringDatePartForTimeValidation"],Ff=["minDateTime","maxDateTime"],RS=[...ja,...Aa,...Ff],Ni=e=>RS.reduce((t,n)=>(e.hasOwnProperty(n)&&(t[n]=e[n]),t),{}),NS=["value","defaultValue","referenceDate","format","formatDensity","onChange","timezone","onError","shouldRespectLeadingZeros","selectedSections","onSelectedSectionsChange","fieldRef","startFieldRef","endFieldRef","disabled","readOnly","dateSeparator","autoFocus","focused"],$S=(e,t)=>C.useMemo(()=>{const n=R({},e),o={},s=i=>{n.hasOwnProperty(i)&&(o[i]=n[i],delete n[i])};return NS.forEach(s),t==="date"?ja.forEach(s):t==="time"?Aa.forEach(s):t==="date-time"&&(ja.forEach(s),Aa.forEach(s),Ff.forEach(s)),{forwardedProps:n,internalProps:o}},[e,t]),jS=({adapter:e,format:t})=>{let n=10,o=t,s=e.expandFormat(t);for(;s!==o;)if(o=s,s=e.expandFormat(o),n-=1,n<0)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The format expansion seems to be in an infinite loop. Please open an issue with the format passed to the component.":Ae(154));return s},AS=({adapter:e,expandedFormat:t})=>{const n=[],{start:o,end:s}=e.escapedCharacters,i=new RegExp(`(\\${o}[^\\${s}]*\\${s})+`,"g");let a=null;for(;a=i.exec(t);)n.push({start:a.index,end:i.lastIndex-1});return n},LS=(e,t,n,o)=>{switch(n.type){case"year":return t.fieldYearPlaceholder({digitAmount:e.formatByString(e.date(void 0,"default"),o).length,format:o});case"month":return t.fieldMonthPlaceholder({contentType:n.contentType,format:o});case"day":return t.fieldDayPlaceholder({format:o});case"weekDay":return t.fieldWeekDayPlaceholder({contentType:n.contentType,format:o});case"hours":return t.fieldHoursPlaceholder({format:o});case"minutes":return t.fieldMinutesPlaceholder({format:o});case"seconds":return t.fieldSecondsPlaceholder({format:o});case"meridiem":return t.fieldMeridiemPlaceholder({format:o});default:return o}},VS=({adapter:e,date:t,shouldRespectLeadingZeros:n,localeText:o,localizedDigits:s,now:i,token:a,startSeparator:l})=>{if(a==="")throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Should not call `commitToken` with an empty token":Ae(155));const c=Tl(e,a),u=$f(e,c.contentType,c.type,a),d=n?u:c.contentType==="digit",m=e.isValid(t);let g=m?e.formatByString(t,a):"",p=null;if(d)if(u)p=g===""?e.formatByString(i,a).length:g.length;else{if(c.maxLength==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: The token ${a} should have a 'maxLength' property on it's adapter`:Ae(156,a));p=c.maxLength,m&&(g=Il(El(yn(g,s),p),s))}return R({},c,{format:a,maxLength:p,value:g,placeholder:LS(e,o,c,a),hasLeadingZerosInFormat:u,hasLeadingZerosInInput:d,startSeparator:l,endSeparator:"",modified:!1})},FS=e=>{var p;const{adapter:t,expandedFormat:n,escapedParts:o}=e,s=t.date(void 0),i=[];let a="";const l=Object.keys(t.formatTokenMap).sort((b,f)=>f.length-b.length),c=/^([a-zA-Z]+)/,u=new RegExp(`^(${l.join("|")})*$`),d=new RegExp(`^(${l.join("|")})`),m=b=>o.find(f=>f.start<=b&&f.end>=b);let g=0;for(;g<n.length;){const b=m(g),f=b!=null,v=(p=c.exec(n.slice(g)))==null?void 0:p[1];if(!f&&v!=null&&u.test(v)){let x=v;for(;x.length>0;){const w=d.exec(x)[1];x=x.slice(w.length),i.push(VS(R({},e,{now:s,token:w,startSeparator:a}))),a=""}g+=v.length}else{const x=n[g];f&&(b==null?void 0:b.start)===g||(b==null?void 0:b.end)===g||(i.length===0?a+=x:(i[i.length-1].endSeparator+=x,i[i.length-1].isEndFormatSeparator=!0)),g+=1}}return i.length===0&&a.length>0&&i.push({type:"empty",contentType:"letter",maxLength:null,format:"",value:"",placeholder:"",hasLeadingZerosInFormat:!1,hasLeadingZerosInInput:!1,startSeparator:a,endSeparator:"",modified:!1}),i},BS=({isRtl:e,formatDensity:t,sections:n})=>n.map(o=>{const s=i=>{let a=i;return e&&a!==null&&a.includes(" ")&&(a=`${a}`),t==="spacious"&&["/",".","-"].includes(a)&&(a=` ${a} `),a};return o.startSeparator=s(o.startSeparator),o.endSeparator=s(o.endSeparator),o}),ad=e=>{let t=jS(e);e.isRtl&&(t=t.split(" ").reverse().join(" "));const n=AS(R({},e,{expandedFormat:t})),o=FS(R({},e,{expandedFormat:t,escapedParts:n}));return BS(R({},e,{sections:o}))},Nl=()=>C.useContext(Ri),zS=()=>{const e=C.useContext(_l);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `usePickerActionsContext` can only be called in fields that are used as a slot of a Picker component":Ae(148));return e};function WS(e){return Ye("MuiDatePickerToolbar",e)}tt("MuiDatePickerToolbar",["root","title"]);const US=["toolbarFormat","toolbarPlaceholder","className","classes"],HS=e=>Fe({root:["root"],title:["title"]},WS,e),qS=ne(Ml,{name:"MuiDatePickerToolbar",slot:"Root"})({}),YS=ne(nn,{name:"MuiDatePickerToolbar",slot:"Title"})({variants:[{props:{pickerOrientation:"landscape"},style:{margin:"auto 16px auto auto"}}]}),$l=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiDatePickerToolbar"}),{toolbarFormat:s,toolbarPlaceholder:i="––",className:a,classes:l}=o,c=Ce(o,US),u=Re(),{value:d,views:m,orientation:g}=wo(),p=Rt(),b=Dl(),f=HS(l),v=C.useMemo(()=>{if(!u.isValid(d))return i;const x=wl(u,{format:s,views:m},!0);return u.formatByString(d,x)},[d,s,i,u,m]);return h.jsx(qS,R({ref:n,toolbarTitle:p.datePickerToolbarTitle,className:de(f.root,a)},c,{children:h.jsx(YS,{variant:"h4",align:g==="landscape"?"left":"center",ownerState:b,className:f.title,children:v})}))});process.env.NODE_ENV!=="production"&&($l.displayName="DatePickerToolbar");process.env.NODE_ENV!=="production"&&($l.propTypes={classes:r.object,className:r.string,hidden:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),titleId:r.string,toolbarFormat:r.string,toolbarPlaceholder:r.node});const ls=({props:e,value:t,timezone:n,adapter:o})=>{if(t===null)return null;const{shouldDisableDate:s,shouldDisableMonth:i,shouldDisableYear:a,disablePast:l,disableFuture:c,minDate:u,maxDate:d}=e,m=o.date(void 0,n);switch(!0){case!o.isValid(t):return"invalidDate";case!!(s&&s(t)):return"shouldDisableDate";case!!(i&&i(t)):return"shouldDisableMonth";case!!(a&&a(t)):return"shouldDisableYear";case!!(c&&o.isAfterDay(t,m)):return"disableFuture";case!!(l&&o.isBeforeDay(t,m)):return"disablePast";case!!(u&&o.isBeforeDay(t,u)):return"minDate";case!!(d&&o.isAfterDay(t,d)):return"maxDate";default:return null}};ls.valueManager=wt;const $i=({adapter:e,value:t,timezone:n,props:o})=>{if(t===null)return null;const{minTime:s,maxTime:i,minutesStep:a,shouldDisableTime:l,disableIgnoringDatePartForTimeValidation:c=!1,disablePast:u,disableFuture:d}=o,m=e.date(void 0,n),g=as(c,e);switch(!0){case!e.isValid(t):return"invalidDate";case!!(s&&g(s,t)):return"minTime";case!!(i&&g(t,i)):return"maxTime";case!!(d&&e.isAfter(t,m)):return"disableFuture";case!!(u&&e.isBefore(t,m)):return"disablePast";case!!(l&&l(t,"hours")):return"shouldDisableTime-hours";case!!(l&&l(t,"minutes")):return"shouldDisableTime-minutes";case!!(l&&l(t,"seconds")):return"shouldDisableTime-seconds";case!!(a&&e.getMinutes(t)%a!==0):return"minutesStep";default:return null}};$i.valueManager=wt;const Qt=typeof window<"u"?C.useLayoutEffect:C.useEffect;function ge(e){const t=C.useRef(e);return Qt(()=>{t.current=e}),C.useRef((...n)=>(0,t.current)(...n)).current}function Bf(e){const{props:t,validator:n,value:o,timezone:s,onError:i}=e,a=Re(),l=C.useRef(n.valueManager.defaultErrorState),c=n({adapter:a,value:o,timezone:s,props:t}),u=n.valueManager.hasError(c);C.useEffect(()=>{i&&!n.valueManager.isSameError(c,l.current)&&i(c,o),l.current=c},[n,i,c,o]);const d=ge(m=>n({adapter:a,value:m,timezone:s,props:t}));return{validationError:c,hasValidationError:u,getValidationErrorForNewValue:d}}const GS=()=>Rl().defaultDates,To=e=>{const t=Re(),n=C.useRef(void 0);return n.current===void 0&&(n.current=t.date(void 0,e)),n.current};function KS(){return C.useMemo(()=>({valueType:"date",validator:ls,internal_valueManager:wt,internal_fieldValueManager:jf,internal_useApplyDefaultValuesToFieldInternalProps:QS,internal_useOpenPickerButtonAriaLabel:XS}),[])}function XS(e){const t=Re(),n=Rt();return C.useMemo(()=>{const o=t.isValid(e)?t.format(e,"fullDate"):null;return n.openDatePickerDialogue(o)},[e,n,t])}function QS(e){const t=Re(),n=cs(e);return C.useMemo(()=>R({},e,n,{format:e.format??t.formats.keyboardDate}),[e,n,t])}function cs(e){const t=Re(),n=GS();return C.useMemo(()=>({disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1,minDate:Ku(t,e.minDate,n.minDate),maxDate:Ku(t,e.maxDate,n.maxDate)}),[e.minDate,e.maxDate,e.disableFuture,e.disablePast,t,n])}function zf(e,t){const n=ke({props:e,name:t}),o=cs(n),s=C.useMemo(()=>{var i;return((i=n.localeText)==null?void 0:i.toolbarTitle)==null?n.localeText:R({},n.localeText,{datePickerToolbarTitle:n.localeText.toolbarTitle})},[n.localeText]);return R({},n,o,{localeText:s},_f({views:n.views,openTo:n.openTo,defaultViews:["year","day"],defaultOpenTo:"day"}),{slots:R({toolbar:$l},n.slots)})}function Tt(...e){const t=C.useRef(void 0),n=C.useCallback(o=>{const s=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,l=a(o);return typeof l=="function"?l:()=>{a(null)}}return i.current=o,()=>{i.current=null}});return()=>{s.forEach(i=>i==null?void 0:i())}},e);return C.useMemo(()=>e.every(o=>o==null)?null:o=>{t.current&&(t.current(),t.current=void 0),o!=null&&(t.current=n(o))},e)}function ZS(e){return typeof e=="string"}function JS(e,t,n){return e===void 0||ZS(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function ew(e,t){const n=e.charCodeAt(2);return e[0]==="o"&&e[1]==="n"&&n>=65&&n<=90&&typeof t=="function"}function tw(e){if(e===void 0)return{};const t={};for(const n of Object.keys(e))ew(n,e[n])&&(t[n]=e[n]);return t}function ld(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function nw(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:o,externalForwardedProps:s,className:i}=e;if(!t){const p=de(n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),b={...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},f={...n,...s,...o};return p.length>0&&(f.className=p),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=tw({...s,...o}),l=ld(o),c=ld(s),u=t(a),d=de(u==null?void 0:u.className,n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),m={...u==null?void 0:u.style,...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},g={...u,...n,...c,...l};return d.length>0&&(g.className=d),Object.keys(m).length>0&&(g.style=m),{props:g,internalRef:u.ref}}function Ve(e){var m;const{elementType:t,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:s=!1,...i}=e,a=s?{}:Yn(n,o),{props:l,internalRef:c}=nw({...i,externalSlotProps:a}),u=Tt(c,a==null?void 0:a.ref,(m=e.additionalProps)==null?void 0:m.ref);return JS(t,{...l,ref:u},o)}const cd={};function Wf(e,t){const n=C.useRef(cd);return n.current===cd&&(n.current=e(t)),n}const ow=[];function rw(e){C.useEffect(e,ow)}let sw=class Uf{constructor(){Z(this,"currentId",null);Z(this,"clear",()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)});Z(this,"disposeEffect",()=>this.clear)}static create(){return new Uf}start(t,n){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,n()},t)}};function jl(){const e=Wf(sw.create).current;return rw(e.disposeEffect),e}function Jn(e,t){return process.env.NODE_ENV==="production"?()=>null:function(...o){return e(...o)||t(...o)}}function iw(e){const{prototype:t={}}=e;return!!t.isReactComponent}function Hf(e,t,n,o,s){const i=e[t],a=s||t;if(i==null||typeof window>"u")return null;let l;const c=i.type;return typeof c=="function"&&!iw(c)&&(l="Did you accidentally use a plain function component for an element instead?"),l!==void 0?new Error(`Invalid ${o} \`${a}\` supplied to \`${n}\`. Expected an element that can hold a ref. ${l} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const us=Jn(r.element,Hf);us.isRequired=Jn(r.element.isRequired,Hf);function ji(e){var t;return parseInt(C.version,10)>=19?((t=e==null?void 0:e.props)==null?void 0:t.ref)||null:(e==null?void 0:e.ref)||null}function La(e,t){return La=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},La(e,t)}function Al(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,La(e,t)}function aw(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function lw(e,t){e.classList?e.classList.add(t):aw(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function ud(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function cw(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=ud(e.className,t):e.setAttribute("class",ud(e.className&&e.className.baseVal||"",t))}const dd={disabled:!1};var uw=process.env.NODE_ENV!=="production"?r.oneOfType([r.number,r.shape({enter:r.number,exit:r.number,appear:r.number}).isRequired]):null,dw=process.env.NODE_ENV!=="production"?r.oneOfType([r.string,r.shape({enter:r.string,exit:r.string,active:r.string}),r.shape({enter:r.string,enterDone:r.string,enterActive:r.string,exit:r.string,exitDone:r.string,exitActive:r.string})]):null;const ei=q.createContext(null);var qf=function(t){return t.scrollTop},kr="unmounted",po="exited",fo="entering",Lo="entered",Va="exiting",Ut=(function(e){Al(t,e);function t(o,s){var i;i=e.call(this,o,s)||this;var a=s,l=a&&!a.isMounting?o.enter:o.appear,c;return i.appearStatus=null,o.in?l?(c=po,i.appearStatus=fo):c=Lo:o.unmountOnExit||o.mountOnEnter?c=kr:c=po,i.state={status:c},i.nextCallback=null,i}t.getDerivedStateFromProps=function(s,i){var a=s.in;return a&&i.status===kr?{status:po}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(s){var i=null;if(s!==this.props){var a=this.state.status;this.props.in?a!==fo&&a!==Lo&&(i=fo):(a===fo||a===Lo)&&(i=Va)}this.updateStatus(!1,i)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var s=this.props.timeout,i,a,l;return i=a=l=s,s!=null&&typeof s!="number"&&(i=s.exit,a=s.enter,l=s.appear!==void 0?s.appear:a),{exit:i,enter:a,appear:l}},n.updateStatus=function(s,i){if(s===void 0&&(s=!1),i!==null)if(this.cancelNextCallback(),i===fo){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:Ir.findDOMNode(this);a&&qf(a)}this.performEnter(s)}else this.performExit();else this.props.unmountOnExit&&this.state.status===po&&this.setState({status:kr})},n.performEnter=function(s){var i=this,a=this.props.enter,l=this.context?this.context.isMounting:s,c=this.props.nodeRef?[l]:[Ir.findDOMNode(this),l],u=c[0],d=c[1],m=this.getTimeouts(),g=l?m.appear:m.enter;if(!s&&!a||dd.disabled){this.safeSetState({status:Lo},function(){i.props.onEntered(u)});return}this.props.onEnter(u,d),this.safeSetState({status:fo},function(){i.props.onEntering(u,d),i.onTransitionEnd(g,function(){i.safeSetState({status:Lo},function(){i.props.onEntered(u,d)})})})},n.performExit=function(){var s=this,i=this.props.exit,a=this.getTimeouts(),l=this.props.nodeRef?void 0:Ir.findDOMNode(this);if(!i||dd.disabled){this.safeSetState({status:po},function(){s.props.onExited(l)});return}this.props.onExit(l),this.safeSetState({status:Va},function(){s.props.onExiting(l),s.onTransitionEnd(a.exit,function(){s.safeSetState({status:po},function(){s.props.onExited(l)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(s,i){i=this.setNextCallback(i),this.setState(s,i)},n.setNextCallback=function(s){var i=this,a=!0;return this.nextCallback=function(l){a&&(a=!1,i.nextCallback=null,s(l))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},n.onTransitionEnd=function(s,i){this.setNextCallback(i);var a=this.props.nodeRef?this.props.nodeRef.current:Ir.findDOMNode(this),l=s==null&&!this.props.addEndListener;if(!a||l){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var c=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],u=c[0],d=c[1];this.props.addEndListener(u,d)}s!=null&&setTimeout(this.nextCallback,s)},n.render=function(){var s=this.state.status;if(s===kr)return null;var i=this.props,a=i.children;i.in,i.mountOnEnter,i.unmountOnExit,i.appear,i.enter,i.exit,i.timeout,i.addEndListener,i.onEnter,i.onEntering,i.onEntered,i.onExit,i.onExiting,i.onExited,i.nodeRef;var l=Ce(i,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return q.createElement(ei.Provider,{value:null},typeof a=="function"?a(s,l):q.cloneElement(q.Children.only(a),l))},t})(q.Component);Ut.contextType=ei;Ut.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:r.shape({current:typeof Element>"u"?r.any:function(e,t,n,o,s,i){var a=e[t];return r.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,o,s,i)}}),children:r.oneOfType([r.func.isRequired,r.element.isRequired]).isRequired,in:r.bool,mountOnEnter:r.bool,unmountOnExit:r.bool,appear:r.bool,enter:r.bool,exit:r.bool,timeout:function(t){var n=uw;t.addEndListener||(n=n.isRequired);for(var o=arguments.length,s=new Array(o>1?o-1:0),i=1;i<o;i++)s[i-1]=arguments[i];return n.apply(void 0,[t].concat(s))},addEndListener:r.func,onEnter:r.func,onEntering:r.func,onEntered:r.func,onExit:r.func,onExiting:r.func,onExited:r.func}:{};function Ro(){}Ut.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:Ro,onEntering:Ro,onEntered:Ro,onExit:Ro,onExiting:Ro,onExited:Ro};Ut.UNMOUNTED=kr;Ut.EXITED=po;Ut.ENTERING=fo;Ut.ENTERED=Lo;Ut.EXITING=Va;var pw=function(t,n){return t&&n&&n.split(" ").forEach(function(o){return lw(t,o)})},va=function(t,n){return t&&n&&n.split(" ").forEach(function(o){return cw(t,o)})},Ll=(function(e){Al(t,e);function t(){for(var o,s=arguments.length,i=new Array(s),a=0;a<s;a++)i[a]=arguments[a];return o=e.call.apply(e,[this].concat(i))||this,o.appliedClasses={appear:{},enter:{},exit:{}},o.onEnter=function(l,c){var u=o.resolveArguments(l,c),d=u[0],m=u[1];o.removeClasses(d,"exit"),o.addClass(d,m?"appear":"enter","base"),o.props.onEnter&&o.props.onEnter(l,c)},o.onEntering=function(l,c){var u=o.resolveArguments(l,c),d=u[0],m=u[1],g=m?"appear":"enter";o.addClass(d,g,"active"),o.props.onEntering&&o.props.onEntering(l,c)},o.onEntered=function(l,c){var u=o.resolveArguments(l,c),d=u[0],m=u[1],g=m?"appear":"enter";o.removeClasses(d,g),o.addClass(d,g,"done"),o.props.onEntered&&o.props.onEntered(l,c)},o.onExit=function(l){var c=o.resolveArguments(l),u=c[0];o.removeClasses(u,"appear"),o.removeClasses(u,"enter"),o.addClass(u,"exit","base"),o.props.onExit&&o.props.onExit(l)},o.onExiting=function(l){var c=o.resolveArguments(l),u=c[0];o.addClass(u,"exit","active"),o.props.onExiting&&o.props.onExiting(l)},o.onExited=function(l){var c=o.resolveArguments(l),u=c[0];o.removeClasses(u,"exit"),o.addClass(u,"exit","done"),o.props.onExited&&o.props.onExited(l)},o.resolveArguments=function(l,c){return o.props.nodeRef?[o.props.nodeRef.current,l]:[l,c]},o.getClassNames=function(l){var c=o.props.classNames,u=typeof c=="string",d=u&&c?c+"-":"",m=u?""+d+l:c[l],g=u?m+"-active":c[l+"Active"],p=u?m+"-done":c[l+"Done"];return{baseClassName:m,activeClassName:g,doneClassName:p}},o}var n=t.prototype;return n.addClass=function(s,i,a){var l=this.getClassNames(i)[a+"ClassName"],c=this.getClassNames("enter"),u=c.doneClassName;i==="appear"&&a==="done"&&u&&(l+=" "+u),a==="active"&&s&&qf(s),l&&(this.appliedClasses[i][a]=l,pw(s,l))},n.removeClasses=function(s,i){var a=this.appliedClasses[i],l=a.base,c=a.active,u=a.done;this.appliedClasses[i]={},l&&va(s,l),c&&va(s,c),u&&va(s,u)},n.render=function(){var s=this.props;s.classNames;var i=Ce(s,["classNames"]);return q.createElement(Ut,R({},i,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(q.Component);Ll.defaultProps={classNames:""};Ll.propTypes=process.env.NODE_ENV!=="production"?R({},Ut.propTypes,{classNames:dw,onEnter:r.func,onEntering:r.func,onEntered:r.func,onExit:r.func,onExiting:r.func,onExited:r.func}):{};function fw(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Vl(e,t){var n=function(i){return t&&q.isValidElement(i)?t(i):i},o=Object.create(null);return e&&q.Children.map(e,function(s){return s}).forEach(function(s){o[s.key]=n(s)}),o}function mw(e,t){e=e||{},t=t||{};function n(d){return d in t?t[d]:e[d]}var o=Object.create(null),s=[];for(var i in e)i in t?s.length&&(o[i]=s,s=[]):s.push(i);var a,l={};for(var c in t){if(o[c])for(a=0;a<o[c].length;a++){var u=o[c][a];l[o[c][a]]=n(u)}l[c]=n(c)}for(a=0;a<s.length;a++)l[s[a]]=n(s[a]);return l}function ho(e,t,n){return n[t]!=null?n[t]:e.props[t]}function hw(e,t){return Vl(e.children,function(n){return q.cloneElement(n,{onExited:t.bind(null,n),in:!0,appear:ho(n,"appear",e),enter:ho(n,"enter",e),exit:ho(n,"exit",e)})})}function gw(e,t,n){var o=Vl(e.children),s=mw(t,o);return Object.keys(s).forEach(function(i){var a=s[i];if(q.isValidElement(a)){var l=i in t,c=i in o,u=t[i],d=q.isValidElement(u)&&!u.props.in;c&&(!l||d)?s[i]=q.cloneElement(a,{onExited:n.bind(null,a),in:!0,exit:ho(a,"exit",e),enter:ho(a,"enter",e)}):!c&&l&&!d?s[i]=q.cloneElement(a,{in:!1}):c&&l&&q.isValidElement(u)&&(s[i]=q.cloneElement(a,{onExited:n.bind(null,a),in:u.props.in,exit:ho(a,"exit",e),enter:ho(a,"enter",e)}))}}),s}var bw=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},yw={component:"div",childFactory:function(t){return t}},ds=(function(e){Al(t,e);function t(o,s){var i;i=e.call(this,o,s)||this;var a=i.handleExited.bind(fw(i));return i.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},i}var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},n.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(s,i){var a=i.children,l=i.handleExited,c=i.firstRender;return{children:c?hw(s,l):gw(s,a,l),firstRender:!1}},n.handleExited=function(s,i){var a=Vl(this.props.children);s.key in a||(s.props.onExited&&s.props.onExited(i),this.mounted&&this.setState(function(l){var c=R({},l.children);return delete c[s.key],{children:c}}))},n.render=function(){var s=this.props,i=s.component,a=s.childFactory,l=Ce(s,["component","childFactory"]),c=this.state.contextValue,u=bw(this.state.children).map(a);return delete l.appear,delete l.enter,delete l.exit,i===null?q.createElement(ei.Provider,{value:c},u):q.createElement(ei.Provider,{value:c},q.createElement(i,l,u))},t})(q.Component);ds.propTypes=process.env.NODE_ENV!=="production"?{component:r.any,children:r.node,appear:r.bool,enter:r.bool,exit:r.bool,childFactory:r.func}:{};ds.defaultProps=yw;const Yf=e=>e.scrollTop;function St(e,t){return n=>{if(t){const o=e.current;n===void 0?t(o):t(o,n)}}}function Gf(e,t,n,o,s,i){const a=e==="exited"&&!t?o:n[e]||n.exited;return s||i?{...a,...s,...i}:a}function er(e,t){const{timeout:n,easing:o,style:s={}}=e;return{duration:s.transitionDuration??(typeof n=="number"?n:n[t.mode]||0),easing:s.transitionTimingFunction??(typeof o=="object"?o[t.mode]:o),delay:s.transitionDelay}}function kt(...e){const t=C.useRef(void 0),n=C.useCallback(o=>{const s=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,l=a(o);return typeof l=="function"?l:()=>{a(null)}}return i.current=o,()=>{i.current=null}});return()=>{s.forEach(i=>i==null?void 0:i())}},e);return C.useMemo(()=>e.every(o=>o==null)?null:o=>{t.current&&(t.current(),t.current=void 0),o!=null&&(t.current=n(o))},e)}function Dr(e){return`scale(${e}, ${e**2})`}const vw={entering:{opacity:1,transform:Dr(1)},entered:{opacity:1,transform:"none"},exiting:{opacity:0,transform:Dr(.75)},exited:{opacity:0,transform:Dr(.75)}},xw={opacity:0,transform:Dr(.75),visibility:"hidden"},ti=C.forwardRef(function(t,n){const{addEndListener:o,appear:s=!0,children:i,easing:a,in:l,onEnter:c,onEntered:u,onEntering:d,onExit:m,onExited:g,onExiting:p,style:b,timeout:f="auto",...v}=t,x=jl(),w=C.useRef(),I=So(),S=C.useRef(null),T=kt(S,ji(i),n),E=St(S,d),M=St(S,(D,_)=>{Yf(D);const{duration:O,delay:k,easing:P}=er({style:b,timeout:f,easing:a},{mode:"enter"});let A;f==="auto"?(A=I.transitions.getAutoHeightDuration(D.clientHeight),w.current=A):A=O,D.style.transition=[I.transitions.create("opacity",{duration:A,delay:k}),I.transitions.create("transform",{duration:A*.666,delay:k,easing:P})].join(","),c&&c(D,_)}),N=St(S,u),$=St(S,p),V=St(S,D=>{const{duration:_,delay:O,easing:k}=er({style:b,timeout:f,easing:a},{mode:"exit"});let P;f==="auto"?(P=I.transitions.getAutoHeightDuration(D.clientHeight),w.current=P):P=_,D.style.transition=[I.transitions.create("opacity",{duration:P,delay:O}),I.transitions.create("transform",{duration:P*.666,delay:O||P*.333,easing:k})].join(","),D.style.opacity=0,D.style.transform=Dr(.75),m&&m(D)}),j=St(S,D=>{D.style.transition="",g&&g(D)}),y=D=>{f==="auto"&&x.start(w.current||0,D),o&&o(S.current,D)};return h.jsx(Ut,{appear:s,in:l,nodeRef:S,onEnter:M,onEntered:N,onEntering:E,onExit:V,onExited:j,onExiting:$,addEndListener:y,timeout:f==="auto"?null:f,...v,children:(D,{ownerState:_,...O})=>{const k=Gf(D,l,vw,xw,b,i.props.style);return C.cloneElement(i,{style:k,ref:T,...O})}})});process.env.NODE_ENV!=="production"&&(ti.propTypes={addEndListener:r.func,appear:r.bool,children:us.isRequired,easing:r.oneOfType([r.shape({enter:r.string,exit:r.string}),r.string]),in:r.bool,onEnter:r.func,onEntered:r.func,onEntering:r.func,onExit:r.func,onExited:r.func,onExiting:r.func,style:r.object,timeout:r.oneOfType([r.oneOf(["auto"]),r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});ti&&(ti.muiSupportAuto=!0);const Cw={entering:{opacity:1},entered:{opacity:1},exiting:{opacity:0},exited:{opacity:0}},Sw={opacity:0,visibility:"hidden"},Gn=C.forwardRef(function(t,n){const o=So(),s={enter:o.transitions.duration.enteringScreen,exit:o.transitions.duration.leavingScreen},{addEndListener:i,appear:a=!0,children:l,easing:c,in:u,onEnter:d,onEntered:m,onEntering:g,onExit:p,onExited:b,onExiting:f,style:v,timeout:x=s,...w}=t,I=C.useRef(null),S=kt(I,ji(l),n),T=St(I,g),E=St(I,(y,D)=>{Yf(y);const _=er({style:v,timeout:x,easing:c},{mode:"enter"});y.style.transition=o.transitions.create("opacity",_),d&&d(y,D)}),M=St(I,m),N=St(I,f),$=St(I,y=>{const D=er({style:v,timeout:x,easing:c},{mode:"exit"});y.style.transition=o.transitions.create("opacity",D),p&&p(y)}),V=St(I,y=>{y.style.transition="",b&&b(y)}),j=y=>{i&&i(I.current,y)};return h.jsx(Ut,{appear:a,in:u,nodeRef:I,onEnter:E,onEntered:M,onEntering:T,onExit:$,onExited:V,onExiting:N,addEndListener:j,timeout:x,...w,children:(y,{ownerState:D,..._})=>{const O=Gf(y,u,Cw,Sw,v,l.props.style);return C.cloneElement(l,{style:O,ref:S,..._})}})});process.env.NODE_ENV!=="production"&&(Gn.propTypes={addEndListener:r.func,appear:r.bool,children:us.isRequired,easing:r.oneOfType([r.shape({enter:r.string,exit:r.string}),r.string]),in:r.bool,onEnter:r.func,onEntered:r.func,onEntering:r.func,onExit:r.func,onExited:r.func,onExiting:r.func,style:r.object,timeout:r.oneOfType([r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});function ww(e){const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":Number.isFinite(e)?e!==Math.floor(e)?"float":"number":"Infinity";case"object":return e===null?"null":e.constructor.name;default:return t}}function Kf(e,t,n,o){const s=e[t];if(s==null||!Number.isInteger(s)){const i=ww(s);return new RangeError(`Invalid ${o} \`${t}\` of type \`${i}\` supplied to \`${n}\`, expected \`integer\`.`)}return null}function Xf(e,t,n,o){return e[t]===void 0?null:Kf(e,t,n,o)}function Fa(){return null}Xf.isRequired=Kf;Fa.isRequired=Fa;const Tw=process.env.NODE_ENV==="production"?Fa:Xf;function Iw(e){return $e("MuiPaper",e)}Me("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const Ew=e=>{const{square:t,elevation:n,variant:o,classes:s}=e,i={root:["root",o,!t&&"rounded",o==="elevation"&&`elevation${n}`]};return Le(i,Iw,s)},Ow=ne("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],!n.square&&t.rounded,n.variant==="elevation"&&t[`elevation${n.elevation}`]]}})(dt(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:t})=>!t.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),ps=C.forwardRef(function(t,n){var p;const o=ot({props:t,name:"MuiPaper"}),s=So(),{className:i,component:a="div",elevation:l=1,square:c=!1,variant:u="elevation",...d}=o,m={...o,component:a,elevation:l,square:c,variant:u},g=Ew(m);return process.env.NODE_ENV!=="production"&&s.shadows[l]===void 0&&console.error([`MUI: The elevation provided <Paper elevation={${l}}> is not available in the theme.`,`Please make sure that \`theme.shadows[${l}]\` is defined.`].join(`
|
|
91
|
+
`)),h.jsx(Ow,{as:a,ownerState:m,className:de(g.root,i),ref:n,...d,style:{...u==="elevation"&&{"--Paper-shadow":(s.vars||s).shadows[l],...s.vars&&{"--Paper-overlay":(p=s.vars.overlays)==null?void 0:p[l]},...!s.vars&&s.palette.mode==="dark"&&{"--Paper-overlay":`linear-gradient(${Qs("#fff",Na(l))}, ${Qs("#fff",Na(l))})`}},...d.style}})});process.env.NODE_ENV!=="production"&&(ps.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,elevation:Jn(Tw,e=>{const{elevation:t,variant:n}=e;return t>0&&n==="outlined"?new Error(`MUI: Combining \`elevation={${t}}\` with \`variant="${n}"\` has no effect. Either use \`elevation={0}\` or use a different \`variant\`.`):null}),square:r.bool,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["elevation","outlined"]),r.string])});const Ai=r.oneOfType([r.func,r.object]);function tr(e,t,n,o,s){if(process.env.NODE_ENV==="production")return null;const i=e[t],a=s||t;return i==null?null:i&&i.nodeType!==1?new Error(`Invalid ${o} \`${a}\` supplied to \`${n}\`. Expected an HTMLElement.`):null}function vn(e){return e&&e.ownerDocument||document}var Dt="top",Zt="bottom",Jt="right",Mt="left",Fl="auto",fs=[Dt,Zt,Jt,Mt],nr="start",Yr="end",kw="clippingParents",Qf="viewport",br="popper",_w="reference",pd=fs.reduce(function(e,t){return e.concat([t+"-"+nr,t+"-"+Yr])},[]),Zf=[].concat(fs,[Fl]).reduce(function(e,t){return e.concat([t,t+"-"+nr,t+"-"+Yr])},[]),Pw="beforeRead",Dw="read",Mw="afterRead",Rw="beforeMain",Nw="main",$w="afterMain",jw="beforeWrite",Aw="write",Lw="afterWrite",Vw=[Pw,Dw,Mw,Rw,Nw,$w,jw,Aw,Lw];function xn(e){return e?(e.nodeName||"").toLowerCase():null}function Bt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function xo(e){var t=Bt(e).Element;return e instanceof t||e instanceof Element}function Kt(e){var t=Bt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Bl(e){if(typeof ShadowRoot>"u")return!1;var t=Bt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Fw(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var o=t.styles[n]||{},s=t.attributes[n]||{},i=t.elements[n];!Kt(i)||!xn(i)||(Object.assign(i.style,o),Object.keys(s).forEach(function(a){var l=s[a];l===!1?i.removeAttribute(a):i.setAttribute(a,l===!0?"":l)}))})}function Bw(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(o){var s=t.elements[o],i=t.attributes[o]||{},a=Object.keys(t.styles.hasOwnProperty(o)?t.styles[o]:n[o]),l=a.reduce(function(c,u){return c[u]="",c},{});!Kt(s)||!xn(s)||(Object.assign(s.style,l),Object.keys(i).forEach(function(c){s.removeAttribute(c)}))})}}const zw={name:"applyStyles",enabled:!0,phase:"write",fn:Fw,effect:Bw,requires:["computeStyles"]};function bn(e){return e.split("-")[0]}var bo=Math.max,ni=Math.min,or=Math.round;function Ba(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function Jf(){return!/^((?!chrome|android).)*safari/i.test(Ba())}function rr(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var o=e.getBoundingClientRect(),s=1,i=1;t&&Kt(e)&&(s=e.offsetWidth>0&&or(o.width)/e.offsetWidth||1,i=e.offsetHeight>0&&or(o.height)/e.offsetHeight||1);var a=xo(e)?Bt(e):window,l=a.visualViewport,c=!Jf()&&n,u=(o.left+(c&&l?l.offsetLeft:0))/s,d=(o.top+(c&&l?l.offsetTop:0))/i,m=o.width/s,g=o.height/i;return{width:m,height:g,top:d,right:u+m,bottom:d+g,left:u,x:u,y:d}}function zl(e){var t=rr(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function em(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Bl(n)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function jn(e){return Bt(e).getComputedStyle(e)}function Ww(e){return["table","td","th"].indexOf(xn(e))>=0}function eo(e){return((xo(e)?e.ownerDocument:e.document)||window.document).documentElement}function Li(e){return xn(e)==="html"?e:e.assignedSlot||e.parentNode||(Bl(e)?e.host:null)||eo(e)}function fd(e){return!Kt(e)||jn(e).position==="fixed"?null:e.offsetParent}function Uw(e){var t=/firefox/i.test(Ba()),n=/Trident/i.test(Ba());if(n&&Kt(e)){var o=jn(e);if(o.position==="fixed")return null}var s=Li(e);for(Bl(s)&&(s=s.host);Kt(s)&&["html","body"].indexOf(xn(s))<0;){var i=jn(s);if(i.transform!=="none"||i.perspective!=="none"||i.contain==="paint"||["transform","perspective"].indexOf(i.willChange)!==-1||t&&i.willChange==="filter"||t&&i.filter&&i.filter!=="none")return s;s=s.parentNode}return null}function ms(e){for(var t=Bt(e),n=fd(e);n&&Ww(n)&&jn(n).position==="static";)n=fd(n);return n&&(xn(n)==="html"||xn(n)==="body"&&jn(n).position==="static")?t:n||Uw(e)||t}function Wl(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Mr(e,t,n){return bo(e,ni(t,n))}function Hw(e,t,n){var o=Mr(e,t,n);return o>n?n:o}function tm(){return{top:0,right:0,bottom:0,left:0}}function nm(e){return Object.assign({},tm(),e)}function om(e,t){return t.reduce(function(n,o){return n[o]=e,n},{})}var qw=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,nm(typeof t!="number"?t:om(t,fs))};function Yw(e){var t,n=e.state,o=e.name,s=e.options,i=n.elements.arrow,a=n.modifiersData.popperOffsets,l=bn(n.placement),c=Wl(l),u=[Mt,Jt].indexOf(l)>=0,d=u?"height":"width";if(!(!i||!a)){var m=qw(s.padding,n),g=zl(i),p=c==="y"?Dt:Mt,b=c==="y"?Zt:Jt,f=n.rects.reference[d]+n.rects.reference[c]-a[c]-n.rects.popper[d],v=a[c]-n.rects.reference[c],x=ms(i),w=x?c==="y"?x.clientHeight||0:x.clientWidth||0:0,I=f/2-v/2,S=m[p],T=w-g[d]-m[b],E=w/2-g[d]/2+I,M=Mr(S,E,T),N=c;n.modifiersData[o]=(t={},t[N]=M,t.centerOffset=M-E,t)}}function Gw(e){var t=e.state,n=e.options,o=n.element,s=o===void 0?"[data-popper-arrow]":o;s!=null&&(typeof s=="string"&&(s=t.elements.popper.querySelector(s),!s)||em(t.elements.popper,s)&&(t.elements.arrow=s))}const Kw={name:"arrow",enabled:!0,phase:"main",fn:Yw,effect:Gw,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function sr(e){return e.split("-")[1]}var Xw={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Qw(e,t){var n=e.x,o=e.y,s=t.devicePixelRatio||1;return{x:or(n*s)/s||0,y:or(o*s)/s||0}}function md(e){var t,n=e.popper,o=e.popperRect,s=e.placement,i=e.variation,a=e.offsets,l=e.position,c=e.gpuAcceleration,u=e.adaptive,d=e.roundOffsets,m=e.isFixed,g=a.x,p=g===void 0?0:g,b=a.y,f=b===void 0?0:b,v=typeof d=="function"?d({x:p,y:f}):{x:p,y:f};p=v.x,f=v.y;var x=a.hasOwnProperty("x"),w=a.hasOwnProperty("y"),I=Mt,S=Dt,T=window;if(u){var E=ms(n),M="clientHeight",N="clientWidth";if(E===Bt(n)&&(E=eo(n),jn(E).position!=="static"&&l==="absolute"&&(M="scrollHeight",N="scrollWidth")),E=E,s===Dt||(s===Mt||s===Jt)&&i===Yr){S=Zt;var $=m&&E===T&&T.visualViewport?T.visualViewport.height:E[M];f-=$-o.height,f*=c?1:-1}if(s===Mt||(s===Dt||s===Zt)&&i===Yr){I=Jt;var V=m&&E===T&&T.visualViewport?T.visualViewport.width:E[N];p-=V-o.width,p*=c?1:-1}}var j=Object.assign({position:l},u&&Xw),y=d===!0?Qw({x:p,y:f},Bt(n)):{x:p,y:f};if(p=y.x,f=y.y,c){var D;return Object.assign({},j,(D={},D[S]=w?"0":"",D[I]=x?"0":"",D.transform=(T.devicePixelRatio||1)<=1?"translate("+p+"px, "+f+"px)":"translate3d("+p+"px, "+f+"px, 0)",D))}return Object.assign({},j,(t={},t[S]=w?f+"px":"",t[I]=x?p+"px":"",t.transform="",t))}function Zw(e){var t=e.state,n=e.options,o=n.gpuAcceleration,s=o===void 0?!0:o,i=n.adaptive,a=i===void 0?!0:i,l=n.roundOffsets,c=l===void 0?!0:l,u={placement:bn(t.placement),variation:sr(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:s,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,md(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,md(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const Jw={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Zw,data:{}};var Ts={passive:!0};function eT(e){var t=e.state,n=e.instance,o=e.options,s=o.scroll,i=s===void 0?!0:s,a=o.resize,l=a===void 0?!0:a,c=Bt(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&u.forEach(function(d){d.addEventListener("scroll",n.update,Ts)}),l&&c.addEventListener("resize",n.update,Ts),function(){i&&u.forEach(function(d){d.removeEventListener("scroll",n.update,Ts)}),l&&c.removeEventListener("resize",n.update,Ts)}}const tT={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:eT,data:{}};var nT={left:"right",right:"left",bottom:"top",top:"bottom"};function Us(e){return e.replace(/left|right|bottom|top/g,function(t){return nT[t]})}var oT={start:"end",end:"start"};function hd(e){return e.replace(/start|end/g,function(t){return oT[t]})}function Ul(e){var t=Bt(e),n=t.pageXOffset,o=t.pageYOffset;return{scrollLeft:n,scrollTop:o}}function Hl(e){return rr(eo(e)).left+Ul(e).scrollLeft}function rT(e,t){var n=Bt(e),o=eo(e),s=n.visualViewport,i=o.clientWidth,a=o.clientHeight,l=0,c=0;if(s){i=s.width,a=s.height;var u=Jf();(u||!u&&t==="fixed")&&(l=s.offsetLeft,c=s.offsetTop)}return{width:i,height:a,x:l+Hl(e),y:c}}function sT(e){var t,n=eo(e),o=Ul(e),s=(t=e.ownerDocument)==null?void 0:t.body,i=bo(n.scrollWidth,n.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),a=bo(n.scrollHeight,n.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),l=-o.scrollLeft+Hl(e),c=-o.scrollTop;return jn(s||n).direction==="rtl"&&(l+=bo(n.clientWidth,s?s.clientWidth:0)-i),{width:i,height:a,x:l,y:c}}function ql(e){var t=jn(e),n=t.overflow,o=t.overflowX,s=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+s+o)}function rm(e){return["html","body","#document"].indexOf(xn(e))>=0?e.ownerDocument.body:Kt(e)&&ql(e)?e:rm(Li(e))}function Rr(e,t){var n;t===void 0&&(t=[]);var o=rm(e),s=o===((n=e.ownerDocument)==null?void 0:n.body),i=Bt(o),a=s?[i].concat(i.visualViewport||[],ql(o)?o:[]):o,l=t.concat(a);return s?l:l.concat(Rr(Li(a)))}function za(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function iT(e,t){var n=rr(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function gd(e,t,n){return t===Qf?za(rT(e,n)):xo(t)?iT(t,n):za(sT(eo(e)))}function aT(e){var t=Rr(Li(e)),n=["absolute","fixed"].indexOf(jn(e).position)>=0,o=n&&Kt(e)?ms(e):e;return xo(o)?t.filter(function(s){return xo(s)&&em(s,o)&&xn(s)!=="body"}):[]}function lT(e,t,n,o){var s=t==="clippingParents"?aT(e):[].concat(t),i=[].concat(s,[n]),a=i[0],l=i.reduce(function(c,u){var d=gd(e,u,o);return c.top=bo(d.top,c.top),c.right=ni(d.right,c.right),c.bottom=ni(d.bottom,c.bottom),c.left=bo(d.left,c.left),c},gd(e,a,o));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function sm(e){var t=e.reference,n=e.element,o=e.placement,s=o?bn(o):null,i=o?sr(o):null,a=t.x+t.width/2-n.width/2,l=t.y+t.height/2-n.height/2,c;switch(s){case Dt:c={x:a,y:t.y-n.height};break;case Zt:c={x:a,y:t.y+t.height};break;case Jt:c={x:t.x+t.width,y:l};break;case Mt:c={x:t.x-n.width,y:l};break;default:c={x:t.x,y:t.y}}var u=s?Wl(s):null;if(u!=null){var d=u==="y"?"height":"width";switch(i){case nr:c[u]=c[u]-(t[d]/2-n[d]/2);break;case Yr:c[u]=c[u]+(t[d]/2-n[d]/2);break}}return c}function Gr(e,t){t===void 0&&(t={});var n=t,o=n.placement,s=o===void 0?e.placement:o,i=n.strategy,a=i===void 0?e.strategy:i,l=n.boundary,c=l===void 0?kw:l,u=n.rootBoundary,d=u===void 0?Qf:u,m=n.elementContext,g=m===void 0?br:m,p=n.altBoundary,b=p===void 0?!1:p,f=n.padding,v=f===void 0?0:f,x=nm(typeof v!="number"?v:om(v,fs)),w=g===br?_w:br,I=e.rects.popper,S=e.elements[b?w:g],T=lT(xo(S)?S:S.contextElement||eo(e.elements.popper),c,d,a),E=rr(e.elements.reference),M=sm({reference:E,element:I,placement:s}),N=za(Object.assign({},I,M)),$=g===br?N:E,V={top:T.top-$.top+x.top,bottom:$.bottom-T.bottom+x.bottom,left:T.left-$.left+x.left,right:$.right-T.right+x.right},j=e.modifiersData.offset;if(g===br&&j){var y=j[s];Object.keys(V).forEach(function(D){var _=[Jt,Zt].indexOf(D)>=0?1:-1,O=[Dt,Zt].indexOf(D)>=0?"y":"x";V[D]+=y[O]*_})}return V}function cT(e,t){t===void 0&&(t={});var n=t,o=n.placement,s=n.boundary,i=n.rootBoundary,a=n.padding,l=n.flipVariations,c=n.allowedAutoPlacements,u=c===void 0?Zf:c,d=sr(o),m=d?l?pd:pd.filter(function(b){return sr(b)===d}):fs,g=m.filter(function(b){return u.indexOf(b)>=0});g.length===0&&(g=m);var p=g.reduce(function(b,f){return b[f]=Gr(e,{placement:f,boundary:s,rootBoundary:i,padding:a})[bn(f)],b},{});return Object.keys(p).sort(function(b,f){return p[b]-p[f]})}function uT(e){if(bn(e)===Fl)return[];var t=Us(e);return[hd(e),t,hd(t)]}function dT(e){var t=e.state,n=e.options,o=e.name;if(!t.modifiersData[o]._skip){for(var s=n.mainAxis,i=s===void 0?!0:s,a=n.altAxis,l=a===void 0?!0:a,c=n.fallbackPlacements,u=n.padding,d=n.boundary,m=n.rootBoundary,g=n.altBoundary,p=n.flipVariations,b=p===void 0?!0:p,f=n.allowedAutoPlacements,v=t.options.placement,x=bn(v),w=x===v,I=c||(w||!b?[Us(v)]:uT(v)),S=[v].concat(I).reduce(function(ee,U){return ee.concat(bn(U)===Fl?cT(t,{placement:U,boundary:d,rootBoundary:m,padding:u,flipVariations:b,allowedAutoPlacements:f}):U)},[]),T=t.rects.reference,E=t.rects.popper,M=new Map,N=!0,$=S[0],V=0;V<S.length;V++){var j=S[V],y=bn(j),D=sr(j)===nr,_=[Dt,Zt].indexOf(y)>=0,O=_?"width":"height",k=Gr(t,{placement:j,boundary:d,rootBoundary:m,altBoundary:g,padding:u}),P=_?D?Jt:Mt:D?Zt:Dt;T[O]>E[O]&&(P=Us(P));var A=Us(P),z=[];if(i&&z.push(k[y]<=0),l&&z.push(k[P]<=0,k[A]<=0),z.every(function(ee){return ee})){$=j,N=!1;break}M.set(j,z)}if(N)for(var L=b?3:1,B=function(U){var Q=S.find(function(re){var Y=M.get(re);if(Y)return Y.slice(0,U).every(function(F){return F})});if(Q)return $=Q,"break"},W=L;W>0;W--){var K=B(W);if(K==="break")break}t.placement!==$&&(t.modifiersData[o]._skip=!0,t.placement=$,t.reset=!0)}}const pT={name:"flip",enabled:!0,phase:"main",fn:dT,requiresIfExists:["offset"],data:{_skip:!1}};function bd(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function yd(e){return[Dt,Jt,Zt,Mt].some(function(t){return e[t]>=0})}function fT(e){var t=e.state,n=e.name,o=t.rects.reference,s=t.rects.popper,i=t.modifiersData.preventOverflow,a=Gr(t,{elementContext:"reference"}),l=Gr(t,{altBoundary:!0}),c=bd(a,o),u=bd(l,s,i),d=yd(c),m=yd(u);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:u,isReferenceHidden:d,hasPopperEscaped:m},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":m})}const mT={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:fT};function hT(e,t,n){var o=bn(e),s=[Mt,Dt].indexOf(o)>=0?-1:1,i=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,a=i[0],l=i[1];return a=a||0,l=(l||0)*s,[Mt,Jt].indexOf(o)>=0?{x:l,y:a}:{x:a,y:l}}function gT(e){var t=e.state,n=e.options,o=e.name,s=n.offset,i=s===void 0?[0,0]:s,a=Zf.reduce(function(d,m){return d[m]=hT(m,t.rects,i),d},{}),l=a[t.placement],c=l.x,u=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=u),t.modifiersData[o]=a}const bT={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:gT};function yT(e){var t=e.state,n=e.name;t.modifiersData[n]=sm({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const vT={name:"popperOffsets",enabled:!0,phase:"read",fn:yT,data:{}};function xT(e){return e==="x"?"y":"x"}function CT(e){var t=e.state,n=e.options,o=e.name,s=n.mainAxis,i=s===void 0?!0:s,a=n.altAxis,l=a===void 0?!1:a,c=n.boundary,u=n.rootBoundary,d=n.altBoundary,m=n.padding,g=n.tether,p=g===void 0?!0:g,b=n.tetherOffset,f=b===void 0?0:b,v=Gr(t,{boundary:c,rootBoundary:u,padding:m,altBoundary:d}),x=bn(t.placement),w=sr(t.placement),I=!w,S=Wl(x),T=xT(S),E=t.modifiersData.popperOffsets,M=t.rects.reference,N=t.rects.popper,$=typeof f=="function"?f(Object.assign({},t.rects,{placement:t.placement})):f,V=typeof $=="number"?{mainAxis:$,altAxis:$}:Object.assign({mainAxis:0,altAxis:0},$),j=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,y={x:0,y:0};if(E){if(i){var D,_=S==="y"?Dt:Mt,O=S==="y"?Zt:Jt,k=S==="y"?"height":"width",P=E[S],A=P+v[_],z=P-v[O],L=p?-N[k]/2:0,B=w===nr?M[k]:N[k],W=w===nr?-N[k]:-M[k],K=t.elements.arrow,ee=p&&K?zl(K):{width:0,height:0},U=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:tm(),Q=U[_],re=U[O],Y=Mr(0,M[k],ee[k]),F=I?M[k]/2-L-Y-Q-V.mainAxis:B-Y-Q-V.mainAxis,G=I?-M[k]/2+L+Y+re+V.mainAxis:W+Y+re+V.mainAxis,te=t.elements.arrow&&ms(t.elements.arrow),H=te?S==="y"?te.clientTop||0:te.clientLeft||0:0,le=(D=j==null?void 0:j[S])!=null?D:0,X=P+F-le-H,ue=P+G-le,pe=Mr(p?ni(A,X):A,P,p?bo(z,ue):z);E[S]=pe,y[S]=pe-P}if(l){var ae,oe=S==="x"?Dt:Mt,he=S==="x"?Zt:Jt,J=E[T],ce=T==="y"?"height":"width",se=J+v[oe],ve=J-v[he],xe=[Dt,Mt].indexOf(x)!==-1,Se=(ae=j==null?void 0:j[T])!=null?ae:0,Ie=xe?se:J-M[ce]-N[ce]-Se+V.altAxis,_e=xe?J+M[ce]+N[ce]-Se-V.altAxis:ve,Ge=p&&xe?Hw(Ie,J,_e):Mr(p?Ie:se,J,p?_e:ve);E[T]=Ge,y[T]=Ge-J}t.modifiersData[o]=y}}const ST={name:"preventOverflow",enabled:!0,phase:"main",fn:CT,requiresIfExists:["offset"]};function wT(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function TT(e){return e===Bt(e)||!Kt(e)?Ul(e):wT(e)}function IT(e){var t=e.getBoundingClientRect(),n=or(t.width)/e.offsetWidth||1,o=or(t.height)/e.offsetHeight||1;return n!==1||o!==1}function ET(e,t,n){n===void 0&&(n=!1);var o=Kt(t),s=Kt(t)&&IT(t),i=eo(t),a=rr(e,s,n),l={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(o||!o&&!n)&&((xn(t)!=="body"||ql(i))&&(l=TT(t)),Kt(t)?(c=rr(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):i&&(c.x=Hl(i))),{x:a.left+l.scrollLeft-c.x,y:a.top+l.scrollTop-c.y,width:a.width,height:a.height}}function OT(e){var t=new Map,n=new Set,o=[];e.forEach(function(i){t.set(i.name,i)});function s(i){n.add(i.name);var a=[].concat(i.requires||[],i.requiresIfExists||[]);a.forEach(function(l){if(!n.has(l)){var c=t.get(l);c&&s(c)}}),o.push(i)}return e.forEach(function(i){n.has(i.name)||s(i)}),o}function kT(e){var t=OT(e);return Vw.reduce(function(n,o){return n.concat(t.filter(function(s){return s.phase===o}))},[])}function _T(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function PT(e){var t=e.reduce(function(n,o){var s=n[o.name];return n[o.name]=s?Object.assign({},s,o,{options:Object.assign({},s.options,o.options),data:Object.assign({},s.data,o.data)}):o,n},{});return Object.keys(t).map(function(n){return t[n]})}var vd={placement:"bottom",modifiers:[],strategy:"absolute"};function xd(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function DT(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,o=n===void 0?[]:n,s=t.defaultOptions,i=s===void 0?vd:s;return function(l,c,u){u===void 0&&(u=i);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},vd,i),modifiersData:{},elements:{reference:l,popper:c},attributes:{},styles:{}},m=[],g=!1,p={state:d,setOptions:function(x){var w=typeof x=="function"?x(d.options):x;f(),d.options=Object.assign({},i,d.options,w),d.scrollParents={reference:xo(l)?Rr(l):l.contextElement?Rr(l.contextElement):[],popper:Rr(c)};var I=kT(PT([].concat(o,d.options.modifiers)));return d.orderedModifiers=I.filter(function(S){return S.enabled}),b(),p.update()},forceUpdate:function(){if(!g){var x=d.elements,w=x.reference,I=x.popper;if(xd(w,I)){d.rects={reference:ET(w,ms(I),d.options.strategy==="fixed"),popper:zl(I)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(V){return d.modifiersData[V.name]=Object.assign({},V.data)});for(var S=0;S<d.orderedModifiers.length;S++){if(d.reset===!0){d.reset=!1,S=-1;continue}var T=d.orderedModifiers[S],E=T.fn,M=T.options,N=M===void 0?{}:M,$=T.name;typeof E=="function"&&(d=E({state:d,options:N,name:$,instance:p})||d)}}}},update:_T(function(){return new Promise(function(v){p.forceUpdate(),v(d)})}),destroy:function(){f(),g=!0}};if(!xd(l,c))return p;p.setOptions(u).then(function(v){!g&&u.onFirstUpdate&&u.onFirstUpdate(v)});function b(){d.orderedModifiers.forEach(function(v){var x=v.name,w=v.options,I=w===void 0?{}:w,S=v.effect;if(typeof S=="function"){var T=S({state:d,name:x,instance:p,options:I}),E=function(){};m.push(T||E)}})}function f(){m.forEach(function(v){return v()}),m=[]}return p}}var MT=[tT,vT,Jw,zw,bT,pT,ST,Kw,mT],RT=DT({defaultModifiers:MT});function Wa(e){return typeof e=="string"}function im(e,t,n){return e===void 0||Wa(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function am(e,t=[]){if(e===void 0)return{};const n={};return Object.keys(e).filter(o=>o.match(/^on[A-Z]/)&&typeof e[o]=="function"&&!t.includes(o)).forEach(o=>{n[o]=e[o]}),n}function Cd(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function lm(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:o,externalForwardedProps:s,className:i}=e;if(!t){const p=de(n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),b={...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},f={...n,...s,...o};return p.length>0&&(f.className=p),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=am({...s,...o}),l=Cd(o),c=Cd(s),u=t(a),d=de(u==null?void 0:u.className,n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),m={...u==null?void 0:u.style,...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},g={...u,...n,...c,...l};return d.length>0&&(g.className=d),Object.keys(m).length>0&&(g.style=m),{props:g,internalRef:u.ref}}function cm(e,t,n){return typeof e=="function"?e(t,n):e}function NT(e){var m;const{elementType:t,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:s=!1,...i}=e,a=s?{}:cm(n,o),{props:l,internalRef:c}=lm({...i,externalSlotProps:a}),u=kt(c,a==null?void 0:a.ref,(m=e.additionalProps)==null?void 0:m.ref);return im(t,{...l,ref:u},o)}function um(){return!(/jsdom|HappyDOM/.test(window.navigator.userAgent)||process.env.NODE_ENV==="test")}function Sd(e,t){typeof e=="function"?e(t):e&&(e.current=t)}function $T(e){return typeof e=="function"?e():e}const Kr=C.forwardRef(function(t,n){const{children:o,container:s,disablePortal:i=!1}=t,[a,l]=C.useState(null),c=kt(C.isValidElement(o)?ji(o):null,n);if(Hn(()=>{i||l($T(s)||document.body)},[s,i]),Hn(()=>{if(a&&!i)return Sd(n,a),()=>{Sd(n,null)}},[n,a,i]),i){if(C.isValidElement(o)){const u={ref:c};return C.cloneElement(o,u)}return o}return a&&lb.createPortal(o,a)});process.env.NODE_ENV!=="production"&&(Kr.propTypes={children:r.node,container:r.oneOfType([tr,r.func]),disablePortal:r.bool});process.env.NODE_ENV!=="production"&&(Kr.propTypes=vf(Kr.propTypes));function jT(e){return $e("MuiPopper",e)}Me("MuiPopper",["root"]);function AT(e,t){if(t==="ltr")return e;switch(e){case"bottom-end":return"bottom-start";case"bottom-start":return"bottom-end";case"top-end":return"top-start";case"top-start":return"top-end";default:return e}}function oi(e){return typeof e=="function"?e():e}function Vi(e){return e.nodeType!==void 0}function LT(e){return!Vi(e)}const VT=e=>{const{classes:t}=e;return Le({root:["root"]},jT,t)},FT={},BT=C.forwardRef(function(t,n){const{anchorEl:o,children:s,direction:i,disablePortal:a,modifiers:l,open:c,placement:u,popperOptions:d,popperRef:m,slotProps:g={},slots:p={},TransitionProps:b,ownerState:f,...v}=t,x=C.useRef(null),w=kt(x,n),I=C.useRef(null),S=kt(I,m),T=C.useRef(S);Hn(()=>{T.current=S},[S]),C.useImperativeHandle(m,()=>I.current,[]);const E=AT(u,i),[M,N]=C.useState(E),[$,V]=C.useState(oi(o));C.useEffect(()=>{I.current&&I.current.forceUpdate()}),C.useEffect(()=>{o&&V(oi(o))},[o]),Hn(()=>{if(!$||!c)return;const O=z=>{N(z.placement)};if(process.env.NODE_ENV!=="production"&&$&&Vi($)&&$.nodeType===1){const z=$.getBoundingClientRect();um()&&z.top===0&&z.left===0&&z.right===0&&z.bottom===0&&console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.","The anchor element should be part of the document layout.","Make sure the element is present in the document or that it's not display none."].join(`
|
|
92
|
+
`))}let k=[{name:"preventOverflow",options:{altBoundary:a}},{name:"flip",options:{altBoundary:a}},{name:"onUpdate",enabled:!0,phase:"afterWrite",fn:({state:z})=>{O(z)}}];l!=null&&(k=k.concat(l)),d&&d.modifiers!=null&&(k=k.concat(d.modifiers));const P=RT($,x.current,{placement:E,...d,modifiers:k});T.current(P);const A=x.current;return()=>{if(A){const{style:z}=A,L=z.position,B=z.top,W=z.left,K=z.transform;P.destroy(),z.position=L,z.top=B,z.left=W,z.transform=K}else P.destroy();T.current(null)}},[$,a,l,c,d,E]);const j={placement:M};b!==null&&(j.TransitionProps=b);const y=VT(t),D=p.root??"div",_=NT({elementType:D,externalSlotProps:g.root,externalForwardedProps:v,additionalProps:{role:"tooltip",ref:w},ownerState:t,className:y.root});return h.jsx(D,{..._,children:typeof s=="function"?s(j):s})}),dm=C.forwardRef(function(t,n){const{anchorEl:o,children:s,container:i,direction:a="ltr",disablePortal:l=!1,keepMounted:c=!1,modifiers:u,open:d,placement:m="bottom",popperOptions:g=FT,popperRef:p,style:b,transition:f=!1,slotProps:v={},slots:x={},...w}=t,[I,S]=C.useState(!0),T=()=>{S(!1)},E=()=>{S(!0)};if(!c&&!d&&(!f||I))return null;let M;if(i)M=i;else if(o){const V=oi(o);M=V&&Vi(V)?vn(V).body:vn(null).body}const N=!d&&c&&(!f||I)?"none":void 0,$=f?{in:d,onEnter:T,onExited:E}:void 0;return h.jsx(Kr,{disablePortal:l,container:M,children:h.jsx(BT,{anchorEl:o,direction:a,disablePortal:l,modifiers:u,ref:n,open:f?!I:d,placement:m,popperOptions:g,popperRef:p,slotProps:v,slots:x,...w,style:{position:"fixed",top:0,left:0,display:N,...b},TransitionProps:$,children:s})})});process.env.NODE_ENV!=="production"&&(dm.propTypes={anchorEl:Jn(r.oneOfType([tr,r.object,r.func]),e=>{if(e.open){const t=oi(e.anchorEl);if(t&&Vi(t)&&t.nodeType===1){const n=t.getBoundingClientRect();if(process.env.NODE_ENV!=="production"&&um()&&n.top===0&&n.left===0&&n.right===0&&n.bottom===0)return new Error(["MUI: The `anchorEl` prop provided to the component is invalid.","The anchor element should be part of the document layout.","Make sure the element is present in the document or that it's not display none."].join(`
|
|
93
|
+
`))}else if(!t||typeof t.getBoundingClientRect!="function"||LT(t)&&t.contextElement!=null&&t.contextElement.nodeType!==1)return new Error(["MUI: The `anchorEl` prop provided to the component is invalid.","It should be an HTML element instance or a virtualElement ","(https://popper.js.org/docs/v2/virtual-elements/)."].join(`
|
|
94
|
+
`))}return null}),children:r.oneOfType([r.node,r.func]),container:r.oneOfType([tr,r.func]),direction:r.oneOf(["ltr","rtl"]),disablePortal:r.bool,keepMounted:r.bool,modifiers:r.arrayOf(r.shape({data:r.object,effect:r.func,enabled:r.bool,fn:r.func,name:r.any,options:r.object,phase:r.oneOf(["afterMain","afterRead","afterWrite","beforeMain","beforeRead","beforeWrite","main","read","write"]),requires:r.arrayOf(r.string),requiresIfExists:r.arrayOf(r.string)})),open:r.bool.isRequired,placement:r.oneOf(["auto-end","auto-start","auto","bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),popperOptions:r.shape({modifiers:r.array,onFirstUpdate:r.func,placement:r.oneOf(["auto-end","auto-start","auto","bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),strategy:r.oneOf(["absolute","fixed"])}),popperRef:Ai,slotProps:r.shape({root:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType}),transition:r.bool});const zT=ne(dm,{name:"MuiPopper",slot:"Root"})({}),pm=C.forwardRef(function(t,n){const o=un(),s=ot({props:t,name:"MuiPopper"}),{anchorEl:i,component:a,components:l,componentsProps:c,container:u,disablePortal:d,keepMounted:m,modifiers:g,open:p,placement:b,popperOptions:f,popperRef:v,transition:x,slots:w,slotProps:I,...S}=s,T=(w==null?void 0:w.root)??(l==null?void 0:l.Root),E={anchorEl:i,container:u,disablePortal:d,keepMounted:m,modifiers:g,open:p,placement:b,popperOptions:f,popperRef:v,transition:x,...S};return h.jsx(zT,{as:a,direction:o?"rtl":"ltr",slots:{root:T},slotProps:I??c,...E,ref:n})});process.env.NODE_ENV!=="production"&&(pm.propTypes={anchorEl:r.oneOfType([tr,r.object,r.func]),children:r.oneOfType([r.node,r.func]),component:r.elementType,components:r.shape({Root:r.elementType}),componentsProps:r.shape({root:r.oneOfType([r.func,r.object])}),container:r.oneOfType([tr,r.func]),disablePortal:r.bool,keepMounted:r.bool,modifiers:r.arrayOf(r.shape({data:r.object,effect:r.func,enabled:r.bool,fn:r.func,name:r.any,options:r.object,phase:r.oneOf(["afterMain","afterRead","afterWrite","beforeMain","beforeRead","beforeWrite","main","read","write"]),requires:r.arrayOf(r.string),requiresIfExists:r.arrayOf(r.string)})),open:r.bool.isRequired,placement:r.oneOf(["auto-end","auto-start","auto","bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),popperOptions:r.shape({modifiers:r.array,onFirstUpdate:r.func,placement:r.oneOf(["auto-end","auto-start","auto","bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),strategy:r.oneOf(["absolute","fixed"])}),popperRef:Ai,slotProps:r.shape({root:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),transition:r.bool});function wd(e,t){var o;if(!e||!t)return!1;if(e.contains(t))return!0;const n=(o=t.getRootNode)==null?void 0:o.call(t);if(n&&n instanceof ShadowRoot){let s=t;for(;s;){if(e===s)return!0;s=s.parentNode??s.host??null}}return!1}function _r(e){var n;let t=e.activeElement;for(;((n=t==null?void 0:t.shadowRoot)==null?void 0:n.activeElement)!=null;)t=t.shadowRoot.activeElement;return t}const Ua="data-mui-focusable";function WT(e){return e?e.hasAttribute(Ua)?e:e.querySelector(`[${Ua}]`):null}const UT=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function HT(e){const t=parseInt(e.getAttribute("tabindex")||"",10);return Number.isNaN(t)?e.contentEditable==="true"||(e.nodeName==="AUDIO"||e.nodeName==="VIDEO"||e.nodeName==="DETAILS")&&e.getAttribute("tabindex")===null?0:e.tabIndex:t}function qT(e){if(e.tagName!=="INPUT"||e.type!=="radio"||!e.name)return!1;const t=o=>e.ownerDocument.querySelector(`input[type="radio"]${o}`);let n=t(`[name="${e.name}"]:checked`);return n||(n=t(`[name="${e.name}"]`)),n!==e}function YT(e){return!(e.disabled||e.tagName==="INPUT"&&e.type==="hidden"||qT(e))}function GT(e){const t=[],n=[];return Array.from(e.querySelectorAll(UT)).forEach((o,s)=>{const i=HT(o);i===-1||!YT(o)||(i===0?t.push(o):n.push({documentOrder:s,tabIndex:i,node:o}))}),n.sort((o,s)=>o.tabIndex===s.tabIndex?o.documentOrder-s.documentOrder:o.tabIndex-s.tabIndex).map(o=>o.node).concat(t)}function KT(){return!0}function Xr(e){const{children:t,disableAutoFocus:n=!1,disableEnforceFocus:o=!1,disableRestoreFocus:s=!1,getTabbable:i=GT,isEnabled:a=KT,open:l}=e,c=C.useRef(!1),u=C.useRef(null),d=C.useRef(null),m=C.useRef(null),g=C.useRef(null),p=C.useRef(!1),b=C.useRef(null),f=kt(ji(t),b),v=C.useRef(null);C.useEffect(()=>{!l||!b.current||(p.current=!n)},[n,l]),C.useEffect(()=>{if(c.current=!1,!l||!b.current)return;const I=vn(b.current),S=_r(I),T=WT(b.current)??b.current;return wd(b.current,S)||(T.hasAttribute("tabIndex")||(process.env.NODE_ENV!=="production"&&console.error(["MUI: The modal content node does not accept focus.",'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
|
|
95
|
+
`)),T.setAttribute("tabIndex","-1")),p.current&&T.focus()),()=>{s||(m.current&&m.current.focus&&(c.current=!0,m.current.focus()),m.current=null)}},[l]),C.useEffect(()=>{if(!l||!b.current)return;const I=vn(b.current),S=M=>{if(v.current=M,o||!a()||M.key!=="Tab")return;_r(I)===b.current&&M.shiftKey&&(c.current=!0,d.current&&d.current.focus())},T=()=>{var V,j;const M=b.current;if(M===null)return;const N=_r(I);if(!I.hasFocus()||!a()||c.current){c.current=!1;return}if(wd(M,N)||o&&N!==u.current&&N!==d.current)return;if(N!==g.current)g.current=null;else if(g.current!==null)return;if(!p.current)return;let $=[];if((N===u.current||N===d.current)&&($=i(b.current)),$.length>0){const y=!!((V=v.current)!=null&&V.shiftKey&&((j=v.current)==null?void 0:j.key)==="Tab"),D=$[0],_=$[$.length-1];typeof D!="string"&&typeof _!="string"&&(y?_.focus():D.focus())}else M.focus()};I.addEventListener("focusin",T),I.addEventListener("keydown",S,!0);const E=setInterval(()=>{const M=_r(I);M&&M.tagName==="BODY"&&T()},50);return()=>{clearInterval(E),I.removeEventListener("focusin",T),I.removeEventListener("keydown",S,!0)}},[n,o,s,a,l,i]);const x=I=>{m.current===null&&(m.current=I.relatedTarget),p.current=!0,g.current=I.target;const S=t.props.onFocus;S&&S(I)},w=I=>{m.current===null&&(m.current=I.relatedTarget),p.current=!0};return h.jsxs(C.Fragment,{children:[h.jsx("div",{tabIndex:l?0:-1,onFocus:w,ref:u,"data-testid":"sentinelStart"}),C.cloneElement(t,{ref:f,onFocus:x}),h.jsx("div",{tabIndex:l?0:-1,onFocus:w,ref:d,"data-testid":"sentinelEnd"})]})}process.env.NODE_ENV!=="production"&&(Xr.propTypes={children:us,disableAutoFocus:r.bool,disableEnforceFocus:r.bool,disableRestoreFocus:r.bool,getTabbable:r.func,isEnabled:r.func,open:r.bool.isRequired});process.env.NODE_ENV!=="production"&&(Xr.propTypes=vf(Xr.propTypes));function qo(e){return e&&e.ownerDocument||document}const XT=e=>e.type==="hidden";function QT(e){const{nodeName:t}=e;return!!(["BUTTON","DETAILS","EMBED","IFRAME","KEYGEN","LABEL","SELECT","TEXTAREA"].includes(t)||t==="A"&&e.hasAttribute("href")||e instanceof HTMLInputElement&&!XT(e)||["AUDIO","VIDEO"].includes(t)&&e.hasAttribute("controls")||["IMG","OBJECT"].includes(t)&&e.hasAttribute("usemap")||e.hasAttribute("tabindex")&&e.tabIndex>-1)}function ZT(e){return Ye("MuiPickerPopper",e)}tt("MuiPickerPopper",["root","paper"]);function Vo(e,t){return Array.isArray(t)?t.every(n=>e.indexOf(n)!==-1):e.indexOf(t)!==-1}const JT=e=>{setTimeout(e,0)},fm=(e=document)=>{const t=e.activeElement;return t?t.shadowRoot?fm(t.shadowRoot):t:null},_n=e=>fm(qo(e)),ri=e=>Array.from(e.children).indexOf(_n(e)),mm="@media (pointer: fine)";function hm(e){const t={};for(const n of Object.keys(e))(n.startsWith("data-")||n.startsWith("aria-"))&&(t[n]=e[n]);return t}const e0=["PaperComponent","ownerState","children","paperSlotProps","paperClasses","onPaperClick","onPaperTouchStart"],t0=e=>Fe({root:["root"],paper:["paper"]},ZT,e),n0=ne(pm,{name:"MuiPickerPopper",slot:"Root"})(({theme:e})=>({zIndex:e.zIndex.modal})),o0=ne(ps,{name:"MuiPickerPopper",slot:"Paper"})({outline:0,transformOrigin:"top center",variants:[{props:({popperPlacement:e})=>new Set(["top","top-start","top-end"]).has(e),style:{transformOrigin:"bottom center"}}]});function r0(e,t){return t.documentElement.clientWidth<e.clientX||t.documentElement.clientHeight<e.clientY}function s0(e,t){const n=C.useRef(!1),o=C.useRef(!1),s=C.useRef(null),i=C.useRef(!1);C.useEffect(()=>{if(!e)return;function c(){i.current=!0}return document.addEventListener("mousedown",c,!0),document.addEventListener("touchstart",c,!0),()=>{document.removeEventListener("mousedown",c,!0),document.removeEventListener("touchstart",c,!0),i.current=!1}},[e]);const a=ge(c=>{if(!i.current){o.current=!1;return}const u=o.current;o.current=!1;const d=qo(s.current);if(!s.current||"clientX"in c&&r0(c,d))return;if(n.current){n.current=!1;return}let m;c.composedPath?m=c.composedPath().indexOf(s.current)>-1:m=!d.documentElement.contains(c.target)||s.current.contains(c.target),!m&&!u&&t(c)}),l=c=>{c.defaultMuiPrevented||(o.current=!0)};return C.useEffect(()=>{if(e){const c=qo(s.current),u=()=>{n.current=!0};return c.addEventListener("touchstart",a),c.addEventListener("touchmove",u),()=>{c.removeEventListener("touchstart",a),c.removeEventListener("touchmove",u)}}},[e,a]),C.useEffect(()=>{if(e){const c=qo(s.current);return c.addEventListener("click",a),()=>{c.removeEventListener("click",a),o.current=!1}}},[e,a]),[s,l,l]}const gm=C.forwardRef((e,t)=>{const{PaperComponent:n,ownerState:o,children:s,paperSlotProps:i,paperClasses:a,onPaperClick:l,onPaperTouchStart:c}=e,u=Ce(e,e0),d=Ve({elementType:n,externalSlotProps:i,additionalProps:{tabIndex:-1,elevation:8,ref:t},className:a,ownerState:o});return h.jsx(n,R({},u,d,{onClick:m=>{var g;l(m),(g=d.onClick)==null||g.call(d,m)},onTouchStart:m=>{var g;c(m),(g=d.onTouchStart)==null||g.call(d,m)},ownerState:o,children:s}))});process.env.NODE_ENV!=="production"&&(gm.displayName="PickerPopperPaperWrapper");const i0=e=>{const t=e instanceof HTMLElement?e:null;return t?QT(t):!1};function a0(e){const t=ke({props:e,name:"MuiPickerPopper"}),{children:n,placement:o="bottom-start",slots:s,slotProps:i,classes:a}=t,{open:l,popupRef:c,reduceAnimations:u,keepOpenDuringFieldFocus:d}=wo(),{ownerState:m,rootRefObject:g}=lt(),{dismissViews:p,getCurrentViewMode:b,onPopperExited:f,triggerElement:v,viewContainerRole:x}=lt();C.useEffect(()=>{function A(z){l&&z.key==="Escape"&&p()}return document.addEventListener("keydown",A),()=>{document.removeEventListener("keydown",A)}},[p,l]);const w=C.useRef(null);C.useEffect(()=>{x==="tooltip"||b()==="field"||(l?w.current=_n(g.current):w.current&&w.current instanceof HTMLElement&&setTimeout(()=>{w.current instanceof HTMLElement&&w.current.focus()}))},[l,x,b,g]);const I=t0(a),S=ge(A=>{d&&v&&A&&"target"in A&&v.contains(A.target)||(x==="tooltip"?JT(()=>{var z,L;(z=g.current)!=null&&z.contains(_n(g.current))||(L=c.current)!=null&&L.contains(_n(c.current))||p()}):(A.composedPath().some(i0)&&(w.current=null),p()))}),[T,E,M]=s0(l,S),N=C.useRef(null),$=Tt(N,c),V=Tt($,T),j=A=>{A.key==="Escape"&&(A.stopPropagation(),p())},y=(s==null?void 0:s.desktopTransition)??u?Gn:ti,D=(s==null?void 0:s.desktopTrapFocus)??Xr,_=(s==null?void 0:s.desktopPaper)??o0,O=(s==null?void 0:s.popper)??n0,k=Ve({elementType:O,externalSlotProps:i==null?void 0:i.popper,additionalProps:{transition:!0,role:x??void 0,open:l,placement:o,anchorEl:v,onKeyDown:j},className:I.root,ownerState:m}),P=C.useMemo(()=>R({},m,{popperPlacement:k.placement}),[m,k.placement]);return h.jsx(O,R({},k,{children:({TransitionProps:A})=>h.jsx(D,R({open:l,disableAutoFocus:!0,disableRestoreFocus:!0,disableEnforceFocus:x==="tooltip"},i==null?void 0:i.desktopTrapFocus,{children:h.jsx(y,R({},A,i==null?void 0:i.desktopTransition,{onExited:z=>{var L,B,W;f==null||f(),(B=(L=i==null?void 0:i.desktopTransition)==null?void 0:L.onExited)==null||B.call(L,z),(W=A==null?void 0:A.onExited)==null||W.call(A)},children:h.jsx(gm,{PaperComponent:_,ownerState:P,ref:V,onPaperClick:E,onPaperTouchStart:M,paperClasses:I.paper,paperSlotProps:i==null?void 0:i.desktopPaper,children:n})}))}))}))}let Td=0;function l0(e){const[t,n]=C.useState(e),o=e||t;return C.useEffect(()=>{t==null&&(Td+=1,n(`mui-${Td}`))},[t]),o}const c0={...C},Id=c0.useId;function Fi(e){if(Id!==void 0){const t=Id();return e??t}return l0(e)}const u0="@media (prefers-reduced-motion: reduce)",Yo=typeof navigator<"u"&&navigator.userAgent.match(/android\s(\d+)|OS\s(\d+)/i),Ed=Yo&&Yo[1]?parseInt(Yo[1],10):null,Od=Yo&&Yo[2]?parseInt(Yo[2],10):null,d0=Ed&&Ed<10||Od&&Od<13||!1;function bm(e){const t=xl(u0,{defaultMatches:!1});return e??(t||d0)}function ir(e){const{controlled:t,default:n,name:o,state:s="value"}=e,{current:i}=C.useRef(t!==void 0),[a,l]=C.useState(n),c=i?t:a;if(process.env.NODE_ENV!=="production"){C.useEffect(()=>{i!==(t!==void 0)&&console.error([`MUI: A component is changing the ${i?"":"un"}controlled ${s} state of ${o} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${o} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
96
96
|
`))},[s,o,t]);const{current:d}=C.useRef(n);C.useEffect(()=>{!i&&JSON.stringify(n)!==JSON.stringify(d)&&console.error([`MUI: A component is changing the default ${s} state of an uncontrolled ${o} after being initialized. To suppress this warning opt to use a controlled ${o}.`].join(`
|
|
97
|
-
`))},[JSON.stringify(n)])}const u=C.useCallback(d=>{i||l(d)},[]);return[c,u]}const
|
|
97
|
+
`))},[JSON.stringify(n)])}const u=C.useCallback(d=>{i||l(d)},[]);return[c,u]}const ym={hasNextStep:!1,hasSeveralSteps:!1,goToNextStep:()=>{},areViewsInSameStep:()=>!0};function p0(e){const{steps:t,isViewMatchingStep:n,onStepChange:o}=e;return s=>{if(t==null)return ym;const i=t.findIndex(l=>n(s.view,l)),a=i===-1||i===t.length-1?null:t[i+1];return{hasNextStep:a!=null,hasSeveralSteps:t.length>1,goToNextStep:()=>{a!=null&&o(R({},s,{step:a}))},areViewsInSameStep:(l,c)=>{const u=t.find(m=>n(l,m)),d=t.find(m=>n(c,m));return u===d}}}}let xa=!1;function hs({onChange:e,onViewChange:t,openTo:n,view:o,views:s,autoFocus:i,focusedView:a,onFocusedViewChange:l,getStepNavigation:c}){process.env.NODE_ENV!=="production"&&(xa||(o!=null&&!s.includes(o)&&(console.warn(`MUI X: \`view="${o}"\` is not a valid prop.`,`It must be an element of \`views=["${s.join('", "')}"]\`.`),xa=!0),o==null&&n!=null&&!s.includes(n)&&(console.warn(`MUI X: \`openTo="${n}"\` is not a valid prop.`,`It must be an element of \`views=["${s.join('", "')}"]\`.`),xa=!0)));const u=C.useRef(n),d=C.useRef(s),m=C.useRef(s.includes(n)?n:s[0]),[g,p]=ir({name:"useViews",state:"view",controlled:o,default:m.current}),b=C.useRef(i?g:null),[f,v]=ir({name:"useViews",state:"focusedView",controlled:a,default:b.current}),x=c?c({setView:p,view:g,defaultView:m.current,views:s}):ym;C.useEffect(()=>{(u.current&&u.current!==n||d.current&&d.current.some($=>!s.includes($)))&&(p(s.includes(n)?n:s[0]),d.current=s,u.current=n)},[n,p,g,s]);const w=s.indexOf(g),I=s[w-1]??null,S=s[w+1]??null,T=ge(($,V)=>{v(V?$:j=>$===j?null:j),l==null||l($,V)}),E=ge($=>{T($,!0),$!==g&&(p($),t&&t($))}),M=ge(()=>{S&&E(S)}),N=ge(($,V,j)=>{const y=V==="finish",D=j?s.indexOf(j)<s.length-1:!!S;e($,y&&D?"partial":V,j);let O=null;if(j!=null&&j!==g?O=j:y&&(O=g),O==null)return;const k=s[s.indexOf(O)+1];k==null||!x.areViewsInSameStep(O,k)||E(k)});return R({},x,{view:g,setView:E,focusedView:f,setFocusedView:T,nextView:S,previousView:I,defaultView:s.includes(n)?n:s[0],goToNextView:M,setValueAndGoToNextView:N})}function kd(){return typeof window>"u"?"portrait":window.screen&&window.screen.orientation&&window.screen.orientation.angle?Math.abs(window.screen.orientation.angle)===90?"landscape":"portrait":window.orientation&&Math.abs(Number(window.orientation))===90?"landscape":"portrait"}function f0(e,t){const[n,o]=C.useState(kd);return Qt(()=>{const s=()=>{o(kd())};return window.addEventListener("orientationchange",s),()=>{window.removeEventListener("orientationchange",s)}},[]),Vo(e,["hours","minutes","seconds"])?"portrait":t??n}const to=({name:e,timezone:t,value:n,defaultValue:o,referenceDate:s,onChange:i,valueManager:a})=>{const l=Re(),[c,u]=ir({name:e,state:"value",controlled:n,default:o??a.emptyValue}),d=C.useMemo(()=>a.getTimezone(l,c),[l,a,c]),m=ge(f=>d==null?f:a.setTimezone(l,d,f)),g=C.useMemo(()=>t||d||(s?l.getTimezone(Array.isArray(s)?s[0]:s):"default"),[t,d,s,l]),p=C.useMemo(()=>a.setTimezone(l,g,c),[a,l,g,c]),b=ge((f,...v)=>{const x=m(f);u(x),i==null||i(x,...v)});return{value:p,handleValueChange:b,timezone:g}};function m0(e){const{props:t,valueManager:n,validator:o}=e,{value:s,defaultValue:i,onChange:a,referenceDate:l,timezone:c,onAccept:u,closeOnSelect:d,open:m,onOpen:g,onClose:p}=t,{current:b}=C.useRef(i),{current:f}=C.useRef(s!==void 0),{current:v}=C.useRef(m!==void 0),x=Re();process.env.NODE_ENV!=="production"&&t.renderInput!=null&&$n(["MUI X: The `renderInput` prop has been removed in version 6.0 of the Date and Time Pickers.","You can replace it with the `textField` component slot in most cases.","For more information, please have a look at the migration guide (https://mui.com/x/migration/migration-pickers-v5/#input-renderer-required-in-v5)."]),process.env.NODE_ENV!=="production"&&(C.useEffect(()=>{f!==(s!==void 0)&&console.error([`MUI X: A component is changing the ${f?"":"un"}controlled value of a Picker to be ${f?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).","Decide between using a controlled or uncontrolled valuefor the lifetime of the component.","The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
98
98
|
`))},[s]),C.useEffect(()=>{!f&&b!==i&&console.error(["MUI X: A component is changing the defaultValue of an uncontrolled Picker after being initialized. To suppress this warning opt to use a controlled value."].join(`
|
|
99
|
-
`))},[JSON.stringify(b)]));const{timezone:w,value:I,handleValueChange:S}=to({name:"a picker component",timezone:c,value:s,defaultValue:b,referenceDate:l,onChange:a,valueManager:n}),[T,E]=C.useState(()=>({open:!1,lastExternalValue:I,clockShallowValue:void 0,lastCommittedValue:I,hasBeenModifiedSinceMount:!1})),{getValidationErrorForNewValue:M}=Uf({props:t,validator:o,timezone:w,value:I,onError:t.onError}),N=ge(y=>{const D=typeof y=="function"?y(T.open):y;v||E(_=>R({},_,{open:D})),D&&g&&g(),D||p==null||p()}),$=ge((y,D)=>{const{changeImportance:_="accept",skipPublicationIfPristine:O=!1,validationError:k,shortcut:P,source:A,shouldClose:z=_==="accept"}=D??{};let L,B;!O&&!f&&!T.hasBeenModifiedSinceMount?(L=!0,B=_==="accept"):(L=!n.areValuesEqual(x,y,I),B=_==="accept"&&!n.areValuesEqual(x,y,T.lastCommittedValue)),E(ee=>R({},ee,{clockShallowValue:L?void 0:ee.clockShallowValue,lastCommittedValue:B?y:ee.lastCommittedValue,hasBeenModifiedSinceMount:!0}));let W=null;const K=()=>{if(!W){let ee;A?ee=A:P?ee="view":ee="unknown",W={validationError:k??M(y),source:ee},P&&(W.shortcut=P)}return W};L&&S(y,K()),B&&u&&u(y,K()),z&&N(!1)});I!==T.lastExternalValue&&E(y=>R({},y,{lastExternalValue:I,clockShallowValue:void 0,hasBeenModifiedSinceMount:!0}));const V=ge((y,D="partial")=>{if(D==="shallow"){E(_=>R({},_,{clockShallowValue:y,hasBeenModifiedSinceMount:!0}));return}$(y,{changeImportance:D==="finish"&&d?"accept":"set",source:"view"})});C.useEffect(()=>{if(v){if(m===void 0)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: You must not mix controlling and uncontrolled mode for `open` prop":Ae(160));E(y=>R({},y,{open:m}))}},[v,m]);const j=C.useMemo(()=>n.cleanValue(x,T.clockShallowValue===void 0?I:T.clockShallowValue),[x,n,T.clockShallowValue,I]);return{timezone:w,state:T,setValue:$,setValueFromView:V,setOpen:N,value:I,viewValue:j}}const v0=["className","sx"],Sm=({ref:e,props:t,valueManager:n,valueType:o,variant:s,validator:i,onPopperExited:a,autoFocusView:l,rendererInterceptor:c,localeText:u,viewContainerRole:d,getStepNavigation:m})=>{const{views:g,view:p,openTo:b,onViewChange:f,viewRenderers:v,reduceAnimations:x,orientation:w,disableOpenPicker:I,closeOnSelect:S,disabled:T,readOnly:E,formatDensity:M,selectedSections:N,onSelectedSectionsChange:$,format:V,label:j,autoFocus:y,name:D,keepOpenDuringFieldFocus:_}=t,{className:O,sx:k}=t,P=Ce(t,v0),A=Fi(),z=Re(),L=xm(x),B=b0(g,w),{current:W}=C.useRef(b??null),[K,ee]=C.useState(null),U=C.useRef(null),Q=C.useRef(null),re=C.useRef(null),Y=Tt(e,re),{timezone:F,state:G,setOpen:te,setValue:H,setValueFromView:le,value:X,viewValue:ue}=y0({props:t,valueManager:n,validator:i}),{view:pe,setView:ae,defaultView:oe,focusedView:he,setFocusedView:J,setValueAndGoToNextView:ce,goToNextStep:se,hasNextStep:ve,hasSeveralSteps:xe}=hs({view:p,views:g,openTo:b,onChange:le,onViewChange:f,autoFocus:l,getStepNavigation:m}),Se=ge(()=>{var ut;X===null&&((ut=Q.current)!=null&&ut.clearValue)&&Q.current.clearValue(),H(n.emptyValue,{source:"view"})}),Ie=ge(()=>H(n.getTodayValue(z,F,o),{source:"view"})),_e=ge(()=>H(X,{source:"view"})),Ge=ge(()=>H(G.lastCommittedValue,{skipPublicationIfPristine:!0,source:"view"})),ct=ge(()=>{H(X,{skipPublicationIfPristine:!0,source:"view"})}),{hasUIView:It,viewModeLookup:we,timeViewsCount:nt}=C.useMemo(()=>g.reduce((ut,on)=>{const ru=v[on]==null?"field":"UI";return ut.viewModeLookup[on]=ru,ru==="UI"&&(ut.hasUIView=!0,Jo(on)&&(ut.timeViewsCount+=1)),ut},{hasUIView:!1,viewModeLookup:{},timeViewsCount:0}),[v,g]),ze=we[pe],Be=ge(()=>ze),[Oe,rt]=C.useState(ze==="UI"?pe:null);Oe!==pe&&we[pe]==="UI"&&rt(pe),Qt(()=>{ze==="field"&&G.open&&(te(!1),setTimeout(()=>{var ut,on;(ut=Q==null?void 0:Q.current)==null||ut.setSelectedSections(pe),(on=Q==null?void 0:Q.current)==null||on.focusField(pe)}))},[pe]),Qt(()=>{if(!G.open)return;let ut=pe;ze==="field"&&Oe!=null&&(ut=Oe),ut!==oe&&we[ut]==="UI"&&we[oe]==="UI"&&(ut=oe),ut!==pe&&ae(ut),J(ut,!0)},[G.open]);const Ee=C.useMemo(()=>({isPickerValueEmpty:n.areValuesEqual(z,X,n.emptyValue),isPickerOpen:G.open,isPickerDisabled:t.disabled??!1,isPickerReadOnly:t.readOnly??!1,pickerOrientation:B,pickerVariant:s}),[z,n,X,G.open,B,s,t.disabled,t.readOnly]),st=C.useMemo(()=>I||!It?"hidden":T||E?"disabled":"enabled",[I,It,T,E]),Et=ge(se),Nt=C.useMemo(()=>S&&!xe?[]:["cancel","nextOrAccept"],[S,xe]),ur=C.useMemo(()=>({setValue:H,setOpen:te,clearValue:Se,setValueToToday:Ie,acceptValueChanges:_e,cancelValueChanges:Ge,setView:ae,goToNextStep:Et}),[H,te,Se,Ie,_e,Ge,ae,Et]),ys=C.useMemo(()=>R({},ur,{value:X,timezone:F,open:G.open,views:g,view:Oe,initialView:W,disabled:T??!1,readOnly:E??!1,autoFocus:y??!1,variant:s,orientation:B,popupRef:U,reduceAnimations:L,triggerRef:ee,triggerStatus:st,keepOpenDuringFieldFocus:!!_,hasNextStep:ve,fieldFormat:V??"",name:D,label:j,rootSx:k,rootRef:Y,rootClassName:O}),[ur,X,Y,s,B,L,T,E,V,O,D,j,k,st,_,ve,F,G.open,Oe,g,W,y]),ou=C.useMemo(()=>({dismissViews:ct,ownerState:Ee,hasUIView:It,getCurrentViewMode:Be,rootRefObject:re,labelId:A,triggerElement:K,viewContainerRole:d,defaultActionBarActions:Nt,onPopperExited:a}),[ct,Ee,It,Be,A,K,d,Nt,a]),lb=C.useMemo(()=>({formatDensity:M,selectedSections:N,onSelectedSectionsChange:$,internalFieldRef:Q}),[M,N,$,Q]);return{providerProps:{localeText:u,contextValue:ys,privateContextValue:ou,actionsContextValue:ur,fieldPrivateContextValue:lb,isValidContextValue:ut=>{const on=i({adapter:z,value:ut,timezone:F,props:t});return!n.hasError(on)}},renderCurrentView:()=>{if(Oe==null)return null;const ut=v[Oe];if(ut==null)return null;const on=R({},P,{views:g,timezone:F,value:ue,onChange:ce,view:Oe,onViewChange:ae,showViewSwitcher:nt>1,timeViewsCount:nt},d==="tooltip"?{focusedView:null,onFocusedViewChange:()=>{}}:{focusedView:he,onFocusedViewChange:J});return c?h.jsx(c,{viewRenderers:v,popperView:Oe,rendererProps:on}):ut(on)},ownerState:Ee}};function wm(e){return Ye("MuiPickersLayout",e)}const so=tt("MuiPickersLayout",["root","landscape","contentWrapper","toolbar","actionBar","tabs","shortcuts"]);function Pd(...e){return e.reduce((t,n)=>n==null?t:function(...s){t.apply(this,s),n.apply(this,s)},()=>{})}function x0(e){return $e("MuiSvgIcon",e)}Me("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const C0=e=>{const{color:t,fontSize:n,classes:o}=e,s={root:["root",t!=="inherit"&&`color${fe(t)}`,`fontSize${fe(n)}`]};return Le(s,x0,o)},S0=ne("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${fe(n.color)}`],t[`fontSize${fe(n.fontSize)}`]]}})(dt(({theme:e})=>{var t,n,o,s,i,a,l,c,u,d,m,g,p,b;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(s=(t=e.transitions)==null?void 0:t.create)==null?void 0:s.call(t,"fill",{duration:(o=(n=(e.vars??e).transitions)==null?void 0:n.duration)==null?void 0:o.shorter}),variants:[{props:f=>!f.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((a=(i=e.typography)==null?void 0:i.pxToRem)==null?void 0:a.call(i,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((c=(l=e.typography)==null?void 0:l.pxToRem)==null?void 0:c.call(l,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((d=(u=e.typography)==null?void 0:u.pxToRem)==null?void 0:d.call(u,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,f])=>f&&f.main).map(([f])=>{var v,x;return{props:{color:f},style:{color:(x=(v=(e.vars??e).palette)==null?void 0:v[f])==null?void 0:x.main}}}),{props:{color:"action"},style:{color:(g=(m=(e.vars??e).palette)==null?void 0:m.action)==null?void 0:g.active}},{props:{color:"disabled"},style:{color:(b=(p=(e.vars??e).palette)==null?void 0:p.action)==null?void 0:b.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),si=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiSvgIcon"}),{children:s,className:i,color:a="inherit",component:l="svg",fontSize:c="medium",htmlColor:u,inheritViewBox:d=!1,titleAccess:m,viewBox:g="0 0 24 24",...p}=o,b=C.isValidElement(s)&&s.type==="svg",f={...o,color:a,component:l,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:g,hasSvgAsChild:b},v={};d||(v.viewBox=g);const x=C0(f);return h.jsxs(S0,{as:l,className:de(x.root,i),focusable:"false",color:u,"aria-hidden":m?void 0:!0,role:m?"img":void 0,ref:n,...v,...p,...b&&s.props,ownerState:f,children:[b?s.props.children:s,m?h.jsx("title",{children:m}):null]})});process.env.NODE_ENV!=="production"&&(si.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),r.string]),component:r.elementType,fontSize:r.oneOfType([r.oneOf(["inherit","large","medium","small"]),r.string]),htmlColor:r.string,inheritViewBox:r.bool,shapeRendering:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),titleAccess:r.string,viewBox:r.string});si.muiName="SvgIcon";function vt(e,t){function n(o,s){return h.jsx(si,{"data-testid":process.env.NODE_ENV!=="production"?`${t}Icon`:void 0,ref:s,...o,children:e})}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=si.muiName,C.memo(C.forwardRef(n))}function Qr(e){return vn(e).defaultView||window}function w0(e,t,n,o,s){if(process.env.NODE_ENV==="production")return null;const i=s||t;return typeof e[t]<"u"?new Error(`The prop \`${i}\` is not supported. Please remove it.`):null}function T0(e){const{controlled:t,default:n,name:o,state:s="value"}=e,{current:i}=C.useRef(t!==void 0),[a,l]=C.useState(n),c=i?t:a;if(process.env.NODE_ENV!=="production"){C.useEffect(()=>{i!==(t!==void 0)&&console.error([`MUI: A component is changing the ${i?"":"un"}controlled ${s} state of ${o} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${o} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
99
|
+
`))},[JSON.stringify(b)]));const{timezone:w,value:I,handleValueChange:S}=to({name:"a picker component",timezone:c,value:s,defaultValue:b,referenceDate:l,onChange:a,valueManager:n}),[T,E]=C.useState(()=>({open:!1,lastExternalValue:I,clockShallowValue:void 0,lastCommittedValue:I,hasBeenModifiedSinceMount:!1})),{getValidationErrorForNewValue:M}=Bf({props:t,validator:o,timezone:w,value:I,onError:t.onError}),N=ge(y=>{const D=typeof y=="function"?y(T.open):y;v||E(_=>R({},_,{open:D})),D&&g&&g(),D||p==null||p()}),$=ge((y,D)=>{const{changeImportance:_="accept",skipPublicationIfPristine:O=!1,validationError:k,shortcut:P,source:A,shouldClose:z=_==="accept"}=D??{};let L,B;!O&&!f&&!T.hasBeenModifiedSinceMount?(L=!0,B=_==="accept"):(L=!n.areValuesEqual(x,y,I),B=_==="accept"&&!n.areValuesEqual(x,y,T.lastCommittedValue)),E(ee=>R({},ee,{clockShallowValue:L?void 0:ee.clockShallowValue,lastCommittedValue:B?y:ee.lastCommittedValue,hasBeenModifiedSinceMount:!0}));let W=null;const K=()=>{if(!W){let ee;A?ee=A:P?ee="view":ee="unknown",W={validationError:k??M(y),source:ee},P&&(W.shortcut=P)}return W};L&&S(y,K()),B&&u&&u(y,K()),z&&N(!1)});I!==T.lastExternalValue&&E(y=>R({},y,{lastExternalValue:I,clockShallowValue:void 0,hasBeenModifiedSinceMount:!0}));const V=ge((y,D="partial")=>{if(D==="shallow"){E(_=>R({},_,{clockShallowValue:y,hasBeenModifiedSinceMount:!0}));return}$(y,{changeImportance:D==="finish"&&d?"accept":"set",source:"view"})});C.useEffect(()=>{if(v){if(m===void 0)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: You must not mix controlling and uncontrolled mode for `open` prop":Ae(160));E(y=>R({},y,{open:m}))}},[v,m]);const j=C.useMemo(()=>n.cleanValue(x,T.clockShallowValue===void 0?I:T.clockShallowValue),[x,n,T.clockShallowValue,I]);return{timezone:w,state:T,setValue:$,setValueFromView:V,setOpen:N,value:I,viewValue:j}}const h0=["className","sx"],vm=({ref:e,props:t,valueManager:n,valueType:o,variant:s,validator:i,onPopperExited:a,autoFocusView:l,rendererInterceptor:c,localeText:u,viewContainerRole:d,getStepNavigation:m})=>{const{views:g,view:p,openTo:b,onViewChange:f,viewRenderers:v,reduceAnimations:x,orientation:w,disableOpenPicker:I,closeOnSelect:S,disabled:T,readOnly:E,formatDensity:M,selectedSections:N,onSelectedSectionsChange:$,format:V,label:j,autoFocus:y,name:D,keepOpenDuringFieldFocus:_}=t,{className:O,sx:k}=t,P=Ce(t,h0),A=Fi(),z=Re(),L=bm(x),B=f0(g,w),{current:W}=C.useRef(b??null),[K,ee]=C.useState(null),U=C.useRef(null),Q=C.useRef(null),re=C.useRef(null),Y=Tt(e,re),{timezone:F,state:G,setOpen:te,setValue:H,setValueFromView:le,value:X,viewValue:ue}=m0({props:t,valueManager:n,validator:i}),{view:pe,setView:ae,defaultView:oe,focusedView:he,setFocusedView:J,setValueAndGoToNextView:ce,goToNextStep:se,hasNextStep:ve,hasSeveralSteps:xe}=hs({view:p,views:g,openTo:b,onChange:le,onViewChange:f,autoFocus:l,getStepNavigation:m}),Se=ge(()=>{var ut;X===null&&((ut=Q.current)!=null&&ut.clearValue)&&Q.current.clearValue(),H(n.emptyValue,{source:"view"})}),Ie=ge(()=>H(n.getTodayValue(z,F,o),{source:"view"})),_e=ge(()=>H(X,{source:"view"})),Ge=ge(()=>H(G.lastCommittedValue,{skipPublicationIfPristine:!0,source:"view"})),ct=ge(()=>{H(X,{skipPublicationIfPristine:!0,source:"view"})}),{hasUIView:It,viewModeLookup:we,timeViewsCount:nt}=C.useMemo(()=>g.reduce((ut,on)=>{const ou=v[on]==null?"field":"UI";return ut.viewModeLookup[on]=ou,ou==="UI"&&(ut.hasUIView=!0,Jo(on)&&(ut.timeViewsCount+=1)),ut},{hasUIView:!1,viewModeLookup:{},timeViewsCount:0}),[v,g]),ze=we[pe],Be=ge(()=>ze),[Oe,rt]=C.useState(ze==="UI"?pe:null);Oe!==pe&&we[pe]==="UI"&&rt(pe),Qt(()=>{ze==="field"&&G.open&&(te(!1),setTimeout(()=>{var ut,on;(ut=Q==null?void 0:Q.current)==null||ut.setSelectedSections(pe),(on=Q==null?void 0:Q.current)==null||on.focusField(pe)}))},[pe]),Qt(()=>{if(!G.open)return;let ut=pe;ze==="field"&&Oe!=null&&(ut=Oe),ut!==oe&&we[ut]==="UI"&&we[oe]==="UI"&&(ut=oe),ut!==pe&&ae(ut),J(ut,!0)},[G.open]);const Ee=C.useMemo(()=>({isPickerValueEmpty:n.areValuesEqual(z,X,n.emptyValue),isPickerOpen:G.open,isPickerDisabled:t.disabled??!1,isPickerReadOnly:t.readOnly??!1,pickerOrientation:B,pickerVariant:s}),[z,n,X,G.open,B,s,t.disabled,t.readOnly]),st=C.useMemo(()=>I||!It?"hidden":T||E?"disabled":"enabled",[I,It,T,E]),Et=ge(se),Nt=C.useMemo(()=>S&&!xe?[]:["cancel","nextOrAccept"],[S,xe]),ur=C.useMemo(()=>({setValue:H,setOpen:te,clearValue:Se,setValueToToday:Ie,acceptValueChanges:_e,cancelValueChanges:Ge,setView:ae,goToNextStep:Et}),[H,te,Se,Ie,_e,Ge,ae,Et]),ys=C.useMemo(()=>R({},ur,{value:X,timezone:F,open:G.open,views:g,view:Oe,initialView:W,disabled:T??!1,readOnly:E??!1,autoFocus:y??!1,variant:s,orientation:B,popupRef:U,reduceAnimations:L,triggerRef:ee,triggerStatus:st,keepOpenDuringFieldFocus:!!_,hasNextStep:ve,fieldFormat:V??"",name:D,label:j,rootSx:k,rootRef:Y,rootClassName:O}),[ur,X,Y,s,B,L,T,E,V,O,D,j,k,st,_,ve,F,G.open,Oe,g,W,y]),nu=C.useMemo(()=>({dismissViews:ct,ownerState:Ee,hasUIView:It,getCurrentViewMode:Be,rootRefObject:re,labelId:A,triggerElement:K,viewContainerRole:d,defaultActionBarActions:Nt,onPopperExited:a}),[ct,Ee,It,Be,A,K,d,Nt,a]),rb=C.useMemo(()=>({formatDensity:M,selectedSections:N,onSelectedSectionsChange:$,internalFieldRef:Q}),[M,N,$,Q]);return{providerProps:{localeText:u,contextValue:ys,privateContextValue:nu,actionsContextValue:ur,fieldPrivateContextValue:rb,isValidContextValue:ut=>{const on=i({adapter:z,value:ut,timezone:F,props:t});return!n.hasError(on)}},renderCurrentView:()=>{if(Oe==null)return null;const ut=v[Oe];if(ut==null)return null;const on=R({},P,{views:g,timezone:F,value:ue,onChange:ce,view:Oe,onViewChange:ae,showViewSwitcher:nt>1,timeViewsCount:nt},d==="tooltip"?{focusedView:null,onFocusedViewChange:()=>{}}:{focusedView:he,onFocusedViewChange:J});return c?h.jsx(c,{viewRenderers:v,popperView:Oe,rendererProps:on}):ut(on)},ownerState:Ee}};function xm(e){return Ye("MuiPickersLayout",e)}const so=tt("MuiPickersLayout",["root","landscape","contentWrapper","toolbar","actionBar","tabs","shortcuts"]);function _d(...e){return e.reduce((t,n)=>n==null?t:function(...s){t.apply(this,s),n.apply(this,s)},()=>{})}function g0(e){return $e("MuiSvgIcon",e)}Me("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const b0=e=>{const{color:t,fontSize:n,classes:o}=e,s={root:["root",t!=="inherit"&&`color${fe(t)}`,`fontSize${fe(n)}`]};return Le(s,g0,o)},y0=ne("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${fe(n.color)}`],t[`fontSize${fe(n.fontSize)}`]]}})(dt(({theme:e})=>{var t,n,o,s,i,a,l,c,u,d,m,g,p,b;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(s=(t=e.transitions)==null?void 0:t.create)==null?void 0:s.call(t,"fill",{duration:(o=(n=(e.vars??e).transitions)==null?void 0:n.duration)==null?void 0:o.shorter}),variants:[{props:f=>!f.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((a=(i=e.typography)==null?void 0:i.pxToRem)==null?void 0:a.call(i,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((c=(l=e.typography)==null?void 0:l.pxToRem)==null?void 0:c.call(l,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((d=(u=e.typography)==null?void 0:u.pxToRem)==null?void 0:d.call(u,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,f])=>f&&f.main).map(([f])=>{var v,x;return{props:{color:f},style:{color:(x=(v=(e.vars??e).palette)==null?void 0:v[f])==null?void 0:x.main}}}),{props:{color:"action"},style:{color:(g=(m=(e.vars??e).palette)==null?void 0:m.action)==null?void 0:g.active}},{props:{color:"disabled"},style:{color:(b=(p=(e.vars??e).palette)==null?void 0:p.action)==null?void 0:b.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),si=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiSvgIcon"}),{children:s,className:i,color:a="inherit",component:l="svg",fontSize:c="medium",htmlColor:u,inheritViewBox:d=!1,titleAccess:m,viewBox:g="0 0 24 24",...p}=o,b=C.isValidElement(s)&&s.type==="svg",f={...o,color:a,component:l,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:d,viewBox:g,hasSvgAsChild:b},v={};d||(v.viewBox=g);const x=b0(f);return h.jsxs(y0,{as:l,className:de(x.root,i),focusable:"false",color:u,"aria-hidden":m?void 0:!0,role:m?"img":void 0,ref:n,...v,...p,...b&&s.props,ownerState:f,children:[b?s.props.children:s,m?h.jsx("title",{children:m}):null]})});process.env.NODE_ENV!=="production"&&(si.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),r.string]),component:r.elementType,fontSize:r.oneOfType([r.oneOf(["inherit","large","medium","small"]),r.string]),htmlColor:r.string,inheritViewBox:r.bool,shapeRendering:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),titleAccess:r.string,viewBox:r.string});si.muiName="SvgIcon";function vt(e,t){function n(o,s){return h.jsx(si,{"data-testid":process.env.NODE_ENV!=="production"?`${t}Icon`:void 0,ref:s,...o,children:e})}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=si.muiName,C.memo(C.forwardRef(n))}function Qr(e){return vn(e).defaultView||window}function v0(e,t,n,o,s){if(process.env.NODE_ENV==="production")return null;const i=s||t;return typeof e[t]<"u"?new Error(`The prop \`${i}\` is not supported. Please remove it.`):null}function x0(e){const{controlled:t,default:n,name:o,state:s="value"}=e,{current:i}=C.useRef(t!==void 0),[a,l]=C.useState(n),c=i?t:a;if(process.env.NODE_ENV!=="production"){C.useEffect(()=>{i!==(t!==void 0)&&console.error([`MUI: A component is changing the ${i?"":"un"}controlled ${s} state of ${o} to be ${i?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${o} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
100
100
|
`))},[s,o,t]);const{current:d}=C.useRef(n);C.useEffect(()=>{!i&&JSON.stringify(n)!==JSON.stringify(d)&&console.error([`MUI: A component is changing the default ${s} state of an uncontrolled ${o} after being initialized. To suppress this warning opt to use a controlled ${o}.`].join(`
|
|
101
|
-
`))},[JSON.stringify(n)])}const u=C.useCallback(d=>{i||l(d)},[]);return[c,u]}function Go(e){const t=C.useRef(e);return Hn(()=>{t.current=e}),C.useRef((...n)=>(0,t.current)(...n)).current}function
|
|
102
|
-
`))}return!1}class ii{constructor(){Z(this,"mountEffect",()=>{this.shouldMount&&!this.didMount&&this.ref.current!==null&&(this.didMount=!0,this.mounted.resolve())});this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}static create(){return new ii}static use(){const t=
|
|
101
|
+
`))},[JSON.stringify(n)])}const u=C.useCallback(d=>{i||l(d)},[]);return[c,u]}function Go(e){const t=C.useRef(e);return Hn(()=>{t.current=e}),C.useRef((...n)=>(0,t.current)(...n)).current}function C0(e,t){const n=e.charCodeAt(2);return e[0]==="o"&&e[1]==="n"&&n>=65&&n<=90&&typeof t=="function"}function S0(e,t){if(!e)return t;function n(a,l){const c={};return Object.keys(l).forEach(u=>{C0(u,l[u])&&typeof a[u]=="function"&&(c[u]=(...d)=>{a[u](...d),l[u](...d)})}),c}if(typeof e=="function"||typeof t=="function")return a=>{const l=typeof t=="function"?t(a):t,c=typeof e=="function"?e({...a,...l}):e,u=de(a==null?void 0:a.className,l==null?void 0:l.className,c==null?void 0:c.className),d=n(c,l);return{...l,...c,...d,...!!u&&{className:u},...(l==null?void 0:l.style)&&(c==null?void 0:c.style)&&{style:{...l.style,...c.style}},...(l==null?void 0:l.sx)&&(c==null?void 0:c.sx)&&{sx:[...Array.isArray(l.sx)?l.sx:[l.sx],...Array.isArray(c.sx)?c.sx:[c.sx]]}}};const o=t,s=n(e,o),i=de(o==null?void 0:o.className,e==null?void 0:e.className);return{...t,...e,...s,...!!i&&{className:i},...(o==null?void 0:o.style)&&(e==null?void 0:e.style)&&{style:{...o.style,...e.style}},...(o==null?void 0:o.sx)&&(e==null?void 0:e.sx)&&{sx:[...Array.isArray(o.sx)?o.sx:[o.sx],...Array.isArray(e.sx)?e.sx:[e.sx]]}}}function w0(e){const{prototype:t={}}=e;return!!t.isReactComponent}function T0(e,t,n,o,s){const i=e[t],a=s||t;if(i==null||typeof window>"u")return null;let l;return typeof i=="function"&&!w0(i)&&(l="Did you accidentally provide a plain function component instead?"),i===C.Fragment&&(l="Did you accidentally provide a React.Fragment instead?"),l!==void 0?new Error(`Invalid ${o} \`${a}\` supplied to \`${n}\`. Expected an element type that can hold a ref. ${l} For more information see https://v7.mui.com/r/caveat-with-refs-guide`):null}const Yl=Jn(r.elementType,T0);function Pd(e){try{return e.matches(":focus-visible")}catch{process.env.NODE_ENV!=="production"&&!window.navigator.userAgent.includes("jsdom")&&console.warn(["MUI: The `:focus-visible` pseudo class is not supported in this browser.","Some components rely on this feature to work properly."].join(`
|
|
102
|
+
`))}return!1}class ii{constructor(){Z(this,"mountEffect",()=>{this.shouldMount&&!this.didMount&&this.ref.current!==null&&(this.didMount=!0,this.mounted.resolve())});this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}static create(){return new ii}static use(){const t=Wf(ii.create).current,[n,o]=C.useState(!1);return t.shouldMount=n,t.setShouldMount=o,C.useEffect(t.mountEffect,[n]),t}mount(){return this.mounted||(this.mounted=E0(),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}start(...t){this.mount().then(()=>{var n;return(n=this.ref.current)==null?void 0:n.start(...t)})}stop(...t){this.mount().then(()=>{var n;return(n=this.ref.current)==null?void 0:n.stop(...t)})}pulsate(...t){this.mount().then(()=>{var n;return(n=this.ref.current)==null?void 0:n.pulsate(...t)})}}function I0(){return ii.use()}function E0(){let e,t;const n=new Promise((o,s)=>{e=o,t=s});return n.resolve=e,n.reject=t,n}function Cm(e){const{className:t,classes:n,pulsate:o=!1,rippleX:s,rippleY:i,rippleSize:a,in:l,onExited:c,timeout:u}=e,[d,m]=C.useState(!1),g=de(t,n.ripple,n.rippleVisible,o&&n.ripplePulsate),p={width:a,height:a,top:-(a/2)+i,left:-(a/2)+s},b=de(n.child,d&&n.childLeaving,o&&n.childPulsate);return!l&&!d&&m(!0),C.useEffect(()=>{if(!l&&c!=null){const f=setTimeout(c,u);return()=>{clearTimeout(f)}}},[c,l,u]),h.jsx("span",{className:g,style:p,children:h.jsx("span",{className:b})})}process.env.NODE_ENV!=="production"&&(Cm.propTypes={classes:r.object.isRequired,className:r.string,in:r.bool,onExited:r.func,pulsate:r.bool,rippleSize:r.number,rippleX:r.number,rippleY:r.number,timeout:r.number.isRequired});const Yt=Me("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),Ha=550,O0=80,k0=Qn.keyframes`
|
|
103
103
|
0% {
|
|
104
104
|
transform: scale(0);
|
|
105
105
|
opacity: 0.1;
|
|
@@ -109,7 +109,7 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
109
109
|
transform: scale(1);
|
|
110
110
|
opacity: 0.3;
|
|
111
111
|
}
|
|
112
|
-
`,
|
|
112
|
+
`,_0=Qn.keyframes`
|
|
113
113
|
0% {
|
|
114
114
|
opacity: 1;
|
|
115
115
|
}
|
|
@@ -117,7 +117,7 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
117
117
|
100% {
|
|
118
118
|
opacity: 0;
|
|
119
119
|
}
|
|
120
|
-
`,
|
|
120
|
+
`,P0=Qn.keyframes`
|
|
121
121
|
0% {
|
|
122
122
|
transform: scale(1);
|
|
123
123
|
}
|
|
@@ -129,14 +129,14 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
129
129
|
100% {
|
|
130
130
|
transform: scale(1);
|
|
131
131
|
}
|
|
132
|
-
|
|
132
|
+
`,D0=ne("span",{name:"MuiTouchRipple",slot:"Root"})({overflow:"hidden",pointerEvents:"none",position:"absolute",zIndex:0,top:0,right:0,bottom:0,left:0,borderRadius:"inherit"}),M0=ne(Cm,{name:"MuiTouchRipple",slot:"Ripple"})`
|
|
133
133
|
opacity: 0;
|
|
134
134
|
position: absolute;
|
|
135
135
|
|
|
136
136
|
&.${Yt.rippleVisible} {
|
|
137
137
|
opacity: 0.3;
|
|
138
138
|
transform: scale(1);
|
|
139
|
-
animation-name: ${
|
|
139
|
+
animation-name: ${k0};
|
|
140
140
|
animation-duration: ${Ha}ms;
|
|
141
141
|
animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut};
|
|
142
142
|
}
|
|
@@ -156,7 +156,7 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
156
156
|
|
|
157
157
|
& .${Yt.childLeaving} {
|
|
158
158
|
opacity: 0;
|
|
159
|
-
animation-name: ${
|
|
159
|
+
animation-name: ${_0};
|
|
160
160
|
animation-duration: ${Ha}ms;
|
|
161
161
|
animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut};
|
|
162
162
|
}
|
|
@@ -166,13 +166,13 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
166
166
|
/* @noflip */
|
|
167
167
|
left: 0px;
|
|
168
168
|
top: 0;
|
|
169
|
-
animation-name: ${
|
|
169
|
+
animation-name: ${P0};
|
|
170
170
|
animation-duration: 2500ms;
|
|
171
171
|
animation-timing-function: ${({theme:e})=>e.transitions.easing.easeInOut};
|
|
172
172
|
animation-iteration-count: infinite;
|
|
173
173
|
animation-delay: 200ms;
|
|
174
174
|
}
|
|
175
|
-
`,
|
|
175
|
+
`,Sm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiTouchRipple"}),{center:s=!1,classes:i={},className:a,...l}=o,[c,u]=C.useState([]),d=C.useRef(0),m=C.useRef(null);C.useEffect(()=>{m.current&&(m.current(),m.current=null)},[c]);const g=C.useRef(!1),p=jl(),b=C.useRef(null),f=C.useRef(null),v=C.useCallback(S=>{const{pulsate:T,rippleX:E,rippleY:M,rippleSize:N,cb:$}=S;u(V=>[...V,h.jsx(M0,{classes:{ripple:de(i.ripple,Yt.ripple),rippleVisible:de(i.rippleVisible,Yt.rippleVisible),ripplePulsate:de(i.ripplePulsate,Yt.ripplePulsate),child:de(i.child,Yt.child),childLeaving:de(i.childLeaving,Yt.childLeaving),childPulsate:de(i.childPulsate,Yt.childPulsate)},timeout:Ha,pulsate:T,rippleX:E,rippleY:M,rippleSize:N},d.current)]),d.current+=1,m.current=$},[i]),x=C.useCallback((S={},T={},E=()=>{})=>{const{pulsate:M=!1,center:N=s||T.pulsate,fakeElement:$=!1}=T;if((S==null?void 0:S.type)==="mousedown"&&g.current){g.current=!1;return}(S==null?void 0:S.type)==="touchstart"&&(g.current=!0);const V=$?null:f.current,j=V?V.getBoundingClientRect():{width:0,height:0,left:0,top:0};let y,D,_;if(N||S===void 0||S.clientX===0&&S.clientY===0||!S.clientX&&!S.touches)y=Math.round(j.width/2),D=Math.round(j.height/2);else{const{clientX:O,clientY:k}=S.touches&&S.touches.length>0?S.touches[0]:S;y=Math.round(O-j.left),D=Math.round(k-j.top)}if(N)_=Math.sqrt((2*j.width**2+j.height**2)/3),_%2===0&&(_+=1);else{const O=Math.max(Math.abs((V?V.clientWidth:0)-y),y)*2+2,k=Math.max(Math.abs((V?V.clientHeight:0)-D),D)*2+2;_=Math.sqrt(O**2+k**2)}S!=null&&S.touches?b.current===null&&(b.current=()=>{v({pulsate:M,rippleX:y,rippleY:D,rippleSize:_,cb:E})},p.start(O0,()=>{b.current&&(b.current(),b.current=null)})):v({pulsate:M,rippleX:y,rippleY:D,rippleSize:_,cb:E})},[s,v,p]),w=C.useCallback(()=>{x({},{pulsate:!0})},[x]),I=C.useCallback((S,T)=>{if(p.clear(),(S==null?void 0:S.type)==="touchend"&&b.current){b.current(),b.current=null,p.start(0,()=>{I(S,T)});return}b.current=null,u(E=>E.length>0?E.slice(1):E),m.current=T},[p]);return C.useImperativeHandle(n,()=>({pulsate:w,start:x,stop:I}),[w,x,I]),h.jsx(D0,{className:de(Yt.root,i.root,a),ref:f,...l,children:h.jsx(ds,{component:null,exit:!0,children:c})})});process.env.NODE_ENV!=="production"&&(Sm.propTypes={center:r.bool,classes:r.object,className:r.string});function R0(e){return $e("MuiButtonBase",e)}const N0=Me("MuiButtonBase",["root","disabled","focusVisible"]),$0=e=>{const{disabled:t,focusVisible:n,focusVisibleClassName:o,classes:s}=e,a=Le({root:["root",t&&"disabled",n&&"focusVisible"]},R0,s);return n&&o&&(a.root+=` ${o}`),a},j0=ne("button",{name:"MuiButtonBase",slot:"Root"})({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",boxSizing:"border-box",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none",textDecoration:"none",color:"inherit","&::-moz-focus-inner":{borderStyle:"none"},[`&.${N0.disabled}`]:{pointerEvents:"none",cursor:"default"},"@media print":{colorAdjust:"exact"}}),Kn=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiButtonBase"}),{action:s,centerRipple:i=!1,children:a,className:l,component:c="button",disabled:u=!1,disableRipple:d=!1,disableTouchRipple:m=!1,focusRipple:g=!1,focusVisibleClassName:p,LinkComponent:b="a",onBlur:f,onClick:v,onContextMenu:x,onDragLeave:w,onFocus:I,onFocusVisible:S,onKeyDown:T,onKeyUp:E,onMouseDown:M,onMouseLeave:N,onMouseUp:$,onTouchEnd:V,onTouchMove:j,onTouchStart:y,tabIndex:D=0,TouchRippleProps:_,touchRippleRef:O,type:k,...P}=o,A=C.useRef(null),z=I0(),L=kt(z.ref,O),[B,W]=C.useState(!1);u&&B&&W(!1),C.useImperativeHandle(s,()=>({focusVisible:()=>{W(!0),A.current.focus()}}),[]);const K=z.shouldMount&&!d&&!u;C.useEffect(()=>{B&&g&&!d&&z.pulsate()},[d,g,B,z]);const ee=Sn(z,"start",M,m),U=Sn(z,"stop",x,m),Q=Sn(z,"stop",w,m),re=Sn(z,"stop",$,m),Y=Sn(z,"stop",se=>{B&&se.preventDefault(),N&&N(se)},m),F=Sn(z,"start",y,m),G=Sn(z,"stop",V,m),te=Sn(z,"stop",j,m),H=Sn(z,"stop",se=>{Pd(se.target)||W(!1),f&&f(se)},!1),le=Go(se=>{A.current||(A.current=se.currentTarget),Pd(se.target)&&(W(!0),S&&S(se)),I&&I(se)}),X=()=>{const se=A.current;return se?se.tagName==="BUTTON"?!1:!(se.tagName==="A"&&se.href):c&&c!=="button"},ue=Go(se=>{g&&!se.repeat&&B&&se.key===" "&&z.stop(se,()=>{z.start(se)}),se.target===se.currentTarget&&X()&&se.key===" "&&se.preventDefault(),T&&T(se),se.target===se.currentTarget&&X()&&se.key==="Enter"&&!u&&(se.preventDefault(),v&&v(se))}),pe=Go(se=>{g&&se.key===" "&&B&&!se.defaultPrevented&&z.stop(se,()=>{z.pulsate(se)}),E&&E(se),v&&se.target===se.currentTarget&&X()&&se.key===" "&&!se.defaultPrevented&&!u&&v(se)});let ae=c;ae==="button"&&(P.href||P.to)&&(ae=b);const oe={};if(ae==="button"){const se=!!P.formAction;oe.type=k===void 0&&!se?"button":k,oe.disabled=u}else!P.href&&!P.to&&(oe.role="button"),u&&(oe["aria-disabled"]=u);const he=kt(n,A),J={...o,centerRipple:i,component:c,disabled:u,disableRipple:d,disableTouchRipple:m,focusRipple:g,tabIndex:D,focusVisible:B},ce=$0(J);return h.jsxs(j0,{as:ae,className:de(ce.root,l),ownerState:J,onBlur:H,onClick:v,onContextMenu:U,onFocus:le,onKeyDown:ue,onKeyUp:pe,onMouseDown:ee,onMouseLeave:Y,onMouseUp:re,onDragLeave:Q,onTouchEnd:G,onTouchMove:te,onTouchStart:F,ref:he,tabIndex:u?-1:D,type:k,...oe,...P,children:[a,K?h.jsx(Sm,{ref:L,center:i,..._}):null]})});function Sn(e,t,n,o=!1){return Go(s=>(n&&n(s),o||e[t](s),!0))}process.env.NODE_ENV!=="production"&&(Kn.propTypes={action:Ai,centerRipple:r.bool,children:r.node,classes:r.object,className:r.string,component:Yl,disabled:r.bool,disableRipple:r.bool,disableTouchRipple:r.bool,focusRipple:r.bool,focusVisibleClassName:r.string,formAction:r.oneOfType([r.func,r.string]),href:r.any,LinkComponent:r.elementType,onBlur:r.func,onClick:r.func,onContextMenu:r.func,onDragLeave:r.func,onFocus:r.func,onFocusVisible:r.func,onKeyDown:r.func,onKeyUp:r.func,onMouseDown:r.func,onMouseLeave:r.func,onMouseUp:r.func,onTouchEnd:r.func,onTouchMove:r.func,onTouchStart:r.func,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),tabIndex:r.number,TouchRippleProps:r.object,touchRippleRef:r.oneOfType([r.func,r.shape({current:r.shape({pulsate:r.func.isRequired,start:r.func.isRequired,stop:r.func.isRequired})})]),type:r.oneOfType([r.oneOf(["button","reset","submit"]),r.string])});function A0(e){return $e("MuiCircularProgress",e)}Me("MuiCircularProgress",["root","determinate","indeterminate","colorPrimary","colorSecondary","svg","track","circle","circleDeterminate","circleIndeterminate","circleDisableShrink"]);const sn=44,qa=Qn.keyframes`
|
|
176
176
|
0% {
|
|
177
177
|
transform: rotate(0deg);
|
|
178
178
|
}
|
|
@@ -195,13 +195,13 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
195
195
|
stroke-dasharray: 1px, 200px;
|
|
196
196
|
stroke-dashoffset: -126px;
|
|
197
197
|
}
|
|
198
|
-
`,
|
|
198
|
+
`,L0=typeof qa!="string"?Qn.css`
|
|
199
199
|
animation: ${qa} 1.4s linear infinite;
|
|
200
|
-
`:null,
|
|
200
|
+
`:null,V0=typeof Ya!="string"?Qn.css`
|
|
201
201
|
animation: ${Ya} 1.4s ease-in-out infinite;
|
|
202
|
-
`:null,U0=e=>{const{classes:t,variant:n,color:o,disableShrink:s}=e,i={root:["root",n,`color${fe(o)}`],svg:["svg"],track:["track"],circle:["circle",`circle${fe(n)}`,s&&"circleDisableShrink"]};return Le(i,B0,t)},H0=ne("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`color${fe(n.color)}`]]}})(dt(({theme:e})=>({display:"inline-block",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("transform")}},{props:{variant:"indeterminate"},style:z0||{animation:`${qa} 1.4s linear infinite`}},...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}))),q0=ne("svg",{name:"MuiCircularProgress",slot:"Svg"})({display:"block"}),Y0=ne("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.circle,t[`circle${fe(n.variant)}`],n.disableShrink&&t.circleDisableShrink]}})(dt(({theme:e})=>({stroke:"currentColor",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("stroke-dashoffset")}},{props:{variant:"indeterminate"},style:{strokeDasharray:"80px, 200px",strokeDashoffset:0}},{props:({ownerState:t})=>t.variant==="indeterminate"&&!t.disableShrink,style:W0||{animation:`${Ya} 1.4s ease-in-out infinite`}}]}))),G0=ne("circle",{name:"MuiCircularProgress",slot:"Track"})(dt(({theme:e})=>({stroke:"currentColor",opacity:(e.vars||e).palette.action.activatedOpacity}))),Bi=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiCircularProgress"}),{className:s,color:i="primary",disableShrink:a=!1,enableTrackSlot:l=!1,size:c=40,style:u,thickness:d=3.6,value:m=0,variant:g="indeterminate",...p}=o,b={...o,color:i,disableShrink:a,size:c,thickness:d,value:m,variant:g,enableTrackSlot:l},f=U0(b),v={},x={},w={};if(g==="determinate"){const I=2*Math.PI*((sn-d)/2);v.strokeDasharray=I.toFixed(3),w["aria-valuenow"]=Math.round(m),v.strokeDashoffset=`${((100-m)/100*I).toFixed(3)}px`,x.transform="rotate(-90deg)"}return h.jsx(H0,{className:de(f.root,s),style:{width:c,height:c,...x,...u},ownerState:b,ref:n,role:"progressbar",...w,...p,children:h.jsxs(q0,{className:f.svg,ownerState:b,viewBox:`${sn/2} ${sn/2} ${sn} ${sn}`,children:[l?h.jsx(G0,{className:f.track,ownerState:b,cx:sn,cy:sn,r:(sn-d)/2,fill:"none",strokeWidth:d,"aria-hidden":"true"}):null,h.jsx(Y0,{className:f.circle,style:v,ownerState:b,cx:sn,cy:sn,r:(sn-d)/2,fill:"none",strokeWidth:d})]})})});process.env.NODE_ENV!=="production"&&(Bi.propTypes={classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","primary","secondary","error","info","success","warning"]),r.string]),disableShrink:Jn(r.bool,e=>e.disableShrink&&e.variant&&e.variant!=="indeterminate"?new Error("MUI: You have provided the `disableShrink` prop with a variant other than `indeterminate`. This will have no effect."):null),enableTrackSlot:r.bool,size:r.oneOfType([r.number,r.string]),style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),thickness:r.number,value:r.number,variant:r.oneOf(["determinate","indeterminate"])});function K0(e){return $e("MuiButton",e)}const io=Me("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge","loading","loadingWrapper","loadingIconPlaceholder","loadingIndicator","loadingPositionCenter","loadingPositionStart","loadingPositionEnd"]),Em=C.createContext({});process.env.NODE_ENV!=="production"&&(Em.displayName="ButtonGroupContext");const Om=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(Om.displayName="ButtonGroupButtonContext");const X0=e=>{const{color:t,disableElevation:n,fullWidth:o,size:s,variant:i,loading:a,loadingPosition:l,classes:c}=e,u={root:["root",a&&"loading",i,`${i}${fe(t)}`,`size${fe(s)}`,`${i}Size${fe(s)}`,`color${fe(t)}`,n&&"disableElevation",o&&"fullWidth",a&&`loadingPosition${fe(l)}`],startIcon:["icon","startIcon",`iconSize${fe(s)}`],endIcon:["icon","endIcon",`iconSize${fe(s)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},d=Le(u,K0,c);return{...c,...d}},km=[{props:{size:"small"},style:{"& > *:nth-of-type(1)":{fontSize:18}}},{props:{size:"medium"},style:{"& > *:nth-of-type(1)":{fontSize:20}}},{props:{size:"large"},style:{"& > *:nth-of-type(1)":{fontSize:22}}}],Q0=ne(Kn,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`${n.variant}${fe(n.color)}`],t[`size${fe(n.size)}`],t[`${n.variant}Size${fe(n.size)}`],n.color==="inherit"&&t.colorInherit,n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,n.loading&&t.loading]}})(dt(({theme:e})=>{const t=e.palette.mode==="light"?e.palette.grey[300]:e.palette.grey[800],n=e.palette.mode==="light"?e.palette.grey.A100:e.palette.grey[700];return{...e.typography.button,minWidth:64,padding:"6px 16px",border:0,borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":{textDecoration:"none"},[`&.${io.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:({ownerState:o})=>o.startIcon||o.loading&&o.loadingPosition==="start",style:{"&::before":{content:'"\\200b"',width:0,overflow:"hidden"}}},{props:{variant:"contained"},style:{color:"var(--variant-containedColor)",backgroundColor:"var(--variant-containedBg)",boxShadow:(e.vars||e).shadows[2],"&:hover":{boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2]}},"&:active":{boxShadow:(e.vars||e).shadows[8]},[`&.${io.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${io.disabled}`]:{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground}}},{props:{variant:"outlined"},style:{padding:"5px 15px",border:"1px solid currentColor",borderColor:"var(--variant-outlinedBorder, currentColor)",backgroundColor:"var(--variant-outlinedBg)",color:"var(--variant-outlinedColor)",[`&.${io.disabled}`]:{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`}}},{props:{variant:"text"},style:{padding:"6px 8px",color:"var(--variant-textColor)",backgroundColor:"var(--variant-textBg)"}},...Object.entries(e.palette).filter(Pt()).map(([o])=>({props:{color:o},style:{"--variant-textColor":(e.vars||e).palette[o].main,"--variant-outlinedColor":(e.vars||e).palette[o].main,"--variant-outlinedBorder":e.alpha((e.vars||e).palette[o].main,.5),"--variant-containedColor":(e.vars||e).palette[o].contrastText,"--variant-containedBg":(e.vars||e).palette[o].main,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":(e.vars||e).palette[o].dark,"--variant-textBg":e.alpha((e.vars||e).palette[o].main,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBorder":(e.vars||e).palette[o].main,"--variant-outlinedBg":e.alpha((e.vars||e).palette[o].main,(e.vars||e).palette.action.hoverOpacity)}}}})),{props:{color:"inherit"},style:{color:"inherit",borderColor:"currentColor","--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedBg:t,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedHoverBg:n,"--variant-textBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity)}}}},{props:{size:"small",variant:"text"},style:{padding:"4px 5px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"text"},style:{padding:"8px 11px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"outlined"},style:{padding:"3px 9px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"outlined"},style:{padding:"7px 21px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"contained"},style:{padding:"4px 10px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"contained"},style:{padding:"8px 22px",fontSize:e.typography.pxToRem(15)}},{props:{disableElevation:!0},style:{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${io.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${io.disabled}`]:{boxShadow:"none"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${io.loading}`]:{color:"transparent"}}}]}})),Z0=ne("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.startIcon,n.loading&&t.startIconLoadingStart,t[`iconSize${fe(n.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:8,marginLeft:-4,variants:[{props:{size:"small"},style:{marginLeft:-2}},{props:{loadingPosition:"start",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"start",loading:!0,fullWidth:!0},style:{marginRight:-8}},...km]})),J0=ne("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.endIcon,n.loading&&t.endIconLoadingEnd,t[`iconSize${fe(n.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:-4,marginLeft:8,variants:[{props:{size:"small"},style:{marginRight:-2}},{props:{loadingPosition:"end",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"end",loading:!0,fullWidth:!0},style:{marginLeft:-8}},...km]})),eI=ne("span",{name:"MuiButton",slot:"LoadingIndicator"})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",variants:[{props:{loading:!0},style:{display:"flex"}},{props:{loadingPosition:"start"},style:{left:14}},{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end"},style:{right:14}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:{loadingPosition:"start",fullWidth:!0},style:{position:"relative",left:-10}},{props:{loadingPosition:"end",fullWidth:!0},style:{position:"relative",right:-10}}]})),Md=ne("span",{name:"MuiButton",slot:"LoadingIconPlaceholder"})({display:"inline-block",width:"1em",height:"1em"}),Tn=C.forwardRef(function(t,n){const o=C.useContext(Em),s=C.useContext(Om),i=Wr(o,t),a=ot({props:i,name:"MuiButton"}),{children:l,color:c="primary",component:u="button",className:d,disabled:m=!1,disableElevation:g=!1,disableFocusRipple:p=!1,endIcon:b,focusVisibleClassName:f,fullWidth:v=!1,id:x,loading:w=null,loadingIndicator:I,loadingPosition:S="center",size:T="medium",startIcon:E,type:M,variant:N="text",...$}=a,V=bl(x),j=I??h.jsx(Bi,{"aria-labelledby":V,color:"inherit",size:16}),y={...a,color:c,component:u,disabled:m,disableElevation:g,disableFocusRipple:p,fullWidth:v,loading:w,loadingIndicator:j,loadingPosition:S,size:T,type:M,variant:N},D=X0(y),_=(E||w&&S==="start")&&h.jsx(Z0,{className:D.startIcon,ownerState:y,children:E||h.jsx(Md,{className:D.loadingIconPlaceholder,ownerState:y})}),O=(b||w&&S==="end")&&h.jsx(J0,{className:D.endIcon,ownerState:y,children:b||h.jsx(Md,{className:D.loadingIconPlaceholder,ownerState:y})}),k=s||"",P=typeof w=="boolean"?h.jsx("span",{className:D.loadingWrapper,style:{display:"contents"},children:w&&h.jsx(eI,{className:D.loadingIndicator,ownerState:y,children:j})}):null,{root:A,...z}=D;return h.jsxs(Q0,{ownerState:y,className:de(o.className,D.root,d,k),component:u,disabled:m||w,focusRipple:!p,focusVisibleClassName:de(D.focusVisible,f),ref:n,type:M,id:w?V:x,...$,classes:z,children:[_,S!=="end"&&P,l,S==="end"&&P,O]})});process.env.NODE_ENV!=="production"&&(Tn.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","primary","secondary","success","error","info","warning"]),r.string]),component:r.elementType,disabled:r.bool,disableElevation:r.bool,disableFocusRipple:r.bool,disableRipple:r.bool,endIcon:r.node,focusVisibleClassName:r.string,fullWidth:r.bool,href:r.string,id:r.string,loading:r.bool,loadingIndicator:r.node,loadingPosition:r.oneOf(["center","end","start"]),size:r.oneOfType([r.oneOf(["small","medium","large"]),r.string]),startIcon:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),type:r.oneOfType([r.oneOf(["button","reset","submit"]),r.string]),variant:r.oneOfType([r.oneOf(["contained","outlined","text"]),r.string])});function tI(e){return $e("MuiDialogActions",e)}Me("MuiDialogActions",["root","spacing"]);const nI=e=>{const{classes:t,disableSpacing:n}=e;return Le({root:["root",!n&&"spacing"]},tI,t)},oI=ne("div",{name:"MuiDialogActions",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disableSpacing&&t.spacing]}})({display:"flex",alignItems:"center",padding:8,justifyContent:"flex-end",flex:"0 0 auto",variants:[{props:({ownerState:e})=>!e.disableSpacing,style:{"& > :not(style) ~ :not(style)":{marginLeft:8}}}]}),_m=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiDialogActions"}),{className:s,disableSpacing:i=!1,...a}=o,l={...o,disableSpacing:i},c=nI(l);return h.jsx(oI,{className:de(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(_m.propTypes={children:r.node,classes:r.object,className:r.string,disableSpacing:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const rI=["actions"],sI=ne(_m,{name:"MuiPickersLayout",slot:"ActionBar"})({});function Pm(e){const{actions:t}=e,n=Ce(e,rI),o=Rt(),{clearValue:s,setValueToToday:i,acceptValueChanges:a,cancelValueChanges:l,goToNextStep:c,hasNextStep:u}=wo();if(t==null||t.length===0)return null;const d=t==null?void 0:t.map(m=>{switch(m){case"clear":return h.jsx(Tn,{onClick:s,children:o.clearButtonLabel},m);case"cancel":return h.jsx(Tn,{onClick:l,children:o.cancelButtonLabel},m);case"accept":return h.jsx(Tn,{onClick:a,children:o.okButtonLabel},m);case"today":return h.jsx(Tn,{onClick:i,children:o.todayButtonLabel},m);case"next":return h.jsx(Tn,{onClick:c,children:o.nextStepButtonLabel},m);case"nextOrAccept":return u?h.jsx(Tn,{onClick:c,children:o.nextStepButtonLabel},m):h.jsx(Tn,{onClick:a,children:o.okButtonLabel},m);default:return null}});return h.jsx(sI,R({},n,{children:d}))}process.env.NODE_ENV!=="production"&&(Pm.propTypes={actions:r.arrayOf(r.oneOf(["accept","cancel","clear","next","nextOrAccept","today"]).isRequired),disableSpacing:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const Dm=C.memo(Pm);process.env.NODE_ENV!=="production"&&(Dm.displayName="PickersActionBar");const zn=C.createContext({});process.env.NODE_ENV!=="production"&&(zn.displayName="ListContext");function iI(e){return $e("MuiList",e)}Me("MuiList",["root","padding","dense","subheader"]);const aI=e=>{const{classes:t,disablePadding:n,dense:o,subheader:s}=e;return Le({root:["root",!n&&"padding",o&&"dense",s&&"subheader"]},iI,t)},lI=ne("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disablePadding&&t.padding,n.dense&&t.dense,n.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),Gl=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiList"}),{children:s,className:i,component:a="ul",dense:l=!1,disablePadding:c=!1,subheader:u,...d}=o,m=C.useMemo(()=>({dense:l}),[l]),g={...o,component:a,dense:l,disablePadding:c},p=aI(g);return h.jsx(zn.Provider,{value:m,children:h.jsxs(lI,{as:a,className:de(p.root,i),ref:n,ownerState:g,...d,children:[u,s]})})});process.env.NODE_ENV!=="production"&&(Gl.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,dense:r.bool,disablePadding:r.bool,subheader:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function at(e,t){const{className:n,elementType:o,ownerState:s,externalForwardedProps:i,internalForwardedProps:a,shouldForwardComponentProp:l=!1,...c}=t,{component:u,slots:d={[e]:void 0},slotProps:m={[e]:void 0},...g}=i,p=d[e]||o,b=pm(m[e],s),{props:{component:f,...v},internalRef:x}=dm({className:n,...c,externalForwardedProps:e==="root"?g:void 0,externalSlotProps:b}),w=kt(x,b==null?void 0:b.ref,t.ref),I=e==="root"?f||u:f,S=cm(p,{...e==="root"&&!u&&!d[e]&&a,...e!=="root"&&!d[e]&&a,...v,...I&&!l&&{as:I},...I&&l&&{component:I},ref:w},s);return[p,S]}function cI(e){return $e("MuiListItem",e)}Me("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]);const uI=Me("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]);function dI(e){return $e("MuiListItemSecondaryAction",e)}Me("MuiListItemSecondaryAction",["root","disableGutters"]);const pI=e=>{const{disableGutters:t,classes:n}=e;return Le({root:["root",t&&"disableGutters"]},dI,n)},fI=ne("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)",variants:[{props:({ownerState:e})=>e.disableGutters,style:{right:0}}]}),Kl=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiListItemSecondaryAction"}),{className:s,...i}=o,a=C.useContext(zn),l={...o,disableGutters:a.disableGutters},c=pI(l);return h.jsx(fI,{className:de(c.root,s),ownerState:l,ref:n,...i})});process.env.NODE_ENV!=="production"&&(Kl.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});Kl.muiName="ListItemSecondaryAction";const mI=(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.alignItems==="flex-start"&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters,!n.disablePadding&&t.padding,n.hasSecondaryAction&&t.secondaryAction]},hI=e=>{const{alignItems:t,classes:n,dense:o,disableGutters:s,disablePadding:i,divider:a,hasSecondaryAction:l}=e;return Le({root:["root",o&&"dense",!s&&"gutters",!i&&"padding",a&&"divider",t==="flex-start"&&"alignItemsFlexStart",l&&"secondaryAction"],container:["container"],secondaryAction:["secondaryAction"]},cI,n)},gI=ne("div",{name:"MuiListItem",slot:"Root",overridesResolver:mI})(dt(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left",variants:[{props:({ownerState:t})=>!t.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:t})=>!t.disablePadding&&t.dense,style:{paddingTop:4,paddingBottom:4}},{props:({ownerState:t})=>!t.disablePadding&&!t.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:t})=>!t.disablePadding&&!!t.secondaryAction,style:{paddingRight:48}},{props:({ownerState:t})=>!!t.secondaryAction,style:{[`& > .${uI.root}`]:{paddingRight:48}}},{props:{alignItems:"flex-start"},style:{alignItems:"flex-start"}},{props:({ownerState:t})=>t.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:t})=>t.button,style:{transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}}}},{props:({ownerState:t})=>t.hasSecondaryAction,style:{paddingRight:48}}]}))),bI=ne("li",{name:"MuiListItem",slot:"Container"})({position:"relative"}),Mm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiListItem"}),{alignItems:s="center",children:i,className:a,component:l,components:c={},componentsProps:u={},ContainerComponent:d="li",ContainerProps:{className:m,...g}={},dense:p=!1,disableGutters:b=!1,disablePadding:f=!1,divider:v=!1,secondaryAction:x,slotProps:w={},slots:I={},...S}=o,T=C.useContext(zn),E=C.useMemo(()=>({dense:p||T.dense||!1,alignItems:s,disableGutters:b}),[s,T.dense,p,b]),M=C.useRef(null),N=C.Children.toArray(i),$=N.length&&Ho(N[N.length-1],["ListItemSecondaryAction"]),V={...o,alignItems:s,dense:E.dense,disableGutters:b,disablePadding:f,divider:v,hasSecondaryAction:$},j=hI(V),y=kt(M,n),D={slots:I,slotProps:w},[_,O]=at("secondaryAction",{elementType:Kl,externalForwardedProps:D,ownerState:V,className:j.secondaryAction}),k=I.root||c.Root||gI,P=w.root||u.root||{},A={className:de(j.root,P.className,a),...S};let z=l||"li";return $?(z=!A.component&&!l?"div":z,d==="li"&&(z==="li"?z="div":A.component==="li"&&(A.component="div")),h.jsx(zn.Provider,{value:E,children:h.jsxs(bI,{as:d,className:de(j.container,m),ref:y,ownerState:V,...g,children:[h.jsx(k,{...P,...!Wa(k)&&{as:z,ownerState:{...V,...P.ownerState}},...A,children:N}),N.pop()]})})):h.jsx(zn.Provider,{value:E,children:h.jsxs(k,{...P,as:z,ref:y,...!Wa(k)&&{ownerState:{...V,...P.ownerState}},...A,children:[N,x&&h.jsx(_,{...O,children:x})]})})});process.env.NODE_ENV!=="production"&&(Mm.propTypes={alignItems:r.oneOf(["center","flex-start"]),children:Jn(r.node,e=>{const t=C.Children.toArray(e.children);let n=-1;for(let o=t.length-1;o>=0;o-=1){const s=t[o];if(Ho(s,["ListItemSecondaryAction"])){n=o;break}}return n!==-1&&n!==t.length-1?new Error("MUI: You used an element after ListItemSecondaryAction. For ListItem to detect that it has a secondary action you must pass it as the last child to ListItem."):null}),classes:r.object,className:r.string,component:r.elementType,components:r.shape({Root:r.elementType}),componentsProps:r.shape({root:r.object}),ContainerComponent:Yl,ContainerProps:r.object,dense:r.bool,disableGutters:r.bool,disablePadding:r.bool,divider:r.bool,secondaryAction:r.node,slotProps:r.shape({root:r.object,secondaryAction:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType,secondaryAction:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const yI=vt(h.jsx("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}),"Cancel");function vI(e){return $e("MuiChip",e)}const Ne=Me("MuiChip",["root","sizeSmall","sizeMedium","colorDefault","colorError","colorInfo","colorPrimary","colorSecondary","colorSuccess","colorWarning","disabled","clickable","clickableColorPrimary","clickableColorSecondary","deletable","deletableColorPrimary","deletableColorSecondary","outlined","filled","outlinedPrimary","outlinedSecondary","filledPrimary","filledSecondary","avatar","avatarSmall","avatarMedium","avatarColorPrimary","avatarColorSecondary","icon","iconSmall","iconMedium","iconColorPrimary","iconColorSecondary","label","labelSmall","labelMedium","deleteIcon","deleteIconSmall","deleteIconMedium","deleteIconColorPrimary","deleteIconColorSecondary","deleteIconOutlinedColorPrimary","deleteIconOutlinedColorSecondary","deleteIconFilledColorPrimary","deleteIconFilledColorSecondary","focusVisible"]),xI=e=>{const{classes:t,disabled:n,size:o,color:s,iconColor:i,onDelete:a,clickable:l,variant:c}=e,u={root:["root",c,n&&"disabled",`size${fe(o)}`,`color${fe(s)}`,l&&"clickable",l&&`clickableColor${fe(s)}`,a&&"deletable",a&&`deletableColor${fe(s)}`,`${c}${fe(s)}`],label:["label",`label${fe(o)}`],avatar:["avatar",`avatar${fe(o)}`,`avatarColor${fe(s)}`],icon:["icon",`icon${fe(o)}`,`iconColor${fe(i)}`],deleteIcon:["deleteIcon",`deleteIcon${fe(o)}`,`deleteIconColor${fe(s)}`,`deleteIcon${fe(c)}Color${fe(s)}`]};return Le(u,vI,t)},CI=ne("div",{name:"MuiChip",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e,{color:o,iconColor:s,clickable:i,onDelete:a,size:l,variant:c}=n;return[{[`& .${Ne.avatar}`]:t.avatar},{[`& .${Ne.avatar}`]:t[`avatar${fe(l)}`]},{[`& .${Ne.avatar}`]:t[`avatarColor${fe(o)}`]},{[`& .${Ne.icon}`]:t.icon},{[`& .${Ne.icon}`]:t[`icon${fe(l)}`]},{[`& .${Ne.icon}`]:t[`iconColor${fe(s)}`]},{[`& .${Ne.deleteIcon}`]:t.deleteIcon},{[`& .${Ne.deleteIcon}`]:t[`deleteIcon${fe(l)}`]},{[`& .${Ne.deleteIcon}`]:t[`deleteIconColor${fe(o)}`]},{[`& .${Ne.deleteIcon}`]:t[`deleteIcon${fe(c)}Color${fe(o)}`]},t.root,t[`size${fe(l)}`],t[`color${fe(o)}`],i&&t.clickable,i&&o!=="default"&&t[`clickableColor${fe(o)}`],a&&t.deletable,a&&o!=="default"&&t[`deletableColor${fe(o)}`],t[c],t[`${c}${fe(o)}`]]}})(dt(({theme:e})=>{const t=e.palette.mode==="light"?e.palette.grey[700]:e.palette.grey[300];return{maxWidth:"100%",fontFamily:e.typography.fontFamily,fontSize:e.typography.pxToRem(13),display:"inline-flex",alignItems:"center",justifyContent:"center",height:32,lineHeight:1.5,color:(e.vars||e).palette.text.primary,backgroundColor:(e.vars||e).palette.action.selected,borderRadius:32/2,whiteSpace:"nowrap",transition:e.transitions.create(["background-color","box-shadow"]),cursor:"unset",outline:0,textDecoration:"none",border:0,padding:0,verticalAlign:"middle",boxSizing:"border-box",[`&.${Ne.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`& .${Ne.avatar}`]:{marginLeft:5,marginRight:-6,width:24,height:24,color:e.vars?e.vars.palette.Chip.defaultAvatarColor:t,fontSize:e.typography.pxToRem(12)},[`& .${Ne.avatarColorPrimary}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.dark},[`& .${Ne.avatarColorSecondary}`]:{color:(e.vars||e).palette.secondary.contrastText,backgroundColor:(e.vars||e).palette.secondary.dark},[`& .${Ne.avatarSmall}`]:{marginLeft:4,marginRight:-4,width:18,height:18,fontSize:e.typography.pxToRem(10)},[`& .${Ne.icon}`]:{marginLeft:5,marginRight:-6},[`& .${Ne.deleteIcon}`]:{WebkitTapHighlightColor:"transparent",color:e.alpha((e.vars||e).palette.text.primary,.26),fontSize:22,cursor:"pointer",margin:"0 5px 0 -6px","&:hover":{color:e.alpha((e.vars||e).palette.text.primary,.4)}},variants:[{props:{size:"small"},style:{height:24,[`& .${Ne.icon}`]:{fontSize:18,marginLeft:4,marginRight:-4},[`& .${Ne.deleteIcon}`]:{fontSize:16,marginRight:4,marginLeft:-4}}},...Object.entries(e.palette).filter(Pt(["contrastText"])).map(([n])=>({props:{color:n},style:{backgroundColor:(e.vars||e).palette[n].main,color:(e.vars||e).palette[n].contrastText,[`& .${Ne.deleteIcon}`]:{color:e.alpha((e.vars||e).palette[n].contrastText,.7),"&:hover, &:active":{color:(e.vars||e).palette[n].contrastText}}}})),{props:n=>n.iconColor===n.color,style:{[`& .${Ne.icon}`]:{color:e.vars?e.vars.palette.Chip.defaultIconColor:t}}},{props:n=>n.iconColor===n.color&&n.color!=="default",style:{[`& .${Ne.icon}`]:{color:"inherit"}}},{props:{onDelete:!0},style:{[`&.${Ne.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.action.selected,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}}},...Object.entries(e.palette).filter(Pt(["dark"])).map(([n])=>({props:{color:n,onDelete:!0},style:{[`&.${Ne.focusVisible}`]:{background:(e.vars||e).palette[n].dark}}})),{props:{clickable:!0},style:{userSelect:"none",WebkitTapHighlightColor:"transparent",cursor:"pointer","&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.selected,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`)},[`&.${Ne.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.action.selected,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)},"&:active":{boxShadow:(e.vars||e).shadows[1]}}},...Object.entries(e.palette).filter(Pt(["dark"])).map(([n])=>({props:{color:n,clickable:!0},style:{[`&:hover, &.${Ne.focusVisible}`]:{backgroundColor:(e.vars||e).palette[n].dark}}})),{props:{variant:"outlined"},style:{backgroundColor:"transparent",border:e.vars?`1px solid ${e.vars.palette.Chip.defaultBorder}`:`1px solid ${e.palette.mode==="light"?e.palette.grey[400]:e.palette.grey[700]}`,[`&.${Ne.clickable}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${Ne.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`& .${Ne.avatar}`]:{marginLeft:4},[`& .${Ne.avatarSmall}`]:{marginLeft:2},[`& .${Ne.icon}`]:{marginLeft:4},[`& .${Ne.iconSmall}`]:{marginLeft:2},[`& .${Ne.deleteIcon}`]:{marginRight:5},[`& .${Ne.deleteIconSmall}`]:{marginRight:3}}},...Object.entries(e.palette).filter(Pt()).map(([n])=>({props:{variant:"outlined",color:n},style:{color:(e.vars||e).palette[n].main,border:`1px solid ${e.alpha((e.vars||e).palette[n].main,.7)}`,[`&.${Ne.clickable}:hover`]:{backgroundColor:e.alpha((e.vars||e).palette[n].main,(e.vars||e).palette.action.hoverOpacity)},[`&.${Ne.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette[n].main,(e.vars||e).palette.action.focusOpacity)},[`& .${Ne.deleteIcon}`]:{color:e.alpha((e.vars||e).palette[n].main,.7),"&:hover, &:active":{color:(e.vars||e).palette[n].main}}}}))]}})),SI=ne("span",{name:"MuiChip",slot:"Label",overridesResolver:(e,t)=>{const{ownerState:n}=e,{size:o}=n;return[t.label,t[`label${fe(o)}`]]}})({overflow:"hidden",textOverflow:"ellipsis",paddingLeft:12,paddingRight:12,whiteSpace:"nowrap",variants:[{props:{variant:"outlined"},style:{paddingLeft:11,paddingRight:11}},{props:{size:"small"},style:{paddingLeft:8,paddingRight:8}},{props:{size:"small",variant:"outlined"},style:{paddingLeft:7,paddingRight:7}}]});function Rd(e){return e.key==="Backspace"||e.key==="Delete"}const Rm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiChip"}),{avatar:s,className:i,clickable:a,color:l="default",component:c,deleteIcon:u,disabled:d=!1,icon:m,label:g,onClick:p,onDelete:b,onKeyDown:f,onKeyUp:v,size:x="medium",variant:w="filled",tabIndex:I,skipFocusWhenDisabled:S=!1,slots:T={},slotProps:E={},...M}=o,N=C.useRef(null),$=kt(N,n),V=Q=>{Q.stopPropagation(),b(Q)},j=Q=>{Q.currentTarget===Q.target&&Rd(Q)&&Q.preventDefault(),f&&f(Q)},y=Q=>{Q.currentTarget===Q.target&&b&&Rd(Q)&&b(Q),v&&v(Q)},D=a!==!1&&p?!0:a,_=D||b?Kn:c||"div",O={...o,component:_,disabled:d,size:x,color:l,iconColor:C.isValidElement(m)&&m.props.color||l,onDelete:!!b,clickable:D,variant:w},k=xI(O),P=_===Kn?{component:c||"div",focusVisibleClassName:k.focusVisible,...b&&{disableRipple:!0}}:{};let A=null;b&&(A=u&&C.isValidElement(u)?C.cloneElement(u,{className:de(u.props.className,k.deleteIcon),onClick:V}):h.jsx(yI,{className:k.deleteIcon,onClick:V}));let z=null;s&&C.isValidElement(s)&&(z=C.cloneElement(s,{className:de(k.avatar,s.props.className)}));let L=null;m&&C.isValidElement(m)&&(L=C.cloneElement(m,{className:de(k.icon,m.props.className)})),process.env.NODE_ENV!=="production"&&z&&L&&console.error("MUI: The Chip component can not handle the avatar and the icon prop at the same time. Pick one.");const B={slots:T,slotProps:E},[W,K]=at("root",{elementType:CI,externalForwardedProps:{...B,...M},ownerState:O,shouldForwardComponentProp:!0,ref:$,className:de(k.root,i),additionalProps:{disabled:D&&d?!0:void 0,tabIndex:S&&d?-1:I,...P},getSlotProps:Q=>({...Q,onClick:re=>{var Y;(Y=Q.onClick)==null||Y.call(Q,re),p==null||p(re)},onKeyDown:re=>{var Y;(Y=Q.onKeyDown)==null||Y.call(Q,re),j(re)},onKeyUp:re=>{var Y;(Y=Q.onKeyUp)==null||Y.call(Q,re),y(re)}})}),[ee,U]=at("label",{elementType:SI,externalForwardedProps:B,ownerState:O,className:k.label});return h.jsxs(W,{as:_,...K,children:[z||L,h.jsx(ee,{...U,children:g}),A]})});process.env.NODE_ENV!=="production"&&(Rm.propTypes={avatar:r.element,children:w0,classes:r.object,className:r.string,clickable:r.bool,color:r.oneOfType([r.oneOf(["default","primary","secondary","error","info","success","warning"]),r.string]),component:r.elementType,deleteIcon:r.element,disabled:r.bool,icon:r.element,label:r.node,onClick:r.func,onDelete:r.func,onKeyDown:r.func,onKeyUp:r.func,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),skipFocusWhenDisabled:r.bool,slotProps:r.shape({label:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({label:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),tabIndex:r.number,variant:r.oneOfType([r.oneOf(["filled","outlined"]),r.string])});const ai=36,zi=2,Wi=320,wI=280,Xl=336,Nm=232,TI=48,II=["items","changeImportance"],EI=["getValue"],OI=ne(Gl,{name:"MuiPickersLayout",slot:"Shortcuts"})({});function $m(e){const{items:t,changeImportance:n="accept"}=e,o=Ce(e,II),{setValue:s}=qS(),i=_S();if(t==null||t.length===0)return null;const a=t.map(l=>{let{getValue:c}=l,u=Ce(l,EI);const d=c({isValid:i});return R({},u,{label:u.label,onClick:()=>{s(d,{changeImportance:n,shortcut:u,source:"view"})},disabled:!i(d)})});return h.jsx(OI,R({dense:!0,sx:[{maxHeight:Xl,maxWidth:200,overflow:"auto"},...Array.isArray(o.sx)?o.sx:[o.sx]]},o,{children:a.map(l=>h.jsx(Mm,{children:h.jsx(Rm,R({},l))},l.id??l.label))}))}process.env.NODE_ENV!=="production"&&($m.propTypes={changeImportance:r.oneOf(["accept","set"]),className:r.string,component:r.elementType,dense:r.bool,disablePadding:r.bool,items:r.arrayOf(r.shape({getValue:r.func.isRequired,id:r.string,label:r.string.isRequired})),style:r.object,subheader:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const kI=["ownerState"];function _I(e){return e.view!==null}const PI=(e,t)=>{const{pickerOrientation:n}=t;return Fe({root:["root",n==="landscape"&&"landscape"],contentWrapper:["contentWrapper"],toolbar:["toolbar"],actionBar:["actionBar"],tabs:["tabs"],landscape:["landscape"],shortcuts:["shortcuts"]},wm,e)},DI=e=>{const{ownerState:t,defaultActionBarActions:n}=lt(),{view:o}=wo(),s=un(),{children:i,slots:a,slotProps:l,classes:c}=e,u=C.useMemo(()=>R({},t,{layoutDirection:s?"rtl":"ltr",hasShortcuts:!1}),[t,s]),d=PI(c,u),m=(a==null?void 0:a.actionBar)??Dm,g=Ve({elementType:m,externalSlotProps:l==null?void 0:l.actionBar,additionalProps:{actions:n},className:d.actionBar,ownerState:u}),p=Ce(g,kI),b=h.jsx(m,R({},p)),f=a==null?void 0:a.toolbar,v=Ve({elementType:f,externalSlotProps:l==null?void 0:l.toolbar,className:d.toolbar,ownerState:u}),x=_I(v)&&f?h.jsx(f,R({},v)):null,w=i,I=a==null?void 0:a.tabs,S=o&&I?h.jsx(I,R({className:d.tabs},l==null?void 0:l.tabs)):null,T=(a==null?void 0:a.shortcuts)??$m,E=Ve({elementType:T,externalSlotProps:l==null?void 0:l.shortcuts,className:d.shortcuts,ownerState:u}),M=Array.isArray(E==null?void 0:E.items)&&E.items.length>0,N=o&&T?h.jsx(T,R({},E)):null;return{toolbar:x,content:w,tabs:S,actionBar:b,shortcuts:N,ownerState:R({},u,{hasShortcuts:M})}},MI=["sx","className","classes","children","slots","slotProps"],RI=(e,t)=>{const{pickerOrientation:n}=t;return Fe({root:["root",n==="landscape"&&"landscape"],contentWrapper:["contentWrapper"]},wm,e)},NI=ne("div",{name:"MuiPickersLayout",slot:"Root"})({display:"grid",gridAutoColumns:"max-content auto max-content",gridAutoRows:"max-content auto max-content",[`& .${so.actionBar}`]:{gridColumn:"1 / 4",gridRow:3},variants:[{props:{pickerOrientation:"landscape",hasShortcuts:!1},style:{[`& .${so.toolbar}`]:{gridColumn:1,gridRow:"1 / 3"}}},{props:{pickerOrientation:"landscape",hasShortcuts:!0},style:{[`& .${so.toolbar}`]:{gridColumn:"2 / 4",gridRow:1,maxWidth:"max-content"},[`& .${so.shortcuts}`]:{gridColumn:1,gridRow:2}}},{props:{pickerOrientation:"portrait"},style:{[`& .${so.toolbar}`]:{gridColumn:"2 / 4",gridRow:1},[`& .${so.shortcuts}`]:{gridColumn:1,gridRow:"2 / 3"}}},{props:{hasShortcuts:!0,layoutDirection:"rtl"},style:{[`& .${so.shortcuts}`]:{gridColumn:4}}}]}),$I=ne("div",{name:"MuiPickersLayout",slot:"ContentWrapper"})({gridColumn:"2 / 4",gridRow:2,display:"flex",flexDirection:"column"}),Ui=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersLayout"}),{toolbar:s,content:i,tabs:a,actionBar:l,shortcuts:c,ownerState:u}=DI(o),{orientation:d,variant:m}=wo(),{sx:g,className:p,classes:b}=o,f=Ce(o,MI),v=RI(b,u);return h.jsxs(NI,R({ref:n,sx:g,className:de(v.root,p),ownerState:u},f,{children:[d==="landscape"?c:s,d==="landscape"?s:c,h.jsx($I,{className:v.contentWrapper,ownerState:u,children:m==="desktop"?h.jsxs(C.Fragment,{children:[i,a]}):h.jsxs(C.Fragment,{children:[a,i]})}),l]}))});process.env.NODE_ENV!=="production"&&(Ui.displayName="PickersLayout");process.env.NODE_ENV!=="production"&&(Ui.propTypes={children:r.node,classes:r.object,className:r.string,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function jm(e){const{steps:t}=e;return g0({steps:t,isViewMatchingStep:(n,o)=>o.views==null||o.views.includes(n),onStepChange:({step:n,defaultView:o,setView:s,view:i,views:a})=>{const l=n.views==null?o:n.views.find(c=>a.includes(c));l!==i&&s(l)}})}const jI=["props","steps"],AI=["ownerState"],Am=e=>{var E;let{props:t,steps:n}=e,o=Ce(e,jI);const{slots:s,slotProps:i,label:a,inputRef:l,localeText:c}=t,u=jm({steps:n}),{providerProps:d,renderCurrentView:m,ownerState:g}=Sm(R({},o,{props:t,localeText:c,autoFocusView:!0,viewContainerRole:"dialog",variant:"desktop",getStepNavigation:u})),p=d.privateContextValue.labelId,b=((E=i==null?void 0:i.toolbar)==null?void 0:E.hidden)??!1,f=s.field,v=Ve({elementType:f,externalSlotProps:i==null?void 0:i.field,externalForwardedProps:ym(t),additionalProps:R({},b&&{id:p}),ownerState:g}),x=Ce(v,AI),w=s.layout??Ui;let I=p;b&&(a?I=`${p}-label`:I=void 0);const S=R({},i,{toolbar:R({},i==null?void 0:i.toolbar,{titleId:p}),popper:R({"aria-labelledby":I},i==null?void 0:i.popper)}),T=()=>h.jsxs(Bf,R({},d,{children:[h.jsx(f,R({},x,{slots:R({},s,x.slots),slotProps:R({},S,x.slotProps),inputRef:l})),h.jsx(d0,{slots:s,slotProps:S,children:h.jsx(w,R({},S==null?void 0:S.layout,{slots:s,slotProps:S,children:m()}))})]}));return process.env.NODE_ENV!=="production"&&(T.displayName="renderPicker"),{renderPicker:T}},No=e=>e.saveQuery!=null,LI=({stateResponse:{localizedDigits:e,sectionsValueBoundaries:t,state:n,timezone:o,setCharacterQuery:s,setTempAndroidValueStr:i,updateSectionValue:a}})=>{const l=Re(),c=({keyPressed:m,sectionIndex:g},p,b)=>{const f=m.toLowerCase(),v=n.sections[g];if(n.characterQuery!=null&&(!b||b(n.characterQuery.value))&&n.characterQuery.sectionIndex===g){const w=`${n.characterQuery.value}${f}`,I=p(w,v);if(!No(I))return s({sectionIndex:g,value:w,sectionType:v.type}),I}const x=p(f,v);return No(x)&&!x.saveQuery?(s(null),null):(s({sectionIndex:g,value:f,sectionType:v.type}),No(x)?null:x)},u=m=>{const g=(f,v,x)=>{const w=v.filter(I=>I.toLowerCase().startsWith(x));return w.length===0?{saveQuery:!1}:{sectionValue:w[0],shouldGoToNextSection:w.length===1}},p=(f,v,x,w)=>{const I=S=>jf(l,o,v.type,S);if(v.contentType==="letter")return g(v.format,I(v.format),f);if(x&&w!=null&&Tl(l,x).contentType==="letter"){const S=I(x),T=g(x,S,f);return No(T)?{saveQuery:!1}:R({},T,{sectionValue:w(T.sectionValue,S)})}return{saveQuery:!1}};return c(m,(f,v)=>{switch(v.type){case"month":{const x=w=>td(l,w,l.formats.month,v.format);return p(f,v,l.formats.month,x)}case"weekDay":{const x=(w,I)=>I.indexOf(w).toString();return p(f,v,l.formats.weekday,x)}case"meridiem":return p(f,v);default:return{saveQuery:!1}}})},d=m=>{const g=({queryValue:b,skipIfBelowMinimum:f,section:v})=>{const x=yn(b,e),w=Number(x),I=t[v.type]({currentDate:null,format:v.format,contentType:v.contentType});if(w>I.maximum)return{saveQuery:!1};if(f&&w<I.minimum)return{saveQuery:!0};const S=w*10>I.maximum||x.length===I.maximum.toString().length;return{sectionValue:Af(l,w,I,e,v),shouldGoToNextSection:S}};return c(m,(b,f)=>{if(f.contentType==="digit"||f.contentType==="digit-with-letter")return g({queryValue:b,skipIfBelowMinimum:!1,section:f});if(f.type==="month"){Lf(l,"digit","month","MM");const v=g({queryValue:b,skipIfBelowMinimum:!0,section:{type:f.type,format:"MM",hasLeadingZerosInInput:!0,contentType:"digit",maxLength:2}});if(No(v))return v;const x=td(l,v.sectionValue,"MM",f.format);return R({},v,{sectionValue:x})}if(f.type==="weekDay"){const v=g({queryValue:b,skipIfBelowMinimum:!0,section:f});if(No(v))return v;const x=Mi(l,f.format)[Number(v.sectionValue)-1];return R({},v,{sectionValue:x})}return{saveQuery:!1}},b=>ed(b,e))};return ge(m=>{const g=n.sections[m.sectionIndex],b=ed(m.keyPressed,e)?d(R({},m,{keyPressed:Il(m.keyPressed,e)})):u(m);if(b==null){i(null);return}a({section:g,newSectionValue:b.sectionValue,shouldGoToNextSection:b.shouldGoToNextSection})})},Nd={};function VI(e,t){const n=C.useRef(Nd);return n.current===Nd&&(n.current=e(t)),n}const FI=[];function BI(e){C.useEffect(e,FI)}class Ql{constructor(){Z(this,"currentId",null);Z(this,"clear",()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)});Z(this,"disposeEffect",()=>this.clear)}static create(){return new Ql}start(t,n){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,n()},t)}}function Hs(){const e=VI(Ql.create).current;return BI(e.disposeEffect),e}const zI=5e3,WI=e=>{var pe;const t=Re(),n=Rt(),o=un(),{manager:{validator:s,valueType:i,internal_valueManager:a,internal_fieldValueManager:l},internalPropsWithDefaults:c,internalPropsWithDefaults:{value:u,defaultValue:d,referenceDate:m,onChange:g,format:p,formatDensity:b="dense",selectedSections:f,onSelectedSectionsChange:v,shouldRespectLeadingZeros:x=!1,timezone:w},forwardedProps:{error:I}}=e,{value:S,handleValueChange:T,timezone:E}=to({name:"a field component",timezone:w,value:u,defaultValue:d,referenceDate:m,onChange:g,valueManager:a}),M=C.useRef(S);C.useEffect(()=>{M.current=S},[S]);const{hasValidationError:N}=Uf({props:c,validator:s,timezone:E,value:S,onError:c.onError}),$=C.useMemo(()=>cS(t),[t]),V=C.useMemo(()=>mS(t,$,E),[t,$,E]),j=C.useCallback(ae=>l.getSectionsFromValue(ae,oe=>ld({adapter:t,localeText:n,localizedDigits:$,format:p,date:oe,formatDensity:b,shouldRespectLeadingZeros:x,isRtl:o})),[l,p,n,$,o,x,t,b]),[y,D]=C.useState(()=>{const ae=j(S);od(ae,i);const oe={sections:ae,lastExternalValue:S,lastSectionsDependencies:{format:p,isRtl:o,locale:t.locale},tempValueStrAndroid:null,characterQuery:null},he=iS(ae),J=a.getInitialReferenceValue({referenceDate:m,value:S,adapter:t,props:c,granularity:he,timezone:E});return R({},oe,{referenceValue:J})}),[_,O]=ir({controlled:f,default:null,name:"useField",state:"selectedSections"}),k=ae=>{O(ae),v==null||v(ae)},P=C.useMemo(()=>$a(_,y.sections),[_,y.sections]),A=P==="all"?0:P,z=C.useMemo(()=>gS(y.sections),[y.sections]),L=C.useMemo(()=>y.sections.every(ae=>ae.value===""),[y.sections]),B=C.useMemo(()=>{if(A!=null)return!1;const ae=y.sections.filter(oe=>oe.value!=="");return ae.length>0&&y.sections.length-ae.length>0},[y.sections,A]),W=C.useMemo(()=>I!==void 0?I:N||B,[N,B,I]),K=ae=>{const oe={validationError:s({adapter:t,value:ae,timezone:E,props:c})};T(ae,oe)},ee=(ae,oe)=>{const he=[...y.sections];return he[ae]=R({},he[ae],{value:oe,modified:!0}),he},U=C.useRef(null),Q=Hs(),re=ae=>{A!=null&&(U.current={sectionIndex:A,value:ae},Q.start(0,()=>{U.current=null}))},Y=()=>{a.areValuesEqual(t,S,a.emptyValue)?D(ae=>R({},ae,{sections:ae.sections.map(oe=>R({},oe,{value:""})),tempValueStrAndroid:null,characterQuery:null})):(D(ae=>R({},ae,{characterQuery:null})),K(a.emptyValue))},F=()=>{if(A==null)return;const ae=y.sections[A];ae.value!==""&&(re(""),l.getDateFromSection(S,ae)===null?D(oe=>R({},oe,{sections:ee(A,""),tempValueStrAndroid:null,characterQuery:null})):(D(oe=>R({},oe,{characterQuery:null})),K(l.updateDateInValue(S,ae,null))))},G=ae=>{const oe=(J,ce)=>{const se=t.parse(J,p);if(!t.isValid(se))return null;const ve=ld({adapter:t,localeText:n,localizedDigits:$,format:p,date:se,formatDensity:b,shouldRespectLeadingZeros:x,isRtl:o});return sd(t,se,ve,ce,!1)},he=l.parseValueStr(ae,y.referenceValue,oe);K(he)},te=Hs(),H=({section:ae,newSectionValue:oe,shouldGoToNextSection:he})=>{Q.clear(),te.clear();const J=l.getDateFromSection(S,ae);he&&A<y.sections.length-1&&k(A+1);const ce=ee(A,oe),se=l.getDateSectionsFromValue(ce,ae),ve=pS(t,se,$);if(t.isValid(ve)){const xe=sd(t,ve,se,l.getDateFromSection(y.referenceValue,ae),!0);return J==null&&te.start(0,()=>{M.current===S&&D(Se=>R({},Se,{sections:l.clearDateSections(y.sections,ae),tempValueStrAndroid:null}))}),K(l.updateDateInValue(S,ae,xe))}return se.every(xe=>xe.value!=="")&&(J==null||t.isValid(J))?(re(oe),K(l.updateDateInValue(S,ae,ve))):(J!=null&&(re(oe),K(l.updateDateInValue(S,ae,ve))),D(xe=>R({},xe,{sections:ce,tempValueStrAndroid:null})))},le=ae=>D(oe=>R({},oe,{tempValueStrAndroid:ae})),X=ge(ae=>{D(oe=>R({},oe,{characterQuery:ae}))});if(S!==y.lastExternalValue){const ae=U.current!=null&&!t.isValid(l.getDateFromSection(S,y.sections[U.current.sectionIndex]));let oe;ae?oe=ee(U.current.sectionIndex,U.current.value):oe=j(S),D(he=>R({},he,{lastExternalValue:S,sections:oe,sectionsDependencies:{format:p,isRtl:o,locale:t.locale},referenceValue:ae?he.referenceValue:l.updateReferenceValue(t,S,he.referenceValue),tempValueStrAndroid:null}))}if(o!==y.lastSectionsDependencies.isRtl||p!==y.lastSectionsDependencies.format||t.locale!==y.lastSectionsDependencies.locale){const ae=j(S);od(ae,i),D(oe=>R({},oe,{lastSectionsDependencies:{format:p,isRtl:o,locale:t.locale},sections:ae,tempValueStrAndroid:null,characterQuery:null}))}y.characterQuery!=null&&!W&&A==null&&X(null),y.characterQuery!=null&&((pe=y.sections[y.characterQuery.sectionIndex])==null?void 0:pe.type)!==y.characterQuery.sectionType&&X(null),C.useEffect(()=>{U.current!=null&&(U.current=null)});const ue=Hs();return C.useEffect(()=>(y.characterQuery!=null&&ue.start(zI,()=>X(null)),()=>{}),[y.characterQuery,X,ue]),C.useEffect(()=>{y.tempValueStrAndroid!=null&&A!=null&&F()},[y.sections]),{activeSectionIndex:A,areAllSectionsEmpty:L,error:W,localizedDigits:$,parsedSelectedSections:P,sectionOrder:z,sectionsValueBoundaries:V,state:y,timezone:E,value:S,clearValue:Y,clearActiveSection:F,setCharacterQuery:X,setSelectedSections:k,setTempAndroidValueStr:le,updateSectionValue:H,updateValueFromValueStr:G,getSectionsFromValue:j}};function UI(e){const{manager:{internal_useApplyDefaultValuesToFieldInternalProps:t},internalProps:n,skipContextFieldRefAssignment:o}=e,s=Nl(),i=PS(),a=Tt(n.fieldRef,o?null:i==null?void 0:i.internalFieldRef,o?null:i==null?void 0:i.fieldRef),l=s==null?void 0:s.setValue,c=C.useCallback((d,m)=>l==null?void 0:l(d,{validationError:m.validationError,shouldClose:!1}),[l]),u=C.useMemo(()=>i!=null&&s!=null?R({value:s.value,onChange:c,timezone:s.timezone,disabled:s.disabled,readOnly:s.readOnly,autoFocus:s.autoFocus&&!s.open,focused:s.open?!0:void 0,format:s.fieldFormat,formatDensity:i.formatDensity,selectedSections:i.selectedSections,onSelectedSectionsChange:i.onSelectedSectionsChange,fieldRef:a},n):n,[s,i,n,c,a]);return t(u)}function Zl(e){const{focused:t,domGetters:n,stateResponse:{parsedSelectedSections:o,state:s}}=e;if(!n.isReady())return;const i=qo(n.getRoot()).getSelection();if(!i)return;if(o==null){i.rangeCount>0&&i.getRangeAt(0).startContainer instanceof Node&&n.getRoot().contains(i.getRangeAt(0).startContainer)&&i.removeAllRanges(),t&&n.getRoot().blur();return}if(!n.getRoot().contains(_n(n.getRoot())))return;const a=new window.Range;let l;o==="all"?l=n.getRoot():s.sections[o].type==="empty"?l=n.getSectionContainer(o):l=n.getSectionContent(o),a.selectNodeContents(l),l.focus(),i.removeAllRanges(),i.addRange(a)}function HI(e){const{manager:{internal_fieldValueManager:t},focused:n,setFocused:o,domGetters:s,stateResponse:i,applyCharacterEditing:a,internalPropsWithDefaults:l,stateResponse:{parsedSelectedSections:c,sectionsValueBoundaries:u,sectionOrder:d,state:m,value:g,activeSectionIndex:p,localizedDigits:b,timezone:f,clearValue:v,clearActiveSection:x,setCharacterQuery:w,setSelectedSections:I,updateValueFromValueStr:S,updateSectionValue:T},internalPropsWithDefaults:{disabled:E=!1,readOnly:M=!1,minutesStep:N}}=e,$=Re(),V=ge(A=>{var z;if(!E)switch(!0){case((A.ctrlKey||A.metaKey)&&(((z=A.key)==null?void 0:z.toUpperCase())==="A"||String.fromCharCode(A.keyCode)==="A")&&!A.shiftKey&&!A.altKey):{A.preventDefault(),I("all");break}case A.key==="ArrowRight":{if(A.preventDefault(),c==null)I(d.startIndex);else if(c==="all")I(d.endIndex);else{const L=d.neighbors[c].rightIndex;L!==null&&I(L)}break}case A.key==="ArrowLeft":{if(A.preventDefault(),c==null)I(d.endIndex);else if(c==="all")I(d.startIndex);else{const L=d.neighbors[c].leftIndex;L!==null&&I(L)}break}case A.key==="Delete":{if(A.preventDefault(),M)break;c==null||c==="all"?v():x();break}case["ArrowUp","ArrowDown","Home","End","PageUp","PageDown"].includes(A.key):{if(A.preventDefault(),M||p==null)break;c==="all"&&I(p);const L=m.sections[p],B=GI($,f,L,A.key,u,b,t.getDateFromSection(g,L),{minutesStep:N});T({section:L,newSectionValue:B,shouldGoToNextSection:!1});break}}}),j=Hs(),y=ge(()=>{if(!(E||!s.isReady())){if(c==="all"){o(!0),j.start(0,()=>{const A=document.getSelection();if(!A||A.rangeCount===0){I(d.startIndex);return}const z=A.getRangeAt(0).startOffset;if(z===0){I(d.startIndex);return}let L=0,B=0;for(;B<z&&L<m.sections.length;){const W=m.sections[L];L+=1,B+=`${W.startSeparator}${W.value||W.placeholder}${W.endSeparator}`.length}I(L-1)});return}n||(o(!0),c==null&&I(d.startIndex))}}),D=ge(A=>{if(E||!s.isReady()||c==="all"||A.button!==0)return;const z=A.target,L=s.getRoot();if(!L.contains(z))return;const B=z.closest("[data-sectionindex]"),W=B?Number(B.dataset.sectionindex):qI(L,A.clientX);W==null||!Number.isInteger(W)||(A.preventDefault(),o(!0),I(W))}),_=ge(A=>{if(!s.isReady()||c!=="all")return;const L=A.target.textContent??"";s.getRoot().innerHTML=m.sections.map(B=>`${B.startSeparator}${B.value||B.placeholder}${B.endSeparator}`).join(""),Zl({focused:n,domGetters:s,stateResponse:i}),L.length===0||L.charCodeAt(0)===10?(v(),I("all")):L.length>1?S(L):(c==="all"&&I(0),a({keyPressed:L,sectionIndex:0}))}),O=ge(A=>{if(M||c!=="all"){A.preventDefault();return}const z=A.clipboardData.getData("text");A.preventDefault(),w(null),S(z)}),k=ge(()=>{if(n||E||!s.isReady())return;const A=_n(s.getRoot());o(!0),s.getSectionIndexFromDOMElement(A)!=null||I(d.startIndex)}),P=ge(()=>{setTimeout(()=>{if(!s.isReady())return;const A=_n(s.getRoot());!s.getRoot().contains(A)&&(o(!1),I(null))})});return{onKeyDown:V,onBlur:P,onFocus:k,onClick:y,onMouseDown:D,onPaste:O,onInput:_,contentEditable:c==="all",tabIndex:l.disabled||c===0?-1:0}}function qI(e,t){const n=e.querySelectorAll('[role="spinbutton"]');if(n.length===0)return null;let o=0,s=1/0;for(let i=0;i<n.length;i+=1){const a=n[i].getBoundingClientRect(),l=(a.left+a.right)/2,c=Math.abs(t-l);c<s&&(s=c,o=i)}return o}function YI(e){switch(e){case"ArrowUp":return 1;case"ArrowDown":return-1;case"PageUp":return 5;case"PageDown":return-5;default:return 0}}function GI(e,t,n,o,s,i,a,l){const c=YI(o),u=o==="Home",d=o==="End",m=n.value===""||u||d,g=()=>{const b=s[n.type]({currentDate:a,format:n.format,contentType:n.contentType}),f=w=>Af(e,w,b,i,n),v=n.type==="minutes"&&(l!=null&&l.minutesStep)?l.minutesStep:1;let x;if(m){if(n.type==="year"&&!d&&!u)return e.formatByString(e.date(void 0,t),n.format);c>0||u?x=b.minimum:x=b.maximum}else x=parseInt(yn(n.value,i),10)+c*v;return x%v!==0&&((c<0||u)&&(x+=v-(v+x)%v),(c>0||d)&&(x-=x%v)),x>b.maximum?f(b.minimum+(x-b.maximum-1)%(b.maximum-b.minimum+1)):x<b.minimum?f(b.maximum-(b.minimum-x-1)%(b.maximum-b.minimum+1)):f(x)},p=()=>{const b=jf(e,t,n.type,n.format);if(b.length===0)return n.value;if(m)return c>0||u?b[0]:b[b.length-1];const x=((b.indexOf(n.value)+c)%b.length+b.length)%b.length;return b[x]};return n.contentType==="digit"||n.contentType==="digit-with-letter"?g():p()}function KI(e){const{manager:{internal_fieldValueManager:t},stateResponse:{areAllSectionsEmpty:n,state:o,updateValueFromValueStr:s}}=e,i=ge(l=>{s(l.target.value)});return{value:C.useMemo(()=>n?"":t.getHiddenInputValueFromSections(o.sections),[n,o.sections,t]),onChange:i}}function XI(e){const{stateResponse:{parsedSelectedSections:t,setSelectedSections:n},internalPropsWithDefaults:{disabled:o=!1}}=e,s=ge(i=>{if(o||i.isDefaultPrevented())return;const a=Number(i.currentTarget.dataset.sectionindex);Number.isInteger(a)&&t!==a&&n(a)});return C.useCallback(i=>({"data-sectionindex":i,onClick:s}),[s])}function QI(e){const t=Re(),n=Rt(),{focused:o,domGetters:s,stateResponse:i,applyCharacterEditing:a,manager:{internal_fieldValueManager:l},stateResponse:{parsedSelectedSections:c,sectionsValueBoundaries:u,state:d,value:m,localizedDigits:g,clearActiveSection:p,setCharacterQuery:b,setSelectedSections:f,updateSectionValue:v,updateValueFromValueStr:x},internalPropsWithDefaults:{disabled:w=!1,readOnly:I=!1}}=e,S=c==="all",T=!S&&!w&&!I,E=ge(y=>{if(!s.isReady())return;const D=d.sections[y];s.getSectionContent(y).innerHTML=D.value||D.placeholder,Zl({focused:o,domGetters:s,stateResponse:i})}),M=ge(y=>{if(!s.isReady())return;const D=y.target,_=D.textContent??"",O=s.getSectionIndexFromDOMElement(D),k=d.sections[O];if(I){E(O);return}if(_.length===0){if(k.value===""){E(O);return}const P=y.nativeEvent.inputType;if(P==="insertParagraph"||P==="insertLineBreak"){E(O);return}E(O),p();return}a({keyPressed:_,sectionIndex:O}),E(O)}),N=ge(y=>{y.preventDefault()}),$=ge(y=>{if(y.preventDefault(),I||w||typeof c!="number")return;const D=d.sections[c],_=y.clipboardData.getData("text"),O=/^[a-zA-Z]+$/.test(_),k=/^[0-9]+$/.test(_),P=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(_);D.contentType==="letter"&&O||D.contentType==="digit"&&k||D.contentType==="digit-with-letter"&&P?(b(null),v({section:D,newSectionValue:_,shouldGoToNextSection:!0})):!O&&!k&&(b(null),x(_))}),V=ge(y=>{y.preventDefault(),y.dataTransfer.dropEffect="none"}),j=C.useCallback(y=>()=>{w||f(y)},[w,f]);return C.useCallback((y,D)=>{const _=u[y.type]({currentDate:l.getDateFromSection(m,y),contentType:y.contentType,format:y.format});return{onInput:M,onPaste:$,onMouseUp:N,onDragOver:V,onFocus:j(D),"aria-readonly":I,"aria-valuenow":JI(y,t,g),"aria-valuemin":_.minimum,"aria-valuemax":_.maximum,"aria-valuetext":y.value?ZI(y,t,g):n.empty,"aria-label":n[y.type],"aria-disabled":w,tabIndex:!T||S||D>0?-1:0,contentEditable:!S&&!w&&!I,role:"spinbutton","data-range-position":y.dateName||void 0,spellCheck:T?!1:void 0,autoCapitalize:T?"none":void 0,autoCorrect:T?"off":void 0,children:y.value||y.placeholder,inputMode:y.contentType==="letter"?"text":"numeric"}},[u,S,w,I,T,n,t,g,M,$,N,V,j,l,m])}function ZI(e,t,n){if(e.value)switch(e.type){case"month":{if(e.contentType==="digit"){const s=t.setMonth(t.date(),Number(yn(e.value,n))-1);return t.isValid(s)?t.format(s,"month"):""}const o=t.parse(e.value,e.format);return o&&t.isValid(o)?t.format(o,"month"):void 0}case"day":if(e.contentType==="digit"){const o=t.setDate(t.startOfYear(t.date()),Number(yn(e.value,n)));return t.isValid(o)?t.format(o,"dayOfMonth"):""}return e.value;case"weekDay":return;default:return}}function JI(e,t,n){if(!e.value)return;const o=yn(e.value,n);switch(e.type){case"weekDay":return e.contentType==="letter"?void 0:Number(o);case"meridiem":{const s=t.parse(`01:00 ${e.value}`,`${t.formats.hours12h}:${t.formats.minutes} ${e.format}`);return s?t.getHours(s)>=12?1:0:void 0}case"day":return e.contentType==="digit-with-letter"?parseInt(o,10):Number(o);case"month":{if(e.contentType==="digit")return Number(o);const s=t.parse(e.value,e.format);return s?t.getMonth(s)+1:void 0}default:return e.contentType!=="letter"?Number(o):void 0}}const Lm=e=>{const{props:t,manager:n,skipContextFieldRefAssignment:o,manager:{valueType:s,internal_useOpenPickerButtonAriaLabel:i}}=e,{internalProps:a,forwardedProps:l}=VS(t,s);process.env.NODE_ENV!=="production"&&l.enableAccessibleFieldDOMStructure!=null&&$n(["MUI X: The `enableAccessibleFieldDOMStructure` prop has been removed.","The accessible DOM structure is now the default and only option.","You can safely remove the prop from your code.","For more information, please have a look at the migration guide (https://mui.com/x/migration/migration-pickers-v8/)."]);const c=UI({manager:n,internalProps:a,skipContextFieldRefAssignment:o}),{sectionListRef:u,onBlur:d,onClick:m,onMouseDown:g,onFocus:p,onInput:b,onPaste:f,onKeyDown:v,onClear:x,clearable:w}=l,{disabled:I=!1,readOnly:S=!1,autoFocus:T=!1,focused:E,fieldRef:M}=c,N=C.useRef(null),$=Tt(u,N),V=C.useMemo(()=>({isReady:()=>N.current!=null,getRoot:()=>N.current.getRoot(),getSectionContainer:oe=>N.current.getSectionContainer(oe),getSectionContent:oe=>N.current.getSectionContent(oe),getSectionIndexFromDOMElement:oe=>N.current.getSectionIndexFromDOMElement(oe)}),[N]),j=WI({manager:n,internalPropsWithDefaults:c,forwardedProps:l}),{areAllSectionsEmpty:y,error:D,parsedSelectedSections:_,sectionOrder:O,state:k,value:P,clearValue:A,setSelectedSections:z}=j,L=LI({stateResponse:j}),B=i(P),[W,K]=C.useState(!1);function ee(oe=0){if(I||!N.current||$d(N)!=null)return;const he=$a(oe,k.sections);K(!0),N.current.getSectionContent(he).focus()}const U=HI({manager:n,internalPropsWithDefaults:c,stateResponse:j,applyCharacterEditing:L,focused:W,setFocused:K,domGetters:V}),Q=KI({manager:n,stateResponse:j}),re=XI({stateResponse:j,internalPropsWithDefaults:c}),Y=QI({manager:n,stateResponse:j,applyCharacterEditing:L,internalPropsWithDefaults:c,domGetters:V,focused:W}),F=ge(oe=>{v==null||v(oe),U.onKeyDown(oe)}),G=ge(oe=>{U.onBlur(oe);const he=oe.relatedTarget;V.isReady()&&he instanceof Node&&V.getRoot().contains(he)||d==null||d(oe)}),te=ge(oe=>{U.onFocus(oe);const he=oe.relatedTarget;V.isReady()&&he instanceof Node&&V.getRoot().contains(he)||p==null||p(oe)}),H=ge(oe=>{oe.isDefaultPrevented()||(m==null||m(oe),U.onClick(oe))}),le=ge(oe=>{oe.isDefaultPrevented()||(g==null||g(oe),U.onMouseDown(oe))}),X=ge(oe=>{f==null||f(oe),U.onPaste(oe)}),ue=ge(oe=>{b==null||b(oe),U.onInput(oe)}),pe=ge((oe,...he)=>{oe.preventDefault(),x==null||x(oe,...he),A(),jd(N)?z(O.startIndex):ee(0)}),ae=C.useMemo(()=>k.sections.map((oe,he)=>{const J=Y(oe,he);return{container:re(he),content:J,before:{children:oe.startSeparator},after:{children:oe.endSeparator,"data-range-position":oe.isEndFormatSeparator?J["data-range-position"]:void 0}}}),[k.sections,re,Y]);return C.useEffect(()=>{if(N.current==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `sectionListRef` prop has not been initialized by `PickersSectionList`\nYou probably tried to pass a component to the `textField` slot that contains an `<input />` element instead of a `PickersSectionList`.\n\nLearn more about the field accessible DOM structure on the MUI documentation: https://mui.com/x/react-date-pickers/fields/#fields-to-edit-a-single-element":Ae(249));T&&!I&&N.current.getSectionContent(O.startIndex).focus()},[]),Qt(()=>{if(!(!W||!N.current)){if(_==="all")N.current.getRoot().focus();else if(typeof _=="number"){const oe=N.current.getSectionContent(_);oe&&oe.focus()}}},[_,W]),Qt(()=>{Zl({focused:W,domGetters:V,stateResponse:j})}),C.useImperativeHandle(M,()=>({getSections:()=>k.sections,getActiveSectionIndex:()=>$d(N),setSelectedSections:oe=>{if(I||!N.current)return;const he=$a(oe,k.sections);K((he==="all"?0:he)!==null),z(oe)},focusField:ee,isFieldFocused:()=>jd(N),clearValue:A})),R({},l,U,{onBlur:G,onClick:H,onMouseDown:le,onFocus:te,onInput:ue,onPaste:X,onKeyDown:F,onClear:pe},Q,{error:D,clearable:!!(w&&!y&&!S&&!I),focused:E??W,sectionListRef:$,elements:ae,areAllSectionsEmpty:y,disabled:I,readOnly:S,autoFocus:T,openPickerAriaLabel:B})};function $d(e){var n;const t=_n((n=e.current)==null?void 0:n.getRoot());return!t||!e.current||!e.current.getRoot().contains(t)?null:e.current.getSectionIndexFromDOMElement(t)}function jd(e){var n;const t=_n((n=e.current)==null?void 0:n.getRoot());return!!e.current&&e.current.getRoot().contains(t)}function eE(e={}){const{ampm:t}=e;return C.useMemo(()=>({valueType:"time",validator:$i,internal_valueManager:wt,internal_fieldValueManager:Vf,internal_useApplyDefaultValuesToFieldInternalProps:nE,internal_useOpenPickerButtonAriaLabel:tE(t)}),[t])}function tE(e){return function(n){const o=Re(),s=Rt();return C.useMemo(()=>{const i=e??o.is12HourCycleInCurrentLocale()?"fullTime12h":"fullTime24h",a=o.isValid(n)?o.format(n,i):null;return s.openTimePickerDialogue(a)},[n,s,o])}}function nE(e){const t=Re(),n=Vm(e),o=C.useMemo(()=>e.ampm??t.is12HourCycleInCurrentLocale(),[e.ampm,t]);return C.useMemo(()=>R({},e,n,{format:e.format??(o?t.formats.fullTime12h:t.formats.fullTime24h)}),[e,n,o,t])}function Vm(e){return C.useMemo(()=>({disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1}),[e.disablePast,e.disableFuture])}const oE=e=>{const t=JS();return Lm({manager:t,props:e})};function rE(e){return $e("MuiIconButton",e)}const Ad=Me("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge","loading","loadingIndicator","loadingWrapper"]),sE=e=>{const{classes:t,disabled:n,color:o,edge:s,size:i,loading:a}=e,l={root:["root",a&&"loading",n&&"disabled",o!=="default"&&`color${fe(o)}`,s&&`edge${fe(s)}`,`size${fe(i)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]};return Le(l,rE,t)},iE=ne(Kn,{name:"MuiIconButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.loading&&t.loading,n.color!=="default"&&t[`color${fe(n.color)}`],n.edge&&t[`edge${fe(n.edge)}`],t[`size${fe(n.size)}`]]}})(dt(({theme:e})=>({textAlign:"center",flex:"0 0 auto",fontSize:e.typography.pxToRem(24),padding:8,borderRadius:"50%",color:(e.vars||e).palette.action.active,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),variants:[{props:t=>!t.disableRipple,style:{"--IconButton-hoverBg":e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity),"&:hover":{backgroundColor:"var(--IconButton-hoverBg)","@media (hover: none)":{backgroundColor:"transparent"}}}},{props:{edge:"start"},style:{marginLeft:-12}},{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:{edge:"end"},style:{marginRight:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}}]})),dt(({theme:e})=>({variants:[{props:{color:"inherit"},style:{color:"inherit"}},...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{"--IconButton-hoverBg":e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity)}})),{props:{size:"small"},style:{padding:5,fontSize:e.typography.pxToRem(18)}},{props:{size:"large"},style:{padding:12,fontSize:e.typography.pxToRem(28)}}],[`&.${Ad.disabled}`]:{backgroundColor:"transparent",color:(e.vars||e).palette.action.disabled},[`&.${Ad.loading}`]:{color:"transparent"}}))),aE=ne("span",{name:"MuiIconButton",slot:"LoadingIndicator"})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",top:"50%",left:"50%",transform:"translate(-50%, -50%)",color:(e.vars||e).palette.action.disabled,variants:[{props:{loading:!0},style:{display:"flex"}}]})),Xn=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiIconButton"}),{edge:s=!1,children:i,className:a,color:l="default",disabled:c=!1,disableFocusRipple:u=!1,size:d="medium",id:m,loading:g=null,loadingIndicator:p,...b}=o,f=bl(m),v=p??h.jsx(Bi,{"aria-labelledby":f,color:"inherit",size:16}),x={...o,edge:s,color:l,disabled:c,disableFocusRipple:u,loading:g,loadingIndicator:v,size:d},w=sE(x);return h.jsxs(iE,{id:g?f:m,className:de(w.root,a),centerRipple:!0,focusRipple:!u,disabled:c||g,ref:n,...b,ownerState:x,children:[typeof g=="boolean"&&h.jsx("span",{className:w.loadingWrapper,style:{display:"contents"},children:h.jsx(aE,{className:w.loadingIndicator,ownerState:x,children:g&&v})}),i]})});process.env.NODE_ENV!=="production"&&(Xn.propTypes={children:Jn(r.node,e=>C.Children.toArray(e.children).some(n=>C.isValidElement(n)&&n.props.onClick)?new Error(["MUI: You are providing an onClick event listener to a child of a button element.","Prefer applying it to the IconButton directly.","This guarantees that the whole <button> will be responsive to click events."].join(`
|
|
203
|
-
`)):null),classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","default","primary","secondary","error","info","success","warning"]),r.string]),disabled:r.bool,disableFocusRipple:r.bool,disableRipple:r.bool,edge:r.oneOf(["end","start",!1]),id:r.string,loading:r.bool,loadingIndicator:r.node,size:r.oneOfType([r.oneOf(["small","medium","large"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const Hi=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(Hi.displayName="FormControlContext");function Io(){return C.useContext(Hi)}function lE(e){return $e("MuiInputAdornment",e)}const Ld=Me("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]);var Vd;const cE=(e,t)=>{const{ownerState:n}=e;return[t.root,t[`position${fe(n.position)}`],n.disablePointerEvents===!0&&t.disablePointerEvents,t[n.variant]]},uE=e=>{const{classes:t,disablePointerEvents:n,hiddenLabel:o,position:s,size:i,variant:a}=e,l={root:["root",n&&"disablePointerEvents",s&&`position${fe(s)}`,a,o&&"hiddenLabel",i&&`size${fe(i)}`]};return Le(l,lE,t)},dE=ne("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:cE})(dt(({theme:e})=>({display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active,variants:[{props:{variant:"filled"},style:{[`&.${Ld.positionStart}&:not(.${Ld.hiddenLabel})`]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]}))),Fm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiInputAdornment"}),{children:s,className:i,component:a="div",disablePointerEvents:l=!1,disableTypography:c=!1,position:u,variant:d,...m}=o,g=Io()||{};let p=d;d&&g.variant&&process.env.NODE_ENV!=="production"&&d===g.variant&&console.error("MUI: The `InputAdornment` variant infers the variant prop you do not have to provide one."),g&&!p&&(p=g.variant);const b={...o,hiddenLabel:g.hiddenLabel,size:g.size,disablePointerEvents:l,position:u,variant:p},f=uE(b);return h.jsx(Hi.Provider,{value:null,children:h.jsx(dE,{as:a,ownerState:b,className:de(f.root,i),ref:n,...m,children:typeof s=="string"&&!c?h.jsx(nn,{color:"textSecondary",children:s}):h.jsxs(C.Fragment,{children:[u==="start"?Vd||(Vd=h.jsx("span",{className:"notranslate","aria-hidden":!0,children:""})):null,s]})})})});process.env.NODE_ENV!=="production"&&(Fm.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,disablePointerEvents:r.bool,disableTypography:r.bool,position:r.oneOf(["end","start"]).isRequired,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOf(["filled","outlined","standard"])});function Jl(e){const{ownerState:t}=lt(),n=un();return C.useMemo(()=>R({},t,{isFieldDisabled:e.disabled??!1,isFieldReadOnly:e.readOnly??!1,isFieldRequired:e.required??!1,fieldDirection:n?"rtl":"ltr"}),[t,e.disabled,e.readOnly,e.required,n])}const pE=vt(h.jsx("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),fE=vt(h.jsx("path",{d:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}),"ArrowLeft"),mE=vt(h.jsx("path",{d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"ArrowRight"),hE=vt(h.jsx("path",{d:"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"}),"Calendar"),gE=vt(h.jsxs(C.Fragment,{children:[h.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),h.jsx("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Clock");vt(h.jsx("path",{d:"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"}),"DateRange");vt(h.jsxs(C.Fragment,{children:[h.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),h.jsx("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Time");const bE=vt(h.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"}),"Clear");function ec({props:e,states:t,muiFormControl:n}){return t.reduce((o,s)=>(o[s]=e[s],n&&typeof e[s]>"u"&&(o[s]=n[s]),o),{})}function yE(e){return $e("MuiFormLabel",e)}const Nr=Me("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"]),vE=e=>{const{classes:t,color:n,focused:o,disabled:s,error:i,filled:a,required:l}=e,c={root:["root",`color${fe(n)}`,s&&"disabled",i&&"error",a&&"filled",o&&"focused",l&&"required"],asterisk:["asterisk",i&&"error"]};return Le(c,yE,t)},xE=ne("label",{name:"MuiFormLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color==="secondary"&&t.colorSecondary,n.filled&&t.filled]}})(dt(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.body1,lineHeight:"1.4375em",padding:0,position:"relative",variants:[...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{[`&.${Nr.focused}`]:{color:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${Nr.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${Nr.error}`]:{color:(e.vars||e).palette.error.main}}}]}))),CE=ne("span",{name:"MuiFormLabel",slot:"Asterisk"})(dt(({theme:e})=>({[`&.${Nr.error}`]:{color:(e.vars||e).palette.error.main}}))),Bm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiFormLabel"}),{children:s,className:i,color:a,component:l="label",disabled:c,error:u,filled:d,focused:m,required:g,...p}=o,b=Io(),f=ec({props:o,muiFormControl:b,states:["color","required","focused","disabled","error","filled"]}),v={...o,color:f.color||"primary",component:l,disabled:f.disabled,error:f.error,filled:f.filled,focused:f.focused,required:f.required},x=vE(v);return h.jsxs(xE,{as:l,ownerState:v,className:de(x.root,i),ref:n,...p,children:[s,f.required&&h.jsxs(CE,{ownerState:v,"aria-hidden":!0,className:x.asterisk,children:[" ","*"]})]})});process.env.NODE_ENV!=="production"&&(Bm.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["error","info","primary","secondary","success","warning"]),r.string]),component:r.elementType,disabled:r.bool,error:r.bool,filled:r.bool,focused:r.bool,required:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function SE(e){return $e("MuiInputLabel",e)}Me("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"]);const wE=e=>{const{classes:t,formControl:n,size:o,shrink:s,disableAnimation:i,variant:a,required:l}=e,c={root:["root",n&&"formControl",!i&&"animated",s&&"shrink",o&&o!=="medium"&&`size${fe(o)}`,a],asterisk:[l&&"asterisk"]},u=Le(c,SE,t);return{...t,...u}},TE=ne(Bm,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiInputLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${Nr.asterisk}`]:t.asterisk},t.root,n.formControl&&t.formControl,n.size==="small"&&t.sizeSmall,n.shrink&&t.shrink,!n.disableAnimation&&t.animated,n.focused&&t.focused,t[n.variant]]}})(dt(({theme:e})=>({display:"block",transformOrigin:"top left",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%",variants:[{props:({ownerState:t})=>t.formControl,style:{position:"absolute",left:0,top:0,transform:"translate(0, 20px) scale(1)"}},{props:{size:"small"},style:{transform:"translate(0, 17px) scale(1)"}},{props:({ownerState:t})=>t.shrink,style:{transform:"translate(0, -1.5px) scale(0.75)",transformOrigin:"top left",maxWidth:"133%"}},{props:({ownerState:t})=>!t.disableAnimation,style:{transition:e.transitions.create(["color","transform","max-width"],{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut})}},{props:{variant:"filled"},style:{zIndex:1,pointerEvents:"none",transform:"translate(12px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"filled",size:"small"},style:{transform:"translate(12px, 13px) scale(1)"}},{props:({variant:t,ownerState:n})=>t==="filled"&&n.shrink,style:{userSelect:"none",pointerEvents:"auto",transform:"translate(12px, 7px) scale(0.75)",maxWidth:"calc(133% - 24px)"}},{props:({variant:t,ownerState:n,size:o})=>t==="filled"&&n.shrink&&o==="small",style:{transform:"translate(12px, 4px) scale(0.75)"}},{props:{variant:"outlined"},style:{zIndex:1,pointerEvents:"none",transform:"translate(14px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"outlined",size:"small"},style:{transform:"translate(14px, 9px) scale(1)"}},{props:({variant:t,ownerState:n})=>t==="outlined"&&n.shrink,style:{userSelect:"none",pointerEvents:"auto",maxWidth:"calc(133% - 32px)",transform:"translate(14px, -9px) scale(0.75)"}}]}))),zm=C.forwardRef(function(t,n){const o=ot({name:"MuiInputLabel",props:t}),{disableAnimation:s=!1,margin:i,shrink:a,variant:l,className:c,...u}=o,d=Io();let m=a;typeof m>"u"&&d&&(m=d.filled||d.focused||d.adornedStart);const g=ec({props:o,muiFormControl:d,states:["size","variant","required","focused"]}),p={...o,disableAnimation:s,formControl:d,shrink:m,size:g.size,variant:g.variant,required:g.required,focused:g.focused},b=wE(p);return h.jsx(TE,{"data-shrink":m,ref:n,className:de(b.root,c),...u,ownerState:p,classes:b})});process.env.NODE_ENV!=="production"&&(zm.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["error","info","primary","secondary","success","warning"]),r.string]),disableAnimation:r.bool,disabled:r.bool,error:r.bool,focused:r.bool,margin:r.oneOf(["dense"]),required:r.bool,shrink:r.bool,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOf(["filled","outlined","standard"])});function IE(e){return $e("MuiFormHelperText",e)}const Fd=Me("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]);var Bd;const EE=e=>{const{classes:t,contained:n,size:o,disabled:s,error:i,filled:a,focused:l,required:c}=e,u={root:["root",s&&"disabled",i&&"error",o&&`size${fe(o)}`,n&&"contained",l&&"focused",a&&"filled",c&&"required"]};return Le(u,IE,t)},OE=ne("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.size&&t[`size${fe(n.size)}`],n.contained&&t.contained,n.filled&&t.filled]}})(dt(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.caption,textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${Fd.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${Fd.error}`]:{color:(e.vars||e).palette.error.main},variants:[{props:{size:"small"},style:{marginTop:4}},{props:({ownerState:t})=>t.contained,style:{marginLeft:14,marginRight:14}}]}))),Wm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiFormHelperText"}),{children:s,className:i,component:a="p",disabled:l,error:c,filled:u,focused:d,margin:m,required:g,variant:p,...b}=o,f=Io(),v=ec({props:o,muiFormControl:f,states:["variant","size","disabled","error","filled","focused","required"]}),x={...o,component:a,contained:v.variant==="filled"||v.variant==="outlined",variant:v.variant,size:v.size,disabled:v.disabled,error:v.error,filled:v.filled,focused:v.focused,required:v.required};delete x.ownerState;const w=EE(x);return h.jsx(OE,{as:a,className:de(w.root,i),ref:n,...b,ownerState:x,children:s===" "?Bd||(Bd=h.jsx("span",{className:"notranslate","aria-hidden":!0,children:""})):s})});process.env.NODE_ENV!=="production"&&(Wm.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,disabled:r.bool,error:r.bool,filled:r.bool,focused:r.bool,margin:r.oneOf(["dense"]),required:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["filled","outlined","standard"]),r.string])});function zd(e){return e!=null&&!(Array.isArray(e)&&e.length===0)}function Wd(e,t=!1){return e&&(zd(e.value)&&e.value!==""||t&&zd(e.defaultValue)&&e.defaultValue!=="")}function kE(e){return e.startAdornment}function _E(e){return $e("MuiFormControl",e)}Me("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"]);const PE=e=>{const{classes:t,margin:n,fullWidth:o}=e,s={root:["root",n!=="none"&&`margin${fe(n)}`,o&&"fullWidth"]};return Le(s,_E,t)},DE=ne("div",{name:"MuiFormControl",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`margin${fe(n.margin)}`],n.fullWidth&&t.fullWidth]}})({display:"inline-flex",flexDirection:"column",position:"relative",minWidth:0,padding:0,margin:0,border:0,verticalAlign:"top",variants:[{props:{margin:"normal"},style:{marginTop:16,marginBottom:8}},{props:{margin:"dense"},style:{marginTop:8,marginBottom:4}},{props:{fullWidth:!0},style:{width:"100%"}}]}),Um=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiFormControl"}),{children:s,className:i,color:a="primary",component:l="div",disabled:c=!1,error:u=!1,focused:d,fullWidth:m=!1,hiddenLabel:g=!1,margin:p="none",required:b=!1,size:f="medium",variant:v="outlined",...x}=o,w={...o,color:a,component:l,disabled:c,error:u,fullWidth:m,hiddenLabel:g,margin:p,required:b,size:f,variant:v},I=PE(w),[S,T]=C.useState(()=>{let k=!1;return s&&C.Children.forEach(s,P=>{if(!Ho(P,["Input","Select"]))return;const A=Ho(P,["Select"])?P.props.input:P;A&&kE(A.props)&&(k=!0)}),k}),[E,M]=C.useState(()=>{let k=!1;return s&&C.Children.forEach(s,P=>{Ho(P,["Input","Select"])&&(Wd(P.props,!0)||Wd(P.props.inputProps,!0))&&(k=!0)}),k}),[N,$]=C.useState(!1);c&&N&&$(!1);const V=d!==void 0&&!c?d:N;let j;const y=C.useRef(!1);process.env.NODE_ENV!=="production"&&(j=()=>(y.current&&console.error(["MUI: There are multiple `InputBase` components inside a FormControl.","This creates visual inconsistencies, only use one `InputBase`."].join(`
|
|
204
|
-
`)),y.current=!0,()=>{y.current=!1}));const D=C.useCallback(()=>{M(!0)},[]),_=C.useCallback(()=>{M(!1)},[]),O=C.useMemo(()=>({adornedStart:S,setAdornedStart:T,color:a,disabled:c,error:u,filled:E,focused:V,fullWidth:m,hiddenLabel:g,size:f,onBlur:()=>{$(!1)},onFocus:()=>{$(!0)},onEmpty:_,onFilled:D,registerEffect:j,required:b,variant:v}),[S,a,c,u,E,V,m,g,j,_,D,b,f,v]);return h.jsx(Hi.Provider,{value:O,children:h.jsx(DE,{as:l,ownerState:w,className:de(I.root,i),ref:n,...x,children:s})})});process.env.NODE_ENV!=="production"&&(Um.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["primary","secondary","error","info","success","warning"]),r.string]),component:r.elementType,disabled:r.bool,error:r.bool,focused:r.bool,fullWidth:r.bool,hiddenLabel:r.bool,margin:r.oneOf(["dense","none","normal"]),required:r.bool,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOf(["filled","outlined","standard"])});function ME(e){return Ye("MuiPickersTextField",e)}tt("MuiPickersTextField",["root","focused","disabled","error","required"]);function RE(e,...t){const n=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(o=>n.searchParams.append("args[]",o)),`Minified MUI error #${e}; visit ${n} for the full message.`}function NE(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":RE(7));return e.charAt(0).toUpperCase()+e.slice(1)}const $E={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function jE(e){return Ye("MuiPickersInputBase",e)}const Wn=tt("MuiPickersInputBase",["root","focused","disabled","readOnly","error","notchedOutline","sectionsContainer","sectionContent","sectionBefore","sectionAfter","adornedStart","adornedEnd","input","inputSizeSmall","activeBar"]);function AE(e){return Ye("MuiPickersSectionList",e)}const Fo=tt("MuiPickersSectionList",["root","section","sectionContent"]),LE=["slots","slotProps","elements","sectionListRef","classes"],Hm=ne("div",{name:"MuiPickersSectionList",slot:"Root"})({direction:"ltr /*! @noflip */",outline:"none"}),qm=ne("span",{name:"MuiPickersSectionList",slot:"Section"})({}),Ym=ne("span",{name:"MuiPickersSectionList",slot:"SectionSeparator"})({whiteSpace:"pre"}),Gm=ne("span",{name:"MuiPickersSectionList",slot:"SectionContent"})({outline:"none"}),VE=e=>Fe({root:["root"],section:["section"],sectionContent:["sectionContent"]},AE,e);function Km(e){const{slots:t,slotProps:n,element:o,classes:s}=e,{ownerState:i}=lt(),a=(t==null?void 0:t.section)??qm,l=Ve({elementType:a,externalSlotProps:n==null?void 0:n.section,externalForwardedProps:o.container,className:s.section,ownerState:i}),c=(t==null?void 0:t.sectionContent)??Gm,u=Ve({elementType:c,externalSlotProps:n==null?void 0:n.sectionContent,externalForwardedProps:o.content,additionalProps:{suppressContentEditableWarning:!0},className:s.sectionContent,ownerState:i}),d=(t==null?void 0:t.sectionSeparator)??Ym,m=Ve({elementType:d,externalSlotProps:n==null?void 0:n.sectionSeparator,externalForwardedProps:o.before,ownerState:R({},i,{separatorPosition:"before"})}),g=Ve({elementType:d,externalSlotProps:n==null?void 0:n.sectionSeparator,externalForwardedProps:o.after,ownerState:R({},i,{separatorPosition:"after"})}),p=C.useRef(null),b=Tt(u.ref,p),f=v=>{const x=v.relatedTarget,w=v.currentTarget.closest(`.${Fo.root}`);if(w&&x instanceof Node&&w.contains(x)){v.stopPropagation();return}};return h.jsxs(a,R({},l,{children:[h.jsx(d,R({},m)),h.jsx(c,R({},u,{ref:b,onBlur:f})),h.jsx(d,R({},g))]}))}process.env.NODE_ENV!=="production"&&(Km.propTypes={classes:r.object.isRequired,element:r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired}).isRequired,slotProps:r.object,slots:r.object});const tc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersSectionList"}),{slots:s,slotProps:i,elements:a,sectionListRef:l,classes:c}=o,u=Ce(o,LE),d=VE(c),{ownerState:m}=lt(),g=C.useRef(null),p=Tt(n,g),b=x=>{if(!g.current)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: Cannot call sectionListRef.${x} before the mount of the component.`:Ae(145,x));return g.current};C.useImperativeHandle(l,()=>({getRoot(){return b("getRoot")},getSectionContainer(x){return b("getSectionContainer").querySelector(`.${Fo.section}[data-sectionindex="${x}"]`)},getSectionContent(x){return b("getSectionContent").querySelector(`.${Fo.section}[data-sectionindex="${x}"] .${Fo.sectionContent}`)},getSectionIndexFromDOMElement(x){const w=b("getSectionIndexFromDOMElement");if(x==null||!w.contains(x))return null;let I=null;return x.classList.contains(Fo.section)?I=x:x.classList.contains(Fo.sectionContent)&&(I=x.parentElement),I==null?null:Number(I.dataset.sectionindex)}}));const f=(s==null?void 0:s.root)??Hm,v=Ve({elementType:f,externalSlotProps:i==null?void 0:i.root,externalForwardedProps:u,additionalProps:{ref:p,suppressContentEditableWarning:!0},className:d.root,ownerState:m});return h.jsx(f,R({},v,{children:v.contentEditable?a.map(({content:x,before:w,after:I})=>`${w.children}${x.children}${I.children}`).join(""):h.jsx(C.Fragment,{children:a.map((x,w)=>h.jsx(Km,{slots:s,slotProps:i,element:x,classes:d},w))})}))});process.env.NODE_ENV!=="production"&&(tc.displayName="PickersSectionList");process.env.NODE_ENV!=="production"&&(tc.propTypes={classes:r.object,contentEditable:r.bool.isRequired,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object});const nc=C.createContext(null);process.env.NODE_ENV!=="production"&&(nc.displayName="PickerTextFieldOwnerStateContext");const qi=()=>{const e=C.useContext(nc);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `usePickerTextFieldOwnerState` can only be called in components that are used inside a PickerTextField component":Ae(146));return e},FE=["elements","areAllSectionsEmpty","defaultValue","label","value","onChange","id","autoFocus","endAdornment","startAdornment","renderSuffix","slots","slotProps","contentEditable","tabIndex","onInput","onPaste","onKeyDown","fullWidth","name","readOnly","inputRef","sectionListRef","onFocus","onBlur","classes","ownerState"],BE=["ref"];function zE(e,t){return n=>{const o=Yn(e,n)??{};return R({},o,{className:de(t,o.className)})}}const WE=e=>Math.round(e*1e5)/1e5,Yi=ne("div",{name:"MuiPickersInputBase",slot:"Root"})(({theme:e})=>R({},e.typography.body1,{color:(e.vars||e).palette.text.primary,cursor:"text",padding:0,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",boxSizing:"border-box",letterSpacing:`${WE(.15/16)}em`,[`&.${Wn.disabled}`]:{color:(e.vars||e).palette.action.disabled,cursor:"default"},variants:[{props:{isInputInFullWidth:!0},style:{width:"100%"}}]})),oc=ne(Hm,{name:"MuiPickersInputBase",slot:"SectionsContainer"})(({theme:e})=>({padding:"4px 0 5px",fontFamily:e.typography.fontFamily,fontSize:"inherit",lineHeight:"1.4375em",flexGrow:1,outline:"none",display:"flex",flexWrap:"nowrap",overflow:"hidden",letterSpacing:"inherit",width:"182px",variants:[{props:{fieldDirection:"rtl"},style:{justifyContent:"end"}},{props:{inputSize:"small"},style:{paddingTop:1}},{props:{isFieldFocused:!1,isFieldValueEmpty:!0},style:e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:e.palette.mode==="light"?.42:.5}},{props:{isFieldFocused:!1,isFieldValueEmpty:!0,hasStartAdornment:!1,inputHasLabel:!0,isLabelShrunk:!1},style:{opacity:0}}]})),UE=ne(qm,{name:"MuiPickersInputBase",slot:"Section"})(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit",letterSpacing:"inherit",lineHeight:"1.4375em",display:"inline-block",whiteSpace:"nowrap"})),HE=ne(Gm,{name:"MuiPickersInputBase",slot:"SectionContent",overridesResolver:(e,t)=>t.content})(({theme:e})=>({fontFamily:e.typography.fontFamily,lineHeight:"1.4375em",letterSpacing:"inherit",width:"fit-content",outline:"none","@supports (-webkit-app-region: drag)":{[`.${Wn.root}:not(:focus-within) &`]:{WebkitUserModify:"read-only",userSelect:"none"}}})),qE=ne(Ym,{name:"MuiPickersInputBase",slot:"Separator"})(()=>({whiteSpace:"pre",letterSpacing:"inherit"})),YE=ne("input",{name:"MuiPickersInputBase",slot:"Input",overridesResolver:(e,t)=>t.hiddenInput})(R({},$E)),GE=ne("div",{name:"MuiPickersInputBase",slot:"ActiveBar"})(({theme:e,ownerState:t})=>({display:"none",position:"absolute",height:2,bottom:2,borderTopLeftRadius:2,borderTopRightRadius:2,transition:e.transitions.create(["width","left"],{duration:e.transitions.duration.shortest}),backgroundColor:(e.vars||e).palette.primary.main,'[data-active-range-position="start"] &, [data-active-range-position="end"] &':{display:"block"},'[data-active-range-position="start"] &':{left:t.sectionOffsets[0]},'[data-active-range-position="end"] &':{left:t.sectionOffsets[1]}})),KE=(e,t)=>{const{isFieldFocused:n,isFieldDisabled:o,isFieldReadOnly:s,hasFieldError:i,inputSize:a,isInputInFullWidth:l,inputColor:c,hasStartAdornment:u,hasEndAdornment:d}=t,m={root:["root",n&&!o&&"focused",o&&"disabled",s&&"readOnly",i&&"error",l&&"fullWidth",`color${NE(c)}`,a==="small"&&"inputSizeSmall",u&&"adornedStart",d&&"adornedEnd"],notchedOutline:["notchedOutline"],input:["input"],sectionsContainer:["sectionsContainer"],sectionContent:["sectionContent"],sectionBefore:["sectionBefore"],sectionAfter:["sectionAfter"],activeBar:["activeBar"]};return Fe(m,jE,e)};function Ud(e,t,n,o){var s;if(e.content["data-range-position"]!==void 0){const i=(s=t.current)==null?void 0:s.querySelectorAll(`[data-sectionindex="${n}"] [data-range-position="${o}"]`);if(i)return Array.from(i).reduce((a,l)=>a+l.offsetWidth,0)}return 0}function XE(e,t){var s,i,a,l,c;let n=0;if(((s=t.current)==null?void 0:s.getAttribute("data-active-range-position"))==="end")for(let u=e.length-1;u>=e.length/2;u-=1)n+=Ud(e[u],t,u,"end");else for(let u=0;u<e.length/2;u+=1)n+=Ud(e[u],t,u,"start");return{activeBarWidth:n,sectionOffsets:[((a=(i=t.current)==null?void 0:i.querySelector('[data-sectionindex="0"]'))==null?void 0:a.offsetLeft)||0,((c=(l=t.current)==null?void 0:l.querySelector(`[data-sectionindex="${e.length/2}"]`))==null?void 0:c.offsetLeft)||0]}}const gs=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersInputBase"}),{elements:s,areAllSectionsEmpty:i,value:a,onChange:l,id:c,endAdornment:u,startAdornment:d,renderSuffix:m,slots:g,slotProps:p,contentEditable:b,tabIndex:f,onInput:v,onPaste:x,onKeyDown:w,name:I,readOnly:S,inputRef:T,sectionListRef:E,onFocus:M,onBlur:N,classes:$,ownerState:V}=o,j=Ce(o,FE),y=qi(),D=C.useRef(null),_=C.useRef(null),O=C.useRef([]),k=Tt(n,D),P=Io();if(!P)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: PickersInputBase should always be used inside a PickersTextField component":Ae(152));const A=V??y,z=le=>{var X;(X=P.onFocus)==null||X.call(P,le),M==null||M(le)},L=le=>{z(le)},B=le=>{var X,ue;if(w==null||w(le),le.key==="Enter"&&!le.defaultMuiPrevented){if((X=D.current)!=null&&X.dataset.multiInput)return;const pe=(ue=D.current)==null?void 0:ue.closest("form"),ae=pe==null?void 0:pe.querySelector('[type="submit"]');if(!pe||!ae)return;le.preventDefault(),pe.requestSubmit(ae)}},W=le=>{var X;(X=P.onBlur)==null||X.call(P,le),N==null||N(le)};C.useEffect(()=>{P&&P.setAdornedStart(!!d)},[P,d]),C.useEffect(()=>{P&&(i?P.onEmpty():P.onFilled())},[P,i]);const K=KE($,A),ee=(g==null?void 0:g.root)||Yi,U=Ve({elementType:ee,externalSlotProps:p==null?void 0:p.root,externalForwardedProps:j,additionalProps:{"aria-invalid":P.error,ref:k},className:K.root,ownerState:A}),Q=(g==null?void 0:g.input)||oc,re=(g==null?void 0:g.htmlInput)||YE,Y=Ve({elementType:re,externalSlotProps:p==null?void 0:p.htmlInput,ownerState:A}),{ref:F}=Y,G=Ce(Y,BE),te=Tt(F,T),H=s.some(le=>le.content["data-range-position"]!==void 0);return C.useEffect(()=>{if(!H||!A.isPickerOpen)return;const{activeBarWidth:le,sectionOffsets:X}=XE(s,D);O.current=[X[0],X[1]],_.current&&(_.current.style.width=`${le}px`)},[s,H,A.isPickerOpen]),h.jsxs(ee,R({},U,{children:[d,h.jsx(tc,{sectionListRef:E,elements:s,contentEditable:b,tabIndex:f,className:K.sectionsContainer,onFocus:z,onBlur:W,onInput:v,onPaste:x,onKeyDown:B,slots:{root:Q,section:UE,sectionContent:HE,sectionSeparator:qE},slotProps:{root:R({},p==null?void 0:p.input,{ownerState:A}),sectionContent:zE(p==null?void 0:p.sectionContent,Wn.sectionContent),sectionSeparator:({separatorPosition:le})=>({className:le==="before"?Wn.sectionBefore:Wn.sectionAfter})}}),u,m?m(R({},P)):null,h.jsx(re,R({name:I,className:K.input,value:a,onChange:l,id:c,"aria-hidden":"true",tabIndex:-1,readOnly:S,required:P.required,disabled:P.disabled,onFocus:L},G,{ref:te})),H&&h.jsx(GE,{className:K.activeBar,ref:_,ownerState:{sectionOffsets:O.current}})]}))});process.env.NODE_ENV!=="production"&&(gs.displayName="PickersInputBase");process.env.NODE_ENV!=="production"&&(gs.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});function QE(e){return Ye("MuiPickersOutlinedInput",e)}const an=R({},Wn,tt("MuiPickersOutlinedInput",["root","notchedOutline","input"])),ZE=["children","className","label","notched","shrink"],JE=ne("fieldset",{name:"MuiPickersOutlinedInput",slot:"NotchedOutline"})(({theme:e})=>{const t=e.palette.mode==="light"?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{textAlign:"left",position:"absolute",bottom:0,right:0,top:-5,left:0,margin:0,padding:"0 8px",pointerEvents:"none",borderRadius:"inherit",borderStyle:"solid",borderWidth:1,overflow:"hidden",minWidth:"0%",borderColor:e.vars?e.alpha(e.vars.palette.common.onBackground,.23):t}}),Hd=ne("span",{slot:"internal",shouldForwardProp:void 0})(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit"})),eO=ne("legend",{slot:"internal",shouldForwardProp:e=>Ft(e)&&e!=="notched"})(({theme:e})=>({float:"unset",width:"auto",overflow:"hidden",variants:[{props:{inputHasLabel:!1},style:{padding:0,lineHeight:"11px",transition:e.transitions.create("width",{duration:150,easing:e.transitions.easing.easeOut})}},{props:{inputHasLabel:!0},style:{display:"block",padding:0,height:11,fontSize:"0.75em",visibility:"hidden",maxWidth:.01,transition:e.transitions.create("max-width",{duration:50,easing:e.transitions.easing.easeOut}),whiteSpace:"nowrap","& > span":{paddingLeft:5,paddingRight:5,display:"inline-block",opacity:0,visibility:"visible"}}},{props:{inputHasLabel:!0,notched:!0},style:{maxWidth:"100%",transition:e.transitions.create("max-width",{duration:100,easing:e.transitions.easing.easeOut,delay:50})}}]}));function tO(e){const{className:t,label:n,notched:o}=e,s=Ce(e,ZE),i=qi();return h.jsx(JE,R({"aria-hidden":!0,className:t},s,{ownerState:i,children:h.jsx(eO,{ownerState:i,notched:o,children:n?h.jsx(Hd,{children:n}):h.jsx(Hd,{className:"notranslate",children:""})})}))}const nO=["label","autoFocus","ownerState","classes","notched","slots","slotProps"],oO=ne(Yi,{name:"MuiPickersOutlinedInput",slot:"Root"})(({theme:e})=>{const t=e.palette.mode==="light"?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{padding:"0 14px",borderRadius:(e.vars||e).shape.borderRadius,[`&:hover .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${an.notchedOutline}`]:{borderColor:e.vars?e.alpha(e.vars.palette.common.onBackground,.23):t}},[`&.${an.focused} .${an.notchedOutline}`]:{borderStyle:"solid",borderWidth:2},[`&.${an.error} .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},[`&.${an.disabled}`]:{[`& .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled}},variants:Object.keys((e.vars??e).palette).filter(n=>{var o;return((o=(e.vars??e).palette[n])==null?void 0:o.main)??!1}).map(n=>({props:{inputColor:n},style:{[`&.${an.focused}:not(.${an.error}) .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette[n].main}}}))}}),rO=ne(oc,{name:"MuiPickersOutlinedInput",slot:"SectionsContainer"})({padding:"16.5px 0",variants:[{props:{inputSize:"small"},style:{padding:"8.5px 0"}}]}),sO=e=>{const n=Fe({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},QE,e);return R({},e,n)},Gi=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersOutlinedInput"}),{label:s,classes:i,notched:a,slots:l,slotProps:c}=o,u=Ce(o,nO),d=Io(),m=sO(i);return h.jsx(gs,R({},u,{slots:R({root:oO,input:rO},l),slotProps:c,renderSuffix:g=>{const p=typeof a<"u"?a:!!(g.adornedStart||g.focused||g.filled);return h.jsx(tO,{shrink:p,notched:p,className:m.notchedOutline,label:s!=null&&s!==""&&(d!=null&&d.required)?h.jsxs(C.Fragment,{children:[s," ","*"]}):s})},label:s,classes:m,ref:n}))});process.env.NODE_ENV!=="production"&&(Gi.displayName="PickersOutlinedInput");process.env.NODE_ENV!=="production"&&(Gi.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,notched:r.bool,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});Gi.muiName="Input";function iO(e){return Ye("MuiPickersFilledInput",e)}const ao=R({},Wn,tt("MuiPickersFilledInput",["root","underline","input"])),aO=["label","autoFocus","disableUnderline","hiddenLabel","classes","slots","slotProps"],lO=ne(Yi,{name:"MuiPickersFilledInput",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="disableUnderline"})(({theme:e})=>{const t=e.palette.mode==="light",n=t?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)",o=t?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)",s=t?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)",i=t?"rgba(0, 0, 0, 0.12)":"rgba(255, 255, 255, 0.12)";return{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:o,borderTopLeftRadius:(e.vars||e).shape.borderRadius,borderTopRightRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),"&:hover":{backgroundColor:e.vars?e.vars.palette.FilledInput.hoverBg:s,"@media (hover: none)":{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:o}},[`&.${ao.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:o},[`&.${ao.disabled}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.disabledBg:i},variants:[...Object.keys((e.vars??e).palette).filter(a=>(e.vars??e).palette[a].main).map(a=>{var l;return{props:{inputColor:a,disableUnderline:!1},style:{"&::after":{borderBottom:`2px solid ${(l=(e.vars||e).palette[a])==null?void 0:l.main}`}}}}),{props:{disableUnderline:!1},style:{"&::after":{left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${ao.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${ao.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${e.vars?e.alpha(e.vars.palette.common.onBackground,e.vars.opacity.inputUnderline):n}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${ao.disabled}, .${ao.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${ao.disabled}:before`]:{borderBottomStyle:"dotted"}}},{props:{hasStartAdornment:!0},style:{paddingLeft:12}},{props:{hasEndAdornment:!0},style:{paddingRight:12}}]}}),cO=ne(oc,{name:"MuiPickersFilledInput",slot:"sectionsContainer",shouldForwardProp:e=>Ft(e)&&e!=="hiddenLabel"})({paddingTop:25,paddingRight:12,paddingBottom:8,paddingLeft:12,variants:[{props:{inputSize:"small"},style:{paddingTop:21,paddingBottom:4}},{props:{hasStartAdornment:!0},style:{paddingLeft:0}},{props:{hasEndAdornment:!0},style:{paddingRight:0}},{props:{hiddenLabel:!0},style:{paddingTop:16,paddingBottom:17}},{props:{hiddenLabel:!0,inputSize:"small"},style:{paddingTop:8,paddingBottom:9}}]}),uO=(e,t)=>{const{inputHasUnderline:n}=t,s=Fe({root:["root",n&&"underline"],input:["input"]},iO,e);return R({},e,s)},Ki=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersFilledInput"}),{label:s,disableUnderline:i=!1,hiddenLabel:a=!1,classes:l,slots:c,slotProps:u}=o,d=Ce(o,aO),m=qi(),g=R({},m,{inputHasUnderline:!i}),p=uO(l,g);return h.jsx(gs,R({},d,{slots:R({root:lO,input:cO},c),slotProps:R({},u,{root:R({disableUnderline:i},u==null?void 0:u.root),input:R({hiddenLabel:a},u==null?void 0:u.input)}),label:s,classes:p,ref:n,ownerState:g}))});process.env.NODE_ENV!=="production"&&(Ki.displayName="PickersFilledInput");process.env.NODE_ENV!=="production"&&(Ki.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,disableUnderline:r.bool,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});Ki.muiName="Input";function dO(e){return Ye("MuiPickersFilledInput",e)}const yr=R({},Wn,tt("MuiPickersInput",["root","underline","input"])),pO=["label","autoFocus","disableUnderline","ownerState","classes","slots","slotProps"],fO=ne(Yi,{name:"MuiPickersInput",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="disableUnderline"})(({theme:e})=>{let n=e.palette.mode==="light"?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return e.vars&&(n=e.alpha(e.vars.palette.common.onBackground,e.vars.opacity.inputUnderline)),{"label + &":{marginTop:16},variants:[...Object.keys((e.vars??e).palette).filter(o=>(e.vars??e).palette[o].main).map(o=>({props:{inputColor:o,inputHasUnderline:!0},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[o].main}`}}})),{props:{inputHasUnderline:!0},style:{"&::after":{background:"red",left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${yr.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${yr.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${n}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${yr.disabled}, .${yr.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${n}`}},[`&.${yr.disabled}:before`]:{borderBottomStyle:"dotted"}}}]}}),mO=(e,t)=>{const{inputHasUnderline:n}=t,s=Fe({root:["root",!n&&"underline"],input:["input"]},dO,e);return R({},e,s)},Xi=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersInput"}),{label:s,disableUnderline:i=!1,classes:a,slots:l,slotProps:c}=o,u=Ce(o,pO),d=qi(),m=R({},d,{inputHasUnderline:!i}),g=mO(a,m);return h.jsx(gs,R({},u,{slots:R({root:fO},l),slotProps:R({},c,{root:R({disableUnderline:i},c==null?void 0:c.root)}),ownerState:m,label:s,classes:g,ref:n}))});process.env.NODE_ENV!=="production"&&(Xi.displayName="PickersInput");process.env.NODE_ENV!=="production"&&(Xi.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,disableUnderline:r.bool,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});Xi.muiName="Input";const hO=["onFocus","onBlur","className","classes","color","disabled","error","variant","required","hiddenLabel","inputRef","sectionListRef","elements","areAllSectionsEmpty","onClick","onMouseDown","onKeyDown","onKeyUp","onPaste","onInput","endAdornment","startAdornment","tabIndex","contentEditable","focused","value","onChange","fullWidth","id","name","helperText","label","slots","slotProps","data-active-range-position"],gO={standard:Xi,filled:Ki,outlined:Gi},bO=ne(Um,{name:"MuiPickersTextField",slot:"Root"})({maxWidth:"100%"}),yO=(e,t)=>{const{isFieldFocused:n,isFieldDisabled:o,isFieldRequired:s}=t;return Fe({root:["root",n&&!o&&"focused",o&&"disabled",s&&"required"]},ME,e)},Qi=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersTextField"});if(process.env.NODE_ENV!=="production"){const J=t;(J.InputProps||J.inputProps||J.InputLabelProps||J.FormHelperTextProps)&&$n(["MUI X: `PickersTextField` no longer supports the `InputProps`, `inputProps`, `InputLabelProps` and `FormHelperTextProps` props.","They are silently dropped, which can hide configuration bugs in JavaScript codebases that do not benefit from TypeScript checks.","Use `slotProps.input`, `slotProps.htmlInput`, `slotProps.inputLabel` and `slotProps.formHelperText` instead.","You can run the `migrate-text-field-props` codemod to migrate automatically."])}const{onFocus:s,onBlur:i,className:a,classes:l,color:c="primary",disabled:u=!1,error:d=!1,variant:m="outlined",required:g=!1,hiddenLabel:p=!1,inputRef:b,sectionListRef:f,elements:v,areAllSectionsEmpty:x,onClick:w,onMouseDown:I,onKeyDown:S,onKeyUp:T,onPaste:E,onInput:M,endAdornment:N,startAdornment:$,tabIndex:V,contentEditable:j,focused:y,value:D,onChange:_,fullWidth:O,id:k,name:P,helperText:A,label:z,slots:L,slotProps:B,"data-active-range-position":W}=o,K=Ce(o,hO),ee=C.useRef(null),U=Tt(n,ee),Q=Fi(k),re=A&&Q?`${Q}-helper-text`:void 0,Y=z&&Q?`${Q}-label`:void 0,F=B==null?void 0:B.input,G=B==null?void 0:B.inputLabel,te=Jl({disabled:o.disabled,required:o.required,readOnly:F==null?void 0:F.readOnly}),H=C.useMemo(()=>R({},te,{isFieldValueEmpty:x,isFieldFocused:y??!1,hasFieldError:d??!1,inputSize:o.size??"medium",inputColor:c??"primary",isInputInFullWidth:O??!1,hasStartAdornment:!!($??(F==null?void 0:F.startAdornment)),hasEndAdornment:!!(N??(F==null?void 0:F.endAdornment)),inputHasLabel:!!z,isLabelShrunk:!!(G!=null&&G.shrink)}),[te,x,y,d,o.size,c,O,$,N,F==null?void 0:F.startAdornment,F==null?void 0:F.endAdornment,z,G==null?void 0:G.shrink]),le=yO(l,H),X=(L==null?void 0:L.input)??gO[m],ue=(L==null?void 0:L.root)??bO,pe=(L==null?void 0:L.inputLabel)??zm,ae=(L==null?void 0:L.formHelperText)??Wm,oe={};m==="outlined"?(G&&typeof G.shrink<"u"&&(oe.notched=G.shrink),oe.label=z):m==="filled"&&(oe.hiddenLabel=p);const he=Ve({elementType:ue,externalSlotProps:B==null?void 0:B.root,externalForwardedProps:R({},K,{className:a}),additionalProps:{ref:U,focused:y,disabled:u,variant:m,error:d,color:c,fullWidth:O,required:g},className:le.root,ownerState:H});return h.jsx(nc.Provider,{value:H,children:h.jsxs(ue,R({},he,{children:[z!=null&&z!==""&&h.jsx(pe,R({htmlFor:Q,id:Y},G,{children:z})),h.jsx(X,R({elements:v,areAllSectionsEmpty:x,onClick:w,onMouseDown:I,onKeyDown:S,onKeyUp:T,onInput:M,onPaste:E,onFocus:s,onBlur:i,endAdornment:N,startAdornment:$,tabIndex:V,contentEditable:j,value:D,onChange:_,id:Q,fullWidth:O,inputRef:b,sectionListRef:f,label:z,name:P,role:"group","aria-labelledby":Y,"aria-describedby":re,"aria-live":re?"polite":void 0,"data-active-range-position":W},oe,F,{slots:R({},F==null?void 0:F.slots,(L==null?void 0:L.htmlInput)!==void 0&&{htmlInput:L.htmlInput}),slotProps:R({},F==null?void 0:F.slotProps,(B==null?void 0:B.htmlInput)!==void 0&&{htmlInput:B.htmlInput})})),A&&h.jsx(ae,R({id:re},B==null?void 0:B.formHelperText,{children:A}))]}))})});process.env.NODE_ENV!=="production"&&(Qi.displayName="PickersTextField");process.env.NODE_ENV!=="production"&&(Qi.propTypes={areAllSectionsEmpty:r.bool.isRequired,className:r.string,color:r.oneOf(["error","info","primary","secondary","success","warning"]),component:r.elementType,contentEditable:r.bool.isRequired,disabled:r.bool.isRequired,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,error:r.bool.isRequired,focused:r.bool,fullWidth:r.bool,helperText:r.node,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onBlur:r.func.isRequired,onChange:r.func.isRequired,onClick:r.func.isRequired,onFocus:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,readOnly:r.bool,required:r.bool,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),size:r.oneOf(["medium","small"]),slotProps:r.object,slots:r.object,startAdornment:r.node,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired,variant:r.oneOf(["filled","outlined","standard"])});const vO=["readOnly","onClear","clearable","clearButtonPosition","openPickerButtonPosition","openPickerAriaLabel","InputProps","inputProps","InputLabelProps","FormHelperTextProps"],xO=["ownerState"],CO=["ownerState"],SO=["ownerState"],wO=["ownerState"],TO=["InputProps","inputProps","InputLabelProps","FormHelperTextProps"],IO=e=>{var p;const t=e,{readOnly:n,onClear:o,clearable:s,clearButtonPosition:i,openPickerButtonPosition:a,openPickerAriaLabel:l,InputProps:c,inputProps:u,InputLabelProps:d,FormHelperTextProps:m}=t,g=Ce(t,vO);return process.env.NODE_ENV!=="production"&&(c||u||d||m)&&$n(["MUI X: The `InputProps`, `inputProps`, `InputLabelProps` and `FormHelperTextProps` props are no longer supported on Picker / Field components.","They have been silently dropped because they would otherwise be forwarded as unknown attributes on the underlying form control.","Use the `slotProps` shape instead (`slotProps.input`, `slotProps.htmlInput`, `slotProps.inputLabel`, `slotProps.formHelperText`).","See https://mui.com/x/migration/migration-pickers-v8/#textfield-props for migration details."]),{clearable:s,onClear:o,clearButtonPosition:i,openPickerButtonPosition:a,openPickerAriaLabel:l,textFieldProps:R({},g,{slotProps:R({},g==null?void 0:g.slotProps,{input:R({},(p=g==null?void 0:g.slotProps)==null?void 0:p.input,{readOnly:n})})})}},Zi=C.createContext({slots:{},slotProps:{},inputRef:void 0});process.env.NODE_ENV!=="production"&&(Zi.displayName="PickerFieldUIContext");function Xm(e){var L;const{fieldResponse:t,defaultOpenPickerIcon:n}=e,o=Rt(),s=Nl(),i=C.useContext(Zi),{textFieldProps:a,onClear:l,clearable:c,openPickerAriaLabel:u,clearButtonPosition:d="end",openPickerButtonPosition:m="end"}=IO(t),g=Jl(a),p=ge(B=>{B.preventDefault(),s==null||s.setOpen(!0)}),b=s?s.triggerStatus:"hidden",f=c?d:null,v=b!=="hidden"?m:null,x=i.slots.textField??Qi,w=i.slots.inputAdornment??Fm,I=Ve({elementType:w,externalSlotProps:i.slotProps.inputAdornment,additionalProps:{position:"start"},ownerState:R({},g,{position:"start"})}),S=Ce(I,xO),T=Ve({elementType:w,externalSlotProps:i.slotProps.inputAdornment,additionalProps:{position:"end"},ownerState:R({},g,{position:"end"})}),E=Ce(T,CO),M=i.slots.openPickerButton??Xn,N=Ve({elementType:M,externalSlotProps:i.slotProps.openPickerButton,additionalProps:{disabled:b==="disabled",onClick:p,"aria-label":u,"data-mui-picker-open-button":"true",edge:a.variant!=="standard"?v:!1},ownerState:g}),$=Ce(N,SO),V=i.slots.openPickerIcon??n,j=Ve({elementType:V,externalSlotProps:i.slotProps.openPickerIcon,ownerState:g}),y=i.slots.clearButton??Xn,D=Ve({elementType:y,externalSlotProps:i.slotProps.clearButton,className:"clearButton",additionalProps:{title:o.fieldClearLabel,tabIndex:-1,onClick:l,disabled:t.disabled||t.readOnly,edge:a.variant!=="standard"&&f!==v?f:!1},ownerState:g}),_=Ce(D,wO),O=i.slots.clearIcon??bE,k=Ve({elementType:O,externalSlotProps:i.slotProps.clearIcon,additionalProps:{fontSize:"small"},ownerState:g});a.ref=Tt(a.ref,s==null?void 0:s.rootRef);const P=(L=a.slotProps)==null?void 0:L.input,A={},z=Tt(P==null?void 0:P.ref,s==null?void 0:s.triggerRef);return s&&(A.ref=z),!(P!=null&&P.startAdornment)&&(f==="start"||v==="start")&&(A.startAdornment=h.jsxs(w,R({},S,{children:[v==="start"&&h.jsx(M,R({},$,{children:h.jsx(V,R({},j))})),f==="start"&&h.jsx(y,R({},_,{children:h.jsx(O,R({},k))}))]}))),!(P!=null&&P.endAdornment)&&(f==="end"||v==="end")&&(A.endAdornment=h.jsxs(w,R({},E,{children:[f==="end"&&h.jsx(y,R({},_,{children:h.jsx(O,R({},k))})),v==="end"&&h.jsx(M,R({},$,{children:h.jsx(V,R({},j))}))]}))),!A.endAdornment&&!A.startAdornment&&i.slots.inputAdornment&&(A.endAdornment=h.jsx(w,R({},E))),f!=null&&(a.sx=[{"& .clearButton":{opacity:1},"@media (pointer: fine)":{"& .clearButton":{opacity:0},"&:hover, &:focus-within":{".clearButton":{opacity:1}}}},...Array.isArray(a.sx)?a.sx:[a.sx]]),a.slotProps=R({},a.slotProps,{input:R({},P,A)}),h.jsx(x,R({},a))}function EO(e,t){return e?t?n=>R({},Yn(t,n),Yn(e,n)):e:t}function Qm(e){const{ref:t,externalForwardedProps:n,slotProps:o}=e,s=C.useContext(Zi),i=Nl(),a=Jl(n),l=n??{},{InputProps:c,inputProps:u,InputLabelProps:d,FormHelperTextProps:m}=l,g=Ce(l,TO);process.env.NODE_ENV!=="production"&&(c||u||d||m)&&$n(["MUI X: Field components no longer accept the `InputProps`, `inputProps`, `InputLabelProps` and `FormHelperTextProps` props.","They have been dropped to avoid leaking unknown attributes onto the underlying form control.","Use the nested `slotProps.textField.slotProps.{input,htmlInput,inputLabel,formHelperText}` shape instead."]);const p=Ve({elementType:Qi,externalSlotProps:EO(s.slotProps.textField,o==null?void 0:o.textField),externalForwardedProps:g,additionalProps:{ref:t,sx:i==null?void 0:i.rootSx,label:i==null?void 0:i.label,name:i==null?void 0:i.name,className:i==null?void 0:i.rootClassName,inputRef:s.inputRef},ownerState:a});if(i&&i.keepOpenDuringFieldFocus&&i.triggerStatus==="enabled"&&!i.open&&!i.readOnly&&!i.disabled){const b=p.onFocus,f=p.onMouseDown,v=x=>{var T;const w=x.nativeEvent??x,I=(T=w==null?void 0:w.composedPath)==null?void 0:T.call(w);if(Array.isArray(I)){for(const E of I)if(E&&E.getAttribute&&E.getAttribute("data-mui-picker-open-button")==="true")return!0}const S=x.target;return S&&S.closest?!!S.closest('[data-mui-picker-open-button="true"]'):!1};p.onFocus=x=>{b==null||b(x),!x.isDefaultPrevented()&&!v(x)&&i.setOpen(!0)},p.onMouseDown=x=>{f==null||f(x),!x.isDefaultPrevented()&&!v(x)&&i.setOpen(!0)}}return p}function Zm(e){const{slots:t={},slotProps:n={},inputRef:o,children:s}=e,i=C.useMemo(()=>({inputRef:o,slots:{openPickerButton:t.openPickerButton,openPickerIcon:t.openPickerIcon,textField:t.textField,inputAdornment:t.inputAdornment,clearIcon:t.clearIcon,clearButton:t.clearButton},slotProps:{openPickerButton:n.openPickerButton,openPickerIcon:n.openPickerIcon,textField:n.textField,inputAdornment:n.inputAdornment,clearIcon:n.clearIcon,clearButton:n.clearButton}}),[o,t.openPickerButton,t.openPickerIcon,t.textField,t.inputAdornment,t.clearIcon,t.clearButton,n.openPickerButton,n.openPickerIcon,n.textField,n.inputAdornment,n.clearIcon,n.clearButton]);return h.jsx(Zi.Provider,{value:i,children:s})}const OO=["slots","slotProps"],Ji=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiDateField"}),{slots:s,slotProps:i}=o,a=Ce(o,OO),l=Qm({slotProps:i,ref:n,externalForwardedProps:a}),c=oE(l);return h.jsx(Zm,{slots:s,slotProps:i,inputRef:a.inputRef,children:h.jsx(Xm,{fieldResponse:c,defaultOpenPickerIcon:hE})})});process.env.NODE_ENV!=="production"&&(Ji.displayName="DateField");process.env.NODE_ENV!=="production"&&(Ji.propTypes={areAllSectionsEmpty:r.bool,autoFocus:r.bool,className:r.string,clearable:r.bool,clearButtonPosition:r.oneOf(["end","start"]),color:r.oneOf(["error","info","primary","secondary","success","warning"]),component:r.elementType,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disablePast:r.bool,endAdornment:r.node,error:r.bool,fieldRef:r.oneOfType([r.func,r.object]),focused:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),fullWidth:r.bool,helperText:r.node,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),maxDate:r.object,minDate:r.object,name:r.string,onBlur:r.func,onChange:r.func,onClear:r.func,onClick:r.func,onError:r.func,onFocus:r.func,onInput:r.func,onKeyDown:r.func,onMouseDown:r.func,onPaste:r.func,onSelectedSectionsChange:r.func,openPickerButtonPosition:r.oneOf(["end","start"]),readOnly:r.bool,referenceDate:r.object,required:r.bool,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,shouldRespectLeadingZeros:r.bool,size:r.oneOf(["medium","small"]),slotProps:r.object,slots:r.object,startAdornment:r.node,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,variant:r.oneOf(["filled","outlined","standard"])});const Jm=({shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:o,maxDate:s,disableFuture:i,disablePast:a,timezone:l})=>{const c=Re();return C.useCallback(u=>ls({adapter:c,value:u,timezone:l,props:{shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:o,maxDate:s,disableFuture:i,disablePast:a}})!==null,[c,e,t,n,o,s,i,a,l])},kO=(e,t)=>(n,o)=>{switch(o.type){case"setVisibleDate":return R({},n,{slideDirection:o.direction,currentMonth:o.month,isMonthSwitchingAnimating:!t.isSameMonth(o.month,n.currentMonth)&&!e&&!o.skipAnimation,focusedDay:o.focusedDay});case"changeMonthTimezone":{const s=o.newTimezone;if(t.getTimezone(n.currentMonth)===s)return n;let i=t.setTimezone(n.currentMonth,s);return t.getMonth(i)!==t.getMonth(n.currentMonth)&&(i=t.setMonth(i,t.getMonth(n.currentMonth))),R({},n,{currentMonth:i})}case"finishMonthSwitchingAnimation":return R({},n,{isMonthSwitchingAnimating:!1});default:throw new Error("missing support")}},_O=e=>{const{value:t,referenceDate:n,disableFuture:o,disablePast:s,maxDate:i,minDate:a,onMonthChange:l,onYearChange:c,reduceAnimations:u,shouldDisableDate:d,timezone:m,getCurrentMonthFromVisibleDate:g}=e,p=Re(),b=C.useRef(kO(!!u,p)).current,f=C.useMemo(()=>wt.getInitialReferenceValue({value:t,adapter:p,timezone:m,props:e,referenceDate:n,granularity:ln.day}),[n,m]),[v,x]=C.useReducer(b,{isMonthSwitchingAnimating:!1,focusedDay:f,currentMonth:p.setDate(f,1),slideDirection:"left"}),w=Jm({shouldDisableDate:d,minDate:a,maxDate:i,disableFuture:o,disablePast:s,timezone:m});C.useEffect(()=>{x({type:"changeMonthTimezone",newTimezone:p.getTimezone(f)})},[f,p]);const I=ge(({target:T,reason:E})=>{if(E==="cell-interaction"&&v.focusedDay!=null&&p.isSameDay(T,v.focusedDay))return;const M=E==="cell-interaction";let N,$;if(E==="cell-interaction")N=g(T,v.currentMonth),$=T;else if(N=p.isSameMonth(T,v.currentMonth)?v.currentMonth:p.startOfMonth(T),$=T,w($)){const y=p.startOfMonth(T),D=p.endOfMonth(T);$=Hr({adapter:p,date:$,minDate:p.isBefore(a,y)?y:a,maxDate:p.isAfter(i,D)?D:i,disablePast:s,disableFuture:o,isDateDisabled:w,timezone:m})}const V=!p.isSameMonth(v.currentMonth,N),j=!p.isSameYear(v.currentMonth,N);V&&(l==null||l(N)),j&&(c==null||c(p.startOfYear(N))),x({type:"setVisibleDate",month:N,direction:p.isAfterDay(N,v.currentMonth)?"left":"right",focusedDay:v.focusedDay!=null&&$!=null&&p.isSameDay($,v.focusedDay)?v.focusedDay:$,skipAnimation:M})}),S=C.useCallback(()=>{x({type:"finishMonthSwitchingAnimation"})},[]);return{referenceDate:f,calendarState:v,setVisibleDate:I,isDateDisabled:w,onMonthSwitchingAnimationEnd:S}},PO=e=>Ye("MuiPickersFadeTransitionGroup",e);tt("MuiPickersFadeTransitionGroup",["root"]);const DO=["children"],MO=e=>Fe({root:["root"]},PO,e),RO=ne(ds,{name:"MuiPickersFadeTransitionGroup",slot:"Root"})({display:"block",position:"relative"});function eh(e){const t=ke({props:e,name:"MuiPickersFadeTransitionGroup"}),{className:n,reduceAnimations:o,transKey:s,classes:i}=t,{children:a}=t,l=Ce(t,DO),c=MO(i),u=So();return o?a:h.jsx(RO,{className:de(c.root,n),ownerState:l,children:h.jsx(Gn,{appear:!1,mountOnEnter:!0,unmountOnExit:!0,timeout:{appear:u.transitions.duration.enteringScreen,enter:u.transitions.duration.enteringScreen,exit:0},children:a},s)})}function NO(e){return Ye("MuiPickerDay",e)}const $O=tt("MuiPickerDay",["root","dayOutsideMonth","today","selected","disabled","fillerCell"]);function th(e){const{disabled:t,selected:n,today:o,outsideCurrentMonth:s,day:i,disableHighlightToday:a,showDaysOutsideCurrentMonth:l}=e,c=Re(),{ownerState:u}=lt();return C.useMemo(()=>R({},u,{day:i,isDaySelected:n??!1,isDayDisabled:t??!1,isDayCurrent:o??!1,isDayOutsideMonth:s??!1,isDayStartOfWeek:c.isSameDay(i,c.startOfWeek(i)),isDayEndOfWeek:c.isSameDay(i,c.endOfWeek(i)),disableHighlightToday:a??!1,showDaysOutsideCurrentMonth:l??!1}),[c,u,i,n,t,o,s,a,l])}const jO=["autoFocus","className","classes","hidden","isAnimating","onClick","onDaySelect","onFocus","onBlur","onKeyDown","onMouseDown","onMouseEnter","children","isFirstVisibleCell","isLastVisibleCell","day","selected","disabled","today","outsideCurrentMonth","disableHighlightToday","showDaysOutsideCurrentMonth","isVisuallySelected","isDayFillerCell"],AO=(e,t)=>{const{isDaySelected:n,disableHighlightToday:o,isDayCurrent:s,isDayDisabled:i,isDayOutsideMonth:a,isDayFillerCell:l}=e;return Fe({root:["root",n&&!l&&"selected",i&&"disabled",!o&&s&&!n&&!l&&"today",a&&"dayOutsideMonth",l&&"fillerCell"]},NO,t)},qd=ne(Kn,{name:"MuiPickerDay",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disableHighlightToday&&n.isDayCurrent&&t.today,n.isDayOutsideMonth&&t.dayOutsideMonth,n.isDayFillerCell&&t.fillerCell]}})(({theme:e})=>R({"--PickerDay-horizontalMargin":`${zi}px`,"--PickerDay-size":`${ai}px`},e.typography.caption,{lineHeight:1,display:"flex",width:"var(--PickerDay-size)",height:"var(--PickerDay-size)",borderRadius:"calc(var(--PickerDay-size) / 2)",padding:0,backgroundColor:"transparent",transition:e.transitions.create("background-color",{duration:e.transitions.duration.short}),color:(e.vars||e).palette.text.primary,"@media (pointer: fine)":{"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.hoverOpacity)}},"&:focus":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.focusOpacity)},marginLeft:"var(--PickerDay-horizontalMargin)",marginRight:"var(--PickerDay-horizontalMargin)",variants:[{props:{isDaySelected:!0},style:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,fontWeight:e.typography.fontWeightMedium,"&:focus, &:hover":{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark},[`&.${$O.disabled}`]:{opacity:.6}}},{props:{isDayDisabled:!0},style:{color:(e.vars||e).palette.text.disabled}},{props:{isDayFillerCell:!0},style:{opacity:0,pointerEvents:"none"}},{props:{isDayOutsideMonth:!0},style:{color:(e.vars||e).palette.text.secondary}},{props:{isDayCurrent:!0,isDaySelected:!1},style:{outline:`1px solid ${(e.vars||e).palette.text.secondary}`,outlineOffset:-1}}]})),vr=()=>{},rc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickerDay"}),s=Re(),{autoFocus:i=!1,className:a,classes:l,isAnimating:c,onClick:u,onDaySelect:d,onFocus:m=vr,onBlur:g=vr,onKeyDown:p=vr,onMouseDown:b=vr,onMouseEnter:f=vr,children:v,day:x,selected:w,disabled:I,today:S,outsideCurrentMonth:T,disableHighlightToday:E,showDaysOutsideCurrentMonth:M,isDayFillerCell:N}=o,$=Ce(o,jO),V=th({day:x,selected:w,disabled:I,today:S,outsideCurrentMonth:T,disableHighlightToday:E,showDaysOutsideCurrentMonth:M}),j=R({},V,{isDayFillerCell:N??(T&&!M)}),y=AO(j,l),D=C.useRef(null),_=Tt(D,n);Qt(()=>{i&&!I&&!c&&!T&&D.current.focus()},[i,I,c,T]);const O=P=>{b(P),T&&P.preventDefault()},k=P=>{P.defaultMuiPrevented=!0,I||d(x),T&&P.currentTarget.focus(),u&&u(P)};return j.isDayFillerCell?h.jsx(qd,{ref:_,role:$.role,ownerState:j,className:de(y.root,a),as:"div"}):h.jsx(qd,R({ref:_,centerRipple:!0,disabled:I,tabIndex:w?0:-1,onKeyDown:P=>p(P,x),onFocus:P=>m(P,x),onBlur:P=>g(P,x),onMouseEnter:P=>f(P,x),onClick:k,onMouseDown:O},$,{ownerState:j,className:de(y.root,a),children:v??s.format(x,"dayOfMonth")}))});process.env.NODE_ENV!=="production"&&(rc.displayName="PickerDayRaw");process.env.NODE_ENV!=="production"&&(rc.propTypes={action:r.oneOfType([r.func,r.shape({current:r.shape({focusVisible:r.func.isRequired})})]),centerRipple:r.bool,classes:r.object,className:r.string,component:r.elementType,day:r.object.isRequired,disabled:r.bool,disableHighlightToday:r.bool,disableRipple:r.bool,disableTouchRipple:r.bool,focusRipple:r.bool,focusVisibleClassName:r.string,isAnimating:r.bool,isDayFillerCell:r.bool,isFirstVisibleCell:r.bool,isLastVisibleCell:r.bool,isVisuallySelected:r.bool,nativeButton:r.bool,onBlur:r.func,onClick:r.func,onDaySelect:r.func.isRequired,onFocus:r.func,onFocusVisible:r.func,onKeyDown:r.func,onMouseDown:r.func,onMouseEnter:r.func,outsideCurrentMonth:r.bool,selected:r.bool,showDaysOutsideCurrentMonth:r.bool,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),tabIndex:r.number,today:r.bool,TouchRippleProps:r.object,touchRippleRef:r.oneOfType([r.func,r.shape({current:r.shape({pulsate:r.func.isRequired,start:r.func.isRequired,stop:r.func.isRequired})})]),type:r.string});const nh=C.memo(rc);process.env.NODE_ENV!=="production"&&(nh.displayName="PickerDay");const LO=e=>Ye("MuiPickersSlideTransition",e),lo=tt("MuiPickersSlideTransition",["root","slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"]),VO=["children","className","reduceAnimations","slideDirection","transKey","classes"],FO=(e,t)=>{const{slideDirection:n}=t,o={root:["root"],exit:["slideExit"],enterActive:["slideEnterActive"],enter:[`slideEnter-${n}`],exitActive:[`slideExitActiveLeft-${n}`]};return Fe(o,LO,e)},BO=["slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"],zO=ne(ds,{name:"MuiPickersSlideTransition",slot:"Root",overridesResolver:(e,t)=>BO.reduce((n,o)=>(n.push({[`.${lo[o]}`]:t[o]}),n),[t.root])})(({theme:e})=>{const t=e.transitions.create("transform",{duration:e.transitions.duration.complex,easing:"cubic-bezier(0.35, 0.8, 0.4, 1)"});return{display:"block",position:"relative",overflowX:"hidden","& > *":{position:"absolute",top:0,right:0,left:0},[`& .${lo["slideEnter-left"]}`]:{willChange:"transform",transform:"translate(100%)",zIndex:1},[`& .${lo["slideEnter-right"]}`]:{willChange:"transform",transform:"translate(-100%)",zIndex:1},[`& .${lo.slideEnterActive}`]:{transform:"translate(0%)",transition:t},[`& .${lo.slideExit}`]:{transform:"translate(0%)"},[`& .${lo["slideExitActiveLeft-left"]}`]:{willChange:"transform",transform:"translate(-100%)",transition:t,zIndex:0},[`& .${lo["slideExitActiveLeft-right"]}`]:{willChange:"transform",transform:"translate(100%)",transition:t,zIndex:0}}});function WO(e){const t=ke({props:e,name:"MuiPickersSlideTransition"}),{children:n,className:o,reduceAnimations:s,slideDirection:i,transKey:a,classes:l}=t,c=Ce(t,VO),{ownerState:u}=lt(),d=R({},u,{slideDirection:i}),m=FO(l,d),g=So();if(s)return h.jsx("div",{className:de(m.root,o),children:n});const p={exit:m.exit,enterActive:m.enterActive,enter:m.enter,exitActive:m.exitActive};return h.jsx(zO,{className:de(m.root,o),childFactory:b=>C.cloneElement(b,{classNames:p}),role:"none",ownerState:d,children:h.jsx(Ll,R({mountOnEnter:!0,unmountOnExit:!0,timeout:g.transitions.duration.complex,classNames:p},c,{children:n}),a)})}const UO=e=>Ye("MuiDayCalendar",e);tt("MuiDayCalendar",["root","header","weekDayLabel","loadingContainer","slideTransition","monthContainer","weekContainer","weekNumberLabel","weekNumber"]);const HO=["parentProps","day","focusedDay","selectedDays","isDateDisabled","currentMonthNumber","isViewFocused"],qO=["ownerState"],YO=e=>Fe({root:["root"],header:["header"],weekDayLabel:["weekDayLabel"],loadingContainer:["loadingContainer"],slideTransition:["slideTransition"],monthContainer:["monthContainer"],weekContainer:["weekContainer"],weekNumberLabel:["weekNumberLabel"],weekNumber:["weekNumber"]},UO,e),oh=(ai+zi*2)*6,GO=ne("div",{name:"MuiDayCalendar",slot:"Root"})({}),KO=ne("div",{name:"MuiDayCalendar",slot:"Header"})({display:"flex",justifyContent:"center",alignItems:"center"}),XO=ne(nn,{name:"MuiDayCalendar",slot:"WeekDayLabel"})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:(e.vars||e).palette.text.secondary})),QO=ne(nn,{name:"MuiDayCalendar",slot:"WeekNumberLabel"})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:(e.vars||e).palette.text.disabled})),ZO=ne(nn,{name:"MuiDayCalendar",slot:"WeekNumber"})(({theme:e})=>R({},e.typography.caption,{width:ai,height:ai,padding:0,margin:`0 ${zi}px`,color:(e.vars||e).palette.text.disabled,fontSize:"0.75rem",alignItems:"center",justifyContent:"center",display:"inline-flex"})),JO=ne("div",{name:"MuiDayCalendar",slot:"LoadingContainer"})({display:"flex",justifyContent:"center",alignItems:"center",minHeight:oh}),ek=ne(WO,{name:"MuiDayCalendar",slot:"SlideTransition"})({minHeight:oh}),tk=ne("div",{name:"MuiDayCalendar",slot:"MonthContainer"})({overflow:"hidden"}),nk=ne("div",{name:"MuiDayCalendar",slot:"WeekContainer"})({margin:`${zi}px 0`,display:"flex",justifyContent:"center"});function ok(e){let{parentProps:t,day:n,focusedDay:o,selectedDays:s,isDateDisabled:i,currentMonthNumber:a,isViewFocused:l}=e,c=Ce(e,HO);const{currentMonth:u,disabled:d,disableHighlightToday:m,isMonthSwitchingAnimating:g,showDaysOutsideCurrentMonth:p,slots:b,slotProps:f,timezone:v}=t,x=Re(),w=To(v),I=o!=null&&x.isSameDay(n,o),S=l&&I,T=s.some(O=>x.isSameDay(O,n)),E=x.isSameDay(n,w),M=C.useMemo(()=>d||i(n),[d,i,n]),N=C.useMemo(()=>x.getMonth(n)!==a,[x,n,a]),$=th({day:n,selected:T,disabled:M,today:E,outsideCurrentMonth:N,disableHighlightToday:m,showDaysOutsideCurrentMonth:p}),V=(b==null?void 0:b.day)??nh,j=Ve({elementType:V,externalSlotProps:f==null?void 0:f.day,additionalProps:R({disableHighlightToday:m,showDaysOutsideCurrentMonth:p,role:"gridcell",isAnimating:g,"data-timestamp":x.toJsDate(n).valueOf()},c),ownerState:R({},$,{day:n,isDayDisabled:M,isDaySelected:T})}),y=Ce(j,qO),D=C.useMemo(()=>{const O=x.startOfMonth(u);return p?x.isSameDay(n,x.startOfWeek(O)):x.isSameDay(n,O)},[u,n,p,x]),_=C.useMemo(()=>{const O=x.endOfMonth(u);return p?x.isSameDay(n,x.endOfWeek(O)):x.isSameDay(n,O)},[u,n,p,x]);return h.jsx(V,R({},y,{day:n,disabled:M,autoFocus:!N&&S,today:E,outsideCurrentMonth:N,isFirstVisibleCell:D,isLastVisibleCell:_,selected:T,tabIndex:I?0:-1,"aria-selected":T,"aria-current":E?"date":void 0}))}function rk(e){const t=ke({props:e,name:"MuiDayCalendar"}),n=Re(),{onFocusedDayChange:o,className:s,classes:i,currentMonth:a,selectedDays:l,focusedDay:c,loading:u,onSelectedDaysChange:d,onMonthSwitchingAnimationEnd:m,readOnly:g,reduceAnimations:p,renderLoading:b=()=>h.jsx("span",{children:"…"}),slideDirection:f,TransitionProps:v,disablePast:x,disableFuture:w,minDate:I,maxDate:S,shouldDisableDate:T,shouldDisableMonth:E,shouldDisableYear:M,dayOfWeekFormatter:N=te=>n.format(te,"weekdayShort").charAt(0).toUpperCase(),hasFocus:$,onFocusedViewChange:V,gridLabelId:j,displayWeekNumber:y,fixedWeekNumber:D,timezone:_}=t,O=To(_),k=YO(i),P=un(),A=Jm({shouldDisableDate:T,shouldDisableMonth:E,shouldDisableYear:M,minDate:I,maxDate:S,disablePast:x,disableFuture:w,timezone:_}),z=Rt(),L=ge(te=>{g||d(te)}),B=te=>{A(te)||(o(te),V==null||V(!0))},W=ge((te,H)=>{switch(te.key){case"ArrowUp":B(n.addDays(H,-7)),te.preventDefault();break;case"ArrowDown":B(n.addDays(H,7)),te.preventDefault();break;case"ArrowLeft":{const le=n.addDays(H,P?1:-1),X=n.addMonths(H,P?1:-1),ue=Hr({adapter:n,date:le,minDate:P?le:n.startOfMonth(X),maxDate:P?n.endOfMonth(X):le,isDateDisabled:A,timezone:_});B(ue||le),te.preventDefault();break}case"ArrowRight":{const le=n.addDays(H,P?-1:1),X=n.addMonths(H,P?-1:1),ue=Hr({adapter:n,date:le,minDate:P?n.startOfMonth(X):le,maxDate:P?le:n.endOfMonth(X),isDateDisabled:A,timezone:_});B(ue||le),te.preventDefault();break}case"Home":B(n.startOfWeek(H)),te.preventDefault();break;case"End":B(n.endOfWeek(H)),te.preventDefault();break;case"PageUp":B(n.addMonths(H,1)),te.preventDefault();break;case"PageDown":B(n.addMonths(H,-1)),te.preventDefault();break;case"Enter":case" ":L(H),te.preventDefault();break}}),K=ge((te,H)=>B(H)),ee=ge((te,H)=>{c!=null&&n.isSameDay(c,H)&&(V==null||V(!1))}),U=n.getMonth(a),Q=n.getYear(a),re=C.useMemo(()=>l.filter(te=>!!te).map(te=>n.startOfDay(te)),[n,l]),Y=`${Q}-${U}`,F=C.useMemo(()=>C.createRef(),[Y]),G=C.useMemo(()=>{const te=n.getWeekArray(a);let H=n.addMonths(a,1);for(;D&&te.length<D;){const le=n.getWeekArray(H),X=n.isSameDay(te[te.length-1][0],le[0][0]);le.slice(X?1:0).forEach(ue=>{te.length<D&&te.push(ue)}),H=n.addMonths(H,1)}return te},[a,D,n]);return h.jsxs(GO,{role:"grid","aria-labelledby":j,className:k.root,children:[h.jsxs(KO,{role:"row",className:k.header,children:[y&&h.jsx(QO,{variant:"caption",role:"columnheader","aria-label":z.calendarWeekNumberHeaderLabel,className:k.weekNumberLabel,children:z.calendarWeekNumberHeaderText}),nS(n,O).map((te,H)=>h.jsx(XO,{variant:"caption",role:"columnheader","aria-label":n.format(te,"weekday"),className:k.weekDayLabel,children:N(te)},H.toString()))]}),u?h.jsx(JO,{className:k.loadingContainer,children:b()}):h.jsx(ek,R({transKey:Y,onExited:m,reduceAnimations:p,slideDirection:f,className:de(s,k.slideTransition)},v,{nodeRef:F,children:h.jsx(tk,{ref:F,role:"rowgroup",className:k.monthContainer,children:G.map((te,H)=>h.jsxs(nk,{role:"row",className:k.weekContainer,"aria-rowindex":H+1,children:[y&&h.jsx(ZO,{className:k.weekNumber,role:"rowheader","aria-label":z.calendarWeekNumberAriaLabelText(n.getWeekNumber(te[0])),children:z.calendarWeekNumberText(n.getWeekNumber(te[0]))}),te.map((le,X)=>h.jsx(ok,{parentProps:t,day:le,selectedDays:re,isViewFocused:$,focusedDay:c,onKeyDown:W,onFocus:K,onBlur:ee,onDaySelect:L,isDateDisabled:A,currentMonthNumber:U,"aria-colindex":X+1},le.toString()))]},`week-${te[0]}`))})}))]})}function rh(e){return Ye("MuiMonthCalendar",e)}const Is=tt("MuiMonthCalendar",["root","button","disabled","selected"]),sk=["autoFocus","classes","disabled","selected","value","onClick","onKeyDown","onFocus","onBlur","slots","slotProps"],ik=(e,t)=>{const n={button:["button",t.isMonthDisabled&&"disabled",t.isMonthSelected&&"selected"]};return Fe(n,rh,e)},ak=ne("button",{name:"MuiMonthCalendar",slot:"Button",overridesResolver:(e,t)=>[t.button,{[`&.${Is.disabled}`]:t.disabled},{[`&.${Is.selected}`]:t.selected}]})(({theme:e})=>R({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${Is.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${Is.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),sh=C.memo(function(t){const{autoFocus:n,classes:o,disabled:s,selected:i,value:a,onClick:l,onKeyDown:c,onFocus:u,onBlur:d,slots:m,slotProps:g}=t,p=Ce(t,sk),b=C.useRef(null),{ownerState:f}=lt(),v=R({},f,{isMonthDisabled:s,isMonthSelected:i}),x=ik(o,v);Qt(()=>{var S;n&&((S=b.current)==null||S.focus())},[n]);const w=(m==null?void 0:m.monthButton)??ak,I=Ve({elementType:w,externalSlotProps:g==null?void 0:g.monthButton,externalForwardedProps:p,additionalProps:{disabled:s,ref:b,type:"button",role:"radio","aria-checked":i,onClick:S=>l(S,a),onKeyDown:S=>c(S,a),onFocus:S=>u(S,a),onBlur:S=>d(S,a)},ownerState:v,className:x.button});return h.jsx(w,R({},I))});process.env.NODE_ENV!=="production"&&(sh.displayName="MonthCalendarButton");const lk=["autoFocus","className","currentMonth","classes","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","shouldDisableMonth","readOnly","disableHighlightToday","onMonthFocus","hasFocus","onFocusedViewChange","monthsPerRow","timezone","gridLabelId","slots","slotProps"],ck=e=>Fe({root:["root"]},rh,e);function uk(e,t){const n=ke({props:e,name:t}),o=cs(n);return R({},n,o,{monthsPerRow:n.monthsPerRow??3})}const Yd=(e,t,n,o,s)=>!!(e===t&&o&&s.isSameYear(n,o)),dk=ne("div",{name:"MuiMonthCalendar",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="monthsPerRow"})({display:"flex",flexWrap:"wrap",justifyContent:"space-evenly",rowGap:16,padding:"8px 0",width:Wi,boxSizing:"border-box",variants:[{props:{monthsPerRow:3},style:{columnGap:24}},{props:{monthsPerRow:4},style:{columnGap:0}}]}),sc=C.forwardRef(function(t,n){const o=uk(t,"MuiMonthCalendar"),{autoFocus:s,className:i,currentMonth:a,classes:l,value:c,defaultValue:u,referenceDate:d,disabled:m,disableFuture:g,disablePast:p,maxDate:b,minDate:f,onChange:v,shouldDisableMonth:x,readOnly:w,onMonthFocus:I,hasFocus:S,onFocusedViewChange:T,monthsPerRow:E,timezone:M,gridLabelId:N,slots:$,slotProps:V}=o,j=Ce(o,lk),{value:y,handleValueChange:D,timezone:_}=to({name:"MonthCalendar",timezone:M,value:c,defaultValue:u,referenceDate:d,onChange:v,valueManager:wt}),O=To(_),k=un(),P=Re(),{ownerState:A}=lt(),z=C.useMemo(()=>wt.getInitialReferenceValue({value:y,adapter:P,props:o,timezone:_,referenceDate:d,granularity:ln.month}),[]),L=ck(l),B=C.useMemo(()=>P.getMonth(O),[P,O]),W=C.useMemo(()=>y!=null?P.getMonth(y):null,[y,P]),[K,ee]=C.useState(()=>W||P.getMonth(z)),[U,Q]=ir({name:"MonthCalendar",state:"hasFocus",controlled:S,default:s??!1}),re=ge(X=>{Q(X),T&&T(X)}),Y=C.useCallback(X=>{const ue=P.startOfMonth(p&&P.isAfter(O,f)?O:f),pe=P.startOfMonth(g&&P.isBefore(O,b)?O:b),ae=P.startOfMonth(X);return P.isBefore(ae,ue)||P.isAfter(ae,pe)?!0:x?x(ae):!1},[g,p,b,f,O,x,P]),F=ge((X,ue)=>{if(w)return;const ae=(y&&a&&!P.isSameYear(y,a)?P.setYear(y,P.getYear(a)):y)??a??z,oe=P.setMonth(ae,ue);D(oe)}),G=ge(X=>{Y(P.setMonth(y??a??z,X))||(ee(X),re(!0),I&&I(X))});C.useEffect(()=>{ee(X=>W!==null&&X!==W?W:X)},[W]);const te=ge((X,ue)=>{switch(X.key){case"ArrowUp":G((12+ue-3)%12),X.preventDefault();break;case"ArrowDown":G((12+ue+3)%12),X.preventDefault();break;case"ArrowLeft":G((12+ue+(k?1:-1))%12),X.preventDefault();break;case"ArrowRight":G((12+ue+(k?-1:1))%12),X.preventDefault();break;case"Enter":case" ":F(X,ue),X.preventDefault();break}}),H=ge((X,ue)=>{G(ue)}),le=ge((X,ue)=>{K===ue&&re(!1)});return h.jsx(dk,R({ref:n,className:de(L.root,i),ownerState:A,role:"radiogroup","aria-labelledby":N,monthsPerRow:E},j,{children:Cl(P,a??y??z).map(X=>{const ue=P.getMonth(X),pe=P.format(X,"monthShort"),ae=P.format(X,"month"),oe=Yd(ue,W,X,y,P),he=m||Y(X);return h.jsx(sh,{selected:oe,value:ue,onClick:F,onKeyDown:te,autoFocus:U&&ue===K,disabled:he,tabIndex:ue===K&&!he?0:-1,onFocus:H,onBlur:le,"aria-current":Yd(ue,B,X,O,P)?"date":void 0,"aria-label":ae,slots:$,slotProps:V,classes:l,children:pe},pe)})}))});process.env.NODE_ENV!=="production"&&(sc.displayName="MonthCalendar");process.env.NODE_ENV!=="production"&&(sc.propTypes={autoFocus:r.bool,classes:r.object,className:r.string,currentMonth:r.object,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disablePast:r.bool,gridLabelId:r.string,hasFocus:r.bool,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),onChange:r.func,onFocusedViewChange:r.func,onMonthFocus:r.func,readOnly:r.bool,referenceDate:r.object,shouldDisableMonth:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object});function ih(e){return Ye("MuiYearCalendar",e)}const Es=tt("MuiYearCalendar",["root","button","disabled","selected"]),pk=["autoFocus","classes","disabled","selected","value","onClick","onKeyDown","onFocus","onBlur","slots","slotProps"],fk=(e,t)=>{const n={button:["button",t.isYearDisabled&&"disabled",t.isYearSelected&&"selected"]};return Fe(n,ih,e)},mk=ne("button",{name:"MuiYearCalendar",slot:"Button",overridesResolver:(e,t)=>[t.button,{[`&.${Es.disabled}`]:t.disabled},{[`&.${Es.selected}`]:t.selected}]})(({theme:e})=>R({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.focusOpacity)},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${Es.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${Es.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),ah=C.memo(function(t){const{autoFocus:n,classes:o,disabled:s,selected:i,value:a,onClick:l,onKeyDown:c,onFocus:u,onBlur:d,slots:m,slotProps:g}=t,p=Ce(t,pk),b=C.useRef(null),{ownerState:f}=lt(),v=R({},f,{isYearDisabled:s,isYearSelected:i}),x=fk(o,v);Qt(()=>{var S;n&&((S=b.current)==null||S.focus())},[n]);const w=(m==null?void 0:m.yearButton)??mk,I=Ve({elementType:w,externalSlotProps:g==null?void 0:g.yearButton,externalForwardedProps:p,additionalProps:{disabled:s,ref:b,type:"button",role:"radio","aria-checked":i,onClick:S=>l(S,a),onKeyDown:S=>c(S,a),onFocus:S=>u(S,a),onBlur:S=>d(S,a)},ownerState:v,className:x.button});return h.jsx(w,R({},I))});process.env.NODE_ENV!=="production"&&(ah.displayName="YearCalendarButton");const hk=["autoFocus","className","classes","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","readOnly","shouldDisableYear","disableHighlightToday","onYearFocus","hasFocus","onFocusedViewChange","yearsOrder","yearsPerRow","timezone","gridLabelId","slots","slotProps"],gk=e=>Fe({root:["root"]},ih,e);function bk(e,t){const n=ke({props:e,name:t}),o=cs(n);return R({},n,o,{yearsPerRow:n.yearsPerRow??3,yearsOrder:n.yearsOrder??"asc"})}const yk=ne("div",{name:"MuiYearCalendar",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="yearsPerRow"})({display:"flex",flexWrap:"wrap",justifyContent:"space-evenly",rowGap:12,padding:"6px 0",overflowY:"auto",height:"100%",width:Wi,maxHeight:wI,boxSizing:"border-box",position:"relative",variants:[{props:{yearsPerRow:3},style:{columnGap:24}},{props:{yearsPerRow:4},style:{columnGap:0,padding:"0 2px"}}]}),vk=ne("div",{name:"MuiYearCalendar",slot:"ButtonFiller"})({height:36,width:72}),ic=C.forwardRef(function(t,n){const o=bk(t,"MuiYearCalendar"),{autoFocus:s,className:i,classes:a,value:l,defaultValue:c,referenceDate:u,disabled:d,disableFuture:m,disablePast:g,maxDate:p,minDate:b,onChange:f,readOnly:v,shouldDisableYear:x,onYearFocus:w,hasFocus:I,onFocusedViewChange:S,yearsOrder:T,yearsPerRow:E,timezone:M,gridLabelId:N,slots:$,slotProps:V}=o,j=Ce(o,hk),{value:y,handleValueChange:D,timezone:_}=to({name:"YearCalendar",timezone:M,value:l,defaultValue:c,referenceDate:u,onChange:f,valueManager:wt}),O=To(_),k=un(),P=Re(),{ownerState:A}=lt(),z=C.useMemo(()=>wt.getInitialReferenceValue({value:y,adapter:P,props:o,timezone:_,referenceDate:u,granularity:ln.year}),[]),L=gk(a),B=C.useMemo(()=>P.getYear(O),[P,O]),W=C.useMemo(()=>y!=null?P.getYear(y):null,[y,P]),[K,ee]=C.useState(()=>W||P.getYear(z)),[U,Q]=ir({name:"YearCalendar",state:"hasFocus",controlled:I,default:s??!1}),re=ge(J=>{Q(J),S&&S(J)}),Y=C.useCallback(J=>{if(g&&P.isBeforeYear(J,O)||m&&P.isAfterYear(J,O)||b&&P.isBeforeYear(J,b)||p&&P.isAfterYear(J,p))return!0;if(!x)return!1;const ce=P.startOfYear(J);return x(ce)},[m,g,p,b,O,x,P]),F=ge((J,ce)=>{if(v)return;const se=P.setYear(y??z,ce);D(se)}),G=ge(J=>{Y(P.setYear(y??z,J))||(ee(J),re(!0),w==null||w(J))});C.useEffect(()=>{ee(J=>W!==null&&J!==W?W:J)},[W]);const te=T!=="desc"?E*1:E*-1,H=k&&T==="asc"||!k&&T==="desc"?-1:1,le=ge((J,ce)=>{switch(J.key){case"ArrowUp":G(ce-te),J.preventDefault();break;case"ArrowDown":G(ce+te),J.preventDefault();break;case"ArrowLeft":G(ce-H),J.preventDefault();break;case"ArrowRight":G(ce+H),J.preventDefault();break;case"Enter":case" ":F(J,ce),J.preventDefault();break}}),X=ge((J,ce)=>{G(ce)}),ue=ge((J,ce)=>{K===ce&&re(!1)}),pe=C.useRef(null),ae=Tt(n,pe);C.useEffect(()=>{if(s||pe.current===null)return;const J=pe.current.querySelector('[tabindex="0"]');if(!J)return;const ce=J.offsetHeight,se=J.offsetTop,ve=pe.current.clientHeight,xe=pe.current.scrollTop,Se=se+ce;ce>ve||se<xe||(pe.current.scrollTop=Se-ve/2-ce/2)},[s]);const oe=P.getYearRange([b,p]);T==="desc"&&oe.reverse();let he=E-oe.length%E;return he===E&&(he=0),h.jsxs(yk,R({ref:ae,className:de(L.root,i),ownerState:A,role:"radiogroup","aria-labelledby":N,yearsPerRow:E},j,{children:[oe.map(J=>{const ce=P.getYear(J),se=ce===W,ve=d||Y(J);return h.jsx(ah,{selected:se,value:ce,onClick:F,onKeyDown:le,autoFocus:U&&ce===K,disabled:ve,tabIndex:ce===K&&!ve?0:-1,onFocus:X,onBlur:ue,"aria-current":B===ce?"date":void 0,slots:$,slotProps:V,classes:a,children:P.format(J,"year")},P.format(J,"year"))}),Array.from({length:he},(J,ce)=>h.jsx(vk,{},ce))]}))});process.env.NODE_ENV!=="production"&&(ic.displayName="YearCalendar");process.env.NODE_ENV!=="production"&&(ic.propTypes={autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disablePast:r.bool,gridLabelId:r.string,hasFocus:r.bool,maxDate:r.object,minDate:r.object,onChange:r.func,onFocusedViewChange:r.func,onYearFocus:r.func,readOnly:r.bool,referenceDate:r.object,shouldDisableYear:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});const xk=e=>Ye("MuiPickersCalendarHeader",e),Ck=tt("MuiPickersCalendarHeader",["root","labelContainer","label","switchViewButton","switchViewIcon"]);function Sk(e){return Ye("MuiPickersArrowSwitcher",e)}tt("MuiPickersArrowSwitcher",["root","spacer","button","previousIconButton","nextIconButton","leftArrowIcon","rightArrowIcon"]);const wk=["children","className","slots","slotProps","isNextDisabled","isNextHidden","onGoToNext","nextLabel","isPreviousDisabled","isPreviousHidden","onGoToPrevious","previousLabel","labelId","classes"],Tk=["ownerState"],Ik=["ownerState"],Ek=ne("div",{name:"MuiPickersArrowSwitcher",slot:"Root"})({display:"flex"}),Ok=ne("div",{name:"MuiPickersArrowSwitcher",slot:"Spacer"})(({theme:e})=>({width:e.spacing(3)})),Gd=ne(Xn,{name:"MuiPickersArrowSwitcher",slot:"Button"})({variants:[{props:{isButtonHidden:!0},style:{visibility:"hidden"}}]}),kk=e=>Fe({root:["root"],spacer:["spacer"],button:["button"],previousIconButton:["previousIconButton"],nextIconButton:["nextIconButton"],leftArrowIcon:["leftArrowIcon"],rightArrowIcon:["rightArrowIcon"]},Sk,e),ac=C.forwardRef(function(t,n){const o=un(),s=ke({props:t,name:"MuiPickersArrowSwitcher"}),{children:i,className:a,slots:l,slotProps:c,isNextDisabled:u,isNextHidden:d,onGoToNext:m,nextLabel:g,isPreviousDisabled:p,isPreviousHidden:b,onGoToPrevious:f,previousLabel:v,labelId:x,classes:w}=s,I=Ce(s,wk),{ownerState:S}=lt(),T=kk(w),E={isDisabled:u,isHidden:d,goTo:m,label:g},M={isDisabled:p,isHidden:b,goTo:f,label:v},N=(l==null?void 0:l.previousIconButton)??Gd,$=Ve({elementType:N,externalSlotProps:c==null?void 0:c.previousIconButton,additionalProps:{size:"medium",title:M.label,"aria-label":M.label,disabled:M.isDisabled,edge:"end",onClick:M.goTo},ownerState:R({},S,{isButtonHidden:M.isHidden??!1}),className:de(T.button,T.previousIconButton)}),V=(l==null?void 0:l.nextIconButton)??Gd,j=Ve({elementType:V,externalSlotProps:c==null?void 0:c.nextIconButton,additionalProps:{size:"medium",title:E.label,"aria-label":E.label,disabled:E.isDisabled,edge:"start",onClick:E.goTo},ownerState:R({},S,{isButtonHidden:E.isHidden??!1}),className:de(T.button,T.nextIconButton)}),y=(l==null?void 0:l.leftArrowIcon)??fE,D=Ve({elementType:y,externalSlotProps:c==null?void 0:c.leftArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:S,className:T.leftArrowIcon}),_=Ce(D,Tk),O=(l==null?void 0:l.rightArrowIcon)??mE,k=Ve({elementType:O,externalSlotProps:c==null?void 0:c.rightArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:S,className:T.rightArrowIcon}),P=Ce(k,Ik);return h.jsxs(Ek,R({ref:n,className:de(T.root,a),ownerState:S},I,{children:[h.jsx(N,R({},$,{children:o?h.jsx(O,R({},P)):h.jsx(y,R({},_))})),i?h.jsx(nn,{variant:"subtitle1",component:"span",id:x,children:i}):h.jsx(Ok,{className:T.spacer,ownerState:S}),h.jsx(V,R({},j,{children:o?h.jsx(y,R({},_)):h.jsx(O,R({},P))}))]}))});process.env.NODE_ENV!=="production"&&(ac.displayName="PickersArrowSwitcher");function _k(e,{disableFuture:t,maxDate:n,timezone:o}){const s=Re();return C.useMemo(()=>{const i=s.date(void 0,o),a=s.startOfMonth(t&&s.isBefore(i,n)?i:n);return!s.isAfter(a,e)},[t,n,e,s,o])}function Pk(e,{disablePast:t,minDate:n,timezone:o}){const s=Re();return C.useMemo(()=>{const i=s.date(void 0,o),a=s.startOfMonth(t&&s.isAfter(i,n)?i:n);return!s.isBefore(a,s.startOfMonth(e))},[t,n,e,s,o])}function lc(e,t,n,o){const s=Re(),i=C.useMemo(()=>s.isValid(e)?e:null,[s,e]),a=sS(i,s),l=C.useCallback(c=>{const u=i==null?null:Nf(i,c,!!t,s);n(u,o??"partial")},[t,i,n,o,s]);return{meridiemMode:a,handleMeridiemChange:l}}const Dk=["slots","slotProps","currentMonth","disabled","disableFuture","disablePast","maxDate","minDate","onMonthChange","onViewChange","view","reduceAnimations","views","labelId","className","classes","timezone","format"],Mk=["ownerState"],Rk=e=>Fe({root:["root"],labelContainer:["labelContainer"],label:["label"],switchViewButton:["switchViewButton"],switchViewIcon:["switchViewIcon"]},xk,e),Nk=ne("div",{name:"MuiPickersCalendarHeader",slot:"Root"})({display:"flex",alignItems:"center",marginTop:12,marginBottom:4,paddingLeft:24,paddingRight:12,maxHeight:40,minHeight:40}),$k=ne("div",{name:"MuiPickersCalendarHeader",slot:"LabelContainer"})(({theme:e})=>R({display:"flex",overflow:"hidden",alignItems:"center",cursor:"pointer",marginRight:"auto"},e.typography.body1,{fontWeight:e.typography.fontWeightMedium})),jk=ne("div",{name:"MuiPickersCalendarHeader",slot:"Label"})({marginRight:6}),Ak=ne(Xn,{name:"MuiPickersCalendarHeader",slot:"SwitchViewButton"})({marginRight:"auto",variants:[{props:{view:"year"},style:{[`.${Ck.switchViewIcon}`]:{transform:"rotate(180deg)"}}}]}),Lk=ne(pE,{name:"MuiPickersCalendarHeader",slot:"SwitchViewIcon"})(({theme:e})=>({willChange:"transform",transition:e.transitions.create("transform"),transform:"rotate(0deg)"})),cc=C.forwardRef(function(t,n){const o=Rt(),s=Re(),i=ke({props:t,name:"MuiPickersCalendarHeader"}),{slots:a,slotProps:l,currentMonth:c,disabled:u,disableFuture:d,disablePast:m,maxDate:g,minDate:p,onMonthChange:b,onViewChange:f,view:v,reduceAnimations:x,views:w,labelId:I,className:S,classes:T,timezone:E,format:M=`${s.formats.month} ${s.formats.year}`}=i,N=Ce(i,Dk),{ownerState:$}=lt(),V=Rk(T),j=(a==null?void 0:a.switchViewButton)??Ak,y=Ve({elementType:j,externalSlotProps:l==null?void 0:l.switchViewButton,additionalProps:{size:"small","aria-label":o.calendarViewSwitchingButtonAriaLabel(v)},ownerState:R({},$,{view:v}),className:V.switchViewButton}),D=(a==null?void 0:a.switchViewIcon)??Lk,_=Ve({elementType:D,externalSlotProps:l==null?void 0:l.switchViewIcon,ownerState:$,className:V.switchViewIcon}),O=Ce(_,Mk),k=()=>b(s.addMonths(c,1)),P=()=>b(s.addMonths(c,-1)),A=_k(c,{disableFuture:d,maxDate:g,timezone:E}),z=Pk(c,{disablePast:m,minDate:p,timezone:E}),L=()=>{if(!(w.length===1||!f||u))if(w.length===2)f(w.find(W=>W!==v)||w[0]);else{const W=w.indexOf(v)!==0?0:1;f(w[W])}};if(w.length===1&&w[0]==="year")return null;const B=s.formatByString(c,M);return h.jsxs(Nk,R({},N,{ownerState:$,className:de(V.root,S),ref:n,children:[h.jsxs($k,{role:"none",onClick:L,ownerState:$,"aria-live":"polite",className:V.labelContainer,children:[h.jsx(eh,{reduceAnimations:x,transKey:B,children:h.jsx(jk,{id:I,ownerState:$,className:V.label,children:B})}),w.length>1&&!u&&h.jsx(j,R({},y,{children:h.jsx(D,R({},O))}))]}),h.jsx(Gn,{in:v==="day",appear:!x,enter:!x,children:h.jsx(ac,{slots:a,slotProps:l,onGoToPrevious:P,isPreviousDisabled:z,previousLabel:o.previousMonth,onGoToNext:k,isNextDisabled:A,nextLabel:o.nextMonth})})]}))});process.env.NODE_ENV!=="production"&&(cc.displayName="PickersCalendarHeader");process.env.NODE_ENV!=="production"&&(cc.propTypes={classes:r.object,className:r.string,currentMonth:r.object.isRequired,disabled:r.bool,disableFuture:r.bool,disablePast:r.bool,format:r.string,labelId:r.string,maxDate:r.object.isRequired,minDate:r.object.isRequired,onMonthChange:r.func.isRequired,onViewChange:r.func,reduceAnimations:r.bool.isRequired,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string.isRequired,view:r.oneOf(["day","month","year"]).isRequired,views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired).isRequired});const ea=ne("div",{slot:"internal",shouldForwardProp:void 0})({overflow:"hidden",width:Wi,maxHeight:Xl,display:"flex",flexDirection:"column",margin:"0 auto"}),Vk=e=>Ye("MuiDateCalendar",e);tt("MuiDateCalendar",["root","viewTransitionContainer"]);const Fk=["autoFocus","onViewChange","value","defaultValue","referenceDate","disableFuture","disablePast","onChange","onYearChange","onMonthChange","reduceAnimations","shouldDisableDate","shouldDisableMonth","shouldDisableYear","view","views","openTo","className","classes","disabled","readOnly","minDate","maxDate","disableHighlightToday","focusedView","onFocusedViewChange","showDaysOutsideCurrentMonth","fixedWeekNumber","dayOfWeekFormatter","slots","slotProps","loading","renderLoading","displayWeekNumber","yearsOrder","yearsPerRow","monthsPerRow","timezone"],Bk=e=>Fe({root:["root"],viewTransitionContainer:["viewTransitionContainer"]},Vk,e);function zk(e,t){const n=ke({props:e,name:t}),o=xm(n.reduceAnimations),s=cs(n);return R({},n,s,{loading:n.loading??!1,openTo:n.openTo??"day",views:n.views??["year","day"],reduceAnimations:o,renderLoading:n.renderLoading??(()=>h.jsx("span",{children:"…"}))})}const Wk=ne(ea,{name:"MuiDateCalendar",slot:"Root"})({display:"flex",flexDirection:"column",height:Xl}),Uk=ne(eh,{name:"MuiDateCalendar",slot:"ViewTransitionContainer"})({}),uc=C.forwardRef(function(t,n){const o=Re(),{ownerState:s}=lt(),i=Fi(),a=zk(t,"MuiDateCalendar"),{autoFocus:l,onViewChange:c,value:u,defaultValue:d,referenceDate:m,disableFuture:g,disablePast:p,onChange:b,onMonthChange:f,reduceAnimations:v,shouldDisableDate:x,shouldDisableMonth:w,shouldDisableYear:I,view:S,views:T,openTo:E,className:M,classes:N,disabled:$,readOnly:V,minDate:j,maxDate:y,disableHighlightToday:D,focusedView:_,onFocusedViewChange:O,showDaysOutsideCurrentMonth:k,fixedWeekNumber:P,dayOfWeekFormatter:A,slots:z,slotProps:L,loading:B,renderLoading:W,displayWeekNumber:K,yearsOrder:ee,yearsPerRow:U,monthsPerRow:Q,timezone:re}=a,Y=Ce(a,Fk),{value:F,handleValueChange:G,timezone:te}=to({name:"DateCalendar",timezone:re,value:u,defaultValue:d,referenceDate:m,onChange:b,valueManager:wt}),{view:H,setView:le,focusedView:X,setFocusedView:ue,goToNextView:pe,setValueAndGoToNextView:ae}=hs({view:S,views:T,openTo:E,onChange:G,onViewChange:c,autoFocus:l,focusedView:_,onFocusedViewChange:O}),{referenceDate:oe,calendarState:he,setVisibleDate:J,isDateDisabled:ce,onMonthSwitchingAnimationEnd:se}=_O({value:F,referenceDate:m,reduceAnimations:v,onMonthChange:f,minDate:j,maxDate:y,shouldDisableDate:x,disablePast:p,disableFuture:g,timezone:te,getCurrentMonthFromVisibleDate:(Ee,st)=>o.isSameMonth(Ee,st)?st:o.startOfMonth(Ee)}),ve=$&&F||j,xe=$&&F||y,Se=`${i}-grid-label`,Ie=X!==null,_e=(z==null?void 0:z.calendarHeader)??cc,Ge=Ve({elementType:_e,externalSlotProps:L==null?void 0:L.calendarHeader,additionalProps:{views:T,view:H,currentMonth:he.currentMonth,onViewChange:le,onMonthChange:Ee=>J({target:Ee,reason:"header-navigation"}),minDate:ve,maxDate:xe,disabled:$,disablePast:p,disableFuture:g,reduceAnimations:v,timezone:te,labelId:Se},ownerState:s}),ct=ge(Ee=>{const st=o.startOfMonth(Ee),Et=o.endOfMonth(Ee),Nt=ce(Ee)?Hr({adapter:o,date:Ee,minDate:o.isBefore(j,st)?st:j,maxDate:o.isAfter(y,Et)?Et:y,disablePast:p,disableFuture:g,isDateDisabled:ce,timezone:te}):Ee;Nt?(ae(Nt,"finish"),J({target:Nt,reason:"cell-interaction"})):(pe(),J({target:st,reason:"cell-interaction"}))}),It=ge(Ee=>{const st=o.startOfYear(Ee),Et=o.endOfYear(Ee),Nt=ce(Ee)?Hr({adapter:o,date:Ee,minDate:o.isBefore(j,st)?st:j,maxDate:o.isAfter(y,Et)?Et:y,disablePast:p,disableFuture:g,isDateDisabled:ce,timezone:te}):Ee;Nt?(ae(Nt,"finish"),J({target:Nt,reason:"cell-interaction"})):(pe(),J({target:st,reason:"cell-interaction"}))}),we=ge(Ee=>G(Ee&&Js(o,Ee,F??oe),"finish",H));C.useEffect(()=>{o.isValid(F)&&J({target:F,reason:"controlled-value-change"})},[F]);const nt=Bk(N),ze={disablePast:p,disableFuture:g,maxDate:y,minDate:j},Be={disableHighlightToday:D,readOnly:V,disabled:$,timezone:te,gridLabelId:Se,slots:z,slotProps:L},Oe=C.useRef(H);C.useEffect(()=>{Oe.current!==H&&(X===Oe.current&&ue(H,!0),Oe.current=H)},[X,ue,H]);const rt=C.useMemo(()=>[F],[F]);return h.jsxs(Wk,R({ref:n,className:de(nt.root,M),ownerState:s},Y,{children:[h.jsx(_e,R({},Ge,{slots:z,slotProps:L})),h.jsx(Uk,{reduceAnimations:v,className:nt.viewTransitionContainer,transKey:H,ownerState:s,children:h.jsxs("div",{children:[H==="year"&&h.jsx(ic,R({},ze,Be,{value:F,onChange:It,shouldDisableYear:I,hasFocus:Ie,onFocusedViewChange:Ee=>ue("year",Ee),yearsOrder:ee,yearsPerRow:U,referenceDate:oe})),H==="month"&&h.jsx(sc,R({},ze,Be,{currentMonth:he.currentMonth,hasFocus:Ie,className:M,value:F,onChange:ct,shouldDisableMonth:w,onFocusedViewChange:Ee=>ue("month",Ee),monthsPerRow:Q,referenceDate:oe})),H==="day"&&h.jsx(rk,R({},he,ze,Be,{onMonthSwitchingAnimationEnd:se,hasFocus:Ie,onFocusedDayChange:Ee=>J({target:Ee,reason:"cell-interaction"}),reduceAnimations:v,selectedDays:rt,onSelectedDaysChange:we,shouldDisableDate:x,shouldDisableMonth:w,shouldDisableYear:I,onFocusedViewChange:Ee=>ue("day",Ee),showDaysOutsideCurrentMonth:k,fixedWeekNumber:P,dayOfWeekFormatter:A,displayWeekNumber:K,loading:B,renderLoading:W}))]})})]}))});process.env.NODE_ENV!=="production"&&(uc.displayName="DateCalendar");process.env.NODE_ENV!=="production"&&(uc.propTypes={autoFocus:r.bool,classes:r.object,className:r.string,dayOfWeekFormatter:r.func,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,focusedView:r.oneOf(["day","month","year"]),loading:r.bool,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),onChange:r.func,onFocusedViewChange:r.func,onMonthChange:r.func,onViewChange:r.func,onYearChange:r.func,openTo:r.oneOf(["day","month","year"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});const yo=({view:e,onViewChange:t,views:n,focusedView:o,onFocusedViewChange:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minDate:p,maxDate:b,shouldDisableDate:f,shouldDisableMonth:v,shouldDisableYear:x,reduceAnimations:w,onMonthChange:I,monthsPerRow:S,onYearChange:T,yearsOrder:E,yearsPerRow:M,slots:N,slotProps:$,loading:V,renderLoading:j,disableHighlightToday:y,readOnly:D,disabled:_,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:k,sx:P,autoFocus:A,fixedWeekNumber:z,displayWeekNumber:L,timezone:B})=>h.jsx(uc,{view:e,onViewChange:t,views:n.filter(Qu),focusedView:o&&Qu(o)?o:null,onFocusedViewChange:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minDate:p,maxDate:b,shouldDisableDate:f,shouldDisableMonth:v,shouldDisableYear:x,reduceAnimations:w,onMonthChange:I,monthsPerRow:S,onYearChange:T,yearsOrder:E,yearsPerRow:M,slots:N,slotProps:$,loading:V,renderLoading:j,disableHighlightToday:y,readOnly:D,disabled:_,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:k,sx:P,autoFocus:A,fixedWeekNumber:z,displayWeekNumber:L,timezone:B});process.env.NODE_ENV!=="production"&&(yo.displayName="renderDateViewCalendar");const dc=C.forwardRef(function(t,n){var c;const o=Re(),s=Hf(t,"MuiDesktopDatePicker"),i=R({day:yo,month:yo,year:yo},s.viewRenderers),a=R({},s,{closeOnSelect:s.closeOnSelect??!0,viewRenderers:i,format:wl(o,s,!1),yearsPerRow:s.yearsPerRow??4,slots:R({field:Ji},s.slots),slotProps:R({},s.slotProps,{field:u=>{var d;return R({},Yn((d=s.slotProps)==null?void 0:d.field,u),Ni(s))},toolbar:R({hidden:!0},(c=s.slotProps)==null?void 0:c.toolbar)})}),{renderPicker:l}=Am({ref:n,props:a,valueManager:wt,valueType:"date",validator:ls,steps:null});return l()});process.env.NODE_ENV!=="production"&&(dc.displayName="DesktopDatePicker");process.env.NODE_ENV!=="production"&&(dc.propTypes={autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,dayOfWeekFormatter:r.func,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,loading:r.bool,localeText:r.object,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onMonthChange:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,onYearChange:r.func,open:r.bool,openTo:r.oneOf(["day","month","year"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),viewRenderers:r.shape({day:r.func,month:r.func,year:r.func}),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});function Hk(e){return $e("MuiDialogContent",e)}Me("MuiDialogContent",["root","dividers"]);const qk=Me("MuiDialogTitle",["root"]),Yk=e=>{const{classes:t,dividers:n}=e;return Le({root:["root",n&&"dividers"]},Hk,t)},Gk=ne("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})(dt(({theme:e})=>({flex:"1 1 auto",WebkitOverflowScrolling:"touch",overflowY:"auto",padding:"20px 24px",variants:[{props:({ownerState:t})=>t.dividers,style:{padding:"16px 24px",borderTop:`1px solid ${(e.vars||e).palette.divider}`,borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:t})=>!t.dividers,style:{[`.${qk.root} + &`]:{paddingTop:0}}}]}))),lh=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiDialogContent"}),{className:s,dividers:i=!1,...a}=o,l={...o,dividers:i},c=Yk(l);return h.jsx(Gk,{className:de(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(lh.propTypes={children:r.node,classes:r.object,className:r.string,dividers:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function ch(e=window){const t=e.document.documentElement.clientWidth;return e.innerWidth-t}function Kk(e){const t=vn(e);return t.body===e?Qr(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function $r(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function Kd(e){return parseFloat(Qr(e).getComputedStyle(e).paddingRight)||0}function Xk(e){const n=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),o=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return n||o}function Xd(e,t,n,o,s){const i=[t,n,...o];[].forEach.call(e.children,a=>{const l=!i.includes(a),c=!Xk(a);l&&c&&$r(a,s)})}function Ca(e,t){let n=-1;return e.some((o,s)=>t(o)?(n=s,!0):!1),n}function Qk(e,t){const n=[],o=e.container;if(!t.disableScrollLock){if(Kk(o)){const a=ch(Qr(o));n.push({value:o.style.paddingRight,property:"padding-right",el:o}),o.style.paddingRight=`${Kd(o)+a}px`;const l=vn(o).querySelectorAll(".mui-fixed");[].forEach.call(l,c=>{n.push({value:c.style.paddingRight,property:"padding-right",el:c}),c.style.paddingRight=`${Kd(c)+a}px`})}let i;if(o.parentNode instanceof DocumentFragment)i=vn(o).body;else{const a=o.parentElement,l=Qr(o);i=(a==null?void 0:a.nodeName)==="HTML"&&l.getComputedStyle(a).overflowY==="scroll"?a:o}n.push({value:i.style.overflow,property:"overflow",el:i},{value:i.style.overflowX,property:"overflow-x",el:i},{value:i.style.overflowY,property:"overflow-y",el:i}),i.style.overflow="hidden"}return()=>{n.forEach(({value:i,el:a,property:l})=>{i?a.style.setProperty(l,i):a.style.removeProperty(l)})}}function Zk(e){const t=[];return[].forEach.call(e.children,n=>{n.getAttribute("aria-hidden")==="true"&&t.push(n)}),t}class Jk{constructor(){this.modals=[],this.containers=[]}add(t,n){let o=this.modals.indexOf(t);if(o!==-1)return o;o=this.modals.length,this.modals.push(t),t.modalRef&&$r(t.modalRef,!1);const s=Zk(n);Xd(n,t.mount,t.modalRef,s,!0);const i=Ca(this.containers,a=>a.container===n);return i!==-1?(this.containers[i].modals.push(t),o):(this.containers.push({modals:[t],container:n,restore:null,hiddenSiblings:s}),o)}mount(t,n){const o=Ca(this.containers,i=>i.modals.includes(t)),s=this.containers[o];s.restore||(s.restore=Qk(s,n))}remove(t,n=!0){const o=this.modals.indexOf(t);if(o===-1)return o;const s=Ca(this.containers,a=>a.modals.includes(t)),i=this.containers[s];if(i.modals.splice(i.modals.indexOf(t),1),this.modals.splice(o,1),i.modals.length===0)i.restore&&i.restore(),t.modalRef&&$r(t.modalRef,n),Xd(i.container,t.mount,t.modalRef,i.hiddenSiblings,!1),this.containers.splice(s,1);else{const a=i.modals[i.modals.length-1];a.modalRef&&$r(a.modalRef,!1)}return o}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function e_(e){return $e("MuiBackdrop",e)}Me("MuiBackdrop",["root","invisible"]);const t_=e=>{const{classes:t,invisible:n}=e;return Le({root:["root",n&&"invisible"]},e_,t)},n_=ne("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.invisible&&t.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),pc=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiBackdrop"}),{children:s,className:i,component:a="div",invisible:l=!1,open:c,components:u={},componentsProps:d={},slotProps:m={},slots:g={},TransitionComponent:p,transitionDuration:b,...f}=o,v={...o,component:a,invisible:l},x=t_(v),w={transition:p,root:u.Root,...g},I={...d,...m},S={component:a,slots:w,slotProps:I},[T,E]=at("root",{elementType:n_,externalForwardedProps:S,className:de(x.root,i),ownerState:v}),[M,N]=at("transition",{elementType:Gn,externalForwardedProps:S,ownerState:v});return h.jsx(M,{in:c,timeout:b,...f,...N,children:h.jsx(T,{"aria-hidden":!0,...E,ref:n,children:s})})});process.env.NODE_ENV!=="production"&&(pc.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,components:r.shape({Root:r.elementType}),componentsProps:r.shape({root:r.object}),invisible:r.bool,open:r.bool.isRequired,slotProps:r.shape({root:r.oneOfType([r.func,r.object]),transition:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType,transition:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),TransitionComponent:r.elementType,transitionDuration:r.oneOfType([r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});function o_(e){return typeof e=="function"?e():e}function r_(e){return e?e.props.hasOwnProperty("in"):!1}const Qd=()=>{},Os=new Jk;function s_(e){const{container:t,disableEscapeKeyDown:n=!1,disableScrollLock:o=!1,closeAfterTransition:s=!1,onTransitionEnter:i,onTransitionExited:a,children:l,onClose:c,open:u,rootRef:d}=e,m=C.useRef({}),g=C.useRef(null),p=C.useRef(null),b=kt(p,d),[f,v]=C.useState(!u),x=r_(l);let w=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(w=!1);const I=()=>vn(g.current),S=()=>(m.current.modalRef=p.current,m.current.mount=g.current,m.current),T=()=>{Os.mount(S(),{disableScrollLock:o}),p.current&&(p.current.scrollTop=0)},E=Go(()=>{const O=o_(t)||I().body;Os.add(S(),O),p.current&&T()}),M=()=>Os.isTopModal(S()),N=Go(O=>{g.current=O,O&&(u&&M()?T():p.current&&$r(p.current,w))}),$=C.useCallback(()=>{Os.remove(S(),w)},[w]);C.useEffect(()=>()=>{$()},[$]),C.useEffect(()=>{u?E():(!x||!s)&&$()},[u,$,x,s,E]);const V=O=>k=>{var P;(P=O.onKeyDown)==null||P.call(O,k),!(k.key!=="Escape"||k.which===229||!M())&&(n||(k.stopPropagation(),c&&c(k,"escapeKeyDown")))},j=O=>k=>{var P;(P=O.onClick)==null||P.call(O,k),k.target===k.currentTarget&&c&&c(k,"backdropClick")};return{getRootProps:(O={})=>{const k=um(e);delete k.onTransitionEnter,delete k.onTransitionExited;const P={...k,...O};return{role:"presentation",...P,onKeyDown:V(P),ref:b}},getBackdropProps:(O={})=>{const k=O;return{"aria-hidden":!0,...k,onClick:j(k),open:u}},getTransitionProps:()=>{const O=()=>{v(!1),i&&i()},k=()=>{v(!0),a&&a(),s&&$()};return{onEnter:Pd(O,(l==null?void 0:l.props.onEnter)??Qd),onExited:Pd(k,(l==null?void 0:l.props.onExited)??Qd)}},rootRef:b,portalRef:N,isTopModal:M,exited:f,hasTransition:x}}function i_(e){return $e("MuiModal",e)}Me("MuiModal",["root","hidden","backdrop"]);const a_=e=>{const{open:t,exited:n,classes:o}=e;return Le({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},i_,o)},l_=ne("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})(dt(({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:t})=>!t.open&&t.exited,style:{visibility:"hidden"}}]}))),c_=ne(pc,{name:"MuiModal",slot:"Backdrop"})({zIndex:-1}),uh=C.forwardRef(function(t,n){const o=ot({name:"MuiModal",props:t}),{BackdropComponent:s=c_,BackdropProps:i,classes:a,className:l,closeAfterTransition:c=!1,children:u,container:d,component:m,components:g={},componentsProps:p={},disableAutoFocus:b=!1,disableEnforceFocus:f=!1,disableEscapeKeyDown:v=!1,disablePortal:x=!1,disableRestoreFocus:w=!1,disableScrollLock:I=!1,hideBackdrop:S=!1,keepMounted:T=!1,onClose:E,onTransitionEnter:M,onTransitionExited:N,open:$,slotProps:V={},slots:j={},theme:y,...D}=o,_={...o,closeAfterTransition:c,disableAutoFocus:b,disableEnforceFocus:f,disableEscapeKeyDown:v,disablePortal:x,disableRestoreFocus:w,disableScrollLock:I,hideBackdrop:S,keepMounted:T},{getRootProps:O,getBackdropProps:k,getTransitionProps:P,portalRef:A,isTopModal:z,exited:L,hasTransition:B}=s_({..._,rootRef:n}),W={..._,exited:L},K=a_(W),ee={};if(u.props.tabIndex===void 0&&(ee.tabIndex="-1"),B){const{onEnter:G,onExited:te}=P();ee.onEnter=G,ee.onExited=te}const U={slots:{root:g.Root,backdrop:g.Backdrop,...j},slotProps:{...p,...V}},[Q,re]=at("root",{ref:n,elementType:l_,externalForwardedProps:{...U,...D,component:m},getSlotProps:O,ownerState:W,className:de(l,K==null?void 0:K.root,!W.open&&W.exited&&(K==null?void 0:K.hidden))}),[Y,F]=at("backdrop",{ref:i==null?void 0:i.ref,elementType:s,externalForwardedProps:U,shouldForwardComponentProp:!0,additionalProps:i,getSlotProps:G=>k({...G,onClick:te=>{G!=null&&G.onClick&&G.onClick(te)}}),className:de(i==null?void 0:i.className,K==null?void 0:K.backdrop),ownerState:W});return!T&&!$&&(!B||L)?null:h.jsx(Kr,{ref:A,container:d,disablePortal:x,children:h.jsxs(Q,{...re,children:[!S&&s?h.jsx(Y,{...F}):null,h.jsx(Xr,{disableEnforceFocus:f,disableAutoFocus:b,disableRestoreFocus:w,isEnabled:z,open:$,children:C.cloneElement(u,ee)})]})})});process.env.NODE_ENV!=="production"&&(uh.propTypes={BackdropComponent:r.elementType,BackdropProps:r.object,children:us.isRequired,classes:r.object,className:r.string,closeAfterTransition:r.bool,component:r.elementType,components:r.shape({Backdrop:r.elementType,Root:r.elementType}),componentsProps:r.shape({backdrop:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),container:r.oneOfType([tr,r.func]),disableAutoFocus:r.bool,disableEnforceFocus:r.bool,disableEscapeKeyDown:r.bool,disablePortal:r.bool,disableRestoreFocus:r.bool,disableScrollLock:r.bool,hideBackdrop:r.bool,keepMounted:r.bool,onClose:r.func,onTransitionEnter:r.func,onTransitionExited:r.func,open:r.bool.isRequired,slotProps:r.shape({backdrop:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({backdrop:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function u_(e){return $e("MuiDialog",e)}const jr=Me("MuiDialog",["root","backdrop","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),dh=C.createContext({});process.env.NODE_ENV!=="production"&&(dh.displayName="DialogContext");const d_=ne(pc,{name:"MuiDialog",slot:"Backdrop"})({zIndex:-1}),p_=e=>{const{classes:t,scroll:n,maxWidth:o,fullWidth:s,fullScreen:i}=e,a={root:["root"],backdrop:["backdrop"],container:["container",`scroll${fe(n)}`],paper:["paper",`paperScroll${fe(n)}`,`paperWidth${fe(String(o))}`,s&&"paperFullWidth",i&&"paperFullScreen"]};return Le(a,u_,t)},f_=ne(uh,{name:"MuiDialog",slot:"Root"})({"@media print":{position:"absolute !important"}}),m_=ne("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.container,t[`scroll${fe(n.scroll)}`]]}})({height:"100%","@media print":{height:"auto"},outline:0,variants:[{props:{scroll:"paper"},style:{display:"flex",justifyContent:"center",alignItems:"center"}},{props:{scroll:"body"},style:{overflowY:"auto",overflowX:"hidden",textAlign:"center","&::after":{content:'""',display:"inline-block",verticalAlign:"middle",height:"100%",width:"0"}}}]}),h_=ne(ps,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.paper,t[`scrollPaper${fe(n.scroll)}`],t[`paperWidth${fe(String(n.maxWidth))}`],n.fullWidth&&t.paperFullWidth,n.fullScreen&&t.paperFullScreen]}})(dt(({theme:e})=>({margin:32,position:"relative",overflowY:"auto","@media print":{overflowY:"visible",boxShadow:"none"},variants:[{props:{scroll:"paper"},style:{display:"flex",flexDirection:"column",maxHeight:"calc(100% - 64px)"}},{props:{scroll:"body"},style:{display:"inline-block",verticalAlign:"middle",textAlign:"initial"}},{props:({ownerState:t})=>!t.maxWidth,style:{maxWidth:"calc(100% - 64px)"}},{props:{maxWidth:"xs"},style:{maxWidth:e.breakpoints.unit==="px"?Math.max(e.breakpoints.values.xs,444):`max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,[`&.${jr.paperScrollBody}`]:{[e.breakpoints.down(Math.max(e.breakpoints.values.xs,444)+64)]:{maxWidth:"calc(100% - 64px)"}}}},...Object.keys(e.breakpoints.values).filter(t=>t!=="xs").map(t=>({props:{maxWidth:t},style:{maxWidth:`${e.breakpoints.values[t]}${e.breakpoints.unit}`,[`&.${jr.paperScrollBody}`]:{[e.breakpoints.down(e.breakpoints.values[t]+64)]:{maxWidth:"calc(100% - 64px)"}}}})),{props:({ownerState:t})=>t.fullWidth,style:{width:"calc(100% - 64px)"}},{props:({ownerState:t})=>t.fullScreen,style:{margin:0,width:"100%",maxWidth:"100%",height:"100%",maxHeight:"none",borderRadius:0,[`&.${jr.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]}))),ph=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiDialog"}),s=So(),i={enter:s.transitions.duration.enteringScreen,exit:s.transitions.duration.leavingScreen},{"aria-describedby":a,"aria-labelledby":l,"aria-modal":c=!0,BackdropComponent:u,BackdropProps:d,children:m,className:g,disableEscapeKeyDown:p=!1,fullScreen:b=!1,fullWidth:f=!1,maxWidth:v="sm",onClick:x,onClose:w,open:I,PaperComponent:S=ps,PaperProps:T={},role:E="dialog",scroll:M="paper",slots:N={},slotProps:$={},TransitionComponent:V=Gn,transitionDuration:j=i,TransitionProps:y,...D}=o,_={...o,disableEscapeKeyDown:p,fullScreen:b,fullWidth:f,maxWidth:v,scroll:M},O=p_(_),k=C.useRef(),P=X=>{k.current=X.target===X.currentTarget},A=X=>{x&&x(X),k.current&&(k.current=null,w&&w(X,"backdropClick"))},z=bl(l),L=C.useMemo(()=>({titleId:z}),[z]),B={transition:V,...N},W={transition:y,paper:T,backdrop:d,...$},K={slots:B,slotProps:W},[ee,U]=at("root",{elementType:f_,shouldForwardComponentProp:!0,externalForwardedProps:K,ownerState:_,className:de(O.root,g),ref:n}),[Q,re]=at("backdrop",{elementType:d_,shouldForwardComponentProp:!0,externalForwardedProps:K,ownerState:_,className:O.backdrop}),[Y,F]=at("paper",{elementType:h_,shouldForwardComponentProp:!0,externalForwardedProps:K,ownerState:_,className:O.paper,additionalProps:{elevation:24,role:E,"aria-describedby":a,"aria-labelledby":z,"aria-modal":c,tabIndex:-1,[Ua]:""}}),[G,te]=at("container",{elementType:m_,externalForwardedProps:K,ownerState:_,className:O.container}),[H,le]=at("transition",{elementType:Gn,externalForwardedProps:K,ownerState:_,additionalProps:{appear:!0,in:I,timeout:j,role:"presentation"}});return h.jsx(ee,{closeAfterTransition:!0,slots:{backdrop:Q},slotProps:{backdrop:{transitionDuration:j,as:u,...re}},disableEscapeKeyDown:p,onClose:w,open:I,onClick:A,...U,...D,children:h.jsx(H,{...le,children:h.jsx(G,{onMouseDown:P,...te,children:h.jsx(Y,{as:S,...F,children:h.jsx(dh.Provider,{value:L,children:m})})})})})});process.env.NODE_ENV!=="production"&&(ph.propTypes={"aria-describedby":r.string,"aria-labelledby":r.string,"aria-modal":r.oneOfType([r.oneOf(["false","true"]),r.bool]),BackdropComponent:r.elementType,BackdropProps:r.object,children:r.node,classes:r.object,className:r.string,disableEscapeKeyDown:r.bool,fullScreen:r.bool,fullWidth:r.bool,maxWidth:r.oneOfType([r.oneOf(["xs","sm","md","lg","xl",!1]),r.string]),onClick:r.func,onClose:r.func,open:r.bool.isRequired,PaperComponent:r.elementType,PaperProps:r.object,role:r.oneOf(["alertdialog","dialog"]),scroll:r.oneOf(["body","paper"]),slotProps:r.shape({backdrop:r.oneOfType([r.func,r.object]),container:r.oneOfType([r.func,r.object]),paper:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object]),transition:r.oneOfType([r.func,r.object])}),slots:r.shape({backdrop:r.elementType,container:r.elementType,paper:r.elementType,root:r.elementType,transition:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),TransitionComponent:r.elementType,transitionDuration:r.oneOfType([r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})]),TransitionProps:r.object});const g_=ne(ph,{slot:"internal"})({[`& .${jr.container}`]:{outline:0},[`& .${jr.paper}`]:{outline:0,minWidth:Wi}}),b_=ne(lh,{slot:"internal"})({"&:first-of-type":{padding:0}});function y_(e){var c,u;const{children:t,slots:n,slotProps:o}=e,{open:s}=wo(),{dismissViews:i,onPopperExited:a}=lt(),l=(n==null?void 0:n.dialog)??g_;return h.jsx(l,R({open:s,onClose:()=>{i(),a==null||a()}},o==null?void 0:o.dialog,{PaperComponent:n==null?void 0:n.mobilePaper,slots:R({transition:(n==null?void 0:n.mobileTransition)??Gn},(c=o==null?void 0:o.dialog)==null?void 0:c.slots),slotProps:R({transition:o==null?void 0:o.mobileTransition,paper:o==null?void 0:o.mobilePaper},(u=o==null?void 0:o.dialog)==null?void 0:u.slotProps),children:h.jsx(b_,{children:t})}))}const v_=["props","steps"],x_=["ownerState"],fh=e=>{var E;let{props:t,steps:n}=e,o=Ce(e,v_);const{slots:s,slotProps:i,label:a,inputRef:l,localeText:c}=t,u=jm({steps:n}),{providerProps:d,renderCurrentView:m,ownerState:g}=Sm(R({},o,{props:t,localeText:c,autoFocusView:!0,viewContainerRole:"dialog",variant:"mobile",getStepNavigation:u})),p=d.privateContextValue.labelId,b=((E=i==null?void 0:i.toolbar)==null?void 0:E.hidden)??!1,f=s.field,v=Ve({elementType:f,externalSlotProps:i==null?void 0:i.field,externalForwardedProps:ym(t),additionalProps:R({},b&&{id:p}),ownerState:g}),x=Ce(v,x_),w=s.layout??Ui;let I=p;b&&(a?I=`${p}-label`:I=void 0);const S=R({},i,{toolbar:R({},i==null?void 0:i.toolbar,{titleId:p}),mobilePaper:R({"aria-labelledby":I},i==null?void 0:i.mobilePaper)}),T=()=>h.jsxs(Bf,R({},d,{children:[h.jsx(f,R({},x,{slots:R({},s,x.slots),slotProps:R({},S,x.slotProps),inputRef:l})),h.jsx(y_,{slots:s,slotProps:S,children:h.jsx(w,R({},S==null?void 0:S.layout,{slots:s,slotProps:S,children:m()}))})]}));return process.env.NODE_ENV!=="production"&&(T.displayName="renderPicker"),{renderPicker:T}},fc=C.forwardRef(function(t,n){var c;const o=Re(),s=Hf(t,"MuiMobileDatePicker"),i=R({day:yo,month:yo,year:yo},s.viewRenderers),a=R({},s,{viewRenderers:i,format:wl(o,s,!1),slots:R({field:Ji},s.slots),slotProps:R({},s.slotProps,{field:u=>{var d;return R({},Yn((d=s.slotProps)==null?void 0:d.field,u),Ni(s))},toolbar:R({hidden:!1},(c=s.slotProps)==null?void 0:c.toolbar)})}),{renderPicker:l}=fh({ref:n,props:a,valueManager:wt,valueType:"date",validator:ls,steps:null});return l()});process.env.NODE_ENV!=="production"&&(fc.displayName="MobileDatePicker");process.env.NODE_ENV!=="production"&&(fc.propTypes={autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,dayOfWeekFormatter:r.func,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,loading:r.bool,localeText:r.object,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onMonthChange:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,onYearChange:r.func,open:r.bool,openTo:r.oneOf(["day","month","year"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),viewRenderers:r.shape({day:r.func,month:r.func,year:r.func}),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});const C_=["desktopModeMediaQuery"],mc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiDatePicker"}),{desktopModeMediaQuery:s=bm}=o,i=Ce(o,C_);return xl(s,{defaultMatches:!0})?h.jsx(dc,R({ref:n},i)):h.jsx(fc,R({ref:n},i))});process.env.NODE_ENV!=="production"&&(mc.displayName="DatePicker");process.env.NODE_ENV!=="production"&&(mc.propTypes={autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,dayOfWeekFormatter:r.func,defaultValue:r.object,desktopModeMediaQuery:r.string,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,loading:r.bool,localeText:r.object,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onMonthChange:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,onYearChange:r.func,open:r.bool,openTo:r.oneOf(["day","month","year"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),viewRenderers:r.shape({day:r.func,month:r.func,year:r.func}),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});function S_({className:e,style:t}){return h.jsxs("svg",{className:e,style:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),h.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),h.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),h.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]})}const w_="DatePicker-module__layoutOverride___X9yaM",T_="DatePicker-module__root___6XvRT",I_="DatePicker-module__field___SI6Zh",E_="DatePicker-module__dropdown___wjt08",co={layoutOverride:w_,root:T_,field:I_,dropdown:E_},Zd="MM/DD/YY";function $o(e){return e?yt(e):null}const mh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,onChange:N,minDate:$,maxDate:V,slots:j,slotProps:y,...D}=t,_=ye(D,o),[O,k]=q.useState(()=>$o(E)??$o(M)??null);q.useEffect(()=>{E!==void 0&&k($o(E))},[E]);const P=v?`${co.layoutOverride} ${v}`:co.layoutOverride,A=W=>{k(W),N==null||N(W?W.toDate():null)},z=(()=>{var K;return(K=$o(E!==void 0?E:M))==null?void 0:K.format(Zd)})(),L=y!=null&&y.field&&typeof y.field=="object"?y.field:void 0,B=y!=null&&y.desktopPaper&&typeof y.desktopPaper=="object"?y.desktopPaper:void 0;return h.jsx(zt,{ref:n,className:P,style:x,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T||void 0,readOnlyType:"text",readOnlyValue:z,readOnlyNativeProps:t,activeComponent:h.jsx("div",{className:co.root,"data-error":p?"true":void 0,children:h.jsx(is,{dateAdapter:Df,children:h.jsx(mc,{..._,value:O,onChange:A,disabled:w,format:Zd,minDate:$o($)??void 0,maxDate:$o(V)??void 0,slots:{openPickerIcon:S_,...j},slotProps:{...y,field:{openPickerButtonPosition:"start",...L,className:L!=null&&L.className?`${co.field} ${L.className}`:co.field},desktopPaper:{...B,className:B!=null&&B.className?`${co.dropdown} ${B.className}`:co.dropdown}}})})})})});mh.displayName="DatePicker";function O_(e){return h.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":!0,...e,children:h.jsx("path",{d:"M7 10l5 5 5-5z"})})}function k_(e){return h.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,...e,children:[h.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),h.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const __="Dropdown-module__layoutOverride___FNcvP",P_="Dropdown-module__root___uVyL0",D_="Dropdown-module__input___dK4dN",M_="Dropdown-module__section___j3MRB",R_="Dropdown-module__clearButton___ODnIa",N_="Dropdown-module__dropdown___gG-Sw",$_="Dropdown-module__option___nAGU-",j_="Dropdown-module__optionContent___QTwwg",A_="Dropdown-module__optionIcon___2L56h",L_="Dropdown-module__optionText___cCDpI",V_="Dropdown-module__optionTextWrap___L4OPI",F_="Dropdown-module__optionSupportingText___2JIOV",Je={layoutOverride:__,root:P_,input:D_,section:M_,clearButton:R_,dropdown:N_,option:$_,optionContent:j_,optionIcon:A_,optionText:L_,optionTextWrap:V_,optionSupportingText:F_};function B_(){return null}const hh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",containerWidth:i,labelSize:a,labelAlignment:l,labelOptionalText:c,labelWithEditIcon:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,withAsterisk:v,id:x,className:w,style:I,disabled:S,readOnly:T,readOnlyComponent:E,emptyValueComponent:M,value:N,defaultValue:$,onChange:V,data:j,startAdornment:y,searchable:D,clearable:_,wrapItemText:O=!1,...k}=t,P=["size","variant"],A=en(ye(k,o),P),z=A,[L,B]=q.useState(()=>N??$??"");q.useEffect(()=>{N!==void 0&&B(N)},[N]);const W=(X,ue)=>{B(X.target.value),V==null||V(X,ue)},ee=!!_&&(L!==""&&L!==null&&L!==void 0)&&!S&&!T,U=X=>{X.preventDefault(),X.stopPropagation(),B(""),V==null||V({target:{value:""}},null)},Q={...I||{},width:i||"100%"},re=w?`${Je.layoutOverride} ${w}`:Je.layoutOverride,Y={optionContent:Je.optionContent,optionIcon:Je.optionIcon,optionText:Je.optionText,optionTextWrap:Je.optionTextWrap,optionSupportingText:Je.optionSupportingText},F=mi(j),G=()=>F?F.map((X,ue)=>typeof X=="string"?h.jsx(be.MenuItem,{value:X,className:Je.option,disableRipple:!0,"data-selected":X===L?"true":void 0,children:X},`${X}-${ue}`):h.jsx(be.MenuItem,{value:X.value,disabled:X.disabled,className:Je.option,disableRipple:!0,"data-selected":X.value===L?"true":void 0,children:ul(X,Y,O)},`${X.value}-${ue}`)):null,te=X=>{if(X===""||X===void 0||X===null)return"";const ue=F==null?void 0:F.find(pe=>typeof pe=="string"?pe===X:pe.value===X);return ue?typeof ue=="string"?ue:ue.label:""},H=y?h.jsx("span",{className:Je.section,"data-position":"left",children:y}):void 0,le=ee?h.jsxs("span",{className:Je.section,"data-position":"right",children:[h.jsx("button",{type:"button",className:Je.clearButton,"aria-label":"Clear",onClick:U,children:h.jsx(k_,{})}),h.jsx(O_,{})]}):void 0;return h.jsx(zt,{className:re,style:Q,controlMaxWidth:"var(--dropdown-control-max-width)",controlMinWidth:"var(--dropdown-control-min-width)",overStyled:o,formLayout:s,labelSize:a,labelAlignment:l,labelOptionalText:c,labelWithEditIcon:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:!!b,required:f,id:x,readOnly:T,readOnlyComponent:E,emptyValueComponent:M,readOnlyType:"text",readOnlyValue:N!==void 0?String(N):$?String($):void 0,readOnlyNativeProps:t,activeComponent:h.jsx(be.Select,{ref:n,...A,disabled:S,value:L,onChange:W,error:!!b,required:f,displayEmpty:!0,renderValue:te,className:Je.root,classes:{select:Je.input,icon:Je.icon},IconComponent:ee?B_:void 0,startAdornment:H,endAdornment:le,MenuProps:{classes:{paper:Je.dropdown}},"data-disabled":S?"true":void 0,"data-error":b?"true":void 0,"data-with-left-section":y?"true":void 0,"data-with-right-section":ee?"true":void 0,inputProps:{"data-disabled":S?"true":void 0,"data-error":b?"true":void 0,...z.inputProps},children:G()})})});hh.displayName="Dropdown";const z_="FileInput-module__layoutOverride___HIOY6",W_="FileInput-module__root___UvQj-",U_="FileInput-module__leadingIcon___z75c4",H_="FileInput-module__content___Udsvh",q_="FileInput-module__value___RX33R",Y_="FileInput-module__chipRow___My6TF",G_="FileInput-module__chipWrapper___q2CDy",K_="FileInput-module__trailingIcon___odGPm",wn={layoutOverride:z_,root:W_,leadingIcon:U_,content:H_,value:q_,chipRow:Y_,chipWrapper:G_,trailingIcon:K_};function X_(){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("path",{d:"M12 3v12"}),h.jsx("path",{d:"M7 8l5-5 5 5"}),h.jsx("path",{d:"M4 21h16"})]})}function Q_(){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),h.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const gh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,withAsterisk:v,id:x,className:w,style:I,disabled:S,readOnly:T,files:E,onFilesAdded:M,onFileRemove:N,accept:$,multiple:V=!1,maxSize:j,maxFiles:y,onFilesRejected:D,invalidFileTypeMessage:_="File type not accepted",maxFilesMessage:O=V?`Maximum of ${y} files allowed`:"Only one file is allowed",icon:k,clearIcon:P,placeholder:A="Select a file...",browseLabel:z="Choose file",removeFileLabel:L="Remove",clearLabel:B="Clear",...W}=t,ee=ye(W,o),U=!S&&!T,Q=!!E&&E.length>0,re=q.useRef(null),[Y,F]=q.useState(!1),[G,te]=q.useState(!1),H=we=>{if(!U)return;const nt=Array.from(we);if(nt.length===0)return;const ze=V?y:1,Be=V?(E==null?void 0:E.length)??0:0,Oe=[],rt=[];let Ee=!1,st=!1;for(const Et of nt){const Nt=!sl(Et,$);Nt&&(Ee=!0);const ur=j!==void 0&&Et.size>j,ys=ze!==void 0&&Be+Oe.length>=ze;ys&&(st=!0),(Nt||ur||ys?rt:Oe).push(Et)}F(Ee),te(st),Oe.length>0&&(M==null||M(Oe)),rt.length>0&&(D==null||D(rt))},le=q.useRef(0),[X,ue]=q.useState(!1),pe=we=>{we.preventDefault(),le.current+=1,ue(!0)},ae=we=>{we.preventDefault(),le.current-=1,le.current<=0&&(le.current=0,ue(!1))},oe=we=>{we.preventDefault()},he=we=>{we.preventDefault(),le.current=0,ue(!1),H(we.dataTransfer.files)},J=()=>{var we;U&&((we=re.current)==null||we.click())},ce=we=>{we.key!=="Enter"&&we.key!==" "||(we.preventDefault(),J())},se=we=>{we.target.files&&H(we.target.files),we.target.value=""},ve=()=>{!U||!E||E.length===0||E.forEach(we=>N==null?void 0:N(we.id??we.file.name))},[xe,Se]=q.useState(0),Ie=q.useRef([]),_e=q.useRef((E==null?void 0:E.length)??0);q.useEffect(()=>{var nt;const we=(E==null?void 0:E.length)??0;if(we>0&&we<_e.current){const ze=Math.min(xe,we-1);Se(ze),(nt=Ie.current[ze])==null||nt.focus()}_e.current=we},[E]);const Ge=we=>{var Be;const nt=(E==null?void 0:E.length)??0;if(nt===0)return;let ze;we.key==="ArrowRight"||we.key==="ArrowDown"?ze=(xe+1)%nt:(we.key==="ArrowLeft"||we.key==="ArrowUp")&&(ze=(xe-1+nt)%nt),ze!==void 0&&(we.preventDefault(),we.stopPropagation(),Se(ze),(Be=Ie.current[ze])==null||Be.focus())},ct=b??(Y?_:G?O:void 0),It=w?`${wn.layoutOverride} ${w}`:wn.layoutOverride;return h.jsx(gn,{overStyled:o,className:It,style:I,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:ct,required:f,disabled:S,id:x,controlMaxWidth:"var(--file-input-control-max-width)",controlMinWidth:"var(--file-input-control-min-width)",children:h.jsxs("div",{ref:n,...ee,className:wn.root,role:"button","aria-label":z,"aria-disabled":S?"true":void 0,tabIndex:U?0:-1,"data-disabled":S?"true":void 0,"data-readonly":T?"true":void 0,"data-error":ct?"true":void 0,"data-dragging":X?"true":void 0,onClick:U?J:void 0,onKeyDown:U?ce:void 0,onDragEnter:U?pe:void 0,onDragLeave:U?ae:void 0,onDragOver:U?oe:void 0,onDrop:U?he:void 0,children:[h.jsx("span",{className:wn.leadingIcon,"aria-hidden":!0,children:k??h.jsx(X_,{})}),h.jsxs("div",{className:wn.content,children:[!Q&&h.jsx("span",{className:wn.value,"data-placeholder":"true",children:A}),Q&&h.jsx("div",{className:wn.chipRow,onKeyDown:T?void 0:Ge,children:E.map((we,nt)=>{const ze=we.id??we.file.name;return h.jsx("span",{className:wn.chipWrapper,onClick:Be=>Be.stopPropagation(),children:h.jsx(zr,{tabIndex:-1,deleteLabel:T?void 0:L,deleteTabIndex:!T&&nt===xe?0:-1,deleteIconRef:Be=>{Ie.current[nt]=Be},onDelete:T||S?void 0:()=>N==null?void 0:N(ze),children:we.file.name})},ze)})})]}),Q&&!T&&h.jsx(On,{overStyled:!0,variant:"text",size:"small",icon:P??h.jsx(Q_,{}),"aria-label":B,className:wn.trailingIcon,disabled:S,onClick:we=>{we.preventDefault(),we.stopPropagation(),ve()},onKeyDown:we=>{we.key!=="Enter"&&we.key!==" "||(we.preventDefault(),we.stopPropagation(),ve())}}),h.jsx("input",{ref:re,type:"file",hidden:!0,accept:$,multiple:V,disabled:!U,onChange:se})]})})});gh.displayName="FileInput";const Z_="FileUpload-module__layoutOverride___bPpi8",J_="FileUpload-module__root___Q-vcm",eP="FileUpload-module__dropzone___jqua0",tP="FileUpload-module__uploadIcon___bb3Nc",nP="FileUpload-module__dropzoneText___L7vS-",oP="FileUpload-module__fileList___XIWLl",An={layoutOverride:Z_,root:J_,dropzone:eP,uploadIcon:tP,dropzoneText:nP,fileList:oP};function rP(){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("path",{d:"M12 3v12"}),h.jsx("path",{d:"M7 8l5-5 5 5"}),h.jsx("path",{d:"M4 21h16"})]})}const bh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,withAsterisk:v,id:x,className:w,style:I,disabled:S,readOnly:T,files:E,onFilesAdded:M,onFileRemove:N,accept:$,multiple:V=!0,maxSize:j,maxFiles:y,onFilesRejected:D,invalidFileTypeMessage:_="File type not accepted",maxFilesMessage:O=`Maximum of ${y} files allowed`,icon:k,dropzoneLabel:P="Drag and drop files here to upload",browseButtonLabel:A="Browse files",removeFileLabel:z="Remove",...L}=t,W=ye(L,o),K=q.useRef(null),[ee,U]=q.useState(!1),[Q,re]=q.useState(!1),Y=Se=>{if(S)return;const Ie=Array.from(Se);if(Ie.length===0)return;const _e=(E==null?void 0:E.length)??0,Ge=[],ct=[];let It=!1,we=!1;for(const nt of Ie){const ze=!sl(nt,$);ze&&(It=!0);const Be=j!==void 0&&nt.size>j,Oe=y!==void 0&&_e+Ge.length>=y;Oe&&(we=!0),(ze||Be||Oe?ct:Ge).push(nt)}U(It),re(we),Ge.length>0&&(M==null||M(Ge)),ct.length>0&&(D==null||D(ct))},F=q.useRef(0),[G,te]=q.useState(!1),H=Se=>{Se.preventDefault(),F.current+=1,te(!0)},le=Se=>{Se.preventDefault(),F.current-=1,F.current<=0&&(F.current=0,te(!1))},X=Se=>{Se.preventDefault()},ue=Se=>{Se.preventDefault(),F.current=0,te(!1),Y(Se.dataTransfer.files)},pe=()=>{var Se;S||(Se=K.current)==null||Se.click()},ae=Se=>{Se.target.files&&Y(Se.target.files),Se.target.value=""},[oe,he]=q.useState(0),J=q.useRef([]),ce=q.useRef((E==null?void 0:E.length)??0);q.useEffect(()=>{var Ie;const Se=(E==null?void 0:E.length)??0;if(Se>0&&Se<ce.current){const _e=Math.min(oe,Se-1);he(_e),(Ie=J.current[_e])==null||Ie.focus()}ce.current=Se},[E]);const se=Se=>{var Ge;const Ie=(E==null?void 0:E.length)??0;if(Ie===0)return;let _e;Se.key==="ArrowRight"||Se.key==="ArrowDown"?_e=(oe+1)%Ie:(Se.key==="ArrowLeft"||Se.key==="ArrowUp")&&(_e=(oe-1+Ie)%Ie),_e!==void 0&&(Se.preventDefault(),he(_e),(Ge=J.current[_e])==null||Ge.focus())},ve=b??(ee?_:Q?O:void 0),xe=w?`${An.layoutOverride} ${w}`:An.layoutOverride;return h.jsx(gn,{overStyled:o,className:xe,style:I,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:ve,required:f,disabled:S,id:x,children:h.jsxs("div",{ref:n,...W,className:An.root,"data-disabled":S?"true":void 0,"data-error":ve?"true":void 0,children:[!T&&h.jsxs("div",{className:An.dropzone,"data-dragging":G?"true":void 0,onDragEnter:S?void 0:H,onDragLeave:S?void 0:le,onDragOver:S?void 0:X,onDrop:S?void 0:ue,children:[h.jsx("span",{className:An.uploadIcon,children:k??h.jsx(rP,{})}),h.jsx("span",{className:An.dropzoneText,children:P}),h.jsx(On,{variant:"outline",disabled:S,onClick:pe,children:A}),h.jsx("input",{ref:K,type:"file",hidden:!0,accept:$,multiple:V,disabled:S,onChange:ae})]}),E&&E.length>0&&(T?h.jsx("div",{className:An.fileList,children:E.map(Se=>{const Ie=Se.id??Se.file.name;return h.jsx(zr,{tabIndex:-1,children:Se.file.name},Ie)})}):h.jsx("div",{className:An.fileList,onKeyDown:se,children:E.map((Se,Ie)=>{const _e=Se.id??Se.file.name;return h.jsx(zr,{tabIndex:-1,deleteLabel:z,deleteTabIndex:Ie===oe?0:-1,deleteIconRef:Ge=>{J.current[Ie]=Ge},onDelete:S?void 0:()=>N==null?void 0:N(_e),children:Se.file.name},_e)})}))]})})});bh.displayName="FileUpload";const yh=q.forwardRef(function({children:t,gap:n="rec-default",rowGap:o,columnGap:s,direction:i,align:a,justify:l,wrap:c,...u},d){const m=ns(u),g=typeof n=="string"&&n in Ct?Ct[n]:n,p=typeof o=="string"&&o in Ct?Ct[o]:o,b=typeof s=="string"&&s in Ct?Ct[s]:s;return h.jsx(be.Box,{ref:d,...m,display:"flex",gap:g,rowGap:p,columnGap:b,flexDirection:i,alignItems:a,justifyContent:l,flexWrap:c,children:t})});yh.displayName="Flex";const sP="Grid-module__root___s-qPY",iP="Grid-module__col___tbuNg",aP="Grid-module__hiddenFromXs___Ap3ch",lP="Grid-module__hiddenFromSm___ZD0Wm",cP="Grid-module__hiddenFromMd___O3Zhg",uP="Grid-module__hiddenFromLg___RxDrc",dP="Grid-module__hiddenFromXl___k7ytz",pP="Grid-module__visibleFromSm___w20SX",fP="Grid-module__visibleFromMd___ePFrO",mP="Grid-module__visibleFromLg___L6vtD",hP="Grid-module__visibleFromXl___HLWTL",cn={root:sP,col:iP,hiddenFromXs:aP,hiddenFromSm:lP,hiddenFromMd:cP,hiddenFromLg:uP,hiddenFromXl:dP,visibleFromSm:pP,visibleFromMd:fP,visibleFromLg:mP,visibleFromXl:hP},vh=q.createContext({grow:!1});function hc(e){if(e===void 0||typeof e!="object")return e;const{base:t,...n}=e;return t!==void 0?{xs:t,...n}:n}function Jd(e){return e==="auto"?"grow":e==="content"?"auto":e}function gP(e){const t=hc(e);if(t===void 0||typeof t!="object")return Jd(t);const n={};return Object.entries(t).forEach(([o,s])=>{n[o]=Jd(s)}),n}function bP(e){return hc(e)}function yP(e){if(e===void 0||typeof e=="number")return e;const t=hc(e);return t.xs??t.sm??t.md??t.lg??t.xl}const vP={xs:cn.hiddenFromXs,sm:cn.hiddenFromSm,md:cn.hiddenFromMd,lg:cn.hiddenFromLg,xl:cn.hiddenFromXl},xP={sm:cn.visibleFromSm,md:cn.visibleFromMd,lg:cn.visibleFromLg,xl:cn.visibleFromXl};function ep(e){return e==="base"?"xs":e}const xh=q.forwardRef(function({children:t,gap:n="rec-default",columns:o=12,grow:s=!1,justify:i,align:a,style:l,...c},u){const d=ns(c),m=typeof n=="string"&&n in Ct?Ct[n]:n;return h.jsx(vh.Provider,{value:{grow:s},children:h.jsx(be.Grid,{ref:u,...d,container:!0,columns:o,spacing:m,className:cn.root,style:{justifyContent:i,alignItems:a,...l},children:t})})});xh.displayName="Grid";const gc=q.forwardRef(function({children:t,span:n,offset:o,order:s,visibleFrom:i,hiddenFrom:a,style:l,className:c,...u},d){const{grow:m}=q.useContext(vh),g=ns(u),p=yP(s),b=i?xP[ep(i)]:a?vP[ep(a)]:void 0,f=[cn.col,b,c].filter(Boolean).join(" ");return h.jsx(be.Grid,{ref:d,size:gP(n),offset:bP(o),className:f,...g,style:{order:p,...m?{flexGrow:1}:{},...l},children:t})});gc.displayName="GridCol";const Ch=xh;Ch.Col=gc;const Sh=q.forwardRef(function({children:t,gap:n="rec-default",rowGap:o,columnGap:s,justify:i,align:a,wrap:l,...c},u){const d=ns(c),m=typeof n=="string"&&n in Ct?Ct[n]:n,g=typeof o=="string"&&o in Ct?Ct[o]:o,p=typeof s=="string"&&s in Ct?Ct[s]:s;return h.jsx(be.Stack,{ref:u,...d,direction:"row",flexWrap:l||"wrap",justifyContent:i,alignItems:a,spacing:m,sx:{...g?{rowGap:g}:{},...p?{columnGap:p}:{}},children:t})});Sh.displayName="Group";const CP="HoverCard-module__dropdown___FBPFW",SP="HoverCard-module__arrow___S9AkE",tp={dropdown:CP,arrow:SP},wh=function({overStyled:t=!1,withBeak:n=!0,position:o="top",openDelay:s=0,closeDelay:i=150,disabled:a=!1,offset:l=5,children:c,...u}){const d=ye(u,t),m=et({tooltip:tp.dropdown,arrow:tp.arrow},d.classes);let g=null,p=null;return q.Children.forEach(c,b=>{var f,v;if(q.isValidElement(b)){const x=b;((f=x.type)==null?void 0:f.displayName)==="HoverCardTarget"?g=x.props.children:((v=x.type)==null?void 0:v.displayName)==="HoverCardDropdown"&&(p=x.props.children)}}),g||(g=h.jsx("div",{})),p||(p=h.jsx("div",{})),h.jsx(be.Tooltip,{...d,title:p,placement:o,arrow:n,enterDelay:s,leaveDelay:i,disableHoverListener:a,slotProps:{popper:{modifiers:[{name:"offset",options:{offset:[0,l]}}]}},classes:m,children:q.isValidElement(g)?g:h.jsx("span",{children:g})})};wh.displayName="HoverCard";const Th=function({children:t}){return h.jsx(h.Fragment,{children:t})};Th.displayName="HoverCardTarget";const Ih=function({children:t}){return h.jsx(h.Fragment,{children:t})};Ih.displayName="HoverCardDropdown";const bc=wh;bc.Target=Th;bc.Dropdown=Ih;const wP="Link-module__root___I0VGE",TP="Link-module__iconWrapper___W-LlF",IP="Link-module__labelText___wSvUy",ks={root:wP,iconWrapper:TP,labelText:IP},Eh=q.forwardRef(function({icon:t,children:n,overStyled:o=!1,...s},i){const a=ye(s,o),c=a.className,u=c?`${ks.root} ${c}`:ks.root;return h.jsxs(be.Link,{ref:i,className:u,underline:"none",...t?{"data-has-icon":""}:{},...a,children:[t&&h.jsx("span",{className:ks.iconWrapper,"aria-hidden":!0,children:t}),h.jsx("span",{className:ks.labelText,children:n})]})});Eh.displayName="Link";const EP="Menu-module__dropdown___j4xuA",OP="Menu-module__item___NMXha",kP="Menu-module__divider___wPiNq",li={dropdown:EP,item:OP,divider:kP},Oh=q.forwardRef(function({overStyled:t=!1,className:n,maxHeight:o,...s},i){var m;const a=ye(s,t),l=a,c=et({paper:li.dropdown,list:li.dropdown},l.classes),u=l.slotProps,d=o?{...u,paper:{...u==null?void 0:u.paper,style:{...(m=u==null?void 0:u.paper)==null?void 0:m.style,maxHeight:o}}}:u;return h.jsx(be.Menu,{ref:i,...a,className:n,classes:c,...d?{slotProps:d}:{}})});Oh.displayName="Menu";const kh=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.MenuItem,{ref:s,...i,className:`${li.item} ${n||""}`})});kh.displayName="MenuItem";const _h=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.Divider,{ref:s,...i,className:`${li.divider} ${n||""}`})});_h.displayName="MenuDivider";const _P="Modal-module__root___ytPLl",PP="Modal-module__inner___SSUJE",DP="Modal-module__content___dWO-B",MP="Modal-module__header___ILG9i",RP="Modal-module__title___A5OeE",NP="Modal-module__scrollArea___KD-hm",$P="Modal-module__footer___rro2w",jP="Modal-module__close___-ER1C",In={root:_P,inner:PP,content:DP,header:MP,title:RP,scrollArea:NP,footer:$P,close:jP},AP=()=>h.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:h.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}),Ph=q.forwardRef(function({overStyled:t=!1,opened:n=!1,withCloseButton:o=!0,title:s,children:i,onClose:a,className:l,...c},u){const d=ye(c,t),m=et({paper:In.inner},d.classes);let g=null;const p=[];return q.Children.forEach(i,b=>{var f;q.isValidElement(b)&&(b.type===vc||((f=b.type)==null?void 0:f.displayName)==="Modal.Footer")?g=b:p.push(b)}),h.jsxs(be.Dialog,{ref:u,...d,className:`${In.root} ${l||""}`,classes:m,open:n||d.open||!1,onClose:a,children:[(s||o)&&h.jsxs("div",{className:In.header,children:[s&&h.jsx("div",{className:In.title,children:s}),o&&h.jsx(be.IconButton,{onClick:b=>a==null?void 0:a(b,"backdropClick"),className:In.close,children:h.jsx(AP,{})})]}),h.jsx(yc,{children:p}),g]})});Ph.displayName="Modal";const Dh=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.DialogTitle,{ref:s,...i,className:`${In.title} ${n||""}`})});Dh.displayName="Modal.Title";const yc=q.forwardRef(function({overStyled:t=!1,className:n,children:o,...s},i){const a=ye(s,t),l=q.useRef(null),[c,u]=q.useState(!1),[d,m]=q.useState(!1),g=q.useCallback(()=>{if(l.current){const{scrollTop:p,scrollHeight:b,clientHeight:f}=l.current;u(p>0),m(Math.ceil(p+f)<b)}},[]);return q.useEffect(()=>(g(),window.addEventListener("resize",g),()=>window.removeEventListener("resize",g)),[g,o]),h.jsx(be.DialogContent,{ref:p=>{typeof i=="function"?i(p):i&&(i.current=p),l&&(l.current=p)},...a,onScroll:()=>g(),"data-scrolled-top":c||void 0,"data-scrolled-bottom":d||void 0,className:`${In.content} ${In.scrollArea} ${n||""}`,children:o})});yc.displayName="Modal.Body";const vc=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.DialogActions,{ref:s,...i,className:`${In.footer} ${n||""}`})});vc.displayName="Modal.Footer";const ta=Ph;ta.Title=Dh;ta.Body=yc;ta.Footer=vc;const LP="NumberInput-module__layoutOverride___5-9T4",VP="NumberInput-module__root___C6rAn",FP="NumberInput-module__input___Ss8p7",BP="NumberInput-module__section___MijP0",zP="NumberInput-module__controls___8UfQ2",WP="NumberInput-module__control___Qre9-",uo={layoutOverride:LP,root:VP,input:FP,section:BP,controls:zP,control:WP},Mh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,leftSection:N,rightSection:$,min:V,max:j,step:y,hideControls:D=!1,..._}=t,O=["size","variant"],k=en(ye(_,o),O),P=k,A=et({wrapper:uo.root,input:uo.input,section:uo.section,controls:uo.controls,control:uo.control},P.classes),z=v?`${uo.layoutOverride} ${v}`:uo.layoutOverride,L=N?h.jsx("div",{className:A.section,"data-position":"left",children:N}):void 0,B=$?h.jsx("div",{className:A.section,"data-position":"right",children:$}):void 0;return h.jsx(zt,{className:z,style:x,controlMaxWidth:"var(--number-input-control-max-width)",controlMinWidth:"var(--number-input-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,readOnlyType:"text",readOnlyValue:E!==void 0?E==null?void 0:E.toString():M==null?void 0:M.toString(),readOnlyNativeProps:t,activeComponent:h.jsx(be.TextField,{ref:n,...k,classes:A,disabled:w,value:E,defaultValue:M,label:void 0,error:void 0,required:void 0,InputProps:{startAdornment:L,endAdornment:B},inputProps:{min:V,max:j,step:y,...P.inputProps}})})});Mh.displayName="NumberInput";const UP="Pagination-module__root___ITRjt",_s={root:UP};function HP(e){const t=et({root:_s.root,ul:_s.ul},e.classNames),n=e.className;return{className:n?`${_s.root} ${n}`:_s.root,classNames:t}}const Rh=q.forwardRef(function(t,n){const{overStyled:o=!1,withLabels:s,total:i,withEdges:a,withControls:l,...c}=t,u=ye(c,o),d=HP(u);return h.jsx("div",{ref:n,className:d.className,children:h.jsx(be.Pagination,{...u,count:i,showFirstButton:a,showLastButton:a,hidePrevButton:l===!1?!0:void 0,hideNextButton:l===!1?!0:void 0,classes:d.classNames})})});Rh.displayName="Pagination";const qP=Rh,YP="Panel-module__content___wdGo-",GP="Panel-module__inner___ruA2b",KP="Panel-module__header___o7SiC",XP="Panel-module__title___181OP",QP="Panel-module__titleTruncate___fuP6V Panel-module__title___181OP",ZP="Panel-module__body___SEC3T",JP="Panel-module__footer___t6-hz",Ln={content:YP,inner:GP,header:KP,title:XP,titleTruncate:QP,body:ZP,footer:JP},Nh=function({overStyled:t=!1,placement:n="right",keepMounted:o=!0,wrapHeaderText:s=!1,opened:i,...a}){const l=ye(a,t),c=et({content:Ln.content,header:Ln.header,title:s?Ln.titleTruncate:Ln.title,body:Ln.body,inner:Ln.inner},l.classes);return h.jsx(be.Drawer,{anchor:n,keepMounted:o,open:!!i,...l,classes:c})};Nh.displayName="Panel";const xc=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className,a=i?`${Ln.footer} ${i}`:Ln.footer;return h.jsx("div",{ref:o,...s,className:a})});xc.displayName="PanelFooter";const $h=Nh;$h.Footer=xc;const e1="Popover-module__dropdown___svhS6",t1="Popover-module__arrow___5A-0e",np={dropdown:e1,arrow:t1},jh=function({overStyled:t=!1,withBeak:n=!0,position:o="top",defaultOpened:s=!1,opened:i,onChange:a,offset:l=8,width:c,children:u,...d}){const m=ye(d,t),g=et({tooltip:np.dropdown,arrow:np.arrow},m.classes),[p,b]=q.useState(s),f=i!==void 0,v=f?i:p,x=$=>{f||b($),a==null||a($)};let w=null,I=null;if(q.Children.forEach(u,$=>{var V,j;if(q.isValidElement($)){const y=$;((V=y.type)==null?void 0:V.displayName)==="PopoverTarget"?w=y.props.children:((j=y.type)==null?void 0:j.displayName)==="PopoverDropdown"&&(I=y.props.children)}}),!w)throw new Error("Popover requires a <Popover.Target> child.");if(!I)throw new Error("Popover requires a <Popover.Dropdown> child.");const S=q.useRef(null),T=q.useRef(null);q.useEffect(()=>{if(!v)return;const $=V=>{var y,D;const j=V.target;(y=S.current)!=null&&y.contains(j)||(D=T.current)!=null&&D.contains(j)||x(!1)};return document.addEventListener("mousedown",$),()=>document.removeEventListener("mousedown",$)},[v]);const E=$=>{var V,j;q.isValidElement(w)&&((j=(V=w.props).onClick)==null||j.call(V,$)),x(!v)},M={"aria-haspopup":"dialog","aria-expanded":v,"aria-labelledby":void 0,"aria-label":void 0},N=q.isValidElement(w)?q.cloneElement(w,{onClick:E,ref:S,...M}):h.jsx("span",{onClick:E,ref:S,...M,children:w});return h.jsx(be.Tooltip,{...m,title:h.jsx("div",{ref:T,children:I}),open:v,onClose:()=>x(!1),placement:o,arrow:n,disableHoverListener:!0,disableFocusListener:!0,disableTouchListener:!0,slotProps:{popper:{modifiers:[{name:"offset",options:{offset:[0,l]}}]},...c!==void 0?{tooltip:{style:{width:c}}}:{}},classes:g,children:N})};jh.displayName="Popover";const Ah=function({children:t}){return h.jsx(h.Fragment,{children:t})};Ah.displayName="PopoverTarget";const Lh=function({children:t}){return h.jsx(h.Fragment,{children:t})};Lh.displayName="PopoverDropdown";const Cc=jh;Cc.Target=Ah;Cc.Dropdown=Lh;const n1="Radio-module__groupRoot___bfUii",o1="Radio-module__root___kAjTD",r1="Radio-module__body___q2Wpj",s1="Radio-module__inner___QaTBB",i1="Radio-module__radio___MfgN-",a1="Radio-module__radioChecked___ZFb28",l1="Radio-module__disabled___0-cna",c1="Radio-module__icon___DWznm",u1="Radio-module__labelWrapper___dB0Gi",d1="Radio-module__label___vAFIP",_t={groupRoot:n1,root:o1,body:r1,inner:s1,radio:i1,radioChecked:a1,disabled:l1,icon:c1,labelWrapper:u1,label:d1},Sc=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,className:x,style:w,children:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,...$}=t,V=ye($,o);return h.jsx(zt,{className:x,style:w,controlMaxWidth:"var(--recursica_ui-kit_components_radio-button-item_properties_max-width)",controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,id:v,readOnly:S&&!!T,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(be.RadioGroup,{ref:n,...V,value:M,defaultValue:N,className:_t.groupRoot,"data-layout":s,children:I})})});Sc.displayName="RadioGroup";const p1=({className:e,style:t})=>h.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",className:e,style:t,children:h.jsx("circle",{cx:"8",cy:"8",r:"5"})}),wc=q.forwardRef(function(t,n){const{overStyled:o=!1,readOnly:s,readOnlyComponent:i,disabled:a,formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,label:m,description:g,error:p,style:b,...f}=t,v=["size","color"],x=en(ye(f,o),v),w=x,I=et({root:_t.root,checked:_t.checked,disabled:_t.disabled},w.classes),S=w.className,T=S?`${_t.root} ${S}`:_t.root;if(s&&i){const N=!!(w.checked??w.defaultChecked),$=i,V=h.jsx($,{...t,checked:N,label:w.label});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:V}):h.jsx(h.Fragment,{children:V})}const E=h.jsx(be.Radio,{ref:n,...x,icon:h.jsx("div",{className:_t.radio}),checkedIcon:h.jsx("div",{className:`${_t.radio} ${_t.radioChecked}`,children:h.jsx(p1,{className:_t.icon})}),className:m?_t.inner:`${T} ${_t.inner}`,classes:I,disabled:s||a,disableRipple:!0,sx:m?{padding:0}:void 0}),M=m?h.jsx("div",{className:T,style:b,children:h.jsxs("div",{className:_t.body,children:[E,h.jsxs("div",{className:_t.labelWrapper,children:[h.jsx("label",{className:_t.label,htmlFor:w.id,"data-disabled":s||a?!0:void 0,children:m}),p?h.jsx(Dn,{assistiveVariant:"error",assistiveWithIcon:!1,children:p}):g&&h.jsx(Dn,{assistiveVariant:"help",assistiveWithIcon:!1,children:g})]})]})}):h.jsx("div",{className:T,style:b,children:E});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:M}):M});wc.displayName="Radio";wc.Group=Sc;const f1="SegmentedControl-module__root___JFRhg",m1="SegmentedControl-module__control___znOdQ",h1="SegmentedControl-module__label___mS17q",xr={root:f1,control:m1,label:h1};function g1(e){const t=et({root:xr.root,control:xr.control,label:xr.label},e.classNames),n=e.className;return{className:n?`${xr.root} ${n}`:xr.root,classNames:t}}const Vh=q.forwardRef(function({overStyled:t=!1,orientation:n="horizontal",fullWidth:o,data:s=[],value:i,disabled:a,onChange:l,...c},u){const d=ye(c,t),g=g1(d),p=s.length?typeof s[0]=="string"?s[0]:s[0].value:void 0,[b,f]=q.useState(i??p),v=i!==void 0?i:b,x=(w,I)=>{I!==null&&(f(I),l==null||l(w,I))};return h.jsx(be.ToggleButtonGroup,{ref:u,...d,className:g.className,classes:g.classNames,orientation:n,fullWidth:o,"data-orientation":n,exclusive:!0,disabled:a,value:v,onChange:x,children:s.map(w=>{const I=typeof w=="string"?w:w.value,S=typeof w=="string"?w:w.label,T=typeof w=="string"?void 0:w.disabled,E=typeof w=="string"?void 0:w.icon;return h.jsx(be.ToggleButton,{value:I,disabled:T,className:g.classNames.control,children:h.jsxs("div",{className:g.classNames.label,children:[E,S]})},I)})})});Vh.displayName="SegmentedControl";const b1=Vh,y1="Slider-module__layoutOverride___zYPun",v1="Slider-module__sliderContainer___y8I0J",x1="Slider-module__sliderTrackWrapper___UHpVh",C1="Slider-module__iconWrapper___uqHpC",S1="Slider-module__sliderRoot___LI86H",w1="Slider-module__sliderTrack___oqnlG",T1="Slider-module__sliderBar___TI4VY",I1="Slider-module__sliderThumb___OFn8p",E1="Slider-module__sliderMark___1lM2B",O1="Slider-module__sliderMarkLabel___MMZrq",k1="Slider-module__sliderTooltip___J1Aqb",_1="Slider-module__minMaxGuide___TaGqz",P1="Slider-module__rightGuideContainer___8dOT8",D1="Slider-module__currentValue___dGV2T",M1="Slider-module__inputField___6x578",R1="Slider-module__readOnlyValue___-ZzMW",ht={layoutOverride:y1,sliderContainer:v1,sliderTrackWrapper:x1,iconWrapper:C1,sliderRoot:S1,sliderTrack:w1,sliderBar:T1,sliderThumb:I1,sliderMark:E1,sliderMarkLabel:O1,sliderTooltip:k1,minMaxGuide:_1,rightGuideContainer:P1,currentValue:D1,inputField:M1,readOnlyValue:R1},N1=({value:e})=>{const t=Array.isArray(e)?`${e[0]} – ${e[1]}`:e;return h.jsx("div",{className:ht.readOnlyValue,children:t})},Fh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,tooltipLabel:g,assistiveText:p,assistiveWithIcon:b,error:f,required:v,withAsterisk:x,id:w,className:I,style:S,disabled:T,readOnly:E,readOnlyComponent:M,emptyValueComponent:N,value:$,defaultValue:V,icon:j,trailingIcon:y,showInput:D=!1,showMinMaxLabels:_=!0,min:O=0,max:k=100,minLabel:P,maxLabel:A,step:z=1,onChange:L,onChangeEnd:B,...W}=t,[K,ee]=q.useState(()=>$!==void 0?$:V!==void 0?V:O),U=$!==void 0?$:K,Q=Array.isArray(U),[re,Y]=q.useState(()=>Array.isArray(U)?[U[0].toString(),U[1].toString()]:U.toString());q.useEffect(()=>{Y(Array.isArray(U)?[U[0].toString(),U[1].toString()]:U.toString())},[U]);const F=(Oe,rt)=>{const Ee=Array.isArray(rt)?[rt[0],rt[1]]:rt;$===void 0&&ee(Ee),L==null||L(Ee)},G=Oe=>{const rt=Oe.target.value;Y(rt);const Ee=parseFloat(rt);if(!isNaN(Ee)){const st=Math.max(O,Math.min(k,Ee));F(null,st)}},te=()=>{Y(U.toString())},H=Oe=>{const rt=U,Ee=Oe.target.value;Y([Ee,rt[1].toString()]);const st=parseFloat(Ee);if(!isNaN(st)){const Et=Math.max(O,Math.min(rt[1],st));F(null,[Et,rt[1]])}},le=Oe=>{const rt=U,Ee=Oe.target.value;Y([rt[0].toString(),Ee]);const st=parseFloat(Ee);if(!isNaN(st)){const Et=Math.max(rt[0],Math.min(k,st));F(null,[rt[0],Et])}},X=()=>{const Oe=U;Y([Oe[0].toString(),Oe[1].toString()])},ue=["size","color"],pe=en(ye(W,o),ue),ae=pe,oe=q.useRef(!1),[he,J]=q.useState(!1),ce=pe.onMouseDown,se=pe.onFocus,ve=pe.onBlur,xe=pe.onKeyDown,Se=Oe=>{oe.current=!0,ce==null||ce(Oe)},Ie=Oe=>{J(oe.current),oe.current=!1,se==null||se(Oe)},_e=Oe=>{J(!1),ve==null||ve(Oe)},Ge=Oe=>{J(!1),xe==null||xe(Oe)},ct=ae.classes,It=et({root:ht.sliderRoot,rail:ht.sliderTrack,track:ht.sliderBar,thumb:ht.sliderThumb,mark:ht.sliderMark,markLabel:ht.sliderMarkLabel,valueLabel:ht.sliderTooltip},ct&&{root:ct.root,rail:ct.track,track:ct.bar,thumb:ct.thumb,mark:ct.mark,markLabel:ct.markLabel}),we=I?`${ht.layoutOverride} ${I}`:ht.layoutOverride,nt=j?h.jsx("span",{className:ht.iconWrapper,"aria-hidden":!0,children:j}):null,ze=y?h.jsx("span",{className:ht.iconWrapper,"aria-hidden":!0,children:y}):null,Be=Array.isArray(U)?typeof g=="function"?`${g(U[0])} – ${g(U[1])}`:`${U[0]} – ${U[1]}`:typeof g=="function"?g(U):U;return h.jsx(zt,{ref:n,className:we,style:S,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:p,assistiveWithIcon:b,error:!!f,required:v,id:w,readOnly:E,readOnlyComponent:M||N1,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:U,readOnlyNativeProps:{value:U},activeComponent:h.jsxs("div",{className:ht.sliderContainer,"data-form-layout":s,"data-disabled":T?"true":void 0,"data-error":f?"true":void 0,"data-suppress-focus-ring":he?"true":void 0,children:[Q&&D&&h.jsx("input",{type:"number",className:ht.inputField,value:re[0],onChange:H,onBlur:X,min:O,max:U[1],step:z??void 0,disabled:T,"data-error":f?"true":void 0,"aria-label":"Minimum value"}),nt,_&&h.jsx("span",{className:ht.minMaxGuide,children:P??O}),h.jsx("div",{className:ht.sliderTrackWrapper,children:h.jsx(be.Slider,{...pe,classes:It,disabled:T,value:U,onChange:F,onMouseDown:Se,onFocus:Ie,onBlur:_e,onKeyDown:Ge,onChangeCommitted:B,min:O,max:k,step:z,valueLabelDisplay:g===null?"off":"auto",valueLabelFormat:typeof g=="function"?g:void 0})}),h.jsxs("div",{className:ht.rightGuideContainer,children:[!D&&h.jsx("span",{className:ht.currentValue,children:Be}),_&&h.jsx("span",{className:ht.minMaxGuide,children:A??k})]}),ze,D&&(Q?h.jsx("input",{type:"number",className:ht.inputField,value:re[1],onChange:le,onBlur:X,min:U[0],max:k,step:z??void 0,disabled:T,"data-error":f?"true":void 0,"aria-label":"Maximum value"}):h.jsx("input",{type:"number",className:ht.inputField,value:re,onChange:G,onBlur:te,min:O,max:k,step:z??void 0,disabled:T,"data-error":f?"true":void 0}))]})})});Fh.displayName="Slider";const Bh=q.forwardRef(function({children:t,gap:n="rec-default",align:o,justify:s,...i},a){const l=ns(i),c=typeof n=="string"&&n in Ct?Ct[n]:n;return h.jsx(be.Stack,{ref:a,...l,spacing:c,alignItems:o,justifyContent:s,children:t})});Bh.displayName="Stack";const $1="Stepper-module__root___jbSYO",j1="Stepper-module__horizontal___USHT1",A1="Stepper-module__steps___4HPO6",L1="Stepper-module__stepBody___TBvys",V1="Stepper-module__stepLabel___N6nuy",F1="Stepper-module__stepDescription___DnDAy",B1="Stepper-module__separator___pU0No",z1="Stepper-module__separatorLine___dJMu-",W1="Stepper-module__vertical___d4mOs",U1="Stepper-module__step___s2nqL",H1="Stepper-module__stepLabelRoot___qUhIH",q1="Stepper-module__stepIcon___YQHNq",Y1="Stepper-module__large___J18-y",G1="Stepper-module__small___Ub-zb",K1="Stepper-module__stepIconCircle___TwUMT",X1="Stepper-module__stepCompletedIcon___B9MeL",Ot={root:$1,horizontal:j1,steps:A1,stepBody:L1,stepLabel:V1,stepDescription:F1,separator:B1,separatorLine:z1,vertical:W1,step:U1,stepLabelRoot:H1,stepIcon:q1,large:Y1,small:G1,stepIconCircle:K1,stepCompletedIcon:X1};function Q1(e){return h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function Z1(e){const{icon:t,active:n,completed:o,error:s}=e;return typeof t!="number"&&typeof t!="string"?h.jsx(h.Fragment,{children:t}):h.jsx("span",{className:Ot.stepIconCircle,"data-active":n||void 0,"data-completed":o||void 0,"data-error":s||void 0,children:o?h.jsx(Q1,{className:Ot.stepCompletedIcon}):t})}const zh=q.forwardRef(function(t,n){const{overStyled:o=!1,size:s="large",orientation:i="horizontal",className:a,style:l,...c}=t,u=ye(c,o),d=i==="horizontal",m=et({root:Ot.steps},u.classes);return h.jsx("div",{className:`${Ot.root} ${d?Ot.horizontal:Ot.vertical} ${s==="large"?Ot.large:Ot.small} ${a||""}`,style:l,"data-size":s,"data-orientation":i,children:h.jsx(be.Stepper,{ref:n,...u,orientation:i,alternativeLabel:d,connector:d?h.jsx(be.StepConnector,{classes:{root:Ot.separator,line:Ot.separatorLine}}):h.jsx(h.Fragment,{}),classes:m})})});zh.displayName="Stepper";const J1=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t,a=ye(i,o),l=et({root:Ot.step},a.classes);return h.jsx(be.Step,{ref:n,...a,classes:l,className:s||""})});J1.displayName="Step";const eD=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t;return h.jsx(be.StepButton,{ref:n,className:s||"",...ye(i,o)})});eD.displayName="StepButton";const tD=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,description:i,StepIconComponent:a=Z1,...l}=t,c=ye(l,o),u=et({root:Ot.stepLabelRoot,label:Ot.stepLabel,iconContainer:Ot.stepIcon,labelContainer:Ot.stepBody},c.classes);return h.jsx(be.StepLabel,{ref:n,...c,className:s||"",classes:u,StepIconComponent:a,optional:i?h.jsx("div",{className:Ot.stepDescription,children:i}):l.optional})});tD.displayName="StepLabel";const nD=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t;return h.jsx(be.StepConnector,{ref:n,className:s||"",...ye(i,o)})});nD.displayName="StepConnector";const oD="Switch-module__root___Y5Ydi",rD="Switch-module__switchRoot___5nKws",sD="Switch-module__track___7ObdZ",iD="Switch-module__thumb___-FTeK",aD="Switch-module__body___Sw9Wr",lD="Switch-module__switchBase___-sCur",cD="Switch-module__thumbIconWrapper___sCY-1",uD="Switch-module__checkIcon___ZBAQN",dD="Switch-module__closeIcon___bLLGw",pD="Switch-module__labelWrapper___YSOwx",fD="Switch-module__label___LrH7V",mD="Switch-module__groupRoot___-Uepi",bt={root:oD,switchRoot:rD,track:sD,thumb:iD,body:aD,switchBase:lD,thumbIconWrapper:cD,checkIcon:uD,closeIcon:dD,labelWrapper:pD,label:fD,groupRoot:mD},Wh=q.createContext(null),Tc=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,className:x,style:w,children:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,onChange:$,...V}=t,j=ye(V,o),y=j,D=(_,O)=>{$&&$(O)};return h.jsx(zt,{className:x,style:w,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,readOnly:S&&!!T,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(Wh.Provider,{value:{value:M!==void 0?M:N,onChange:D,name:y.name,readOnly:S||!!y.disabled},children:h.jsx(be.FormGroup,{ref:n,...j,className:`${bt.groupRoot} ${j.className||""}`.trim(),"data-layout":s,children:I})})})});Tc.displayName="SwitchGroup";function hD(e){return h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function gD(e){return h.jsx("svg",{viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M11.7816 4.03157C12.0062 3.80702 12.0062 3.44295 11.7816 3.2184C11.5571 2.99385 11.193 2.99385 10.9685 3.2184L7.50005 6.68682L4.03164 3.2184C3.80708 2.99385 3.44301 2.99385 3.21846 3.2184C2.99391 3.44295 2.99391 3.80702 3.21846 4.03157L6.68688 7.49999L3.21846 10.9684C2.99391 11.193 2.99391 11.557 3.21846 11.7816C3.44301 12.0061 3.80708 12.0061 4.03164 11.7816L7.50005 8.31316L10.9685 11.7816C11.193 12.0061 11.5571 12.0061 11.7816 11.7816C12.0062 11.557 12.0062 11.193 11.7816 10.9684L8.31322 7.49999L11.7816 4.03157Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}const Ic=q.forwardRef(function(t,n){const{overStyled:o=!1,readOnly:s,readOnlyComponent:i,disabled:a,formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,label:m,description:g,error:p,style:b,...f}=t,v=["size","color"],x=en(ye(f,o),v),w=x,I=et({root:bt.switchRoot,body:bt.body,track:bt.track,switchBase:bt.switchBase,trackLabel:bt.trackLabel,labelWrapper:bt.labelWrapper,label:bt.label},w.classes),S=w.className,T=S?`${bt.root} ${S}`:bt.root,E=q.useContext(Wh),M=E!==null,N=M?!!E.readOnly:!1,$=M?(E.value||[]).includes(w.value):!!(w.checked??w.defaultChecked),V=O=>{var z;if(!M)return;const k=E.value||[],P=w.value,A=O.target.checked?[...k,P]:k.filter(L=>L!==P);(z=E.onChange)==null||z.call(E,O,A)};if(s&&i){const O=i,k=h.jsx(O,{...t,checked:$,label:w.label});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:k}):h.jsx(h.Fragment,{children:k})}const j=h.jsx("span",{className:bt.thumb,children:h.jsxs("span",{className:bt.thumbIconWrapper,children:[h.jsx(hD,{className:bt.checkIcon}),h.jsx(gD,{className:bt.closeIcon})]})}),y=s||a||N,D=h.jsx(be.Switch,{ref:n,...x,className:m?bt.inner:`${T} ${bt.inner}`,classes:I,color:"default",disabled:y,"data-disabled":y||void 0,icon:j,checkedIcon:j,...M?{checked:$,onChange:V}:{},disableRipple:!0}),_=m?h.jsx("div",{className:T,style:b,children:h.jsxs("div",{className:bt.body,children:[D,h.jsxs("div",{className:bt.labelWrapper,children:[h.jsx("label",{className:bt.label,htmlFor:w.id,"data-disabled":s||a?!0:void 0,children:m}),p?h.jsx(Dn,{assistiveVariant:"error",assistiveWithIcon:!1,children:p}):g&&h.jsx(Dn,{assistiveVariant:"help",assistiveWithIcon:!1,children:g})]})]})}):D;return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:_}):_});Ic.displayName="Switch";Ic.Group=Tc;const bD="Table-module__root___aMWWS",yD="Table-module__cell___nJrDK",vD="Table-module__row___DD8Km",xD="Table-module__sortLabel___eulkk",na={root:bD,cell:yD,row:vD,sortLabel:xD};function Ec(e,t){return t?`${e} ${t}`:e}const Uh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className,a=na.root,l=i?`${a} ${i}`:a;return h.jsx(be.Table,{ref:o,...s,className:l})});Uh.displayName="Table";const Hh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableBody,{ref:o,...s})});Hh.displayName="TableBody";const qh=q.forwardRef(function({overStyled:t=!1,sorted:n=!1,disabled:o=!1,variant:s="default",...i},a){const l=ye(i,t),c=l.className;return h.jsx(be.TableCell,{ref:a,...l,className:Ec(na.cell,c),"data-sorted":n?"true":void 0,"data-disabled":o?"true":void 0,"data-currency":s==="currency"?"true":void 0,"aria-sort":n==="asc"?"ascending":n==="desc"?"descending":void 0})});qh.displayName="TableCell";const Yh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableContainer,{ref:o,...s})});Yh.displayName="TableContainer";const Gh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableHead,{ref:o,...s})});Gh.displayName="TableHead";const Kh=q.forwardRef(function({overStyled:t=!1,selected:n=!1,disabled:o=!1,...s},i){const a=ye(s,t),l=a.className;return h.jsx(be.TableRow,{ref:i,...a,className:Ec(na.row,l),selected:n,"data-selected":n?"true":void 0,"data-disabled":o?"true":void 0})});Kh.displayName="TableRow";const Xh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableFooter,{ref:o,...s})});Xh.displayName="TableFooter";const Qh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx(be.TableSortLabel,{ref:o,...s,className:Ec(na.sortLabel,i)})});Qh.displayName="TableSortLabel";const no=Uh;no.Body=Hh;no.Cell=qh;no.Container=Yh;no.Head=Gh;no.Row=Kh;no.Footer=Xh;no.SortLabel=Qh;const CD="Tabs-module__root___-VKVI",SD="Tabs-module__list___qRVME",wD="Tabs-module__indicator___kvQsf",TD="Tabs-module__tab___IdDYc",ID="Tabs-module__panel___08i9c",Ar={root:CD,list:SD,indicator:wD,tab:TD,panel:ID},Zh=C.createContext(null);process.env.NODE_ENV!=="production"&&(Zh.displayName="TabContext");process.env.NODE_ENV!=="production"&&(r.node,r.oneOfType([r.number,r.string]).isRequired);function ED(){return C.useContext(Zh)}function OD(e,t){const{idPrefix:n}=e;return n===null?null:`${e.idPrefix}-P-${t}`}function kD(e,t){const{idPrefix:n}=e;return n===null?null:`${e.idPrefix}-T-${t}`}var Ps={exports:{}},Qe={};/**
|
|
202
|
+
`:null,F0=e=>{const{classes:t,variant:n,color:o,disableShrink:s}=e,i={root:["root",n,`color${fe(o)}`],svg:["svg"],track:["track"],circle:["circle",`circle${fe(n)}`,s&&"circleDisableShrink"]};return Le(i,A0,t)},B0=ne("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`color${fe(n.color)}`]]}})(dt(({theme:e})=>({display:"inline-block",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("transform")}},{props:{variant:"indeterminate"},style:L0||{animation:`${qa} 1.4s linear infinite`}},...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}))),z0=ne("svg",{name:"MuiCircularProgress",slot:"Svg"})({display:"block"}),W0=ne("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.circle,t[`circle${fe(n.variant)}`],n.disableShrink&&t.circleDisableShrink]}})(dt(({theme:e})=>({stroke:"currentColor",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("stroke-dashoffset")}},{props:{variant:"indeterminate"},style:{strokeDasharray:"80px, 200px",strokeDashoffset:0}},{props:({ownerState:t})=>t.variant==="indeterminate"&&!t.disableShrink,style:V0||{animation:`${Ya} 1.4s ease-in-out infinite`}}]}))),U0=ne("circle",{name:"MuiCircularProgress",slot:"Track"})(dt(({theme:e})=>({stroke:"currentColor",opacity:(e.vars||e).palette.action.activatedOpacity}))),Bi=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiCircularProgress"}),{className:s,color:i="primary",disableShrink:a=!1,enableTrackSlot:l=!1,size:c=40,style:u,thickness:d=3.6,value:m=0,variant:g="indeterminate",...p}=o,b={...o,color:i,disableShrink:a,size:c,thickness:d,value:m,variant:g,enableTrackSlot:l},f=F0(b),v={},x={},w={};if(g==="determinate"){const I=2*Math.PI*((sn-d)/2);v.strokeDasharray=I.toFixed(3),w["aria-valuenow"]=Math.round(m),v.strokeDashoffset=`${((100-m)/100*I).toFixed(3)}px`,x.transform="rotate(-90deg)"}return h.jsx(B0,{className:de(f.root,s),style:{width:c,height:c,...x,...u},ownerState:b,ref:n,role:"progressbar",...w,...p,children:h.jsxs(z0,{className:f.svg,ownerState:b,viewBox:`${sn/2} ${sn/2} ${sn} ${sn}`,children:[l?h.jsx(U0,{className:f.track,ownerState:b,cx:sn,cy:sn,r:(sn-d)/2,fill:"none",strokeWidth:d,"aria-hidden":"true"}):null,h.jsx(W0,{className:f.circle,style:v,ownerState:b,cx:sn,cy:sn,r:(sn-d)/2,fill:"none",strokeWidth:d})]})})});process.env.NODE_ENV!=="production"&&(Bi.propTypes={classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","primary","secondary","error","info","success","warning"]),r.string]),disableShrink:Jn(r.bool,e=>e.disableShrink&&e.variant&&e.variant!=="indeterminate"?new Error("MUI: You have provided the `disableShrink` prop with a variant other than `indeterminate`. This will have no effect."):null),enableTrackSlot:r.bool,size:r.oneOfType([r.number,r.string]),style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),thickness:r.number,value:r.number,variant:r.oneOf(["determinate","indeterminate"])});function H0(e){return $e("MuiButton",e)}const io=Me("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge","loading","loadingWrapper","loadingIconPlaceholder","loadingIndicator","loadingPositionCenter","loadingPositionStart","loadingPositionEnd"]),wm=C.createContext({});process.env.NODE_ENV!=="production"&&(wm.displayName="ButtonGroupContext");const Tm=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(Tm.displayName="ButtonGroupButtonContext");const q0=e=>{const{color:t,disableElevation:n,fullWidth:o,size:s,variant:i,loading:a,loadingPosition:l,classes:c}=e,u={root:["root",a&&"loading",i,`${i}${fe(t)}`,`size${fe(s)}`,`${i}Size${fe(s)}`,`color${fe(t)}`,n&&"disableElevation",o&&"fullWidth",a&&`loadingPosition${fe(l)}`],startIcon:["icon","startIcon",`iconSize${fe(s)}`],endIcon:["icon","endIcon",`iconSize${fe(s)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},d=Le(u,H0,c);return{...c,...d}},Im=[{props:{size:"small"},style:{"& > *:nth-of-type(1)":{fontSize:18}}},{props:{size:"medium"},style:{"& > *:nth-of-type(1)":{fontSize:20}}},{props:{size:"large"},style:{"& > *:nth-of-type(1)":{fontSize:22}}}],Y0=ne(Kn,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`${n.variant}${fe(n.color)}`],t[`size${fe(n.size)}`],t[`${n.variant}Size${fe(n.size)}`],n.color==="inherit"&&t.colorInherit,n.disableElevation&&t.disableElevation,n.fullWidth&&t.fullWidth,n.loading&&t.loading]}})(dt(({theme:e})=>{const t=e.palette.mode==="light"?e.palette.grey[300]:e.palette.grey[800],n=e.palette.mode==="light"?e.palette.grey.A100:e.palette.grey[700];return{...e.typography.button,minWidth:64,padding:"6px 16px",border:0,borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":{textDecoration:"none"},[`&.${io.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:({ownerState:o})=>o.startIcon||o.loading&&o.loadingPosition==="start",style:{"&::before":{content:'"\\200b"',width:0,overflow:"hidden"}}},{props:{variant:"contained"},style:{color:"var(--variant-containedColor)",backgroundColor:"var(--variant-containedBg)",boxShadow:(e.vars||e).shadows[2],"&:hover":{boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2]}},"&:active":{boxShadow:(e.vars||e).shadows[8]},[`&.${io.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${io.disabled}`]:{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground}}},{props:{variant:"outlined"},style:{padding:"5px 15px",border:"1px solid currentColor",borderColor:"var(--variant-outlinedBorder, currentColor)",backgroundColor:"var(--variant-outlinedBg)",color:"var(--variant-outlinedColor)",[`&.${io.disabled}`]:{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`}}},{props:{variant:"text"},style:{padding:"6px 8px",color:"var(--variant-textColor)",backgroundColor:"var(--variant-textBg)"}},...Object.entries(e.palette).filter(Pt()).map(([o])=>({props:{color:o},style:{"--variant-textColor":(e.vars||e).palette[o].main,"--variant-outlinedColor":(e.vars||e).palette[o].main,"--variant-outlinedBorder":e.alpha((e.vars||e).palette[o].main,.5),"--variant-containedColor":(e.vars||e).palette[o].contrastText,"--variant-containedBg":(e.vars||e).palette[o].main,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":(e.vars||e).palette[o].dark,"--variant-textBg":e.alpha((e.vars||e).palette[o].main,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBorder":(e.vars||e).palette[o].main,"--variant-outlinedBg":e.alpha((e.vars||e).palette[o].main,(e.vars||e).palette.action.hoverOpacity)}}}})),{props:{color:"inherit"},style:{color:"inherit",borderColor:"currentColor","--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedBg:t,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedHoverBg:n,"--variant-textBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity)}}}},{props:{size:"small",variant:"text"},style:{padding:"4px 5px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"text"},style:{padding:"8px 11px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"outlined"},style:{padding:"3px 9px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"outlined"},style:{padding:"7px 21px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"contained"},style:{padding:"4px 10px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"contained"},style:{padding:"8px 22px",fontSize:e.typography.pxToRem(15)}},{props:{disableElevation:!0},style:{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${io.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${io.disabled}`]:{boxShadow:"none"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${io.loading}`]:{color:"transparent"}}}]}})),G0=ne("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.startIcon,n.loading&&t.startIconLoadingStart,t[`iconSize${fe(n.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:8,marginLeft:-4,variants:[{props:{size:"small"},style:{marginLeft:-2}},{props:{loadingPosition:"start",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"start",loading:!0,fullWidth:!0},style:{marginRight:-8}},...Im]})),K0=ne("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.endIcon,n.loading&&t.endIconLoadingEnd,t[`iconSize${fe(n.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:-4,marginLeft:8,variants:[{props:{size:"small"},style:{marginRight:-2}},{props:{loadingPosition:"end",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"end",loading:!0,fullWidth:!0},style:{marginLeft:-8}},...Im]})),X0=ne("span",{name:"MuiButton",slot:"LoadingIndicator"})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",variants:[{props:{loading:!0},style:{display:"flex"}},{props:{loadingPosition:"start"},style:{left:14}},{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end"},style:{right:14}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:{loadingPosition:"start",fullWidth:!0},style:{position:"relative",left:-10}},{props:{loadingPosition:"end",fullWidth:!0},style:{position:"relative",right:-10}}]})),Dd=ne("span",{name:"MuiButton",slot:"LoadingIconPlaceholder"})({display:"inline-block",width:"1em",height:"1em"}),Tn=C.forwardRef(function(t,n){const o=C.useContext(wm),s=C.useContext(Tm),i=Wr(o,t),a=ot({props:i,name:"MuiButton"}),{children:l,color:c="primary",component:u="button",className:d,disabled:m=!1,disableElevation:g=!1,disableFocusRipple:p=!1,endIcon:b,focusVisibleClassName:f,fullWidth:v=!1,id:x,loading:w=null,loadingIndicator:I,loadingPosition:S="center",size:T="medium",startIcon:E,type:M,variant:N="text",...$}=a,V=bl(x),j=I??h.jsx(Bi,{"aria-labelledby":V,color:"inherit",size:16}),y={...a,color:c,component:u,disabled:m,disableElevation:g,disableFocusRipple:p,fullWidth:v,loading:w,loadingIndicator:j,loadingPosition:S,size:T,type:M,variant:N},D=q0(y),_=(E||w&&S==="start")&&h.jsx(G0,{className:D.startIcon,ownerState:y,children:E||h.jsx(Dd,{className:D.loadingIconPlaceholder,ownerState:y})}),O=(b||w&&S==="end")&&h.jsx(K0,{className:D.endIcon,ownerState:y,children:b||h.jsx(Dd,{className:D.loadingIconPlaceholder,ownerState:y})}),k=s||"",P=typeof w=="boolean"?h.jsx("span",{className:D.loadingWrapper,style:{display:"contents"},children:w&&h.jsx(X0,{className:D.loadingIndicator,ownerState:y,children:j})}):null,{root:A,...z}=D;return h.jsxs(Y0,{ownerState:y,className:de(o.className,D.root,d,k),component:u,disabled:m||w,focusRipple:!p,focusVisibleClassName:de(D.focusVisible,f),ref:n,type:M,id:w?V:x,...$,classes:z,children:[_,S!=="end"&&P,l,S==="end"&&P,O]})});process.env.NODE_ENV!=="production"&&(Tn.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","primary","secondary","success","error","info","warning"]),r.string]),component:r.elementType,disabled:r.bool,disableElevation:r.bool,disableFocusRipple:r.bool,disableRipple:r.bool,endIcon:r.node,focusVisibleClassName:r.string,fullWidth:r.bool,href:r.string,id:r.string,loading:r.bool,loadingIndicator:r.node,loadingPosition:r.oneOf(["center","end","start"]),size:r.oneOfType([r.oneOf(["small","medium","large"]),r.string]),startIcon:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),type:r.oneOfType([r.oneOf(["button","reset","submit"]),r.string]),variant:r.oneOfType([r.oneOf(["contained","outlined","text"]),r.string])});function Q0(e){return $e("MuiDialogActions",e)}Me("MuiDialogActions",["root","spacing"]);const Z0=e=>{const{classes:t,disableSpacing:n}=e;return Le({root:["root",!n&&"spacing"]},Q0,t)},J0=ne("div",{name:"MuiDialogActions",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disableSpacing&&t.spacing]}})({display:"flex",alignItems:"center",padding:8,justifyContent:"flex-end",flex:"0 0 auto",variants:[{props:({ownerState:e})=>!e.disableSpacing,style:{"& > :not(style) ~ :not(style)":{marginLeft:8}}}]}),Em=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiDialogActions"}),{className:s,disableSpacing:i=!1,...a}=o,l={...o,disableSpacing:i},c=Z0(l);return h.jsx(J0,{className:de(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(Em.propTypes={children:r.node,classes:r.object,className:r.string,disableSpacing:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const eI=["actions"],tI=ne(Em,{name:"MuiPickersLayout",slot:"ActionBar"})({});function Om(e){const{actions:t}=e,n=Ce(e,eI),o=Rt(),{clearValue:s,setValueToToday:i,acceptValueChanges:a,cancelValueChanges:l,goToNextStep:c,hasNextStep:u}=wo();if(t==null||t.length===0)return null;const d=t==null?void 0:t.map(m=>{switch(m){case"clear":return h.jsx(Tn,{onClick:s,children:o.clearButtonLabel},m);case"cancel":return h.jsx(Tn,{onClick:l,children:o.cancelButtonLabel},m);case"accept":return h.jsx(Tn,{onClick:a,children:o.okButtonLabel},m);case"today":return h.jsx(Tn,{onClick:i,children:o.todayButtonLabel},m);case"next":return h.jsx(Tn,{onClick:c,children:o.nextStepButtonLabel},m);case"nextOrAccept":return u?h.jsx(Tn,{onClick:c,children:o.nextStepButtonLabel},m):h.jsx(Tn,{onClick:a,children:o.okButtonLabel},m);default:return null}});return h.jsx(tI,R({},n,{children:d}))}process.env.NODE_ENV!=="production"&&(Om.propTypes={actions:r.arrayOf(r.oneOf(["accept","cancel","clear","next","nextOrAccept","today"]).isRequired),disableSpacing:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const km=C.memo(Om);process.env.NODE_ENV!=="production"&&(km.displayName="PickersActionBar");const zn=C.createContext({});process.env.NODE_ENV!=="production"&&(zn.displayName="ListContext");function nI(e){return $e("MuiList",e)}Me("MuiList",["root","padding","dense","subheader"]);const oI=e=>{const{classes:t,disablePadding:n,dense:o,subheader:s}=e;return Le({root:["root",!n&&"padding",o&&"dense",s&&"subheader"]},nI,t)},rI=ne("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disablePadding&&t.padding,n.dense&&t.dense,n.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),Gl=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiList"}),{children:s,className:i,component:a="ul",dense:l=!1,disablePadding:c=!1,subheader:u,...d}=o,m=C.useMemo(()=>({dense:l}),[l]),g={...o,component:a,dense:l,disablePadding:c},p=oI(g);return h.jsx(zn.Provider,{value:m,children:h.jsxs(rI,{as:a,className:de(p.root,i),ref:n,ownerState:g,...d,children:[u,s]})})});process.env.NODE_ENV!=="production"&&(Gl.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,dense:r.bool,disablePadding:r.bool,subheader:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function at(e,t){const{className:n,elementType:o,ownerState:s,externalForwardedProps:i,internalForwardedProps:a,shouldForwardComponentProp:l=!1,...c}=t,{component:u,slots:d={[e]:void 0},slotProps:m={[e]:void 0},...g}=i,p=d[e]||o,b=cm(m[e],s),{props:{component:f,...v},internalRef:x}=lm({className:n,...c,externalForwardedProps:e==="root"?g:void 0,externalSlotProps:b}),w=kt(x,b==null?void 0:b.ref,t.ref),I=e==="root"?f||u:f,S=im(p,{...e==="root"&&!u&&!d[e]&&a,...e!=="root"&&!d[e]&&a,...v,...I&&!l&&{as:I},...I&&l&&{component:I},ref:w},s);return[p,S]}function sI(e){return $e("MuiListItem",e)}Me("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]);const iI=Me("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]);function aI(e){return $e("MuiListItemSecondaryAction",e)}Me("MuiListItemSecondaryAction",["root","disableGutters"]);const lI=e=>{const{disableGutters:t,classes:n}=e;return Le({root:["root",t&&"disableGutters"]},aI,n)},cI=ne("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)",variants:[{props:({ownerState:e})=>e.disableGutters,style:{right:0}}]}),Kl=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiListItemSecondaryAction"}),{className:s,...i}=o,a=C.useContext(zn),l={...o,disableGutters:a.disableGutters},c=lI(l);return h.jsx(cI,{className:de(c.root,s),ownerState:l,ref:n,...i})});process.env.NODE_ENV!=="production"&&(Kl.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});Kl.muiName="ListItemSecondaryAction";const uI=(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.alignItems==="flex-start"&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters,!n.disablePadding&&t.padding,n.hasSecondaryAction&&t.secondaryAction]},dI=e=>{const{alignItems:t,classes:n,dense:o,disableGutters:s,disablePadding:i,divider:a,hasSecondaryAction:l}=e;return Le({root:["root",o&&"dense",!s&&"gutters",!i&&"padding",a&&"divider",t==="flex-start"&&"alignItemsFlexStart",l&&"secondaryAction"],container:["container"],secondaryAction:["secondaryAction"]},sI,n)},pI=ne("div",{name:"MuiListItem",slot:"Root",overridesResolver:uI})(dt(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left",variants:[{props:({ownerState:t})=>!t.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:t})=>!t.disablePadding&&t.dense,style:{paddingTop:4,paddingBottom:4}},{props:({ownerState:t})=>!t.disablePadding&&!t.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:t})=>!t.disablePadding&&!!t.secondaryAction,style:{paddingRight:48}},{props:({ownerState:t})=>!!t.secondaryAction,style:{[`& > .${iI.root}`]:{paddingRight:48}}},{props:{alignItems:"flex-start"},style:{alignItems:"flex-start"}},{props:({ownerState:t})=>t.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:t})=>t.button,style:{transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}}}},{props:({ownerState:t})=>t.hasSecondaryAction,style:{paddingRight:48}}]}))),fI=ne("li",{name:"MuiListItem",slot:"Container"})({position:"relative"}),_m=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiListItem"}),{alignItems:s="center",children:i,className:a,component:l,components:c={},componentsProps:u={},ContainerComponent:d="li",ContainerProps:{className:m,...g}={},dense:p=!1,disableGutters:b=!1,disablePadding:f=!1,divider:v=!1,secondaryAction:x,slotProps:w={},slots:I={},...S}=o,T=C.useContext(zn),E=C.useMemo(()=>({dense:p||T.dense||!1,alignItems:s,disableGutters:b}),[s,T.dense,p,b]),M=C.useRef(null),N=C.Children.toArray(i),$=N.length&&Ho(N[N.length-1],["ListItemSecondaryAction"]),V={...o,alignItems:s,dense:E.dense,disableGutters:b,disablePadding:f,divider:v,hasSecondaryAction:$},j=dI(V),y=kt(M,n),D={slots:I,slotProps:w},[_,O]=at("secondaryAction",{elementType:Kl,externalForwardedProps:D,ownerState:V,className:j.secondaryAction}),k=I.root||c.Root||pI,P=w.root||u.root||{},A={className:de(j.root,P.className,a),...S};let z=l||"li";return $?(z=!A.component&&!l?"div":z,d==="li"&&(z==="li"?z="div":A.component==="li"&&(A.component="div")),h.jsx(zn.Provider,{value:E,children:h.jsxs(fI,{as:d,className:de(j.container,m),ref:y,ownerState:V,...g,children:[h.jsx(k,{...P,...!Wa(k)&&{as:z,ownerState:{...V,...P.ownerState}},...A,children:N}),N.pop()]})})):h.jsx(zn.Provider,{value:E,children:h.jsxs(k,{...P,as:z,ref:y,...!Wa(k)&&{ownerState:{...V,...P.ownerState}},...A,children:[N,x&&h.jsx(_,{...O,children:x})]})})});process.env.NODE_ENV!=="production"&&(_m.propTypes={alignItems:r.oneOf(["center","flex-start"]),children:Jn(r.node,e=>{const t=C.Children.toArray(e.children);let n=-1;for(let o=t.length-1;o>=0;o-=1){const s=t[o];if(Ho(s,["ListItemSecondaryAction"])){n=o;break}}return n!==-1&&n!==t.length-1?new Error("MUI: You used an element after ListItemSecondaryAction. For ListItem to detect that it has a secondary action you must pass it as the last child to ListItem."):null}),classes:r.object,className:r.string,component:r.elementType,components:r.shape({Root:r.elementType}),componentsProps:r.shape({root:r.object}),ContainerComponent:Yl,ContainerProps:r.object,dense:r.bool,disableGutters:r.bool,disablePadding:r.bool,divider:r.bool,secondaryAction:r.node,slotProps:r.shape({root:r.object,secondaryAction:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType,secondaryAction:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const mI=vt(h.jsx("path",{d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z"}),"Cancel");function hI(e){return $e("MuiChip",e)}const Ne=Me("MuiChip",["root","sizeSmall","sizeMedium","colorDefault","colorError","colorInfo","colorPrimary","colorSecondary","colorSuccess","colorWarning","disabled","clickable","clickableColorPrimary","clickableColorSecondary","deletable","deletableColorPrimary","deletableColorSecondary","outlined","filled","outlinedPrimary","outlinedSecondary","filledPrimary","filledSecondary","avatar","avatarSmall","avatarMedium","avatarColorPrimary","avatarColorSecondary","icon","iconSmall","iconMedium","iconColorPrimary","iconColorSecondary","label","labelSmall","labelMedium","deleteIcon","deleteIconSmall","deleteIconMedium","deleteIconColorPrimary","deleteIconColorSecondary","deleteIconOutlinedColorPrimary","deleteIconOutlinedColorSecondary","deleteIconFilledColorPrimary","deleteIconFilledColorSecondary","focusVisible"]),gI=e=>{const{classes:t,disabled:n,size:o,color:s,iconColor:i,onDelete:a,clickable:l,variant:c}=e,u={root:["root",c,n&&"disabled",`size${fe(o)}`,`color${fe(s)}`,l&&"clickable",l&&`clickableColor${fe(s)}`,a&&"deletable",a&&`deletableColor${fe(s)}`,`${c}${fe(s)}`],label:["label",`label${fe(o)}`],avatar:["avatar",`avatar${fe(o)}`,`avatarColor${fe(s)}`],icon:["icon",`icon${fe(o)}`,`iconColor${fe(i)}`],deleteIcon:["deleteIcon",`deleteIcon${fe(o)}`,`deleteIconColor${fe(s)}`,`deleteIcon${fe(c)}Color${fe(s)}`]};return Le(u,hI,t)},bI=ne("div",{name:"MuiChip",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e,{color:o,iconColor:s,clickable:i,onDelete:a,size:l,variant:c}=n;return[{[`& .${Ne.avatar}`]:t.avatar},{[`& .${Ne.avatar}`]:t[`avatar${fe(l)}`]},{[`& .${Ne.avatar}`]:t[`avatarColor${fe(o)}`]},{[`& .${Ne.icon}`]:t.icon},{[`& .${Ne.icon}`]:t[`icon${fe(l)}`]},{[`& .${Ne.icon}`]:t[`iconColor${fe(s)}`]},{[`& .${Ne.deleteIcon}`]:t.deleteIcon},{[`& .${Ne.deleteIcon}`]:t[`deleteIcon${fe(l)}`]},{[`& .${Ne.deleteIcon}`]:t[`deleteIconColor${fe(o)}`]},{[`& .${Ne.deleteIcon}`]:t[`deleteIcon${fe(c)}Color${fe(o)}`]},t.root,t[`size${fe(l)}`],t[`color${fe(o)}`],i&&t.clickable,i&&o!=="default"&&t[`clickableColor${fe(o)}`],a&&t.deletable,a&&o!=="default"&&t[`deletableColor${fe(o)}`],t[c],t[`${c}${fe(o)}`]]}})(dt(({theme:e})=>{const t=e.palette.mode==="light"?e.palette.grey[700]:e.palette.grey[300];return{maxWidth:"100%",fontFamily:e.typography.fontFamily,fontSize:e.typography.pxToRem(13),display:"inline-flex",alignItems:"center",justifyContent:"center",height:32,lineHeight:1.5,color:(e.vars||e).palette.text.primary,backgroundColor:(e.vars||e).palette.action.selected,borderRadius:32/2,whiteSpace:"nowrap",transition:e.transitions.create(["background-color","box-shadow"]),cursor:"unset",outline:0,textDecoration:"none",border:0,padding:0,verticalAlign:"middle",boxSizing:"border-box",[`&.${Ne.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity,pointerEvents:"none"},[`& .${Ne.avatar}`]:{marginLeft:5,marginRight:-6,width:24,height:24,color:e.vars?e.vars.palette.Chip.defaultAvatarColor:t,fontSize:e.typography.pxToRem(12)},[`& .${Ne.avatarColorPrimary}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.dark},[`& .${Ne.avatarColorSecondary}`]:{color:(e.vars||e).palette.secondary.contrastText,backgroundColor:(e.vars||e).palette.secondary.dark},[`& .${Ne.avatarSmall}`]:{marginLeft:4,marginRight:-4,width:18,height:18,fontSize:e.typography.pxToRem(10)},[`& .${Ne.icon}`]:{marginLeft:5,marginRight:-6},[`& .${Ne.deleteIcon}`]:{WebkitTapHighlightColor:"transparent",color:e.alpha((e.vars||e).palette.text.primary,.26),fontSize:22,cursor:"pointer",margin:"0 5px 0 -6px","&:hover":{color:e.alpha((e.vars||e).palette.text.primary,.4)}},variants:[{props:{size:"small"},style:{height:24,[`& .${Ne.icon}`]:{fontSize:18,marginLeft:4,marginRight:-4},[`& .${Ne.deleteIcon}`]:{fontSize:16,marginRight:4,marginLeft:-4}}},...Object.entries(e.palette).filter(Pt(["contrastText"])).map(([n])=>({props:{color:n},style:{backgroundColor:(e.vars||e).palette[n].main,color:(e.vars||e).palette[n].contrastText,[`& .${Ne.deleteIcon}`]:{color:e.alpha((e.vars||e).palette[n].contrastText,.7),"&:hover, &:active":{color:(e.vars||e).palette[n].contrastText}}}})),{props:n=>n.iconColor===n.color,style:{[`& .${Ne.icon}`]:{color:e.vars?e.vars.palette.Chip.defaultIconColor:t}}},{props:n=>n.iconColor===n.color&&n.color!=="default",style:{[`& .${Ne.icon}`]:{color:"inherit"}}},{props:{onDelete:!0},style:{[`&.${Ne.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.action.selected,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}}},...Object.entries(e.palette).filter(Pt(["dark"])).map(([n])=>({props:{color:n,onDelete:!0},style:{[`&.${Ne.focusVisible}`]:{background:(e.vars||e).palette[n].dark}}})),{props:{clickable:!0},style:{userSelect:"none",WebkitTapHighlightColor:"transparent",cursor:"pointer","&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.selected,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`)},[`&.${Ne.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.action.selected,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)},"&:active":{boxShadow:(e.vars||e).shadows[1]}}},...Object.entries(e.palette).filter(Pt(["dark"])).map(([n])=>({props:{color:n,clickable:!0},style:{[`&:hover, &.${Ne.focusVisible}`]:{backgroundColor:(e.vars||e).palette[n].dark}}})),{props:{variant:"outlined"},style:{backgroundColor:"transparent",border:e.vars?`1px solid ${e.vars.palette.Chip.defaultBorder}`:`1px solid ${e.palette.mode==="light"?e.palette.grey[400]:e.palette.grey[700]}`,[`&.${Ne.clickable}:hover`]:{backgroundColor:(e.vars||e).palette.action.hover},[`&.${Ne.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`& .${Ne.avatar}`]:{marginLeft:4},[`& .${Ne.avatarSmall}`]:{marginLeft:2},[`& .${Ne.icon}`]:{marginLeft:4},[`& .${Ne.iconSmall}`]:{marginLeft:2},[`& .${Ne.deleteIcon}`]:{marginRight:5},[`& .${Ne.deleteIconSmall}`]:{marginRight:3}}},...Object.entries(e.palette).filter(Pt()).map(([n])=>({props:{variant:"outlined",color:n},style:{color:(e.vars||e).palette[n].main,border:`1px solid ${e.alpha((e.vars||e).palette[n].main,.7)}`,[`&.${Ne.clickable}:hover`]:{backgroundColor:e.alpha((e.vars||e).palette[n].main,(e.vars||e).palette.action.hoverOpacity)},[`&.${Ne.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette[n].main,(e.vars||e).palette.action.focusOpacity)},[`& .${Ne.deleteIcon}`]:{color:e.alpha((e.vars||e).palette[n].main,.7),"&:hover, &:active":{color:(e.vars||e).palette[n].main}}}}))]}})),yI=ne("span",{name:"MuiChip",slot:"Label",overridesResolver:(e,t)=>{const{ownerState:n}=e,{size:o}=n;return[t.label,t[`label${fe(o)}`]]}})({overflow:"hidden",textOverflow:"ellipsis",paddingLeft:12,paddingRight:12,whiteSpace:"nowrap",variants:[{props:{variant:"outlined"},style:{paddingLeft:11,paddingRight:11}},{props:{size:"small"},style:{paddingLeft:8,paddingRight:8}},{props:{size:"small",variant:"outlined"},style:{paddingLeft:7,paddingRight:7}}]});function Md(e){return e.key==="Backspace"||e.key==="Delete"}const Pm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiChip"}),{avatar:s,className:i,clickable:a,color:l="default",component:c,deleteIcon:u,disabled:d=!1,icon:m,label:g,onClick:p,onDelete:b,onKeyDown:f,onKeyUp:v,size:x="medium",variant:w="filled",tabIndex:I,skipFocusWhenDisabled:S=!1,slots:T={},slotProps:E={},...M}=o,N=C.useRef(null),$=kt(N,n),V=Q=>{Q.stopPropagation(),b(Q)},j=Q=>{Q.currentTarget===Q.target&&Md(Q)&&Q.preventDefault(),f&&f(Q)},y=Q=>{Q.currentTarget===Q.target&&b&&Md(Q)&&b(Q),v&&v(Q)},D=a!==!1&&p?!0:a,_=D||b?Kn:c||"div",O={...o,component:_,disabled:d,size:x,color:l,iconColor:C.isValidElement(m)&&m.props.color||l,onDelete:!!b,clickable:D,variant:w},k=gI(O),P=_===Kn?{component:c||"div",focusVisibleClassName:k.focusVisible,...b&&{disableRipple:!0}}:{};let A=null;b&&(A=u&&C.isValidElement(u)?C.cloneElement(u,{className:de(u.props.className,k.deleteIcon),onClick:V}):h.jsx(mI,{className:k.deleteIcon,onClick:V}));let z=null;s&&C.isValidElement(s)&&(z=C.cloneElement(s,{className:de(k.avatar,s.props.className)}));let L=null;m&&C.isValidElement(m)&&(L=C.cloneElement(m,{className:de(k.icon,m.props.className)})),process.env.NODE_ENV!=="production"&&z&&L&&console.error("MUI: The Chip component can not handle the avatar and the icon prop at the same time. Pick one.");const B={slots:T,slotProps:E},[W,K]=at("root",{elementType:bI,externalForwardedProps:{...B,...M},ownerState:O,shouldForwardComponentProp:!0,ref:$,className:de(k.root,i),additionalProps:{disabled:D&&d?!0:void 0,tabIndex:S&&d?-1:I,...P},getSlotProps:Q=>({...Q,onClick:re=>{var Y;(Y=Q.onClick)==null||Y.call(Q,re),p==null||p(re)},onKeyDown:re=>{var Y;(Y=Q.onKeyDown)==null||Y.call(Q,re),j(re)},onKeyUp:re=>{var Y;(Y=Q.onKeyUp)==null||Y.call(Q,re),y(re)}})}),[ee,U]=at("label",{elementType:yI,externalForwardedProps:B,ownerState:O,className:k.label});return h.jsxs(W,{as:_,...K,children:[z||L,h.jsx(ee,{...U,children:g}),A]})});process.env.NODE_ENV!=="production"&&(Pm.propTypes={avatar:r.element,children:v0,classes:r.object,className:r.string,clickable:r.bool,color:r.oneOfType([r.oneOf(["default","primary","secondary","error","info","success","warning"]),r.string]),component:r.elementType,deleteIcon:r.element,disabled:r.bool,icon:r.element,label:r.node,onClick:r.func,onDelete:r.func,onKeyDown:r.func,onKeyUp:r.func,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),skipFocusWhenDisabled:r.bool,slotProps:r.shape({label:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({label:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),tabIndex:r.number,variant:r.oneOfType([r.oneOf(["filled","outlined"]),r.string])});const ai=36,zi=2,Wi=320,vI=280,Xl=336,Dm=232,xI=48,CI=["items","changeImportance"],SI=["getValue"],wI=ne(Gl,{name:"MuiPickersLayout",slot:"Shortcuts"})({});function Mm(e){const{items:t,changeImportance:n="accept"}=e,o=Ce(e,CI),{setValue:s}=zS(),i=IS();if(t==null||t.length===0)return null;const a=t.map(l=>{let{getValue:c}=l,u=Ce(l,SI);const d=c({isValid:i});return R({},u,{label:u.label,onClick:()=>{s(d,{changeImportance:n,shortcut:u,source:"view"})},disabled:!i(d)})});return h.jsx(wI,R({dense:!0,sx:[{maxHeight:Xl,maxWidth:200,overflow:"auto"},...Array.isArray(o.sx)?o.sx:[o.sx]]},o,{children:a.map(l=>h.jsx(_m,{children:h.jsx(Pm,R({},l))},l.id??l.label))}))}process.env.NODE_ENV!=="production"&&(Mm.propTypes={changeImportance:r.oneOf(["accept","set"]),className:r.string,component:r.elementType,dense:r.bool,disablePadding:r.bool,items:r.arrayOf(r.shape({getValue:r.func.isRequired,id:r.string,label:r.string.isRequired})),style:r.object,subheader:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const TI=["ownerState"];function II(e){return e.view!==null}const EI=(e,t)=>{const{pickerOrientation:n}=t;return Fe({root:["root",n==="landscape"&&"landscape"],contentWrapper:["contentWrapper"],toolbar:["toolbar"],actionBar:["actionBar"],tabs:["tabs"],landscape:["landscape"],shortcuts:["shortcuts"]},xm,e)},OI=e=>{const{ownerState:t,defaultActionBarActions:n}=lt(),{view:o}=wo(),s=un(),{children:i,slots:a,slotProps:l,classes:c}=e,u=C.useMemo(()=>R({},t,{layoutDirection:s?"rtl":"ltr",hasShortcuts:!1}),[t,s]),d=EI(c,u),m=(a==null?void 0:a.actionBar)??km,g=Ve({elementType:m,externalSlotProps:l==null?void 0:l.actionBar,additionalProps:{actions:n},className:d.actionBar,ownerState:u}),p=Ce(g,TI),b=h.jsx(m,R({},p)),f=a==null?void 0:a.toolbar,v=Ve({elementType:f,externalSlotProps:l==null?void 0:l.toolbar,className:d.toolbar,ownerState:u}),x=II(v)&&f?h.jsx(f,R({},v)):null,w=i,I=a==null?void 0:a.tabs,S=o&&I?h.jsx(I,R({className:d.tabs},l==null?void 0:l.tabs)):null,T=(a==null?void 0:a.shortcuts)??Mm,E=Ve({elementType:T,externalSlotProps:l==null?void 0:l.shortcuts,className:d.shortcuts,ownerState:u}),M=Array.isArray(E==null?void 0:E.items)&&E.items.length>0,N=o&&T?h.jsx(T,R({},E)):null;return{toolbar:x,content:w,tabs:S,actionBar:b,shortcuts:N,ownerState:R({},u,{hasShortcuts:M})}},kI=["sx","className","classes","children","slots","slotProps"],_I=(e,t)=>{const{pickerOrientation:n}=t;return Fe({root:["root",n==="landscape"&&"landscape"],contentWrapper:["contentWrapper"]},xm,e)},PI=ne("div",{name:"MuiPickersLayout",slot:"Root"})({display:"grid",gridAutoColumns:"max-content auto max-content",gridAutoRows:"max-content auto max-content",[`& .${so.actionBar}`]:{gridColumn:"1 / 4",gridRow:3},variants:[{props:{pickerOrientation:"landscape",hasShortcuts:!1},style:{[`& .${so.toolbar}`]:{gridColumn:1,gridRow:"1 / 3"}}},{props:{pickerOrientation:"landscape",hasShortcuts:!0},style:{[`& .${so.toolbar}`]:{gridColumn:"2 / 4",gridRow:1,maxWidth:"max-content"},[`& .${so.shortcuts}`]:{gridColumn:1,gridRow:2}}},{props:{pickerOrientation:"portrait"},style:{[`& .${so.toolbar}`]:{gridColumn:"2 / 4",gridRow:1},[`& .${so.shortcuts}`]:{gridColumn:1,gridRow:"2 / 3"}}},{props:{hasShortcuts:!0,layoutDirection:"rtl"},style:{[`& .${so.shortcuts}`]:{gridColumn:4}}}]}),DI=ne("div",{name:"MuiPickersLayout",slot:"ContentWrapper"})({gridColumn:"2 / 4",gridRow:2,display:"flex",flexDirection:"column"}),Ui=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersLayout"}),{toolbar:s,content:i,tabs:a,actionBar:l,shortcuts:c,ownerState:u}=OI(o),{orientation:d,variant:m}=wo(),{sx:g,className:p,classes:b}=o,f=Ce(o,kI),v=_I(b,u);return h.jsxs(PI,R({ref:n,sx:g,className:de(v.root,p),ownerState:u},f,{children:[d==="landscape"?c:s,d==="landscape"?s:c,h.jsx(DI,{className:v.contentWrapper,ownerState:u,children:m==="desktop"?h.jsxs(C.Fragment,{children:[i,a]}):h.jsxs(C.Fragment,{children:[a,i]})}),l]}))});process.env.NODE_ENV!=="production"&&(Ui.displayName="PickersLayout");process.env.NODE_ENV!=="production"&&(Ui.propTypes={children:r.node,classes:r.object,className:r.string,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function Rm(e){const{steps:t}=e;return p0({steps:t,isViewMatchingStep:(n,o)=>o.views==null||o.views.includes(n),onStepChange:({step:n,defaultView:o,setView:s,view:i,views:a})=>{const l=n.views==null?o:n.views.find(c=>a.includes(c));l!==i&&s(l)}})}const MI=["props","steps"],RI=["ownerState"],Nm=e=>{var E;let{props:t,steps:n}=e,o=Ce(e,MI);const{slots:s,slotProps:i,label:a,inputRef:l,localeText:c}=t,u=Rm({steps:n}),{providerProps:d,renderCurrentView:m,ownerState:g}=vm(R({},o,{props:t,localeText:c,autoFocusView:!0,viewContainerRole:"dialog",variant:"desktop",getStepNavigation:u})),p=d.privateContextValue.labelId,b=((E=i==null?void 0:i.toolbar)==null?void 0:E.hidden)??!1,f=s.field,v=Ve({elementType:f,externalSlotProps:i==null?void 0:i.field,externalForwardedProps:hm(t),additionalProps:R({},b&&{id:p}),ownerState:g}),x=Ce(v,RI),w=s.layout??Ui;let I=p;b&&(a?I=`${p}-label`:I=void 0);const S=R({},i,{toolbar:R({},i==null?void 0:i.toolbar,{titleId:p}),popper:R({"aria-labelledby":I},i==null?void 0:i.popper)}),T=()=>h.jsxs(Lf,R({},d,{children:[h.jsx(f,R({},x,{slots:R({},s,x.slots),slotProps:R({},S,x.slotProps),inputRef:l})),h.jsx(a0,{slots:s,slotProps:S,children:h.jsx(w,R({},S==null?void 0:S.layout,{slots:s,slotProps:S,children:m()}))})]}));return process.env.NODE_ENV!=="production"&&(T.displayName="renderPicker"),{renderPicker:T}},No=e=>e.saveQuery!=null,NI=({stateResponse:{localizedDigits:e,sectionsValueBoundaries:t,state:n,timezone:o,setCharacterQuery:s,setTempAndroidValueStr:i,updateSectionValue:a}})=>{const l=Re(),c=({keyPressed:m,sectionIndex:g},p,b)=>{const f=m.toLowerCase(),v=n.sections[g];if(n.characterQuery!=null&&(!b||b(n.characterQuery.value))&&n.characterQuery.sectionIndex===g){const w=`${n.characterQuery.value}${f}`,I=p(w,v);if(!No(I))return s({sectionIndex:g,value:w,sectionType:v.type}),I}const x=p(f,v);return No(x)&&!x.saveQuery?(s(null),null):(s({sectionIndex:g,value:f,sectionType:v.type}),No(x)?null:x)},u=m=>{const g=(f,v,x)=>{const w=v.filter(I=>I.toLowerCase().startsWith(x));return w.length===0?{saveQuery:!1}:{sectionValue:w[0],shouldGoToNextSection:w.length===1}},p=(f,v,x,w)=>{const I=S=>Rf(l,o,v.type,S);if(v.contentType==="letter")return g(v.format,I(v.format),f);if(x&&w!=null&&Tl(l,x).contentType==="letter"){const S=I(x),T=g(x,S,f);return No(T)?{saveQuery:!1}:R({},T,{sectionValue:w(T.sectionValue,S)})}return{saveQuery:!1}};return c(m,(f,v)=>{switch(v.type){case"month":{const x=w=>ed(l,w,l.formats.month,v.format);return p(f,v,l.formats.month,x)}case"weekDay":{const x=(w,I)=>I.indexOf(w).toString();return p(f,v,l.formats.weekday,x)}case"meridiem":return p(f,v);default:return{saveQuery:!1}}})},d=m=>{const g=({queryValue:b,skipIfBelowMinimum:f,section:v})=>{const x=yn(b,e),w=Number(x),I=t[v.type]({currentDate:null,format:v.format,contentType:v.contentType});if(w>I.maximum)return{saveQuery:!1};if(f&&w<I.minimum)return{saveQuery:!0};const S=w*10>I.maximum||x.length===I.maximum.toString().length;return{sectionValue:Nf(l,w,I,e,v),shouldGoToNextSection:S}};return c(m,(b,f)=>{if(f.contentType==="digit"||f.contentType==="digit-with-letter")return g({queryValue:b,skipIfBelowMinimum:!1,section:f});if(f.type==="month"){$f(l,"digit","month","MM");const v=g({queryValue:b,skipIfBelowMinimum:!0,section:{type:f.type,format:"MM",hasLeadingZerosInInput:!0,contentType:"digit",maxLength:2}});if(No(v))return v;const x=ed(l,v.sectionValue,"MM",f.format);return R({},v,{sectionValue:x})}if(f.type==="weekDay"){const v=g({queryValue:b,skipIfBelowMinimum:!0,section:f});if(No(v))return v;const x=Mi(l,f.format)[Number(v.sectionValue)-1];return R({},v,{sectionValue:x})}return{saveQuery:!1}},b=>Ju(b,e))};return ge(m=>{const g=n.sections[m.sectionIndex],b=Ju(m.keyPressed,e)?d(R({},m,{keyPressed:Il(m.keyPressed,e)})):u(m);if(b==null){i(null);return}a({section:g,newSectionValue:b.sectionValue,shouldGoToNextSection:b.shouldGoToNextSection})})},Rd={};function $I(e,t){const n=C.useRef(Rd);return n.current===Rd&&(n.current=e(t)),n}const jI=[];function AI(e){C.useEffect(e,jI)}class Ql{constructor(){Z(this,"currentId",null);Z(this,"clear",()=>{this.currentId!==null&&(clearTimeout(this.currentId),this.currentId=null)});Z(this,"disposeEffect",()=>this.clear)}static create(){return new Ql}start(t,n){this.clear(),this.currentId=setTimeout(()=>{this.currentId=null,n()},t)}}function Hs(){const e=$I(Ql.create).current;return AI(e.disposeEffect),e}const LI=5e3,VI=e=>{var pe;const t=Re(),n=Rt(),o=un(),{manager:{validator:s,valueType:i,internal_valueManager:a,internal_fieldValueManager:l},internalPropsWithDefaults:c,internalPropsWithDefaults:{value:u,defaultValue:d,referenceDate:m,onChange:g,format:p,formatDensity:b="dense",selectedSections:f,onSelectedSectionsChange:v,shouldRespectLeadingZeros:x=!1,timezone:w},forwardedProps:{error:I}}=e,{value:S,handleValueChange:T,timezone:E}=to({name:"a field component",timezone:w,value:u,defaultValue:d,referenceDate:m,onChange:g,valueManager:a}),M=C.useRef(S);C.useEffect(()=>{M.current=S},[S]);const{hasValidationError:N}=Bf({props:c,validator:s,timezone:E,value:S,onError:c.onError}),$=C.useMemo(()=>sS(t),[t]),V=C.useMemo(()=>uS(t,$,E),[t,$,E]),j=C.useCallback(ae=>l.getSectionsFromValue(ae,oe=>ad({adapter:t,localeText:n,localizedDigits:$,format:p,date:oe,formatDensity:b,shouldRespectLeadingZeros:x,isRtl:o})),[l,p,n,$,o,x,t,b]),[y,D]=C.useState(()=>{const ae=j(S);nd(ae,i);const oe={sections:ae,lastExternalValue:S,lastSectionsDependencies:{format:p,isRtl:o,locale:t.locale},tempValueStrAndroid:null,characterQuery:null},he=nS(ae),J=a.getInitialReferenceValue({referenceDate:m,value:S,adapter:t,props:c,granularity:he,timezone:E});return R({},oe,{referenceValue:J})}),[_,O]=ir({controlled:f,default:null,name:"useField",state:"selectedSections"}),k=ae=>{O(ae),v==null||v(ae)},P=C.useMemo(()=>$a(_,y.sections),[_,y.sections]),A=P==="all"?0:P,z=C.useMemo(()=>pS(y.sections),[y.sections]),L=C.useMemo(()=>y.sections.every(ae=>ae.value===""),[y.sections]),B=C.useMemo(()=>{if(A!=null)return!1;const ae=y.sections.filter(oe=>oe.value!=="");return ae.length>0&&y.sections.length-ae.length>0},[y.sections,A]),W=C.useMemo(()=>I!==void 0?I:N||B,[N,B,I]),K=ae=>{const oe={validationError:s({adapter:t,value:ae,timezone:E,props:c})};T(ae,oe)},ee=(ae,oe)=>{const he=[...y.sections];return he[ae]=R({},he[ae],{value:oe,modified:!0}),he},U=C.useRef(null),Q=Hs(),re=ae=>{A!=null&&(U.current={sectionIndex:A,value:ae},Q.start(0,()=>{U.current=null}))},Y=()=>{a.areValuesEqual(t,S,a.emptyValue)?D(ae=>R({},ae,{sections:ae.sections.map(oe=>R({},oe,{value:""})),tempValueStrAndroid:null,characterQuery:null})):(D(ae=>R({},ae,{characterQuery:null})),K(a.emptyValue))},F=()=>{if(A==null)return;const ae=y.sections[A];ae.value!==""&&(re(""),l.getDateFromSection(S,ae)===null?D(oe=>R({},oe,{sections:ee(A,""),tempValueStrAndroid:null,characterQuery:null})):(D(oe=>R({},oe,{characterQuery:null})),K(l.updateDateInValue(S,ae,null))))},G=ae=>{const oe=(J,ce)=>{const se=t.parse(J,p);if(!t.isValid(se))return null;const ve=ad({adapter:t,localeText:n,localizedDigits:$,format:p,date:se,formatDensity:b,shouldRespectLeadingZeros:x,isRtl:o});return rd(t,se,ve,ce,!1)},he=l.parseValueStr(ae,y.referenceValue,oe);K(he)},te=Hs(),H=({section:ae,newSectionValue:oe,shouldGoToNextSection:he})=>{Q.clear(),te.clear();const J=l.getDateFromSection(S,ae);he&&A<y.sections.length-1&&k(A+1);const ce=ee(A,oe),se=l.getDateSectionsFromValue(ce,ae),ve=lS(t,se,$);if(t.isValid(ve)){const xe=rd(t,ve,se,l.getDateFromSection(y.referenceValue,ae),!0);return J==null&&te.start(0,()=>{M.current===S&&D(Se=>R({},Se,{sections:l.clearDateSections(y.sections,ae),tempValueStrAndroid:null}))}),K(l.updateDateInValue(S,ae,xe))}return se.every(xe=>xe.value!=="")&&(J==null||t.isValid(J))?(re(oe),K(l.updateDateInValue(S,ae,ve))):(J!=null&&(re(oe),K(l.updateDateInValue(S,ae,ve))),D(xe=>R({},xe,{sections:ce,tempValueStrAndroid:null})))},le=ae=>D(oe=>R({},oe,{tempValueStrAndroid:ae})),X=ge(ae=>{D(oe=>R({},oe,{characterQuery:ae}))});if(S!==y.lastExternalValue){const ae=U.current!=null&&!t.isValid(l.getDateFromSection(S,y.sections[U.current.sectionIndex]));let oe;ae?oe=ee(U.current.sectionIndex,U.current.value):oe=j(S),D(he=>R({},he,{lastExternalValue:S,sections:oe,sectionsDependencies:{format:p,isRtl:o,locale:t.locale},referenceValue:ae?he.referenceValue:l.updateReferenceValue(t,S,he.referenceValue),tempValueStrAndroid:null}))}if(o!==y.lastSectionsDependencies.isRtl||p!==y.lastSectionsDependencies.format||t.locale!==y.lastSectionsDependencies.locale){const ae=j(S);nd(ae,i),D(oe=>R({},oe,{lastSectionsDependencies:{format:p,isRtl:o,locale:t.locale},sections:ae,tempValueStrAndroid:null,characterQuery:null}))}y.characterQuery!=null&&!W&&A==null&&X(null),y.characterQuery!=null&&((pe=y.sections[y.characterQuery.sectionIndex])==null?void 0:pe.type)!==y.characterQuery.sectionType&&X(null),C.useEffect(()=>{U.current!=null&&(U.current=null)});const ue=Hs();return C.useEffect(()=>(y.characterQuery!=null&&ue.start(LI,()=>X(null)),()=>{}),[y.characterQuery,X,ue]),C.useEffect(()=>{y.tempValueStrAndroid!=null&&A!=null&&F()},[y.sections]),{activeSectionIndex:A,areAllSectionsEmpty:L,error:W,localizedDigits:$,parsedSelectedSections:P,sectionOrder:z,sectionsValueBoundaries:V,state:y,timezone:E,value:S,clearValue:Y,clearActiveSection:F,setCharacterQuery:X,setSelectedSections:k,setTempAndroidValueStr:le,updateSectionValue:H,updateValueFromValueStr:G,getSectionsFromValue:j}};function FI(e){const{manager:{internal_useApplyDefaultValuesToFieldInternalProps:t},internalProps:n,skipContextFieldRefAssignment:o}=e,s=Nl(),i=ES(),a=Tt(n.fieldRef,o?null:i==null?void 0:i.internalFieldRef,o?null:i==null?void 0:i.fieldRef),l=s==null?void 0:s.setValue,c=C.useCallback((d,m)=>l==null?void 0:l(d,{validationError:m.validationError,shouldClose:!1}),[l]),u=C.useMemo(()=>i!=null&&s!=null?R({value:s.value,onChange:c,timezone:s.timezone,disabled:s.disabled,readOnly:s.readOnly,autoFocus:s.autoFocus&&!s.open,focused:s.open?!0:void 0,format:s.fieldFormat,formatDensity:i.formatDensity,selectedSections:i.selectedSections,onSelectedSectionsChange:i.onSelectedSectionsChange,fieldRef:a},n):n,[s,i,n,c,a]);return t(u)}function Zl(e){const{focused:t,domGetters:n,stateResponse:{parsedSelectedSections:o,state:s}}=e;if(!n.isReady())return;const i=qo(n.getRoot()).getSelection();if(!i)return;if(o==null){i.rangeCount>0&&i.getRangeAt(0).startContainer instanceof Node&&n.getRoot().contains(i.getRangeAt(0).startContainer)&&i.removeAllRanges(),t&&n.getRoot().blur();return}if(!n.getRoot().contains(_n(n.getRoot())))return;const a=new window.Range;let l;o==="all"?l=n.getRoot():s.sections[o].type==="empty"?l=n.getSectionContainer(o):l=n.getSectionContent(o),a.selectNodeContents(l),l.focus(),i.removeAllRanges(),i.addRange(a)}function BI(e){const{manager:{internal_fieldValueManager:t},focused:n,setFocused:o,domGetters:s,stateResponse:i,applyCharacterEditing:a,internalPropsWithDefaults:l,stateResponse:{parsedSelectedSections:c,sectionsValueBoundaries:u,sectionOrder:d,state:m,value:g,activeSectionIndex:p,localizedDigits:b,timezone:f,clearValue:v,clearActiveSection:x,setCharacterQuery:w,setSelectedSections:I,updateValueFromValueStr:S,updateSectionValue:T},internalPropsWithDefaults:{disabled:E=!1,readOnly:M=!1,minutesStep:N}}=e,$=Re(),V=ge(A=>{var z;if(!E)switch(!0){case((A.ctrlKey||A.metaKey)&&(((z=A.key)==null?void 0:z.toUpperCase())==="A"||String.fromCharCode(A.keyCode)==="A")&&!A.shiftKey&&!A.altKey):{A.preventDefault(),I("all");break}case A.key==="ArrowRight":{if(A.preventDefault(),c==null)I(d.startIndex);else if(c==="all")I(d.endIndex);else{const L=d.neighbors[c].rightIndex;L!==null&&I(L)}break}case A.key==="ArrowLeft":{if(A.preventDefault(),c==null)I(d.endIndex);else if(c==="all")I(d.startIndex);else{const L=d.neighbors[c].leftIndex;L!==null&&I(L)}break}case A.key==="Delete":{if(A.preventDefault(),M)break;c==null||c==="all"?v():x();break}case["ArrowUp","ArrowDown","Home","End","PageUp","PageDown"].includes(A.key):{if(A.preventDefault(),M||p==null)break;c==="all"&&I(p);const L=m.sections[p],B=UI($,f,L,A.key,u,b,t.getDateFromSection(g,L),{minutesStep:N});T({section:L,newSectionValue:B,shouldGoToNextSection:!1});break}}}),j=Hs(),y=ge(()=>{if(!(E||!s.isReady())){if(c==="all"){o(!0),j.start(0,()=>{const A=document.getSelection();if(!A||A.rangeCount===0){I(d.startIndex);return}const z=A.getRangeAt(0).startOffset;if(z===0){I(d.startIndex);return}let L=0,B=0;for(;B<z&&L<m.sections.length;){const W=m.sections[L];L+=1,B+=`${W.startSeparator}${W.value||W.placeholder}${W.endSeparator}`.length}I(L-1)});return}n||(o(!0),c==null&&I(d.startIndex))}}),D=ge(A=>{if(E||!s.isReady()||c==="all"||A.button!==0)return;const z=A.target,L=s.getRoot();if(!L.contains(z))return;const B=z.closest("[data-sectionindex]"),W=B?Number(B.dataset.sectionindex):zI(L,A.clientX);W==null||!Number.isInteger(W)||(A.preventDefault(),o(!0),I(W))}),_=ge(A=>{if(!s.isReady()||c!=="all")return;const L=A.target.textContent??"";s.getRoot().innerHTML=m.sections.map(B=>`${B.startSeparator}${B.value||B.placeholder}${B.endSeparator}`).join(""),Zl({focused:n,domGetters:s,stateResponse:i}),L.length===0||L.charCodeAt(0)===10?(v(),I("all")):L.length>1?S(L):(c==="all"&&I(0),a({keyPressed:L,sectionIndex:0}))}),O=ge(A=>{if(M||c!=="all"){A.preventDefault();return}const z=A.clipboardData.getData("text");A.preventDefault(),w(null),S(z)}),k=ge(()=>{if(n||E||!s.isReady())return;const A=_n(s.getRoot());o(!0),s.getSectionIndexFromDOMElement(A)!=null||I(d.startIndex)}),P=ge(()=>{setTimeout(()=>{if(!s.isReady())return;const A=_n(s.getRoot());!s.getRoot().contains(A)&&(o(!1),I(null))})});return{onKeyDown:V,onBlur:P,onFocus:k,onClick:y,onMouseDown:D,onPaste:O,onInput:_,contentEditable:c==="all",tabIndex:l.disabled||c===0?-1:0}}function zI(e,t){const n=e.querySelectorAll('[role="spinbutton"]');if(n.length===0)return null;let o=0,s=1/0;for(let i=0;i<n.length;i+=1){const a=n[i].getBoundingClientRect(),l=(a.left+a.right)/2,c=Math.abs(t-l);c<s&&(s=c,o=i)}return o}function WI(e){switch(e){case"ArrowUp":return 1;case"ArrowDown":return-1;case"PageUp":return 5;case"PageDown":return-5;default:return 0}}function UI(e,t,n,o,s,i,a,l){const c=WI(o),u=o==="Home",d=o==="End",m=n.value===""||u||d,g=()=>{const b=s[n.type]({currentDate:a,format:n.format,contentType:n.contentType}),f=w=>Nf(e,w,b,i,n),v=n.type==="minutes"&&(l!=null&&l.minutesStep)?l.minutesStep:1;let x;if(m){if(n.type==="year"&&!d&&!u)return e.formatByString(e.date(void 0,t),n.format);c>0||u?x=b.minimum:x=b.maximum}else x=parseInt(yn(n.value,i),10)+c*v;return x%v!==0&&((c<0||u)&&(x+=v-(v+x)%v),(c>0||d)&&(x-=x%v)),x>b.maximum?f(b.minimum+(x-b.maximum-1)%(b.maximum-b.minimum+1)):x<b.minimum?f(b.maximum-(b.minimum-x-1)%(b.maximum-b.minimum+1)):f(x)},p=()=>{const b=Rf(e,t,n.type,n.format);if(b.length===0)return n.value;if(m)return c>0||u?b[0]:b[b.length-1];const x=((b.indexOf(n.value)+c)%b.length+b.length)%b.length;return b[x]};return n.contentType==="digit"||n.contentType==="digit-with-letter"?g():p()}function HI(e){const{manager:{internal_fieldValueManager:t},stateResponse:{areAllSectionsEmpty:n,state:o,updateValueFromValueStr:s}}=e,i=ge(l=>{s(l.target.value)});return{value:C.useMemo(()=>n?"":t.getHiddenInputValueFromSections(o.sections),[n,o.sections,t]),onChange:i}}function qI(e){const{stateResponse:{parsedSelectedSections:t,setSelectedSections:n},internalPropsWithDefaults:{disabled:o=!1}}=e,s=ge(i=>{if(o||i.isDefaultPrevented())return;const a=Number(i.currentTarget.dataset.sectionindex);Number.isInteger(a)&&t!==a&&n(a)});return C.useCallback(i=>({"data-sectionindex":i,onClick:s}),[s])}function YI(e){const t=Re(),n=Rt(),{focused:o,domGetters:s,stateResponse:i,applyCharacterEditing:a,manager:{internal_fieldValueManager:l},stateResponse:{parsedSelectedSections:c,sectionsValueBoundaries:u,state:d,value:m,localizedDigits:g,clearActiveSection:p,setCharacterQuery:b,setSelectedSections:f,updateSectionValue:v,updateValueFromValueStr:x},internalPropsWithDefaults:{disabled:w=!1,readOnly:I=!1}}=e,S=c==="all",T=!S&&!w&&!I,E=ge(y=>{if(!s.isReady())return;const D=d.sections[y];s.getSectionContent(y).innerHTML=D.value||D.placeholder,Zl({focused:o,domGetters:s,stateResponse:i})}),M=ge(y=>{if(!s.isReady())return;const D=y.target,_=D.textContent??"",O=s.getSectionIndexFromDOMElement(D),k=d.sections[O];if(I){E(O);return}if(_.length===0){if(k.value===""){E(O);return}const P=y.nativeEvent.inputType;if(P==="insertParagraph"||P==="insertLineBreak"){E(O);return}E(O),p();return}a({keyPressed:_,sectionIndex:O}),E(O)}),N=ge(y=>{y.preventDefault()}),$=ge(y=>{if(y.preventDefault(),I||w||typeof c!="number")return;const D=d.sections[c],_=y.clipboardData.getData("text"),O=/^[a-zA-Z]+$/.test(_),k=/^[0-9]+$/.test(_),P=/^(([a-zA-Z]+)|)([0-9]+)(([a-zA-Z]+)|)$/.test(_);D.contentType==="letter"&&O||D.contentType==="digit"&&k||D.contentType==="digit-with-letter"&&P?(b(null),v({section:D,newSectionValue:_,shouldGoToNextSection:!0})):!O&&!k&&(b(null),x(_))}),V=ge(y=>{y.preventDefault(),y.dataTransfer.dropEffect="none"}),j=C.useCallback(y=>()=>{w||f(y)},[w,f]);return C.useCallback((y,D)=>{const _=u[y.type]({currentDate:l.getDateFromSection(m,y),contentType:y.contentType,format:y.format});return{onInput:M,onPaste:$,onMouseUp:N,onDragOver:V,onFocus:j(D),"aria-readonly":I,"aria-valuenow":KI(y,t,g),"aria-valuemin":_.minimum,"aria-valuemax":_.maximum,"aria-valuetext":y.value?GI(y,t,g):n.empty,"aria-label":n[y.type],"aria-disabled":w,tabIndex:!T||S||D>0?-1:0,contentEditable:!S&&!w&&!I,role:"spinbutton","data-range-position":y.dateName||void 0,spellCheck:T?!1:void 0,autoCapitalize:T?"none":void 0,autoCorrect:T?"off":void 0,children:y.value||y.placeholder,inputMode:y.contentType==="letter"?"text":"numeric"}},[u,S,w,I,T,n,t,g,M,$,N,V,j,l,m])}function GI(e,t,n){if(e.value)switch(e.type){case"month":{if(e.contentType==="digit"){const s=t.setMonth(t.date(),Number(yn(e.value,n))-1);return t.isValid(s)?t.format(s,"month"):""}const o=t.parse(e.value,e.format);return o&&t.isValid(o)?t.format(o,"month"):void 0}case"day":if(e.contentType==="digit"){const o=t.setDate(t.startOfYear(t.date()),Number(yn(e.value,n)));return t.isValid(o)?t.format(o,"dayOfMonth"):""}return e.value;case"weekDay":return;default:return}}function KI(e,t,n){if(!e.value)return;const o=yn(e.value,n);switch(e.type){case"weekDay":return e.contentType==="letter"?void 0:Number(o);case"meridiem":{const s=t.parse(`01:00 ${e.value}`,`${t.formats.hours12h}:${t.formats.minutes} ${e.format}`);return s?t.getHours(s)>=12?1:0:void 0}case"day":return e.contentType==="digit-with-letter"?parseInt(o,10):Number(o);case"month":{if(e.contentType==="digit")return Number(o);const s=t.parse(e.value,e.format);return s?t.getMonth(s)+1:void 0}default:return e.contentType!=="letter"?Number(o):void 0}}const $m=e=>{const{props:t,manager:n,skipContextFieldRefAssignment:o,manager:{valueType:s,internal_useOpenPickerButtonAriaLabel:i}}=e,{internalProps:a,forwardedProps:l}=$S(t,s);process.env.NODE_ENV!=="production"&&l.enableAccessibleFieldDOMStructure!=null&&$n(["MUI X: The `enableAccessibleFieldDOMStructure` prop has been removed.","The accessible DOM structure is now the default and only option.","You can safely remove the prop from your code.","For more information, please have a look at the migration guide (https://mui.com/x/migration/migration-pickers-v8/)."]);const c=FI({manager:n,internalProps:a,skipContextFieldRefAssignment:o}),{sectionListRef:u,onBlur:d,onClick:m,onMouseDown:g,onFocus:p,onInput:b,onPaste:f,onKeyDown:v,onClear:x,clearable:w}=l,{disabled:I=!1,readOnly:S=!1,autoFocus:T=!1,focused:E,fieldRef:M}=c,N=C.useRef(null),$=Tt(u,N),V=C.useMemo(()=>({isReady:()=>N.current!=null,getRoot:()=>N.current.getRoot(),getSectionContainer:oe=>N.current.getSectionContainer(oe),getSectionContent:oe=>N.current.getSectionContent(oe),getSectionIndexFromDOMElement:oe=>N.current.getSectionIndexFromDOMElement(oe)}),[N]),j=VI({manager:n,internalPropsWithDefaults:c,forwardedProps:l}),{areAllSectionsEmpty:y,error:D,parsedSelectedSections:_,sectionOrder:O,state:k,value:P,clearValue:A,setSelectedSections:z}=j,L=NI({stateResponse:j}),B=i(P),[W,K]=C.useState(!1);function ee(oe=0){if(I||!N.current||Nd(N)!=null)return;const he=$a(oe,k.sections);K(!0),N.current.getSectionContent(he).focus()}const U=BI({manager:n,internalPropsWithDefaults:c,stateResponse:j,applyCharacterEditing:L,focused:W,setFocused:K,domGetters:V}),Q=HI({manager:n,stateResponse:j}),re=qI({stateResponse:j,internalPropsWithDefaults:c}),Y=YI({manager:n,stateResponse:j,applyCharacterEditing:L,internalPropsWithDefaults:c,domGetters:V,focused:W}),F=ge(oe=>{v==null||v(oe),U.onKeyDown(oe)}),G=ge(oe=>{U.onBlur(oe);const he=oe.relatedTarget;V.isReady()&&he instanceof Node&&V.getRoot().contains(he)||d==null||d(oe)}),te=ge(oe=>{U.onFocus(oe);const he=oe.relatedTarget;V.isReady()&&he instanceof Node&&V.getRoot().contains(he)||p==null||p(oe)}),H=ge(oe=>{oe.isDefaultPrevented()||(m==null||m(oe),U.onClick(oe))}),le=ge(oe=>{oe.isDefaultPrevented()||(g==null||g(oe),U.onMouseDown(oe))}),X=ge(oe=>{f==null||f(oe),U.onPaste(oe)}),ue=ge(oe=>{b==null||b(oe),U.onInput(oe)}),pe=ge((oe,...he)=>{oe.preventDefault(),x==null||x(oe,...he),A(),$d(N)?z(O.startIndex):ee(0)}),ae=C.useMemo(()=>k.sections.map((oe,he)=>{const J=Y(oe,he);return{container:re(he),content:J,before:{children:oe.startSeparator},after:{children:oe.endSeparator,"data-range-position":oe.isEndFormatSeparator?J["data-range-position"]:void 0}}}),[k.sections,re,Y]);return C.useEffect(()=>{if(N.current==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `sectionListRef` prop has not been initialized by `PickersSectionList`\nYou probably tried to pass a component to the `textField` slot that contains an `<input />` element instead of a `PickersSectionList`.\n\nLearn more about the field accessible DOM structure on the MUI documentation: https://mui.com/x/react-date-pickers/fields/#fields-to-edit-a-single-element":Ae(249));T&&!I&&N.current.getSectionContent(O.startIndex).focus()},[]),Qt(()=>{if(!(!W||!N.current)){if(_==="all")N.current.getRoot().focus();else if(typeof _=="number"){const oe=N.current.getSectionContent(_);oe&&oe.focus()}}},[_,W]),Qt(()=>{Zl({focused:W,domGetters:V,stateResponse:j})}),C.useImperativeHandle(M,()=>({getSections:()=>k.sections,getActiveSectionIndex:()=>Nd(N),setSelectedSections:oe=>{if(I||!N.current)return;const he=$a(oe,k.sections);K((he==="all"?0:he)!==null),z(oe)},focusField:ee,isFieldFocused:()=>$d(N),clearValue:A})),R({},l,U,{onBlur:G,onClick:H,onMouseDown:le,onFocus:te,onInput:ue,onPaste:X,onKeyDown:F,onClear:pe},Q,{error:D,clearable:!!(w&&!y&&!S&&!I),focused:E??W,sectionListRef:$,elements:ae,areAllSectionsEmpty:y,disabled:I,readOnly:S,autoFocus:T,openPickerAriaLabel:B})};function Nd(e){var n;const t=_n((n=e.current)==null?void 0:n.getRoot());return!t||!e.current||!e.current.getRoot().contains(t)?null:e.current.getSectionIndexFromDOMElement(t)}function $d(e){var n;const t=_n((n=e.current)==null?void 0:n.getRoot());return!!e.current&&e.current.getRoot().contains(t)}function XI(e={}){const{ampm:t}=e;return C.useMemo(()=>({valueType:"time",validator:$i,internal_valueManager:wt,internal_fieldValueManager:jf,internal_useApplyDefaultValuesToFieldInternalProps:ZI,internal_useOpenPickerButtonAriaLabel:QI(t)}),[t])}function QI(e){return function(n){const o=Re(),s=Rt();return C.useMemo(()=>{const i=e??o.is12HourCycleInCurrentLocale()?"fullTime12h":"fullTime24h",a=o.isValid(n)?o.format(n,i):null;return s.openTimePickerDialogue(a)},[n,s,o])}}function ZI(e){const t=Re(),n=jm(e),o=C.useMemo(()=>e.ampm??t.is12HourCycleInCurrentLocale(),[e.ampm,t]);return C.useMemo(()=>R({},e,n,{format:e.format??(o?t.formats.fullTime12h:t.formats.fullTime24h)}),[e,n,o,t])}function jm(e){return C.useMemo(()=>({disablePast:e.disablePast??!1,disableFuture:e.disableFuture??!1}),[e.disablePast,e.disableFuture])}const JI=e=>{const t=KS();return $m({manager:t,props:e})};function eE(e){return $e("MuiIconButton",e)}const jd=Me("MuiIconButton",["root","disabled","colorInherit","colorPrimary","colorSecondary","colorError","colorInfo","colorSuccess","colorWarning","edgeStart","edgeEnd","sizeSmall","sizeMedium","sizeLarge","loading","loadingIndicator","loadingWrapper"]),tE=e=>{const{classes:t,disabled:n,color:o,edge:s,size:i,loading:a}=e,l={root:["root",a&&"loading",n&&"disabled",o!=="default"&&`color${fe(o)}`,s&&`edge${fe(s)}`,`size${fe(i)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]};return Le(l,eE,t)},nE=ne(Kn,{name:"MuiIconButton",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.loading&&t.loading,n.color!=="default"&&t[`color${fe(n.color)}`],n.edge&&t[`edge${fe(n.edge)}`],t[`size${fe(n.size)}`]]}})(dt(({theme:e})=>({textAlign:"center",flex:"0 0 auto",fontSize:e.typography.pxToRem(24),padding:8,borderRadius:"50%",color:(e.vars||e).palette.action.active,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),variants:[{props:t=>!t.disableRipple,style:{"--IconButton-hoverBg":e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity),"&:hover":{backgroundColor:"var(--IconButton-hoverBg)","@media (hover: none)":{backgroundColor:"transparent"}}}},{props:{edge:"start"},style:{marginLeft:-12}},{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:{edge:"end"},style:{marginRight:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}}]})),dt(({theme:e})=>({variants:[{props:{color:"inherit"},style:{color:"inherit"}},...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{"--IconButton-hoverBg":e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity)}})),{props:{size:"small"},style:{padding:5,fontSize:e.typography.pxToRem(18)}},{props:{size:"large"},style:{padding:12,fontSize:e.typography.pxToRem(28)}}],[`&.${jd.disabled}`]:{backgroundColor:"transparent",color:(e.vars||e).palette.action.disabled},[`&.${jd.loading}`]:{color:"transparent"}}))),oE=ne("span",{name:"MuiIconButton",slot:"LoadingIndicator"})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",top:"50%",left:"50%",transform:"translate(-50%, -50%)",color:(e.vars||e).palette.action.disabled,variants:[{props:{loading:!0},style:{display:"flex"}}]})),Xn=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiIconButton"}),{edge:s=!1,children:i,className:a,color:l="default",disabled:c=!1,disableFocusRipple:u=!1,size:d="medium",id:m,loading:g=null,loadingIndicator:p,...b}=o,f=bl(m),v=p??h.jsx(Bi,{"aria-labelledby":f,color:"inherit",size:16}),x={...o,edge:s,color:l,disabled:c,disableFocusRipple:u,loading:g,loadingIndicator:v,size:d},w=tE(x);return h.jsxs(nE,{id:g?f:m,className:de(w.root,a),centerRipple:!0,focusRipple:!u,disabled:c||g,ref:n,...b,ownerState:x,children:[typeof g=="boolean"&&h.jsx("span",{className:w.loadingWrapper,style:{display:"contents"},children:h.jsx(oE,{className:w.loadingIndicator,ownerState:x,children:g&&v})}),i]})});process.env.NODE_ENV!=="production"&&(Xn.propTypes={children:Jn(r.node,e=>C.Children.toArray(e.children).some(n=>C.isValidElement(n)&&n.props.onClick)?new Error(["MUI: You are providing an onClick event listener to a child of a button element.","Prefer applying it to the IconButton directly.","This guarantees that the whole <button> will be responsive to click events."].join(`
|
|
203
|
+
`)):null),classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["inherit","default","primary","secondary","error","info","success","warning"]),r.string]),disabled:r.bool,disableFocusRipple:r.bool,disableRipple:r.bool,edge:r.oneOf(["end","start",!1]),id:r.string,loading:r.bool,loadingIndicator:r.node,size:r.oneOfType([r.oneOf(["small","medium","large"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const Hi=C.createContext(void 0);process.env.NODE_ENV!=="production"&&(Hi.displayName="FormControlContext");function Io(){return C.useContext(Hi)}function rE(e){return $e("MuiInputAdornment",e)}const Ad=Me("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]);var Ld;const sE=(e,t)=>{const{ownerState:n}=e;return[t.root,t[`position${fe(n.position)}`],n.disablePointerEvents===!0&&t.disablePointerEvents,t[n.variant]]},iE=e=>{const{classes:t,disablePointerEvents:n,hiddenLabel:o,position:s,size:i,variant:a}=e,l={root:["root",n&&"disablePointerEvents",s&&`position${fe(s)}`,a,o&&"hiddenLabel",i&&`size${fe(i)}`]};return Le(l,rE,t)},aE=ne("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:sE})(dt(({theme:e})=>({display:"flex",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(e.vars||e).palette.action.active,variants:[{props:{variant:"filled"},style:{[`&.${Ad.positionStart}&:not(.${Ad.hiddenLabel})`]:{marginTop:16}}},{props:{position:"start"},style:{marginRight:8}},{props:{position:"end"},style:{marginLeft:8}},{props:{disablePointerEvents:!0},style:{pointerEvents:"none"}}]}))),Am=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiInputAdornment"}),{children:s,className:i,component:a="div",disablePointerEvents:l=!1,disableTypography:c=!1,position:u,variant:d,...m}=o,g=Io()||{};let p=d;d&&g.variant&&process.env.NODE_ENV!=="production"&&d===g.variant&&console.error("MUI: The `InputAdornment` variant infers the variant prop you do not have to provide one."),g&&!p&&(p=g.variant);const b={...o,hiddenLabel:g.hiddenLabel,size:g.size,disablePointerEvents:l,position:u,variant:p},f=iE(b);return h.jsx(Hi.Provider,{value:null,children:h.jsx(aE,{as:a,ownerState:b,className:de(f.root,i),ref:n,...m,children:typeof s=="string"&&!c?h.jsx(nn,{color:"textSecondary",children:s}):h.jsxs(C.Fragment,{children:[u==="start"?Ld||(Ld=h.jsx("span",{className:"notranslate","aria-hidden":!0,children:""})):null,s]})})})});process.env.NODE_ENV!=="production"&&(Am.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,disablePointerEvents:r.bool,disableTypography:r.bool,position:r.oneOf(["end","start"]).isRequired,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOf(["filled","outlined","standard"])});function Jl(e){const{ownerState:t}=lt(),n=un();return C.useMemo(()=>R({},t,{isFieldDisabled:e.disabled??!1,isFieldReadOnly:e.readOnly??!1,isFieldRequired:e.required??!1,fieldDirection:n?"rtl":"ltr"}),[t,e.disabled,e.readOnly,e.required,n])}const lE=vt(h.jsx("path",{d:"M7 10l5 5 5-5z"}),"ArrowDropDown"),cE=vt(h.jsx("path",{d:"M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"}),"ArrowLeft"),uE=vt(h.jsx("path",{d:"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"}),"ArrowRight"),dE=vt(h.jsx("path",{d:"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"}),"Calendar"),pE=vt(h.jsxs(C.Fragment,{children:[h.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),h.jsx("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Clock");vt(h.jsx("path",{d:"M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"}),"DateRange");vt(h.jsxs(C.Fragment,{children:[h.jsx("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),h.jsx("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]}),"Time");const fE=vt(h.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"}),"Clear");function ec({props:e,states:t,muiFormControl:n}){return t.reduce((o,s)=>(o[s]=e[s],n&&typeof e[s]>"u"&&(o[s]=n[s]),o),{})}function mE(e){return $e("MuiFormLabel",e)}const Nr=Me("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"]),hE=e=>{const{classes:t,color:n,focused:o,disabled:s,error:i,filled:a,required:l}=e,c={root:["root",`color${fe(n)}`,s&&"disabled",i&&"error",a&&"filled",o&&"focused",l&&"required"],asterisk:["asterisk",i&&"error"]};return Le(c,mE,t)},gE=ne("label",{name:"MuiFormLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color==="secondary"&&t.colorSecondary,n.filled&&t.filled]}})(dt(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.body1,lineHeight:"1.4375em",padding:0,position:"relative",variants:[...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{[`&.${Nr.focused}`]:{color:(e.vars||e).palette[t].main}}})),{props:{},style:{[`&.${Nr.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${Nr.error}`]:{color:(e.vars||e).palette.error.main}}}]}))),bE=ne("span",{name:"MuiFormLabel",slot:"Asterisk"})(dt(({theme:e})=>({[`&.${Nr.error}`]:{color:(e.vars||e).palette.error.main}}))),Lm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiFormLabel"}),{children:s,className:i,color:a,component:l="label",disabled:c,error:u,filled:d,focused:m,required:g,...p}=o,b=Io(),f=ec({props:o,muiFormControl:b,states:["color","required","focused","disabled","error","filled"]}),v={...o,color:f.color||"primary",component:l,disabled:f.disabled,error:f.error,filled:f.filled,focused:f.focused,required:f.required},x=hE(v);return h.jsxs(gE,{as:l,ownerState:v,className:de(x.root,i),ref:n,...p,children:[s,f.required&&h.jsxs(bE,{ownerState:v,"aria-hidden":!0,className:x.asterisk,children:[" ","*"]})]})});process.env.NODE_ENV!=="production"&&(Lm.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["error","info","primary","secondary","success","warning"]),r.string]),component:r.elementType,disabled:r.bool,error:r.bool,filled:r.bool,focused:r.bool,required:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function yE(e){return $e("MuiInputLabel",e)}Me("MuiInputLabel",["root","focused","disabled","error","required","asterisk","formControl","sizeSmall","shrink","animated","standard","filled","outlined"]);const vE=e=>{const{classes:t,formControl:n,size:o,shrink:s,disableAnimation:i,variant:a,required:l}=e,c={root:["root",n&&"formControl",!i&&"animated",s&&"shrink",o&&o!=="medium"&&`size${fe(o)}`,a],asterisk:[l&&"asterisk"]},u=Le(c,yE,t);return{...t,...u}},xE=ne(Lm,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiInputLabel",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${Nr.asterisk}`]:t.asterisk},t.root,n.formControl&&t.formControl,n.size==="small"&&t.sizeSmall,n.shrink&&t.shrink,!n.disableAnimation&&t.animated,n.focused&&t.focused,t[n.variant]]}})(dt(({theme:e})=>({display:"block",transformOrigin:"top left",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"100%",variants:[{props:({ownerState:t})=>t.formControl,style:{position:"absolute",left:0,top:0,transform:"translate(0, 20px) scale(1)"}},{props:{size:"small"},style:{transform:"translate(0, 17px) scale(1)"}},{props:({ownerState:t})=>t.shrink,style:{transform:"translate(0, -1.5px) scale(0.75)",transformOrigin:"top left",maxWidth:"133%"}},{props:({ownerState:t})=>!t.disableAnimation,style:{transition:e.transitions.create(["color","transform","max-width"],{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut})}},{props:{variant:"filled"},style:{zIndex:1,pointerEvents:"none",transform:"translate(12px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"filled",size:"small"},style:{transform:"translate(12px, 13px) scale(1)"}},{props:({variant:t,ownerState:n})=>t==="filled"&&n.shrink,style:{userSelect:"none",pointerEvents:"auto",transform:"translate(12px, 7px) scale(0.75)",maxWidth:"calc(133% - 24px)"}},{props:({variant:t,ownerState:n,size:o})=>t==="filled"&&n.shrink&&o==="small",style:{transform:"translate(12px, 4px) scale(0.75)"}},{props:{variant:"outlined"},style:{zIndex:1,pointerEvents:"none",transform:"translate(14px, 16px) scale(1)",maxWidth:"calc(100% - 24px)"}},{props:{variant:"outlined",size:"small"},style:{transform:"translate(14px, 9px) scale(1)"}},{props:({variant:t,ownerState:n})=>t==="outlined"&&n.shrink,style:{userSelect:"none",pointerEvents:"auto",maxWidth:"calc(133% - 32px)",transform:"translate(14px, -9px) scale(0.75)"}}]}))),Vm=C.forwardRef(function(t,n){const o=ot({name:"MuiInputLabel",props:t}),{disableAnimation:s=!1,margin:i,shrink:a,variant:l,className:c,...u}=o,d=Io();let m=a;typeof m>"u"&&d&&(m=d.filled||d.focused||d.adornedStart);const g=ec({props:o,muiFormControl:d,states:["size","variant","required","focused"]}),p={...o,disableAnimation:s,formControl:d,shrink:m,size:g.size,variant:g.variant,required:g.required,focused:g.focused},b=vE(p);return h.jsx(xE,{"data-shrink":m,ref:n,className:de(b.root,c),...u,ownerState:p,classes:b})});process.env.NODE_ENV!=="production"&&(Vm.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["error","info","primary","secondary","success","warning"]),r.string]),disableAnimation:r.bool,disabled:r.bool,error:r.bool,focused:r.bool,margin:r.oneOf(["dense"]),required:r.bool,shrink:r.bool,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOf(["filled","outlined","standard"])});function CE(e){return $e("MuiFormHelperText",e)}const Vd=Me("MuiFormHelperText",["root","error","disabled","sizeSmall","sizeMedium","contained","focused","filled","required"]);var Fd;const SE=e=>{const{classes:t,contained:n,size:o,disabled:s,error:i,filled:a,focused:l,required:c}=e,u={root:["root",s&&"disabled",i&&"error",o&&`size${fe(o)}`,n&&"contained",l&&"focused",a&&"filled",c&&"required"]};return Le(u,CE,t)},wE=ne("p",{name:"MuiFormHelperText",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.size&&t[`size${fe(n.size)}`],n.contained&&t.contained,n.filled&&t.filled]}})(dt(({theme:e})=>({color:(e.vars||e).palette.text.secondary,...e.typography.caption,textAlign:"left",marginTop:3,marginRight:0,marginBottom:0,marginLeft:0,[`&.${Vd.disabled}`]:{color:(e.vars||e).palette.text.disabled},[`&.${Vd.error}`]:{color:(e.vars||e).palette.error.main},variants:[{props:{size:"small"},style:{marginTop:4}},{props:({ownerState:t})=>t.contained,style:{marginLeft:14,marginRight:14}}]}))),Fm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiFormHelperText"}),{children:s,className:i,component:a="p",disabled:l,error:c,filled:u,focused:d,margin:m,required:g,variant:p,...b}=o,f=Io(),v=ec({props:o,muiFormControl:f,states:["variant","size","disabled","error","filled","focused","required"]}),x={...o,component:a,contained:v.variant==="filled"||v.variant==="outlined",variant:v.variant,size:v.size,disabled:v.disabled,error:v.error,filled:v.filled,focused:v.focused,required:v.required};delete x.ownerState;const w=SE(x);return h.jsx(wE,{as:a,className:de(w.root,i),ref:n,...b,ownerState:x,children:s===" "?Fd||(Fd=h.jsx("span",{className:"notranslate","aria-hidden":!0,children:""})):s})});process.env.NODE_ENV!=="production"&&(Fm.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,disabled:r.bool,error:r.bool,filled:r.bool,focused:r.bool,margin:r.oneOf(["dense"]),required:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["filled","outlined","standard"]),r.string])});function Bd(e){return e!=null&&!(Array.isArray(e)&&e.length===0)}function zd(e,t=!1){return e&&(Bd(e.value)&&e.value!==""||t&&Bd(e.defaultValue)&&e.defaultValue!=="")}function TE(e){return e.startAdornment}function IE(e){return $e("MuiFormControl",e)}Me("MuiFormControl",["root","marginNone","marginNormal","marginDense","fullWidth","disabled"]);const EE=e=>{const{classes:t,margin:n,fullWidth:o}=e,s={root:["root",n!=="none"&&`margin${fe(n)}`,o&&"fullWidth"]};return Le(s,IE,t)},OE=ne("div",{name:"MuiFormControl",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[`margin${fe(n.margin)}`],n.fullWidth&&t.fullWidth]}})({display:"inline-flex",flexDirection:"column",position:"relative",minWidth:0,padding:0,margin:0,border:0,verticalAlign:"top",variants:[{props:{margin:"normal"},style:{marginTop:16,marginBottom:8}},{props:{margin:"dense"},style:{marginTop:8,marginBottom:4}},{props:{fullWidth:!0},style:{width:"100%"}}]}),Bm=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiFormControl"}),{children:s,className:i,color:a="primary",component:l="div",disabled:c=!1,error:u=!1,focused:d,fullWidth:m=!1,hiddenLabel:g=!1,margin:p="none",required:b=!1,size:f="medium",variant:v="outlined",...x}=o,w={...o,color:a,component:l,disabled:c,error:u,fullWidth:m,hiddenLabel:g,margin:p,required:b,size:f,variant:v},I=EE(w),[S,T]=C.useState(()=>{let k=!1;return s&&C.Children.forEach(s,P=>{if(!Ho(P,["Input","Select"]))return;const A=Ho(P,["Select"])?P.props.input:P;A&&TE(A.props)&&(k=!0)}),k}),[E,M]=C.useState(()=>{let k=!1;return s&&C.Children.forEach(s,P=>{Ho(P,["Input","Select"])&&(zd(P.props,!0)||zd(P.props.inputProps,!0))&&(k=!0)}),k}),[N,$]=C.useState(!1);c&&N&&$(!1);const V=d!==void 0&&!c?d:N;let j;const y=C.useRef(!1);process.env.NODE_ENV!=="production"&&(j=()=>(y.current&&console.error(["MUI: There are multiple `InputBase` components inside a FormControl.","This creates visual inconsistencies, only use one `InputBase`."].join(`
|
|
204
|
+
`)),y.current=!0,()=>{y.current=!1}));const D=C.useCallback(()=>{M(!0)},[]),_=C.useCallback(()=>{M(!1)},[]),O=C.useMemo(()=>({adornedStart:S,setAdornedStart:T,color:a,disabled:c,error:u,filled:E,focused:V,fullWidth:m,hiddenLabel:g,size:f,onBlur:()=>{$(!1)},onFocus:()=>{$(!0)},onEmpty:_,onFilled:D,registerEffect:j,required:b,variant:v}),[S,a,c,u,E,V,m,g,j,_,D,b,f,v]);return h.jsx(Hi.Provider,{value:O,children:h.jsx(OE,{as:l,ownerState:w,className:de(I.root,i),ref:n,...x,children:s})})});process.env.NODE_ENV!=="production"&&(Bm.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["primary","secondary","error","info","success","warning"]),r.string]),component:r.elementType,disabled:r.bool,error:r.bool,focused:r.bool,fullWidth:r.bool,hiddenLabel:r.bool,margin:r.oneOf(["dense","none","normal"]),required:r.bool,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOf(["filled","outlined","standard"])});function kE(e){return Ye("MuiPickersTextField",e)}tt("MuiPickersTextField",["root","focused","disabled","error","required"]);function _E(e,...t){const n=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach(o=>n.searchParams.append("args[]",o)),`Minified MUI error #${e}; visit ${n} for the full message.`}function PE(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":_E(7));return e.charAt(0).toUpperCase()+e.slice(1)}const DE={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",whiteSpace:"nowrap",width:"1px"};function ME(e){return Ye("MuiPickersInputBase",e)}const Wn=tt("MuiPickersInputBase",["root","focused","disabled","readOnly","error","notchedOutline","sectionsContainer","sectionContent","sectionBefore","sectionAfter","adornedStart","adornedEnd","input","inputSizeSmall","activeBar"]);function RE(e){return Ye("MuiPickersSectionList",e)}const Fo=tt("MuiPickersSectionList",["root","section","sectionContent"]),NE=["slots","slotProps","elements","sectionListRef","classes"],zm=ne("div",{name:"MuiPickersSectionList",slot:"Root"})({direction:"ltr /*! @noflip */",outline:"none"}),Wm=ne("span",{name:"MuiPickersSectionList",slot:"Section"})({}),Um=ne("span",{name:"MuiPickersSectionList",slot:"SectionSeparator"})({whiteSpace:"pre"}),Hm=ne("span",{name:"MuiPickersSectionList",slot:"SectionContent"})({outline:"none"}),$E=e=>Fe({root:["root"],section:["section"],sectionContent:["sectionContent"]},RE,e);function qm(e){const{slots:t,slotProps:n,element:o,classes:s}=e,{ownerState:i}=lt(),a=(t==null?void 0:t.section)??Wm,l=Ve({elementType:a,externalSlotProps:n==null?void 0:n.section,externalForwardedProps:o.container,className:s.section,ownerState:i}),c=(t==null?void 0:t.sectionContent)??Hm,u=Ve({elementType:c,externalSlotProps:n==null?void 0:n.sectionContent,externalForwardedProps:o.content,additionalProps:{suppressContentEditableWarning:!0},className:s.sectionContent,ownerState:i}),d=(t==null?void 0:t.sectionSeparator)??Um,m=Ve({elementType:d,externalSlotProps:n==null?void 0:n.sectionSeparator,externalForwardedProps:o.before,ownerState:R({},i,{separatorPosition:"before"})}),g=Ve({elementType:d,externalSlotProps:n==null?void 0:n.sectionSeparator,externalForwardedProps:o.after,ownerState:R({},i,{separatorPosition:"after"})}),p=C.useRef(null),b=Tt(u.ref,p),f=v=>{const x=v.relatedTarget,w=v.currentTarget.closest(`.${Fo.root}`);if(w&&x instanceof Node&&w.contains(x)){v.stopPropagation();return}};return h.jsxs(a,R({},l,{children:[h.jsx(d,R({},m)),h.jsx(c,R({},u,{ref:b,onBlur:f})),h.jsx(d,R({},g))]}))}process.env.NODE_ENV!=="production"&&(qm.propTypes={classes:r.object.isRequired,element:r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired}).isRequired,slotProps:r.object,slots:r.object});const tc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersSectionList"}),{slots:s,slotProps:i,elements:a,sectionListRef:l,classes:c}=o,u=Ce(o,NE),d=$E(c),{ownerState:m}=lt(),g=C.useRef(null),p=Tt(n,g),b=x=>{if(!g.current)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: Cannot call sectionListRef.${x} before the mount of the component.`:Ae(145,x));return g.current};C.useImperativeHandle(l,()=>({getRoot(){return b("getRoot")},getSectionContainer(x){return b("getSectionContainer").querySelector(`.${Fo.section}[data-sectionindex="${x}"]`)},getSectionContent(x){return b("getSectionContent").querySelector(`.${Fo.section}[data-sectionindex="${x}"] .${Fo.sectionContent}`)},getSectionIndexFromDOMElement(x){const w=b("getSectionIndexFromDOMElement");if(x==null||!w.contains(x))return null;let I=null;return x.classList.contains(Fo.section)?I=x:x.classList.contains(Fo.sectionContent)&&(I=x.parentElement),I==null?null:Number(I.dataset.sectionindex)}}));const f=(s==null?void 0:s.root)??zm,v=Ve({elementType:f,externalSlotProps:i==null?void 0:i.root,externalForwardedProps:u,additionalProps:{ref:p,suppressContentEditableWarning:!0},className:d.root,ownerState:m});return h.jsx(f,R({},v,{children:v.contentEditable?a.map(({content:x,before:w,after:I})=>`${w.children}${x.children}${I.children}`).join(""):h.jsx(C.Fragment,{children:a.map((x,w)=>h.jsx(qm,{slots:s,slotProps:i,element:x,classes:d},w))})}))});process.env.NODE_ENV!=="production"&&(tc.displayName="PickersSectionList");process.env.NODE_ENV!=="production"&&(tc.propTypes={classes:r.object,contentEditable:r.bool.isRequired,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object});const nc=C.createContext(null);process.env.NODE_ENV!=="production"&&(nc.displayName="PickerTextFieldOwnerStateContext");const qi=()=>{const e=C.useContext(nc);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: The `usePickerTextFieldOwnerState` can only be called in components that are used inside a PickerTextField component":Ae(146));return e},jE=["elements","areAllSectionsEmpty","defaultValue","label","value","onChange","id","autoFocus","endAdornment","startAdornment","renderSuffix","slots","slotProps","contentEditable","tabIndex","onInput","onPaste","onKeyDown","fullWidth","name","readOnly","inputRef","sectionListRef","onFocus","onBlur","classes","ownerState"],AE=["ref"];function LE(e,t){return n=>{const o=Yn(e,n)??{};return R({},o,{className:de(t,o.className)})}}const VE=e=>Math.round(e*1e5)/1e5,Yi=ne("div",{name:"MuiPickersInputBase",slot:"Root"})(({theme:e})=>R({},e.typography.body1,{color:(e.vars||e).palette.text.primary,cursor:"text",padding:0,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",boxSizing:"border-box",letterSpacing:`${VE(.15/16)}em`,[`&.${Wn.disabled}`]:{color:(e.vars||e).palette.action.disabled,cursor:"default"},variants:[{props:{isInputInFullWidth:!0},style:{width:"100%"}}]})),oc=ne(zm,{name:"MuiPickersInputBase",slot:"SectionsContainer"})(({theme:e})=>({padding:"4px 0 5px",fontFamily:e.typography.fontFamily,fontSize:"inherit",lineHeight:"1.4375em",flexGrow:1,outline:"none",display:"flex",flexWrap:"nowrap",overflow:"hidden",letterSpacing:"inherit",width:"182px",variants:[{props:{fieldDirection:"rtl"},style:{justifyContent:"end"}},{props:{inputSize:"small"},style:{paddingTop:1}},{props:{isFieldFocused:!1,isFieldValueEmpty:!0},style:e.vars?{opacity:e.vars.opacity.inputPlaceholder}:{opacity:e.palette.mode==="light"?.42:.5}},{props:{isFieldFocused:!1,isFieldValueEmpty:!0,hasStartAdornment:!1,inputHasLabel:!0,isLabelShrunk:!1},style:{opacity:0}}]})),FE=ne(Wm,{name:"MuiPickersInputBase",slot:"Section"})(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit",letterSpacing:"inherit",lineHeight:"1.4375em",display:"inline-block",whiteSpace:"nowrap"})),BE=ne(Hm,{name:"MuiPickersInputBase",slot:"SectionContent",overridesResolver:(e,t)=>t.content})(({theme:e})=>({fontFamily:e.typography.fontFamily,lineHeight:"1.4375em",letterSpacing:"inherit",width:"fit-content",outline:"none","@supports (-webkit-app-region: drag)":{[`.${Wn.root}:not(:focus-within) &`]:{WebkitUserModify:"read-only",userSelect:"none"}}})),zE=ne(Um,{name:"MuiPickersInputBase",slot:"Separator"})(()=>({whiteSpace:"pre",letterSpacing:"inherit"})),WE=ne("input",{name:"MuiPickersInputBase",slot:"Input",overridesResolver:(e,t)=>t.hiddenInput})(R({},DE)),UE=ne("div",{name:"MuiPickersInputBase",slot:"ActiveBar"})(({theme:e,ownerState:t})=>({display:"none",position:"absolute",height:2,bottom:2,borderTopLeftRadius:2,borderTopRightRadius:2,transition:e.transitions.create(["width","left"],{duration:e.transitions.duration.shortest}),backgroundColor:(e.vars||e).palette.primary.main,'[data-active-range-position="start"] &, [data-active-range-position="end"] &':{display:"block"},'[data-active-range-position="start"] &':{left:t.sectionOffsets[0]},'[data-active-range-position="end"] &':{left:t.sectionOffsets[1]}})),HE=(e,t)=>{const{isFieldFocused:n,isFieldDisabled:o,isFieldReadOnly:s,hasFieldError:i,inputSize:a,isInputInFullWidth:l,inputColor:c,hasStartAdornment:u,hasEndAdornment:d}=t,m={root:["root",n&&!o&&"focused",o&&"disabled",s&&"readOnly",i&&"error",l&&"fullWidth",`color${PE(c)}`,a==="small"&&"inputSizeSmall",u&&"adornedStart",d&&"adornedEnd"],notchedOutline:["notchedOutline"],input:["input"],sectionsContainer:["sectionsContainer"],sectionContent:["sectionContent"],sectionBefore:["sectionBefore"],sectionAfter:["sectionAfter"],activeBar:["activeBar"]};return Fe(m,ME,e)};function Wd(e,t,n,o){var s;if(e.content["data-range-position"]!==void 0){const i=(s=t.current)==null?void 0:s.querySelectorAll(`[data-sectionindex="${n}"] [data-range-position="${o}"]`);if(i)return Array.from(i).reduce((a,l)=>a+l.offsetWidth,0)}return 0}function qE(e,t){var s,i,a,l,c;let n=0;if(((s=t.current)==null?void 0:s.getAttribute("data-active-range-position"))==="end")for(let u=e.length-1;u>=e.length/2;u-=1)n+=Wd(e[u],t,u,"end");else for(let u=0;u<e.length/2;u+=1)n+=Wd(e[u],t,u,"start");return{activeBarWidth:n,sectionOffsets:[((a=(i=t.current)==null?void 0:i.querySelector('[data-sectionindex="0"]'))==null?void 0:a.offsetLeft)||0,((c=(l=t.current)==null?void 0:l.querySelector(`[data-sectionindex="${e.length/2}"]`))==null?void 0:c.offsetLeft)||0]}}const gs=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersInputBase"}),{elements:s,areAllSectionsEmpty:i,value:a,onChange:l,id:c,endAdornment:u,startAdornment:d,renderSuffix:m,slots:g,slotProps:p,contentEditable:b,tabIndex:f,onInput:v,onPaste:x,onKeyDown:w,name:I,readOnly:S,inputRef:T,sectionListRef:E,onFocus:M,onBlur:N,classes:$,ownerState:V}=o,j=Ce(o,jE),y=qi(),D=C.useRef(null),_=C.useRef(null),O=C.useRef([]),k=Tt(n,D),P=Io();if(!P)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: PickersInputBase should always be used inside a PickersTextField component":Ae(152));const A=V??y,z=le=>{var X;(X=P.onFocus)==null||X.call(P,le),M==null||M(le)},L=le=>{z(le)},B=le=>{var X,ue;if(w==null||w(le),le.key==="Enter"&&!le.defaultMuiPrevented){if((X=D.current)!=null&&X.dataset.multiInput)return;const pe=(ue=D.current)==null?void 0:ue.closest("form"),ae=pe==null?void 0:pe.querySelector('[type="submit"]');if(!pe||!ae)return;le.preventDefault(),pe.requestSubmit(ae)}},W=le=>{var X;(X=P.onBlur)==null||X.call(P,le),N==null||N(le)};C.useEffect(()=>{P&&P.setAdornedStart(!!d)},[P,d]),C.useEffect(()=>{P&&(i?P.onEmpty():P.onFilled())},[P,i]);const K=HE($,A),ee=(g==null?void 0:g.root)||Yi,U=Ve({elementType:ee,externalSlotProps:p==null?void 0:p.root,externalForwardedProps:j,additionalProps:{"aria-invalid":P.error,ref:k},className:K.root,ownerState:A}),Q=(g==null?void 0:g.input)||oc,re=(g==null?void 0:g.htmlInput)||WE,Y=Ve({elementType:re,externalSlotProps:p==null?void 0:p.htmlInput,ownerState:A}),{ref:F}=Y,G=Ce(Y,AE),te=Tt(F,T),H=s.some(le=>le.content["data-range-position"]!==void 0);return C.useEffect(()=>{if(!H||!A.isPickerOpen)return;const{activeBarWidth:le,sectionOffsets:X}=qE(s,D);O.current=[X[0],X[1]],_.current&&(_.current.style.width=`${le}px`)},[s,H,A.isPickerOpen]),h.jsxs(ee,R({},U,{children:[d,h.jsx(tc,{sectionListRef:E,elements:s,contentEditable:b,tabIndex:f,className:K.sectionsContainer,onFocus:z,onBlur:W,onInput:v,onPaste:x,onKeyDown:B,slots:{root:Q,section:FE,sectionContent:BE,sectionSeparator:zE},slotProps:{root:R({},p==null?void 0:p.input,{ownerState:A}),sectionContent:LE(p==null?void 0:p.sectionContent,Wn.sectionContent),sectionSeparator:({separatorPosition:le})=>({className:le==="before"?Wn.sectionBefore:Wn.sectionAfter})}}),u,m?m(R({},P)):null,h.jsx(re,R({name:I,className:K.input,value:a,onChange:l,id:c,"aria-hidden":"true",tabIndex:-1,readOnly:S,required:P.required,disabled:P.disabled,onFocus:L},G,{ref:te})),H&&h.jsx(UE,{className:K.activeBar,ref:_,ownerState:{sectionOffsets:O.current}})]}))});process.env.NODE_ENV!=="production"&&(gs.displayName="PickersInputBase");process.env.NODE_ENV!=="production"&&(gs.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});function YE(e){return Ye("MuiPickersOutlinedInput",e)}const an=R({},Wn,tt("MuiPickersOutlinedInput",["root","notchedOutline","input"])),GE=["children","className","label","notched","shrink"],KE=ne("fieldset",{name:"MuiPickersOutlinedInput",slot:"NotchedOutline"})(({theme:e})=>{const t=e.palette.mode==="light"?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{textAlign:"left",position:"absolute",bottom:0,right:0,top:-5,left:0,margin:0,padding:"0 8px",pointerEvents:"none",borderRadius:"inherit",borderStyle:"solid",borderWidth:1,overflow:"hidden",minWidth:"0%",borderColor:e.vars?e.alpha(e.vars.palette.common.onBackground,.23):t}}),Ud=ne("span",{slot:"internal",shouldForwardProp:void 0})(({theme:e})=>({fontFamily:e.typography.fontFamily,fontSize:"inherit"})),XE=ne("legend",{slot:"internal",shouldForwardProp:e=>Ft(e)&&e!=="notched"})(({theme:e})=>({float:"unset",width:"auto",overflow:"hidden",variants:[{props:{inputHasLabel:!1},style:{padding:0,lineHeight:"11px",transition:e.transitions.create("width",{duration:150,easing:e.transitions.easing.easeOut})}},{props:{inputHasLabel:!0},style:{display:"block",padding:0,height:11,fontSize:"0.75em",visibility:"hidden",maxWidth:.01,transition:e.transitions.create("max-width",{duration:50,easing:e.transitions.easing.easeOut}),whiteSpace:"nowrap","& > span":{paddingLeft:5,paddingRight:5,display:"inline-block",opacity:0,visibility:"visible"}}},{props:{inputHasLabel:!0,notched:!0},style:{maxWidth:"100%",transition:e.transitions.create("max-width",{duration:100,easing:e.transitions.easing.easeOut,delay:50})}}]}));function QE(e){const{className:t,label:n,notched:o}=e,s=Ce(e,GE),i=qi();return h.jsx(KE,R({"aria-hidden":!0,className:t},s,{ownerState:i,children:h.jsx(XE,{ownerState:i,notched:o,children:n?h.jsx(Ud,{children:n}):h.jsx(Ud,{className:"notranslate",children:""})})}))}const ZE=["label","autoFocus","ownerState","classes","notched","slots","slotProps"],JE=ne(Yi,{name:"MuiPickersOutlinedInput",slot:"Root"})(({theme:e})=>{const t=e.palette.mode==="light"?"rgba(0, 0, 0, 0.23)":"rgba(255, 255, 255, 0.23)";return{padding:"0 14px",borderRadius:(e.vars||e).shape.borderRadius,[`&:hover .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette.text.primary},"@media (hover: none)":{[`&:hover .${an.notchedOutline}`]:{borderColor:e.vars?e.alpha(e.vars.palette.common.onBackground,.23):t}},[`&.${an.focused} .${an.notchedOutline}`]:{borderStyle:"solid",borderWidth:2},[`&.${an.error} .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette.error.main},[`&.${an.disabled}`]:{[`& .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette.action.disabled}},variants:Object.keys((e.vars??e).palette).filter(n=>{var o;return((o=(e.vars??e).palette[n])==null?void 0:o.main)??!1}).map(n=>({props:{inputColor:n},style:{[`&.${an.focused}:not(.${an.error}) .${an.notchedOutline}`]:{borderColor:(e.vars||e).palette[n].main}}}))}}),eO=ne(oc,{name:"MuiPickersOutlinedInput",slot:"SectionsContainer"})({padding:"16.5px 0",variants:[{props:{inputSize:"small"},style:{padding:"8.5px 0"}}]}),tO=e=>{const n=Fe({root:["root"],notchedOutline:["notchedOutline"],input:["input"]},YE,e);return R({},e,n)},Gi=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersOutlinedInput"}),{label:s,classes:i,notched:a,slots:l,slotProps:c}=o,u=Ce(o,ZE),d=Io(),m=tO(i);return h.jsx(gs,R({},u,{slots:R({root:JE,input:eO},l),slotProps:c,renderSuffix:g=>{const p=typeof a<"u"?a:!!(g.adornedStart||g.focused||g.filled);return h.jsx(QE,{shrink:p,notched:p,className:m.notchedOutline,label:s!=null&&s!==""&&(d!=null&&d.required)?h.jsxs(C.Fragment,{children:[s," ","*"]}):s})},label:s,classes:m,ref:n}))});process.env.NODE_ENV!=="production"&&(Gi.displayName="PickersOutlinedInput");process.env.NODE_ENV!=="production"&&(Gi.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,notched:r.bool,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});Gi.muiName="Input";function nO(e){return Ye("MuiPickersFilledInput",e)}const ao=R({},Wn,tt("MuiPickersFilledInput",["root","underline","input"])),oO=["label","autoFocus","disableUnderline","hiddenLabel","classes","slots","slotProps"],rO=ne(Yi,{name:"MuiPickersFilledInput",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="disableUnderline"})(({theme:e})=>{const t=e.palette.mode==="light",n=t?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)",o=t?"rgba(0, 0, 0, 0.06)":"rgba(255, 255, 255, 0.09)",s=t?"rgba(0, 0, 0, 0.09)":"rgba(255, 255, 255, 0.13)",i=t?"rgba(0, 0, 0, 0.12)":"rgba(255, 255, 255, 0.12)";return{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:o,borderTopLeftRadius:(e.vars||e).shape.borderRadius,borderTopRightRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create("background-color",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),"&:hover":{backgroundColor:e.vars?e.vars.palette.FilledInput.hoverBg:s,"@media (hover: none)":{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:o}},[`&.${ao.focused}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.bg:o},[`&.${ao.disabled}`]:{backgroundColor:e.vars?e.vars.palette.FilledInput.disabledBg:i},variants:[...Object.keys((e.vars??e).palette).filter(a=>(e.vars??e).palette[a].main).map(a=>{var l;return{props:{inputColor:a,disableUnderline:!1},style:{"&::after":{borderBottom:`2px solid ${(l=(e.vars||e).palette[a])==null?void 0:l.main}`}}}}),{props:{disableUnderline:!1},style:{"&::after":{left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${ao.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${ao.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${e.vars?e.alpha(e.vars.palette.common.onBackground,e.vars.opacity.inputUnderline):n}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${ao.disabled}, .${ao.error}):before`]:{borderBottom:`1px solid ${(e.vars||e).palette.text.primary}`},[`&.${ao.disabled}:before`]:{borderBottomStyle:"dotted"}}},{props:{hasStartAdornment:!0},style:{paddingLeft:12}},{props:{hasEndAdornment:!0},style:{paddingRight:12}}]}}),sO=ne(oc,{name:"MuiPickersFilledInput",slot:"sectionsContainer",shouldForwardProp:e=>Ft(e)&&e!=="hiddenLabel"})({paddingTop:25,paddingRight:12,paddingBottom:8,paddingLeft:12,variants:[{props:{inputSize:"small"},style:{paddingTop:21,paddingBottom:4}},{props:{hasStartAdornment:!0},style:{paddingLeft:0}},{props:{hasEndAdornment:!0},style:{paddingRight:0}},{props:{hiddenLabel:!0},style:{paddingTop:16,paddingBottom:17}},{props:{hiddenLabel:!0,inputSize:"small"},style:{paddingTop:8,paddingBottom:9}}]}),iO=(e,t)=>{const{inputHasUnderline:n}=t,s=Fe({root:["root",n&&"underline"],input:["input"]},nO,e);return R({},e,s)},Ki=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersFilledInput"}),{label:s,disableUnderline:i=!1,hiddenLabel:a=!1,classes:l,slots:c,slotProps:u}=o,d=Ce(o,oO),m=qi(),g=R({},m,{inputHasUnderline:!i}),p=iO(l,g);return h.jsx(gs,R({},d,{slots:R({root:rO,input:sO},c),slotProps:R({},u,{root:R({disableUnderline:i},u==null?void 0:u.root),input:R({hiddenLabel:a},u==null?void 0:u.input)}),label:s,classes:p,ref:n,ownerState:g}))});process.env.NODE_ENV!=="production"&&(Ki.displayName="PickersFilledInput");process.env.NODE_ENV!=="production"&&(Ki.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,disableUnderline:r.bool,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});Ki.muiName="Input";function aO(e){return Ye("MuiPickersFilledInput",e)}const yr=R({},Wn,tt("MuiPickersInput",["root","underline","input"])),lO=["label","autoFocus","disableUnderline","ownerState","classes","slots","slotProps"],cO=ne(Yi,{name:"MuiPickersInput",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="disableUnderline"})(({theme:e})=>{let n=e.palette.mode==="light"?"rgba(0, 0, 0, 0.42)":"rgba(255, 255, 255, 0.7)";return e.vars&&(n=e.alpha(e.vars.palette.common.onBackground,e.vars.opacity.inputUnderline)),{"label + &":{marginTop:16},variants:[...Object.keys((e.vars??e).palette).filter(o=>(e.vars??e).palette[o].main).map(o=>({props:{inputColor:o,inputHasUnderline:!0},style:{"&::after":{borderBottom:`2px solid ${(e.vars||e).palette[o].main}`}}})),{props:{inputHasUnderline:!0},style:{"&::after":{background:"red",left:0,bottom:0,content:'""',position:"absolute",right:0,transform:"scaleX(0)",transition:e.transitions.create("transform",{duration:e.transitions.duration.shorter,easing:e.transitions.easing.easeOut}),pointerEvents:"none"},[`&.${yr.focused}:after`]:{transform:"scaleX(1) translateX(0)"},[`&.${yr.error}`]:{"&:before, &:after":{borderBottomColor:(e.vars||e).palette.error.main}},"&::before":{borderBottom:`1px solid ${n}`,left:0,bottom:0,content:'"\\00a0"',position:"absolute",right:0,transition:e.transitions.create("border-bottom-color",{duration:e.transitions.duration.shorter}),pointerEvents:"none"},[`&:hover:not(.${yr.disabled}, .${yr.error}):before`]:{borderBottom:`2px solid ${(e.vars||e).palette.text.primary}`,"@media (hover: none)":{borderBottom:`1px solid ${n}`}},[`&.${yr.disabled}:before`]:{borderBottomStyle:"dotted"}}}]}}),uO=(e,t)=>{const{inputHasUnderline:n}=t,s=Fe({root:["root",!n&&"underline"],input:["input"]},aO,e);return R({},e,s)},Xi=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersInput"}),{label:s,disableUnderline:i=!1,classes:a,slots:l,slotProps:c}=o,u=Ce(o,lO),d=qi(),m=R({},d,{inputHasUnderline:!i}),g=uO(a,m);return h.jsx(gs,R({},u,{slots:R({root:cO},l),slotProps:R({},c,{root:R({disableUnderline:i},c==null?void 0:c.root)}),ownerState:m,label:s,classes:g,ref:n}))});process.env.NODE_ENV!=="production"&&(Xi.displayName="PickersInput");process.env.NODE_ENV!=="production"&&(Xi.propTypes={areAllSectionsEmpty:r.bool.isRequired,classes:r.object,className:r.string,contentEditable:r.bool.isRequired,"data-multi-input":r.string,disableUnderline:r.bool,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,fullWidth:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onChange:r.func.isRequired,onClick:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,ownerState:r.any,readOnly:r.bool,renderSuffix:r.func,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),slotProps:r.object,slots:r.object,startAdornment:r.node,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired});Xi.muiName="Input";const dO=["onFocus","onBlur","className","classes","color","disabled","error","variant","required","hiddenLabel","inputRef","sectionListRef","elements","areAllSectionsEmpty","onClick","onMouseDown","onKeyDown","onKeyUp","onPaste","onInput","endAdornment","startAdornment","tabIndex","contentEditable","focused","value","onChange","fullWidth","id","name","helperText","label","slots","slotProps","data-active-range-position"],pO={standard:Xi,filled:Ki,outlined:Gi},fO=ne(Bm,{name:"MuiPickersTextField",slot:"Root"})({maxWidth:"100%"}),mO=(e,t)=>{const{isFieldFocused:n,isFieldDisabled:o,isFieldRequired:s}=t;return Fe({root:["root",n&&!o&&"focused",o&&"disabled",s&&"required"]},kE,e)},Qi=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersTextField"});if(process.env.NODE_ENV!=="production"){const J=t;(J.InputProps||J.inputProps||J.InputLabelProps||J.FormHelperTextProps)&&$n(["MUI X: `PickersTextField` no longer supports the `InputProps`, `inputProps`, `InputLabelProps` and `FormHelperTextProps` props.","They are silently dropped, which can hide configuration bugs in JavaScript codebases that do not benefit from TypeScript checks.","Use `slotProps.input`, `slotProps.htmlInput`, `slotProps.inputLabel` and `slotProps.formHelperText` instead.","You can run the `migrate-text-field-props` codemod to migrate automatically."])}const{onFocus:s,onBlur:i,className:a,classes:l,color:c="primary",disabled:u=!1,error:d=!1,variant:m="outlined",required:g=!1,hiddenLabel:p=!1,inputRef:b,sectionListRef:f,elements:v,areAllSectionsEmpty:x,onClick:w,onMouseDown:I,onKeyDown:S,onKeyUp:T,onPaste:E,onInput:M,endAdornment:N,startAdornment:$,tabIndex:V,contentEditable:j,focused:y,value:D,onChange:_,fullWidth:O,id:k,name:P,helperText:A,label:z,slots:L,slotProps:B,"data-active-range-position":W}=o,K=Ce(o,dO),ee=C.useRef(null),U=Tt(n,ee),Q=Fi(k),re=A&&Q?`${Q}-helper-text`:void 0,Y=z&&Q?`${Q}-label`:void 0,F=B==null?void 0:B.input,G=B==null?void 0:B.inputLabel,te=Jl({disabled:o.disabled,required:o.required,readOnly:F==null?void 0:F.readOnly}),H=C.useMemo(()=>R({},te,{isFieldValueEmpty:x,isFieldFocused:y??!1,hasFieldError:d??!1,inputSize:o.size??"medium",inputColor:c??"primary",isInputInFullWidth:O??!1,hasStartAdornment:!!($??(F==null?void 0:F.startAdornment)),hasEndAdornment:!!(N??(F==null?void 0:F.endAdornment)),inputHasLabel:!!z,isLabelShrunk:!!(G!=null&&G.shrink)}),[te,x,y,d,o.size,c,O,$,N,F==null?void 0:F.startAdornment,F==null?void 0:F.endAdornment,z,G==null?void 0:G.shrink]),le=mO(l,H),X=(L==null?void 0:L.input)??pO[m],ue=(L==null?void 0:L.root)??fO,pe=(L==null?void 0:L.inputLabel)??Vm,ae=(L==null?void 0:L.formHelperText)??Fm,oe={};m==="outlined"?(G&&typeof G.shrink<"u"&&(oe.notched=G.shrink),oe.label=z):m==="filled"&&(oe.hiddenLabel=p);const he=Ve({elementType:ue,externalSlotProps:B==null?void 0:B.root,externalForwardedProps:R({},K,{className:a}),additionalProps:{ref:U,focused:y,disabled:u,variant:m,error:d,color:c,fullWidth:O,required:g},className:le.root,ownerState:H});return h.jsx(nc.Provider,{value:H,children:h.jsxs(ue,R({},he,{children:[z!=null&&z!==""&&h.jsx(pe,R({htmlFor:Q,id:Y},G,{children:z})),h.jsx(X,R({elements:v,areAllSectionsEmpty:x,onClick:w,onMouseDown:I,onKeyDown:S,onKeyUp:T,onInput:M,onPaste:E,onFocus:s,onBlur:i,endAdornment:N,startAdornment:$,tabIndex:V,contentEditable:j,value:D,onChange:_,id:Q,fullWidth:O,inputRef:b,sectionListRef:f,label:z,name:P,role:"group","aria-labelledby":Y,"aria-describedby":re,"aria-live":re?"polite":void 0,"data-active-range-position":W},oe,F,{slots:R({},F==null?void 0:F.slots,(L==null?void 0:L.htmlInput)!==void 0&&{htmlInput:L.htmlInput}),slotProps:R({},F==null?void 0:F.slotProps,(B==null?void 0:B.htmlInput)!==void 0&&{htmlInput:B.htmlInput})})),A&&h.jsx(ae,R({id:re},B==null?void 0:B.formHelperText,{children:A}))]}))})});process.env.NODE_ENV!=="production"&&(Qi.displayName="PickersTextField");process.env.NODE_ENV!=="production"&&(Qi.propTypes={areAllSectionsEmpty:r.bool.isRequired,className:r.string,color:r.oneOf(["error","info","primary","secondary","success","warning"]),component:r.elementType,contentEditable:r.bool.isRequired,disabled:r.bool.isRequired,elements:r.arrayOf(r.shape({after:r.object.isRequired,before:r.object.isRequired,container:r.object.isRequired,content:r.object.isRequired})).isRequired,endAdornment:r.node,error:r.bool.isRequired,focused:r.bool,fullWidth:r.bool,helperText:r.node,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),name:r.string,onBlur:r.func.isRequired,onChange:r.func.isRequired,onClick:r.func.isRequired,onFocus:r.func.isRequired,onInput:r.func.isRequired,onKeyDown:r.func.isRequired,onMouseDown:r.func.isRequired,onPaste:r.func.isRequired,readOnly:r.bool,required:r.bool,sectionListRef:r.oneOfType([r.func,r.shape({current:r.shape({getRoot:r.func.isRequired,getSectionContainer:r.func.isRequired,getSectionContent:r.func.isRequired,getSectionIndexFromDOMElement:r.func.isRequired})})]),size:r.oneOf(["medium","small"]),slotProps:r.object,slots:r.object,startAdornment:r.node,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.string.isRequired,variant:r.oneOf(["filled","outlined","standard"])});const hO=["readOnly","onClear","clearable","clearButtonPosition","openPickerButtonPosition","openPickerAriaLabel","InputProps","inputProps","InputLabelProps","FormHelperTextProps"],gO=["ownerState"],bO=["ownerState"],yO=["ownerState"],vO=["ownerState"],xO=["InputProps","inputProps","InputLabelProps","FormHelperTextProps"],CO=e=>{var p;const t=e,{readOnly:n,onClear:o,clearable:s,clearButtonPosition:i,openPickerButtonPosition:a,openPickerAriaLabel:l,InputProps:c,inputProps:u,InputLabelProps:d,FormHelperTextProps:m}=t,g=Ce(t,hO);return process.env.NODE_ENV!=="production"&&(c||u||d||m)&&$n(["MUI X: The `InputProps`, `inputProps`, `InputLabelProps` and `FormHelperTextProps` props are no longer supported on Picker / Field components.","They have been silently dropped because they would otherwise be forwarded as unknown attributes on the underlying form control.","Use the `slotProps` shape instead (`slotProps.input`, `slotProps.htmlInput`, `slotProps.inputLabel`, `slotProps.formHelperText`).","See https://mui.com/x/migration/migration-pickers-v8/#textfield-props for migration details."]),{clearable:s,onClear:o,clearButtonPosition:i,openPickerButtonPosition:a,openPickerAriaLabel:l,textFieldProps:R({},g,{slotProps:R({},g==null?void 0:g.slotProps,{input:R({},(p=g==null?void 0:g.slotProps)==null?void 0:p.input,{readOnly:n})})})}},Zi=C.createContext({slots:{},slotProps:{},inputRef:void 0});process.env.NODE_ENV!=="production"&&(Zi.displayName="PickerFieldUIContext");function Ym(e){var L;const{fieldResponse:t,defaultOpenPickerIcon:n}=e,o=Rt(),s=Nl(),i=C.useContext(Zi),{textFieldProps:a,onClear:l,clearable:c,openPickerAriaLabel:u,clearButtonPosition:d="end",openPickerButtonPosition:m="end"}=CO(t),g=Jl(a),p=ge(B=>{B.preventDefault(),s==null||s.setOpen(!0)}),b=s?s.triggerStatus:"hidden",f=c?d:null,v=b!=="hidden"?m:null,x=i.slots.textField??Qi,w=i.slots.inputAdornment??Am,I=Ve({elementType:w,externalSlotProps:i.slotProps.inputAdornment,additionalProps:{position:"start"},ownerState:R({},g,{position:"start"})}),S=Ce(I,gO),T=Ve({elementType:w,externalSlotProps:i.slotProps.inputAdornment,additionalProps:{position:"end"},ownerState:R({},g,{position:"end"})}),E=Ce(T,bO),M=i.slots.openPickerButton??Xn,N=Ve({elementType:M,externalSlotProps:i.slotProps.openPickerButton,additionalProps:{disabled:b==="disabled",onClick:p,"aria-label":u,"data-mui-picker-open-button":"true",edge:a.variant!=="standard"?v:!1},ownerState:g}),$=Ce(N,yO),V=i.slots.openPickerIcon??n,j=Ve({elementType:V,externalSlotProps:i.slotProps.openPickerIcon,ownerState:g}),y=i.slots.clearButton??Xn,D=Ve({elementType:y,externalSlotProps:i.slotProps.clearButton,className:"clearButton",additionalProps:{title:o.fieldClearLabel,tabIndex:-1,onClick:l,disabled:t.disabled||t.readOnly,edge:a.variant!=="standard"&&f!==v?f:!1},ownerState:g}),_=Ce(D,vO),O=i.slots.clearIcon??fE,k=Ve({elementType:O,externalSlotProps:i.slotProps.clearIcon,additionalProps:{fontSize:"small"},ownerState:g});a.ref=Tt(a.ref,s==null?void 0:s.rootRef);const P=(L=a.slotProps)==null?void 0:L.input,A={},z=Tt(P==null?void 0:P.ref,s==null?void 0:s.triggerRef);return s&&(A.ref=z),!(P!=null&&P.startAdornment)&&(f==="start"||v==="start")&&(A.startAdornment=h.jsxs(w,R({},S,{children:[v==="start"&&h.jsx(M,R({},$,{children:h.jsx(V,R({},j))})),f==="start"&&h.jsx(y,R({},_,{children:h.jsx(O,R({},k))}))]}))),!(P!=null&&P.endAdornment)&&(f==="end"||v==="end")&&(A.endAdornment=h.jsxs(w,R({},E,{children:[f==="end"&&h.jsx(y,R({},_,{children:h.jsx(O,R({},k))})),v==="end"&&h.jsx(M,R({},$,{children:h.jsx(V,R({},j))}))]}))),!A.endAdornment&&!A.startAdornment&&i.slots.inputAdornment&&(A.endAdornment=h.jsx(w,R({},E))),f!=null&&(a.sx=[{"& .clearButton":{opacity:1},"@media (pointer: fine)":{"& .clearButton":{opacity:0},"&:hover, &:focus-within":{".clearButton":{opacity:1}}}},...Array.isArray(a.sx)?a.sx:[a.sx]]),a.slotProps=R({},a.slotProps,{input:R({},P,A)}),h.jsx(x,R({},a))}function SO(e,t){return e?t?n=>R({},Yn(t,n),Yn(e,n)):e:t}function Gm(e){const{ref:t,externalForwardedProps:n,slotProps:o}=e,s=C.useContext(Zi),i=Nl(),a=Jl(n),l=n??{},{InputProps:c,inputProps:u,InputLabelProps:d,FormHelperTextProps:m}=l,g=Ce(l,xO);process.env.NODE_ENV!=="production"&&(c||u||d||m)&&$n(["MUI X: Field components no longer accept the `InputProps`, `inputProps`, `InputLabelProps` and `FormHelperTextProps` props.","They have been dropped to avoid leaking unknown attributes onto the underlying form control.","Use the nested `slotProps.textField.slotProps.{input,htmlInput,inputLabel,formHelperText}` shape instead."]);const p=Ve({elementType:Qi,externalSlotProps:SO(s.slotProps.textField,o==null?void 0:o.textField),externalForwardedProps:g,additionalProps:{ref:t,sx:i==null?void 0:i.rootSx,label:i==null?void 0:i.label,name:i==null?void 0:i.name,className:i==null?void 0:i.rootClassName,inputRef:s.inputRef},ownerState:a});if(i&&i.keepOpenDuringFieldFocus&&i.triggerStatus==="enabled"&&!i.open&&!i.readOnly&&!i.disabled){const b=p.onFocus,f=p.onMouseDown,v=x=>{var T;const w=x.nativeEvent??x,I=(T=w==null?void 0:w.composedPath)==null?void 0:T.call(w);if(Array.isArray(I)){for(const E of I)if(E&&E.getAttribute&&E.getAttribute("data-mui-picker-open-button")==="true")return!0}const S=x.target;return S&&S.closest?!!S.closest('[data-mui-picker-open-button="true"]'):!1};p.onFocus=x=>{b==null||b(x),!x.isDefaultPrevented()&&!v(x)&&i.setOpen(!0)},p.onMouseDown=x=>{f==null||f(x),!x.isDefaultPrevented()&&!v(x)&&i.setOpen(!0)}}return p}function Km(e){const{slots:t={},slotProps:n={},inputRef:o,children:s}=e,i=C.useMemo(()=>({inputRef:o,slots:{openPickerButton:t.openPickerButton,openPickerIcon:t.openPickerIcon,textField:t.textField,inputAdornment:t.inputAdornment,clearIcon:t.clearIcon,clearButton:t.clearButton},slotProps:{openPickerButton:n.openPickerButton,openPickerIcon:n.openPickerIcon,textField:n.textField,inputAdornment:n.inputAdornment,clearIcon:n.clearIcon,clearButton:n.clearButton}}),[o,t.openPickerButton,t.openPickerIcon,t.textField,t.inputAdornment,t.clearIcon,t.clearButton,n.openPickerButton,n.openPickerIcon,n.textField,n.inputAdornment,n.clearIcon,n.clearButton]);return h.jsx(Zi.Provider,{value:i,children:s})}const wO=["slots","slotProps"],Ji=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiDateField"}),{slots:s,slotProps:i}=o,a=Ce(o,wO),l=Gm({slotProps:i,ref:n,externalForwardedProps:a}),c=JI(l);return h.jsx(Km,{slots:s,slotProps:i,inputRef:a.inputRef,children:h.jsx(Ym,{fieldResponse:c,defaultOpenPickerIcon:dE})})});process.env.NODE_ENV!=="production"&&(Ji.displayName="DateField");process.env.NODE_ENV!=="production"&&(Ji.propTypes={areAllSectionsEmpty:r.bool,autoFocus:r.bool,className:r.string,clearable:r.bool,clearButtonPosition:r.oneOf(["end","start"]),color:r.oneOf(["error","info","primary","secondary","success","warning"]),component:r.elementType,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disablePast:r.bool,endAdornment:r.node,error:r.bool,fieldRef:r.oneOfType([r.func,r.object]),focused:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),fullWidth:r.bool,helperText:r.node,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),maxDate:r.object,minDate:r.object,name:r.string,onBlur:r.func,onChange:r.func,onClear:r.func,onClick:r.func,onError:r.func,onFocus:r.func,onInput:r.func,onKeyDown:r.func,onMouseDown:r.func,onPaste:r.func,onSelectedSectionsChange:r.func,openPickerButtonPosition:r.oneOf(["end","start"]),readOnly:r.bool,referenceDate:r.object,required:r.bool,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,shouldRespectLeadingZeros:r.bool,size:r.oneOf(["medium","small"]),slotProps:r.object,slots:r.object,startAdornment:r.node,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,variant:r.oneOf(["filled","outlined","standard"])});const Xm=({shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:o,maxDate:s,disableFuture:i,disablePast:a,timezone:l})=>{const c=Re();return C.useCallback(u=>ls({adapter:c,value:u,timezone:l,props:{shouldDisableDate:e,shouldDisableMonth:t,shouldDisableYear:n,minDate:o,maxDate:s,disableFuture:i,disablePast:a}})!==null,[c,e,t,n,o,s,i,a,l])},TO=(e,t)=>(n,o)=>{switch(o.type){case"setVisibleDate":return R({},n,{slideDirection:o.direction,currentMonth:o.month,isMonthSwitchingAnimating:!t.isSameMonth(o.month,n.currentMonth)&&!e&&!o.skipAnimation,focusedDay:o.focusedDay});case"changeMonthTimezone":{const s=o.newTimezone;if(t.getTimezone(n.currentMonth)===s)return n;let i=t.setTimezone(n.currentMonth,s);return t.getMonth(i)!==t.getMonth(n.currentMonth)&&(i=t.setMonth(i,t.getMonth(n.currentMonth))),R({},n,{currentMonth:i})}case"finishMonthSwitchingAnimation":return R({},n,{isMonthSwitchingAnimating:!1});default:throw new Error("missing support")}},IO=e=>{const{value:t,referenceDate:n,disableFuture:o,disablePast:s,maxDate:i,minDate:a,onMonthChange:l,onYearChange:c,reduceAnimations:u,shouldDisableDate:d,timezone:m,getCurrentMonthFromVisibleDate:g}=e,p=Re(),b=C.useRef(TO(!!u,p)).current,f=C.useMemo(()=>wt.getInitialReferenceValue({value:t,adapter:p,timezone:m,props:e,referenceDate:n,granularity:ln.day}),[n,m]),[v,x]=C.useReducer(b,{isMonthSwitchingAnimating:!1,focusedDay:f,currentMonth:p.setDate(f,1),slideDirection:"left"}),w=Xm({shouldDisableDate:d,minDate:a,maxDate:i,disableFuture:o,disablePast:s,timezone:m});C.useEffect(()=>{x({type:"changeMonthTimezone",newTimezone:p.getTimezone(f)})},[f,p]);const I=ge(({target:T,reason:E})=>{if(E==="cell-interaction"&&v.focusedDay!=null&&p.isSameDay(T,v.focusedDay))return;const M=E==="cell-interaction";let N,$;if(E==="cell-interaction")N=g(T,v.currentMonth),$=T;else if(N=p.isSameMonth(T,v.currentMonth)?v.currentMonth:p.startOfMonth(T),$=T,w($)){const y=p.startOfMonth(T),D=p.endOfMonth(T);$=Hr({adapter:p,date:$,minDate:p.isBefore(a,y)?y:a,maxDate:p.isAfter(i,D)?D:i,disablePast:s,disableFuture:o,isDateDisabled:w,timezone:m})}const V=!p.isSameMonth(v.currentMonth,N),j=!p.isSameYear(v.currentMonth,N);V&&(l==null||l(N)),j&&(c==null||c(p.startOfYear(N))),x({type:"setVisibleDate",month:N,direction:p.isAfterDay(N,v.currentMonth)?"left":"right",focusedDay:v.focusedDay!=null&&$!=null&&p.isSameDay($,v.focusedDay)?v.focusedDay:$,skipAnimation:M})}),S=C.useCallback(()=>{x({type:"finishMonthSwitchingAnimation"})},[]);return{referenceDate:f,calendarState:v,setVisibleDate:I,isDateDisabled:w,onMonthSwitchingAnimationEnd:S}},EO=e=>Ye("MuiPickersFadeTransitionGroup",e);tt("MuiPickersFadeTransitionGroup",["root"]);const OO=["children"],kO=e=>Fe({root:["root"]},EO,e),_O=ne(ds,{name:"MuiPickersFadeTransitionGroup",slot:"Root"})({display:"block",position:"relative"});function Qm(e){const t=ke({props:e,name:"MuiPickersFadeTransitionGroup"}),{className:n,reduceAnimations:o,transKey:s,classes:i}=t,{children:a}=t,l=Ce(t,OO),c=kO(i),u=So();return o?a:h.jsx(_O,{className:de(c.root,n),ownerState:l,children:h.jsx(Gn,{appear:!1,mountOnEnter:!0,unmountOnExit:!0,timeout:{appear:u.transitions.duration.enteringScreen,enter:u.transitions.duration.enteringScreen,exit:0},children:a},s)})}function PO(e){return Ye("MuiPickerDay",e)}const DO=tt("MuiPickerDay",["root","dayOutsideMonth","today","selected","disabled","fillerCell"]);function Zm(e){const{disabled:t,selected:n,today:o,outsideCurrentMonth:s,day:i,disableHighlightToday:a,showDaysOutsideCurrentMonth:l}=e,c=Re(),{ownerState:u}=lt();return C.useMemo(()=>R({},u,{day:i,isDaySelected:n??!1,isDayDisabled:t??!1,isDayCurrent:o??!1,isDayOutsideMonth:s??!1,isDayStartOfWeek:c.isSameDay(i,c.startOfWeek(i)),isDayEndOfWeek:c.isSameDay(i,c.endOfWeek(i)),disableHighlightToday:a??!1,showDaysOutsideCurrentMonth:l??!1}),[c,u,i,n,t,o,s,a,l])}const MO=["autoFocus","className","classes","hidden","isAnimating","onClick","onDaySelect","onFocus","onBlur","onKeyDown","onMouseDown","onMouseEnter","children","isFirstVisibleCell","isLastVisibleCell","day","selected","disabled","today","outsideCurrentMonth","disableHighlightToday","showDaysOutsideCurrentMonth","isVisuallySelected","isDayFillerCell"],RO=(e,t)=>{const{isDaySelected:n,disableHighlightToday:o,isDayCurrent:s,isDayDisabled:i,isDayOutsideMonth:a,isDayFillerCell:l}=e;return Fe({root:["root",n&&!l&&"selected",i&&"disabled",!o&&s&&!n&&!l&&"today",a&&"dayOutsideMonth",l&&"fillerCell"]},PO,t)},Hd=ne(Kn,{name:"MuiPickerDay",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disableHighlightToday&&n.isDayCurrent&&t.today,n.isDayOutsideMonth&&t.dayOutsideMonth,n.isDayFillerCell&&t.fillerCell]}})(({theme:e})=>R({"--PickerDay-horizontalMargin":`${zi}px`,"--PickerDay-size":`${ai}px`},e.typography.caption,{lineHeight:1,display:"flex",width:"var(--PickerDay-size)",height:"var(--PickerDay-size)",borderRadius:"calc(var(--PickerDay-size) / 2)",padding:0,backgroundColor:"transparent",transition:e.transitions.create("background-color",{duration:e.transitions.duration.short}),color:(e.vars||e).palette.text.primary,"@media (pointer: fine)":{"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.hoverOpacity)}},"&:focus":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.focusOpacity)},marginLeft:"var(--PickerDay-horizontalMargin)",marginRight:"var(--PickerDay-horizontalMargin)",variants:[{props:{isDaySelected:!0},style:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,fontWeight:e.typography.fontWeightMedium,"&:focus, &:hover":{willChange:"background-color",backgroundColor:(e.vars||e).palette.primary.dark},[`&.${DO.disabled}`]:{opacity:.6}}},{props:{isDayDisabled:!0},style:{color:(e.vars||e).palette.text.disabled}},{props:{isDayFillerCell:!0},style:{opacity:0,pointerEvents:"none"}},{props:{isDayOutsideMonth:!0},style:{color:(e.vars||e).palette.text.secondary}},{props:{isDayCurrent:!0,isDaySelected:!1},style:{outline:`1px solid ${(e.vars||e).palette.text.secondary}`,outlineOffset:-1}}]})),vr=()=>{},rc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickerDay"}),s=Re(),{autoFocus:i=!1,className:a,classes:l,isAnimating:c,onClick:u,onDaySelect:d,onFocus:m=vr,onBlur:g=vr,onKeyDown:p=vr,onMouseDown:b=vr,onMouseEnter:f=vr,children:v,day:x,selected:w,disabled:I,today:S,outsideCurrentMonth:T,disableHighlightToday:E,showDaysOutsideCurrentMonth:M,isDayFillerCell:N}=o,$=Ce(o,MO),V=Zm({day:x,selected:w,disabled:I,today:S,outsideCurrentMonth:T,disableHighlightToday:E,showDaysOutsideCurrentMonth:M}),j=R({},V,{isDayFillerCell:N??(T&&!M)}),y=RO(j,l),D=C.useRef(null),_=Tt(D,n);Qt(()=>{i&&!I&&!c&&!T&&D.current.focus()},[i,I,c,T]);const O=P=>{b(P),T&&P.preventDefault()},k=P=>{P.defaultMuiPrevented=!0,I||d(x),T&&P.currentTarget.focus(),u&&u(P)};return j.isDayFillerCell?h.jsx(Hd,{ref:_,role:$.role,ownerState:j,className:de(y.root,a),as:"div"}):h.jsx(Hd,R({ref:_,centerRipple:!0,disabled:I,tabIndex:w?0:-1,onKeyDown:P=>p(P,x),onFocus:P=>m(P,x),onBlur:P=>g(P,x),onMouseEnter:P=>f(P,x),onClick:k,onMouseDown:O},$,{ownerState:j,className:de(y.root,a),children:v??s.format(x,"dayOfMonth")}))});process.env.NODE_ENV!=="production"&&(rc.displayName="PickerDayRaw");process.env.NODE_ENV!=="production"&&(rc.propTypes={action:r.oneOfType([r.func,r.shape({current:r.shape({focusVisible:r.func.isRequired})})]),centerRipple:r.bool,classes:r.object,className:r.string,component:r.elementType,day:r.object.isRequired,disabled:r.bool,disableHighlightToday:r.bool,disableRipple:r.bool,disableTouchRipple:r.bool,focusRipple:r.bool,focusVisibleClassName:r.string,isAnimating:r.bool,isDayFillerCell:r.bool,isFirstVisibleCell:r.bool,isLastVisibleCell:r.bool,isVisuallySelected:r.bool,nativeButton:r.bool,onBlur:r.func,onClick:r.func,onDaySelect:r.func.isRequired,onFocus:r.func,onFocusVisible:r.func,onKeyDown:r.func,onMouseDown:r.func,onMouseEnter:r.func,outsideCurrentMonth:r.bool,selected:r.bool,showDaysOutsideCurrentMonth:r.bool,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),tabIndex:r.number,today:r.bool,TouchRippleProps:r.object,touchRippleRef:r.oneOfType([r.func,r.shape({current:r.shape({pulsate:r.func.isRequired,start:r.func.isRequired,stop:r.func.isRequired})})]),type:r.string});const Jm=C.memo(rc);process.env.NODE_ENV!=="production"&&(Jm.displayName="PickerDay");const NO=e=>Ye("MuiPickersSlideTransition",e),lo=tt("MuiPickersSlideTransition",["root","slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"]),$O=["children","className","reduceAnimations","slideDirection","transKey","classes"],jO=(e,t)=>{const{slideDirection:n}=t,o={root:["root"],exit:["slideExit"],enterActive:["slideEnterActive"],enter:[`slideEnter-${n}`],exitActive:[`slideExitActiveLeft-${n}`]};return Fe(o,NO,e)},AO=["slideEnter-left","slideEnter-right","slideEnterActive","slideExit","slideExitActiveLeft-left","slideExitActiveLeft-right"],LO=ne(ds,{name:"MuiPickersSlideTransition",slot:"Root",overridesResolver:(e,t)=>AO.reduce((n,o)=>(n.push({[`.${lo[o]}`]:t[o]}),n),[t.root])})(({theme:e})=>{const t=e.transitions.create("transform",{duration:e.transitions.duration.complex,easing:"cubic-bezier(0.35, 0.8, 0.4, 1)"});return{display:"block",position:"relative",overflowX:"hidden","& > *":{position:"absolute",top:0,right:0,left:0},[`& .${lo["slideEnter-left"]}`]:{willChange:"transform",transform:"translate(100%)",zIndex:1},[`& .${lo["slideEnter-right"]}`]:{willChange:"transform",transform:"translate(-100%)",zIndex:1},[`& .${lo.slideEnterActive}`]:{transform:"translate(0%)",transition:t},[`& .${lo.slideExit}`]:{transform:"translate(0%)"},[`& .${lo["slideExitActiveLeft-left"]}`]:{willChange:"transform",transform:"translate(-100%)",transition:t,zIndex:0},[`& .${lo["slideExitActiveLeft-right"]}`]:{willChange:"transform",transform:"translate(100%)",transition:t,zIndex:0}}});function VO(e){const t=ke({props:e,name:"MuiPickersSlideTransition"}),{children:n,className:o,reduceAnimations:s,slideDirection:i,transKey:a,classes:l}=t,c=Ce(t,$O),{ownerState:u}=lt(),d=R({},u,{slideDirection:i}),m=jO(l,d),g=So();if(s)return h.jsx("div",{className:de(m.root,o),children:n});const p={exit:m.exit,enterActive:m.enterActive,enter:m.enter,exitActive:m.exitActive};return h.jsx(LO,{className:de(m.root,o),childFactory:b=>C.cloneElement(b,{classNames:p}),role:"none",ownerState:d,children:h.jsx(Ll,R({mountOnEnter:!0,unmountOnExit:!0,timeout:g.transitions.duration.complex,classNames:p},c,{children:n}),a)})}const FO=e=>Ye("MuiDayCalendar",e);tt("MuiDayCalendar",["root","header","weekDayLabel","loadingContainer","slideTransition","monthContainer","weekContainer","weekNumberLabel","weekNumber"]);const BO=["parentProps","day","focusedDay","selectedDays","isDateDisabled","currentMonthNumber","isViewFocused"],zO=["ownerState"],WO=e=>Fe({root:["root"],header:["header"],weekDayLabel:["weekDayLabel"],loadingContainer:["loadingContainer"],slideTransition:["slideTransition"],monthContainer:["monthContainer"],weekContainer:["weekContainer"],weekNumberLabel:["weekNumberLabel"],weekNumber:["weekNumber"]},FO,e),eh=(ai+zi*2)*6,UO=ne("div",{name:"MuiDayCalendar",slot:"Root"})({}),HO=ne("div",{name:"MuiDayCalendar",slot:"Header"})({display:"flex",justifyContent:"center",alignItems:"center"}),qO=ne(nn,{name:"MuiDayCalendar",slot:"WeekDayLabel"})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:(e.vars||e).palette.text.secondary})),YO=ne(nn,{name:"MuiDayCalendar",slot:"WeekNumberLabel"})(({theme:e})=>({width:36,height:40,margin:"0 2px",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",color:(e.vars||e).palette.text.disabled})),GO=ne(nn,{name:"MuiDayCalendar",slot:"WeekNumber"})(({theme:e})=>R({},e.typography.caption,{width:ai,height:ai,padding:0,margin:`0 ${zi}px`,color:(e.vars||e).palette.text.disabled,fontSize:"0.75rem",alignItems:"center",justifyContent:"center",display:"inline-flex"})),KO=ne("div",{name:"MuiDayCalendar",slot:"LoadingContainer"})({display:"flex",justifyContent:"center",alignItems:"center",minHeight:eh}),XO=ne(VO,{name:"MuiDayCalendar",slot:"SlideTransition"})({minHeight:eh}),QO=ne("div",{name:"MuiDayCalendar",slot:"MonthContainer"})({overflow:"hidden"}),ZO=ne("div",{name:"MuiDayCalendar",slot:"WeekContainer"})({margin:`${zi}px 0`,display:"flex",justifyContent:"center"});function JO(e){let{parentProps:t,day:n,focusedDay:o,selectedDays:s,isDateDisabled:i,currentMonthNumber:a,isViewFocused:l}=e,c=Ce(e,BO);const{currentMonth:u,disabled:d,disableHighlightToday:m,isMonthSwitchingAnimating:g,showDaysOutsideCurrentMonth:p,slots:b,slotProps:f,timezone:v}=t,x=Re(),w=To(v),I=o!=null&&x.isSameDay(n,o),S=l&&I,T=s.some(O=>x.isSameDay(O,n)),E=x.isSameDay(n,w),M=C.useMemo(()=>d||i(n),[d,i,n]),N=C.useMemo(()=>x.getMonth(n)!==a,[x,n,a]),$=Zm({day:n,selected:T,disabled:M,today:E,outsideCurrentMonth:N,disableHighlightToday:m,showDaysOutsideCurrentMonth:p}),V=(b==null?void 0:b.day)??Jm,j=Ve({elementType:V,externalSlotProps:f==null?void 0:f.day,additionalProps:R({disableHighlightToday:m,showDaysOutsideCurrentMonth:p,role:"gridcell",isAnimating:g,"data-timestamp":x.toJsDate(n).valueOf()},c),ownerState:R({},$,{day:n,isDayDisabled:M,isDaySelected:T})}),y=Ce(j,zO),D=C.useMemo(()=>{const O=x.startOfMonth(u);return p?x.isSameDay(n,x.startOfWeek(O)):x.isSameDay(n,O)},[u,n,p,x]),_=C.useMemo(()=>{const O=x.endOfMonth(u);return p?x.isSameDay(n,x.endOfWeek(O)):x.isSameDay(n,O)},[u,n,p,x]);return h.jsx(V,R({},y,{day:n,disabled:M,autoFocus:!N&&S,today:E,outsideCurrentMonth:N,isFirstVisibleCell:D,isLastVisibleCell:_,selected:T,tabIndex:I?0:-1,"aria-selected":T,"aria-current":E?"date":void 0}))}function ek(e){const t=ke({props:e,name:"MuiDayCalendar"}),n=Re(),{onFocusedDayChange:o,className:s,classes:i,currentMonth:a,selectedDays:l,focusedDay:c,loading:u,onSelectedDaysChange:d,onMonthSwitchingAnimationEnd:m,readOnly:g,reduceAnimations:p,renderLoading:b=()=>h.jsx("span",{children:"…"}),slideDirection:f,TransitionProps:v,disablePast:x,disableFuture:w,minDate:I,maxDate:S,shouldDisableDate:T,shouldDisableMonth:E,shouldDisableYear:M,dayOfWeekFormatter:N=te=>n.format(te,"weekdayShort").charAt(0).toUpperCase(),hasFocus:$,onFocusedViewChange:V,gridLabelId:j,displayWeekNumber:y,fixedWeekNumber:D,timezone:_}=t,O=To(_),k=WO(i),P=un(),A=Xm({shouldDisableDate:T,shouldDisableMonth:E,shouldDisableYear:M,minDate:I,maxDate:S,disablePast:x,disableFuture:w,timezone:_}),z=Rt(),L=ge(te=>{g||d(te)}),B=te=>{A(te)||(o(te),V==null||V(!0))},W=ge((te,H)=>{switch(te.key){case"ArrowUp":B(n.addDays(H,-7)),te.preventDefault();break;case"ArrowDown":B(n.addDays(H,7)),te.preventDefault();break;case"ArrowLeft":{const le=n.addDays(H,P?1:-1),X=n.addMonths(H,P?1:-1),ue=Hr({adapter:n,date:le,minDate:P?le:n.startOfMonth(X),maxDate:P?n.endOfMonth(X):le,isDateDisabled:A,timezone:_});B(ue||le),te.preventDefault();break}case"ArrowRight":{const le=n.addDays(H,P?-1:1),X=n.addMonths(H,P?-1:1),ue=Hr({adapter:n,date:le,minDate:P?n.startOfMonth(X):le,maxDate:P?le:n.endOfMonth(X),isDateDisabled:A,timezone:_});B(ue||le),te.preventDefault();break}case"Home":B(n.startOfWeek(H)),te.preventDefault();break;case"End":B(n.endOfWeek(H)),te.preventDefault();break;case"PageUp":B(n.addMonths(H,1)),te.preventDefault();break;case"PageDown":B(n.addMonths(H,-1)),te.preventDefault();break;case"Enter":case" ":L(H),te.preventDefault();break}}),K=ge((te,H)=>B(H)),ee=ge((te,H)=>{c!=null&&n.isSameDay(c,H)&&(V==null||V(!1))}),U=n.getMonth(a),Q=n.getYear(a),re=C.useMemo(()=>l.filter(te=>!!te).map(te=>n.startOfDay(te)),[n,l]),Y=`${Q}-${U}`,F=C.useMemo(()=>C.createRef(),[Y]),G=C.useMemo(()=>{const te=n.getWeekArray(a);let H=n.addMonths(a,1);for(;D&&te.length<D;){const le=n.getWeekArray(H),X=n.isSameDay(te[te.length-1][0],le[0][0]);le.slice(X?1:0).forEach(ue=>{te.length<D&&te.push(ue)}),H=n.addMonths(H,1)}return te},[a,D,n]);return h.jsxs(UO,{role:"grid","aria-labelledby":j,className:k.root,children:[h.jsxs(HO,{role:"row",className:k.header,children:[y&&h.jsx(YO,{variant:"caption",role:"columnheader","aria-label":z.calendarWeekNumberHeaderLabel,className:k.weekNumberLabel,children:z.calendarWeekNumberHeaderText}),ZC(n,O).map((te,H)=>h.jsx(qO,{variant:"caption",role:"columnheader","aria-label":n.format(te,"weekday"),className:k.weekDayLabel,children:N(te)},H.toString()))]}),u?h.jsx(KO,{className:k.loadingContainer,children:b()}):h.jsx(XO,R({transKey:Y,onExited:m,reduceAnimations:p,slideDirection:f,className:de(s,k.slideTransition)},v,{nodeRef:F,children:h.jsx(QO,{ref:F,role:"rowgroup",className:k.monthContainer,children:G.map((te,H)=>h.jsxs(ZO,{role:"row",className:k.weekContainer,"aria-rowindex":H+1,children:[y&&h.jsx(GO,{className:k.weekNumber,role:"rowheader","aria-label":z.calendarWeekNumberAriaLabelText(n.getWeekNumber(te[0])),children:z.calendarWeekNumberText(n.getWeekNumber(te[0]))}),te.map((le,X)=>h.jsx(JO,{parentProps:t,day:le,selectedDays:re,isViewFocused:$,focusedDay:c,onKeyDown:W,onFocus:K,onBlur:ee,onDaySelect:L,isDateDisabled:A,currentMonthNumber:U,"aria-colindex":X+1},le.toString()))]},`week-${te[0]}`))})}))]})}function th(e){return Ye("MuiMonthCalendar",e)}const Is=tt("MuiMonthCalendar",["root","button","disabled","selected"]),tk=["autoFocus","classes","disabled","selected","value","onClick","onKeyDown","onFocus","onBlur","slots","slotProps"],nk=(e,t)=>{const n={button:["button",t.isMonthDisabled&&"disabled",t.isMonthSelected&&"selected"]};return Fe(n,th,e)},ok=ne("button",{name:"MuiMonthCalendar",slot:"Button",overridesResolver:(e,t)=>[t.button,{[`&.${Is.disabled}`]:t.disabled},{[`&.${Is.selected}`]:t.selected}]})(({theme:e})=>R({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${Is.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${Is.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),nh=C.memo(function(t){const{autoFocus:n,classes:o,disabled:s,selected:i,value:a,onClick:l,onKeyDown:c,onFocus:u,onBlur:d,slots:m,slotProps:g}=t,p=Ce(t,tk),b=C.useRef(null),{ownerState:f}=lt(),v=R({},f,{isMonthDisabled:s,isMonthSelected:i}),x=nk(o,v);Qt(()=>{var S;n&&((S=b.current)==null||S.focus())},[n]);const w=(m==null?void 0:m.monthButton)??ok,I=Ve({elementType:w,externalSlotProps:g==null?void 0:g.monthButton,externalForwardedProps:p,additionalProps:{disabled:s,ref:b,type:"button",role:"radio","aria-checked":i,onClick:S=>l(S,a),onKeyDown:S=>c(S,a),onFocus:S=>u(S,a),onBlur:S=>d(S,a)},ownerState:v,className:x.button});return h.jsx(w,R({},I))});process.env.NODE_ENV!=="production"&&(nh.displayName="MonthCalendarButton");const rk=["autoFocus","className","currentMonth","classes","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","shouldDisableMonth","readOnly","disableHighlightToday","onMonthFocus","hasFocus","onFocusedViewChange","monthsPerRow","timezone","gridLabelId","slots","slotProps"],sk=e=>Fe({root:["root"]},th,e);function ik(e,t){const n=ke({props:e,name:t}),o=cs(n);return R({},n,o,{monthsPerRow:n.monthsPerRow??3})}const qd=(e,t,n,o,s)=>!!(e===t&&o&&s.isSameYear(n,o)),ak=ne("div",{name:"MuiMonthCalendar",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="monthsPerRow"})({display:"flex",flexWrap:"wrap",justifyContent:"space-evenly",rowGap:16,padding:"8px 0",width:Wi,boxSizing:"border-box",variants:[{props:{monthsPerRow:3},style:{columnGap:24}},{props:{monthsPerRow:4},style:{columnGap:0}}]}),sc=C.forwardRef(function(t,n){const o=ik(t,"MuiMonthCalendar"),{autoFocus:s,className:i,currentMonth:a,classes:l,value:c,defaultValue:u,referenceDate:d,disabled:m,disableFuture:g,disablePast:p,maxDate:b,minDate:f,onChange:v,shouldDisableMonth:x,readOnly:w,onMonthFocus:I,hasFocus:S,onFocusedViewChange:T,monthsPerRow:E,timezone:M,gridLabelId:N,slots:$,slotProps:V}=o,j=Ce(o,rk),{value:y,handleValueChange:D,timezone:_}=to({name:"MonthCalendar",timezone:M,value:c,defaultValue:u,referenceDate:d,onChange:v,valueManager:wt}),O=To(_),k=un(),P=Re(),{ownerState:A}=lt(),z=C.useMemo(()=>wt.getInitialReferenceValue({value:y,adapter:P,props:o,timezone:_,referenceDate:d,granularity:ln.month}),[]),L=sk(l),B=C.useMemo(()=>P.getMonth(O),[P,O]),W=C.useMemo(()=>y!=null?P.getMonth(y):null,[y,P]),[K,ee]=C.useState(()=>W||P.getMonth(z)),[U,Q]=ir({name:"MonthCalendar",state:"hasFocus",controlled:S,default:s??!1}),re=ge(X=>{Q(X),T&&T(X)}),Y=C.useCallback(X=>{const ue=P.startOfMonth(p&&P.isAfter(O,f)?O:f),pe=P.startOfMonth(g&&P.isBefore(O,b)?O:b),ae=P.startOfMonth(X);return P.isBefore(ae,ue)||P.isAfter(ae,pe)?!0:x?x(ae):!1},[g,p,b,f,O,x,P]),F=ge((X,ue)=>{if(w)return;const ae=(y&&a&&!P.isSameYear(y,a)?P.setYear(y,P.getYear(a)):y)??a??z,oe=P.setMonth(ae,ue);D(oe)}),G=ge(X=>{Y(P.setMonth(y??a??z,X))||(ee(X),re(!0),I&&I(X))});C.useEffect(()=>{ee(X=>W!==null&&X!==W?W:X)},[W]);const te=ge((X,ue)=>{switch(X.key){case"ArrowUp":G((12+ue-3)%12),X.preventDefault();break;case"ArrowDown":G((12+ue+3)%12),X.preventDefault();break;case"ArrowLeft":G((12+ue+(k?1:-1))%12),X.preventDefault();break;case"ArrowRight":G((12+ue+(k?-1:1))%12),X.preventDefault();break;case"Enter":case" ":F(X,ue),X.preventDefault();break}}),H=ge((X,ue)=>{G(ue)}),le=ge((X,ue)=>{K===ue&&re(!1)});return h.jsx(ak,R({ref:n,className:de(L.root,i),ownerState:A,role:"radiogroup","aria-labelledby":N,monthsPerRow:E},j,{children:Cl(P,a??y??z).map(X=>{const ue=P.getMonth(X),pe=P.format(X,"monthShort"),ae=P.format(X,"month"),oe=qd(ue,W,X,y,P),he=m||Y(X);return h.jsx(nh,{selected:oe,value:ue,onClick:F,onKeyDown:te,autoFocus:U&&ue===K,disabled:he,tabIndex:ue===K&&!he?0:-1,onFocus:H,onBlur:le,"aria-current":qd(ue,B,X,O,P)?"date":void 0,"aria-label":ae,slots:$,slotProps:V,classes:l,children:pe},pe)})}))});process.env.NODE_ENV!=="production"&&(sc.displayName="MonthCalendar");process.env.NODE_ENV!=="production"&&(sc.propTypes={autoFocus:r.bool,classes:r.object,className:r.string,currentMonth:r.object,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disablePast:r.bool,gridLabelId:r.string,hasFocus:r.bool,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),onChange:r.func,onFocusedViewChange:r.func,onMonthFocus:r.func,readOnly:r.bool,referenceDate:r.object,shouldDisableMonth:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object});function oh(e){return Ye("MuiYearCalendar",e)}const Es=tt("MuiYearCalendar",["root","button","disabled","selected"]),lk=["autoFocus","classes","disabled","selected","value","onClick","onKeyDown","onFocus","onBlur","slots","slotProps"],ck=(e,t)=>{const n={button:["button",t.isYearDisabled&&"disabled",t.isYearSelected&&"selected"]};return Fe(n,oh,e)},uk=ne("button",{name:"MuiYearCalendar",slot:"Button",overridesResolver:(e,t)=>[t.button,{[`&.${Es.disabled}`]:t.disabled},{[`&.${Es.selected}`]:t.selected}]})(({theme:e})=>R({color:"unset",backgroundColor:"transparent",border:0,outline:0},e.typography.subtitle1,{height:36,width:72,borderRadius:18,cursor:"pointer","&:focus":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.focusOpacity)},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)},"&:disabled":{cursor:"auto",pointerEvents:"none"},[`&.${Es.disabled}`]:{color:(e.vars||e).palette.text.secondary},[`&.${Es.selected}`]:{color:(e.vars||e).palette.primary.contrastText,backgroundColor:(e.vars||e).palette.primary.main,"&:focus, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}}})),rh=C.memo(function(t){const{autoFocus:n,classes:o,disabled:s,selected:i,value:a,onClick:l,onKeyDown:c,onFocus:u,onBlur:d,slots:m,slotProps:g}=t,p=Ce(t,lk),b=C.useRef(null),{ownerState:f}=lt(),v=R({},f,{isYearDisabled:s,isYearSelected:i}),x=ck(o,v);Qt(()=>{var S;n&&((S=b.current)==null||S.focus())},[n]);const w=(m==null?void 0:m.yearButton)??uk,I=Ve({elementType:w,externalSlotProps:g==null?void 0:g.yearButton,externalForwardedProps:p,additionalProps:{disabled:s,ref:b,type:"button",role:"radio","aria-checked":i,onClick:S=>l(S,a),onKeyDown:S=>c(S,a),onFocus:S=>u(S,a),onBlur:S=>d(S,a)},ownerState:v,className:x.button});return h.jsx(w,R({},I))});process.env.NODE_ENV!=="production"&&(rh.displayName="YearCalendarButton");const dk=["autoFocus","className","classes","value","defaultValue","referenceDate","disabled","disableFuture","disablePast","maxDate","minDate","onChange","readOnly","shouldDisableYear","disableHighlightToday","onYearFocus","hasFocus","onFocusedViewChange","yearsOrder","yearsPerRow","timezone","gridLabelId","slots","slotProps"],pk=e=>Fe({root:["root"]},oh,e);function fk(e,t){const n=ke({props:e,name:t}),o=cs(n);return R({},n,o,{yearsPerRow:n.yearsPerRow??3,yearsOrder:n.yearsOrder??"asc"})}const mk=ne("div",{name:"MuiYearCalendar",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="yearsPerRow"})({display:"flex",flexWrap:"wrap",justifyContent:"space-evenly",rowGap:12,padding:"6px 0",overflowY:"auto",height:"100%",width:Wi,maxHeight:vI,boxSizing:"border-box",position:"relative",variants:[{props:{yearsPerRow:3},style:{columnGap:24}},{props:{yearsPerRow:4},style:{columnGap:0,padding:"0 2px"}}]}),hk=ne("div",{name:"MuiYearCalendar",slot:"ButtonFiller"})({height:36,width:72}),ic=C.forwardRef(function(t,n){const o=fk(t,"MuiYearCalendar"),{autoFocus:s,className:i,classes:a,value:l,defaultValue:c,referenceDate:u,disabled:d,disableFuture:m,disablePast:g,maxDate:p,minDate:b,onChange:f,readOnly:v,shouldDisableYear:x,onYearFocus:w,hasFocus:I,onFocusedViewChange:S,yearsOrder:T,yearsPerRow:E,timezone:M,gridLabelId:N,slots:$,slotProps:V}=o,j=Ce(o,dk),{value:y,handleValueChange:D,timezone:_}=to({name:"YearCalendar",timezone:M,value:l,defaultValue:c,referenceDate:u,onChange:f,valueManager:wt}),O=To(_),k=un(),P=Re(),{ownerState:A}=lt(),z=C.useMemo(()=>wt.getInitialReferenceValue({value:y,adapter:P,props:o,timezone:_,referenceDate:u,granularity:ln.year}),[]),L=pk(a),B=C.useMemo(()=>P.getYear(O),[P,O]),W=C.useMemo(()=>y!=null?P.getYear(y):null,[y,P]),[K,ee]=C.useState(()=>W||P.getYear(z)),[U,Q]=ir({name:"YearCalendar",state:"hasFocus",controlled:I,default:s??!1}),re=ge(J=>{Q(J),S&&S(J)}),Y=C.useCallback(J=>{if(g&&P.isBeforeYear(J,O)||m&&P.isAfterYear(J,O)||b&&P.isBeforeYear(J,b)||p&&P.isAfterYear(J,p))return!0;if(!x)return!1;const ce=P.startOfYear(J);return x(ce)},[m,g,p,b,O,x,P]),F=ge((J,ce)=>{if(v)return;const se=P.setYear(y??z,ce);D(se)}),G=ge(J=>{Y(P.setYear(y??z,J))||(ee(J),re(!0),w==null||w(J))});C.useEffect(()=>{ee(J=>W!==null&&J!==W?W:J)},[W]);const te=T!=="desc"?E*1:E*-1,H=k&&T==="asc"||!k&&T==="desc"?-1:1,le=ge((J,ce)=>{switch(J.key){case"ArrowUp":G(ce-te),J.preventDefault();break;case"ArrowDown":G(ce+te),J.preventDefault();break;case"ArrowLeft":G(ce-H),J.preventDefault();break;case"ArrowRight":G(ce+H),J.preventDefault();break;case"Enter":case" ":F(J,ce),J.preventDefault();break}}),X=ge((J,ce)=>{G(ce)}),ue=ge((J,ce)=>{K===ce&&re(!1)}),pe=C.useRef(null),ae=Tt(n,pe);C.useEffect(()=>{if(s||pe.current===null)return;const J=pe.current.querySelector('[tabindex="0"]');if(!J)return;const ce=J.offsetHeight,se=J.offsetTop,ve=pe.current.clientHeight,xe=pe.current.scrollTop,Se=se+ce;ce>ve||se<xe||(pe.current.scrollTop=Se-ve/2-ce/2)},[s]);const oe=P.getYearRange([b,p]);T==="desc"&&oe.reverse();let he=E-oe.length%E;return he===E&&(he=0),h.jsxs(mk,R({ref:ae,className:de(L.root,i),ownerState:A,role:"radiogroup","aria-labelledby":N,yearsPerRow:E},j,{children:[oe.map(J=>{const ce=P.getYear(J),se=ce===W,ve=d||Y(J);return h.jsx(rh,{selected:se,value:ce,onClick:F,onKeyDown:le,autoFocus:U&&ce===K,disabled:ve,tabIndex:ce===K&&!ve?0:-1,onFocus:X,onBlur:ue,"aria-current":B===ce?"date":void 0,slots:$,slotProps:V,classes:a,children:P.format(J,"year")},P.format(J,"year"))}),Array.from({length:he},(J,ce)=>h.jsx(hk,{},ce))]}))});process.env.NODE_ENV!=="production"&&(ic.displayName="YearCalendar");process.env.NODE_ENV!=="production"&&(ic.propTypes={autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disablePast:r.bool,gridLabelId:r.string,hasFocus:r.bool,maxDate:r.object,minDate:r.object,onChange:r.func,onFocusedViewChange:r.func,onYearFocus:r.func,readOnly:r.bool,referenceDate:r.object,shouldDisableYear:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});const gk=e=>Ye("MuiPickersCalendarHeader",e),bk=tt("MuiPickersCalendarHeader",["root","labelContainer","label","switchViewButton","switchViewIcon"]);function yk(e){return Ye("MuiPickersArrowSwitcher",e)}tt("MuiPickersArrowSwitcher",["root","spacer","button","previousIconButton","nextIconButton","leftArrowIcon","rightArrowIcon"]);const vk=["children","className","slots","slotProps","isNextDisabled","isNextHidden","onGoToNext","nextLabel","isPreviousDisabled","isPreviousHidden","onGoToPrevious","previousLabel","labelId","classes"],xk=["ownerState"],Ck=["ownerState"],Sk=ne("div",{name:"MuiPickersArrowSwitcher",slot:"Root"})({display:"flex"}),wk=ne("div",{name:"MuiPickersArrowSwitcher",slot:"Spacer"})(({theme:e})=>({width:e.spacing(3)})),Yd=ne(Xn,{name:"MuiPickersArrowSwitcher",slot:"Button"})({variants:[{props:{isButtonHidden:!0},style:{visibility:"hidden"}}]}),Tk=e=>Fe({root:["root"],spacer:["spacer"],button:["button"],previousIconButton:["previousIconButton"],nextIconButton:["nextIconButton"],leftArrowIcon:["leftArrowIcon"],rightArrowIcon:["rightArrowIcon"]},yk,e),ac=C.forwardRef(function(t,n){const o=un(),s=ke({props:t,name:"MuiPickersArrowSwitcher"}),{children:i,className:a,slots:l,slotProps:c,isNextDisabled:u,isNextHidden:d,onGoToNext:m,nextLabel:g,isPreviousDisabled:p,isPreviousHidden:b,onGoToPrevious:f,previousLabel:v,labelId:x,classes:w}=s,I=Ce(s,vk),{ownerState:S}=lt(),T=Tk(w),E={isDisabled:u,isHidden:d,goTo:m,label:g},M={isDisabled:p,isHidden:b,goTo:f,label:v},N=(l==null?void 0:l.previousIconButton)??Yd,$=Ve({elementType:N,externalSlotProps:c==null?void 0:c.previousIconButton,additionalProps:{size:"medium",title:M.label,"aria-label":M.label,disabled:M.isDisabled,edge:"end",onClick:M.goTo},ownerState:R({},S,{isButtonHidden:M.isHidden??!1}),className:de(T.button,T.previousIconButton)}),V=(l==null?void 0:l.nextIconButton)??Yd,j=Ve({elementType:V,externalSlotProps:c==null?void 0:c.nextIconButton,additionalProps:{size:"medium",title:E.label,"aria-label":E.label,disabled:E.isDisabled,edge:"start",onClick:E.goTo},ownerState:R({},S,{isButtonHidden:E.isHidden??!1}),className:de(T.button,T.nextIconButton)}),y=(l==null?void 0:l.leftArrowIcon)??cE,D=Ve({elementType:y,externalSlotProps:c==null?void 0:c.leftArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:S,className:T.leftArrowIcon}),_=Ce(D,xk),O=(l==null?void 0:l.rightArrowIcon)??uE,k=Ve({elementType:O,externalSlotProps:c==null?void 0:c.rightArrowIcon,additionalProps:{fontSize:"inherit"},ownerState:S,className:T.rightArrowIcon}),P=Ce(k,Ck);return h.jsxs(Sk,R({ref:n,className:de(T.root,a),ownerState:S},I,{children:[h.jsx(N,R({},$,{children:o?h.jsx(O,R({},P)):h.jsx(y,R({},_))})),i?h.jsx(nn,{variant:"subtitle1",component:"span",id:x,children:i}):h.jsx(wk,{className:T.spacer,ownerState:S}),h.jsx(V,R({},j,{children:o?h.jsx(y,R({},_)):h.jsx(O,R({},P))}))]}))});process.env.NODE_ENV!=="production"&&(ac.displayName="PickersArrowSwitcher");function Ik(e,{disableFuture:t,maxDate:n,timezone:o}){const s=Re();return C.useMemo(()=>{const i=s.date(void 0,o),a=s.startOfMonth(t&&s.isBefore(i,n)?i:n);return!s.isAfter(a,e)},[t,n,e,s,o])}function Ek(e,{disablePast:t,minDate:n,timezone:o}){const s=Re();return C.useMemo(()=>{const i=s.date(void 0,o),a=s.startOfMonth(t&&s.isAfter(i,n)?i:n);return!s.isBefore(a,s.startOfMonth(e))},[t,n,e,s,o])}function lc(e,t,n,o){const s=Re(),i=C.useMemo(()=>s.isValid(e)?e:null,[s,e]),a=tS(i,s),l=C.useCallback(c=>{const u=i==null?null:Df(i,c,!!t,s);n(u,o??"partial")},[t,i,n,o,s]);return{meridiemMode:a,handleMeridiemChange:l}}const Ok=["slots","slotProps","currentMonth","disabled","disableFuture","disablePast","maxDate","minDate","onMonthChange","onViewChange","view","reduceAnimations","views","labelId","className","classes","timezone","format"],kk=["ownerState"],_k=e=>Fe({root:["root"],labelContainer:["labelContainer"],label:["label"],switchViewButton:["switchViewButton"],switchViewIcon:["switchViewIcon"]},gk,e),Pk=ne("div",{name:"MuiPickersCalendarHeader",slot:"Root"})({display:"flex",alignItems:"center",marginTop:12,marginBottom:4,paddingLeft:24,paddingRight:12,maxHeight:40,minHeight:40}),Dk=ne("div",{name:"MuiPickersCalendarHeader",slot:"LabelContainer"})(({theme:e})=>R({display:"flex",overflow:"hidden",alignItems:"center",cursor:"pointer",marginRight:"auto"},e.typography.body1,{fontWeight:e.typography.fontWeightMedium})),Mk=ne("div",{name:"MuiPickersCalendarHeader",slot:"Label"})({marginRight:6}),Rk=ne(Xn,{name:"MuiPickersCalendarHeader",slot:"SwitchViewButton"})({marginRight:"auto",variants:[{props:{view:"year"},style:{[`.${bk.switchViewIcon}`]:{transform:"rotate(180deg)"}}}]}),Nk=ne(lE,{name:"MuiPickersCalendarHeader",slot:"SwitchViewIcon"})(({theme:e})=>({willChange:"transform",transition:e.transitions.create("transform"),transform:"rotate(0deg)"})),cc=C.forwardRef(function(t,n){const o=Rt(),s=Re(),i=ke({props:t,name:"MuiPickersCalendarHeader"}),{slots:a,slotProps:l,currentMonth:c,disabled:u,disableFuture:d,disablePast:m,maxDate:g,minDate:p,onMonthChange:b,onViewChange:f,view:v,reduceAnimations:x,views:w,labelId:I,className:S,classes:T,timezone:E,format:M=`${s.formats.month} ${s.formats.year}`}=i,N=Ce(i,Ok),{ownerState:$}=lt(),V=_k(T),j=(a==null?void 0:a.switchViewButton)??Rk,y=Ve({elementType:j,externalSlotProps:l==null?void 0:l.switchViewButton,additionalProps:{size:"small","aria-label":o.calendarViewSwitchingButtonAriaLabel(v)},ownerState:R({},$,{view:v}),className:V.switchViewButton}),D=(a==null?void 0:a.switchViewIcon)??Nk,_=Ve({elementType:D,externalSlotProps:l==null?void 0:l.switchViewIcon,ownerState:$,className:V.switchViewIcon}),O=Ce(_,kk),k=()=>b(s.addMonths(c,1)),P=()=>b(s.addMonths(c,-1)),A=Ik(c,{disableFuture:d,maxDate:g,timezone:E}),z=Ek(c,{disablePast:m,minDate:p,timezone:E}),L=()=>{if(!(w.length===1||!f||u))if(w.length===2)f(w.find(W=>W!==v)||w[0]);else{const W=w.indexOf(v)!==0?0:1;f(w[W])}};if(w.length===1&&w[0]==="year")return null;const B=s.formatByString(c,M);return h.jsxs(Pk,R({},N,{ownerState:$,className:de(V.root,S),ref:n,children:[h.jsxs(Dk,{role:"none",onClick:L,ownerState:$,"aria-live":"polite",className:V.labelContainer,children:[h.jsx(Qm,{reduceAnimations:x,transKey:B,children:h.jsx(Mk,{id:I,ownerState:$,className:V.label,children:B})}),w.length>1&&!u&&h.jsx(j,R({},y,{children:h.jsx(D,R({},O))}))]}),h.jsx(Gn,{in:v==="day",appear:!x,enter:!x,children:h.jsx(ac,{slots:a,slotProps:l,onGoToPrevious:P,isPreviousDisabled:z,previousLabel:o.previousMonth,onGoToNext:k,isNextDisabled:A,nextLabel:o.nextMonth})})]}))});process.env.NODE_ENV!=="production"&&(cc.displayName="PickersCalendarHeader");process.env.NODE_ENV!=="production"&&(cc.propTypes={classes:r.object,className:r.string,currentMonth:r.object.isRequired,disabled:r.bool,disableFuture:r.bool,disablePast:r.bool,format:r.string,labelId:r.string,maxDate:r.object.isRequired,minDate:r.object.isRequired,onMonthChange:r.func.isRequired,onViewChange:r.func,reduceAnimations:r.bool.isRequired,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string.isRequired,view:r.oneOf(["day","month","year"]).isRequired,views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired).isRequired});const ea=ne("div",{slot:"internal",shouldForwardProp:void 0})({overflow:"hidden",width:Wi,maxHeight:Xl,display:"flex",flexDirection:"column",margin:"0 auto"}),$k=e=>Ye("MuiDateCalendar",e);tt("MuiDateCalendar",["root","viewTransitionContainer"]);const jk=["autoFocus","onViewChange","value","defaultValue","referenceDate","disableFuture","disablePast","onChange","onYearChange","onMonthChange","reduceAnimations","shouldDisableDate","shouldDisableMonth","shouldDisableYear","view","views","openTo","className","classes","disabled","readOnly","minDate","maxDate","disableHighlightToday","focusedView","onFocusedViewChange","showDaysOutsideCurrentMonth","fixedWeekNumber","dayOfWeekFormatter","slots","slotProps","loading","renderLoading","displayWeekNumber","yearsOrder","yearsPerRow","monthsPerRow","timezone"],Ak=e=>Fe({root:["root"],viewTransitionContainer:["viewTransitionContainer"]},$k,e);function Lk(e,t){const n=ke({props:e,name:t}),o=bm(n.reduceAnimations),s=cs(n);return R({},n,s,{loading:n.loading??!1,openTo:n.openTo??"day",views:n.views??["year","day"],reduceAnimations:o,renderLoading:n.renderLoading??(()=>h.jsx("span",{children:"…"}))})}const Vk=ne(ea,{name:"MuiDateCalendar",slot:"Root"})({display:"flex",flexDirection:"column",height:Xl}),Fk=ne(Qm,{name:"MuiDateCalendar",slot:"ViewTransitionContainer"})({}),uc=C.forwardRef(function(t,n){const o=Re(),{ownerState:s}=lt(),i=Fi(),a=Lk(t,"MuiDateCalendar"),{autoFocus:l,onViewChange:c,value:u,defaultValue:d,referenceDate:m,disableFuture:g,disablePast:p,onChange:b,onMonthChange:f,reduceAnimations:v,shouldDisableDate:x,shouldDisableMonth:w,shouldDisableYear:I,view:S,views:T,openTo:E,className:M,classes:N,disabled:$,readOnly:V,minDate:j,maxDate:y,disableHighlightToday:D,focusedView:_,onFocusedViewChange:O,showDaysOutsideCurrentMonth:k,fixedWeekNumber:P,dayOfWeekFormatter:A,slots:z,slotProps:L,loading:B,renderLoading:W,displayWeekNumber:K,yearsOrder:ee,yearsPerRow:U,monthsPerRow:Q,timezone:re}=a,Y=Ce(a,jk),{value:F,handleValueChange:G,timezone:te}=to({name:"DateCalendar",timezone:re,value:u,defaultValue:d,referenceDate:m,onChange:b,valueManager:wt}),{view:H,setView:le,focusedView:X,setFocusedView:ue,goToNextView:pe,setValueAndGoToNextView:ae}=hs({view:S,views:T,openTo:E,onChange:G,onViewChange:c,autoFocus:l,focusedView:_,onFocusedViewChange:O}),{referenceDate:oe,calendarState:he,setVisibleDate:J,isDateDisabled:ce,onMonthSwitchingAnimationEnd:se}=IO({value:F,referenceDate:m,reduceAnimations:v,onMonthChange:f,minDate:j,maxDate:y,shouldDisableDate:x,disablePast:p,disableFuture:g,timezone:te,getCurrentMonthFromVisibleDate:(Ee,st)=>o.isSameMonth(Ee,st)?st:o.startOfMonth(Ee)}),ve=$&&F||j,xe=$&&F||y,Se=`${i}-grid-label`,Ie=X!==null,_e=(z==null?void 0:z.calendarHeader)??cc,Ge=Ve({elementType:_e,externalSlotProps:L==null?void 0:L.calendarHeader,additionalProps:{views:T,view:H,currentMonth:he.currentMonth,onViewChange:le,onMonthChange:Ee=>J({target:Ee,reason:"header-navigation"}),minDate:ve,maxDate:xe,disabled:$,disablePast:p,disableFuture:g,reduceAnimations:v,timezone:te,labelId:Se},ownerState:s}),ct=ge(Ee=>{const st=o.startOfMonth(Ee),Et=o.endOfMonth(Ee),Nt=ce(Ee)?Hr({adapter:o,date:Ee,minDate:o.isBefore(j,st)?st:j,maxDate:o.isAfter(y,Et)?Et:y,disablePast:p,disableFuture:g,isDateDisabled:ce,timezone:te}):Ee;Nt?(ae(Nt,"finish"),J({target:Nt,reason:"cell-interaction"})):(pe(),J({target:st,reason:"cell-interaction"}))}),It=ge(Ee=>{const st=o.startOfYear(Ee),Et=o.endOfYear(Ee),Nt=ce(Ee)?Hr({adapter:o,date:Ee,minDate:o.isBefore(j,st)?st:j,maxDate:o.isAfter(y,Et)?Et:y,disablePast:p,disableFuture:g,isDateDisabled:ce,timezone:te}):Ee;Nt?(ae(Nt,"finish"),J({target:Nt,reason:"cell-interaction"})):(pe(),J({target:st,reason:"cell-interaction"}))}),we=ge(Ee=>G(Ee&&Js(o,Ee,F??oe),"finish",H));C.useEffect(()=>{o.isValid(F)&&J({target:F,reason:"controlled-value-change"})},[F]);const nt=Ak(N),ze={disablePast:p,disableFuture:g,maxDate:y,minDate:j},Be={disableHighlightToday:D,readOnly:V,disabled:$,timezone:te,gridLabelId:Se,slots:z,slotProps:L},Oe=C.useRef(H);C.useEffect(()=>{Oe.current!==H&&(X===Oe.current&&ue(H,!0),Oe.current=H)},[X,ue,H]);const rt=C.useMemo(()=>[F],[F]);return h.jsxs(Vk,R({ref:n,className:de(nt.root,M),ownerState:s},Y,{children:[h.jsx(_e,R({},Ge,{slots:z,slotProps:L})),h.jsx(Fk,{reduceAnimations:v,className:nt.viewTransitionContainer,transKey:H,ownerState:s,children:h.jsxs("div",{children:[H==="year"&&h.jsx(ic,R({},ze,Be,{value:F,onChange:It,shouldDisableYear:I,hasFocus:Ie,onFocusedViewChange:Ee=>ue("year",Ee),yearsOrder:ee,yearsPerRow:U,referenceDate:oe})),H==="month"&&h.jsx(sc,R({},ze,Be,{currentMonth:he.currentMonth,hasFocus:Ie,className:M,value:F,onChange:ct,shouldDisableMonth:w,onFocusedViewChange:Ee=>ue("month",Ee),monthsPerRow:Q,referenceDate:oe})),H==="day"&&h.jsx(ek,R({},he,ze,Be,{onMonthSwitchingAnimationEnd:se,hasFocus:Ie,onFocusedDayChange:Ee=>J({target:Ee,reason:"cell-interaction"}),reduceAnimations:v,selectedDays:rt,onSelectedDaysChange:we,shouldDisableDate:x,shouldDisableMonth:w,shouldDisableYear:I,onFocusedViewChange:Ee=>ue("day",Ee),showDaysOutsideCurrentMonth:k,fixedWeekNumber:P,dayOfWeekFormatter:A,displayWeekNumber:K,loading:B,renderLoading:W}))]})})]}))});process.env.NODE_ENV!=="production"&&(uc.displayName="DateCalendar");process.env.NODE_ENV!=="production"&&(uc.propTypes={autoFocus:r.bool,classes:r.object,className:r.string,dayOfWeekFormatter:r.func,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,focusedView:r.oneOf(["day","month","year"]),loading:r.bool,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),onChange:r.func,onFocusedViewChange:r.func,onMonthChange:r.func,onViewChange:r.func,onYearChange:r.func,openTo:r.oneOf(["day","month","year"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});const yo=({view:e,onViewChange:t,views:n,focusedView:o,onFocusedViewChange:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minDate:p,maxDate:b,shouldDisableDate:f,shouldDisableMonth:v,shouldDisableYear:x,reduceAnimations:w,onMonthChange:I,monthsPerRow:S,onYearChange:T,yearsOrder:E,yearsPerRow:M,slots:N,slotProps:$,loading:V,renderLoading:j,disableHighlightToday:y,readOnly:D,disabled:_,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:k,sx:P,autoFocus:A,fixedWeekNumber:z,displayWeekNumber:L,timezone:B})=>h.jsx(uc,{view:e,onViewChange:t,views:n.filter(Xu),focusedView:o&&Xu(o)?o:null,onFocusedViewChange:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minDate:p,maxDate:b,shouldDisableDate:f,shouldDisableMonth:v,shouldDisableYear:x,reduceAnimations:w,onMonthChange:I,monthsPerRow:S,onYearChange:T,yearsOrder:E,yearsPerRow:M,slots:N,slotProps:$,loading:V,renderLoading:j,disableHighlightToday:y,readOnly:D,disabled:_,showDaysOutsideCurrentMonth:O,dayOfWeekFormatter:k,sx:P,autoFocus:A,fixedWeekNumber:z,displayWeekNumber:L,timezone:B});process.env.NODE_ENV!=="production"&&(yo.displayName="renderDateViewCalendar");const dc=C.forwardRef(function(t,n){var c;const o=Re(),s=zf(t,"MuiDesktopDatePicker"),i=R({day:yo,month:yo,year:yo},s.viewRenderers),a=R({},s,{closeOnSelect:s.closeOnSelect??!0,viewRenderers:i,format:wl(o,s,!1),yearsPerRow:s.yearsPerRow??4,slots:R({field:Ji},s.slots),slotProps:R({},s.slotProps,{field:u=>{var d;return R({},Yn((d=s.slotProps)==null?void 0:d.field,u),Ni(s))},toolbar:R({hidden:!0},(c=s.slotProps)==null?void 0:c.toolbar)})}),{renderPicker:l}=Nm({ref:n,props:a,valueManager:wt,valueType:"date",validator:ls,steps:null});return l()});process.env.NODE_ENV!=="production"&&(dc.displayName="DesktopDatePicker");process.env.NODE_ENV!=="production"&&(dc.propTypes={autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,dayOfWeekFormatter:r.func,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,loading:r.bool,localeText:r.object,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onMonthChange:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,onYearChange:r.func,open:r.bool,openTo:r.oneOf(["day","month","year"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),viewRenderers:r.shape({day:r.func,month:r.func,year:r.func}),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});function Bk(e){return $e("MuiDialogContent",e)}Me("MuiDialogContent",["root","dividers"]);const zk=Me("MuiDialogTitle",["root"]),Wk=e=>{const{classes:t,dividers:n}=e;return Le({root:["root",n&&"dividers"]},Bk,t)},Uk=ne("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})(dt(({theme:e})=>({flex:"1 1 auto",WebkitOverflowScrolling:"touch",overflowY:"auto",padding:"20px 24px",variants:[{props:({ownerState:t})=>t.dividers,style:{padding:"16px 24px",borderTop:`1px solid ${(e.vars||e).palette.divider}`,borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:t})=>!t.dividers,style:{[`.${zk.root} + &`]:{paddingTop:0}}}]}))),sh=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiDialogContent"}),{className:s,dividers:i=!1,...a}=o,l={...o,dividers:i},c=Wk(l);return h.jsx(Uk,{className:de(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(sh.propTypes={children:r.node,classes:r.object,className:r.string,dividers:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function ih(e=window){const t=e.document.documentElement.clientWidth;return e.innerWidth-t}function Hk(e){const t=vn(e);return t.body===e?Qr(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function $r(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function Gd(e){return parseFloat(Qr(e).getComputedStyle(e).paddingRight)||0}function qk(e){const n=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),o=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return n||o}function Kd(e,t,n,o,s){const i=[t,n,...o];[].forEach.call(e.children,a=>{const l=!i.includes(a),c=!qk(a);l&&c&&$r(a,s)})}function Ca(e,t){let n=-1;return e.some((o,s)=>t(o)?(n=s,!0):!1),n}function Yk(e,t){const n=[],o=e.container;if(!t.disableScrollLock){if(Hk(o)){const a=ih(Qr(o));n.push({value:o.style.paddingRight,property:"padding-right",el:o}),o.style.paddingRight=`${Gd(o)+a}px`;const l=vn(o).querySelectorAll(".mui-fixed");[].forEach.call(l,c=>{n.push({value:c.style.paddingRight,property:"padding-right",el:c}),c.style.paddingRight=`${Gd(c)+a}px`})}let i;if(o.parentNode instanceof DocumentFragment)i=vn(o).body;else{const a=o.parentElement,l=Qr(o);i=(a==null?void 0:a.nodeName)==="HTML"&&l.getComputedStyle(a).overflowY==="scroll"?a:o}n.push({value:i.style.overflow,property:"overflow",el:i},{value:i.style.overflowX,property:"overflow-x",el:i},{value:i.style.overflowY,property:"overflow-y",el:i}),i.style.overflow="hidden"}return()=>{n.forEach(({value:i,el:a,property:l})=>{i?a.style.setProperty(l,i):a.style.removeProperty(l)})}}function Gk(e){const t=[];return[].forEach.call(e.children,n=>{n.getAttribute("aria-hidden")==="true"&&t.push(n)}),t}class Kk{constructor(){this.modals=[],this.containers=[]}add(t,n){let o=this.modals.indexOf(t);if(o!==-1)return o;o=this.modals.length,this.modals.push(t),t.modalRef&&$r(t.modalRef,!1);const s=Gk(n);Kd(n,t.mount,t.modalRef,s,!0);const i=Ca(this.containers,a=>a.container===n);return i!==-1?(this.containers[i].modals.push(t),o):(this.containers.push({modals:[t],container:n,restore:null,hiddenSiblings:s}),o)}mount(t,n){const o=Ca(this.containers,i=>i.modals.includes(t)),s=this.containers[o];s.restore||(s.restore=Yk(s,n))}remove(t,n=!0){const o=this.modals.indexOf(t);if(o===-1)return o;const s=Ca(this.containers,a=>a.modals.includes(t)),i=this.containers[s];if(i.modals.splice(i.modals.indexOf(t),1),this.modals.splice(o,1),i.modals.length===0)i.restore&&i.restore(),t.modalRef&&$r(t.modalRef,n),Kd(i.container,t.mount,t.modalRef,i.hiddenSiblings,!1),this.containers.splice(s,1);else{const a=i.modals[i.modals.length-1];a.modalRef&&$r(a.modalRef,!1)}return o}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}function Xk(e){return $e("MuiBackdrop",e)}Me("MuiBackdrop",["root","invisible"]);const Qk=e=>{const{classes:t,invisible:n}=e;return Le({root:["root",n&&"invisible"]},Xk,t)},Zk=ne("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.invisible&&t.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),pc=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiBackdrop"}),{children:s,className:i,component:a="div",invisible:l=!1,open:c,components:u={},componentsProps:d={},slotProps:m={},slots:g={},TransitionComponent:p,transitionDuration:b,...f}=o,v={...o,component:a,invisible:l},x=Qk(v),w={transition:p,root:u.Root,...g},I={...d,...m},S={component:a,slots:w,slotProps:I},[T,E]=at("root",{elementType:Zk,externalForwardedProps:S,className:de(x.root,i),ownerState:v}),[M,N]=at("transition",{elementType:Gn,externalForwardedProps:S,ownerState:v});return h.jsx(M,{in:c,timeout:b,...f,...N,children:h.jsx(T,{"aria-hidden":!0,...E,ref:n,children:s})})});process.env.NODE_ENV!=="production"&&(pc.propTypes={children:r.node,classes:r.object,className:r.string,component:r.elementType,components:r.shape({Root:r.elementType}),componentsProps:r.shape({root:r.object}),invisible:r.bool,open:r.bool.isRequired,slotProps:r.shape({root:r.oneOfType([r.func,r.object]),transition:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType,transition:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),TransitionComponent:r.elementType,transitionDuration:r.oneOfType([r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});function Jk(e){return typeof e=="function"?e():e}function e_(e){return e?e.props.hasOwnProperty("in"):!1}const Xd=()=>{},Os=new Kk;function t_(e){const{container:t,disableEscapeKeyDown:n=!1,disableScrollLock:o=!1,closeAfterTransition:s=!1,onTransitionEnter:i,onTransitionExited:a,children:l,onClose:c,open:u,rootRef:d}=e,m=C.useRef({}),g=C.useRef(null),p=C.useRef(null),b=kt(p,d),[f,v]=C.useState(!u),x=e_(l);let w=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(w=!1);const I=()=>vn(g.current),S=()=>(m.current.modalRef=p.current,m.current.mount=g.current,m.current),T=()=>{Os.mount(S(),{disableScrollLock:o}),p.current&&(p.current.scrollTop=0)},E=Go(()=>{const O=Jk(t)||I().body;Os.add(S(),O),p.current&&T()}),M=()=>Os.isTopModal(S()),N=Go(O=>{g.current=O,O&&(u&&M()?T():p.current&&$r(p.current,w))}),$=C.useCallback(()=>{Os.remove(S(),w)},[w]);C.useEffect(()=>()=>{$()},[$]),C.useEffect(()=>{u?E():(!x||!s)&&$()},[u,$,x,s,E]);const V=O=>k=>{var P;(P=O.onKeyDown)==null||P.call(O,k),!(k.key!=="Escape"||k.which===229||!M())&&(n||(k.stopPropagation(),c&&c(k,"escapeKeyDown")))},j=O=>k=>{var P;(P=O.onClick)==null||P.call(O,k),k.target===k.currentTarget&&c&&c(k,"backdropClick")};return{getRootProps:(O={})=>{const k=am(e);delete k.onTransitionEnter,delete k.onTransitionExited;const P={...k,...O};return{role:"presentation",...P,onKeyDown:V(P),ref:b}},getBackdropProps:(O={})=>{const k=O;return{"aria-hidden":!0,...k,onClick:j(k),open:u}},getTransitionProps:()=>{const O=()=>{v(!1),i&&i()},k=()=>{v(!0),a&&a(),s&&$()};return{onEnter:_d(O,(l==null?void 0:l.props.onEnter)??Xd),onExited:_d(k,(l==null?void 0:l.props.onExited)??Xd)}},rootRef:b,portalRef:N,isTopModal:M,exited:f,hasTransition:x}}function n_(e){return $e("MuiModal",e)}Me("MuiModal",["root","hidden","backdrop"]);const o_=e=>{const{open:t,exited:n,classes:o}=e;return Le({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},n_,o)},r_=ne("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})(dt(({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:t})=>!t.open&&t.exited,style:{visibility:"hidden"}}]}))),s_=ne(pc,{name:"MuiModal",slot:"Backdrop"})({zIndex:-1}),ah=C.forwardRef(function(t,n){const o=ot({name:"MuiModal",props:t}),{BackdropComponent:s=s_,BackdropProps:i,classes:a,className:l,closeAfterTransition:c=!1,children:u,container:d,component:m,components:g={},componentsProps:p={},disableAutoFocus:b=!1,disableEnforceFocus:f=!1,disableEscapeKeyDown:v=!1,disablePortal:x=!1,disableRestoreFocus:w=!1,disableScrollLock:I=!1,hideBackdrop:S=!1,keepMounted:T=!1,onClose:E,onTransitionEnter:M,onTransitionExited:N,open:$,slotProps:V={},slots:j={},theme:y,...D}=o,_={...o,closeAfterTransition:c,disableAutoFocus:b,disableEnforceFocus:f,disableEscapeKeyDown:v,disablePortal:x,disableRestoreFocus:w,disableScrollLock:I,hideBackdrop:S,keepMounted:T},{getRootProps:O,getBackdropProps:k,getTransitionProps:P,portalRef:A,isTopModal:z,exited:L,hasTransition:B}=t_({..._,rootRef:n}),W={..._,exited:L},K=o_(W),ee={};if(u.props.tabIndex===void 0&&(ee.tabIndex="-1"),B){const{onEnter:G,onExited:te}=P();ee.onEnter=G,ee.onExited=te}const U={slots:{root:g.Root,backdrop:g.Backdrop,...j},slotProps:{...p,...V}},[Q,re]=at("root",{ref:n,elementType:r_,externalForwardedProps:{...U,...D,component:m},getSlotProps:O,ownerState:W,className:de(l,K==null?void 0:K.root,!W.open&&W.exited&&(K==null?void 0:K.hidden))}),[Y,F]=at("backdrop",{ref:i==null?void 0:i.ref,elementType:s,externalForwardedProps:U,shouldForwardComponentProp:!0,additionalProps:i,getSlotProps:G=>k({...G,onClick:te=>{G!=null&&G.onClick&&G.onClick(te)}}),className:de(i==null?void 0:i.className,K==null?void 0:K.backdrop),ownerState:W});return!T&&!$&&(!B||L)?null:h.jsx(Kr,{ref:A,container:d,disablePortal:x,children:h.jsxs(Q,{...re,children:[!S&&s?h.jsx(Y,{...F}):null,h.jsx(Xr,{disableEnforceFocus:f,disableAutoFocus:b,disableRestoreFocus:w,isEnabled:z,open:$,children:C.cloneElement(u,ee)})]})})});process.env.NODE_ENV!=="production"&&(ah.propTypes={BackdropComponent:r.elementType,BackdropProps:r.object,children:us.isRequired,classes:r.object,className:r.string,closeAfterTransition:r.bool,component:r.elementType,components:r.shape({Backdrop:r.elementType,Root:r.elementType}),componentsProps:r.shape({backdrop:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),container:r.oneOfType([tr,r.func]),disableAutoFocus:r.bool,disableEnforceFocus:r.bool,disableEscapeKeyDown:r.bool,disablePortal:r.bool,disableRestoreFocus:r.bool,disableScrollLock:r.bool,hideBackdrop:r.bool,keepMounted:r.bool,onClose:r.func,onTransitionEnter:r.func,onTransitionExited:r.func,open:r.bool.isRequired,slotProps:r.shape({backdrop:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({backdrop:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function i_(e){return $e("MuiDialog",e)}const jr=Me("MuiDialog",["root","backdrop","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),lh=C.createContext({});process.env.NODE_ENV!=="production"&&(lh.displayName="DialogContext");const a_=ne(pc,{name:"MuiDialog",slot:"Backdrop"})({zIndex:-1}),l_=e=>{const{classes:t,scroll:n,maxWidth:o,fullWidth:s,fullScreen:i}=e,a={root:["root"],backdrop:["backdrop"],container:["container",`scroll${fe(n)}`],paper:["paper",`paperScroll${fe(n)}`,`paperWidth${fe(String(o))}`,s&&"paperFullWidth",i&&"paperFullScreen"]};return Le(a,i_,t)},c_=ne(ah,{name:"MuiDialog",slot:"Root"})({"@media print":{position:"absolute !important"}}),u_=ne("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.container,t[`scroll${fe(n.scroll)}`]]}})({height:"100%","@media print":{height:"auto"},outline:0,variants:[{props:{scroll:"paper"},style:{display:"flex",justifyContent:"center",alignItems:"center"}},{props:{scroll:"body"},style:{overflowY:"auto",overflowX:"hidden",textAlign:"center","&::after":{content:'""',display:"inline-block",verticalAlign:"middle",height:"100%",width:"0"}}}]}),d_=ne(ps,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.paper,t[`scrollPaper${fe(n.scroll)}`],t[`paperWidth${fe(String(n.maxWidth))}`],n.fullWidth&&t.paperFullWidth,n.fullScreen&&t.paperFullScreen]}})(dt(({theme:e})=>({margin:32,position:"relative",overflowY:"auto","@media print":{overflowY:"visible",boxShadow:"none"},variants:[{props:{scroll:"paper"},style:{display:"flex",flexDirection:"column",maxHeight:"calc(100% - 64px)"}},{props:{scroll:"body"},style:{display:"inline-block",verticalAlign:"middle",textAlign:"initial"}},{props:({ownerState:t})=>!t.maxWidth,style:{maxWidth:"calc(100% - 64px)"}},{props:{maxWidth:"xs"},style:{maxWidth:e.breakpoints.unit==="px"?Math.max(e.breakpoints.values.xs,444):`max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,[`&.${jr.paperScrollBody}`]:{[e.breakpoints.down(Math.max(e.breakpoints.values.xs,444)+64)]:{maxWidth:"calc(100% - 64px)"}}}},...Object.keys(e.breakpoints.values).filter(t=>t!=="xs").map(t=>({props:{maxWidth:t},style:{maxWidth:`${e.breakpoints.values[t]}${e.breakpoints.unit}`,[`&.${jr.paperScrollBody}`]:{[e.breakpoints.down(e.breakpoints.values[t]+64)]:{maxWidth:"calc(100% - 64px)"}}}})),{props:({ownerState:t})=>t.fullWidth,style:{width:"calc(100% - 64px)"}},{props:({ownerState:t})=>t.fullScreen,style:{margin:0,width:"100%",maxWidth:"100%",height:"100%",maxHeight:"none",borderRadius:0,[`&.${jr.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]}))),ch=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiDialog"}),s=So(),i={enter:s.transitions.duration.enteringScreen,exit:s.transitions.duration.leavingScreen},{"aria-describedby":a,"aria-labelledby":l,"aria-modal":c=!0,BackdropComponent:u,BackdropProps:d,children:m,className:g,disableEscapeKeyDown:p=!1,fullScreen:b=!1,fullWidth:f=!1,maxWidth:v="sm",onClick:x,onClose:w,open:I,PaperComponent:S=ps,PaperProps:T={},role:E="dialog",scroll:M="paper",slots:N={},slotProps:$={},TransitionComponent:V=Gn,transitionDuration:j=i,TransitionProps:y,...D}=o,_={...o,disableEscapeKeyDown:p,fullScreen:b,fullWidth:f,maxWidth:v,scroll:M},O=l_(_),k=C.useRef(),P=X=>{k.current=X.target===X.currentTarget},A=X=>{x&&x(X),k.current&&(k.current=null,w&&w(X,"backdropClick"))},z=bl(l),L=C.useMemo(()=>({titleId:z}),[z]),B={transition:V,...N},W={transition:y,paper:T,backdrop:d,...$},K={slots:B,slotProps:W},[ee,U]=at("root",{elementType:c_,shouldForwardComponentProp:!0,externalForwardedProps:K,ownerState:_,className:de(O.root,g),ref:n}),[Q,re]=at("backdrop",{elementType:a_,shouldForwardComponentProp:!0,externalForwardedProps:K,ownerState:_,className:O.backdrop}),[Y,F]=at("paper",{elementType:d_,shouldForwardComponentProp:!0,externalForwardedProps:K,ownerState:_,className:O.paper,additionalProps:{elevation:24,role:E,"aria-describedby":a,"aria-labelledby":z,"aria-modal":c,tabIndex:-1,[Ua]:""}}),[G,te]=at("container",{elementType:u_,externalForwardedProps:K,ownerState:_,className:O.container}),[H,le]=at("transition",{elementType:Gn,externalForwardedProps:K,ownerState:_,additionalProps:{appear:!0,in:I,timeout:j,role:"presentation"}});return h.jsx(ee,{closeAfterTransition:!0,slots:{backdrop:Q},slotProps:{backdrop:{transitionDuration:j,as:u,...re}},disableEscapeKeyDown:p,onClose:w,open:I,onClick:A,...U,...D,children:h.jsx(H,{...le,children:h.jsx(G,{onMouseDown:P,...te,children:h.jsx(Y,{as:S,...F,children:h.jsx(lh.Provider,{value:L,children:m})})})})})});process.env.NODE_ENV!=="production"&&(ch.propTypes={"aria-describedby":r.string,"aria-labelledby":r.string,"aria-modal":r.oneOfType([r.oneOf(["false","true"]),r.bool]),BackdropComponent:r.elementType,BackdropProps:r.object,children:r.node,classes:r.object,className:r.string,disableEscapeKeyDown:r.bool,fullScreen:r.bool,fullWidth:r.bool,maxWidth:r.oneOfType([r.oneOf(["xs","sm","md","lg","xl",!1]),r.string]),onClick:r.func,onClose:r.func,open:r.bool.isRequired,PaperComponent:r.elementType,PaperProps:r.object,role:r.oneOf(["alertdialog","dialog"]),scroll:r.oneOf(["body","paper"]),slotProps:r.shape({backdrop:r.oneOfType([r.func,r.object]),container:r.oneOfType([r.func,r.object]),paper:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object]),transition:r.oneOfType([r.func,r.object])}),slots:r.shape({backdrop:r.elementType,container:r.elementType,paper:r.elementType,root:r.elementType,transition:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),TransitionComponent:r.elementType,transitionDuration:r.oneOfType([r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})]),TransitionProps:r.object});const p_=ne(ch,{slot:"internal"})({[`& .${jr.container}`]:{outline:0},[`& .${jr.paper}`]:{outline:0,minWidth:Wi}}),f_=ne(sh,{slot:"internal"})({"&:first-of-type":{padding:0}});function m_(e){var c,u;const{children:t,slots:n,slotProps:o}=e,{open:s}=wo(),{dismissViews:i,onPopperExited:a}=lt(),l=(n==null?void 0:n.dialog)??p_;return h.jsx(l,R({open:s,onClose:()=>{i(),a==null||a()}},o==null?void 0:o.dialog,{PaperComponent:n==null?void 0:n.mobilePaper,slots:R({transition:(n==null?void 0:n.mobileTransition)??Gn},(c=o==null?void 0:o.dialog)==null?void 0:c.slots),slotProps:R({transition:o==null?void 0:o.mobileTransition,paper:o==null?void 0:o.mobilePaper},(u=o==null?void 0:o.dialog)==null?void 0:u.slotProps),children:h.jsx(f_,{children:t})}))}const h_=["props","steps"],g_=["ownerState"],uh=e=>{var E;let{props:t,steps:n}=e,o=Ce(e,h_);const{slots:s,slotProps:i,label:a,inputRef:l,localeText:c}=t,u=Rm({steps:n}),{providerProps:d,renderCurrentView:m,ownerState:g}=vm(R({},o,{props:t,localeText:c,autoFocusView:!0,viewContainerRole:"dialog",variant:"mobile",getStepNavigation:u})),p=d.privateContextValue.labelId,b=((E=i==null?void 0:i.toolbar)==null?void 0:E.hidden)??!1,f=s.field,v=Ve({elementType:f,externalSlotProps:i==null?void 0:i.field,externalForwardedProps:hm(t),additionalProps:R({},b&&{id:p}),ownerState:g}),x=Ce(v,g_),w=s.layout??Ui;let I=p;b&&(a?I=`${p}-label`:I=void 0);const S=R({},i,{toolbar:R({},i==null?void 0:i.toolbar,{titleId:p}),mobilePaper:R({"aria-labelledby":I},i==null?void 0:i.mobilePaper)}),T=()=>h.jsxs(Lf,R({},d,{children:[h.jsx(f,R({},x,{slots:R({},s,x.slots),slotProps:R({},S,x.slotProps),inputRef:l})),h.jsx(m_,{slots:s,slotProps:S,children:h.jsx(w,R({},S==null?void 0:S.layout,{slots:s,slotProps:S,children:m()}))})]}));return process.env.NODE_ENV!=="production"&&(T.displayName="renderPicker"),{renderPicker:T}},fc=C.forwardRef(function(t,n){var c;const o=Re(),s=zf(t,"MuiMobileDatePicker"),i=R({day:yo,month:yo,year:yo},s.viewRenderers),a=R({},s,{viewRenderers:i,format:wl(o,s,!1),slots:R({field:Ji},s.slots),slotProps:R({},s.slotProps,{field:u=>{var d;return R({},Yn((d=s.slotProps)==null?void 0:d.field,u),Ni(s))},toolbar:R({hidden:!1},(c=s.slotProps)==null?void 0:c.toolbar)})}),{renderPicker:l}=uh({ref:n,props:a,valueManager:wt,valueType:"date",validator:ls,steps:null});return l()});process.env.NODE_ENV!=="production"&&(fc.displayName="MobileDatePicker");process.env.NODE_ENV!=="production"&&(fc.propTypes={autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,dayOfWeekFormatter:r.func,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,loading:r.bool,localeText:r.object,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onMonthChange:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,onYearChange:r.func,open:r.bool,openTo:r.oneOf(["day","month","year"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),viewRenderers:r.shape({day:r.func,month:r.func,year:r.func}),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});const b_=["desktopModeMediaQuery"],mc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiDatePicker"}),{desktopModeMediaQuery:s=mm}=o,i=Ce(o,b_);return xl(s,{defaultMatches:!0})?h.jsx(dc,R({ref:n},i)):h.jsx(fc,R({ref:n},i))});process.env.NODE_ENV!=="production"&&(mc.displayName="DatePicker");process.env.NODE_ENV!=="production"&&(mc.propTypes={autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,dayOfWeekFormatter:r.func,defaultValue:r.object,desktopModeMediaQuery:r.string,disabled:r.bool,disableFuture:r.bool,disableHighlightToday:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,displayWeekNumber:r.bool,fixedWeekNumber:r.number,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,loading:r.bool,localeText:r.object,maxDate:r.object,minDate:r.object,monthsPerRow:r.oneOf([3,4]),name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onMonthChange:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,onYearChange:r.func,open:r.bool,openTo:r.oneOf(["day","month","year"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,renderLoading:r.func,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableDate:r.func,shouldDisableMonth:r.func,shouldDisableYear:r.func,showDaysOutsideCurrentMonth:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["day","month","year"]),viewRenderers:r.shape({day:r.func,month:r.func,year:r.func}),views:r.arrayOf(r.oneOf(["day","month","year"]).isRequired),yearsOrder:r.oneOf(["asc","desc"]),yearsPerRow:r.oneOf([3,4])});function y_({className:e,style:t}){return h.jsxs("svg",{className:e,style:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),h.jsx("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),h.jsx("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),h.jsx("line",{x1:"3",y1:"10",x2:"21",y2:"10"})]})}const v_="DatePicker-module__layoutOverride___X9yaM",x_="DatePicker-module__root___6XvRT",C_="DatePicker-module__field___SI6Zh",S_="DatePicker-module__dropdown___wjt08",co={layoutOverride:v_,root:x_,field:C_,dropdown:S_},Qd="MM/DD/YY";function $o(e){return e?yt(e):null}const dh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,onChange:N,minDate:$,maxDate:V,slots:j,slotProps:y,...D}=t,_=ye(D,o),[O,k]=q.useState(()=>$o(E)??$o(M)??null);q.useEffect(()=>{E!==void 0&&k($o(E))},[E]);const P=v?`${co.layoutOverride} ${v}`:co.layoutOverride,A=W=>{k(W),N==null||N(W?W.toDate():null)},z=(()=>{var K;return(K=$o(E!==void 0?E:M))==null?void 0:K.format(Qd)})(),L=y!=null&&y.field&&typeof y.field=="object"?y.field:void 0,B=y!=null&&y.desktopPaper&&typeof y.desktopPaper=="object"?y.desktopPaper:void 0;return h.jsx(zt,{ref:n,className:P,style:x,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T||void 0,readOnlyType:"text",readOnlyValue:z,readOnlyNativeProps:t,activeComponent:h.jsx("div",{className:co.root,"data-error":p?"true":void 0,children:h.jsx(is,{dateAdapter:kf,children:h.jsx(mc,{..._,value:O,onChange:A,disabled:w,format:Qd,minDate:$o($)??void 0,maxDate:$o(V)??void 0,slots:{openPickerIcon:y_,...j},slotProps:{...y,field:{openPickerButtonPosition:"start",...L,className:L!=null&&L.className?`${co.field} ${L.className}`:co.field},desktopPaper:{...B,className:B!=null&&B.className?`${co.dropdown} ${B.className}`:co.dropdown}}})})})})});dh.displayName="DatePicker";function w_(e){return h.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":!0,...e,children:h.jsx("path",{d:"M7 10l5 5 5-5z"})})}function T_(e){return h.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,...e,children:[h.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),h.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const I_="Dropdown-module__layoutOverride___FNcvP",E_="Dropdown-module__root___uVyL0",O_="Dropdown-module__input___dK4dN",k_="Dropdown-module__section___j3MRB",__="Dropdown-module__clearButton___ODnIa",P_="Dropdown-module__dropdown___gG-Sw",D_="Dropdown-module__option___nAGU-",M_="Dropdown-module__optionContent___QTwwg",R_="Dropdown-module__optionIcon___2L56h",N_="Dropdown-module__optionText___cCDpI",$_="Dropdown-module__optionTextWrap___L4OPI",j_="Dropdown-module__optionSupportingText___2JIOV",Je={layoutOverride:I_,root:E_,input:O_,section:k_,clearButton:__,dropdown:P_,option:D_,optionContent:M_,optionIcon:R_,optionText:N_,optionTextWrap:$_,optionSupportingText:j_};function A_(){return null}const ph=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",containerWidth:i,labelSize:a,labelAlignment:l,labelOptionalText:c,labelWithEditIcon:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,withAsterisk:v,id:x,className:w,style:I,disabled:S,readOnly:T,readOnlyComponent:E,emptyValueComponent:M,value:N,defaultValue:$,onChange:V,data:j,startAdornment:y,searchable:D,clearable:_,wrapItemText:O=!1,...k}=t,P=["size","variant"],A=en(ye(k,o),P),z=A,[L,B]=q.useState(()=>N??$??"");q.useEffect(()=>{N!==void 0&&B(N)},[N]);const W=(X,ue)=>{B(X.target.value),V==null||V(X,ue)},ee=!!_&&(L!==""&&L!==null&&L!==void 0)&&!S&&!T,U=X=>{X.preventDefault(),X.stopPropagation(),B(""),V==null||V({target:{value:""}},null)},Q={...I||{},width:i||"100%"},re=w?`${Je.layoutOverride} ${w}`:Je.layoutOverride,Y={optionContent:Je.optionContent,optionIcon:Je.optionIcon,optionText:Je.optionText,optionTextWrap:Je.optionTextWrap,optionSupportingText:Je.optionSupportingText},F=mi(j),G=()=>F?F.map((X,ue)=>typeof X=="string"?h.jsx(be.MenuItem,{value:X,className:Je.option,disableRipple:!0,"data-selected":X===L?"true":void 0,children:X},`${X}-${ue}`):h.jsx(be.MenuItem,{value:X.value,disabled:X.disabled,className:Je.option,disableRipple:!0,"data-selected":X.value===L?"true":void 0,children:ul(X,Y,O)},`${X.value}-${ue}`)):null,te=X=>{if(X===""||X===void 0||X===null)return"";const ue=F==null?void 0:F.find(pe=>typeof pe=="string"?pe===X:pe.value===X);return ue?typeof ue=="string"?ue:ue.label:""},H=y?h.jsx("span",{className:Je.section,"data-position":"left",children:y}):void 0,le=ee?h.jsxs("span",{className:Je.section,"data-position":"right",children:[h.jsx("button",{type:"button",className:Je.clearButton,"aria-label":"Clear",onClick:U,children:h.jsx(T_,{})}),h.jsx(w_,{})]}):void 0;return h.jsx(zt,{className:re,style:Q,controlMaxWidth:"var(--dropdown-control-max-width)",controlMinWidth:"var(--dropdown-control-min-width)",overStyled:o,formLayout:s,labelSize:a,labelAlignment:l,labelOptionalText:c,labelWithEditIcon:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:!!b,required:f,id:x,readOnly:T,readOnlyComponent:E,emptyValueComponent:M,readOnlyType:"text",readOnlyValue:N!==void 0?String(N):$?String($):void 0,readOnlyNativeProps:t,activeComponent:h.jsx(be.Select,{ref:n,...A,disabled:S,value:L,onChange:W,error:!!b,required:f,displayEmpty:!0,renderValue:te,className:Je.root,classes:{select:Je.input,icon:Je.icon},IconComponent:ee?A_:void 0,startAdornment:H,endAdornment:le,MenuProps:{classes:{paper:Je.dropdown}},"data-disabled":S?"true":void 0,"data-error":b?"true":void 0,"data-with-left-section":y?"true":void 0,"data-with-right-section":ee?"true":void 0,inputProps:{"data-disabled":S?"true":void 0,"data-error":b?"true":void 0,...z.inputProps},children:G()})})});ph.displayName="Dropdown";const L_="FileInput-module__layoutOverride___HIOY6",V_="FileInput-module__root___UvQj-",F_="FileInput-module__leadingIcon___z75c4",B_="FileInput-module__content___Udsvh",z_="FileInput-module__value___RX33R",W_="FileInput-module__chipRow___My6TF",U_="FileInput-module__chipWrapper___q2CDy",H_="FileInput-module__trailingIcon___odGPm",wn={layoutOverride:L_,root:V_,leadingIcon:F_,content:B_,value:z_,chipRow:W_,chipWrapper:U_,trailingIcon:H_};function q_(){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("path",{d:"M12 3v12"}),h.jsx("path",{d:"M7 8l5-5 5 5"}),h.jsx("path",{d:"M4 21h16"})]})}function Y_(){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),h.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}const fh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,withAsterisk:v,id:x,className:w,style:I,disabled:S,readOnly:T,files:E,onFilesAdded:M,onFileRemove:N,accept:$,multiple:V=!1,maxSize:j,maxFiles:y,onFilesRejected:D,invalidFileTypeMessage:_="File type not accepted",maxFilesMessage:O=V?`Maximum of ${y} files allowed`:"Only one file is allowed",icon:k,clearIcon:P,placeholder:A="Select a file...",browseLabel:z="Choose file",removeFileLabel:L="Remove",clearLabel:B="Clear",...W}=t,ee=ye(W,o),U=!S&&!T,Q=!!E&&E.length>0,re=q.useRef(null),[Y,F]=q.useState(!1),[G,te]=q.useState(!1),H=we=>{if(!U)return;const nt=Array.from(we);if(nt.length===0)return;const ze=V?y:1,Be=V?(E==null?void 0:E.length)??0:0,Oe=[],rt=[];let Ee=!1,st=!1;for(const Et of nt){const Nt=!sl(Et,$);Nt&&(Ee=!0);const ur=j!==void 0&&Et.size>j,ys=ze!==void 0&&Be+Oe.length>=ze;ys&&(st=!0),(Nt||ur||ys?rt:Oe).push(Et)}F(Ee),te(st),Oe.length>0&&(M==null||M(Oe)),rt.length>0&&(D==null||D(rt))},le=q.useRef(0),[X,ue]=q.useState(!1),pe=we=>{we.preventDefault(),le.current+=1,ue(!0)},ae=we=>{we.preventDefault(),le.current-=1,le.current<=0&&(le.current=0,ue(!1))},oe=we=>{we.preventDefault()},he=we=>{we.preventDefault(),le.current=0,ue(!1),H(we.dataTransfer.files)},J=()=>{var we;U&&((we=re.current)==null||we.click())},ce=we=>{we.key!=="Enter"&&we.key!==" "||(we.preventDefault(),J())},se=we=>{we.target.files&&H(we.target.files),we.target.value=""},ve=()=>{!U||!E||E.length===0||E.forEach(we=>N==null?void 0:N(we.id??we.file.name))},[xe,Se]=q.useState(0),Ie=q.useRef([]),_e=q.useRef((E==null?void 0:E.length)??0);q.useEffect(()=>{var nt;const we=(E==null?void 0:E.length)??0;if(we>0&&we<_e.current){const ze=Math.min(xe,we-1);Se(ze),(nt=Ie.current[ze])==null||nt.focus()}_e.current=we},[E]);const Ge=we=>{var Be;const nt=(E==null?void 0:E.length)??0;if(nt===0)return;let ze;we.key==="ArrowRight"||we.key==="ArrowDown"?ze=(xe+1)%nt:(we.key==="ArrowLeft"||we.key==="ArrowUp")&&(ze=(xe-1+nt)%nt),ze!==void 0&&(we.preventDefault(),we.stopPropagation(),Se(ze),(Be=Ie.current[ze])==null||Be.focus())},ct=b??(Y?_:G?O:void 0),It=w?`${wn.layoutOverride} ${w}`:wn.layoutOverride;return h.jsx(gn,{overStyled:o,className:It,style:I,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:ct,required:f,disabled:S,id:x,controlMaxWidth:"var(--file-input-control-max-width)",controlMinWidth:"var(--file-input-control-min-width)",children:h.jsxs("div",{ref:n,...ee,className:wn.root,role:"button","aria-label":z,"aria-disabled":S?"true":void 0,tabIndex:U?0:-1,"data-disabled":S?"true":void 0,"data-readonly":T?"true":void 0,"data-error":ct?"true":void 0,"data-dragging":X?"true":void 0,onClick:U?J:void 0,onKeyDown:U?ce:void 0,onDragEnter:U?pe:void 0,onDragLeave:U?ae:void 0,onDragOver:U?oe:void 0,onDrop:U?he:void 0,children:[h.jsx("span",{className:wn.leadingIcon,"aria-hidden":!0,children:k??h.jsx(q_,{})}),h.jsxs("div",{className:wn.content,children:[!Q&&h.jsx("span",{className:wn.value,"data-placeholder":"true",children:A}),Q&&h.jsx("div",{className:wn.chipRow,onKeyDown:T?void 0:Ge,children:E.map((we,nt)=>{const ze=we.id??we.file.name;return h.jsx("span",{className:wn.chipWrapper,onClick:Be=>Be.stopPropagation(),children:h.jsx(zr,{tabIndex:-1,deleteLabel:T?void 0:L,deleteTabIndex:!T&&nt===xe?0:-1,deleteIconRef:Be=>{Ie.current[nt]=Be},onDelete:T||S?void 0:()=>N==null?void 0:N(ze),children:we.file.name})},ze)})})]}),Q&&!T&&h.jsx(On,{overStyled:!0,variant:"text",size:"small",icon:P??h.jsx(Y_,{}),"aria-label":B,className:wn.trailingIcon,disabled:S,onClick:we=>{we.preventDefault(),we.stopPropagation(),ve()},onKeyDown:we=>{we.key!=="Enter"&&we.key!==" "||(we.preventDefault(),we.stopPropagation(),ve())}}),h.jsx("input",{ref:re,type:"file",hidden:!0,accept:$,multiple:V,disabled:!U,onChange:se})]})})});fh.displayName="FileInput";const G_="FileUpload-module__layoutOverride___bPpi8",K_="FileUpload-module__root___Q-vcm",X_="FileUpload-module__dropzone___jqua0",Q_="FileUpload-module__uploadIcon___bb3Nc",Z_="FileUpload-module__dropzoneText___L7vS-",J_="FileUpload-module__fileList___XIWLl",An={layoutOverride:G_,root:K_,dropzone:X_,uploadIcon:Q_,dropzoneText:Z_,fileList:J_};function eP(){return h.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0,children:[h.jsx("path",{d:"M12 3v12"}),h.jsx("path",{d:"M7 8l5-5 5 5"}),h.jsx("path",{d:"M4 21h16"})]})}const mh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,withAsterisk:v,id:x,className:w,style:I,disabled:S,readOnly:T,files:E,onFilesAdded:M,onFileRemove:N,accept:$,multiple:V=!0,maxSize:j,maxFiles:y,onFilesRejected:D,invalidFileTypeMessage:_="File type not accepted",maxFilesMessage:O=`Maximum of ${y} files allowed`,icon:k,dropzoneLabel:P="Drag and drop files here to upload",browseButtonLabel:A="Browse files",removeFileLabel:z="Remove",...L}=t,W=ye(L,o),K=q.useRef(null),[ee,U]=q.useState(!1),[Q,re]=q.useState(!1),Y=Se=>{if(S)return;const Ie=Array.from(Se);if(Ie.length===0)return;const _e=(E==null?void 0:E.length)??0,Ge=[],ct=[];let It=!1,we=!1;for(const nt of Ie){const ze=!sl(nt,$);ze&&(It=!0);const Be=j!==void 0&&nt.size>j,Oe=y!==void 0&&_e+Ge.length>=y;Oe&&(we=!0),(ze||Be||Oe?ct:Ge).push(nt)}U(It),re(we),Ge.length>0&&(M==null||M(Ge)),ct.length>0&&(D==null||D(ct))},F=q.useRef(0),[G,te]=q.useState(!1),H=Se=>{Se.preventDefault(),F.current+=1,te(!0)},le=Se=>{Se.preventDefault(),F.current-=1,F.current<=0&&(F.current=0,te(!1))},X=Se=>{Se.preventDefault()},ue=Se=>{Se.preventDefault(),F.current=0,te(!1),Y(Se.dataTransfer.files)},pe=()=>{var Se;S||(Se=K.current)==null||Se.click()},ae=Se=>{Se.target.files&&Y(Se.target.files),Se.target.value=""},[oe,he]=q.useState(0),J=q.useRef([]),ce=q.useRef((E==null?void 0:E.length)??0);q.useEffect(()=>{var Ie;const Se=(E==null?void 0:E.length)??0;if(Se>0&&Se<ce.current){const _e=Math.min(oe,Se-1);he(_e),(Ie=J.current[_e])==null||Ie.focus()}ce.current=Se},[E]);const se=Se=>{var Ge;const Ie=(E==null?void 0:E.length)??0;if(Ie===0)return;let _e;Se.key==="ArrowRight"||Se.key==="ArrowDown"?_e=(oe+1)%Ie:(Se.key==="ArrowLeft"||Se.key==="ArrowUp")&&(_e=(oe-1+Ie)%Ie),_e!==void 0&&(Se.preventDefault(),he(_e),(Ge=J.current[_e])==null||Ge.focus())},ve=b??(ee?_:Q?O:void 0),xe=w?`${An.layoutOverride} ${w}`:An.layoutOverride;return h.jsx(gn,{overStyled:o,className:xe,style:I,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,assistiveWithIcon:p,error:ve,required:f,disabled:S,id:x,children:h.jsxs("div",{ref:n,...W,className:An.root,"data-disabled":S?"true":void 0,"data-error":ve?"true":void 0,children:[!T&&h.jsxs("div",{className:An.dropzone,"data-dragging":G?"true":void 0,onDragEnter:S?void 0:H,onDragLeave:S?void 0:le,onDragOver:S?void 0:X,onDrop:S?void 0:ue,children:[h.jsx("span",{className:An.uploadIcon,children:k??h.jsx(eP,{})}),h.jsx("span",{className:An.dropzoneText,children:P}),h.jsx(On,{variant:"outline",disabled:S,onClick:pe,children:A}),h.jsx("input",{ref:K,type:"file",hidden:!0,accept:$,multiple:V,disabled:S,onChange:ae})]}),E&&E.length>0&&(T?h.jsx("div",{className:An.fileList,children:E.map(Se=>{const Ie=Se.id??Se.file.name;return h.jsx(zr,{tabIndex:-1,children:Se.file.name},Ie)})}):h.jsx("div",{className:An.fileList,onKeyDown:se,children:E.map((Se,Ie)=>{const _e=Se.id??Se.file.name;return h.jsx(zr,{tabIndex:-1,deleteLabel:z,deleteTabIndex:Ie===oe?0:-1,deleteIconRef:Ge=>{J.current[Ie]=Ge},onDelete:S?void 0:()=>N==null?void 0:N(_e),children:Se.file.name},_e)})}))]})})});mh.displayName="FileUpload";const hh=q.forwardRef(function({children:t,gap:n="rec-default",rowGap:o,columnGap:s,direction:i,align:a,justify:l,wrap:c,...u},d){const m=ns(u),g=typeof n=="string"&&n in Ct?Ct[n]:n,p=typeof o=="string"&&o in Ct?Ct[o]:o,b=typeof s=="string"&&s in Ct?Ct[s]:s;return h.jsx(be.Box,{ref:d,...m,display:"flex",gap:g,rowGap:p,columnGap:b,flexDirection:i,alignItems:a,justifyContent:l,flexWrap:c,children:t})});hh.displayName="Flex";const tP="Grid-module__root___s-qPY",nP="Grid-module__col___tbuNg",oP="Grid-module__hiddenFromXs___Ap3ch",rP="Grid-module__hiddenFromSm___ZD0Wm",sP="Grid-module__hiddenFromMd___O3Zhg",iP="Grid-module__hiddenFromLg___RxDrc",aP="Grid-module__hiddenFromXl___k7ytz",lP="Grid-module__visibleFromSm___w20SX",cP="Grid-module__visibleFromMd___ePFrO",uP="Grid-module__visibleFromLg___L6vtD",dP="Grid-module__visibleFromXl___HLWTL",cn={root:tP,col:nP,hiddenFromXs:oP,hiddenFromSm:rP,hiddenFromMd:sP,hiddenFromLg:iP,hiddenFromXl:aP,visibleFromSm:lP,visibleFromMd:cP,visibleFromLg:uP,visibleFromXl:dP},pP={xs:cn.hiddenFromXs,sm:cn.hiddenFromSm,md:cn.hiddenFromMd,lg:cn.hiddenFromLg,xl:cn.hiddenFromXl},fP={sm:cn.visibleFromSm,md:cn.visibleFromMd,lg:cn.visibleFromLg,xl:cn.visibleFromXl},gh=q.forwardRef(function({children:t,spacing:n="rec-default",justifyContent:o,alignItems:s,style:i,...a},l){const c=ns(a),u=typeof n=="string"&&n in Ct?Ct[n]:n;return h.jsx(be.Grid,{ref:l,...c,container:!0,spacing:u,className:cn.root,style:{justifyContent:o,alignItems:s,...i},children:t})});gh.displayName="Grid";const hc=q.forwardRef(function({children:t,order:n,visibleFrom:o,hiddenFrom:s,style:i,className:a,...l},c){const u=ns(l),d=o?fP[o]:s?pP[s]:void 0,m=[cn.col,d,a].filter(Boolean).join(" ");return h.jsx(be.Grid,{ref:c,className:m,...u,style:{order:n,...i},children:t})});hc.displayName="GridCol";const bh=gh;bh.Col=hc;const yh=q.forwardRef(function({children:t,gap:n="rec-default",rowGap:o,columnGap:s,justify:i,align:a,wrap:l,...c},u){const d=ns(c),m=typeof n=="string"&&n in Ct?Ct[n]:n,g=typeof o=="string"&&o in Ct?Ct[o]:o,p=typeof s=="string"&&s in Ct?Ct[s]:s;return h.jsx(be.Stack,{ref:u,...d,direction:"row",flexWrap:l||"wrap",justifyContent:i,alignItems:a,spacing:m,sx:{...g?{rowGap:g}:{},...p?{columnGap:p}:{}},children:t})});yh.displayName="Group";const mP="HoverCard-module__dropdown___FBPFW",hP="HoverCard-module__arrow___S9AkE",Zd={dropdown:mP,arrow:hP},vh=function({overStyled:t=!1,withBeak:n=!0,position:o="top",openDelay:s=0,closeDelay:i=150,disabled:a=!1,offset:l=5,children:c,...u}){const d=ye(u,t),m=et({tooltip:Zd.dropdown,arrow:Zd.arrow},d.classes);let g=null,p=null;return q.Children.forEach(c,b=>{var f,v;if(q.isValidElement(b)){const x=b;((f=x.type)==null?void 0:f.displayName)==="HoverCardTarget"?g=x.props.children:((v=x.type)==null?void 0:v.displayName)==="HoverCardDropdown"&&(p=x.props.children)}}),g||(g=h.jsx("div",{})),p||(p=h.jsx("div",{})),h.jsx(be.Tooltip,{...d,title:p,placement:o,arrow:n,enterDelay:s,leaveDelay:i,disableHoverListener:a,slotProps:{popper:{modifiers:[{name:"offset",options:{offset:[0,l]}}]}},classes:m,children:q.isValidElement(g)?g:h.jsx("span",{children:g})})};vh.displayName="HoverCard";const xh=function({children:t}){return h.jsx(h.Fragment,{children:t})};xh.displayName="HoverCardTarget";const Ch=function({children:t}){return h.jsx(h.Fragment,{children:t})};Ch.displayName="HoverCardDropdown";const gc=vh;gc.Target=xh;gc.Dropdown=Ch;const gP="Link-module__root___I0VGE",bP="Link-module__iconWrapper___W-LlF",yP="Link-module__labelText___wSvUy",ks={root:gP,iconWrapper:bP,labelText:yP},Sh=q.forwardRef(function({icon:t,children:n,overStyled:o=!1,...s},i){const a=ye(s,o),c=a.className,u=c?`${ks.root} ${c}`:ks.root;return h.jsxs(be.Link,{ref:i,className:u,underline:"none",...t?{"data-has-icon":""}:{},...a,children:[t&&h.jsx("span",{className:ks.iconWrapper,"aria-hidden":!0,children:t}),h.jsx("span",{className:ks.labelText,children:n})]})});Sh.displayName="Link";const vP="Menu-module__dropdown___j4xuA",xP="Menu-module__item___NMXha",CP="Menu-module__divider___wPiNq",li={dropdown:vP,item:xP,divider:CP},wh=q.forwardRef(function({overStyled:t=!1,className:n,maxHeight:o,...s},i){var m;const a=ye(s,t),l=a,c=et({paper:li.dropdown,list:li.dropdown},l.classes),u=l.slotProps,d=o?{...u,paper:{...u==null?void 0:u.paper,style:{...(m=u==null?void 0:u.paper)==null?void 0:m.style,maxHeight:o}}}:u;return h.jsx(be.Menu,{ref:i,...a,className:n,classes:c,...d?{slotProps:d}:{}})});wh.displayName="Menu";const Th=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.MenuItem,{ref:s,...i,className:`${li.item} ${n||""}`})});Th.displayName="MenuItem";const Ih=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.Divider,{ref:s,...i,className:`${li.divider} ${n||""}`})});Ih.displayName="MenuDivider";const SP="Modal-module__root___ytPLl",wP="Modal-module__inner___SSUJE",TP="Modal-module__content___dWO-B",IP="Modal-module__header___ILG9i",EP="Modal-module__title___A5OeE",OP="Modal-module__scrollArea___KD-hm",kP="Modal-module__footer___rro2w",_P="Modal-module__close___-ER1C",In={root:SP,inner:wP,content:TP,header:IP,title:EP,scrollArea:OP,footer:kP,close:_P},PP=()=>h.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:h.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}),Eh=q.forwardRef(function({overStyled:t=!1,opened:n=!1,withCloseButton:o=!0,title:s,children:i,onClose:a,className:l,...c},u){const d=ye(c,t),m=et({paper:In.inner},d.classes);let g=null;const p=[];return q.Children.forEach(i,b=>{var f;q.isValidElement(b)&&(b.type===yc||((f=b.type)==null?void 0:f.displayName)==="Modal.Footer")?g=b:p.push(b)}),h.jsxs(be.Dialog,{ref:u,...d,className:`${In.root} ${l||""}`,classes:m,open:n||d.open||!1,onClose:a,children:[(s||o)&&h.jsxs("div",{className:In.header,children:[s&&h.jsx("div",{className:In.title,children:s}),o&&h.jsx(be.IconButton,{onClick:b=>a==null?void 0:a(b,"backdropClick"),className:In.close,children:h.jsx(PP,{})})]}),h.jsx(bc,{children:p}),g]})});Eh.displayName="Modal";const Oh=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.DialogTitle,{ref:s,...i,className:`${In.title} ${n||""}`})});Oh.displayName="Modal.Title";const bc=q.forwardRef(function({overStyled:t=!1,className:n,children:o,...s},i){const a=ye(s,t),l=q.useRef(null),[c,u]=q.useState(!1),[d,m]=q.useState(!1),g=q.useCallback(()=>{if(l.current){const{scrollTop:p,scrollHeight:b,clientHeight:f}=l.current;u(p>0),m(Math.ceil(p+f)<b)}},[]);return q.useEffect(()=>(g(),window.addEventListener("resize",g),()=>window.removeEventListener("resize",g)),[g,o]),h.jsx(be.DialogContent,{ref:p=>{typeof i=="function"?i(p):i&&(i.current=p),l&&(l.current=p)},...a,onScroll:()=>g(),"data-scrolled-top":c||void 0,"data-scrolled-bottom":d||void 0,className:`${In.content} ${In.scrollArea} ${n||""}`,children:o})});bc.displayName="Modal.Body";const yc=q.forwardRef(function({overStyled:t=!1,className:n,...o},s){const i=ye(o,t);return h.jsx(be.DialogActions,{ref:s,...i,className:`${In.footer} ${n||""}`})});yc.displayName="Modal.Footer";const ta=Eh;ta.Title=Oh;ta.Body=bc;ta.Footer=yc;const DP="NumberInput-module__layoutOverride___5-9T4",MP="NumberInput-module__root___C6rAn",RP="NumberInput-module__input___Ss8p7",NP="NumberInput-module__section___MijP0",$P="NumberInput-module__controls___8UfQ2",jP="NumberInput-module__control___Qre9-",uo={layoutOverride:DP,root:MP,input:RP,section:NP,controls:$P,control:jP},kh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,leftSection:N,rightSection:$,min:V,max:j,step:y,hideControls:D=!1,..._}=t,O=["size","variant"],k=en(ye(_,o),O),P=k,A=et({wrapper:uo.root,input:uo.input,section:uo.section,controls:uo.controls,control:uo.control},P.classes),z=v?`${uo.layoutOverride} ${v}`:uo.layoutOverride,L=N?h.jsx("div",{className:A.section,"data-position":"left",children:N}):void 0,B=$?h.jsx("div",{className:A.section,"data-position":"right",children:$}):void 0;return h.jsx(zt,{className:z,style:x,controlMaxWidth:"var(--number-input-control-max-width)",controlMinWidth:"var(--number-input-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,readOnlyType:"text",readOnlyValue:E!==void 0?E==null?void 0:E.toString():M==null?void 0:M.toString(),readOnlyNativeProps:t,activeComponent:h.jsx(be.TextField,{ref:n,...k,classes:A,disabled:w,value:E,defaultValue:M,label:void 0,error:void 0,required:void 0,InputProps:{startAdornment:L,endAdornment:B},inputProps:{min:V,max:j,step:y,...P.inputProps}})})});kh.displayName="NumberInput";const AP="Pagination-module__root___ITRjt",_s={root:AP};function LP(e){const t=et({root:_s.root,ul:_s.ul},e.classNames),n=e.className;return{className:n?`${_s.root} ${n}`:_s.root,classNames:t}}const _h=q.forwardRef(function(t,n){const{overStyled:o=!1,withLabels:s,total:i,withEdges:a,withControls:l,...c}=t,u=ye(c,o),d=LP(u);return h.jsx("div",{ref:n,className:d.className,children:h.jsx(be.Pagination,{...u,count:i,showFirstButton:a,showLastButton:a,hidePrevButton:l===!1?!0:void 0,hideNextButton:l===!1?!0:void 0,classes:d.classNames})})});_h.displayName="Pagination";const VP=_h,FP="Panel-module__content___wdGo-",BP="Panel-module__inner___ruA2b",zP="Panel-module__header___o7SiC",WP="Panel-module__title___181OP",UP="Panel-module__titleTruncate___fuP6V Panel-module__title___181OP",HP="Panel-module__body___SEC3T",qP="Panel-module__footer___t6-hz",Ln={content:FP,inner:BP,header:zP,title:WP,titleTruncate:UP,body:HP,footer:qP},Ph=function({overStyled:t=!1,placement:n="right",keepMounted:o=!0,wrapHeaderText:s=!1,opened:i,...a}){const l=ye(a,t),c=et({content:Ln.content,header:Ln.header,title:s?Ln.titleTruncate:Ln.title,body:Ln.body,inner:Ln.inner},l.classes);return h.jsx(be.Drawer,{anchor:n,keepMounted:o,open:!!i,...l,classes:c})};Ph.displayName="Panel";const vc=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className,a=i?`${Ln.footer} ${i}`:Ln.footer;return h.jsx("div",{ref:o,...s,className:a})});vc.displayName="PanelFooter";const Dh=Ph;Dh.Footer=vc;const YP="Popover-module__dropdown___svhS6",GP="Popover-module__arrow___5A-0e",Jd={dropdown:YP,arrow:GP},Mh=function({overStyled:t=!1,withBeak:n=!0,position:o="top",defaultOpened:s=!1,opened:i,onChange:a,offset:l=8,width:c,children:u,...d}){const m=ye(d,t),g=et({tooltip:Jd.dropdown,arrow:Jd.arrow},m.classes),[p,b]=q.useState(s),f=i!==void 0,v=f?i:p,x=$=>{f||b($),a==null||a($)};let w=null,I=null;if(q.Children.forEach(u,$=>{var V,j;if(q.isValidElement($)){const y=$;((V=y.type)==null?void 0:V.displayName)==="PopoverTarget"?w=y.props.children:((j=y.type)==null?void 0:j.displayName)==="PopoverDropdown"&&(I=y.props.children)}}),!w)throw new Error("Popover requires a <Popover.Target> child.");if(!I)throw new Error("Popover requires a <Popover.Dropdown> child.");const S=q.useRef(null),T=q.useRef(null);q.useEffect(()=>{if(!v)return;const $=V=>{var y,D;const j=V.target;(y=S.current)!=null&&y.contains(j)||(D=T.current)!=null&&D.contains(j)||x(!1)};return document.addEventListener("mousedown",$),()=>document.removeEventListener("mousedown",$)},[v]);const E=$=>{var V,j;q.isValidElement(w)&&((j=(V=w.props).onClick)==null||j.call(V,$)),x(!v)},M={"aria-haspopup":"dialog","aria-expanded":v,"aria-labelledby":void 0,"aria-label":void 0},N=q.isValidElement(w)?q.cloneElement(w,{onClick:E,ref:S,...M}):h.jsx("span",{onClick:E,ref:S,...M,children:w});return h.jsx(be.Tooltip,{...m,title:h.jsx("div",{ref:T,children:I}),open:v,onClose:()=>x(!1),placement:o,arrow:n,disableHoverListener:!0,disableFocusListener:!0,disableTouchListener:!0,slotProps:{popper:{modifiers:[{name:"offset",options:{offset:[0,l]}}]},...c!==void 0?{tooltip:{style:{width:c}}}:{}},classes:g,children:N})};Mh.displayName="Popover";const Rh=function({children:t}){return h.jsx(h.Fragment,{children:t})};Rh.displayName="PopoverTarget";const Nh=function({children:t}){return h.jsx(h.Fragment,{children:t})};Nh.displayName="PopoverDropdown";const xc=Mh;xc.Target=Rh;xc.Dropdown=Nh;const KP="Radio-module__groupRoot___bfUii",XP="Radio-module__root___kAjTD",QP="Radio-module__body___q2Wpj",ZP="Radio-module__inner___QaTBB",JP="Radio-module__radio___MfgN-",e1="Radio-module__radioChecked___ZFb28",t1="Radio-module__disabled___0-cna",n1="Radio-module__icon___DWznm",o1="Radio-module__labelWrapper___dB0Gi",r1="Radio-module__label___vAFIP",_t={groupRoot:KP,root:XP,body:QP,inner:ZP,radio:JP,radioChecked:e1,disabled:t1,icon:n1,labelWrapper:o1,label:r1},Cc=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,className:x,style:w,children:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,...$}=t,V=ye($,o);return h.jsx(zt,{className:x,style:w,controlMaxWidth:"var(--recursica_ui-kit_components_radio-button-item_properties_max-width)",controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,id:v,readOnly:S&&!!T,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(be.RadioGroup,{ref:n,...V,value:M,defaultValue:N,className:_t.groupRoot,"data-layout":s,children:I})})});Cc.displayName="RadioGroup";const s1=({className:e,style:t})=>h.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",className:e,style:t,children:h.jsx("circle",{cx:"8",cy:"8",r:"5"})}),Sc=q.forwardRef(function(t,n){const{overStyled:o=!1,readOnly:s,readOnlyComponent:i,disabled:a,formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,label:m,description:g,error:p,style:b,...f}=t,v=["size","color"],x=en(ye(f,o),v),w=x,I=et({root:_t.root,checked:_t.checked,disabled:_t.disabled},w.classes),S=w.className,T=S?`${_t.root} ${S}`:_t.root;if(s&&i){const N=!!(w.checked??w.defaultChecked),$=i,V=h.jsx($,{...t,checked:N,label:w.label});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:V}):h.jsx(h.Fragment,{children:V})}const E=h.jsx(be.Radio,{ref:n,...x,icon:h.jsx("div",{className:_t.radio}),checkedIcon:h.jsx("div",{className:`${_t.radio} ${_t.radioChecked}`,children:h.jsx(s1,{className:_t.icon})}),className:m?_t.inner:`${T} ${_t.inner}`,classes:I,disabled:s||a,disableRipple:!0,sx:m?{padding:0}:void 0}),M=m?h.jsx("div",{className:T,style:b,children:h.jsxs("div",{className:_t.body,children:[E,h.jsxs("div",{className:_t.labelWrapper,children:[h.jsx("label",{className:_t.label,htmlFor:w.id,"data-disabled":s||a?!0:void 0,children:m}),p?h.jsx(Dn,{assistiveVariant:"error",assistiveWithIcon:!1,children:p}):g&&h.jsx(Dn,{assistiveVariant:"help",assistiveWithIcon:!1,children:g})]})]})}):h.jsx("div",{className:T,style:b,children:E});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:M}):M});Sc.displayName="Radio";Sc.Group=Cc;const i1="SegmentedControl-module__root___JFRhg",a1="SegmentedControl-module__control___znOdQ",l1="SegmentedControl-module__label___mS17q",xr={root:i1,control:a1,label:l1};function c1(e){const t=et({root:xr.root,control:xr.control,label:xr.label},e.classNames),n=e.className;return{className:n?`${xr.root} ${n}`:xr.root,classNames:t}}const $h=q.forwardRef(function({overStyled:t=!1,orientation:n="horizontal",fullWidth:o,data:s=[],value:i,disabled:a,onChange:l,...c},u){const d=ye(c,t),g=c1(d),p=s.length?typeof s[0]=="string"?s[0]:s[0].value:void 0,[b,f]=q.useState(i??p),v=i!==void 0?i:b,x=(w,I)=>{I!==null&&(f(I),l==null||l(w,I))};return h.jsx(be.ToggleButtonGroup,{ref:u,...d,className:g.className,classes:g.classNames,orientation:n,fullWidth:o,"data-orientation":n,exclusive:!0,disabled:a,value:v,onChange:x,children:s.map(w=>{const I=typeof w=="string"?w:w.value,S=typeof w=="string"?w:w.label,T=typeof w=="string"?void 0:w.disabled,E=typeof w=="string"?void 0:w.icon;return h.jsx(be.ToggleButton,{value:I,disabled:T,className:g.classNames.control,children:h.jsxs("div",{className:g.classNames.label,children:[E,S]})},I)})})});$h.displayName="SegmentedControl";const u1=$h,d1="Slider-module__layoutOverride___zYPun",p1="Slider-module__sliderContainer___y8I0J",f1="Slider-module__sliderTrackWrapper___UHpVh",m1="Slider-module__iconWrapper___uqHpC",h1="Slider-module__sliderRoot___LI86H",g1="Slider-module__sliderTrack___oqnlG",b1="Slider-module__sliderBar___TI4VY",y1="Slider-module__sliderThumb___OFn8p",v1="Slider-module__sliderMark___1lM2B",x1="Slider-module__sliderMarkLabel___MMZrq",C1="Slider-module__sliderTooltip___J1Aqb",S1="Slider-module__minMaxGuide___TaGqz",w1="Slider-module__rightGuideContainer___8dOT8",T1="Slider-module__currentValue___dGV2T",I1="Slider-module__inputField___6x578",E1="Slider-module__readOnlyValue___-ZzMW",ht={layoutOverride:d1,sliderContainer:p1,sliderTrackWrapper:f1,iconWrapper:m1,sliderRoot:h1,sliderTrack:g1,sliderBar:b1,sliderThumb:y1,sliderMark:v1,sliderMarkLabel:x1,sliderTooltip:C1,minMaxGuide:S1,rightGuideContainer:w1,currentValue:T1,inputField:I1,readOnlyValue:E1},O1=({value:e})=>{const t=Array.isArray(e)?`${e[0]} – ${e[1]}`:e;return h.jsx("div",{className:ht.readOnlyValue,children:t})},jh=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,tooltipLabel:g,assistiveText:p,assistiveWithIcon:b,error:f,required:v,withAsterisk:x,id:w,className:I,style:S,disabled:T,readOnly:E,readOnlyComponent:M,emptyValueComponent:N,value:$,defaultValue:V,icon:j,trailingIcon:y,showInput:D=!1,showMinMaxLabels:_=!0,min:O=0,max:k=100,minLabel:P,maxLabel:A,step:z=1,onChange:L,onChangeEnd:B,...W}=t,[K,ee]=q.useState(()=>$!==void 0?$:V!==void 0?V:O),U=$!==void 0?$:K,Q=Array.isArray(U),[re,Y]=q.useState(()=>Array.isArray(U)?[U[0].toString(),U[1].toString()]:U.toString());q.useEffect(()=>{Y(Array.isArray(U)?[U[0].toString(),U[1].toString()]:U.toString())},[U]);const F=(Oe,rt)=>{const Ee=Array.isArray(rt)?[rt[0],rt[1]]:rt;$===void 0&&ee(Ee),L==null||L(Ee)},G=Oe=>{const rt=Oe.target.value;Y(rt);const Ee=parseFloat(rt);if(!isNaN(Ee)){const st=Math.max(O,Math.min(k,Ee));F(null,st)}},te=()=>{Y(U.toString())},H=Oe=>{const rt=U,Ee=Oe.target.value;Y([Ee,rt[1].toString()]);const st=parseFloat(Ee);if(!isNaN(st)){const Et=Math.max(O,Math.min(rt[1],st));F(null,[Et,rt[1]])}},le=Oe=>{const rt=U,Ee=Oe.target.value;Y([rt[0].toString(),Ee]);const st=parseFloat(Ee);if(!isNaN(st)){const Et=Math.max(rt[0],Math.min(k,st));F(null,[rt[0],Et])}},X=()=>{const Oe=U;Y([Oe[0].toString(),Oe[1].toString()])},ue=["size","color"],pe=en(ye(W,o),ue),ae=pe,oe=q.useRef(!1),[he,J]=q.useState(!1),ce=pe.onMouseDown,se=pe.onFocus,ve=pe.onBlur,xe=pe.onKeyDown,Se=Oe=>{oe.current=!0,ce==null||ce(Oe)},Ie=Oe=>{J(oe.current),oe.current=!1,se==null||se(Oe)},_e=Oe=>{J(!1),ve==null||ve(Oe)},Ge=Oe=>{J(!1),xe==null||xe(Oe)},ct=ae.classes,It=et({root:ht.sliderRoot,rail:ht.sliderTrack,track:ht.sliderBar,thumb:ht.sliderThumb,mark:ht.sliderMark,markLabel:ht.sliderMarkLabel,valueLabel:ht.sliderTooltip},ct&&{root:ct.root,rail:ct.track,track:ct.bar,thumb:ct.thumb,mark:ct.mark,markLabel:ct.markLabel}),we=I?`${ht.layoutOverride} ${I}`:ht.layoutOverride,nt=j?h.jsx("span",{className:ht.iconWrapper,"aria-hidden":!0,children:j}):null,ze=y?h.jsx("span",{className:ht.iconWrapper,"aria-hidden":!0,children:y}):null,Be=Array.isArray(U)?typeof g=="function"?`${g(U[0])} – ${g(U[1])}`:`${U[0]} – ${U[1]}`:typeof g=="function"?g(U):U;return h.jsx(zt,{ref:n,className:we,style:S,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:p,assistiveWithIcon:b,error:!!f,required:v,id:w,readOnly:E,readOnlyComponent:M||O1,emptyValueComponent:N,readOnlyType:"text",readOnlyValue:U,readOnlyNativeProps:{value:U},activeComponent:h.jsxs("div",{className:ht.sliderContainer,"data-form-layout":s,"data-disabled":T?"true":void 0,"data-error":f?"true":void 0,"data-suppress-focus-ring":he?"true":void 0,children:[Q&&D&&h.jsx("input",{type:"number",className:ht.inputField,value:re[0],onChange:H,onBlur:X,min:O,max:U[1],step:z??void 0,disabled:T,"data-error":f?"true":void 0,"aria-label":"Minimum value"}),nt,_&&h.jsx("span",{className:ht.minMaxGuide,children:P??O}),h.jsx("div",{className:ht.sliderTrackWrapper,children:h.jsx(be.Slider,{...pe,classes:It,disabled:T,value:U,onChange:F,onMouseDown:Se,onFocus:Ie,onBlur:_e,onKeyDown:Ge,onChangeCommitted:B,min:O,max:k,step:z,valueLabelDisplay:g===null?"off":"auto",valueLabelFormat:typeof g=="function"?g:void 0})}),h.jsxs("div",{className:ht.rightGuideContainer,children:[!D&&h.jsx("span",{className:ht.currentValue,children:Be}),_&&h.jsx("span",{className:ht.minMaxGuide,children:A??k})]}),ze,D&&(Q?h.jsx("input",{type:"number",className:ht.inputField,value:re[1],onChange:le,onBlur:X,min:U[0],max:k,step:z??void 0,disabled:T,"data-error":f?"true":void 0,"aria-label":"Maximum value"}):h.jsx("input",{type:"number",className:ht.inputField,value:re,onChange:G,onBlur:te,min:O,max:k,step:z??void 0,disabled:T,"data-error":f?"true":void 0}))]})})});jh.displayName="Slider";const Ah=q.forwardRef(function({children:t,spacing:n="rec-default",...o},s){const i=ns(o),a=typeof n=="string"&&n in Ct?Ct[n]:n;return h.jsx(be.Stack,{ref:s,...i,spacing:a,children:t})});Ah.displayName="Stack";const k1="Stepper-module__root___jbSYO",_1="Stepper-module__horizontal___USHT1",P1="Stepper-module__steps___4HPO6",D1="Stepper-module__stepBody___TBvys",M1="Stepper-module__stepLabel___N6nuy",R1="Stepper-module__stepDescription___DnDAy",N1="Stepper-module__separator___pU0No",$1="Stepper-module__separatorLine___dJMu-",j1="Stepper-module__vertical___d4mOs",A1="Stepper-module__step___s2nqL",L1="Stepper-module__stepLabelRoot___qUhIH",V1="Stepper-module__stepIcon___YQHNq",F1="Stepper-module__large___J18-y",B1="Stepper-module__small___Ub-zb",z1="Stepper-module__stepIconCircle___TwUMT",W1="Stepper-module__stepCompletedIcon___B9MeL",Ot={root:k1,horizontal:_1,steps:P1,stepBody:D1,stepLabel:M1,stepDescription:R1,separator:N1,separatorLine:$1,vertical:j1,step:A1,stepLabelRoot:L1,stepIcon:V1,large:F1,small:B1,stepIconCircle:z1,stepCompletedIcon:W1};function U1(e){return h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function H1(e){const{icon:t,active:n,completed:o,error:s}=e;return typeof t!="number"&&typeof t!="string"?h.jsx(h.Fragment,{children:t}):h.jsx("span",{className:Ot.stepIconCircle,"data-active":n||void 0,"data-completed":o||void 0,"data-error":s||void 0,children:o?h.jsx(U1,{className:Ot.stepCompletedIcon}):t})}const Lh=q.forwardRef(function(t,n){const{overStyled:o=!1,size:s="large",orientation:i="horizontal",className:a,style:l,...c}=t,u=ye(c,o),d=i==="horizontal",m=et({root:Ot.steps},u.classes);return h.jsx("div",{className:`${Ot.root} ${d?Ot.horizontal:Ot.vertical} ${s==="large"?Ot.large:Ot.small} ${a||""}`,style:l,"data-size":s,"data-orientation":i,children:h.jsx(be.Stepper,{ref:n,...u,orientation:i,alternativeLabel:d,connector:d?h.jsx(be.StepConnector,{classes:{root:Ot.separator,line:Ot.separatorLine}}):h.jsx(h.Fragment,{}),classes:m})})});Lh.displayName="Stepper";const q1=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t,a=ye(i,o),l=et({root:Ot.step},a.classes);return h.jsx(be.Step,{ref:n,...a,classes:l,className:s||""})});q1.displayName="Step";const Y1=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t;return h.jsx(be.StepButton,{ref:n,className:s||"",...ye(i,o)})});Y1.displayName="StepButton";const G1=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,description:i,StepIconComponent:a=H1,...l}=t,c=ye(l,o),u=et({root:Ot.stepLabelRoot,label:Ot.stepLabel,iconContainer:Ot.stepIcon,labelContainer:Ot.stepBody},c.classes);return h.jsx(be.StepLabel,{ref:n,...c,className:s||"",classes:u,StepIconComponent:a,optional:i?h.jsx("div",{className:Ot.stepDescription,children:i}):l.optional})});G1.displayName="StepLabel";const K1=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t;return h.jsx(be.StepConnector,{ref:n,className:s||"",...ye(i,o)})});K1.displayName="StepConnector";const X1="Switch-module__root___Y5Ydi",Q1="Switch-module__switchRoot___5nKws",Z1="Switch-module__track___7ObdZ",J1="Switch-module__thumb___-FTeK",eD="Switch-module__body___Sw9Wr",tD="Switch-module__switchBase___-sCur",nD="Switch-module__thumbIconWrapper___sCY-1",oD="Switch-module__checkIcon___ZBAQN",rD="Switch-module__closeIcon___bLLGw",sD="Switch-module__labelWrapper___YSOwx",iD="Switch-module__label___LrH7V",aD="Switch-module__groupRoot___-Uepi",bt={root:X1,switchRoot:Q1,track:Z1,thumb:J1,body:eD,switchBase:tD,thumbIconWrapper:nD,checkIcon:oD,closeIcon:rD,labelWrapper:sD,label:iD,groupRoot:aD},Vh=q.createContext(null),wc=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,className:x,style:w,children:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,onChange:$,...V}=t,j=ye(V,o),y=j,D=(_,O)=>{$&&$(O)};return h.jsx(zt,{className:x,style:w,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,description:m,assistiveText:g,assistiveWithIcon:p,error:b,required:f,id:v,readOnly:S&&!!T,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(Vh.Provider,{value:{value:M!==void 0?M:N,onChange:D,name:y.name,readOnly:S||!!y.disabled},children:h.jsx(be.FormGroup,{ref:n,...j,className:`${bt.groupRoot} ${j.className||""}`.trim(),"data-layout":s,children:I})})})});wc.displayName="SwitchGroup";function lD(e){return h.jsx("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function cD(e){return h.jsx("svg",{viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:h.jsx("path",{d:"M11.7816 4.03157C12.0062 3.80702 12.0062 3.44295 11.7816 3.2184C11.5571 2.99385 11.193 2.99385 10.9685 3.2184L7.50005 6.68682L4.03164 3.2184C3.80708 2.99385 3.44301 2.99385 3.21846 3.2184C2.99391 3.44295 2.99391 3.80702 3.21846 4.03157L6.68688 7.49999L3.21846 10.9684C2.99391 11.193 2.99391 11.557 3.21846 11.7816C3.44301 12.0061 3.80708 12.0061 4.03164 11.7816L7.50005 8.31316L10.9685 11.7816C11.193 12.0061 11.5571 12.0061 11.7816 11.7816C12.0062 11.557 12.0062 11.193 11.7816 10.9684L8.31322 7.49999L11.7816 4.03157Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}const Tc=q.forwardRef(function(t,n){const{overStyled:o=!1,readOnly:s,readOnlyComponent:i,disabled:a,formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,label:m,description:g,error:p,style:b,...f}=t,v=["size","color"],x=en(ye(f,o),v),w=x,I=et({root:bt.switchRoot,body:bt.body,track:bt.track,switchBase:bt.switchBase,trackLabel:bt.trackLabel,labelWrapper:bt.labelWrapper,label:bt.label},w.classes),S=w.className,T=S?`${bt.root} ${S}`:bt.root,E=q.useContext(Vh),M=E!==null,N=M?!!E.readOnly:!1,$=M?(E.value||[]).includes(w.value):!!(w.checked??w.defaultChecked),V=O=>{var z;if(!M)return;const k=E.value||[],P=w.value,A=O.target.checked?[...k,P]:k.filter(L=>L!==P);(z=E.onChange)==null||z.call(E,O,A)};if(s&&i){const O=i,k=h.jsx(O,{...t,checked:$,label:w.label});return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:k}):h.jsx(h.Fragment,{children:k})}const j=h.jsx("span",{className:bt.thumb,children:h.jsxs("span",{className:bt.thumbIconWrapper,children:[h.jsx(lD,{className:bt.checkIcon}),h.jsx(cD,{className:bt.closeIcon})]})}),y=s||a||N,D=h.jsx(be.Switch,{ref:n,...x,className:m?bt.inner:`${T} ${bt.inner}`,classes:I,color:"default",disabled:y,"data-disabled":y||void 0,icon:j,checkedIcon:j,...M?{checked:$,onChange:V}:{},disableRipple:!0}),_=m?h.jsx("div",{className:T,style:b,children:h.jsxs("div",{className:bt.body,children:[D,h.jsxs("div",{className:bt.labelWrapper,children:[h.jsx("label",{className:bt.label,htmlFor:w.id,"data-disabled":s||a?!0:void 0,children:m}),p?h.jsx(Dn,{assistiveVariant:"error",assistiveWithIcon:!1,children:p}):g&&h.jsx(Dn,{assistiveVariant:"help",assistiveWithIcon:!1,children:g})]})]})}):D;return l?h.jsx(Mn,{formLayout:l,labelSize:c,controlMaxWidth:u,controlMinWidth:d,children:_}):_});Tc.displayName="Switch";Tc.Group=wc;const uD="Table-module__root___aMWWS",dD="Table-module__cell___nJrDK",pD="Table-module__row___DD8Km",fD="Table-module__sortLabel___eulkk",na={root:uD,cell:dD,row:pD,sortLabel:fD};function Ic(e,t){return t?`${e} ${t}`:e}const Fh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className,a=na.root,l=i?`${a} ${i}`:a;return h.jsx(be.Table,{ref:o,...s,className:l})});Fh.displayName="Table";const Bh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableBody,{ref:o,...s})});Bh.displayName="TableBody";const zh=q.forwardRef(function({overStyled:t=!1,sorted:n=!1,disabled:o=!1,variant:s="default",...i},a){const l=ye(i,t),c=l.className;return h.jsx(be.TableCell,{ref:a,...l,className:Ic(na.cell,c),"data-sorted":n?"true":void 0,"data-disabled":o?"true":void 0,"data-currency":s==="currency"?"true":void 0,"aria-sort":n==="asc"?"ascending":n==="desc"?"descending":void 0})});zh.displayName="TableCell";const Wh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableContainer,{ref:o,...s})});Wh.displayName="TableContainer";const Uh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableHead,{ref:o,...s})});Uh.displayName="TableHead";const Hh=q.forwardRef(function({overStyled:t=!1,selected:n=!1,disabled:o=!1,...s},i){const a=ye(s,t),l=a.className;return h.jsx(be.TableRow,{ref:i,...a,className:Ic(na.row,l),selected:n,"data-selected":n?"true":void 0,"data-disabled":o?"true":void 0})});Hh.displayName="TableRow";const qh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t);return h.jsx(be.TableFooter,{ref:o,...s})});qh.displayName="TableFooter";const Yh=q.forwardRef(function({overStyled:t=!1,...n},o){const s=ye(n,t),i=s.className;return h.jsx(be.TableSortLabel,{ref:o,...s,className:Ic(na.sortLabel,i)})});Yh.displayName="TableSortLabel";const no=Fh;no.Body=Bh;no.Cell=zh;no.Container=Wh;no.Head=Uh;no.Row=Hh;no.Footer=qh;no.SortLabel=Yh;const mD="Tabs-module__root___-VKVI",hD="Tabs-module__list___qRVME",gD="Tabs-module__indicator___kvQsf",bD="Tabs-module__tab___IdDYc",yD="Tabs-module__panel___08i9c",Ar={root:mD,list:hD,indicator:gD,tab:bD,panel:yD},Gh=C.createContext(null);process.env.NODE_ENV!=="production"&&(Gh.displayName="TabContext");process.env.NODE_ENV!=="production"&&(r.node,r.oneOfType([r.number,r.string]).isRequired);function vD(){return C.useContext(Gh)}function xD(e,t){const{idPrefix:n}=e;return n===null?null:`${e.idPrefix}-P-${t}`}function CD(e,t){const{idPrefix:n}=e;return n===null?null:`${e.idPrefix}-T-${t}`}var Ps={exports:{}},Qe={};/**
|
|
205
205
|
* @license React
|
|
206
206
|
* react-is.production.js
|
|
207
207
|
*
|
|
@@ -209,7 +209,7 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
209
209
|
*
|
|
210
210
|
* This source code is licensed under the MIT license found in the
|
|
211
211
|
* LICENSE file in the root directory of this source tree.
|
|
212
|
-
*/var
|
|
212
|
+
*/var ep;function SD(){if(ep)return Qe;ep=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.consumer"),a=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),c=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),d=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),g=Symbol.for("react.view_transition"),p=Symbol.for("react.client.reference");function b(f){if(typeof f=="object"&&f!==null){var v=f.$$typeof;switch(v){case e:switch(f=f.type,f){case n:case s:case o:case c:case u:case g:return f;default:switch(f=f&&f.$$typeof,f){case a:case l:case m:case d:return f;case i:return f;default:return v}}case t:return v}}}return Qe.ContextConsumer=i,Qe.ContextProvider=a,Qe.Element=e,Qe.ForwardRef=l,Qe.Fragment=n,Qe.Lazy=m,Qe.Memo=d,Qe.Portal=t,Qe.Profiler=s,Qe.StrictMode=o,Qe.Suspense=c,Qe.SuspenseList=u,Qe.isContextConsumer=function(f){return b(f)===i},Qe.isContextProvider=function(f){return b(f)===a},Qe.isElement=function(f){return typeof f=="object"&&f!==null&&f.$$typeof===e},Qe.isForwardRef=function(f){return b(f)===l},Qe.isFragment=function(f){return b(f)===n},Qe.isLazy=function(f){return b(f)===m},Qe.isMemo=function(f){return b(f)===d},Qe.isPortal=function(f){return b(f)===t},Qe.isProfiler=function(f){return b(f)===s},Qe.isStrictMode=function(f){return b(f)===o},Qe.isSuspense=function(f){return b(f)===c},Qe.isSuspenseList=function(f){return b(f)===u},Qe.isValidElementType=function(f){return typeof f=="string"||typeof f=="function"||f===n||f===s||f===o||f===c||f===u||typeof f=="object"&&f!==null&&(f.$$typeof===m||f.$$typeof===d||f.$$typeof===a||f.$$typeof===i||f.$$typeof===l||f.$$typeof===p||f.getModuleId!==void 0)},Qe.typeOf=b,Qe}var Ze={};/**
|
|
213
213
|
* @license React
|
|
214
214
|
* react-is.development.js
|
|
215
215
|
*
|
|
@@ -217,14 +217,14 @@ Please try using another token or open an issue on https://github.com/mui/mui-x/
|
|
|
217
217
|
*
|
|
218
218
|
* This source code is licensed under the MIT license found in the
|
|
219
219
|
* LICENSE file in the root directory of this source tree.
|
|
220
|
-
*/var rp;function PD(){return rp||(rp=1,process.env.NODE_ENV!=="production"&&(function(){function e(f){if(typeof f=="object"&&f!==null){var v=f.$$typeof;switch(v){case t:switch(f=f.type,f){case o:case i:case s:case u:case d:case p:return f;default:switch(f=f&&f.$$typeof,f){case l:case c:case g:case m:return f;case a:return f;default:return v}}case n:return v}}}var t=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),l=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),p=Symbol.for("react.view_transition"),b=Symbol.for("react.client.reference");Ze.ContextConsumer=a,Ze.ContextProvider=l,Ze.Element=t,Ze.ForwardRef=c,Ze.Fragment=o,Ze.Lazy=g,Ze.Memo=m,Ze.Portal=n,Ze.Profiler=i,Ze.StrictMode=s,Ze.Suspense=u,Ze.SuspenseList=d,Ze.isContextConsumer=function(f){return e(f)===a},Ze.isContextProvider=function(f){return e(f)===l},Ze.isElement=function(f){return typeof f=="object"&&f!==null&&f.$$typeof===t},Ze.isForwardRef=function(f){return e(f)===c},Ze.isFragment=function(f){return e(f)===o},Ze.isLazy=function(f){return e(f)===g},Ze.isMemo=function(f){return e(f)===m},Ze.isPortal=function(f){return e(f)===n},Ze.isProfiler=function(f){return e(f)===i},Ze.isStrictMode=function(f){return e(f)===s},Ze.isSuspense=function(f){return e(f)===u},Ze.isSuspenseList=function(f){return e(f)===d},Ze.isValidElementType=function(f){return typeof f=="string"||typeof f=="function"||f===o||f===i||f===s||f===u||f===d||typeof f=="object"&&f!==null&&(f.$$typeof===g||f.$$typeof===m||f.$$typeof===l||f.$$typeof===a||f.$$typeof===c||f.$$typeof===b||f.getModuleId!==void 0)},Ze.typeOf=e})()),Ze}var sp;function DD(){return sp||(sp=1,process.env.NODE_ENV==="production"?Ps.exports=_D():Ps.exports=PD()),Ps.exports}var MD=DD();function RD(e){return $e("MuiTabPanel",e)}Me("MuiTabPanel",["root","hidden"]);const ND=e=>{const{classes:t,hidden:n}=e;return Le({root:["root",n&&"hidden"]},RD,t)},$D=ne("div",{name:"MuiTabPanel",slot:"Root"})(({theme:e})=>({padding:e.spacing(3)})),Jh=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTabPanel"}),{children:s,className:i,value:a,keepMounted:l=!1,...c}=o,u={...o},d=ND(u),m=ED();if(m===null)throw new TypeError("No TabContext provided");const g=OD(m,a),p=kD(m,a);return h.jsx($D,{"aria-labelledby":p,className:de(d.root,i),hidden:a!==m.value,id:g,ref:n,role:"tabpanel",ownerState:u,...c,children:(l||a===m.value)&&s})});process.env.NODE_ENV!=="production"&&(Jh.propTypes={children:r.node,classes:r.object,className:r.string,keepMounted:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.oneOfType([r.number,r.string]).isRequired});const Zr=C.createContext({});process.env.NODE_ENV!=="production"&&(Zr.displayName="TimelineContext");function jD(e){return $e("MuiTimeline",e)}Me("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function cr(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${fe(e)}`}const AD=e=>{const{position:t,classes:n}=e,o={root:["root",t&&cr(t)]};return Le(o,jD,n)},LD=ne("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.position&&t[cr(n.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),eg=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimeline"}),{position:s="right",className:i,...a}=o,l={...o,position:s},c=AD(l),u=C.useMemo(()=>({position:s}),[s]);return h.jsx(Zr.Provider,{value:u,children:h.jsx(LD,{className:de(c.root,i),ownerState:l,ref:n,...a})})});process.env.NODE_ENV!=="production"&&(eg.propTypes={children:r.node,classes:r.object,className:r.string,position:r.oneOf(["alternate-reverse","alternate","left","right"]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function VD(e){return $e("MuiTimelineConnector",e)}Me("MuiTimelineConnector",["root"]);const FD=e=>{const{classes:t}=e;return Le({root:["root"]},VD,t)},BD=ne("span",{name:"MuiTimelineConnector",slot:"Root"})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),tg=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineConnector"}),{className:s,...i}=o,a=o,l=FD(a);return h.jsx(BD,{className:de(l.root,s),ownerState:a,ref:n,...i})});process.env.NODE_ENV!=="production"&&(tg.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function zD(e){return $e("MuiTimelineContent",e)}const WD=Me("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]),UD=e=>{const{position:t,classes:n}=e,o={root:["root",cr(t)]};return Le(o,zD,n)},HD=ne(nn,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[cr(n.position)]]}})(({ownerState:e})=>({flex:1,padding:"6px 16px",textAlign:"left",...e.position==="left"&&{textAlign:"right"}})),ng=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineContent"}),{className:s,...i}=o,{position:a}=C.useContext(Zr),l={...o,position:a||"right"},c=UD(l);return h.jsx(HD,{component:"div",className:de(c.root,s),ownerState:l,ref:n,...i})});process.env.NODE_ENV!=="production"&&(ng.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function qD(e){return $e("MuiTimelineDot",e)}Me("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const YD=e=>{const{color:t,variant:n,classes:o}=e,s={root:["root",n,t!=="inherit"&&`${n}${fe(t)}`]};return Le(s,qD,o)},GD=ne("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.color!=="inherit"&&`${n.variant}${fe(n.color)}`],t[n.variant]]}})(({ownerState:e,theme:t})=>({display:"flex",alignSelf:"baseline",borderStyle:"solid",borderWidth:2,padding:4,borderRadius:"50%",boxShadow:(t.vars||t).shadows[1],margin:"11.5px 0",...e.variant==="filled"&&{borderColor:"transparent",...e.color!=="inherit"&&{...e.color==="grey"?{color:(t.vars||t).palette.grey[50],backgroundColor:(t.vars||t).palette.grey[400]}:{color:(t.vars||t).palette[e.color].contrastText,backgroundColor:(t.vars||t).palette[e.color].main}}},...e.variant==="outlined"&&{boxShadow:"none",backgroundColor:"transparent",...e.color!=="inherit"&&{...e.color==="grey"?{borderColor:(t.vars||t).palette.grey[400]}:{borderColor:(t.vars||t).palette[e.color].main}}}})),og=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineDot"}),{className:s,color:i="grey",variant:a="filled",...l}=o,c={...o,color:i,variant:a},u=YD(c);return h.jsx(GD,{className:de(u.root,s),ownerState:c,ref:n,...l})});process.env.NODE_ENV!=="production"&&(og.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["error","grey","info","inherit","primary","secondary","success","warning"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["filled","outlined"]),r.string])});const KD=Me("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function XD(e){return $e("MuiTimelineItem",e)}Me("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]);const QD=e=>{const{position:t,classes:n,hasOppositeContent:o}=e,s={root:["root",cr(t),!o&&"missingOppositeContent"]};return Le(s,XD,n)},ZD=ne("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[cr(n.position)]]}})(({ownerState:e})=>({listStyle:"none",display:"flex",position:"relative",minHeight:70,...e.position==="left"&&{flexDirection:"row-reverse"},...(e.position==="alternate"||e.position==="alternate-reverse")&&{[`&:nth-of-type(${e.position==="alternate"?"even":"odd"})`]:{flexDirection:"row-reverse",[`& .${WD.root}`]:{textAlign:"right"},[`& .${KD.root}`]:{textAlign:"left"}}},...!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}}})),rg=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineItem"}),{position:s,className:i,...a}=o,{position:l}=C.useContext(Zr);let c=!1;C.Children.forEach(o.children,g=>{Ho(g,["TimelineOppositeContent"])&&(c=!0)});const u={...o,position:s||l||"right",hasOppositeContent:c},d=QD(u),m=C.useMemo(()=>({position:u.position}),[u.position]);return h.jsx(Zr.Provider,{value:m,children:h.jsx(ZD,{className:de(d.root,i),ownerState:u,ref:n,...a})})});process.env.NODE_ENV!=="production"&&(rg.propTypes={children:r.node,classes:r.object,className:r.string,position:r.oneOf(["alternate-reverse","alternate","left","right"]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function JD(e){return $e("MuiTimelineSeparator",e)}Me("MuiTimelineSeparator",["root"]);const eM=e=>{const{classes:t}=e;return Le({root:["root"]},JD,t)},tM=ne("div",{name:"MuiTimelineSeparator",slot:"Root"})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),sg=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineSeparator"}),{className:s,...i}=o,a=o,l=eM(a);return h.jsx(tM,{className:de(l.root,s),ownerState:a,ref:n,...i})});process.env.NODE_ENV!=="production"&&(sg.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const ig=q.forwardRef(function(t,n){const{variant:o="default",orientation:s="horizontal",inverted:i=!1,overStyled:a=!1,className:l,...c}=t,u=ye(c,a),d=et({flexContainer:Ar.list,indicator:Ar.indicator},u.classes);return h.jsx(be.Tabs,{ref:n,...u,orientation:s,className:`${Ar.root} ${l||""}`,"data-variant":o,"data-orientation":s,"data-inverted":i||void 0,classes:d})});ig.displayName="Tabs";const ag=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t,a=ye(i,o);return h.jsx(be.Tab,{ref:n,disableRipple:!0,className:`${Ar.tab} ${s||""}`,...a})});ag.displayName="Tab";const lg=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t,a=ye(i,o);return h.jsx(Jh,{ref:n,className:`${Ar.panel} ${s||""}`,...a})});lg.displayName="TabPanel";const oa=q.forwardRef(function({typographyClass:t,overStyled:n=!1,...o},s){const i=ye(o,n),l=i.className,c=l?`${t} ${l}`:t;return h.jsx(be.Typography,{ref:s,className:c,variant:"inherit",...i})});oa.displayName="Typography";const cg=q.forwardRef(function({variant:t="body",...n},o){const s=`recursica_brand_typography_${t}`;return h.jsx(oa,{ref:o,typographyClass:s,...n})});cg.displayName="Text";const nM="TextArea-module__layoutOverride___4MCdm",oM="TextArea-module__root___3dyeu",rM="TextArea-module__input___8l36v",Ds={layoutOverride:nM,root:oM,input:rM},ug=q.forwardRef(function(t,n){var P;const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,withAsterisk:f,id:v,className:x,style:w,disabled:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,autosize:$,...V}=t,j=["size","variant"],y=en(ye(V,o),j),_=y.slotProps,O=et({root:Ds.root,input:Ds.input},(P=_==null?void 0:_.input)==null?void 0:P.classes),k=x?`${Ds.layoutOverride} ${x}`:Ds.layoutOverride;return h.jsx(zt,{className:k,style:w,controlMaxWidth:"var(--textarea-control-max-width)",controlMinWidth:"var(--textarea-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:v,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(be.TextField,{...y,multiline:!0,variant:"standard",inputRef:n,disabled:I,value:M,defaultValue:N,label:void 0,error:!!p,required:void 0,slotProps:{..._,input:{..._==null?void 0:_.input,disableUnderline:!0,classes:O,"data-autosize":$?"true":void 0}}})})});ug.displayName="TextArea";const sM="TextField-module__layoutOverride___SNZqc",iM="TextField-module__root___2ZYkG",aM="TextField-module__input___RL-My",lM="TextField-module__section___bCIJ0",Cr={layoutOverride:sM,root:iM,input:aM,section:lM},Oc=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,leftSection:N,rightSection:$,...V}=t,j=["size","color"],y=en(ye(V,o),j),_=y.classes,O=et({wrapper:Cr.root,input:Cr.input,section:Cr.section},_&&{wrapper:_.root,input:_.input}),k=v?`${Cr.layoutOverride} ${v}`:Cr.layoutOverride,P=N?h.jsx("div",{className:O.section,"data-position":"left",children:N}):void 0,A=$?h.jsx("div",{className:O.section,"data-position":"right",children:$}):void 0;return h.jsx(zt,{className:k,style:x,controlMaxWidth:"var(--text-field-control-max-width)",controlMinWidth:"var(--text-field-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T||void 0,readOnlyType:"text",readOnlyValue:E!==void 0?E:M,readOnlyNativeProps:t,activeComponent:h.jsx(be.InputBase,{inputRef:n,...y,classes:{root:O.wrapper,input:O.input},disabled:w,value:E,defaultValue:M,startAdornment:P,endAdornment:A,"data-disabled":w?"true":void 0,"data-error":p?"true":void 0,"data-with-left-section":N?"true":void 0,"data-with-right-section":$?"true":void 0})})});Oc.displayName="TextField";const cM=e=>{const t=eE(e);return Lm({manager:t,props:e})},uM=["slots","slotProps"],ra=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimeField"}),{slots:s,slotProps:i}=o,a=Ce(o,uM),l=Qm({slotProps:i,ref:n,externalForwardedProps:a}),c=cM(l);return h.jsx(Zm,{slots:s,slotProps:i,inputRef:a.inputRef,children:h.jsx(Xm,{fieldResponse:c,defaultOpenPickerIcon:gE})})});process.env.NODE_ENV!=="production"&&(ra.displayName="TimeField");process.env.NODE_ENV!=="production"&&(ra.propTypes={ampm:r.bool,areAllSectionsEmpty:r.bool,autoFocus:r.bool,className:r.string,clearable:r.bool,clearButtonPosition:r.oneOf(["end","start"]),color:r.oneOf(["error","info","primary","secondary","success","warning"]),component:r.elementType,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,endAdornment:r.node,error:r.bool,fieldRef:r.oneOfType([r.func,r.object]),focused:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),fullWidth:r.bool,helperText:r.node,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onBlur:r.func,onChange:r.func,onClear:r.func,onClick:r.func,onError:r.func,onFocus:r.func,onInput:r.func,onKeyDown:r.func,onMouseDown:r.func,onPaste:r.func,onSelectedSectionsChange:r.func,openPickerButtonPosition:r.oneOf(["end","start"]),readOnly:r.bool,referenceDate:r.object,required:r.bool,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,shouldRespectLeadingZeros:r.bool,size:r.oneOf(["medium","small"]),slotProps:r.object,slots:r.object,startAdornment:r.node,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,variant:r.oneOf(["filled","outlined","standard"])});function dM(e){return Ye("MuiPickersToolbarText",e)}tt("MuiPickersToolbarText",["root"]);const pM=["className","classes","selected","value"],fM=e=>Fe({root:["root"]},dM,e),mM=ne(nn,{name:"MuiPickersToolbarText",slot:"Root"})(({theme:e})=>({transition:e.transitions.create("color"),color:(e.vars||e).palette.text.secondary,"&[data-selected]":{color:(e.vars||e).palette.text.primary}})),kc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersToolbarText"}),{className:s,classes:i,selected:a,value:l}=o,c=Ce(o,pM),u=fM(i);return h.jsx(mM,R({ref:n,className:de(u.root,s),component:"span",ownerState:o},a&&{"data-selected":!0},c,{children:l}))});process.env.NODE_ENV!=="production"&&(kc.displayName="PickersToolbarText");const hM=["align","className","classes","selected","typographyClassName","value","variant","width"],gM=e=>Fe({root:["root"]},Ff,e),bM=ne(Tn,{name:"MuiPickersToolbarButton",slot:"Root"})({padding:0,minWidth:16,textTransform:"none"}),Bo=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersToolbarButton"}),{align:s,className:i,classes:a,selected:l,typographyClassName:c,value:u,variant:d,width:m}=o,g=Ce(o,hM),p=gM(a);return h.jsx(bM,R({variant:"text",ref:n,className:de(p.root,i),ownerState:o},m?{sx:{width:m}}:{},g,{children:h.jsx(kc,{align:s,className:c,variant:d,value:u,selected:l})}))});process.env.NODE_ENV!=="production"&&(Bo.displayName="PickersToolbarButton");function yM(e){return Ye("MuiTimePickerToolbar",e)}const Lr=tt("MuiTimePickerToolbar",["root","separator","hourMinuteLabel","hourMinuteLabelLandscape","hourMinuteLabelReverse","ampmSelection","ampmLandscape","ampmLabel"]),vM=["ampm","ampmInClock","className","classes"],xM=(e,t)=>{const{pickerOrientation:n,toolbarDirection:o}=t;return Fe({root:["root"],separator:["separator"],hourMinuteLabel:["hourMinuteLabel",n==="landscape"&&"hourMinuteLabelLandscape",o==="rtl"&&"hourMinuteLabelReverse"],ampmSelection:["ampmSelection",n==="landscape"&&"ampmLandscape"],ampmLabel:["ampmLabel"]},yM,e)},CM=ne(Ml,{name:"MuiTimePickerToolbar",slot:"Root"})({}),SM=ne(kc,{name:"MuiTimePickerToolbar",slot:"Separator"})({outline:0,margin:"0 4px 0 2px",cursor:"default"}),wM=ne("div",{name:"MuiTimePickerToolbar",slot:"HourMinuteLabel",overridesResolver:(e,t)=>[{[`&.${Lr.hourMinuteLabelLandscape}`]:t.hourMinuteLabelLandscape,[`&.${Lr.hourMinuteLabelReverse}`]:t.hourMinuteLabelReverse},t.hourMinuteLabel]})({display:"flex",justifyContent:"flex-end",alignItems:"flex-end",variants:[{props:{toolbarDirection:"rtl"},style:{flexDirection:"row-reverse"}},{props:{pickerOrientation:"landscape"},style:{marginTop:"auto"}}]}),TM=ne("div",{name:"MuiTimePickerToolbar",slot:"AmPmSelection",overridesResolver:(e,t)=>[{[`.${Lr.ampmLabel}`]:t.ampmLabel},{[`&.${Lr.ampmLandscape}`]:t.ampmLandscape},t.ampmSelection]})({display:"flex",flexDirection:"column",marginRight:"auto",marginLeft:12,[`& .${Lr.ampmLabel}`]:{fontSize:17},variants:[{props:{pickerOrientation:"landscape"},style:{margin:"4px 0 auto",flexDirection:"row",justifyContent:"space-around",flexBasis:"100%"}}]});function dg(e){const t=ke({props:e,name:"MuiTimePickerToolbar"}),{ampm:n,ampmInClock:o,className:s,classes:i}=t,a=Ce(t,vM),l=Re(),c=Rt(),u=Dl(),d=xM(i,u),{value:m,setValue:g,disabled:p,readOnly:b,view:f,setView:v,views:x}=wo(),w=!!(n&&!o&&x.includes("hours")),{meridiemMode:I,handleMeridiemChange:S}=lc(m,n,M=>g(M,{changeImportance:"set",source:"view"})),T=M=>l.isValid(m)?l.format(m,M):"--",E=h.jsx(SM,{tabIndex:-1,value:":",variant:"h3",selected:!1,className:d.separator});return h.jsxs(CM,R({landscapeDirection:"row",toolbarTitle:c.timePickerToolbarTitle,ownerState:u,className:de(d.root,s)},a,{children:[h.jsxs(wM,{className:d.hourMinuteLabel,ownerState:u,children:[Vo(x,"hours")&&h.jsx(Bo,{tabIndex:-1,variant:"h3",onClick:()=>v("hours"),selected:f==="hours",value:T(n?"hours12h":"hours24h")}),Vo(x,["hours","minutes"])&&E,Vo(x,"minutes")&&h.jsx(Bo,{tabIndex:-1,variant:"h3",onClick:()=>v("minutes"),selected:f==="minutes",value:T("minutes")}),Vo(x,["minutes","seconds"])&&E,Vo(x,"seconds")&&h.jsx(Bo,{variant:"h3",onClick:()=>v("seconds"),selected:f==="seconds",value:T("seconds")})]}),w&&h.jsxs(TM,{className:d.ampmSelection,ownerState:u,children:[h.jsx(Bo,{disableRipple:!0,variant:"subtitle2",selected:I==="am",typographyClassName:d.ampmLabel,value:Bn(l,"am"),onClick:b?void 0:()=>S("am"),disabled:p}),h.jsx(Bo,{disableRipple:!0,variant:"subtitle2",selected:I==="pm",typographyClassName:d.ampmLabel,value:Bn(l,"pm"),onClick:b?void 0:()=>S("pm"),disabled:p})]})]}))}process.env.NODE_ENV!=="production"&&(dg.propTypes={ampm:r.bool,ampmInClock:r.bool,classes:r.object,className:r.string,hidden:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),titleId:r.string,toolbarFormat:r.string,toolbarPlaceholder:r.node});function pg(e,t){var l;const n=Re(),o=ke({props:e,name:t}),s=Vm(o),i=o.ampm??n.is12HourCycleInCurrentLocale(),a=C.useMemo(()=>{var c;return((c=o.localeText)==null?void 0:c.toolbarTitle)==null?o.localeText:R({},o.localeText,{timePickerToolbarTitle:o.localeText.toolbarTitle})},[o.localeText]);return R({},o,s,{ampm:i,localeText:a},Mf({views:o.views,openTo:o.openTo,defaultViews:["hours","minutes"],defaultOpenTo:"hours"}),{slots:R({toolbar:dg},o.slots),slotProps:R({},o.slotProps,{toolbar:R({ampm:i,ampmInClock:o.ampmInClock},(l=o.slotProps)==null?void 0:l.toolbar)})})}function IM(e){return Ye("MuiTimeClock",e)}tt("MuiTimeClock",["root","arrowSwitcher"]);const ar=220,Pn=36,Jr={x:ar/2,y:ar/2},fg={x:Jr.x,y:0},EM=fg.x-Jr.x,OM=fg.y-Jr.y,kM=e=>e*(180/Math.PI),mg=(e,t,n)=>{const o=t-Jr.x,s=n-Jr.y,i=Math.atan2(EM,OM)-Math.atan2(o,s);let a=kM(i);a=Math.round(a/e)*e,a%=360;const l=Math.floor(a/e)||0,c=o**2+s**2,u=Math.sqrt(c);return{value:l,distance:u}},_M=(e,t,n=1)=>{const o=n*6;let{value:s}=mg(o,e,t);return s=s*n%60,s},PM=(e,t,n)=>{const{value:o,distance:s}=mg(30,e,t);let i=o||12;return n?i%=12:s<ar/2-Pn&&(i+=12,i%=24),i};function DM(e){return Ye("MuiClockPointer",e)}tt("MuiClockPointer",["root","thumb"]);const MM=["className","classes","isBetweenTwoClockValues","isInner","type","viewValue"],RM=e=>Fe({root:["root"],thumb:["thumb"]},DM,e),NM=ne("div",{name:"MuiClockPointer",slot:"Root"})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",left:"calc(50% - 1px)",bottom:"50%",transformOrigin:"center bottom 0px",variants:[{props:{isClockPointerAnimated:!0},style:{transition:e.transitions.create(["transform","height"])}}]})),$M=ne("div",{name:"MuiClockPointer",slot:"Thumb"})(({theme:e})=>({width:4,height:4,backgroundColor:(e.vars||e).palette.primary.contrastText,borderRadius:"50%",position:"absolute",top:-21,left:`calc(50% - ${Pn/2}px)`,border:`${(Pn-4)/2}px solid ${(e.vars||e).palette.primary.main}`,boxSizing:"content-box",variants:[{props:{isClockPointerBetweenTwoValues:!1},style:{backgroundColor:(e.vars||e).palette.primary.main}}]}));function jM(e){const t=ke({props:e,name:"MuiClockPointer"}),{className:n,classes:o,isBetweenTwoClockValues:s,isInner:i,type:a,viewValue:l}=t,c=Ce(t,MM),u=C.useRef(a);C.useEffect(()=>{u.current=a},[a]);const{ownerState:d}=lt(),m=R({},d,{isClockPointerAnimated:u.current!==a,isClockPointerBetweenTwoValues:s}),g=RM(o),p=()=>{let f=360/(a==="hours"?12:60)*l;return a==="hours"&&l>12&&(f-=360),{height:Math.round((i?.26:.4)*ar),transform:`rotateZ(${f}deg)`}};return h.jsx(NM,R({style:p(),className:de(g.root,n),ownerState:m},c,{children:h.jsx($M,{ownerState:m,className:g.thumb})}))}function AM(e){return Ye("MuiClock",e)}tt("MuiClock",["root","clock","wrapper","squareMask","pin","amButton","pmButton","meridiemText","selected"]);const LM=(e,t)=>{const n={root:["root"],clock:["clock"],wrapper:["wrapper"],squareMask:["squareMask"],pin:["pin"],amButton:["amButton",t.clockMeridiemMode==="am"&&"selected"],pmButton:["pmButton",t.clockMeridiemMode==="pm"&&"selected"],meridiemText:["meridiemText"]};return Fe(n,AM,e)},VM=ne("div",{name:"MuiClock",slot:"Root"})(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",margin:e.spacing(2)})),FM=ne("div",{name:"MuiClock",slot:"Clock"})({backgroundColor:"rgba(0,0,0,.07)",borderRadius:"50%",height:220,width:220,flexShrink:0,position:"relative",pointerEvents:"none"}),BM=ne("div",{name:"MuiClock",slot:"Wrapper"})({"&:focus":{outline:"none"}}),zM=ne("div",{name:"MuiClock",slot:"SquareMask"})({width:"100%",height:"100%",position:"absolute",pointerEvents:"auto",outline:0,touchAction:"none",userSelect:"none",variants:[{props:{isClockDisabled:!1},style:{"@media (pointer: fine)":{cursor:"pointer",borderRadius:"50%"},"&:active":{cursor:"move"}}}]}),WM=ne("div",{name:"MuiClock",slot:"Pin"})(({theme:e})=>({width:6,height:6,borderRadius:"50%",backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"})),hg=(e,t)=>({zIndex:1,bottom:8,paddingLeft:4,paddingRight:4,width:Pn,variants:[{props:{clockMeridiemMode:t},style:{backgroundColor:(e.vars||e).palette.primary.main,color:(e.vars||e).palette.primary.contrastText,"&:hover":{backgroundColor:(e.vars||e).palette.primary.light}}}]}),UM=ne(Xn,{name:"MuiClock",slot:"AmButton"})(({theme:e})=>R({},hg(e,"am"),{position:"absolute",left:8})),HM=ne(Xn,{name:"MuiClock",slot:"PmButton"})(({theme:e})=>R({},hg(e,"pm"),{position:"absolute",right:8})),ip=ne(nn,{name:"MuiClock",slot:"MeridiemText"})({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});function qM(e){const t=ke({props:e,name:"MuiClock"}),{ampm:n,ampmInClock:o,autoFocus:s,children:i,value:a,handleMeridiemChange:l,isTimeDisabled:c,meridiemMode:u,minutesStep:d=1,onChange:m,selectedId:g,type:p,viewValue:b,viewRange:[f,v],disabled:x=!1,readOnly:w,className:I,classes:S}=t,T=Re(),E=Rt(),{ownerState:M}=lt(),N=R({},M,{isClockDisabled:x,clockMeridiemMode:u}),$=C.useRef(!1),V=C.useRef(null),j=C.useRef(null),y=C.useRef(void 0),D=LM(S,N),_=c(b,p),O=!n&&p==="hours"&&(b<1||b>12),k=(F,G)=>{x||w||c(F,p)||m(F,G)},P=(F,G)=>{const te=j.current;if(!te)return;const H=te.getBoundingClientRect(),le=F.clientX-H.left,X=F.clientY-H.top,ue=p==="seconds"||p==="minutes"?_M(le,X,d):PM(le,X,!!n);k(ue,G)},A=()=>{var F;$.current=!1,V.current=null,(F=y.current)==null||F.call(y)},z=ge(F=>{F.pointerId===V.current&&(F.preventDefault(),P(F,"shallow"))}),L=ge(F=>{F.pointerId===V.current&&(A(),P(F,"finish"))}),B=ge(F=>{F.pointerId===V.current&&A()}),W=F=>{if(F.button>0||F.isPrimary===!1||x||w)return;A(),$.current=!0,V.current=F.pointerId;const G=qo(j.current);G.addEventListener("pointermove",z),G.addEventListener("pointerup",L),G.addEventListener("pointercancel",B),y.current=()=>{G.removeEventListener("pointermove",z),G.removeEventListener("pointerup",L),G.removeEventListener("pointercancel",B),y.current=void 0},P(F.nativeEvent,"shallow")},K=p==="hours"?!1:b%5!==0,ee=p==="minutes"?d:1,U=C.useRef(null);Qt(()=>{s&&U.current.focus()},[s]),C.useEffect(()=>()=>{var F;return(F=y.current)==null?void 0:F.call(y)},[]);const Q=F=>Math.max(f,Math.min(v,F)),re=F=>(F+(v+1))%(v+1),Y=F=>{if(!$.current)switch(F.key){case"Home":k(f,"partial"),F.preventDefault();break;case"End":k(v,"partial"),F.preventDefault();break;case"ArrowUp":k(re(b+ee),"partial"),F.preventDefault();break;case"ArrowDown":k(re(b-ee),"partial"),F.preventDefault();break;case"PageUp":k(Q(b+5),"partial"),F.preventDefault();break;case"PageDown":k(Q(b-5),"partial"),F.preventDefault();break;case"Enter":case" ":k(b,"finish"),F.preventDefault();break}};return h.jsxs(VM,{className:de(D.root,I),children:[h.jsxs(FM,{className:D.clock,children:[h.jsx(zM,{ref:j,onPointerDown:W,ownerState:N,className:D.squareMask}),!_&&h.jsxs(C.Fragment,{children:[h.jsx(WM,{className:D.pin}),a!=null&&h.jsx(jM,{type:p,viewValue:b,isInner:O,isBetweenTwoClockValues:K})]}),h.jsx(BM,{"aria-activedescendant":g,"aria-label":E.clockLabelText(p,a==null?null:T.format(a,n?"fullTime12h":"fullTime24h")),ref:U,role:"listbox",onKeyDown:Y,tabIndex:0,className:D.wrapper,children:i})]}),n&&o&&h.jsxs(C.Fragment,{children:[h.jsx(UM,{onClick:w?void 0:()=>l("am"),disabled:x||u===null,ownerState:N,className:D.amButton,title:Bn(T,"am"),children:h.jsx(ip,{variant:"caption",className:D.meridiemText,children:Bn(T,"am")})}),h.jsx(HM,{disabled:x||u===null,onClick:w?void 0:()=>l("pm"),ownerState:N,className:D.pmButton,title:Bn(T,"pm"),children:h.jsx(ip,{variant:"caption",className:D.meridiemText,children:Bn(T,"pm")})})]})]})}function YM(e){return Ye("MuiClockNumber",e)}const Ms=tt("MuiClockNumber",["root","selected","disabled"]),GM=["className","classes","disabled","index","inner","label","selected"],KM=(e,t)=>{const n={root:["root",t.isClockNumberSelected&&"selected",t.isClockNumberDisabled&&"disabled"]};return Fe(n,YM,e)},XM=ne("span",{name:"MuiClockNumber",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${Ms.disabled}`]:t.disabled},{[`&.${Ms.selected}`]:t.selected}]})(({theme:e})=>({height:Pn,width:Pn,position:"absolute",left:`calc((100% - ${Pn}px) / 2)`,display:"inline-flex",justifyContent:"center",alignItems:"center",borderRadius:"50%",color:(e.vars||e).palette.text.primary,fontFamily:e.typography.fontFamily,"&:focused":{backgroundColor:(e.vars||e).palette.background.paper},[`&.${Ms.selected}`]:{color:(e.vars||e).palette.primary.contrastText},[`&.${Ms.disabled}`]:{pointerEvents:"none",color:(e.vars||e).palette.text.disabled},variants:[{props:{isClockNumberInInnerRing:!0},style:R({},e.typography.body2,{color:(e.vars||e).palette.text.secondary})}]}));function gg(e){const t=ke({props:e,name:"MuiClockNumber"}),{className:n,classes:o,disabled:s,index:i,inner:a,label:l,selected:c}=t,u=Ce(t,GM),{ownerState:d}=lt(),m=R({},d,{isClockNumberInInnerRing:a,isClockNumberSelected:c,isClockNumberDisabled:s}),g=KM(o,m),p=i%12/12*Math.PI*2-Math.PI/2,b=(ar-Pn-2)/2*(a?.65:1),f=Math.round(Math.cos(p)*b),v=Math.round(Math.sin(p)*b);return h.jsx(XM,R({className:de(g.root,n),"aria-disabled":s?!0:void 0,"aria-selected":c?!0:void 0,role:"option",style:{transform:`translate(${f}px, ${v+(ar-Pn)/2}px`},ownerState:m},u,{children:l}))}const QM=({ampm:e,value:t,getClockNumberText:n,isDisabled:o,selectedId:s,adapter:i})=>{const a=t?i.getHours(t):null,l=[],c=e?1:0,u=e?12:23,d=m=>a===null?!1:e?m===12?a===12||a===0:a===m||a-12===m:a===m;for(let m=c;m<=u;m+=1){let g=m.toString();m===0&&(g="00");const p=!e&&(m===0||m>12);g=i.formatNumber(g);const b=d(m);l.push(h.jsx(gg,{id:b?s:void 0,index:m,inner:p,selected:b,disabled:o(m),label:g,"aria-label":n(g)},m))}return l},ap=({adapter:e,value:t,isDisabled:n,getClockNumberText:o,selectedId:s})=>{const i=e.formatNumber;return[[5,i("05")],[10,i("10")],[15,i("15")],[20,i("20")],[25,i("25")],[30,i("30")],[35,i("35")],[40,i("40")],[45,i("45")],[50,i("50")],[55,i("55")],[0,i("00")]].map(([a,l],c)=>{const u=a===t;return h.jsx(gg,{label:l,id:u?s:void 0,index:c+1,inner:!1,disabled:n(a),selected:u,"aria-label":o(l)},a)})},_c=({value:e,referenceDate:t,adapter:n,props:o,timezone:s})=>{const i=C.useMemo(()=>wt.getInitialReferenceValue({value:e,adapter:n,props:o,referenceDate:t,granularity:ln.day,timezone:s,getTodayDate:()=>Sl(n,s,"date")}),[t,s]);return e??i},ZM=["ampm","ampmInClock","autoFocus","slots","slotProps","value","defaultValue","referenceDate","disableIgnoringDatePartForTimeValidation","maxTime","minTime","disableFuture","disablePast","minutesStep","shouldDisableTime","showViewSwitcher","onChange","view","views","openTo","onViewChange","focusedView","onFocusedViewChange","className","classes","disabled","readOnly","timezone"],JM=e=>Fe({root:["root"],arrowSwitcher:["arrowSwitcher"]},IM,e),eR=ne(ea,{name:"MuiTimeClock",slot:"Root"})({display:"flex",flexDirection:"column",position:"relative"}),tR=ne(ac,{name:"MuiTimeClock",slot:"ArrowSwitcher"})({position:"absolute",right:12,top:15}),nR=["hours","minutes"],Pc=C.forwardRef(function(t,n){const o=Re(),s=ke({props:t,name:"MuiTimeClock"}),{ampm:i=o.is12HourCycleInCurrentLocale(),ampmInClock:a=!1,autoFocus:l,slots:c,slotProps:u,value:d,defaultValue:m,referenceDate:g,disableIgnoringDatePartForTimeValidation:p=!1,maxTime:b,minTime:f,disableFuture:v,disablePast:x,minutesStep:w=1,shouldDisableTime:I,showViewSwitcher:S,onChange:T,view:E,views:M=nR,openTo:N,onViewChange:$,focusedView:V,onFocusedViewChange:j,className:y,classes:D,disabled:_,readOnly:O,timezone:k}=s,P=Ce(s,ZM),{value:A,handleValueChange:z,timezone:L}=to({name:"TimeClock",timezone:k,value:d,defaultValue:m,referenceDate:g,onChange:T,valueManager:wt}),B=_c({value:A,referenceDate:g,adapter:o,props:s,timezone:L}),W=Rt(),K=To(L),ee=Fi(),{ownerState:U}=lt(),{view:Q,setView:re,previousView:Y,nextView:F,setValueAndGoToNextView:G}=hs({view:E,views:M,openTo:N,onViewChange:$,onChange:z,focusedView:V,onFocusedViewChange:j}),{meridiemMode:te,handleMeridiemChange:H}=lc(B,i,G),le=C.useCallback((pe,ae)=>{const oe=as(p,o),he=ae==="hours"||ae==="minutes"&&M.includes("seconds"),J=({start:se,end:ve})=>!(f&&oe(f,ve)||b&&oe(se,b)||v&&oe(se,K)||x&&oe(K,he?ve:se)),ce=(se,ve=1)=>{if(se%ve!==0)return!1;if(I)switch(ae){case"hours":return!I(o.setHours(B,se),"hours");case"minutes":return!I(o.setMinutes(B,se),"minutes");case"seconds":return!I(o.setSeconds(B,se),"seconds");default:return!1}return!0};switch(ae){case"hours":{const se=qr(pe,te,i),ve=o.setHours(B,se);if(o.getHours(ve)!==se)return!0;const xe=o.setSeconds(o.setMinutes(ve,0),0),Se=o.setSeconds(o.setMinutes(ve,59),59);return!J({start:xe,end:Se})||!ce(se)}case"minutes":{const se=o.setMinutes(B,pe),ve=o.setSeconds(se,0),xe=o.setSeconds(se,59);return!J({start:ve,end:xe})||!ce(pe,w)}case"seconds":{const se=o.setSeconds(B,pe);return!J({start:se,end:se})||!ce(pe)}default:throw new Error("not supported")}},[i,B,p,b,te,f,w,I,o,v,x,K,M]),X=C.useMemo(()=>{switch(Q){case"hours":{const pe=(he,J)=>{const ce=qr(he,te,i);G(o.setHours(B,ce),J,"hours")},ae=o.getHours(B);let oe;return i?ae>12?oe=[12,23]:oe=[0,11]:oe=[0,23],{onChange:pe,viewValue:ae,children:QM({value:A,adapter:o,ampm:i,getClockNumberText:W.hoursClockNumberText,isDisabled:he=>_||le(he,"hours"),selectedId:ee}),viewRange:oe}}case"minutes":{const pe=o.getMinutes(B);return{viewValue:pe,onChange:(oe,he)=>{G(o.setMinutes(B,oe),he,"minutes")},children:ap({adapter:o,value:pe,getClockNumberText:W.minutesClockNumberText,isDisabled:oe=>_||le(oe,"minutes"),selectedId:ee}),viewRange:[0,59]}}case"seconds":{const pe=o.getSeconds(B);return{viewValue:pe,onChange:(oe,he)=>{G(o.setSeconds(B,oe),he,"seconds")},children:ap({adapter:o,value:pe,getClockNumberText:W.secondsClockNumberText,isDisabled:oe=>_||le(oe,"seconds"),selectedId:ee}),viewRange:[0,59]}}default:throw new Error(process.env.NODE_ENV!=="production"?"MUI X: You must provide the type for ClockView":Ae(147))}},[Q,o,A,i,W.hoursClockNumberText,W.minutesClockNumberText,W.secondsClockNumberText,te,G,B,le,ee,_]),ue=JM(D);return h.jsxs(eR,R({ref:n,className:de(ue.root,y),ownerState:U},P,{children:[h.jsx(qM,R({autoFocus:l??!!V,ampmInClock:a&&M.includes("hours"),value:A,type:Q,ampm:i,minutesStep:w,isTimeDisabled:le,meridiemMode:te,handleMeridiemChange:H,selectedId:ee,disabled:_,readOnly:O},X)),S&&h.jsx(tR,{className:ue.arrowSwitcher,slots:c,slotProps:u,onGoToPrevious:()=>re(Y),isPreviousDisabled:!Y,previousLabel:W.openPreviousView,onGoToNext:()=>re(F),isNextDisabled:!F,nextLabel:W.openNextView,ownerState:U})]}))});process.env.NODE_ENV!=="production"&&(Pc.displayName="TimeClock");process.env.NODE_ENV!=="production"&&(Pc.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,focusedView:r.oneOf(["hours","minutes","seconds"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,onChange:r.func,onFocusedViewChange:r.func,onViewChange:r.func,openTo:r.oneOf(["hours","minutes","seconds"]),readOnly:r.bool,referenceDate:r.object,shouldDisableTime:r.func,showViewSwitcher:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["hours","minutes","seconds"]),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const lp=Me("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]),cp=Me("MuiListItemIcon",["root","alignItemsFlexStart"]),up=Me("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]);function oR(e){return $e("MuiMenuItem",e)}const Sr=Me("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]);function Sa(e,t,n){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:n?null:e.firstChild}function dp(e,t,n){return e===t?n?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:n?null:e.lastChild}function bg(e,t){if(t===void 0)return!0;let n=e.innerText;return n===void 0&&(n=e.textContent),n=n.trim().toLowerCase(),n.length===0?!1:t.repeating?n[0]===t.keys[0]:n.startsWith(t.keys.join(""))}function wr(e,t,n,o,s,i){let a=!1,l=s(e,t,t?n:!1);for(;l;){if(l===e.firstChild){if(a)return!1;a=!0}const c=o?!1:l.disabled||l.getAttribute("aria-disabled")==="true";if(!l.hasAttribute("tabindex")||!bg(l,i)||c)l=s(e,l,n);else return l.focus(),!0}return!1}const Dc=C.forwardRef(function(t,n){const{actions:o,autoFocus:s=!1,autoFocusItem:i=!1,children:a,className:l,disabledItemsFocusable:c=!1,disableListWrap:u=!1,onKeyDown:d,variant:m="selectedMenu",...g}=t,p=C.useRef(null),b=C.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});Hn(()=>{s&&p.current.focus()},[s]),C.useImperativeHandle(o,()=>({adjustStyleForScrollbar:(I,{direction:S})=>{const T=!p.current.style.width;if(I.clientHeight<p.current.clientHeight&&T){const E=`${ch(Qr(I))}px`;p.current.style[S==="rtl"?"paddingLeft":"paddingRight"]=E,p.current.style.width=`calc(100% + ${E})`}return p.current}}),[]);const f=I=>{const S=p.current,T=I.key;if(I.ctrlKey||I.metaKey||I.altKey){d&&d(I);return}const M=_r(vn(S));if(T==="ArrowDown")I.preventDefault(),wr(S,M,u,c,Sa);else if(T==="ArrowUp")I.preventDefault(),wr(S,M,u,c,dp);else if(T==="Home")I.preventDefault(),wr(S,null,u,c,Sa);else if(T==="End")I.preventDefault(),wr(S,null,u,c,dp);else if(T.length===1){const N=b.current,$=T.toLowerCase(),V=performance.now();N.keys.length>0&&(V-N.lastTime>500?(N.keys=[],N.repeating=!0,N.previousKeyMatched=!0):N.repeating&&$!==N.keys[0]&&(N.repeating=!1)),N.lastTime=V,N.keys.push($);const j=M&&!N.repeating&&bg(M,N);N.previousKeyMatched&&(j||wr(S,M,!1,c,Sa,N))?I.preventDefault():N.previousKeyMatched=!1}d&&d(I)},v=kt(p,n);let x=-1;C.Children.forEach(a,(I,S)=>{if(!C.isValidElement(I)){x===S&&(x+=1,x>=a.length&&(x=-1));return}process.env.NODE_ENV!=="production"&&MD.isFragment(I)&&console.error(["MUI: The Menu component doesn't accept a Fragment as a child.","Consider providing an array instead."].join(`
|
|
221
|
-
`)),I.props.disabled||(m==="selectedMenu"&&I.props.selected||x===-1)&&(x=S),x===S&&(I.props.disabled||I.props.muiSkipListHighlight||I.type.muiSkipListHighlight)&&(x+=1,x>=a.length&&(x=-1))});const w=C.Children.map(a,(I,S)=>{if(S===x){const T={};return i&&(T.autoFocus=!0),I.props.tabIndex===void 0&&m==="selectedMenu"&&(T.tabIndex=0),C.cloneElement(I,T)}return I});return h.jsx(Gl,{role:"menu",ref:v,className:l,onKeyDown:f,tabIndex:s?0:-1,...g,children:w})});process.env.NODE_ENV!=="production"&&(Dc.propTypes={autoFocus:r.bool,autoFocusItem:r.bool,children:r.node,className:r.string,disabledItemsFocusable:r.bool,disableListWrap:r.bool,onKeyDown:r.func,variant:r.oneOf(["menu","selectedMenu"])});const Mc=C.createContext(null);process.env.NODE_ENV!=="production"&&(Mc.displayName="SelectFocusSourceContext");function rR(){return C.useContext(Mc)}Mc.Provider;function sR(e,t){if(t==null){e.focus();return}try{e.focus({focusVisible:t==="keyboard"})}catch{e.focus()}}const iR=(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.divider&&t.divider,!n.disableGutters&&t.gutters]},aR=e=>{const{disabled:t,dense:n,divider:o,disableGutters:s,selected:i,classes:a}=e,c=Le({root:["root",n&&"dense",t&&"disabled",!s&&"gutters",o&&"divider",i&&"selected"]},oR,a);return{...a,...c}},lR=ne(Kn,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiMenuItem",slot:"Root",overridesResolver:iR})(dt(({theme:e})=>({...e.typography.body1,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap","&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${Sr.selected}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity),[`&.${Sr.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}},[`&.${Sr.selected}:hover`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`),"@media (hover: none)":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity)}},[`&.${Sr.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${Sr.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${lp.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${lp.inset}`]:{marginLeft:52},[`& .${up.root}`]:{marginTop:0,marginBottom:0},[`& .${up.inset}`]:{paddingLeft:36},[`& .${cp.root}`]:{minWidth:36},variants:[{props:({ownerState:t})=>!t.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:t})=>t.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:t})=>!t.dense,style:{[e.breakpoints.up("sm")]:{minHeight:"auto"}}},{props:({ownerState:t})=>t.dense,style:{minHeight:32,paddingTop:4,paddingBottom:4,...e.typography.body2,[`& .${cp.root} svg`]:{fontSize:"1.25rem"}}}]}))),Rc=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiMenuItem"}),{autoFocus:s=!1,component:i="li",dense:a=!1,divider:l=!1,disableGutters:c=!1,focusVisibleClassName:u,role:d="menuitem",tabIndex:m,className:g,...p}=o,b=rR(),f=C.useContext(zn),v=C.useMemo(()=>({dense:a||f.dense||!1,disableGutters:c}),[f.dense,a,c]),x=C.useRef(null);Hn(()=>{s&&(x.current?sR(x.current,b):process.env.NODE_ENV!=="production"&&console.error("MUI: Unable to set focus to a MenuItem whose component has not been rendered."))},[s]);const w={...o,dense:v.dense,divider:l,disableGutters:c},I=aR(o),S=kt(x,n),{root:T,...E}=I;let M;return o.disabled||(M=m!==void 0?m:-1),h.jsx(zn.Provider,{value:v,children:h.jsx(lR,{ref:S,role:d,tabIndex:M,component:i,focusVisibleClassName:de(I.focusVisible,u),className:de(I.root,g),...p,ownerState:w,classes:E})})});process.env.NODE_ENV!=="production"&&(Rc.propTypes={autoFocus:r.bool,children:r.node,classes:r.object,className:r.string,component:r.elementType,dense:r.bool,disabled:r.bool,disableGutters:r.bool,divider:r.bool,focusVisibleClassName:r.string,role:r.string,selected:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),tabIndex:r.number});function cR(e){return Ye("MuiDigitalClock",e)}tt("MuiDigitalClock",["root","list","item"]);const uR=["ampm","timeStep","autoFocus","slots","slotProps","value","defaultValue","referenceDate","disableIgnoringDatePartForTimeValidation","maxTime","minTime","disableFuture","disablePast","minutesStep","shouldDisableTime","onChange","view","openTo","onViewChange","focusedView","onFocusedViewChange","className","classes","disabled","readOnly","views","skipDisabled","timezone"],dR=e=>Fe({root:["root"],list:["list"],item:["item"]},cR,e),pR=ne(ea,{name:"MuiDigitalClock",slot:"Root"})({overflowY:"auto",width:"100%",scrollbarWidth:"thin","@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"auto"},maxHeight:Nm,variants:[{props:{hasDigitalClockAlreadyBeenRendered:!0},style:{"@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"smooth"}}}]}),fR=ne(Dc,{name:"MuiDigitalClock",slot:"List"})({padding:0}),mR=ne(Rc,{name:"MuiDigitalClock",slot:"Item",shouldForwardProp:e=>e!=="itemValue"&&e!=="formattedValue"})(({theme:e})=>({padding:"8px 16px",margin:"2px 4px","&:first-of-type":{marginTop:4},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.hoverOpacity)},"&.Mui-selected":{backgroundColor:(e.vars||e).palette.primary.main,color:(e.vars||e).palette.primary.contrastText,"&:focus-visible, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}},"&.Mui-focusVisible":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.focusOpacity)}})),Nc=C.forwardRef(function(t,n){const o=Re(),s=C.useRef(null),i=Tt(n,s),a=C.useRef(null),l=C.useRef(null),c=ke({props:t,name:"MuiDigitalClock"}),{ampm:u=o.is12HourCycleInCurrentLocale(),timeStep:d=30,autoFocus:m,slots:g,slotProps:p,value:b,defaultValue:f,referenceDate:v,disableIgnoringDatePartForTimeValidation:x=!1,maxTime:w,minTime:I,disableFuture:S,disablePast:T,minutesStep:E=1,shouldDisableTime:M,onChange:N,view:$,openTo:V,onViewChange:j,focusedView:y,onFocusedViewChange:D,className:_,classes:O,disabled:k,readOnly:P,views:A=["hours"],skipDisabled:z=!1,timezone:L}=c,B=Ce(c,uR),{value:W,handleValueChange:K,timezone:ee}=to({name:"DigitalClock",timezone:L,value:b,defaultValue:f,referenceDate:v,onChange:N,valueManager:wt}),U=Rt(),Q=To(ee),{ownerState:re}=lt(),Y=R({},re,{hasDigitalClockAlreadyBeenRendered:!!s.current}),F=dR(O),G=(g==null?void 0:g.digitalClockItem)??mR,te=Ve({elementType:G,externalSlotProps:p==null?void 0:p.digitalClockItem,ownerState:Y,className:F.item}),H=_c({value:W,referenceDate:v,adapter:o,props:c,timezone:ee}),le=ge(J=>K(J,"finish","hours")),{setValueAndGoToNextView:X}=hs({view:$,views:A,openTo:V,onViewChange:j,onChange:le,focusedView:y,onFocusedViewChange:D}),ue=ge(J=>{X(J,"finish")});Qt(()=>{if(s.current===null)return;const J=s.current.querySelector('[role="listbox"] [role="option"][tabindex="0"], [role="listbox"] [role="option"][aria-selected="true"]');if(!J)return;const ce=J.offsetTop;(m||y)&&J!==l.current&&(l.current=J,J.focus()),s.current.scrollTop=ce-4});const pe=C.useCallback(J=>{const ce=as(x,o),se=()=>!(I&&ce(I,J)||w&&ce(J,w)||S&&ce(J,Q)||T&&ce(Q,J)),ve=()=>o.getMinutes(J)%E!==0?!1:M?!M(J,"hours"):!0;return!se()||!ve()},[x,o,I,w,S,Q,T,E,M]),ae=C.useMemo(()=>{const J=[];let se=o.startOfDay(H);for(;o.isSameDay(H,se);)J.push(se),se=o.addMinutes(se,d);return J},[H,d,o]),oe=ae.findIndex(J=>o.isEqual(J,H)),he=J=>{switch(J.key){case"PageUp":{const ce=ri(a.current)-5,se=a.current.children,ve=Math.max(0,ce),xe=se[ve];xe&&xe.focus(),J.preventDefault();break}case"PageDown":{const ce=ri(a.current)+5,se=a.current.children,ve=Math.min(se.length-1,ce),xe=se[ve];xe&&xe.focus(),J.preventDefault();break}}};return h.jsx(pR,R({ref:i,className:de(F.root,_),ownerState:Y},B,{children:h.jsx(fR,{ref:a,role:"listbox","aria-label":U.timePickerToolbarTitle,className:F.list,onKeyDown:he,children:ae.map((J,ce)=>{const se=pe(J);if(z&&se)return null;const ve=o.isEqual(J,W),xe=o.format(J,u?"fullTime12h":"fullTime24h"),Ie=oe===ce||oe===-1&&ce===0?0:-1;return h.jsx(G,R({onClick:()=>!P&&ue(J),selected:ve,disabled:k||se,disableRipple:P,role:"option","aria-disabled":P,"aria-selected":ve,tabIndex:Ie,itemValue:J,formattedValue:xe},te,{children:xe}),`${J.valueOf()}-${xe}`)})})}))});process.env.NODE_ENV!=="production"&&(Nc.displayName="DigitalClock");process.env.NODE_ENV!=="production"&&(Nc.propTypes={ampm:r.bool,autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,focusedView:r.oneOf(["hours"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,onChange:r.func,onFocusedViewChange:r.func,onViewChange:r.func,openTo:r.oneOf(["hours"]),readOnly:r.bool,referenceDate:r.object,shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timeStep:r.number,timezone:r.string,value:r.object,view:r.oneOf(["hours"]),views:r.arrayOf(r.oneOf(["hours"]))});function hR(e){return Ye("MuiMultiSectionDigitalClock",e)}tt("MuiMultiSectionDigitalClock",["root"]);function gR(e){return Ye("MuiMultiSectionDigitalClockSection",e)}tt("MuiMultiSectionDigitalClockSection",["root","item"]);const bR=["autoFocus","onChange","className","classes","disabled","readOnly","items","active","slots","slotProps","skipDisabled"],yR=e=>Fe({root:["root"],item:["item"]},gR,e),vR=ne(Dc,{name:"MuiMultiSectionDigitalClockSection",slot:"Root"})(({theme:e})=>({maxHeight:Nm,width:56,padding:0,overflow:"hidden",scrollbarWidth:"thin","@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"auto"},"@media (pointer: fine)":{"&:hover":{overflowY:"auto"}},"@media (pointer: none), (pointer: coarse)":{overflowY:"auto"},"&:not(:first-of-type)":{borderLeft:`1px solid ${(e.vars||e).palette.divider}`},variants:[{props:{hasDigitalClockAlreadyBeenRendered:!0},style:{"@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"smooth"}}}]})),xR=ne(Rc,{name:"MuiMultiSectionDigitalClockSection",slot:"Item"})(({theme:e})=>({padding:8,margin:"2px 4px",width:TI,justifyContent:"center","&:first-of-type":{marginTop:4},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.hoverOpacity)},"&.Mui-selected":{backgroundColor:(e.vars||e).palette.primary.main,color:(e.vars||e).palette.primary.contrastText,"&:focus-visible, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}},"&.Mui-focusVisible":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.focusOpacity)}})),yg=C.forwardRef(function(t,n){const o=C.useRef(null),s=Tt(n,o),i=C.useRef(null),a=C.useRef(!1),l=ke({props:t,name:"MuiMultiSectionDigitalClockSection"}),{autoFocus:c,onChange:u,className:d,classes:m,disabled:g,readOnly:p,items:b,active:f,slots:v,slotProps:x,skipDisabled:w}=l,I=Ce(l,bR),{ownerState:S}=lt(),T=R({},S,{hasDigitalClockAlreadyBeenRendered:!!o.current}),E=yR(m),M=(v==null?void 0:v.digitalClockSectionItem)??xR;Qt(()=>{if(o.current===null)return;const j=o.current.querySelector('[role="option"][tabindex="0"], [role="option"][aria-selected="true"]');if(!j)return;const y=document.activeElement,D=i.current===j,_=!!y&&o.current.contains(y),O=D&&a.current;if(f&&c&&(!D||O)&&(i.current==null||a.current||_)&&(i.current=j,a.current=!1,j.focus()),D)return;const k=j.offsetTop,P=j.offsetHeight,A=o.current.clientHeight,z=o.current.scrollHeight,L=k-A/2+P/2,B=z-A,W=Math.min(L,B);o.current.scrollTop=Math.max(0,W)});const N=ge(j=>{const y=j.relatedTarget,D=y==null?void 0:y.parentElement,_=y==null?void 0:y.getAttribute("role"),O=(D==null?void 0:D.nodeName)==="UL"&&D!==o.current||_==="gridcell";a.current=O,i.current&&(D==null?void 0:D.nodeName)==="UL"&&D!==o.current&&(i.current=null)});C.useEffect(()=>{f||(i.current=null)},[f]);const $=b.findIndex(j=>j.isFocused(j.value)),V=ge(j=>{switch(j.key){case"Tab":{a.current=!0;break}case"PageUp":{const y=ri(o.current)-5,D=o.current.children,_=Math.max(0,y),O=D[_];O&&O.focus(),j.preventDefault();break}case"PageDown":{const y=ri(o.current)+5,D=o.current.children,_=Math.min(D.length-1,y),O=D[_];O&&O.focus(),j.preventDefault();break}}});return h.jsx(vR,R({ref:s,className:de(E.root,d),ownerState:T,role:"listbox",onKeyDown:V,onBlur:N},I,{children:b.map((j,y)=>{var P;const D=(P=j.isDisabled)==null?void 0:P.call(j,j.value),_=g||D;if(w&&_)return null;const O=j.isSelected(j.value),k=$===y||$===-1&&y===0?0:-1;return h.jsx(M,R({onClick:()=>!p&&u(j.value),selected:O,disabled:_,disableRipple:p,role:"option","aria-disabled":p||_||void 0,"aria-label":j.ariaLabel,"aria-selected":O,tabIndex:k,className:E.item},x==null?void 0:x.digitalClockSectionItem,{children:j.label}),j.label)})}))});process.env.NODE_ENV!=="production"&&(yg.displayName="MultiSectionDigitalClockSection");const CR=({now:e,value:t,adapter:n,ampm:o,isDisabled:s,resolveAriaLabel:i,timeStep:a,valueOrReferenceDate:l})=>{const c=t?n.getHours(t):null,u=[],d=(b,f)=>{const v=f??c;return v===null?!1:o?b===12?v===12||v===0:v===b||v-12===b:v===b},m=b=>d(b,n.getHours(l)),g=n.setDate(n.setMonth(n.startOfDay(e),0),15),p=o?11:23;for(let b=0;b<=p;b+=a){let f=n.format(n.setHours(g,b),o?"hours12h":"hours24h");const v=i(parseInt(f,10).toString());f=n.formatNumber(f),u.push({value:b,label:f,isSelected:d,isDisabled:s,isFocused:m,ariaLabel:v})}return u},pp=({value:e,adapter:t,isDisabled:n,timeStep:o,resolveLabel:s,resolveAriaLabel:i,hasValue:a=!0})=>{const l=u=>e===null?!1:a&&e===u,c=u=>e===u;return[...Array.from({length:Math.ceil(60/o)},(u,d)=>{const m=o*d;return{value:m,label:t.formatNumber(s(m)),isDisabled:n,isSelected:l,isFocused:c,ariaLabel:i(m.toString())}})]},SR=["ampm","timeSteps","autoFocus","slots","slotProps","value","defaultValue","referenceDate","disableIgnoringDatePartForTimeValidation","maxTime","minTime","disableFuture","disablePast","minutesStep","shouldDisableTime","onChange","view","views","openTo","onViewChange","focusedView","onFocusedViewChange","className","classes","disabled","readOnly","skipDisabled","timezone"],wR=e=>Fe({root:["root"]},hR,e),TR=ne(ea,{name:"MuiMultiSectionDigitalClock",slot:"Root"})(({theme:e})=>({flexDirection:"row",width:"100%",borderBottom:`1px solid ${(e.vars||e).palette.divider}`})),$c=C.forwardRef(function(t,n){const o=Re(),s=un(),i=ke({props:t,name:"MuiMultiSectionDigitalClock"}),{ampm:a=o.is12HourCycleInCurrentLocale(),timeSteps:l,autoFocus:c,slots:u,slotProps:d,value:m,defaultValue:g,referenceDate:p,disableIgnoringDatePartForTimeValidation:b=!1,maxTime:f,minTime:v,disableFuture:x,disablePast:w,minutesStep:I=1,shouldDisableTime:S,onChange:T,view:E,views:M=["hours","minutes"],openTo:N,onViewChange:$,focusedView:V,onFocusedViewChange:j,className:y,classes:D,disabled:_,readOnly:O,skipDisabled:k=!1,timezone:P}=i,A=Ce(i,SR),{value:z,handleValueChange:L,timezone:B}=to({name:"MultiSectionDigitalClock",timezone:P,value:m,defaultValue:g,referenceDate:p,onChange:T,valueManager:wt}),W=Rt(),K=To(B),ee=C.useMemo(()=>R({hours:1,minutes:5,seconds:5},l),[l]),U=_c({value:z,referenceDate:p,adapter:o,props:i,timezone:B}),Q=ge((J,ce,se)=>L(J,ce,se)),re=C.useMemo(()=>!a||!M.includes("hours")||M.includes("meridiem")?M:[...M,"meridiem"],[a,M]),{view:Y,setValueAndGoToNextView:F,focusedView:G}=hs({view:E,views:re,openTo:N,onViewChange:$,onChange:Q,focusedView:V,onFocusedViewChange:j}),te=ge(J=>{F(J,"finish","meridiem")}),{meridiemMode:H,handleMeridiemChange:le}=lc(U,a,te,"finish"),X=C.useCallback((J,ce)=>{const se=as(b,o),ve=ce==="hours"||ce==="minutes"&&re.includes("seconds"),xe=({start:Ie,end:_e})=>!(v&&se(v,_e)||f&&se(Ie,f)||x&&se(Ie,K)||w&&se(K,ve?_e:Ie)),Se=(Ie,_e=1)=>{if(Ie%_e!==0)return!1;if(S)switch(ce){case"hours":return!S(o.setHours(U,Ie),"hours");case"minutes":return!S(o.setMinutes(U,Ie),"minutes");case"seconds":return!S(o.setSeconds(U,Ie),"seconds");default:return!1}return!0};switch(ce){case"hours":{const Ie=qr(J,H,a),_e=o.setHours(U,Ie);if(o.getHours(_e)!==Ie)return!0;const Ge=o.setSeconds(o.setMinutes(_e,0),0),ct=o.setSeconds(o.setMinutes(_e,59),59);return!xe({start:Ge,end:ct})||!Se(Ie)}case"minutes":{const Ie=o.setMinutes(U,J),_e=o.setSeconds(Ie,0),Ge=o.setSeconds(Ie,59);return!xe({start:_e,end:Ge})||!Se(J,I)}case"seconds":{const Ie=o.setSeconds(U,J);return!xe({start:Ie,end:Ie})||!Se(J)}default:throw new Error("not supported")}},[a,U,b,f,H,v,I,S,o,x,w,K,re]),ue=C.useCallback(J=>{switch(J){case"hours":return{onChange:ce=>{const se=qr(ce,H,a);F(o.setHours(U,se),"finish","hours")},items:CR({now:K,value:z,ampm:a,adapter:o,isDisabled:ce=>X(ce,"hours"),timeStep:ee.hours,resolveAriaLabel:W.hoursClockNumberText,valueOrReferenceDate:U})};case"minutes":return{onChange:ce=>{F(o.setMinutes(U,ce),"finish","minutes")},items:pp({value:o.getMinutes(U),adapter:o,isDisabled:ce=>X(ce,"minutes"),resolveLabel:ce=>o.format(o.setMinutes(K,ce),"minutes"),timeStep:ee.minutes,hasValue:!!z,resolveAriaLabel:W.minutesClockNumberText})};case"seconds":return{onChange:ce=>{F(o.setSeconds(U,ce),"finish","seconds")},items:pp({value:o.getSeconds(U),adapter:o,isDisabled:ce=>X(ce,"seconds"),resolveLabel:ce=>o.format(o.setSeconds(K,ce),"seconds"),timeStep:ee.seconds,hasValue:!!z,resolveAriaLabel:W.secondsClockNumberText})};case"meridiem":{const ce=Bn(o,"am"),se=Bn(o,"pm");return{onChange:le,items:[{value:"am",label:ce,isSelected:()=>!!z&&H==="am",isFocused:()=>!!U&&H==="am",ariaLabel:ce},{value:"pm",label:se,isSelected:()=>!!z&&H==="pm",isFocused:()=>!!U&&H==="pm",ariaLabel:se}]}}default:throw new Error(process.env.NODE_ENV!=="production"?`MUI X Date Pickers: Unknown view "${J}" found in MultiSectionDigitalClock. This view is not supported by the component. Use valid view values: "hours", "minutes", "seconds", or "meridiem".`:Ae(144,J))}},[K,z,a,o,ee.hours,ee.minutes,ee.seconds,W.hoursClockNumberText,W.minutesClockNumberText,W.secondsClockNumberText,H,F,U,X,le]),pe=C.useMemo(()=>{if(!s)return re;const J=re.filter(ce=>ce!=="meridiem");return J.reverse(),re.includes("meridiem")&&J.push("meridiem"),J},[s,re]),ae=C.useMemo(()=>re.reduce((J,ce)=>R({},J,{[ce]:ue(ce)}),{}),[re,ue]),{ownerState:oe}=lt(),he=wR(D);return h.jsx(TR,R({ref:n,className:de(he.root,y),ownerState:oe,role:"group"},A,{children:pe.map(J=>h.jsx(yg,{items:ae[J].items,onChange:ae[J].onChange,active:Y===J,autoFocus:c||G===J,disabled:_,readOnly:O,slots:u,slotProps:d,skipDisabled:k,"aria-label":W.selectViewText(J)},J))}))});process.env.NODE_ENV!=="production"&&($c.displayName="MultiSectionDigitalClock");process.env.NODE_ENV!=="production"&&($c.propTypes={ampm:r.bool,autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,focusedView:r.oneOf(["hours","meridiem","minutes","seconds"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,onChange:r.func,onFocusedViewChange:r.func,onViewChange:r.func,openTo:r.oneOf(["hours","meridiem","minutes","seconds"]),readOnly:r.bool,referenceDate:r.object,shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timeSteps:r.shape({hours:r.number,minutes:r.number,seconds:r.number}),timezone:r.string,value:r.object,view:r.oneOf(["hours","meridiem","minutes","seconds"]),views:r.arrayOf(r.oneOf(["hours","meridiem","minutes","seconds"]).isRequired)});const qs=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:o,views:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,ampmInClock:w,slots:I,slotProps:S,readOnly:T,disabled:E,sx:M,autoFocus:N,showViewSwitcher:$,disableIgnoringDatePartForTimeValidation:V,timezone:j})=>h.jsx(Pc,{view:e,onViewChange:t,focusedView:n&&Jo(n)?n:null,onFocusedViewChange:o,views:s.filter(Jo),value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,ampmInClock:w,slots:I,slotProps:S,readOnly:T,disabled:E,sx:M,autoFocus:N,showViewSwitcher:$,disableIgnoringDatePartForTimeValidation:V,timezone:j});process.env.NODE_ENV!=="production"&&(qs.displayName="renderTimeViewClock");const vg=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:o,views:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeSteps:$,skipDisabled:V,timezone:j})=>h.jsx(Nc,{view:e,onViewChange:t,focusedView:n&&Jo(n)?n:null,onFocusedViewChange:o,views:s.filter(Jo),value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeStep:$==null?void 0:$.minutes,skipDisabled:V,timezone:j});process.env.NODE_ENV!=="production"&&(vg.displayName="renderDigitalClockTimeView");const Ga=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:o,views:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeSteps:$,skipDisabled:V,timezone:j})=>h.jsx($c,{view:e,onViewChange:t,focusedView:n&&Rf(n)?n:null,onFocusedViewChange:o,views:s.filter(Jo),value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeSteps:$,skipDisabled:V,timezone:j});process.env.NODE_ENV!=="production"&&(Ga.displayName="renderMultiSectionDigitalClockTimeView");const IR=(e,t,n)=>n?t.filter(o=>!Rf(o)||o==="hours"):e?[...t,"meridiem"]:t,ER=(e,t)=>1440/((e.hours??1)*(e.minutes??5))<=t;function OR({thresholdToRenderTimeInASingleColumn:e,ampm:t,timeSteps:n,views:o}){const s=e??24,i=R({hours:1,minutes:5,seconds:5},n),a=ER(i,s);return{thresholdToRenderTimeInASingleColumn:s,timeSteps:i,shouldRenderTimeInASingleColumn:a,views:IR(t,o,a)}}const jc=C.forwardRef(function(t,n){var f,v;const o=Re(),s=pg(t,"MuiDesktopTimePicker"),{shouldRenderTimeInASingleColumn:i,views:a,timeSteps:l}=OR(s),c=i?vg:Ga,u=R({hours:c,minutes:c,seconds:c,meridiem:c},s.viewRenderers),d=s.ampmInClock??!0,g=((f=u.hours)==null?void 0:f.name)===Ga.name?a:a.filter(x=>x!=="meridiem"),p=R({},s,{ampmInClock:d,timeSteps:l,viewRenderers:u,format:$f(o,s),views:i?["hours"]:g,slots:R({field:ra},s.slots),slotProps:R({},s.slotProps,{field:x=>{var w;return R({},Yn((w=s.slotProps)==null?void 0:w.field,x),Ni(s))},toolbar:R({hidden:!0,ampmInClock:d},(v=s.slotProps)==null?void 0:v.toolbar)})}),{renderPicker:b}=Am({ref:n,props:p,valueManager:wt,valueType:"time",validator:$i,steps:null});return b()});process.env.NODE_ENV!=="production"&&(jc.displayName="DesktopTimePicker");process.env.NODE_ENV!=="production"&&(jc.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,localeText:r.object,maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,open:r.bool,openTo:r.oneOf(["hours","meridiem","minutes","seconds"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),thresholdToRenderTimeInASingleColumn:r.number,timeSteps:r.shape({hours:r.number,minutes:r.number,seconds:r.number}),timezone:r.string,value:r.object,view:r.oneOf(["hours","meridiem","minutes","seconds"]),viewRenderers:r.shape({hours:r.func,meridiem:r.func,minutes:r.func,seconds:r.func}),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const Ac=C.forwardRef(function(t,n){var u;const o=Re(),s=pg(t,"MuiMobileTimePicker"),i=R({hours:qs,minutes:qs,seconds:qs},s.viewRenderers),a=s.ampmInClock??!1,l=R({},s,{ampmInClock:a,viewRenderers:i,format:$f(o,s),slots:R({field:ra},s.slots),slotProps:R({},s.slotProps,{field:d=>{var m;return R({},Yn((m=s.slotProps)==null?void 0:m.field,d),Ni(s))},toolbar:R({hidden:!1,ampmInClock:a},(u=s.slotProps)==null?void 0:u.toolbar)})}),{renderPicker:c}=fh({ref:n,props:l,valueManager:wt,valueType:"time",validator:$i,steps:null});return c()});process.env.NODE_ENV!=="production"&&(Ac.displayName="MobileTimePicker");process.env.NODE_ENV!=="production"&&(Ac.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,localeText:r.object,maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,open:r.bool,openTo:r.oneOf(["hours","minutes","seconds"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["hours","minutes","seconds"]),viewRenderers:r.shape({hours:r.func,minutes:r.func,seconds:r.func}),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const kR=["desktopModeMediaQuery"],Lc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimePicker"}),{desktopModeMediaQuery:s=bm}=o,i=Ce(o,kR);return xl(s,{defaultMatches:!0})?h.jsx(jc,R({ref:n},i)):h.jsx(Ac,R({ref:n},i))});process.env.NODE_ENV!=="production"&&(Lc.displayName="TimePicker");process.env.NODE_ENV!=="production"&&(Lc.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,defaultValue:r.object,desktopModeMediaQuery:r.string,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,localeText:r.object,maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,open:r.bool,openTo:r.oneOf(["hours","meridiem","minutes","seconds"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),thresholdToRenderTimeInASingleColumn:r.number,timeSteps:r.shape({hours:r.number,minutes:r.number,seconds:r.number}),timezone:r.string,value:r.object,view:r.oneOf(["hours","meridiem","minutes","seconds"]),viewRenderers:r.shape({hours:r.func,meridiem:r.func,minutes:r.func,seconds:r.func}),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const xg=q.forwardRef(function(t,n){const{overStyled:o=!1,disabled:s,data:i,onChange:a,className:l,value:c,defaultValue:u,error:d,...m}=t,g=["size","variant","classes"],p=en(ye(m,o),g),b=p,f=l?`${Je.root} ${l}`:Je.root,v=c??u,x={optionContent:Je.optionContent,optionIcon:Je.optionIcon,optionText:Je.optionText,optionTextWrap:Je.optionTextWrap,optionSupportingText:Je.optionSupportingText},w=mi(i)??[],I=()=>w.map((T,E)=>typeof T=="string"?h.jsx(be.MenuItem,{value:T,className:Je.option,"data-selected":T===v?"true":void 0,children:T},`${T}-${E}`):h.jsx(be.MenuItem,{value:T.value,disabled:T.disabled,className:Je.option,"data-selected":T.value===v?"true":void 0,children:ul(T,x)},`${T.value}-${E}`)),S=T=>{if(T===""||T===void 0||T===null)return"";const E=w.find(M=>typeof M=="string"?M===T:M.value===T);return E?typeof E=="string"?E:E.label:""};return h.jsx(be.Select,{ref:n,...p,disabled:s,value:c,defaultValue:u,onChange:T=>a==null?void 0:a(T.target.value??null),displayEmpty:!0,renderValue:S,error:!!d,className:f,classes:{select:Je.input,icon:Je.icon},MenuProps:{classes:{paper:Je.dropdown}},"data-disabled":s?"true":void 0,"data-error":d?"true":void 0,inputProps:{"data-disabled":s?"true":void 0,"data-error":d?"true":void 0,...b.inputProps},children:I()})});xg.displayName="BareDropdown";const _R="TimePicker-module__layoutOverride___zKo4Q",PR="TimePicker-module__root___BcvRu",DR="TimePicker-module__field___lOxtw",MR="TimePicker-module__amPmSelect___mSdvt",Tr={layoutOverride:_R,root:PR,field:DR,amPmSelect:MR};yt.extend(Pf);const Cg="HH:mm:ss",Sg="HH:mm",RR=[{value:"AM",label:"AM"},{value:"PM",label:"PM"}];function zo(e){if(!e)return;const t=e.length>5?Cg:Sg;return yt(e,t)}function NR(e){const t=zo(e);return t?t.format(e&&e.length>5?"h:mm:ss A":"h:mm A"):e}const wg=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,onChange:N,withSeconds:$,minTime:V,maxTime:j,...y}=t,D=ye(y,o),[_,O]=q.useState(()=>zo(E)??zo(M)??null);q.useEffect(()=>{E!==void 0&&O(zo(E)??null)},[E]);const k=_?_.hour()>=12:!1,P=v?`${Tr.layoutOverride} ${v}`:Tr.layoutOverride,A=B=>{O(B),N==null||N(B?B.format($?Cg:Sg):null)},z=B=>{A(B)},L=B=>{if(!_||!B)return;const W=B==="PM",K=_.hour(),ee=K>=12;if(W===ee)return;const U=W?K+12:K-12;A(_.hour(U))};return h.jsx(zt,{ref:n,className:P,style:x,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T||void 0,readOnlyType:"text",readOnlyValue:NR(E!==void 0?E:M),readOnlyNativeProps:t,activeComponent:h.jsxs("div",{className:Tr.root,"data-error":p?"true":void 0,children:[h.jsx(is,{dateAdapter:Df,children:h.jsx(Lc,{...D,value:_,onChange:z,disabled:w,format:`hh:${$?"mm:ss":"mm"}`,views:$?["hours","minutes","seconds"]:["hours","minutes"],minTime:zo(V),maxTime:zo(j),slots:{openPickerButton:()=>null},slotProps:{field:{className:Tr.field}}})}),h.jsx(xg,{overStyled:!0,className:Tr.amPmSelect,style:{width:"fit-content"},data:RR,value:k?"PM":"AM",onChange:L,disabled:w,error:!!p,"aria-label":"AM or PM"})]})})});wg.displayName="TimePicker";const $R="Timeline-module__root___LwRdZ",jR="Timeline-module__item___T5xdQ",AR="Timeline-module__itemBody___XAV-E",LR="Timeline-module__itemConnector___x8TSg",VR="Timeline-module__itemBullet___rPXCy",FR="Timeline-module__itemTitle___GgRRW",BR="Timeline-module__itemContent___vurs-",zR="Timeline-module__description___f9sxV",WR="Timeline-module__timestamp___owiRu",fn={root:$R,item:jR,itemBody:AR,itemConnector:LR,itemBullet:VR,itemTitle:FR,itemContent:BR,description:zR,timestamp:WR},Vc=q.forwardRef(function({overStyled:t=!1,timestamp:n,bulletVariant:o="default",bullet:s,title:i,children:a,__active:l=!1,__isLast:c=!1,...u},d){const m=ye(u,t),{className:g,...p}=m,b=n?h.jsxs(h.Fragment,{children:[a&&h.jsx("div",{className:fn.description,children:a}),h.jsx("div",{className:fn.timestamp,children:n})]}):a;return h.jsxs(rg,{ref:d,...p,"data-variant":o,"data-active":l||void 0,className:g?`${fn.item} ${g}`:fn.item,children:[h.jsxs(sg,{children:[h.jsx(og,{className:fn.itemBullet,children:s}),!c&&h.jsx(tg,{className:fn.itemConnector})]}),h.jsxs(ng,{className:fn.itemBody,children:[i&&h.jsx("div",{className:fn.itemTitle,children:i}),h.jsx("div",{className:fn.itemContent,children:b})]})]})});Vc.displayName="TimelineItem";const Tg=q.forwardRef(function({overStyled:t=!1,active:n=-1,children:o,...s},i){const a=ye(s,t),l=et({root:fn.root},a.classes),c=q.Children.toArray(o),u=c.map((d,m)=>q.isValidElement(d)?q.cloneElement(d,{__active:n>=m,__isLast:m===c.length-1}):d);return h.jsx(eg,{ref:i,...a,classes:l,children:u})});Tg.displayName="Timeline";const Ig=Tg;Ig.Item=Vc;const Eg=q.forwardRef(function({order:t=1,component:n,...o},s){const i=`recursica_brand_typography_h${t}`,a=`h${t}`;return h.jsx(oa,{ref:s,typographyClass:i,component:n||a,...o})});Eg.displayName="Title";const UR="Toast-module__root___MUvfI",HR="Toast-module__icon___VwvE1",qR="Toast-module__title___-H6R2",YR="Toast-module__description___-QwfC",GR="Toast-module__closeButton___vGr7g",KR="Toast-module__body___VLkXA",jo={root:UR,icon:HR,title:qR,description:YR,closeButton:GR,body:KR},XR=()=>h.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:h.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}),Og=q.forwardRef(function({overStyled:t=!1,variant:n="default",withCloseButton:o=!0,title:s,icon:i,children:a,onClose:l,className:c,...u},d){const m=ye(u,t),g=et({root:jo.root,message:jo.body,icon:jo.icon,action:jo.closeButton},m.classes),p=()=>{l&&l()};return h.jsxs(be.Alert,{ref:d,...m,icon:i,"data-variant":n,className:`${c||""}`,classes:g,action:o?h.jsx(be.IconButton,{size:"small","aria-label":"close",color:"inherit",onClick:p,children:h.jsx(XR,{})}):void 0,children:[s&&h.jsx(be.AlertTitle,{className:jo.title,children:s}),h.jsx("div",{className:jo.description,children:a})]})});Og.displayName="Toast";const QR="Tooltip-module__tooltip___UA7H9",ZR="Tooltip-module__arrow___4zROk",fp={tooltip:QR,arrow:ZR},kg=function({overStyled:t=!1,withBeak:n=!0,label:o,opened:s,...i}){const{title:a,...l}=i,c=ye(l,t),u=et({tooltip:fp.tooltip,arrow:fp.arrow},c.classes);return h.jsx(be.Tooltip,{...c,title:o||a||"",open:s,placement:"top",arrow:n,classes:u})};kg.displayName="Tooltip";const JR=kg,eN="TransferList-module__layoutOverride___nkb32",tN="TransferList-module__root___ikjI7",nN="TransferList-module__panes___dtwkW",oN="TransferList-module__pane___hy-kC",rN="TransferList-module__paneHeader___HZrKX",sN="TransferList-module__paneSearch___Xji-g",iN="TransferList-module__paneList___v0rcJ",aN="TransferList-module__emptyState___azPw-",lN="TransferList-module__transferColumn___3R2Ki",cN="TransferList-module__chevron___l-KdI",qt={layoutOverride:eN,root:tN,panes:nN,pane:oN,paneHeader:rN,paneSearch:sN,paneList:iN,emptyState:aN,transferColumn:lN,chevron:cN};function mp({direction:e}){return h.jsx("svg",{className:qt.chevron,"data-direction":e,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:h.jsx("path",{d:"M6 3l5 5-5 5"})})}function hp({direction:e}){return h.jsx("svg",{className:qt.chevron,"data-direction":e,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:h.jsx("path",{d:"M3 3l5 5-5 5M9 3l5 5-5 5"})})}function uN(e){const t={},n=[];return e.forEach(o=>{var s;o.group?(t[s=o.group]??(t[s]=[])).push(o):n.push(o)}),{groups:t,ungrouped:n}}const _g=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,description:p,helperText:b,assistiveWithIcon:f,error:v,required:x,id:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,data:E,defaultData:M,onChange:N,sourceLabel:$="Available",targetLabel:V="Selected",searchable:j=!0,searchPlaceholder:y="Filter items...",disabled:D=!1,className:_,style:O,...k}=t,P=ye(k,o),A=q.useId(),z=w||`recursica-transfer-list-${A}`,[L,B]=q.useState(()=>M??E??[[],[]]),W=E!==void 0?E:L,K=q.useCallback(se=>{E===void 0&&B(se),N==null||N(se)},[E,N]),[ee,U]=q.useState(""),[Q,re]=q.useState(""),[Y,F]=q.useState(()=>new Set),[G,te]=q.useState(()=>new Set),H=q.useMemo(()=>{if(!ee)return W[0];const se=ee.toLowerCase();return W[0].filter(ve=>ve.label.toLowerCase().includes(se))},[W,ee]),le=q.useMemo(()=>{if(!Q)return W[1];const se=Q.toLowerCase();return W[1].filter(ve=>ve.label.toLowerCase().includes(se))},[W,Q]),X=q.useCallback(()=>{if(Y.size===0)return;const se=W[0].filter(xe=>!Y.has(xe.value)),ve=W[0].filter(xe=>Y.has(xe.value));F(new Set),K([se,[...W[1],...ve]])},[W,Y,K]),ue=q.useCallback(()=>{if(G.size===0)return;const se=W[1].filter(xe=>!G.has(xe.value)),ve=W[1].filter(xe=>G.has(xe.value));te(new Set),K([[...W[0],...ve],se])},[W,G,K]),pe=q.useCallback(()=>{W[0].length!==0&&(F(new Set),K([[],[...W[1],...W[0]]]))},[W,K]),ae=q.useCallback(()=>{W[1].length!==0&&(te(new Set),K([[...W[0],...W[1]],[]]))},[W,K]),oe=q.useCallback(se=>{F(ve=>{const xe=new Set(ve);return xe.has(se)?xe.delete(se):xe.add(se),xe})},[]),he=q.useCallback(se=>{te(ve=>{const xe=new Set(ve);return xe.has(se)?xe.delete(se):xe.add(se),xe})},[]),J=(se,ve,xe,Se,Ie,_e,Ge,ct)=>{const{groups:It,ungrouped:we}=uN(xe),nt=Object.keys(It).sort(),ze=Ie.size>0?`${Ie.size} / ${Se.length}`:`${Se.length}`;return h.jsxs("div",{className:qt.pane,"data-pane":se,children:[h.jsxs("div",{className:qt.paneHeader,children:[h.jsx("span",{children:ve}),h.jsx(Gp,{children:ze})]}),j&&h.jsx("div",{className:qt.paneSearch,children:h.jsx(Oc,{value:Ge,onChange:Be=>ct(Be.currentTarget.value),placeholder:y,disabled:D,"aria-label":`Filter ${ve.toLowerCase()}`})}),h.jsxs("div",{className:qt.paneList,children:[xe.length===0&&h.jsx("div",{className:qt.emptyState,children:"No items"}),we.length>0&&h.jsx(Fr,{children:we.map(Be=>h.jsx(Br,{id:`${z}-${se}-${Be.value}`,label:Be.label,checked:Ie.has(Be.value),onChange:()=>_e(Be.value),disabled:D},Be.value))}),nt.map(Be=>h.jsx(Fr,{label:Be,labelSize:"small",children:It[Be].map(Oe=>h.jsx(Br,{id:`${z}-${se}-${Oe.value}`,label:Oe.label,checked:Ie.has(Oe.value),onChange:()=>_e(Oe.value),disabled:D},Oe.value))},Be))]})]})},ce=_?`${qt.layoutOverride} ${_}`:qt.layoutOverride;return h.jsx(zt,{ref:n,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,description:p,helperText:b,assistiveWithIcon:f,error:v,required:x,disabled:D,id:z,className:ce,style:O,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,readOnlyType:"text",readOnlyValue:W[1].map(se=>se.label),readOnlyNativeProps:t,activeComponent:h.jsx("div",{...P,className:qt.root,"data-disabled":D?"true":void 0,"data-error":v?"true":void 0,children:h.jsxs("div",{className:qt.panes,children:[J("source",$,H,W[0],Y,oe,ee,U),h.jsxs("div",{className:qt.transferColumn,children:[h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(hp,{direction:"right"}),"aria-label":`Move all to ${V}`,disabled:D||W[0].length===0,onClick:pe}),h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(mp,{direction:"right"}),"aria-label":`Move selected to ${V}`,disabled:D||Y.size===0,onClick:X}),h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(mp,{direction:"left"}),"aria-label":`Move selected to ${$}`,disabled:D||G.size===0,onClick:ue}),h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(hp,{direction:"left"}),"aria-label":`Move all to ${$}`,disabled:D||W[1].length===0,onClick:ae})]}),J("target",V,le,W[1],G,he,Q,re)]})})})});_g.displayName="TransferList";const gp={};function Pg(e,t){const n=C.useRef(gp);return n.current===gp&&(n.current=e(t)),n}function Ka(e,t,n,o){const s=Pg(dN).current;return pN(s,e,t,n,o)&&fN(s,[e,t,n,o]),s.callback}function dN(){return{callback:null,cleanup:null,refs:[]}}function pN(e,t,n,o,s){return e.refs[0]!==t||e.refs[1]!==n||e.refs[2]!==o||e.refs[3]!==s}function fN(e,t){if(e.refs=t,t.every(n=>n==null)){e.callback=null;return}e.callback=n=>{if(e.cleanup&&(e.cleanup(),e.cleanup=null),n!=null){const o=Array(t.length).fill(null);for(let s=0;s<t.length;s+=1){const i=t[s];if(i!=null)switch(typeof i){case"function":{const a=i(n);typeof a=="function"&&(o[s]=a);break}case"object":{i.current=n;break}}}e.cleanup=()=>{for(let s=0;s<t.length;s+=1){const i=t[s];if(i!=null)switch(typeof i){case"function":{const a=o[s];typeof a=="function"?a():i(null);break}case"object":{i.current=null;break}}}}}}}var mN=(e,t,n)=>{if(t.length===1&&t[0]===n){let o=!1;try{const s={};e(s)===s&&(o=!0)}catch{}if(o){let s;try{throw new Error}catch(i){({stack:s}=i)}console.warn(`The result function returned its own inputs without modification. e.g
|
|
220
|
+
*/var tp;function wD(){return tp||(tp=1,process.env.NODE_ENV!=="production"&&(function(){function e(f){if(typeof f=="object"&&f!==null){var v=f.$$typeof;switch(v){case t:switch(f=f.type,f){case o:case i:case s:case u:case d:case p:return f;default:switch(f=f&&f.$$typeof,f){case l:case c:case g:case m:return f;case a:return f;default:return v}}case n:return v}}}var t=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),l=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),p=Symbol.for("react.view_transition"),b=Symbol.for("react.client.reference");Ze.ContextConsumer=a,Ze.ContextProvider=l,Ze.Element=t,Ze.ForwardRef=c,Ze.Fragment=o,Ze.Lazy=g,Ze.Memo=m,Ze.Portal=n,Ze.Profiler=i,Ze.StrictMode=s,Ze.Suspense=u,Ze.SuspenseList=d,Ze.isContextConsumer=function(f){return e(f)===a},Ze.isContextProvider=function(f){return e(f)===l},Ze.isElement=function(f){return typeof f=="object"&&f!==null&&f.$$typeof===t},Ze.isForwardRef=function(f){return e(f)===c},Ze.isFragment=function(f){return e(f)===o},Ze.isLazy=function(f){return e(f)===g},Ze.isMemo=function(f){return e(f)===m},Ze.isPortal=function(f){return e(f)===n},Ze.isProfiler=function(f){return e(f)===i},Ze.isStrictMode=function(f){return e(f)===s},Ze.isSuspense=function(f){return e(f)===u},Ze.isSuspenseList=function(f){return e(f)===d},Ze.isValidElementType=function(f){return typeof f=="string"||typeof f=="function"||f===o||f===i||f===s||f===u||f===d||typeof f=="object"&&f!==null&&(f.$$typeof===g||f.$$typeof===m||f.$$typeof===l||f.$$typeof===a||f.$$typeof===c||f.$$typeof===b||f.getModuleId!==void 0)},Ze.typeOf=e})()),Ze}var np;function TD(){return np||(np=1,process.env.NODE_ENV==="production"?Ps.exports=SD():Ps.exports=wD()),Ps.exports}var ID=TD();function ED(e){return $e("MuiTabPanel",e)}Me("MuiTabPanel",["root","hidden"]);const OD=e=>{const{classes:t,hidden:n}=e;return Le({root:["root",n&&"hidden"]},ED,t)},kD=ne("div",{name:"MuiTabPanel",slot:"Root"})(({theme:e})=>({padding:e.spacing(3)})),Kh=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTabPanel"}),{children:s,className:i,value:a,keepMounted:l=!1,...c}=o,u={...o},d=OD(u),m=vD();if(m===null)throw new TypeError("No TabContext provided");const g=xD(m,a),p=CD(m,a);return h.jsx(kD,{"aria-labelledby":p,className:de(d.root,i),hidden:a!==m.value,id:g,ref:n,role:"tabpanel",ownerState:u,...c,children:(l||a===m.value)&&s})});process.env.NODE_ENV!=="production"&&(Kh.propTypes={children:r.node,classes:r.object,className:r.string,keepMounted:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.oneOfType([r.number,r.string]).isRequired});const Zr=C.createContext({});process.env.NODE_ENV!=="production"&&(Zr.displayName="TimelineContext");function _D(e){return $e("MuiTimeline",e)}Me("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function cr(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${fe(e)}`}const PD=e=>{const{position:t,classes:n}=e,o={root:["root",t&&cr(t)]};return Le(o,_D,n)},DD=ne("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.position&&t[cr(n.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),Xh=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimeline"}),{position:s="right",className:i,...a}=o,l={...o,position:s},c=PD(l),u=C.useMemo(()=>({position:s}),[s]);return h.jsx(Zr.Provider,{value:u,children:h.jsx(DD,{className:de(c.root,i),ownerState:l,ref:n,...a})})});process.env.NODE_ENV!=="production"&&(Xh.propTypes={children:r.node,classes:r.object,className:r.string,position:r.oneOf(["alternate-reverse","alternate","left","right"]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function MD(e){return $e("MuiTimelineConnector",e)}Me("MuiTimelineConnector",["root"]);const RD=e=>{const{classes:t}=e;return Le({root:["root"]},MD,t)},ND=ne("span",{name:"MuiTimelineConnector",slot:"Root"})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),Qh=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineConnector"}),{className:s,...i}=o,a=o,l=RD(a);return h.jsx(ND,{className:de(l.root,s),ownerState:a,ref:n,...i})});process.env.NODE_ENV!=="production"&&(Qh.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function $D(e){return $e("MuiTimelineContent",e)}const jD=Me("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]),AD=e=>{const{position:t,classes:n}=e,o={root:["root",cr(t)]};return Le(o,$D,n)},LD=ne(nn,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[cr(n.position)]]}})(({ownerState:e})=>({flex:1,padding:"6px 16px",textAlign:"left",...e.position==="left"&&{textAlign:"right"}})),Zh=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineContent"}),{className:s,...i}=o,{position:a}=C.useContext(Zr),l={...o,position:a||"right"},c=AD(l);return h.jsx(LD,{component:"div",className:de(c.root,s),ownerState:l,ref:n,...i})});process.env.NODE_ENV!=="production"&&(Zh.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function VD(e){return $e("MuiTimelineDot",e)}Me("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const FD=e=>{const{color:t,variant:n,classes:o}=e,s={root:["root",n,t!=="inherit"&&`${n}${fe(t)}`]};return Le(s,VD,o)},BD=ne("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.color!=="inherit"&&`${n.variant}${fe(n.color)}`],t[n.variant]]}})(({ownerState:e,theme:t})=>({display:"flex",alignSelf:"baseline",borderStyle:"solid",borderWidth:2,padding:4,borderRadius:"50%",boxShadow:(t.vars||t).shadows[1],margin:"11.5px 0",...e.variant==="filled"&&{borderColor:"transparent",...e.color!=="inherit"&&{...e.color==="grey"?{color:(t.vars||t).palette.grey[50],backgroundColor:(t.vars||t).palette.grey[400]}:{color:(t.vars||t).palette[e.color].contrastText,backgroundColor:(t.vars||t).palette[e.color].main}}},...e.variant==="outlined"&&{boxShadow:"none",backgroundColor:"transparent",...e.color!=="inherit"&&{...e.color==="grey"?{borderColor:(t.vars||t).palette.grey[400]}:{borderColor:(t.vars||t).palette[e.color].main}}}})),Jh=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineDot"}),{className:s,color:i="grey",variant:a="filled",...l}=o,c={...o,color:i,variant:a},u=FD(c);return h.jsx(BD,{className:de(u.root,s),ownerState:c,ref:n,...l})});process.env.NODE_ENV!=="production"&&(Jh.propTypes={children:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["error","grey","info","inherit","primary","secondary","success","warning"]),r.string]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["filled","outlined"]),r.string])});const zD=Me("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function WD(e){return $e("MuiTimelineItem",e)}Me("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]);const UD=e=>{const{position:t,classes:n,hasOppositeContent:o}=e,s={root:["root",cr(t),!o&&"missingOppositeContent"]};return Le(s,WD,n)},HD=ne("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[cr(n.position)]]}})(({ownerState:e})=>({listStyle:"none",display:"flex",position:"relative",minHeight:70,...e.position==="left"&&{flexDirection:"row-reverse"},...(e.position==="alternate"||e.position==="alternate-reverse")&&{[`&:nth-of-type(${e.position==="alternate"?"even":"odd"})`]:{flexDirection:"row-reverse",[`& .${jD.root}`]:{textAlign:"right"},[`& .${zD.root}`]:{textAlign:"left"}}},...!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}}})),eg=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineItem"}),{position:s,className:i,...a}=o,{position:l}=C.useContext(Zr);let c=!1;C.Children.forEach(o.children,g=>{Ho(g,["TimelineOppositeContent"])&&(c=!0)});const u={...o,position:s||l||"right",hasOppositeContent:c},d=UD(u),m=C.useMemo(()=>({position:u.position}),[u.position]);return h.jsx(Zr.Provider,{value:m,children:h.jsx(HD,{className:de(d.root,i),ownerState:u,ref:n,...a})})});process.env.NODE_ENV!=="production"&&(eg.propTypes={children:r.node,classes:r.object,className:r.string,position:r.oneOf(["alternate-reverse","alternate","left","right"]),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function qD(e){return $e("MuiTimelineSeparator",e)}Me("MuiTimelineSeparator",["root"]);const YD=e=>{const{classes:t}=e;return Le({root:["root"]},qD,t)},GD=ne("div",{name:"MuiTimelineSeparator",slot:"Root"})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),tg=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimelineSeparator"}),{className:s,...i}=o,a=o,l=YD(a);return h.jsx(GD,{className:de(l.root,s),ownerState:a,ref:n,...i})});process.env.NODE_ENV!=="production"&&(tg.propTypes={children:r.node,classes:r.object,className:r.string,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const ng=q.forwardRef(function(t,n){const{variant:o="default",orientation:s="horizontal",inverted:i=!1,overStyled:a=!1,className:l,...c}=t,u=ye(c,a),d=et({flexContainer:Ar.list,indicator:Ar.indicator},u.classes);return h.jsx(be.Tabs,{ref:n,...u,orientation:s,className:`${Ar.root} ${l||""}`,"data-variant":o,"data-orientation":s,"data-inverted":i||void 0,classes:d})});ng.displayName="Tabs";const og=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t,a=ye(i,o);return h.jsx(be.Tab,{ref:n,disableRipple:!0,className:`${Ar.tab} ${s||""}`,...a})});og.displayName="Tab";const rg=q.forwardRef(function(t,n){const{overStyled:o=!1,className:s,...i}=t,a=ye(i,o);return h.jsx(Kh,{ref:n,className:`${Ar.panel} ${s||""}`,...a})});rg.displayName="TabPanel";const oa=q.forwardRef(function({typographyClass:t,overStyled:n=!1,...o},s){const i=ye(o,n),l=i.className,c=l?`${t} ${l}`:t;return h.jsx(be.Typography,{ref:s,className:c,variant:"inherit",...i})});oa.displayName="Typography";const sg=q.forwardRef(function({variant:t="body",...n},o){const s=`recursica_brand_typography_${t}`;return h.jsx(oa,{ref:o,typographyClass:s,...n})});sg.displayName="Text";const KD="TextArea-module__layoutOverride___4MCdm",XD="TextArea-module__root___3dyeu",QD="TextArea-module__input___8l36v",Ds={layoutOverride:KD,root:XD,input:QD},ig=q.forwardRef(function(t,n){var P;const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,withAsterisk:f,id:v,className:x,style:w,disabled:I,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,value:M,defaultValue:N,autosize:$,...V}=t,j=["size","variant"],y=en(ye(V,o),j),_=y.slotProps,O=et({root:Ds.root,input:Ds.input},(P=_==null?void 0:_.input)==null?void 0:P.classes),k=x?`${Ds.layoutOverride} ${x}`:Ds.layoutOverride;return h.jsx(zt,{className:k,style:w,controlMaxWidth:"var(--textarea-control-max-width)",controlMinWidth:"var(--textarea-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:v,readOnly:S,readOnlyComponent:T,emptyValueComponent:E,readOnlyType:"text",readOnlyValue:M!==void 0?M:N,readOnlyNativeProps:t,activeComponent:h.jsx(be.TextField,{...y,multiline:!0,variant:"standard",inputRef:n,disabled:I,value:M,defaultValue:N,label:void 0,error:!!p,required:void 0,slotProps:{..._,input:{..._==null?void 0:_.input,disableUnderline:!0,classes:O,"data-autosize":$?"true":void 0}}})})});ig.displayName="TextArea";const ZD="TextField-module__layoutOverride___SNZqc",JD="TextField-module__root___2ZYkG",eM="TextField-module__input___RL-My",tM="TextField-module__section___bCIJ0",Cr={layoutOverride:ZD,root:JD,input:eM,section:tM},Ec=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,leftSection:N,rightSection:$,...V}=t,j=["size","color"],y=en(ye(V,o),j),_=y.classes,O=et({wrapper:Cr.root,input:Cr.input,section:Cr.section},_&&{wrapper:_.root,input:_.input}),k=v?`${Cr.layoutOverride} ${v}`:Cr.layoutOverride,P=N?h.jsx("div",{className:O.section,"data-position":"left",children:N}):void 0,A=$?h.jsx("div",{className:O.section,"data-position":"right",children:$}):void 0;return h.jsx(zt,{className:k,style:x,controlMaxWidth:"var(--text-field-control-max-width)",controlMinWidth:"var(--text-field-control-min-width)",overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T||void 0,readOnlyType:"text",readOnlyValue:E!==void 0?E:M,readOnlyNativeProps:t,activeComponent:h.jsx(be.InputBase,{inputRef:n,...y,classes:{root:O.wrapper,input:O.input},disabled:w,value:E,defaultValue:M,startAdornment:P,endAdornment:A,"data-disabled":w?"true":void 0,"data-error":p?"true":void 0,"data-with-left-section":N?"true":void 0,"data-with-right-section":$?"true":void 0})})});Ec.displayName="TextField";const nM=e=>{const t=XI(e);return $m({manager:t,props:e})},oM=["slots","slotProps"],ra=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimeField"}),{slots:s,slotProps:i}=o,a=Ce(o,oM),l=Gm({slotProps:i,ref:n,externalForwardedProps:a}),c=nM(l);return h.jsx(Km,{slots:s,slotProps:i,inputRef:a.inputRef,children:h.jsx(Ym,{fieldResponse:c,defaultOpenPickerIcon:pE})})});process.env.NODE_ENV!=="production"&&(ra.displayName="TimeField");process.env.NODE_ENV!=="production"&&(ra.propTypes={ampm:r.bool,areAllSectionsEmpty:r.bool,autoFocus:r.bool,className:r.string,clearable:r.bool,clearButtonPosition:r.oneOf(["end","start"]),color:r.oneOf(["error","info","primary","secondary","success","warning"]),component:r.elementType,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,endAdornment:r.node,error:r.bool,fieldRef:r.oneOfType([r.func,r.object]),focused:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),fullWidth:r.bool,helperText:r.node,hiddenLabel:r.bool,id:r.string,inputRef:Wt,label:r.node,margin:r.oneOf(["dense","none","normal"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onBlur:r.func,onChange:r.func,onClear:r.func,onClick:r.func,onError:r.func,onFocus:r.func,onInput:r.func,onKeyDown:r.func,onMouseDown:r.func,onPaste:r.func,onSelectedSectionsChange:r.func,openPickerButtonPosition:r.oneOf(["end","start"]),readOnly:r.bool,referenceDate:r.object,required:r.bool,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,shouldRespectLeadingZeros:r.bool,size:r.oneOf(["medium","small"]),slotProps:r.object,slots:r.object,startAdornment:r.node,style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,variant:r.oneOf(["filled","outlined","standard"])});function rM(e){return Ye("MuiPickersToolbarText",e)}tt("MuiPickersToolbarText",["root"]);const sM=["className","classes","selected","value"],iM=e=>Fe({root:["root"]},rM,e),aM=ne(nn,{name:"MuiPickersToolbarText",slot:"Root"})(({theme:e})=>({transition:e.transitions.create("color"),color:(e.vars||e).palette.text.secondary,"&[data-selected]":{color:(e.vars||e).palette.text.primary}})),Oc=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersToolbarText"}),{className:s,classes:i,selected:a,value:l}=o,c=Ce(o,sM),u=iM(i);return h.jsx(aM,R({ref:n,className:de(u.root,s),component:"span",ownerState:o},a&&{"data-selected":!0},c,{children:l}))});process.env.NODE_ENV!=="production"&&(Oc.displayName="PickersToolbarText");const lM=["align","className","classes","selected","typographyClassName","value","variant","width"],cM=e=>Fe({root:["root"]},Af,e),uM=ne(Tn,{name:"MuiPickersToolbarButton",slot:"Root"})({padding:0,minWidth:16,textTransform:"none"}),Bo=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiPickersToolbarButton"}),{align:s,className:i,classes:a,selected:l,typographyClassName:c,value:u,variant:d,width:m}=o,g=Ce(o,lM),p=cM(a);return h.jsx(uM,R({variant:"text",ref:n,className:de(p.root,i),ownerState:o},m?{sx:{width:m}}:{},g,{children:h.jsx(Oc,{align:s,className:c,variant:d,value:u,selected:l})}))});process.env.NODE_ENV!=="production"&&(Bo.displayName="PickersToolbarButton");function dM(e){return Ye("MuiTimePickerToolbar",e)}const Lr=tt("MuiTimePickerToolbar",["root","separator","hourMinuteLabel","hourMinuteLabelLandscape","hourMinuteLabelReverse","ampmSelection","ampmLandscape","ampmLabel"]),pM=["ampm","ampmInClock","className","classes"],fM=(e,t)=>{const{pickerOrientation:n,toolbarDirection:o}=t;return Fe({root:["root"],separator:["separator"],hourMinuteLabel:["hourMinuteLabel",n==="landscape"&&"hourMinuteLabelLandscape",o==="rtl"&&"hourMinuteLabelReverse"],ampmSelection:["ampmSelection",n==="landscape"&&"ampmLandscape"],ampmLabel:["ampmLabel"]},dM,e)},mM=ne(Ml,{name:"MuiTimePickerToolbar",slot:"Root"})({}),hM=ne(Oc,{name:"MuiTimePickerToolbar",slot:"Separator"})({outline:0,margin:"0 4px 0 2px",cursor:"default"}),gM=ne("div",{name:"MuiTimePickerToolbar",slot:"HourMinuteLabel",overridesResolver:(e,t)=>[{[`&.${Lr.hourMinuteLabelLandscape}`]:t.hourMinuteLabelLandscape,[`&.${Lr.hourMinuteLabelReverse}`]:t.hourMinuteLabelReverse},t.hourMinuteLabel]})({display:"flex",justifyContent:"flex-end",alignItems:"flex-end",variants:[{props:{toolbarDirection:"rtl"},style:{flexDirection:"row-reverse"}},{props:{pickerOrientation:"landscape"},style:{marginTop:"auto"}}]}),bM=ne("div",{name:"MuiTimePickerToolbar",slot:"AmPmSelection",overridesResolver:(e,t)=>[{[`.${Lr.ampmLabel}`]:t.ampmLabel},{[`&.${Lr.ampmLandscape}`]:t.ampmLandscape},t.ampmSelection]})({display:"flex",flexDirection:"column",marginRight:"auto",marginLeft:12,[`& .${Lr.ampmLabel}`]:{fontSize:17},variants:[{props:{pickerOrientation:"landscape"},style:{margin:"4px 0 auto",flexDirection:"row",justifyContent:"space-around",flexBasis:"100%"}}]});function ag(e){const t=ke({props:e,name:"MuiTimePickerToolbar"}),{ampm:n,ampmInClock:o,className:s,classes:i}=t,a=Ce(t,pM),l=Re(),c=Rt(),u=Dl(),d=fM(i,u),{value:m,setValue:g,disabled:p,readOnly:b,view:f,setView:v,views:x}=wo(),w=!!(n&&!o&&x.includes("hours")),{meridiemMode:I,handleMeridiemChange:S}=lc(m,n,M=>g(M,{changeImportance:"set",source:"view"})),T=M=>l.isValid(m)?l.format(m,M):"--",E=h.jsx(hM,{tabIndex:-1,value:":",variant:"h3",selected:!1,className:d.separator});return h.jsxs(mM,R({landscapeDirection:"row",toolbarTitle:c.timePickerToolbarTitle,ownerState:u,className:de(d.root,s)},a,{children:[h.jsxs(gM,{className:d.hourMinuteLabel,ownerState:u,children:[Vo(x,"hours")&&h.jsx(Bo,{tabIndex:-1,variant:"h3",onClick:()=>v("hours"),selected:f==="hours",value:T(n?"hours12h":"hours24h")}),Vo(x,["hours","minutes"])&&E,Vo(x,"minutes")&&h.jsx(Bo,{tabIndex:-1,variant:"h3",onClick:()=>v("minutes"),selected:f==="minutes",value:T("minutes")}),Vo(x,["minutes","seconds"])&&E,Vo(x,"seconds")&&h.jsx(Bo,{variant:"h3",onClick:()=>v("seconds"),selected:f==="seconds",value:T("seconds")})]}),w&&h.jsxs(bM,{className:d.ampmSelection,ownerState:u,children:[h.jsx(Bo,{disableRipple:!0,variant:"subtitle2",selected:I==="am",typographyClassName:d.ampmLabel,value:Bn(l,"am"),onClick:b?void 0:()=>S("am"),disabled:p}),h.jsx(Bo,{disableRipple:!0,variant:"subtitle2",selected:I==="pm",typographyClassName:d.ampmLabel,value:Bn(l,"pm"),onClick:b?void 0:()=>S("pm"),disabled:p})]})]}))}process.env.NODE_ENV!=="production"&&(ag.propTypes={ampm:r.bool,ampmInClock:r.bool,classes:r.object,className:r.string,hidden:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),titleId:r.string,toolbarFormat:r.string,toolbarPlaceholder:r.node});function lg(e,t){var l;const n=Re(),o=ke({props:e,name:t}),s=jm(o),i=o.ampm??n.is12HourCycleInCurrentLocale(),a=C.useMemo(()=>{var c;return((c=o.localeText)==null?void 0:c.toolbarTitle)==null?o.localeText:R({},o.localeText,{timePickerToolbarTitle:o.localeText.toolbarTitle})},[o.localeText]);return R({},o,s,{ampm:i,localeText:a},_f({views:o.views,openTo:o.openTo,defaultViews:["hours","minutes"],defaultOpenTo:"hours"}),{slots:R({toolbar:ag},o.slots),slotProps:R({},o.slotProps,{toolbar:R({ampm:i,ampmInClock:o.ampmInClock},(l=o.slotProps)==null?void 0:l.toolbar)})})}function yM(e){return Ye("MuiTimeClock",e)}tt("MuiTimeClock",["root","arrowSwitcher"]);const ar=220,Pn=36,Jr={x:ar/2,y:ar/2},cg={x:Jr.x,y:0},vM=cg.x-Jr.x,xM=cg.y-Jr.y,CM=e=>e*(180/Math.PI),ug=(e,t,n)=>{const o=t-Jr.x,s=n-Jr.y,i=Math.atan2(vM,xM)-Math.atan2(o,s);let a=CM(i);a=Math.round(a/e)*e,a%=360;const l=Math.floor(a/e)||0,c=o**2+s**2,u=Math.sqrt(c);return{value:l,distance:u}},SM=(e,t,n=1)=>{const o=n*6;let{value:s}=ug(o,e,t);return s=s*n%60,s},wM=(e,t,n)=>{const{value:o,distance:s}=ug(30,e,t);let i=o||12;return n?i%=12:s<ar/2-Pn&&(i+=12,i%=24),i};function TM(e){return Ye("MuiClockPointer",e)}tt("MuiClockPointer",["root","thumb"]);const IM=["className","classes","isBetweenTwoClockValues","isInner","type","viewValue"],EM=e=>Fe({root:["root"],thumb:["thumb"]},TM,e),OM=ne("div",{name:"MuiClockPointer",slot:"Root"})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",left:"calc(50% - 1px)",bottom:"50%",transformOrigin:"center bottom 0px",variants:[{props:{isClockPointerAnimated:!0},style:{transition:e.transitions.create(["transform","height"])}}]})),kM=ne("div",{name:"MuiClockPointer",slot:"Thumb"})(({theme:e})=>({width:4,height:4,backgroundColor:(e.vars||e).palette.primary.contrastText,borderRadius:"50%",position:"absolute",top:-21,left:`calc(50% - ${Pn/2}px)`,border:`${(Pn-4)/2}px solid ${(e.vars||e).palette.primary.main}`,boxSizing:"content-box",variants:[{props:{isClockPointerBetweenTwoValues:!1},style:{backgroundColor:(e.vars||e).palette.primary.main}}]}));function _M(e){const t=ke({props:e,name:"MuiClockPointer"}),{className:n,classes:o,isBetweenTwoClockValues:s,isInner:i,type:a,viewValue:l}=t,c=Ce(t,IM),u=C.useRef(a);C.useEffect(()=>{u.current=a},[a]);const{ownerState:d}=lt(),m=R({},d,{isClockPointerAnimated:u.current!==a,isClockPointerBetweenTwoValues:s}),g=EM(o),p=()=>{let f=360/(a==="hours"?12:60)*l;return a==="hours"&&l>12&&(f-=360),{height:Math.round((i?.26:.4)*ar),transform:`rotateZ(${f}deg)`}};return h.jsx(OM,R({style:p(),className:de(g.root,n),ownerState:m},c,{children:h.jsx(kM,{ownerState:m,className:g.thumb})}))}function PM(e){return Ye("MuiClock",e)}tt("MuiClock",["root","clock","wrapper","squareMask","pin","amButton","pmButton","meridiemText","selected"]);const DM=(e,t)=>{const n={root:["root"],clock:["clock"],wrapper:["wrapper"],squareMask:["squareMask"],pin:["pin"],amButton:["amButton",t.clockMeridiemMode==="am"&&"selected"],pmButton:["pmButton",t.clockMeridiemMode==="pm"&&"selected"],meridiemText:["meridiemText"]};return Fe(n,PM,e)},MM=ne("div",{name:"MuiClock",slot:"Root"})(({theme:e})=>({display:"flex",justifyContent:"center",alignItems:"center",margin:e.spacing(2)})),RM=ne("div",{name:"MuiClock",slot:"Clock"})({backgroundColor:"rgba(0,0,0,.07)",borderRadius:"50%",height:220,width:220,flexShrink:0,position:"relative",pointerEvents:"none"}),NM=ne("div",{name:"MuiClock",slot:"Wrapper"})({"&:focus":{outline:"none"}}),$M=ne("div",{name:"MuiClock",slot:"SquareMask"})({width:"100%",height:"100%",position:"absolute",pointerEvents:"auto",outline:0,touchAction:"none",userSelect:"none",variants:[{props:{isClockDisabled:!1},style:{"@media (pointer: fine)":{cursor:"pointer",borderRadius:"50%"},"&:active":{cursor:"move"}}}]}),jM=ne("div",{name:"MuiClock",slot:"Pin"})(({theme:e})=>({width:6,height:6,borderRadius:"50%",backgroundColor:(e.vars||e).palette.primary.main,position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)"})),dg=(e,t)=>({zIndex:1,bottom:8,paddingLeft:4,paddingRight:4,width:Pn,variants:[{props:{clockMeridiemMode:t},style:{backgroundColor:(e.vars||e).palette.primary.main,color:(e.vars||e).palette.primary.contrastText,"&:hover":{backgroundColor:(e.vars||e).palette.primary.light}}}]}),AM=ne(Xn,{name:"MuiClock",slot:"AmButton"})(({theme:e})=>R({},dg(e,"am"),{position:"absolute",left:8})),LM=ne(Xn,{name:"MuiClock",slot:"PmButton"})(({theme:e})=>R({},dg(e,"pm"),{position:"absolute",right:8})),op=ne(nn,{name:"MuiClock",slot:"MeridiemText"})({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});function VM(e){const t=ke({props:e,name:"MuiClock"}),{ampm:n,ampmInClock:o,autoFocus:s,children:i,value:a,handleMeridiemChange:l,isTimeDisabled:c,meridiemMode:u,minutesStep:d=1,onChange:m,selectedId:g,type:p,viewValue:b,viewRange:[f,v],disabled:x=!1,readOnly:w,className:I,classes:S}=t,T=Re(),E=Rt(),{ownerState:M}=lt(),N=R({},M,{isClockDisabled:x,clockMeridiemMode:u}),$=C.useRef(!1),V=C.useRef(null),j=C.useRef(null),y=C.useRef(void 0),D=DM(S,N),_=c(b,p),O=!n&&p==="hours"&&(b<1||b>12),k=(F,G)=>{x||w||c(F,p)||m(F,G)},P=(F,G)=>{const te=j.current;if(!te)return;const H=te.getBoundingClientRect(),le=F.clientX-H.left,X=F.clientY-H.top,ue=p==="seconds"||p==="minutes"?SM(le,X,d):wM(le,X,!!n);k(ue,G)},A=()=>{var F;$.current=!1,V.current=null,(F=y.current)==null||F.call(y)},z=ge(F=>{F.pointerId===V.current&&(F.preventDefault(),P(F,"shallow"))}),L=ge(F=>{F.pointerId===V.current&&(A(),P(F,"finish"))}),B=ge(F=>{F.pointerId===V.current&&A()}),W=F=>{if(F.button>0||F.isPrimary===!1||x||w)return;A(),$.current=!0,V.current=F.pointerId;const G=qo(j.current);G.addEventListener("pointermove",z),G.addEventListener("pointerup",L),G.addEventListener("pointercancel",B),y.current=()=>{G.removeEventListener("pointermove",z),G.removeEventListener("pointerup",L),G.removeEventListener("pointercancel",B),y.current=void 0},P(F.nativeEvent,"shallow")},K=p==="hours"?!1:b%5!==0,ee=p==="minutes"?d:1,U=C.useRef(null);Qt(()=>{s&&U.current.focus()},[s]),C.useEffect(()=>()=>{var F;return(F=y.current)==null?void 0:F.call(y)},[]);const Q=F=>Math.max(f,Math.min(v,F)),re=F=>(F+(v+1))%(v+1),Y=F=>{if(!$.current)switch(F.key){case"Home":k(f,"partial"),F.preventDefault();break;case"End":k(v,"partial"),F.preventDefault();break;case"ArrowUp":k(re(b+ee),"partial"),F.preventDefault();break;case"ArrowDown":k(re(b-ee),"partial"),F.preventDefault();break;case"PageUp":k(Q(b+5),"partial"),F.preventDefault();break;case"PageDown":k(Q(b-5),"partial"),F.preventDefault();break;case"Enter":case" ":k(b,"finish"),F.preventDefault();break}};return h.jsxs(MM,{className:de(D.root,I),children:[h.jsxs(RM,{className:D.clock,children:[h.jsx($M,{ref:j,onPointerDown:W,ownerState:N,className:D.squareMask}),!_&&h.jsxs(C.Fragment,{children:[h.jsx(jM,{className:D.pin}),a!=null&&h.jsx(_M,{type:p,viewValue:b,isInner:O,isBetweenTwoClockValues:K})]}),h.jsx(NM,{"aria-activedescendant":g,"aria-label":E.clockLabelText(p,a==null?null:T.format(a,n?"fullTime12h":"fullTime24h")),ref:U,role:"listbox",onKeyDown:Y,tabIndex:0,className:D.wrapper,children:i})]}),n&&o&&h.jsxs(C.Fragment,{children:[h.jsx(AM,{onClick:w?void 0:()=>l("am"),disabled:x||u===null,ownerState:N,className:D.amButton,title:Bn(T,"am"),children:h.jsx(op,{variant:"caption",className:D.meridiemText,children:Bn(T,"am")})}),h.jsx(LM,{disabled:x||u===null,onClick:w?void 0:()=>l("pm"),ownerState:N,className:D.pmButton,title:Bn(T,"pm"),children:h.jsx(op,{variant:"caption",className:D.meridiemText,children:Bn(T,"pm")})})]})]})}function FM(e){return Ye("MuiClockNumber",e)}const Ms=tt("MuiClockNumber",["root","selected","disabled"]),BM=["className","classes","disabled","index","inner","label","selected"],zM=(e,t)=>{const n={root:["root",t.isClockNumberSelected&&"selected",t.isClockNumberDisabled&&"disabled"]};return Fe(n,FM,e)},WM=ne("span",{name:"MuiClockNumber",slot:"Root",overridesResolver:(e,t)=>[t.root,{[`&.${Ms.disabled}`]:t.disabled},{[`&.${Ms.selected}`]:t.selected}]})(({theme:e})=>({height:Pn,width:Pn,position:"absolute",left:`calc((100% - ${Pn}px) / 2)`,display:"inline-flex",justifyContent:"center",alignItems:"center",borderRadius:"50%",color:(e.vars||e).palette.text.primary,fontFamily:e.typography.fontFamily,"&:focused":{backgroundColor:(e.vars||e).palette.background.paper},[`&.${Ms.selected}`]:{color:(e.vars||e).palette.primary.contrastText},[`&.${Ms.disabled}`]:{pointerEvents:"none",color:(e.vars||e).palette.text.disabled},variants:[{props:{isClockNumberInInnerRing:!0},style:R({},e.typography.body2,{color:(e.vars||e).palette.text.secondary})}]}));function pg(e){const t=ke({props:e,name:"MuiClockNumber"}),{className:n,classes:o,disabled:s,index:i,inner:a,label:l,selected:c}=t,u=Ce(t,BM),{ownerState:d}=lt(),m=R({},d,{isClockNumberInInnerRing:a,isClockNumberSelected:c,isClockNumberDisabled:s}),g=zM(o,m),p=i%12/12*Math.PI*2-Math.PI/2,b=(ar-Pn-2)/2*(a?.65:1),f=Math.round(Math.cos(p)*b),v=Math.round(Math.sin(p)*b);return h.jsx(WM,R({className:de(g.root,n),"aria-disabled":s?!0:void 0,"aria-selected":c?!0:void 0,role:"option",style:{transform:`translate(${f}px, ${v+(ar-Pn)/2}px`},ownerState:m},u,{children:l}))}const UM=({ampm:e,value:t,getClockNumberText:n,isDisabled:o,selectedId:s,adapter:i})=>{const a=t?i.getHours(t):null,l=[],c=e?1:0,u=e?12:23,d=m=>a===null?!1:e?m===12?a===12||a===0:a===m||a-12===m:a===m;for(let m=c;m<=u;m+=1){let g=m.toString();m===0&&(g="00");const p=!e&&(m===0||m>12);g=i.formatNumber(g);const b=d(m);l.push(h.jsx(pg,{id:b?s:void 0,index:m,inner:p,selected:b,disabled:o(m),label:g,"aria-label":n(g)},m))}return l},rp=({adapter:e,value:t,isDisabled:n,getClockNumberText:o,selectedId:s})=>{const i=e.formatNumber;return[[5,i("05")],[10,i("10")],[15,i("15")],[20,i("20")],[25,i("25")],[30,i("30")],[35,i("35")],[40,i("40")],[45,i("45")],[50,i("50")],[55,i("55")],[0,i("00")]].map(([a,l],c)=>{const u=a===t;return h.jsx(pg,{label:l,id:u?s:void 0,index:c+1,inner:!1,disabled:n(a),selected:u,"aria-label":o(l)},a)})},kc=({value:e,referenceDate:t,adapter:n,props:o,timezone:s})=>{const i=C.useMemo(()=>wt.getInitialReferenceValue({value:e,adapter:n,props:o,referenceDate:t,granularity:ln.day,timezone:s,getTodayDate:()=>Sl(n,s,"date")}),[t,s]);return e??i},HM=["ampm","ampmInClock","autoFocus","slots","slotProps","value","defaultValue","referenceDate","disableIgnoringDatePartForTimeValidation","maxTime","minTime","disableFuture","disablePast","minutesStep","shouldDisableTime","showViewSwitcher","onChange","view","views","openTo","onViewChange","focusedView","onFocusedViewChange","className","classes","disabled","readOnly","timezone"],qM=e=>Fe({root:["root"],arrowSwitcher:["arrowSwitcher"]},yM,e),YM=ne(ea,{name:"MuiTimeClock",slot:"Root"})({display:"flex",flexDirection:"column",position:"relative"}),GM=ne(ac,{name:"MuiTimeClock",slot:"ArrowSwitcher"})({position:"absolute",right:12,top:15}),KM=["hours","minutes"],_c=C.forwardRef(function(t,n){const o=Re(),s=ke({props:t,name:"MuiTimeClock"}),{ampm:i=o.is12HourCycleInCurrentLocale(),ampmInClock:a=!1,autoFocus:l,slots:c,slotProps:u,value:d,defaultValue:m,referenceDate:g,disableIgnoringDatePartForTimeValidation:p=!1,maxTime:b,minTime:f,disableFuture:v,disablePast:x,minutesStep:w=1,shouldDisableTime:I,showViewSwitcher:S,onChange:T,view:E,views:M=KM,openTo:N,onViewChange:$,focusedView:V,onFocusedViewChange:j,className:y,classes:D,disabled:_,readOnly:O,timezone:k}=s,P=Ce(s,HM),{value:A,handleValueChange:z,timezone:L}=to({name:"TimeClock",timezone:k,value:d,defaultValue:m,referenceDate:g,onChange:T,valueManager:wt}),B=kc({value:A,referenceDate:g,adapter:o,props:s,timezone:L}),W=Rt(),K=To(L),ee=Fi(),{ownerState:U}=lt(),{view:Q,setView:re,previousView:Y,nextView:F,setValueAndGoToNextView:G}=hs({view:E,views:M,openTo:N,onViewChange:$,onChange:z,focusedView:V,onFocusedViewChange:j}),{meridiemMode:te,handleMeridiemChange:H}=lc(B,i,G),le=C.useCallback((pe,ae)=>{const oe=as(p,o),he=ae==="hours"||ae==="minutes"&&M.includes("seconds"),J=({start:se,end:ve})=>!(f&&oe(f,ve)||b&&oe(se,b)||v&&oe(se,K)||x&&oe(K,he?ve:se)),ce=(se,ve=1)=>{if(se%ve!==0)return!1;if(I)switch(ae){case"hours":return!I(o.setHours(B,se),"hours");case"minutes":return!I(o.setMinutes(B,se),"minutes");case"seconds":return!I(o.setSeconds(B,se),"seconds");default:return!1}return!0};switch(ae){case"hours":{const se=qr(pe,te,i),ve=o.setHours(B,se);if(o.getHours(ve)!==se)return!0;const xe=o.setSeconds(o.setMinutes(ve,0),0),Se=o.setSeconds(o.setMinutes(ve,59),59);return!J({start:xe,end:Se})||!ce(se)}case"minutes":{const se=o.setMinutes(B,pe),ve=o.setSeconds(se,0),xe=o.setSeconds(se,59);return!J({start:ve,end:xe})||!ce(pe,w)}case"seconds":{const se=o.setSeconds(B,pe);return!J({start:se,end:se})||!ce(pe)}default:throw new Error("not supported")}},[i,B,p,b,te,f,w,I,o,v,x,K,M]),X=C.useMemo(()=>{switch(Q){case"hours":{const pe=(he,J)=>{const ce=qr(he,te,i);G(o.setHours(B,ce),J,"hours")},ae=o.getHours(B);let oe;return i?ae>12?oe=[12,23]:oe=[0,11]:oe=[0,23],{onChange:pe,viewValue:ae,children:UM({value:A,adapter:o,ampm:i,getClockNumberText:W.hoursClockNumberText,isDisabled:he=>_||le(he,"hours"),selectedId:ee}),viewRange:oe}}case"minutes":{const pe=o.getMinutes(B);return{viewValue:pe,onChange:(oe,he)=>{G(o.setMinutes(B,oe),he,"minutes")},children:rp({adapter:o,value:pe,getClockNumberText:W.minutesClockNumberText,isDisabled:oe=>_||le(oe,"minutes"),selectedId:ee}),viewRange:[0,59]}}case"seconds":{const pe=o.getSeconds(B);return{viewValue:pe,onChange:(oe,he)=>{G(o.setSeconds(B,oe),he,"seconds")},children:rp({adapter:o,value:pe,getClockNumberText:W.secondsClockNumberText,isDisabled:oe=>_||le(oe,"seconds"),selectedId:ee}),viewRange:[0,59]}}default:throw new Error(process.env.NODE_ENV!=="production"?"MUI X: You must provide the type for ClockView":Ae(147))}},[Q,o,A,i,W.hoursClockNumberText,W.minutesClockNumberText,W.secondsClockNumberText,te,G,B,le,ee,_]),ue=qM(D);return h.jsxs(YM,R({ref:n,className:de(ue.root,y),ownerState:U},P,{children:[h.jsx(VM,R({autoFocus:l??!!V,ampmInClock:a&&M.includes("hours"),value:A,type:Q,ampm:i,minutesStep:w,isTimeDisabled:le,meridiemMode:te,handleMeridiemChange:H,selectedId:ee,disabled:_,readOnly:O},X)),S&&h.jsx(GM,{className:ue.arrowSwitcher,slots:c,slotProps:u,onGoToPrevious:()=>re(Y),isPreviousDisabled:!Y,previousLabel:W.openPreviousView,onGoToNext:()=>re(F),isNextDisabled:!F,nextLabel:W.openNextView,ownerState:U})]}))});process.env.NODE_ENV!=="production"&&(_c.displayName="TimeClock");process.env.NODE_ENV!=="production"&&(_c.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,focusedView:r.oneOf(["hours","minutes","seconds"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,onChange:r.func,onFocusedViewChange:r.func,onViewChange:r.func,openTo:r.oneOf(["hours","minutes","seconds"]),readOnly:r.bool,referenceDate:r.object,shouldDisableTime:r.func,showViewSwitcher:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["hours","minutes","seconds"]),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const sp=Me("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]),ip=Me("MuiListItemIcon",["root","alignItemsFlexStart"]),ap=Me("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]);function XM(e){return $e("MuiMenuItem",e)}const Sr=Me("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]);function Sa(e,t,n){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:n?null:e.firstChild}function lp(e,t,n){return e===t?n?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:n?null:e.lastChild}function fg(e,t){if(t===void 0)return!0;let n=e.innerText;return n===void 0&&(n=e.textContent),n=n.trim().toLowerCase(),n.length===0?!1:t.repeating?n[0]===t.keys[0]:n.startsWith(t.keys.join(""))}function wr(e,t,n,o,s,i){let a=!1,l=s(e,t,t?n:!1);for(;l;){if(l===e.firstChild){if(a)return!1;a=!0}const c=o?!1:l.disabled||l.getAttribute("aria-disabled")==="true";if(!l.hasAttribute("tabindex")||!fg(l,i)||c)l=s(e,l,n);else return l.focus(),!0}return!1}const Pc=C.forwardRef(function(t,n){const{actions:o,autoFocus:s=!1,autoFocusItem:i=!1,children:a,className:l,disabledItemsFocusable:c=!1,disableListWrap:u=!1,onKeyDown:d,variant:m="selectedMenu",...g}=t,p=C.useRef(null),b=C.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});Hn(()=>{s&&p.current.focus()},[s]),C.useImperativeHandle(o,()=>({adjustStyleForScrollbar:(I,{direction:S})=>{const T=!p.current.style.width;if(I.clientHeight<p.current.clientHeight&&T){const E=`${ih(Qr(I))}px`;p.current.style[S==="rtl"?"paddingLeft":"paddingRight"]=E,p.current.style.width=`calc(100% + ${E})`}return p.current}}),[]);const f=I=>{const S=p.current,T=I.key;if(I.ctrlKey||I.metaKey||I.altKey){d&&d(I);return}const M=_r(vn(S));if(T==="ArrowDown")I.preventDefault(),wr(S,M,u,c,Sa);else if(T==="ArrowUp")I.preventDefault(),wr(S,M,u,c,lp);else if(T==="Home")I.preventDefault(),wr(S,null,u,c,Sa);else if(T==="End")I.preventDefault(),wr(S,null,u,c,lp);else if(T.length===1){const N=b.current,$=T.toLowerCase(),V=performance.now();N.keys.length>0&&(V-N.lastTime>500?(N.keys=[],N.repeating=!0,N.previousKeyMatched=!0):N.repeating&&$!==N.keys[0]&&(N.repeating=!1)),N.lastTime=V,N.keys.push($);const j=M&&!N.repeating&&fg(M,N);N.previousKeyMatched&&(j||wr(S,M,!1,c,Sa,N))?I.preventDefault():N.previousKeyMatched=!1}d&&d(I)},v=kt(p,n);let x=-1;C.Children.forEach(a,(I,S)=>{if(!C.isValidElement(I)){x===S&&(x+=1,x>=a.length&&(x=-1));return}process.env.NODE_ENV!=="production"&&ID.isFragment(I)&&console.error(["MUI: The Menu component doesn't accept a Fragment as a child.","Consider providing an array instead."].join(`
|
|
221
|
+
`)),I.props.disabled||(m==="selectedMenu"&&I.props.selected||x===-1)&&(x=S),x===S&&(I.props.disabled||I.props.muiSkipListHighlight||I.type.muiSkipListHighlight)&&(x+=1,x>=a.length&&(x=-1))});const w=C.Children.map(a,(I,S)=>{if(S===x){const T={};return i&&(T.autoFocus=!0),I.props.tabIndex===void 0&&m==="selectedMenu"&&(T.tabIndex=0),C.cloneElement(I,T)}return I});return h.jsx(Gl,{role:"menu",ref:v,className:l,onKeyDown:f,tabIndex:s?0:-1,...g,children:w})});process.env.NODE_ENV!=="production"&&(Pc.propTypes={autoFocus:r.bool,autoFocusItem:r.bool,children:r.node,className:r.string,disabledItemsFocusable:r.bool,disableListWrap:r.bool,onKeyDown:r.func,variant:r.oneOf(["menu","selectedMenu"])});const Dc=C.createContext(null);process.env.NODE_ENV!=="production"&&(Dc.displayName="SelectFocusSourceContext");function QM(){return C.useContext(Dc)}Dc.Provider;function ZM(e,t){if(t==null){e.focus();return}try{e.focus({focusVisible:t==="keyboard"})}catch{e.focus()}}const JM=(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.divider&&t.divider,!n.disableGutters&&t.gutters]},eR=e=>{const{disabled:t,dense:n,divider:o,disableGutters:s,selected:i,classes:a}=e,c=Le({root:["root",n&&"dense",t&&"disabled",!s&&"gutters",o&&"divider",i&&"selected"]},XM,a);return{...a,...c}},tR=ne(Kn,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiMenuItem",slot:"Root",overridesResolver:JM})(dt(({theme:e})=>({...e.typography.body1,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap","&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${Sr.selected}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity),[`&.${Sr.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}},[`&.${Sr.selected}:hover`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`),"@media (hover: none)":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity)}},[`&.${Sr.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${Sr.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${sp.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${sp.inset}`]:{marginLeft:52},[`& .${ap.root}`]:{marginTop:0,marginBottom:0},[`& .${ap.inset}`]:{paddingLeft:36},[`& .${ip.root}`]:{minWidth:36},variants:[{props:({ownerState:t})=>!t.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:t})=>t.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:t})=>!t.dense,style:{[e.breakpoints.up("sm")]:{minHeight:"auto"}}},{props:({ownerState:t})=>t.dense,style:{minHeight:32,paddingTop:4,paddingBottom:4,...e.typography.body2,[`& .${ip.root} svg`]:{fontSize:"1.25rem"}}}]}))),Mc=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiMenuItem"}),{autoFocus:s=!1,component:i="li",dense:a=!1,divider:l=!1,disableGutters:c=!1,focusVisibleClassName:u,role:d="menuitem",tabIndex:m,className:g,...p}=o,b=QM(),f=C.useContext(zn),v=C.useMemo(()=>({dense:a||f.dense||!1,disableGutters:c}),[f.dense,a,c]),x=C.useRef(null);Hn(()=>{s&&(x.current?ZM(x.current,b):process.env.NODE_ENV!=="production"&&console.error("MUI: Unable to set focus to a MenuItem whose component has not been rendered."))},[s]);const w={...o,dense:v.dense,divider:l,disableGutters:c},I=eR(o),S=kt(x,n),{root:T,...E}=I;let M;return o.disabled||(M=m!==void 0?m:-1),h.jsx(zn.Provider,{value:v,children:h.jsx(tR,{ref:S,role:d,tabIndex:M,component:i,focusVisibleClassName:de(I.focusVisible,u),className:de(I.root,g),...p,ownerState:w,classes:E})})});process.env.NODE_ENV!=="production"&&(Mc.propTypes={autoFocus:r.bool,children:r.node,classes:r.object,className:r.string,component:r.elementType,dense:r.bool,disabled:r.bool,disableGutters:r.bool,divider:r.bool,focusVisibleClassName:r.string,role:r.string,selected:r.bool,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),tabIndex:r.number});function nR(e){return Ye("MuiDigitalClock",e)}tt("MuiDigitalClock",["root","list","item"]);const oR=["ampm","timeStep","autoFocus","slots","slotProps","value","defaultValue","referenceDate","disableIgnoringDatePartForTimeValidation","maxTime","minTime","disableFuture","disablePast","minutesStep","shouldDisableTime","onChange","view","openTo","onViewChange","focusedView","onFocusedViewChange","className","classes","disabled","readOnly","views","skipDisabled","timezone"],rR=e=>Fe({root:["root"],list:["list"],item:["item"]},nR,e),sR=ne(ea,{name:"MuiDigitalClock",slot:"Root"})({overflowY:"auto",width:"100%",scrollbarWidth:"thin","@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"auto"},maxHeight:Dm,variants:[{props:{hasDigitalClockAlreadyBeenRendered:!0},style:{"@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"smooth"}}}]}),iR=ne(Pc,{name:"MuiDigitalClock",slot:"List"})({padding:0}),aR=ne(Mc,{name:"MuiDigitalClock",slot:"Item",shouldForwardProp:e=>e!=="itemValue"&&e!=="formattedValue"})(({theme:e})=>({padding:"8px 16px",margin:"2px 4px","&:first-of-type":{marginTop:4},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.hoverOpacity)},"&.Mui-selected":{backgroundColor:(e.vars||e).palette.primary.main,color:(e.vars||e).palette.primary.contrastText,"&:focus-visible, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}},"&.Mui-focusVisible":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.focusOpacity)}})),Rc=C.forwardRef(function(t,n){const o=Re(),s=C.useRef(null),i=Tt(n,s),a=C.useRef(null),l=C.useRef(null),c=ke({props:t,name:"MuiDigitalClock"}),{ampm:u=o.is12HourCycleInCurrentLocale(),timeStep:d=30,autoFocus:m,slots:g,slotProps:p,value:b,defaultValue:f,referenceDate:v,disableIgnoringDatePartForTimeValidation:x=!1,maxTime:w,minTime:I,disableFuture:S,disablePast:T,minutesStep:E=1,shouldDisableTime:M,onChange:N,view:$,openTo:V,onViewChange:j,focusedView:y,onFocusedViewChange:D,className:_,classes:O,disabled:k,readOnly:P,views:A=["hours"],skipDisabled:z=!1,timezone:L}=c,B=Ce(c,oR),{value:W,handleValueChange:K,timezone:ee}=to({name:"DigitalClock",timezone:L,value:b,defaultValue:f,referenceDate:v,onChange:N,valueManager:wt}),U=Rt(),Q=To(ee),{ownerState:re}=lt(),Y=R({},re,{hasDigitalClockAlreadyBeenRendered:!!s.current}),F=rR(O),G=(g==null?void 0:g.digitalClockItem)??aR,te=Ve({elementType:G,externalSlotProps:p==null?void 0:p.digitalClockItem,ownerState:Y,className:F.item}),H=kc({value:W,referenceDate:v,adapter:o,props:c,timezone:ee}),le=ge(J=>K(J,"finish","hours")),{setValueAndGoToNextView:X}=hs({view:$,views:A,openTo:V,onViewChange:j,onChange:le,focusedView:y,onFocusedViewChange:D}),ue=ge(J=>{X(J,"finish")});Qt(()=>{if(s.current===null)return;const J=s.current.querySelector('[role="listbox"] [role="option"][tabindex="0"], [role="listbox"] [role="option"][aria-selected="true"]');if(!J)return;const ce=J.offsetTop;(m||y)&&J!==l.current&&(l.current=J,J.focus()),s.current.scrollTop=ce-4});const pe=C.useCallback(J=>{const ce=as(x,o),se=()=>!(I&&ce(I,J)||w&&ce(J,w)||S&&ce(J,Q)||T&&ce(Q,J)),ve=()=>o.getMinutes(J)%E!==0?!1:M?!M(J,"hours"):!0;return!se()||!ve()},[x,o,I,w,S,Q,T,E,M]),ae=C.useMemo(()=>{const J=[];let se=o.startOfDay(H);for(;o.isSameDay(H,se);)J.push(se),se=o.addMinutes(se,d);return J},[H,d,o]),oe=ae.findIndex(J=>o.isEqual(J,H)),he=J=>{switch(J.key){case"PageUp":{const ce=ri(a.current)-5,se=a.current.children,ve=Math.max(0,ce),xe=se[ve];xe&&xe.focus(),J.preventDefault();break}case"PageDown":{const ce=ri(a.current)+5,se=a.current.children,ve=Math.min(se.length-1,ce),xe=se[ve];xe&&xe.focus(),J.preventDefault();break}}};return h.jsx(sR,R({ref:i,className:de(F.root,_),ownerState:Y},B,{children:h.jsx(iR,{ref:a,role:"listbox","aria-label":U.timePickerToolbarTitle,className:F.list,onKeyDown:he,children:ae.map((J,ce)=>{const se=pe(J);if(z&&se)return null;const ve=o.isEqual(J,W),xe=o.format(J,u?"fullTime12h":"fullTime24h"),Ie=oe===ce||oe===-1&&ce===0?0:-1;return h.jsx(G,R({onClick:()=>!P&&ue(J),selected:ve,disabled:k||se,disableRipple:P,role:"option","aria-disabled":P,"aria-selected":ve,tabIndex:Ie,itemValue:J,formattedValue:xe},te,{children:xe}),`${J.valueOf()}-${xe}`)})})}))});process.env.NODE_ENV!=="production"&&(Rc.displayName="DigitalClock");process.env.NODE_ENV!=="production"&&(Rc.propTypes={ampm:r.bool,autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,focusedView:r.oneOf(["hours"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,onChange:r.func,onFocusedViewChange:r.func,onViewChange:r.func,openTo:r.oneOf(["hours"]),readOnly:r.bool,referenceDate:r.object,shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timeStep:r.number,timezone:r.string,value:r.object,view:r.oneOf(["hours"]),views:r.arrayOf(r.oneOf(["hours"]))});function lR(e){return Ye("MuiMultiSectionDigitalClock",e)}tt("MuiMultiSectionDigitalClock",["root"]);function cR(e){return Ye("MuiMultiSectionDigitalClockSection",e)}tt("MuiMultiSectionDigitalClockSection",["root","item"]);const uR=["autoFocus","onChange","className","classes","disabled","readOnly","items","active","slots","slotProps","skipDisabled"],dR=e=>Fe({root:["root"],item:["item"]},cR,e),pR=ne(Pc,{name:"MuiMultiSectionDigitalClockSection",slot:"Root"})(({theme:e})=>({maxHeight:Dm,width:56,padding:0,overflow:"hidden",scrollbarWidth:"thin","@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"auto"},"@media (pointer: fine)":{"&:hover":{overflowY:"auto"}},"@media (pointer: none), (pointer: coarse)":{overflowY:"auto"},"&:not(:first-of-type)":{borderLeft:`1px solid ${(e.vars||e).palette.divider}`},variants:[{props:{hasDigitalClockAlreadyBeenRendered:!0},style:{"@media (prefers-reduced-motion: no-preference)":{scrollBehavior:"smooth"}}}]})),fR=ne(Mc,{name:"MuiMultiSectionDigitalClockSection",slot:"Item"})(({theme:e})=>({padding:8,margin:"2px 4px",width:xI,justifyContent:"center","&:first-of-type":{marginTop:4},"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.hoverOpacity)},"&.Mui-selected":{backgroundColor:(e.vars||e).palette.primary.main,color:(e.vars||e).palette.primary.contrastText,"&:focus-visible, &:hover":{backgroundColor:(e.vars||e).palette.primary.dark}},"&.Mui-focusVisible":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.focusOpacity)}})),mg=C.forwardRef(function(t,n){const o=C.useRef(null),s=Tt(n,o),i=C.useRef(null),a=C.useRef(!1),l=ke({props:t,name:"MuiMultiSectionDigitalClockSection"}),{autoFocus:c,onChange:u,className:d,classes:m,disabled:g,readOnly:p,items:b,active:f,slots:v,slotProps:x,skipDisabled:w}=l,I=Ce(l,uR),{ownerState:S}=lt(),T=R({},S,{hasDigitalClockAlreadyBeenRendered:!!o.current}),E=dR(m),M=(v==null?void 0:v.digitalClockSectionItem)??fR;Qt(()=>{if(o.current===null)return;const j=o.current.querySelector('[role="option"][tabindex="0"], [role="option"][aria-selected="true"]');if(!j)return;const y=document.activeElement,D=i.current===j,_=!!y&&o.current.contains(y),O=D&&a.current;if(f&&c&&(!D||O)&&(i.current==null||a.current||_)&&(i.current=j,a.current=!1,j.focus()),D)return;const k=j.offsetTop,P=j.offsetHeight,A=o.current.clientHeight,z=o.current.scrollHeight,L=k-A/2+P/2,B=z-A,W=Math.min(L,B);o.current.scrollTop=Math.max(0,W)});const N=ge(j=>{const y=j.relatedTarget,D=y==null?void 0:y.parentElement,_=y==null?void 0:y.getAttribute("role"),O=(D==null?void 0:D.nodeName)==="UL"&&D!==o.current||_==="gridcell";a.current=O,i.current&&(D==null?void 0:D.nodeName)==="UL"&&D!==o.current&&(i.current=null)});C.useEffect(()=>{f||(i.current=null)},[f]);const $=b.findIndex(j=>j.isFocused(j.value)),V=ge(j=>{switch(j.key){case"Tab":{a.current=!0;break}case"PageUp":{const y=ri(o.current)-5,D=o.current.children,_=Math.max(0,y),O=D[_];O&&O.focus(),j.preventDefault();break}case"PageDown":{const y=ri(o.current)+5,D=o.current.children,_=Math.min(D.length-1,y),O=D[_];O&&O.focus(),j.preventDefault();break}}});return h.jsx(pR,R({ref:s,className:de(E.root,d),ownerState:T,role:"listbox",onKeyDown:V,onBlur:N},I,{children:b.map((j,y)=>{var P;const D=(P=j.isDisabled)==null?void 0:P.call(j,j.value),_=g||D;if(w&&_)return null;const O=j.isSelected(j.value),k=$===y||$===-1&&y===0?0:-1;return h.jsx(M,R({onClick:()=>!p&&u(j.value),selected:O,disabled:_,disableRipple:p,role:"option","aria-disabled":p||_||void 0,"aria-label":j.ariaLabel,"aria-selected":O,tabIndex:k,className:E.item},x==null?void 0:x.digitalClockSectionItem,{children:j.label}),j.label)})}))});process.env.NODE_ENV!=="production"&&(mg.displayName="MultiSectionDigitalClockSection");const mR=({now:e,value:t,adapter:n,ampm:o,isDisabled:s,resolveAriaLabel:i,timeStep:a,valueOrReferenceDate:l})=>{const c=t?n.getHours(t):null,u=[],d=(b,f)=>{const v=f??c;return v===null?!1:o?b===12?v===12||v===0:v===b||v-12===b:v===b},m=b=>d(b,n.getHours(l)),g=n.setDate(n.setMonth(n.startOfDay(e),0),15),p=o?11:23;for(let b=0;b<=p;b+=a){let f=n.format(n.setHours(g,b),o?"hours12h":"hours24h");const v=i(parseInt(f,10).toString());f=n.formatNumber(f),u.push({value:b,label:f,isSelected:d,isDisabled:s,isFocused:m,ariaLabel:v})}return u},cp=({value:e,adapter:t,isDisabled:n,timeStep:o,resolveLabel:s,resolveAriaLabel:i,hasValue:a=!0})=>{const l=u=>e===null?!1:a&&e===u,c=u=>e===u;return[...Array.from({length:Math.ceil(60/o)},(u,d)=>{const m=o*d;return{value:m,label:t.formatNumber(s(m)),isDisabled:n,isSelected:l,isFocused:c,ariaLabel:i(m.toString())}})]},hR=["ampm","timeSteps","autoFocus","slots","slotProps","value","defaultValue","referenceDate","disableIgnoringDatePartForTimeValidation","maxTime","minTime","disableFuture","disablePast","minutesStep","shouldDisableTime","onChange","view","views","openTo","onViewChange","focusedView","onFocusedViewChange","className","classes","disabled","readOnly","skipDisabled","timezone"],gR=e=>Fe({root:["root"]},lR,e),bR=ne(ea,{name:"MuiMultiSectionDigitalClock",slot:"Root"})(({theme:e})=>({flexDirection:"row",width:"100%",borderBottom:`1px solid ${(e.vars||e).palette.divider}`})),Nc=C.forwardRef(function(t,n){const o=Re(),s=un(),i=ke({props:t,name:"MuiMultiSectionDigitalClock"}),{ampm:a=o.is12HourCycleInCurrentLocale(),timeSteps:l,autoFocus:c,slots:u,slotProps:d,value:m,defaultValue:g,referenceDate:p,disableIgnoringDatePartForTimeValidation:b=!1,maxTime:f,minTime:v,disableFuture:x,disablePast:w,minutesStep:I=1,shouldDisableTime:S,onChange:T,view:E,views:M=["hours","minutes"],openTo:N,onViewChange:$,focusedView:V,onFocusedViewChange:j,className:y,classes:D,disabled:_,readOnly:O,skipDisabled:k=!1,timezone:P}=i,A=Ce(i,hR),{value:z,handleValueChange:L,timezone:B}=to({name:"MultiSectionDigitalClock",timezone:P,value:m,defaultValue:g,referenceDate:p,onChange:T,valueManager:wt}),W=Rt(),K=To(B),ee=C.useMemo(()=>R({hours:1,minutes:5,seconds:5},l),[l]),U=kc({value:z,referenceDate:p,adapter:o,props:i,timezone:B}),Q=ge((J,ce,se)=>L(J,ce,se)),re=C.useMemo(()=>!a||!M.includes("hours")||M.includes("meridiem")?M:[...M,"meridiem"],[a,M]),{view:Y,setValueAndGoToNextView:F,focusedView:G}=hs({view:E,views:re,openTo:N,onViewChange:$,onChange:Q,focusedView:V,onFocusedViewChange:j}),te=ge(J=>{F(J,"finish","meridiem")}),{meridiemMode:H,handleMeridiemChange:le}=lc(U,a,te,"finish"),X=C.useCallback((J,ce)=>{const se=as(b,o),ve=ce==="hours"||ce==="minutes"&&re.includes("seconds"),xe=({start:Ie,end:_e})=>!(v&&se(v,_e)||f&&se(Ie,f)||x&&se(Ie,K)||w&&se(K,ve?_e:Ie)),Se=(Ie,_e=1)=>{if(Ie%_e!==0)return!1;if(S)switch(ce){case"hours":return!S(o.setHours(U,Ie),"hours");case"minutes":return!S(o.setMinutes(U,Ie),"minutes");case"seconds":return!S(o.setSeconds(U,Ie),"seconds");default:return!1}return!0};switch(ce){case"hours":{const Ie=qr(J,H,a),_e=o.setHours(U,Ie);if(o.getHours(_e)!==Ie)return!0;const Ge=o.setSeconds(o.setMinutes(_e,0),0),ct=o.setSeconds(o.setMinutes(_e,59),59);return!xe({start:Ge,end:ct})||!Se(Ie)}case"minutes":{const Ie=o.setMinutes(U,J),_e=o.setSeconds(Ie,0),Ge=o.setSeconds(Ie,59);return!xe({start:_e,end:Ge})||!Se(J,I)}case"seconds":{const Ie=o.setSeconds(U,J);return!xe({start:Ie,end:Ie})||!Se(J)}default:throw new Error("not supported")}},[a,U,b,f,H,v,I,S,o,x,w,K,re]),ue=C.useCallback(J=>{switch(J){case"hours":return{onChange:ce=>{const se=qr(ce,H,a);F(o.setHours(U,se),"finish","hours")},items:mR({now:K,value:z,ampm:a,adapter:o,isDisabled:ce=>X(ce,"hours"),timeStep:ee.hours,resolveAriaLabel:W.hoursClockNumberText,valueOrReferenceDate:U})};case"minutes":return{onChange:ce=>{F(o.setMinutes(U,ce),"finish","minutes")},items:cp({value:o.getMinutes(U),adapter:o,isDisabled:ce=>X(ce,"minutes"),resolveLabel:ce=>o.format(o.setMinutes(K,ce),"minutes"),timeStep:ee.minutes,hasValue:!!z,resolveAriaLabel:W.minutesClockNumberText})};case"seconds":return{onChange:ce=>{F(o.setSeconds(U,ce),"finish","seconds")},items:cp({value:o.getSeconds(U),adapter:o,isDisabled:ce=>X(ce,"seconds"),resolveLabel:ce=>o.format(o.setSeconds(K,ce),"seconds"),timeStep:ee.seconds,hasValue:!!z,resolveAriaLabel:W.secondsClockNumberText})};case"meridiem":{const ce=Bn(o,"am"),se=Bn(o,"pm");return{onChange:le,items:[{value:"am",label:ce,isSelected:()=>!!z&&H==="am",isFocused:()=>!!U&&H==="am",ariaLabel:ce},{value:"pm",label:se,isSelected:()=>!!z&&H==="pm",isFocused:()=>!!U&&H==="pm",ariaLabel:se}]}}default:throw new Error(process.env.NODE_ENV!=="production"?`MUI X Date Pickers: Unknown view "${J}" found in MultiSectionDigitalClock. This view is not supported by the component. Use valid view values: "hours", "minutes", "seconds", or "meridiem".`:Ae(144,J))}},[K,z,a,o,ee.hours,ee.minutes,ee.seconds,W.hoursClockNumberText,W.minutesClockNumberText,W.secondsClockNumberText,H,F,U,X,le]),pe=C.useMemo(()=>{if(!s)return re;const J=re.filter(ce=>ce!=="meridiem");return J.reverse(),re.includes("meridiem")&&J.push("meridiem"),J},[s,re]),ae=C.useMemo(()=>re.reduce((J,ce)=>R({},J,{[ce]:ue(ce)}),{}),[re,ue]),{ownerState:oe}=lt(),he=gR(D);return h.jsx(bR,R({ref:n,className:de(he.root,y),ownerState:oe,role:"group"},A,{children:pe.map(J=>h.jsx(mg,{items:ae[J].items,onChange:ae[J].onChange,active:Y===J,autoFocus:c||G===J,disabled:_,readOnly:O,slots:u,slotProps:d,skipDisabled:k,"aria-label":W.selectViewText(J)},J))}))});process.env.NODE_ENV!=="production"&&(Nc.displayName="MultiSectionDigitalClock");process.env.NODE_ENV!=="production"&&(Nc.propTypes={ampm:r.bool,autoFocus:r.bool,classes:r.object,className:r.string,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disablePast:r.bool,focusedView:r.oneOf(["hours","meridiem","minutes","seconds"]),maxTime:r.object,minTime:r.object,minutesStep:r.number,onChange:r.func,onFocusedViewChange:r.func,onViewChange:r.func,openTo:r.oneOf(["hours","meridiem","minutes","seconds"]),readOnly:r.bool,referenceDate:r.object,shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timeSteps:r.shape({hours:r.number,minutes:r.number,seconds:r.number}),timezone:r.string,value:r.object,view:r.oneOf(["hours","meridiem","minutes","seconds"]),views:r.arrayOf(r.oneOf(["hours","meridiem","minutes","seconds"]).isRequired)});const qs=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:o,views:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,ampmInClock:w,slots:I,slotProps:S,readOnly:T,disabled:E,sx:M,autoFocus:N,showViewSwitcher:$,disableIgnoringDatePartForTimeValidation:V,timezone:j})=>h.jsx(_c,{view:e,onViewChange:t,focusedView:n&&Jo(n)?n:null,onFocusedViewChange:o,views:s.filter(Jo),value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,ampmInClock:w,slots:I,slotProps:S,readOnly:T,disabled:E,sx:M,autoFocus:N,showViewSwitcher:$,disableIgnoringDatePartForTimeValidation:V,timezone:j});process.env.NODE_ENV!=="production"&&(qs.displayName="renderTimeViewClock");const hg=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:o,views:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeSteps:$,skipDisabled:V,timezone:j})=>h.jsx(Rc,{view:e,onViewChange:t,focusedView:n&&Jo(n)?n:null,onFocusedViewChange:o,views:s.filter(Jo),value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeStep:$==null?void 0:$.minutes,skipDisabled:V,timezone:j});process.env.NODE_ENV!=="production"&&(hg.displayName="renderDigitalClockTimeView");const Ga=({view:e,onViewChange:t,focusedView:n,onFocusedViewChange:o,views:s,value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeSteps:$,skipDisabled:V,timezone:j})=>h.jsx(Nc,{view:e,onViewChange:t,focusedView:n&&Pf(n)?n:null,onFocusedViewChange:o,views:s.filter(Jo),value:i,defaultValue:a,referenceDate:l,onChange:c,className:u,classes:d,disableFuture:m,disablePast:g,minTime:p,maxTime:b,shouldDisableTime:f,minutesStep:v,ampm:x,slots:w,slotProps:I,readOnly:S,disabled:T,sx:E,autoFocus:M,disableIgnoringDatePartForTimeValidation:N,timeSteps:$,skipDisabled:V,timezone:j});process.env.NODE_ENV!=="production"&&(Ga.displayName="renderMultiSectionDigitalClockTimeView");const yR=(e,t,n)=>n?t.filter(o=>!Pf(o)||o==="hours"):e?[...t,"meridiem"]:t,vR=(e,t)=>1440/((e.hours??1)*(e.minutes??5))<=t;function xR({thresholdToRenderTimeInASingleColumn:e,ampm:t,timeSteps:n,views:o}){const s=e??24,i=R({hours:1,minutes:5,seconds:5},n),a=vR(i,s);return{thresholdToRenderTimeInASingleColumn:s,timeSteps:i,shouldRenderTimeInASingleColumn:a,views:yR(t,o,a)}}const $c=C.forwardRef(function(t,n){var f,v;const o=Re(),s=lg(t,"MuiDesktopTimePicker"),{shouldRenderTimeInASingleColumn:i,views:a,timeSteps:l}=xR(s),c=i?hg:Ga,u=R({hours:c,minutes:c,seconds:c,meridiem:c},s.viewRenderers),d=s.ampmInClock??!0,g=((f=u.hours)==null?void 0:f.name)===Ga.name?a:a.filter(x=>x!=="meridiem"),p=R({},s,{ampmInClock:d,timeSteps:l,viewRenderers:u,format:Mf(o,s),views:i?["hours"]:g,slots:R({field:ra},s.slots),slotProps:R({},s.slotProps,{field:x=>{var w;return R({},Yn((w=s.slotProps)==null?void 0:w.field,x),Ni(s))},toolbar:R({hidden:!0,ampmInClock:d},(v=s.slotProps)==null?void 0:v.toolbar)})}),{renderPicker:b}=Nm({ref:n,props:p,valueManager:wt,valueType:"time",validator:$i,steps:null});return b()});process.env.NODE_ENV!=="production"&&($c.displayName="DesktopTimePicker");process.env.NODE_ENV!=="production"&&($c.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,localeText:r.object,maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,open:r.bool,openTo:r.oneOf(["hours","meridiem","minutes","seconds"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),thresholdToRenderTimeInASingleColumn:r.number,timeSteps:r.shape({hours:r.number,minutes:r.number,seconds:r.number}),timezone:r.string,value:r.object,view:r.oneOf(["hours","meridiem","minutes","seconds"]),viewRenderers:r.shape({hours:r.func,meridiem:r.func,minutes:r.func,seconds:r.func}),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const jc=C.forwardRef(function(t,n){var u;const o=Re(),s=lg(t,"MuiMobileTimePicker"),i=R({hours:qs,minutes:qs,seconds:qs},s.viewRenderers),a=s.ampmInClock??!1,l=R({},s,{ampmInClock:a,viewRenderers:i,format:Mf(o,s),slots:R({field:ra},s.slots),slotProps:R({},s.slotProps,{field:d=>{var m;return R({},Yn((m=s.slotProps)==null?void 0:m.field,d),Ni(s))},toolbar:R({hidden:!1,ampmInClock:a},(u=s.slotProps)==null?void 0:u.toolbar)})}),{renderPicker:c}=uh({ref:n,props:l,valueManager:wt,valueType:"time",validator:$i,steps:null});return c()});process.env.NODE_ENV!=="production"&&(jc.displayName="MobileTimePicker");process.env.NODE_ENV!=="production"&&(jc.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,defaultValue:r.object,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,localeText:r.object,maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,open:r.bool,openTo:r.oneOf(["hours","minutes","seconds"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timezone:r.string,value:r.object,view:r.oneOf(["hours","minutes","seconds"]),viewRenderers:r.shape({hours:r.func,minutes:r.func,seconds:r.func}),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const CR=["desktopModeMediaQuery"],Ac=C.forwardRef(function(t,n){const o=ke({props:t,name:"MuiTimePicker"}),{desktopModeMediaQuery:s=mm}=o,i=Ce(o,CR);return xl(s,{defaultMatches:!0})?h.jsx($c,R({ref:n},i)):h.jsx(jc,R({ref:n},i))});process.env.NODE_ENV!=="production"&&(Ac.displayName="TimePicker");process.env.NODE_ENV!=="production"&&(Ac.propTypes={ampm:r.bool,ampmInClock:r.bool,autoFocus:r.bool,className:r.string,closeOnSelect:r.bool,defaultValue:r.object,desktopModeMediaQuery:r.string,disabled:r.bool,disableFuture:r.bool,disableIgnoringDatePartForTimeValidation:r.bool,disableOpenPicker:r.bool,disablePast:r.bool,format:r.string,formatDensity:r.oneOf(["dense","spacious"]),inputRef:Wt,keepOpenDuringFieldFocus:r.bool,label:r.node,localeText:r.object,maxTime:r.object,minTime:r.object,minutesStep:r.number,name:r.string,onAccept:r.func,onChange:r.func,onClose:r.func,onError:r.func,onOpen:r.func,onSelectedSectionsChange:r.func,onViewChange:r.func,open:r.bool,openTo:r.oneOf(["hours","meridiem","minutes","seconds"]),orientation:r.oneOf(["landscape","portrait"]),readOnly:r.bool,reduceAnimations:r.bool,referenceDate:r.object,selectedSections:r.oneOfType([r.oneOf(["all","day","empty","hours","meridiem","minutes","month","seconds","weekDay","year"]),r.number]),shouldDisableTime:r.func,skipDisabled:r.bool,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),thresholdToRenderTimeInASingleColumn:r.number,timeSteps:r.shape({hours:r.number,minutes:r.number,seconds:r.number}),timezone:r.string,value:r.object,view:r.oneOf(["hours","meridiem","minutes","seconds"]),viewRenderers:r.shape({hours:r.func,meridiem:r.func,minutes:r.func,seconds:r.func}),views:r.arrayOf(r.oneOf(["hours","minutes","seconds"]).isRequired)});const gg=q.forwardRef(function(t,n){const{overStyled:o=!1,disabled:s,data:i,onChange:a,className:l,value:c,defaultValue:u,error:d,...m}=t,g=["size","variant","classes"],p=en(ye(m,o),g),b=p,f=l?`${Je.root} ${l}`:Je.root,v=c??u,x={optionContent:Je.optionContent,optionIcon:Je.optionIcon,optionText:Je.optionText,optionTextWrap:Je.optionTextWrap,optionSupportingText:Je.optionSupportingText},w=mi(i)??[],I=()=>w.map((T,E)=>typeof T=="string"?h.jsx(be.MenuItem,{value:T,className:Je.option,"data-selected":T===v?"true":void 0,children:T},`${T}-${E}`):h.jsx(be.MenuItem,{value:T.value,disabled:T.disabled,className:Je.option,"data-selected":T.value===v?"true":void 0,children:ul(T,x)},`${T.value}-${E}`)),S=T=>{if(T===""||T===void 0||T===null)return"";const E=w.find(M=>typeof M=="string"?M===T:M.value===T);return E?typeof E=="string"?E:E.label:""};return h.jsx(be.Select,{ref:n,...p,disabled:s,value:c,defaultValue:u,onChange:T=>a==null?void 0:a(T.target.value??null),displayEmpty:!0,renderValue:S,error:!!d,className:f,classes:{select:Je.input,icon:Je.icon},MenuProps:{classes:{paper:Je.dropdown}},"data-disabled":s?"true":void 0,"data-error":d?"true":void 0,inputProps:{"data-disabled":s?"true":void 0,"data-error":d?"true":void 0,...b.inputProps},children:I()})});gg.displayName="BareDropdown";const SR="TimePicker-module__layoutOverride___zKo4Q",wR="TimePicker-module__root___BcvRu",TR="TimePicker-module__field___lOxtw",IR="TimePicker-module__amPmSelect___mSdvt",Tr={layoutOverride:SR,root:wR,field:TR,amPmSelect:IR};yt.extend(Of);const bg="HH:mm:ss",yg="HH:mm",ER=[{value:"AM",label:"AM"},{value:"PM",label:"PM"}];function zo(e){if(!e)return;const t=e.length>5?bg:yg;return yt(e,t)}function OR(e){const t=zo(e);return t?t.format(e&&e.length>5?"h:mm:ss A":"h:mm A"):e}const vg=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,className:v,style:x,disabled:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,value:E,defaultValue:M,onChange:N,withSeconds:$,minTime:V,maxTime:j,...y}=t,D=ye(y,o),[_,O]=q.useState(()=>zo(E)??zo(M)??null);q.useEffect(()=>{E!==void 0&&O(zo(E)??null)},[E]);const k=_?_.hour()>=12:!1,P=v?`${Tr.layoutOverride} ${v}`:Tr.layoutOverride,A=B=>{O(B),N==null||N(B?B.format($?bg:yg):null)},z=B=>{A(B)},L=B=>{if(!_||!B)return;const W=B==="PM",K=_.hour(),ee=K>=12;if(W===ee)return;const U=W?K+12:K-12;A(_.hour(U))};return h.jsx(zt,{ref:n,className:P,style:x,controlMaxWidth:void 0,controlMinWidth:void 0,overStyled:o,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,onLabelEditClick:u,label:d,assistiveText:m,assistiveWithIcon:g,error:p,required:b,id:f,readOnly:I,readOnlyComponent:S,emptyValueComponent:T||void 0,readOnlyType:"text",readOnlyValue:OR(E!==void 0?E:M),readOnlyNativeProps:t,activeComponent:h.jsxs("div",{className:Tr.root,"data-error":p?"true":void 0,children:[h.jsx(is,{dateAdapter:kf,children:h.jsx(Ac,{...D,value:_,onChange:z,disabled:w,format:`hh:${$?"mm:ss":"mm"}`,views:$?["hours","minutes","seconds"]:["hours","minutes"],minTime:zo(V),maxTime:zo(j),slots:{openPickerButton:()=>null},slotProps:{field:{className:Tr.field}}})}),h.jsx(gg,{overStyled:!0,className:Tr.amPmSelect,style:{width:"fit-content"},data:ER,value:k?"PM":"AM",onChange:L,disabled:w,error:!!p,"aria-label":"AM or PM"})]})})});vg.displayName="TimePicker";const kR="Timeline-module__root___LwRdZ",_R="Timeline-module__item___T5xdQ",PR="Timeline-module__itemBody___XAV-E",DR="Timeline-module__itemConnector___x8TSg",MR="Timeline-module__itemBullet___rPXCy",RR="Timeline-module__itemTitle___GgRRW",NR="Timeline-module__itemContent___vurs-",$R="Timeline-module__description___f9sxV",jR="Timeline-module__timestamp___owiRu",fn={root:kR,item:_R,itemBody:PR,itemConnector:DR,itemBullet:MR,itemTitle:RR,itemContent:NR,description:$R,timestamp:jR},Lc=q.forwardRef(function({overStyled:t=!1,timestamp:n,bulletVariant:o="default",bullet:s,title:i,children:a,__active:l=!1,__isLast:c=!1,...u},d){const m=ye(u,t),{className:g,...p}=m,b=n?h.jsxs(h.Fragment,{children:[a&&h.jsx("div",{className:fn.description,children:a}),h.jsx("div",{className:fn.timestamp,children:n})]}):a;return h.jsxs(eg,{ref:d,...p,"data-variant":o,"data-active":l||void 0,className:g?`${fn.item} ${g}`:fn.item,children:[h.jsxs(tg,{children:[h.jsx(Jh,{className:fn.itemBullet,children:s}),!c&&h.jsx(Qh,{className:fn.itemConnector})]}),h.jsxs(Zh,{className:fn.itemBody,children:[i&&h.jsx("div",{className:fn.itemTitle,children:i}),h.jsx("div",{className:fn.itemContent,children:b})]})]})});Lc.displayName="TimelineItem";const xg=q.forwardRef(function({overStyled:t=!1,active:n=-1,children:o,...s},i){const a=ye(s,t),l=et({root:fn.root},a.classes),c=q.Children.toArray(o),u=c.map((d,m)=>q.isValidElement(d)?q.cloneElement(d,{__active:n>=m,__isLast:m===c.length-1}):d);return h.jsx(Xh,{ref:i,...a,classes:l,children:u})});xg.displayName="Timeline";const Cg=xg;Cg.Item=Lc;const Sg=q.forwardRef(function({order:t=1,component:n,...o},s){const i=`recursica_brand_typography_h${t}`,a=`h${t}`;return h.jsx(oa,{ref:s,typographyClass:i,component:n||a,...o})});Sg.displayName="Title";const AR="Toast-module__root___MUvfI",LR="Toast-module__icon___VwvE1",VR="Toast-module__title___-H6R2",FR="Toast-module__description___-QwfC",BR="Toast-module__closeButton___vGr7g",zR="Toast-module__body___VLkXA",jo={root:AR,icon:LR,title:VR,description:FR,closeButton:BR,body:zR},WR=()=>h.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:h.jsx("path",{d:"M18 6L6 18M6 6l12 12"})}),wg=q.forwardRef(function({overStyled:t=!1,variant:n="default",withCloseButton:o=!0,title:s,icon:i,children:a,onClose:l,className:c,...u},d){const m=ye(u,t),g=et({root:jo.root,message:jo.body,icon:jo.icon,action:jo.closeButton},m.classes),p=()=>{l&&l()};return h.jsxs(be.Alert,{ref:d,...m,icon:i,"data-variant":n,className:`${c||""}`,classes:g,action:o?h.jsx(be.IconButton,{size:"small","aria-label":"close",color:"inherit",onClick:p,children:h.jsx(WR,{})}):void 0,children:[s&&h.jsx(be.AlertTitle,{className:jo.title,children:s}),h.jsx("div",{className:jo.description,children:a})]})});wg.displayName="Toast";const UR="Tooltip-module__tooltip___UA7H9",HR="Tooltip-module__arrow___4zROk",up={tooltip:UR,arrow:HR},Tg=function({overStyled:t=!1,withBeak:n=!0,label:o,opened:s,...i}){const{title:a,...l}=i,c=ye(l,t),u=et({tooltip:up.tooltip,arrow:up.arrow},c.classes);return h.jsx(be.Tooltip,{...c,title:o||a||"",open:s,placement:"top",arrow:n,classes:u})};Tg.displayName="Tooltip";const qR=Tg,YR="TransferList-module__layoutOverride___nkb32",GR="TransferList-module__root___ikjI7",KR="TransferList-module__panes___dtwkW",XR="TransferList-module__pane___hy-kC",QR="TransferList-module__paneHeader___HZrKX",ZR="TransferList-module__paneSearch___Xji-g",JR="TransferList-module__paneList___v0rcJ",eN="TransferList-module__emptyState___azPw-",tN="TransferList-module__transferColumn___3R2Ki",nN="TransferList-module__chevron___l-KdI",qt={layoutOverride:YR,root:GR,panes:KR,pane:XR,paneHeader:QR,paneSearch:ZR,paneList:JR,emptyState:eN,transferColumn:tN,chevron:nN};function dp({direction:e}){return h.jsx("svg",{className:qt.chevron,"data-direction":e,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:h.jsx("path",{d:"M6 3l5 5-5 5"})})}function pp({direction:e}){return h.jsx("svg",{className:qt.chevron,"data-direction":e,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:h.jsx("path",{d:"M3 3l5 5-5 5M9 3l5 5-5 5"})})}function oN(e){const t={},n=[];return e.forEach(o=>{var s;o.group?(t[s=o.group]??(t[s]=[])).push(o):n.push(o)}),{groups:t,ungrouped:n}}const Ig=q.forwardRef(function(t,n){const{overStyled:o=!1,formLayout:s="stacked",labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,description:p,helperText:b,assistiveWithIcon:f,error:v,required:x,id:w,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,data:E,defaultData:M,onChange:N,sourceLabel:$="Available",targetLabel:V="Selected",searchable:j=!0,searchPlaceholder:y="Filter items...",disabled:D=!1,className:_,style:O,...k}=t,P=ye(k,o),A=q.useId(),z=w||`recursica-transfer-list-${A}`,[L,B]=q.useState(()=>M??E??[[],[]]),W=E!==void 0?E:L,K=q.useCallback(se=>{E===void 0&&B(se),N==null||N(se)},[E,N]),[ee,U]=q.useState(""),[Q,re]=q.useState(""),[Y,F]=q.useState(()=>new Set),[G,te]=q.useState(()=>new Set),H=q.useMemo(()=>{if(!ee)return W[0];const se=ee.toLowerCase();return W[0].filter(ve=>ve.label.toLowerCase().includes(se))},[W,ee]),le=q.useMemo(()=>{if(!Q)return W[1];const se=Q.toLowerCase();return W[1].filter(ve=>ve.label.toLowerCase().includes(se))},[W,Q]),X=q.useCallback(()=>{if(Y.size===0)return;const se=W[0].filter(xe=>!Y.has(xe.value)),ve=W[0].filter(xe=>Y.has(xe.value));F(new Set),K([se,[...W[1],...ve]])},[W,Y,K]),ue=q.useCallback(()=>{if(G.size===0)return;const se=W[1].filter(xe=>!G.has(xe.value)),ve=W[1].filter(xe=>G.has(xe.value));te(new Set),K([[...W[0],...ve],se])},[W,G,K]),pe=q.useCallback(()=>{W[0].length!==0&&(F(new Set),K([[],[...W[1],...W[0]]]))},[W,K]),ae=q.useCallback(()=>{W[1].length!==0&&(te(new Set),K([[...W[0],...W[1]],[]]))},[W,K]),oe=q.useCallback(se=>{F(ve=>{const xe=new Set(ve);return xe.has(se)?xe.delete(se):xe.add(se),xe})},[]),he=q.useCallback(se=>{te(ve=>{const xe=new Set(ve);return xe.has(se)?xe.delete(se):xe.add(se),xe})},[]),J=(se,ve,xe,Se,Ie,_e,Ge,ct)=>{const{groups:It,ungrouped:we}=oN(xe),nt=Object.keys(It).sort(),ze=Ie.size>0?`${Ie.size} / ${Se.length}`:`${Se.length}`;return h.jsxs("div",{className:qt.pane,"data-pane":se,children:[h.jsxs("div",{className:qt.paneHeader,children:[h.jsx("span",{children:ve}),h.jsx(Hp,{children:ze})]}),j&&h.jsx("div",{className:qt.paneSearch,children:h.jsx(Ec,{value:Ge,onChange:Be=>ct(Be.currentTarget.value),placeholder:y,disabled:D,"aria-label":`Filter ${ve.toLowerCase()}`})}),h.jsxs("div",{className:qt.paneList,children:[xe.length===0&&h.jsx("div",{className:qt.emptyState,children:"No items"}),we.length>0&&h.jsx(Fr,{children:we.map(Be=>h.jsx(Br,{id:`${z}-${se}-${Be.value}`,label:Be.label,checked:Ie.has(Be.value),onChange:()=>_e(Be.value),disabled:D},Be.value))}),nt.map(Be=>h.jsx(Fr,{label:Be,labelSize:"small",children:It[Be].map(Oe=>h.jsx(Br,{id:`${z}-${se}-${Oe.value}`,label:Oe.label,checked:Ie.has(Oe.value),onChange:()=>_e(Oe.value),disabled:D},Oe.value))},Be))]})]})},ce=_?`${qt.layoutOverride} ${_}`:qt.layoutOverride;return h.jsx(zt,{ref:n,formLayout:s,labelSize:i,labelAlignment:a,labelOptionalText:l,labelWithEditIcon:c,labelActionArea:u,onLabelEditClick:d,label:m,assistiveText:g,description:p,helperText:b,assistiveWithIcon:f,error:v,required:x,disabled:D,id:z,className:ce,style:O,readOnly:I,readOnlyComponent:S,emptyValueComponent:T,readOnlyType:"text",readOnlyValue:W[1].map(se=>se.label),readOnlyNativeProps:t,activeComponent:h.jsx("div",{...P,className:qt.root,"data-disabled":D?"true":void 0,"data-error":v?"true":void 0,children:h.jsxs("div",{className:qt.panes,children:[J("source",$,H,W[0],Y,oe,ee,U),h.jsxs("div",{className:qt.transferColumn,children:[h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(pp,{direction:"right"}),"aria-label":`Move all to ${V}`,disabled:D||W[0].length===0,onClick:pe}),h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(dp,{direction:"right"}),"aria-label":`Move selected to ${V}`,disabled:D||Y.size===0,onClick:X}),h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(dp,{direction:"left"}),"aria-label":`Move selected to ${$}`,disabled:D||G.size===0,onClick:ue}),h.jsx(On,{variant:"outline",size:"small",icon:h.jsx(pp,{direction:"left"}),"aria-label":`Move all to ${$}`,disabled:D||W[1].length===0,onClick:ae})]}),J("target",V,le,W[1],G,he,Q,re)]})})})});Ig.displayName="TransferList";const fp={};function Eg(e,t){const n=C.useRef(fp);return n.current===fp&&(n.current=e(t)),n}function Ka(e,t,n,o){const s=Eg(rN).current;return sN(s,e,t,n,o)&&iN(s,[e,t,n,o]),s.callback}function rN(){return{callback:null,cleanup:null,refs:[]}}function sN(e,t,n,o,s){return e.refs[0]!==t||e.refs[1]!==n||e.refs[2]!==o||e.refs[3]!==s}function iN(e,t){if(e.refs=t,t.every(n=>n==null)){e.callback=null;return}e.callback=n=>{if(e.cleanup&&(e.cleanup(),e.cleanup=null),n!=null){const o=Array(t.length).fill(null);for(let s=0;s<t.length;s+=1){const i=t[s];if(i!=null)switch(typeof i){case"function":{const a=i(n);typeof a=="function"&&(o[s]=a);break}case"object":{i.current=n;break}}}e.cleanup=()=>{for(let s=0;s<t.length;s+=1){const i=t[s];if(i!=null)switch(typeof i){case"function":{const a=o[s];typeof a=="function"?a():i(null);break}case"object":{i.current=null;break}}}}}}}var aN=(e,t,n)=>{if(t.length===1&&t[0]===n){let o=!1;try{const s={};e(s)===s&&(o=!0)}catch{}if(o){let s;try{throw new Error}catch(i){({stack:s}=i)}console.warn(`The result function returned its own inputs without modification. e.g
|
|
222
222
|
\`createSelector([state => state.todos], todos => todos)\`
|
|
223
223
|
This could lead to inefficient memoization and unnecessary re-renders.
|
|
224
|
-
Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:s})}}},
|
|
224
|
+
Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:s})}}},lN=(e,t,n)=>{const{memoize:o,memoizeOptions:s}=t,{inputSelectorResults:i,inputSelectorResultsCopy:a}=e,l=o(()=>({}),...s);if(!(l.apply(null,i)===l.apply(null,a))){let u;try{throw new Error}catch(d){({stack:u}=d)}console.warn(`An input selector returned a different result when passed same arguments.
|
|
225
225
|
This means your output selector will likely run more frequently than intended.
|
|
226
226
|
Avoid returning a new reference inside your input selector, e.g.
|
|
227
|
-
\`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:n,firstInputs:i,secondInputs:a,stack:u})}},
|
|
227
|
+
\`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:n,firstInputs:i,secondInputs:a,stack:u})}},cN={inputStabilityCheck:"once",identityFunctionCheck:"once"},ci=Symbol("NOT_FOUND");function uN(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function dN(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(n=>typeof n=="function")){const n=e.map(o=>typeof o=="function"?`function ${o.name||"unnamed"}()`:typeof o).join(", ");throw new TypeError(`${t}[${n}]`)}}var mp=e=>Array.isArray(e)?e:[e];function pN(e){const t=Array.isArray(e[0])?e[0]:e;return dN(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function hp(e,t){const n=[],{length:o}=e;for(let s=0;s<o;s++)n.push(e[s].apply(null,t));return n}var fN=(e,t)=>{const{identityFunctionCheck:n,inputStabilityCheck:o}={...cN,...t};return{identityFunctionCheck:{shouldRun:n==="always"||n==="once"&&e,run:aN},inputStabilityCheck:{shouldRun:o==="always"||o==="once"&&e,run:lN}}};function mN(e){let t;return{get(n){return t&&e(t.key,n)?t.value:ci},put(n,o){t={key:n,value:o}},getEntries(){return t?[t]:[]},clear(){t=void 0}}}function hN(e,t){let n=[];function o(l){const c=n.findIndex(u=>t(l,u.key));if(c>-1){const u=n[c];return c>0&&(n.splice(c,1),n.unshift(u)),u.value}return ci}function s(l,c){o(l)===ci&&(n.unshift({key:l,value:c}),n.length>e&&n.pop())}function i(){return n}function a(){n=[]}return{get:o,put:s,getEntries:i,clear:a}}var gN=(e,t)=>e===t;function bN(e){return function(n,o){if(n===null||o===null||n.length!==o.length)return!1;const{length:s}=n;for(let i=0;i<s;i++)if(!e(n[i],o[i]))return!1;return!0}}function yN(e,t){const n=typeof t=="object"?t:{equalityCheck:t},{equalityCheck:o=gN,maxSize:s=1,resultEqualityCheck:i}=n,a=bN(o);let l=0;const c=s<=1?mN(a):hN(s,a);function u(){let d=c.get(arguments);if(d===ci){if(d=e.apply(null,arguments),l++,i){const g=c.getEntries().find(p=>i(p.value,d));g&&(d=g.value,l!==0&&l--)}c.put(arguments,d)}return d}return u.clearCache=()=>{c.clear(),u.resetResultsCount()},u.resultsCount=()=>l,u.resetResultsCount=()=>{l=0},u}var vN=class{constructor(e){this.value=e}deref(){return this.value}},xN=()=>typeof WeakRef>"u"?vN:WeakRef,Og=xN(),CN=0,gp=1;function Rs(){return{s:CN,v:void 0,o:null,p:null}}function SN(e){return e instanceof Og?e.deref():e}function wN(e,t={}){let n=Rs();const{resultEqualityCheck:o}=t;let s,i=0;function a(){let l=n;const{length:c}=arguments;for(let m=0,g=c;m<g;m++){const p=arguments[m];if(typeof p=="function"||typeof p=="object"&&p!==null){let b=l.o;b===null&&(l.o=b=new WeakMap);const f=b.get(p);f===void 0?(l=Rs(),b.set(p,l)):l=f}else{let b=l.p;b===null&&(l.p=b=new Map);const f=b.get(p);f===void 0?(l=Rs(),b.set(p,l)):l=f}}const u=l;let d;if(l.s===gp)d=l.v;else if(d=e.apply(null,arguments),i++,o){const m=SN(s);m!=null&&o(m,d)&&(d=m,i!==0&&i--),s=typeof d=="object"&&d!==null||typeof d=="function"?new Og(d):d}return u.s=gp,u.v=d,d}return a.clearCache=()=>{n=Rs(),a.resetResultsCount()},a.resultsCount=()=>i,a.resetResultsCount=()=>{i=0},a}function TN(e,...t){const n=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,o=(...s)=>{let i=0,a=0,l,c={},u=s.pop();typeof u=="object"&&(c=u,u=s.pop()),uN(u,`createSelector expects an output function after the inputs, but received: [${typeof u}]`);const d={...n,...c},{memoize:m,memoizeOptions:g=[],argsMemoize:p=wN,argsMemoizeOptions:b=[]}=d,f=mp(g),v=mp(b),x=pN(s),w=m(function(){return i++,u.apply(null,arguments)},...f);let I=!0;const S=p(function(){a++;const E=hp(x,arguments);if(l=w.apply(null,E),process.env.NODE_ENV!=="production"){const{devModeChecks:M={}}=d,{identityFunctionCheck:N,inputStabilityCheck:$}=fN(I,M);if(N.shouldRun&&N.run(u,E,l),$.shouldRun){const V=hp(x,arguments);$.run({inputSelectorResults:E,inputSelectorResultsCopy:V},{memoize:m,memoizeOptions:f},arguments)}I&&(I=!1)}return l},...v);return Object.assign(S,{resultFunc:u,memoizedResultFunc:w,dependencies:x,dependencyRecomputations:()=>a,resetDependencyRecomputations:()=>{a=0},lastResult:()=>l,recomputations:()=>i,resetRecomputations:()=>{i=0},memoize:m,argsMemoize:p})};return Object.assign(o,{withTypes:()=>o}),o}const IN=TN({memoize:yN,memoizeOptions:{maxSize:1,equalityCheck:Object.is}}),De=(e,t,n,o,s,i,a,l,...c)=>{if(c.length>0)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Unsupported number of selectors. The createSelector function supports up to 8 input selectors. Consider combining selectors or restructuring your selector logic.":Ae(179));let u;if(e&&t&&n&&o)u=(d,m,g,p)=>{const b=e(d,m,g,p),f=t(d,m,g,p),v=n(d,m,g,p);return o(b,f,v,m,g,p)};else if(e&&t&&n)u=(d,m,g,p)=>{const b=e(d,m,g,p),f=t(d,m,g,p);return n(b,f,m,g,p)};else if(e&&t)u=(d,m,g,p)=>{const b=e(d,m,g,p);return t(b,m,g,p)};else if(e)u=e;else throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Missing arguments for createSelector. At least one selector function is required. Provide one or more selector functions as arguments.":Ae(180));return u},EN=e=>(...t)=>{const n=new WeakMap;let o=1;const s=t[t.length-1],i=t.length-1||1,a=Math.max(s.length-i,0);if(a>3)throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Unsupported number of arguments for selector combiner. The combiner function supports up to 3 additional arguments beyond the selector outputs. Consider restructuring your selector to use fewer arguments.":Ae(181));return(c,u,d,m)=>{let g=c.__cacheKey__;g||(g={id:o},c.__cacheKey__=g,o+=1);let p=n.get(g);if(!p){const b=t.length===1?[x=>x,s]:t;let f=t;const v=[void 0,void 0,void 0];switch(a){case 0:break;case 1:{f=[...b.slice(0,-1),()=>v[0],s];break}case 2:{f=[...b.slice(0,-1),()=>v[0],()=>v[1],s];break}case 3:{f=[...b.slice(0,-1),()=>v[0],()=>v[1],()=>v[2],s];break}default:throw new Error(process.env.NODE_ENV!=="production"?"MUI X: Unsupported number of arguments for selector. The memoized selector supports up to 3 additional arguments. Consider restructuring your selector to use fewer arguments.":Ae(182))}p=IN(...f),p.selectorArgs=v,n.set(g,p)}switch(a){case 3:p.selectorArgs[2]=m;case 2:p.selectorArgs[1]=d;case 1:p.selectorArgs[0]=u}switch(a){case 0:return p(c);case 1:return p(c,u);case 2:return p(c,u,d);case 3:return p(c,u,d,m);default:throw new Error("unreachable")}}},bs=EN();var Ns={exports:{}},wa={};/**
|
|
228
228
|
* @license React
|
|
229
229
|
* use-sync-external-store-shim.production.js
|
|
230
230
|
*
|
|
@@ -232,7 +232,7 @@ Avoid returning a new reference inside your input selector, e.g.
|
|
|
232
232
|
*
|
|
233
233
|
* This source code is licensed under the MIT license found in the
|
|
234
234
|
* LICENSE file in the root directory of this source tree.
|
|
235
|
-
*/var
|
|
235
|
+
*/var bp;function ON(){if(bp)return wa;bp=1;var e=q;function t(m,g){return m===g&&(m!==0||1/m===1/g)||m!==m&&g!==g}var n=typeof Object.is=="function"?Object.is:t,o=e.useState,s=e.useEffect,i=e.useLayoutEffect,a=e.useDebugValue;function l(m,g){var p=g(),b=o({inst:{value:p,getSnapshot:g}}),f=b[0].inst,v=b[1];return i(function(){f.value=p,f.getSnapshot=g,c(f)&&v({inst:f})},[m,p,g]),s(function(){return c(f)&&v({inst:f}),m(function(){c(f)&&v({inst:f})})},[m]),a(p),p}function c(m){var g=m.getSnapshot;m=m.value;try{var p=g();return!n(m,p)}catch{return!0}}function u(m,g){return g()}var d=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?u:l;return wa.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:d,wa}var Ta={};/**
|
|
236
236
|
* @license React
|
|
237
237
|
* use-sync-external-store-shim.development.js
|
|
238
238
|
*
|
|
@@ -240,7 +240,7 @@ Avoid returning a new reference inside your input selector, e.g.
|
|
|
240
240
|
*
|
|
241
241
|
* This source code is licensed under the MIT license found in the
|
|
242
242
|
* LICENSE file in the root directory of this source tree.
|
|
243
|
-
*/var
|
|
243
|
+
*/var yp;function kN(){return yp||(yp=1,process.env.NODE_ENV!=="production"&&(function(){function e(p,b){return p===b&&(p!==0||1/p===1/b)||p!==p&&b!==b}function t(p,b){d||s.startTransition===void 0||(d=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var f=b();if(!m){var v=b();i(f,v)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),m=!0)}v=a({inst:{value:f,getSnapshot:b}});var x=v[0].inst,w=v[1];return c(function(){x.value=f,x.getSnapshot=b,n(x)&&w({inst:x})},[p,f,b]),l(function(){return n(x)&&w({inst:x}),p(function(){n(x)&&w({inst:x})})},[p]),u(f),f}function n(p){var b=p.getSnapshot;p=p.value;try{var f=b();return!i(p,f)}catch{return!0}}function o(p,b){return b()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var s=q,i=typeof Object.is=="function"?Object.is:e,a=s.useState,l=s.useEffect,c=s.useLayoutEffect,u=s.useDebugValue,d=!1,m=!1,g=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?o:t;Ta.useSyncExternalStore=s.useSyncExternalStore!==void 0?s.useSyncExternalStore:g,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Ta}var vp;function Vc(){return vp||(vp=1,process.env.NODE_ENV==="production"?Ns.exports=ON():Ns.exports=kN()),Ns.exports}var _N=Vc(),$s={exports:{}},Ia={};/**
|
|
244
244
|
* @license React
|
|
245
245
|
* use-sync-external-store-shim/with-selector.production.js
|
|
246
246
|
*
|
|
@@ -248,7 +248,7 @@ Avoid returning a new reference inside your input selector, e.g.
|
|
|
248
248
|
*
|
|
249
249
|
* This source code is licensed under the MIT license found in the
|
|
250
250
|
* LICENSE file in the root directory of this source tree.
|
|
251
|
-
*/var
|
|
251
|
+
*/var xp;function PN(){if(xp)return Ia;xp=1;var e=q,t=Vc();function n(u,d){return u===d&&(u!==0||1/u===1/d)||u!==u&&d!==d}var o=typeof Object.is=="function"?Object.is:n,s=t.useSyncExternalStore,i=e.useRef,a=e.useEffect,l=e.useMemo,c=e.useDebugValue;return Ia.useSyncExternalStoreWithSelector=function(u,d,m,g,p){var b=i(null);if(b.current===null){var f={hasValue:!1,value:null};b.current=f}else f=b.current;b=l(function(){function x(E){if(!w){if(w=!0,I=E,E=g(E),p!==void 0&&f.hasValue){var M=f.value;if(p(M,E))return S=M}return S=E}if(M=S,o(I,E))return M;var N=g(E);return p!==void 0&&p(M,N)?(I=E,M):(I=E,S=N)}var w=!1,I,S,T=m===void 0?null:m;return[function(){return x(d())},T===null?void 0:function(){return x(T())}]},[d,m,g,p]);var v=s(u,b[0],b[1]);return a(function(){f.hasValue=!0,f.value=v},[v]),c(v),v},Ia}var Ea={};/**
|
|
252
252
|
* @license React
|
|
253
253
|
* use-sync-external-store-shim/with-selector.development.js
|
|
254
254
|
*
|
|
@@ -256,10 +256,10 @@ Avoid returning a new reference inside your input selector, e.g.
|
|
|
256
256
|
*
|
|
257
257
|
* This source code is licensed under the MIT license found in the
|
|
258
258
|
* LICENSE file in the root directory of this source tree.
|
|
259
|
-
*/var Tp;function LN(){return Tp||(Tp=1,process.env.NODE_ENV!=="production"&&(function(){function e(u,d){return u===d&&(u!==0||1/u===1/d)||u!==u&&d!==d}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=q,n=Fc(),o=typeof Object.is=="function"?Object.is:e,s=n.useSyncExternalStore,i=t.useRef,a=t.useEffect,l=t.useMemo,c=t.useDebugValue;Ea.useSyncExternalStoreWithSelector=function(u,d,m,g,p){var b=i(null);if(b.current===null){var f={hasValue:!1,value:null};b.current=f}else f=b.current;b=l(function(){function x(E){if(!w){if(w=!0,I=E,E=g(E),p!==void 0&&f.hasValue){var M=f.value;if(p(M,E))return S=M}return S=E}if(M=S,o(I,E))return M;var N=g(E);return p!==void 0&&p(M,N)?(I=E,M):(I=E,S=N)}var w=!1,I,S,T=m===void 0?null:m;return[function(){return x(d())},T===null?void 0:function(){return x(T())}]},[d,m,g,p]);var v=s(u,b[0],b[1]);return a(function(){f.hasValue=!0,f.value=v},[v]),c(v),v},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Ea}var Ip;function VN(){return Ip||(Ip=1,process.env.NODE_ENV==="production"?$s.exports=AN():$s.exports=LN()),$s.exports}var FN=VN();const BN=parseInt(C.version,10),zN=BN>=19,WN=zN?UN:HN;function je(e,t,n,o,s){return WN(e,t,n,o,s)}function UN(e,t,n,o,s){const i=C.useCallback(()=>t(e.getSnapshot(),n,o,s),[e,t,n,o,s]);return jN.useSyncExternalStore(e.subscribe,i,i)}function HN(e,t,n,o,s){return FN.useSyncExternalStoreWithSelector(e.subscribe,e.getSnapshot,e.getSnapshot,i=>t(i,n,o,s))}class Bc{constructor(t){Z(this,"subscribe",t=>(this.listeners.add(t),()=>{this.listeners.delete(t)}));Z(this,"getSnapshot",()=>this.state);Z(this,"use",(t,n,o,s)=>je(this,t,n,o,s));this.state=t,this.listeners=new Set,this.updateTick=0}static create(t){return new Bc(t)}setState(t){this.state=t,this.updateTick+=1;const n=this.updateTick,o=this.listeners.values();let s;for(;s=o.next(),!s.done;){if(n!==this.updateTick)return;const i=s.value;i(t)}}update(t){for(const n in t)if(!Object.is(this.state[n],t[n])){this.setState(R({},this.state,t));return}}set(t,n){Object.is(this.state[t],n)||this.setState(R({},this.state,{[t]:n}))}}function qN(e){return $e("MuiAlert",e)}const Ep=Me("MuiAlert",["root","action","icon","message","filled","colorSuccess","colorInfo","colorWarning","colorError","filledSuccess","filledInfo","filledWarning","filledError","outlined","outlinedSuccess","outlinedInfo","outlinedWarning","outlinedError","standard","standardSuccess","standardInfo","standardWarning","standardError"]),YN=vt(h.jsx("path",{d:"M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"}),"SuccessOutlined"),GN=vt(h.jsx("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined"),KN=vt(h.jsx("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),"ErrorOutline"),XN=vt(h.jsx("path",{d:"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"}),"InfoOutlined"),QN=vt(h.jsx("path",{d:"M19 6.41L17.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"}),"Close"),ZN=e=>{const{variant:t,color:n,severity:o,classes:s}=e,i={root:["root",`color${fe(n||o)}`,`${t}${fe(n||o)}`,`${t}`],icon:["icon"],message:["message"],action:["action"]};return Le(i,qN,s)},JN=ne(ps,{name:"MuiAlert",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`${n.variant}${fe(n.color||n.severity)}`]]}})(dt(({theme:e})=>{const t=e.palette.mode==="light"?e.darken:e.lighten,n=e.palette.mode==="light"?e.lighten:e.darken;return{...e.typography.body2,backgroundColor:"transparent",display:"flex",padding:"6px 16px",variants:[...Object.entries(e.palette).filter(Pt(["light"])).map(([o])=>({props:{colorSeverity:o,variant:"standard"},style:{color:e.vars?e.vars.palette.Alert[`${o}Color`]:t(e.palette[o].light,.6),backgroundColor:e.vars?e.vars.palette.Alert[`${o}StandardBg`]:n(e.palette[o].light,.9),[`& .${Ep.icon}`]:e.vars?{color:e.vars.palette.Alert[`${o}IconColor`]}:{color:e.palette[o].main}}})),...Object.entries(e.palette).filter(Pt(["light"])).map(([o])=>({props:{colorSeverity:o,variant:"outlined"},style:{color:e.vars?e.vars.palette.Alert[`${o}Color`]:t(e.palette[o].light,.6),border:`1px solid ${(e.vars||e).palette[o].light}`,[`& .${Ep.icon}`]:e.vars?{color:e.vars.palette.Alert[`${o}IconColor`]}:{color:e.palette[o].main}}})),...Object.entries(e.palette).filter(Pt(["dark"])).map(([o])=>({props:{colorSeverity:o,variant:"filled"},style:{fontWeight:e.typography.fontWeightMedium,...e.vars?{color:e.vars.palette.Alert[`${o}FilledColor`],backgroundColor:e.vars.palette.Alert[`${o}FilledBg`]}:{backgroundColor:e.palette.mode==="dark"?e.palette[o].dark:e.palette[o].main,color:e.palette.getContrastText(e.palette[o].main)}}}))]}})),e$=ne("div",{name:"MuiAlert",slot:"Icon"})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),t$=ne("div",{name:"MuiAlert",slot:"Message"})({padding:"8px 0",minWidth:0,overflow:"auto"}),n$=ne("div",{name:"MuiAlert",slot:"Action"})({display:"flex",alignItems:"flex-start",padding:"4px 0 0 16px",marginLeft:"auto",marginRight:-8}),Op={success:h.jsx(YN,{fontSize:"inherit"}),warning:h.jsx(GN,{fontSize:"inherit"}),error:h.jsx(KN,{fontSize:"inherit"}),info:h.jsx(XN,{fontSize:"inherit"})},Mg=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiAlert"}),{action:s,children:i,className:a,closeText:l="Close",color:c,components:u={},componentsProps:d={},icon:m,iconMapping:g=Op,onClose:p,role:b="alert",severity:f="success",slotProps:v={},slots:x={},variant:w="standard",...I}=o,S={...o,color:c,severity:f,variant:w,colorSeverity:c||f},T=ZN(S),E={slots:{closeButton:u.CloseButton,closeIcon:u.CloseIcon,...x},slotProps:{...d,...v}},[M,N]=at("root",{ref:n,shouldForwardComponentProp:!0,className:de(T.root,a),elementType:JN,externalForwardedProps:{...E,...I},ownerState:S,additionalProps:{role:b,elevation:0}}),[$,V]=at("icon",{className:T.icon,elementType:e$,externalForwardedProps:E,ownerState:S}),[j,y]=at("message",{className:T.message,elementType:t$,externalForwardedProps:E,ownerState:S}),[D,_]=at("action",{className:T.action,elementType:n$,externalForwardedProps:E,ownerState:S}),[O,k]=at("closeButton",{elementType:Xn,externalForwardedProps:E,ownerState:S}),[P,A]=at("closeIcon",{elementType:QN,externalForwardedProps:E,ownerState:S});return h.jsxs(M,{...N,children:[m!==!1?h.jsx($,{...V,children:m||g[f]||Op[f]}):null,h.jsx(j,{...y,children:i}),s!=null?h.jsx(D,{..._,children:s}):null,s==null&&p?h.jsx(D,{..._,children:h.jsx(O,{size:"small","aria-label":l,title:l,color:"inherit",onClick:p,...k,children:h.jsx(P,{fontSize:"small",...A})})}):null]})});process.env.NODE_ENV!=="production"&&(Mg.propTypes={action:r.node,children:r.node,classes:r.object,className:r.string,closeText:r.string,color:r.oneOfType([r.oneOf(["error","info","success","warning"]),r.string]),components:r.shape({CloseButton:r.elementType,CloseIcon:r.elementType}),componentsProps:r.shape({closeButton:r.object,closeIcon:r.object}),icon:r.node,iconMapping:r.shape({error:r.node,info:r.node,success:r.node,warning:r.node}),onClose:r.func,role:r.string,severity:r.oneOfType([r.oneOf(["error","info","success","warning"]),r.string]),slotProps:r.shape({action:r.oneOfType([r.func,r.object]),closeButton:r.oneOfType([r.func,r.object]),closeIcon:r.oneOfType([r.func,r.object]),icon:r.oneOfType([r.func,r.object]),message:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({action:r.elementType,closeButton:r.elementType,closeIcon:r.elementType,icon:r.elementType,message:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["filled","outlined","standard"]),r.string])});function Rg(e,t,n=void 0){const o={};for(const s in e){const i=e[s];let a="",l=!0;for(let c=0;c<i.length;c+=1){const u=i[c];u&&(a+=(l===!0?"":" ")+t(u),l=!1,n&&n[u]&&(a+=" "+n[u]))}o[s]=a}return o}const kp=e=>e,o$=()=>{let e=kp;return{configure(t){e=t},generate(t){return e(t)},reset(){e=kp}}},r$=o$(),s$={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function zc(e,t,n="Mui"){const o=s$[t];return o?`${n}-${o}`:`${r$.generate(e)}-${t}`}function Ng(e,t,n="Mui"){const o={};return t.forEach(s=>{o[s]=zc(e,s,n)}),o}function i$(e){return zc("MuiRichTreeView",e)}Ng("MuiRichTreeView",["root","item","itemContent","itemGroupTransition","itemIconContainer","itemLabel","itemCheckbox","itemLabelInput"]);function $g(e){return ke}const Wc=Object.freeze([]),Ko=Object.freeze({}),Uc=C.createContext(null);process.env.NODE_ENV!=="production"&&(Uc.displayName="TreeViewContext");const oo=()=>{const e=C.useContext(Uc);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X Tree View: Could not find the Tree View context. This happens when a component is rendered outside of a SimpleTreeView or RichTreeView parent component. Ensure your component is a child of a Tree View component. This can also happen if you are bundling multiple versions of the Tree View.":Ae(190));return e},Hc=C.createContext({classes:{},slots:{},slotProps:{}});process.env.NODE_ENV!=="production"&&(Hc.displayName="TreeViewStyleContext");const qc=()=>C.useContext(Hc),a$=e=>{const{store:t,apiRef:n,rootRef:o}=e,s=Pg(()=>t.buildPublicAPI()).current;l$(s,n);const i=C.useCallback(l=>{let c=null,u=null;const d=[],m={};t.itemPluginManager.listPlugins().forEach(b=>{const f=b({props:l,rootRef:c,contentRef:u});f!=null&&f.rootRef&&(c=f.rootRef),f!=null&&f.contentRef&&(u=f.contentRef),f!=null&&f.propsEnhancers&&(d.push(f.propsEnhancers),Object.keys(f.propsEnhancers).forEach(v=>{m[v]=!0}))});const g=b=>f=>{const v={};return d.forEach(x=>{const w=x[b];w!=null&&Object.assign(v,w(f))}),v},p=Object.fromEntries(Object.keys(m).map(b=>[b,g(b)]));return{contentRef:u,rootRef:c,propsEnhancers:p}},[t]),a=C.useCallback(({itemId:l,children:c,idAttribute:u})=>{let d=c;const m=t.itemPluginManager.listWrappers();for(let g=m.length-1;g>=0;g-=1){const p=m[g];d=p({store:t,itemId:l,children:d,idAttribute:u})}return d},[t]);return C.useMemo(()=>({runItemPlugins:i,wrapItem:a,publicAPI:s,store:t,rootRef:o}),[i,a,s,t,o])};function l$(e,t){t!=null&&t.current!==e&&(t.current=e)}function c$(e){const{store:t,apiRef:n,rootRef:o,classes:s=Ko,slots:i=Ko,slotProps:a=Ko,children:l}=e,c=a$({store:t,apiRef:n,rootRef:o}),u=C.useMemo(()=>({classes:s,slots:{collapseIcon:i.collapseIcon,expandIcon:i.expandIcon,endIcon:i.endIcon},slotProps:{collapseIcon:a.collapseIcon,expandIcon:a.expandIcon,endIcon:a.endIcon}}),[s,i.collapseIcon,i.expandIcon,i.endIcon,a.collapseIcon,a.expandIcon,a.endIcon]);return h.jsx(Uc.Provider,{value:c,children:h.jsx(Hc.Provider,{value:u,children:l})})}function u$(...e){const t=C.useRef(void 0),n=C.useCallback(o=>{const s=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,l=a(o);return typeof l=="function"?l:()=>{a(null)}}return i.current=o,()=>{i.current=null}});return()=>{s.forEach(i=>i==null?void 0:i())}},e);return C.useMemo(()=>e.every(o=>o==null)?null:o=>{t.current&&(t.current(),t.current=void 0),o!=null&&(t.current=n(o))},e)}function d$(e){return typeof e=="string"}function p$(e,t,n){return e===void 0||d$(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function f$(e,t){const n=e.charCodeAt(2);return e[0]==="o"&&e[1]==="n"&&n>=65&&n<=90&&typeof t=="function"}function Ht(e){if(e===void 0)return{};const t={};for(const n of Object.keys(e))f$(n,e[n])&&(t[n]=e[n]);return t}function _p(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function m$(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:o,externalForwardedProps:s,className:i}=e;if(!t){const p=de(n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),b={...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},f={...n,...s,...o};return p.length>0&&(f.className=p),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=Ht({...s,...o}),l=_p(o),c=_p(s),u=t(a),d=de(u==null?void 0:u.className,n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),m={...u==null?void 0:u.style,...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},g={...u,...n,...c,...l};return d.length>0&&(g.className=d),Object.keys(m).length>0&&(g.style=m),{props:g,internalRef:u.ref}}function Xa(e,t,n){return typeof e=="function"?e(t,n):e}function jt(e){var m;const{elementType:t,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:s=!1,...i}=e,a=s?{}:Xa(n,o),{props:l,internalRef:c}=m$({...i,externalSlotProps:a}),u=u$(c,a==null?void 0:a.ref,(m=e.additionalProps)==null?void 0:m.ref);return p$(t,{...l,ref:u},o)}const h$=Object.is;function g$(e,t){if(e===t)return!0;if(!(e instanceof Object)||!(t instanceof Object))return!1;let n=0,o=0;for(const s in e)if(n+=1,!h$(e[s],t[s])||!(s in t))return!1;for(const s in t)o+=1;return n===o}function b$(e,t,n,o,s){if(process.env.NODE_ENV==="production")return null;const i=s||t;return typeof e[t]<"u"?new Error(`The prop \`${i}\` is not supported. Please remove it.`):null}function y$(e){return $e("MuiCollapse",e)}Me("MuiCollapse",["root","horizontal","vertical","entered","hidden","wrapper","wrapperInner"]);const v$=e=>{const{orientation:t,classes:n}=e;return Le({root:["root",t],entered:["entered"],hidden:["hidden"],wrapper:["wrapper",t],wrapperInner:["wrapperInner",t]},y$,n)},x$=ne("div",{name:"MuiCollapse",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.orientation],n.state==="entered"&&t.entered,n.state==="exited"&&!n.in&&n.collapsedSize==="0px"&&t.hidden]}})(dt(({theme:e})=>({height:0,overflow:"hidden",transition:e.transitions.create("height"),variants:[{props:{orientation:"horizontal"},style:{height:"auto",width:0,transition:e.transitions.create("width")}},{props:{state:"entered"},style:{height:"auto",overflow:"visible"}},{props:{state:"entered",orientation:"horizontal"},style:{width:"auto"}},{props:({ownerState:t})=>t.state==="exited"&&!t.in&&t.collapsedSize==="0px",style:{visibility:"hidden"}}]}))),C$=ne("div",{name:"MuiCollapse",slot:"Wrapper"})({display:"flex",width:"100%",variants:[{props:{orientation:"horizontal"},style:{width:"auto",height:"100%"}}]}),S$=ne("div",{name:"MuiCollapse",slot:"WrapperInner"})({width:"100%",variants:[{props:{orientation:"horizontal"},style:{width:"auto",height:"100%"}}]}),ui=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiCollapse"}),{addEndListener:s,children:i,className:a,collapsedSize:l="0px",component:c,easing:u,in:d,onEnter:m,onEntered:g,onEntering:p,onExit:b,onExited:f,onExiting:v,orientation:x="vertical",slots:w={},slotProps:I={},style:S,timeout:T=Ef.standard,TransitionComponent:E=Ut,...M}=o,N={...o,orientation:x,collapsedSize:l},$=v$(N),V=So(),j=jl(),y=C.useRef(null),D=C.useRef(),_=typeof l=="number"?`${l}px`:l,O=x==="horizontal",k=O?"width":"height",P=C.useRef(null),A=kt(n,P),z=()=>y.current?y.current[O?"clientWidth":"clientHeight"]:0,L=St(P,(X,ue)=>{y.current&&O&&(y.current.style.position="absolute"),X.style[k]=_,m&&m(X,ue)}),B=St(P,(X,ue)=>{const pe=z();y.current&&O&&(y.current.style.position="");const{duration:ae,easing:oe}=er({style:S,timeout:T,easing:u},{mode:"enter"});if(T==="auto"){const he=V.transitions.getAutoHeightDuration(pe);X.style.transitionDuration=`${he}ms`,D.current=he}else X.style.transitionDuration=typeof ae=="string"?ae:`${ae}ms`;X.style[k]=`${pe}px`,X.style.transitionTimingFunction=oe,p&&p(X,ue)}),W=St(P,(X,ue)=>{X.style[k]="auto",g&&g(X,ue)}),K=St(P,X=>{X.style[k]=`${z()}px`,b&&b(X)}),ee=St(P,f),U=St(P,X=>{const ue=z(),{duration:pe,easing:ae}=er({style:S,timeout:T,easing:u},{mode:"exit"});if(T==="auto"){const oe=V.transitions.getAutoHeightDuration(ue);X.style.transitionDuration=`${oe}ms`,D.current=oe}else X.style.transitionDuration=typeof pe=="string"?pe:`${pe}ms`;X.style[k]=_,X.style.transitionTimingFunction=ae,v&&v(X)}),Q=X=>{T==="auto"&&j.start(D.current||0,X),s&&s(P.current,X)},re={slots:w,slotProps:I,component:c},[Y,F]=at("root",{ref:A,className:de($.root,a),elementType:x$,externalForwardedProps:re,ownerState:N,additionalProps:{style:{[O?"minWidth":"minHeight"]:_,...S}}}),[G,te]=at("wrapper",{ref:y,className:$.wrapper,elementType:C$,externalForwardedProps:re,ownerState:N}),[H,le]=at("wrapperInner",{className:$.wrapperInner,elementType:S$,externalForwardedProps:re,ownerState:N});return h.jsx(E,{in:d,onEnter:L,onEntered:W,onEntering:B,onExit:K,onExited:ee,onExiting:U,addEndListener:Q,nodeRef:P,timeout:T==="auto"?null:T,...M,children:(X,{ownerState:ue,...pe})=>{const ae={...N,state:X};return h.jsx(Y,{...F,className:de(F.className,{entered:$.entered,exited:!d&&_==="0px"&&$.hidden}[X]),ownerState:ae,...pe,children:h.jsx(G,{...te,ownerState:ae,children:h.jsx(H,{...le,ownerState:ae,children:i})})})}})});process.env.NODE_ENV!=="production"&&(ui.propTypes={addEndListener:r.func,children:r.node,classes:r.object,className:r.string,collapsedSize:r.oneOfType([r.number,r.string]),component:Yl,easing:r.oneOfType([r.shape({enter:r.string,exit:r.string}),r.string]),in:r.bool,onEnter:r.func,onEntered:r.func,onEntering:r.func,onExit:r.func,onExited:r.func,onExiting:r.func,orientation:r.oneOf(["horizontal","vertical"]),slotProps:r.shape({root:r.oneOfType([r.func,r.object]),wrapper:r.oneOfType([r.func,r.object]),wrapperInner:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType,wrapper:r.elementType,wrapperInner:r.elementType}),style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timeout:r.oneOfType([r.oneOf(["auto"]),r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});ui&&(ui.muiSupportAuto=!0);function w$(e){return $e("PrivateSwitchBase",e)}Me("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);const T$=e=>{const{classes:t,checked:n,disabled:o,edge:s}=e,i={root:["root",n&&"checked",o&&"disabled",s&&`edge${fe(s)}`],input:["input"]};return Le(i,w$,t)},I$=ne(Kn,{name:"MuiSwitchBase"})({padding:9,borderRadius:"50%",variants:[{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:({edge:e,ownerState:t})=>e==="start"&&t.size!=="small",style:{marginLeft:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}},{props:({edge:e,ownerState:t})=>e==="end"&&t.size!=="small",style:{marginRight:-12}}]}),E$=ne("input",{name:"MuiSwitchBase",shouldForwardProp:lr})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),jg=C.forwardRef(function(t,n){const{autoFocus:o,checked:s,checkedIcon:i,defaultChecked:a,disabled:l,disableFocusRipple:c=!1,edge:u=!1,icon:d,id:m,inputProps:g,inputRef:p,name:b,onBlur:f,onChange:v,onFocus:x,readOnly:w,required:I=!1,tabIndex:S,type:T,value:E,slots:M={},slotProps:N={},...$}=t,[V,j]=T0({controlled:s,default:!!a,name:"SwitchBase",state:"checked"}),y=Io(),D=U=>{x&&x(U),y&&y.onFocus&&y.onFocus(U)},_=U=>{f&&f(U),y&&y.onBlur&&y.onBlur(U)},O=U=>{if(U.nativeEvent.defaultPrevented||w)return;const Q=U.target.checked;j(Q),v&&v(U,Q)};let k=l;y&&typeof k>"u"&&(k=y.disabled);const P=T==="checkbox"||T==="radio",A={...t,checked:V,disabled:k,disableFocusRipple:c,edge:u},z=T$(A),L={slots:M,slotProps:{input:g,...N}},[B,W]=at("root",{ref:n,elementType:I$,className:z.root,shouldForwardComponentProp:!0,externalForwardedProps:{...L,component:"span",...$},getSlotProps:U=>({...U,onFocus:Q=>{var re;(re=U.onFocus)==null||re.call(U,Q),D(Q)},onBlur:Q=>{var re;(re=U.onBlur)==null||re.call(U,Q),_(Q)}}),ownerState:A,additionalProps:{centerRipple:!0,focusRipple:!c,role:void 0,tabIndex:null}}),[K,ee]=at("input",{ref:p,elementType:E$,className:z.input,externalForwardedProps:L,getSlotProps:U=>({...U,onChange:Q=>{var re;(re=U.onChange)==null||re.call(U,Q),O(Q)}}),ownerState:A,additionalProps:{autoFocus:o,checked:s,defaultChecked:a,disabled:k,id:P?m:void 0,name:b,readOnly:w,required:I,tabIndex:S,type:T,...T==="checkbox"&&E===void 0?{}:{value:E}}});return h.jsxs(B,{...W,children:[h.jsx(K,{...ee}),V?i:d]})});process.env.NODE_ENV!=="production"&&(jg.propTypes={autoFocus:r.bool,checked:r.bool,checkedIcon:r.node.isRequired,classes:r.object,className:r.string,defaultChecked:r.bool,disabled:r.bool,disableFocusRipple:r.bool,edge:r.oneOf(["end","start",!1]),icon:r.node.isRequired,id:r.string,inputProps:r.object,inputRef:Ai,name:r.string,onBlur:r.func,onChange:r.func,onFocus:r.func,readOnly:r.bool,required:r.bool,slotProps:r.shape({input:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({input:r.elementType,root:r.elementType}),sx:r.object,tabIndex:r.oneOfType([r.number,r.string]),type:r.string.isRequired,value:r.any});const O$=vt(h.jsx("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),k$=vt(h.jsx("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),_$=vt(h.jsx("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox");function P$(e){return $e("MuiCheckbox",e)}const Oa=Me("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]),D$=e=>{const{classes:t,indeterminate:n,color:o,size:s}=e,i={root:["root",n&&"indeterminate",`color${fe(o)}`,`size${fe(s)}`]},a=Le(i,P$,t);return{...t,...a}},M$=ne(jg,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiCheckbox",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.indeterminate&&t.indeterminate,t[`size${fe(n.size)}`],n.color!=="default"&&t[`color${fe(n.color)}`]]}})(dt(({theme:e})=>({color:(e.vars||e).palette.text.secondary,variants:[{props:{color:"default",disableRipple:!1},style:{"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)}}},...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t,disableRipple:!1},style:{"&:hover":{backgroundColor:e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity)}}})),...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{[`&.${Oa.checked}, &.${Oa.indeterminate}`]:{color:(e.vars||e).palette[t].main},[`&.${Oa.disabled}`]:{color:(e.vars||e).palette.action.disabled}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}))),R$=h.jsx(k$,{}),N$=h.jsx(O$,{}),$$=h.jsx(_$,{}),Ag=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiCheckbox"}),{checkedIcon:s=R$,color:i="primary",icon:a=N$,indeterminate:l=!1,indeterminateIcon:c=$$,inputProps:u,size:d="medium",disableRipple:m=!1,className:g,slots:p={},slotProps:b={},...f}=o,v=l?c:a,x=l?c:s,w={...o,disableRipple:m,color:i,indeterminate:l,size:d},I=D$(w),S=b.input??u,[T,E]=at("root",{ref:n,elementType:M$,className:de(I.root,g),shouldForwardComponentProp:!0,externalForwardedProps:{slots:p,slotProps:b,...f},ownerState:w,additionalProps:{type:"checkbox",icon:C.cloneElement(v,{fontSize:v.props.fontSize??d}),checkedIcon:C.cloneElement(x,{fontSize:x.props.fontSize??d}),disableRipple:m,slots:p,slotProps:{input:E0(typeof S=="function"?S(w):S,{"data-indeterminate":l,"aria-checked":l?"mixed":void 0})}}});return h.jsx(T,{...E,classes:I})});process.env.NODE_ENV!=="production"&&(Ag.propTypes={checked:r.bool,checkedIcon:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["default","primary","secondary","error","info","success","warning"]),r.string]),defaultChecked:r.bool,disabled:r.bool,disableRipple:r.bool,icon:r.node,id:r.string,indeterminate:r.bool,indeterminateIcon:r.node,inputProps:r.object,onChange:r.func,required:r.bool,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),slotProps:r.shape({input:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({input:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.any});const Xt="__TREE_VIEW_ROOT_PARENT_ID__",Lg=e=>{const t={};return e.forEach((n,o)=>{t[n]=o}),t},di=(e,t)=>{if(t==null)return!1;let n=e[t];if(!n)return!1;if(n.disabled)return!0;for(;n.parentId!=null;){if(n=e[n.parentId],!n)return!1;if(n.disabled)return!0}return!1};function Vg(e){const{storeParameters:t,items:n,parentId:o,depth:s,isItemExpandable:i,otherItemsMetaLookup:a}=e,l={},c={},u=[],d=[],m=g=>{const p=t.getItemId?t.getItemId(g):g.id;j$({id:p,parentId:o,item:g,itemMetaLookup:a,siblingsMetaLookup:l});const b=t.getItemLabel?t.getItemLabel(g):g.label;if(b==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a \`label\` property. You can use the \`getItemLabel\` prop to specify a custom label for each item. An item was provided without a label: ${JSON.stringify(g)}`:Ae(192,JSON.stringify(g)));const f=(t.getItemChildren?t.getItemChildren(g):g.children)||[];d.push({id:p,children:f}),c[p]=g,l[p]={id:p,label:b,parentId:o,idAttribute:void 0,expandable:i(g,f),disabled:t.isItemDisabled?t.isItemDisabled(g):!1,selectable:t.isItemSelectionDisabled?!t.isItemSelectionDisabled(g):!0,depth:s},u.push(p)};for(const g of n)m(g);return{metaLookup:l,modelLookup:c,orderedChildrenIds:u,childrenIndexes:Lg(u),itemsChildren:d}}function Pp(e){const{storeParameters:t,items:n,parentId:o,depth:s,isItemExpandable:i,existingItemMetaLookup:a}=e,l={},c={},u={},d={},m=R({},a),g=(p,b,f)=>{const v=Vg({storeParameters:t,items:p,parentId:b,depth:f,isItemExpandable:i,otherItemsMetaLookup:m});Object.assign(l,v.metaLookup),Object.assign(m,v.metaLookup),Object.assign(c,v.modelLookup),u[b??Xt]=v.orderedChildrenIds,d[b??Xt]=v.childrenIndexes;for(const x of v.itemsChildren)g(x.children,x.id,f+1)};return g(n,o,s),{itemMetaLookup:l,itemModelLookup:c,itemOrderedChildrenIdsLookup:u,itemChildrenIndexesLookup:d}}function j$({id:e,parentId:t,item:n,itemMetaLookup:o,siblingsMetaLookup:s}){if(e==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a unique \`id\` property. You can use the \`getItemId\` prop to specify a custom id for each item. An item was provided without an id: ${JSON.stringify(n)}`:Ae(193,JSON.stringify(n)));if(s[e]!=null||o[e]!=null&&o[e].parentId!==t)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a unique \`id\` property. The id "${e}" is used by multiple items. Use the \`getItemId\` prop to specify a custom id for each item if needed.`:Ae(194,e))}const A$=[],me={domStructure:De(e=>e.domStructure),disabledItemFocusable:De(e=>e.disabledItemsFocusable),itemMetaLookup:De(e=>e.itemMetaLookup),itemOrderedChildrenIdsLookup:De(e=>e.itemOrderedChildrenIdsLookup),itemMeta:De((e,t)=>e.itemMetaLookup[t??Xt]??null),itemOrderedChildrenIds:De((e,t)=>e.itemOrderedChildrenIdsLookup[t??Xt]??A$),itemModel:De((e,t)=>e.itemModelLookup[t]),isItemDisabled:De((e,t)=>di(e.itemMetaLookup,t)),itemIndex:De((e,t)=>{const n=e.itemMetaLookup[t];return n==null?-1:e.itemChildrenIndexesLookup[n.parentId??Xt][n.id]}),itemParentId:De((e,t)=>{var n;return((n=e.itemMetaLookup[t])==null?void 0:n.parentId)??null}),itemDepth:De((e,t)=>{var n;return((n=e.itemMetaLookup[t])==null?void 0:n.depth)??0}),canItemBeFocused:De((e,t)=>e.disabledItemsFocusable||e.itemModelLookup[t]!=null&&!di(e.itemMetaLookup,t)),itemChildrenIndentation:De(e=>e.itemChildrenIndentation),itemHeight:De(e=>e.itemHeight)},Dp=De(e=>e.providedTreeId??e.treeId),sa={treeId:Dp,treeItemIdAttribute:De(Dp,(e,t,n)=>n??`${e??""}-${t}`)};class Xo{constructor(t){Z(this,"getItem",t=>me.itemModel(this.store.state,t));Z(this,"getItemTree",()=>{const t=n=>{const o=me.itemModel(this.store.state,n),s=R({},o),i=me.itemOrderedChildrenIds(this.store.state,n);return i.length>0?s.children=i.map(t):delete s.children,s};return me.itemOrderedChildrenIds(this.store.state,null).map(t)});Z(this,"getItemOrderedChildrenIds",t=>me.itemOrderedChildrenIds(this.store.state,t));Z(this,"getParentId",t=>{const n=me.itemMeta(this.store.state,t);return(n==null?void 0:n.parentId)||null});Z(this,"setIsItemDisabled",({itemId:t,shouldBeDisabled:n})=>{if(!this.store.state.itemMetaLookup[t])return;const o=R({},this.store.state.itemMetaLookup);o[t]=R({},o[t],{disabled:n??!o[t].disabled}),this.store.set("itemMetaLookup",o)});Z(this,"addItems",({items:t,parentId:n=null,index:o})=>{if(t.length===0)return;if(n!=null&&me.itemMeta(this.store.state,n)==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: Unable to add items to the parent with id "${n}" because it is not present in the tree. Pass the id of an existing item, or \`null\` to add the items at the root level.`:Ae(295,n));const s=n==null?-1:me.itemDepth(this.store.state,n),i=this.store.parameters.dataSource,a=(x,w)=>w!=null&&w.length>0?!0:i==null?!1:i.getChildrenCount(x)!==0,{itemMetaLookup:l,itemModelLookup:c,itemOrderedChildrenIdsLookup:u,itemChildrenIndexesLookup:d}=Pp({storeParameters:this.store.parameters,items:t,parentId:n,depth:s+1,isItemExpandable:a,existingItemMetaLookup:this.store.state.itemMetaLookup});for(const x of Object.keys(l))if(this.store.state.itemMetaLookup[x]!=null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a unique \`id\` property. The id "${x}" is used by multiple items. Use the \`getItemId\` prop to specify a custom id for each item if needed.`:Ae(194,x));const m=n??Xt,g=me.itemOrderedChildrenIds(this.store.state,n),p=o??g.length;if(p<0||p>g.length)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: Unable to add items at index "${p}" because it is out of range. The index must be between 0 and the amount of children of the parent item (${g.length}).`:Ae(296,p,g.length));const b=u[m],f=[...g];f.splice(p,0,...b),u[m]=f,d[m]=Lg(f);const v=R({},this.store.state.itemMetaLookup,l);n!=null&&!v[n].expandable&&(v[n]=R({},v[n],{expandable:!0})),this.store.update({itemMetaLookup:v,itemModelLookup:R({},this.store.state.itemModelLookup,c),itemOrderedChildrenIdsLookup:R({},this.store.state.itemOrderedChildrenIdsLookup,u),itemChildrenIndexesLookup:R({},this.store.state.itemChildrenIndexesLookup,d)}),this.store.selection.propagateSelectionToNewItems(n,b)});Z(this,"buildPublicAPI",()=>({getItem:this.getItem,getItemDOMElement:this.getItemDOMElement,getItemOrderedChildrenIds:this.getItemOrderedChildrenIds,getItemTree:this.getItemTree,getParentId:this.getParentId,setIsItemDisabled:this.setIsItemDisabled}));Z(this,"getItemDOMElement",t=>{const n=me.itemMeta(this.store.state,t);if(n==null)return null;const o=sa.treeItemIdAttribute(this.store.state,t,n.idAttribute);return document.getElementById(o)});Z(this,"setItemChildren",({items:t,parentId:n,getChildrenCount:o})=>{const s=n??Xt,i=n==null?-1:me.itemDepth(this.store.state,n),{metaLookup:a,modelLookup:l,orderedChildrenIds:c,childrenIndexes:u}=Vg({storeParameters:this.store.parameters,items:t,parentId:n,depth:i+1,isItemExpandable:o?d=>o(d)!==0:()=>!1,otherItemsMetaLookup:me.itemMetaLookup(this.store.state)});this.store.update({itemModelLookup:R({},this.store.state.itemModelLookup,l),itemMetaLookup:R({},this.store.state.itemMetaLookup,a),itemOrderedChildrenIdsLookup:R({},this.store.state.itemOrderedChildrenIdsLookup,{[s]:c}),itemChildrenIndexesLookup:R({},this.store.state.itemChildrenIndexesLookup,{[s]:u})})});Z(this,"removeChildren",t=>{const n=this.store.state.itemMetaLookup,o=Object.keys(n).reduce((l,c)=>{const u=n[c];return u.parentId===t?l:R({},l,{[u.id]:u})},{}),s=R({},this.store.state.itemOrderedChildrenIdsLookup),i=R({},this.store.state.itemChildrenIndexesLookup),a=t??Xt;delete i[a],delete s[a],this.store.update({itemMetaLookup:o,itemOrderedChildrenIdsLookup:s,itemChildrenIndexesLookup:i})});Z(this,"handleItemClick",(t,n)=>{var o,s;(s=(o=this.store.parameters).onItemClick)==null||s.call(o,t,n)});this.store=t}}Z(Xo,"shouldRebuildItemsState",(t,n)=>["items","isItemDisabled","isItemSelectionDisabled","getItemId","getItemLabel","getItemChildren"].some(o=>{const s=o;return t[s]!==n[s]})),Z(Xo,"buildItemsStateIfNeeded",t=>Pp({storeParameters:t,items:t.items,parentId:null,depth:0,isItemExpandable:(n,o)=>!!o&&o.length>0}));const ka=bs(e=>e.expandedItems,e=>{const t=new Map;return e.forEach(n=>{t.set(n,!0)}),t}),mt={expandedItemsRaw:De(e=>e.expandedItems),expandedItemsMap:ka,flatList:bs(me.itemOrderedChildrenIdsLookup,ka,(e,t)=>{function n(o){if(!t.has(o))return[o];const s=[o],i=e[o]||[];for(const a of i)s.push(...n(a));return s}return(e[Xt]??[]).flatMap(n)}),triggerSlot:De(e=>e.expansionTrigger),isItemExpanded:De(ka,(e,t)=>e.has(t)),isItemExpandable:De(me.itemMeta,(e,t)=>(e==null?void 0:e.expandable)??!1)},Fg=bs(e=>e.selectedItems,e=>Array.isArray(e)?e:e!=null?[e]:[]),Bg=bs(Fg,e=>{const t=new Map;return e.forEach(n=>{t.set(n,!0)}),t}),Qa=De((e,t)=>{var n;return((n=e.itemMetaLookup[t])==null?void 0:n.selectable)??!0}),Za=De(Bg,(e,t)=>e.has(t)),zg=De(me.isItemDisabled,Qa,e=>!e.disableSelection,(e,t,n,o)=>n&&!e&&t),Wg=De(e=>e.selectionPropagation),Mp=De((e,t)=>{if(Za(e,t))return"selected";if(me.itemOrderedChildrenIds(e,t).length===0)return"unselected";let n=!1,o=!1;const s=a=>{a!==t&&zg(e,a)&&(Za(e,a)?n=!0:o=!0),me.itemOrderedChildrenIds(e,a).forEach(s)};return s(t),Wg(e).parents?n&&o?"indeterminate":n&&!o?"selected":"unselected":n?"indeterminate":"unselected"}),Pe={selectedItemsRaw:De(e=>e.selectedItems),selectedItems:Fg,selectedItemsMap:Bg,enabled:De(e=>!e.disableSelection),isMultiSelectEnabled:De(e=>e.multiSelect),isCheckboxSelectionEnabled:De(e=>e.checkboxSelection),propagationRules:Wg,isItemSelected:Za,itemSelectionStatus:Mp,isItemIndeterminate:De(Mp,(e,t)=>e==="indeterminate"),isFeatureEnabledForItem:De(Qa,e=>!e.disableSelection,(e,t,n)=>t&&e),canItemBeSelected:zg,isItemSelectable:Qa},Rp=bs(Pe.selectedItems,mt.expandedItemsMap,me.itemMetaLookup,me.disabledItemFocusable,e=>me.itemOrderedChildrenIds(e,null),(e,t,n,o,s)=>{const i=e.find(l=>{if(!o&&di(n,l))return!1;const c=n[l];return c&&(c.parentId==null||t.has(c.parentId))});if(i!=null)return i;const a=s.find(l=>o||!di(n,l));return a??null}),Wo={defaultFocusableItemId:Rp,isItemTheDefaultFocusableItem:De(Rp,(e,t)=>e===t),focusedItemId:De(e=>e.focusedItemId),isItemFocused:De((e,t)=>e.focusedItemId===t)},pi={isEmpty:De(e=>e.lazyLoadedItems==null?!0:Object.keys(e.lazyLoadedItems.loading).length===0&&Object.keys(e.lazyLoadedItems.errors).length===0),isItemLoading:De((e,t)=>{var n;return((n=e.lazyLoadedItems)==null?void 0:n.loading[t??Xt])??!1}),itemHasError:De((e,t)=>{var n;return!!((n=e.lazyLoadedItems)!=null&&n.errors[t??Xt])}),itemError:De((e,t)=>{var n;return(n=e.lazyLoadedItems)==null?void 0:n.errors[t??Xt]})},kn={isItemEditable:De(e=>e.isItemEditable,me.itemModel,(e,t,n)=>!t||e==null?!1:typeof e=="boolean"?e:e(t)),isItemBeingEdited:De((e,t)=>t==null?!1:e.editedItemId===t),isAnyItemBeingEdited:De(e=>!!e.editedItemId)},Ug=e=>Array.isArray(e)?e.length>0&&e.some(Ug):!!e,Hg=({itemId:e,children:t})=>{const{store:n,publicAPI:o}=oo(),s=je(n,mt.isItemExpandable,e),i=je(n,pi.isItemLoading,e),a=je(n,pi.itemHasError,e),l=Ug(t)||s,c=je(n,mt.isItemExpanded,e),u=je(n,Wo.isItemFocused,e),d=je(n,Pe.isItemSelected,e),m=je(n,Pe.isItemIndeterminate,e),g=je(n,me.isItemDisabled,e),p=je(n,kn.isItemBeingEdited,e),b=je(n,kn.isItemEditable,e),f={expandable:l,expanded:c,focused:u,selected:d,indeterminate:m,disabled:g,editing:p,editable:b,loading:i,error:a},v=M=>{if(f.disabled)return;f.focused||n.focus.focusItem(M,e);const N=Pe.isMultiSelectEnabled(n.state)&&(M.shiftKey||M.ctrlKey||M.metaKey);f.expandable&&!(N&&mt.isItemExpanded(n.state,e))&&n.expansion.setItemExpansion({event:M,itemId:e})},x=M=>{if(!Pe.canItemBeSelected(n.state,e))return;!f.focused&&!f.editing&&n.focus.focusItem(M,e),Pe.isMultiSelectEnabled(n.state)&&(M.shiftKey||M.ctrlKey||M.metaKey)?M.shiftKey?n.selection.expandSelectionRange(M,e):n.selection.setItemSelection({event:M,itemId:e,keepExistingSelection:!0}):n.selection.setItemSelection({event:M,itemId:e,shouldBeSelected:!0})},w=M=>{const N=M.nativeEvent.shiftKey,$=Pe.isMultiSelectEnabled(n.state);$&&N?n.selection.expandSelectionRange(M,e):n.selection.setItemSelection({event:M,itemId:e,keepExistingSelection:$,shouldBeSelected:M.target.checked})},I=()=>{n.labelEditing&&(p?n.labelEditing.setEditedItem(null):n.labelEditing.setEditedItem(e))};return{interactions:{handleExpansion:v,handleSelection:x,handleCheckboxSelection:w,toggleItemEditing:I,handleSaveItemLabel:(M,N)=>{n.labelEditing&&kn.isItemBeingEdited(n.state,e)&&(n.labelEditing.updateItemLabel(e,N),I(),n.focus.focusItem(M,e))},handleCancelItemLabelEditing:M=>{n.labelEditing&&kn.isItemBeingEdited(n.state,e)&&(I(),n.focus.focusItem(M,e))}},status:f,publicAPI:o}},Yc=C.createContext(()=>-1);process.env.NODE_ENV!=="production"&&(Yc.displayName="TreeViewItemDepthContext");const Ja=(e,t)=>{let n=t.length-1;for(;n>=0&&!me.canItemBeFocused(e,t[n]);)n-=1;if(n!==-1)return t[n]},Gc=(e,t)=>{const n=me.itemMeta(e,t);if(!n)return null;const o=me.itemOrderedChildrenIds(e,n.parentId),s=me.itemIndex(e,t);if(s===0)return n.parentId;let i=s-1;for(;!me.canItemBeFocused(e,o[i])&&i>=0;)i-=1;if(i===-1)return n.parentId==null?null:Gc(e,n.parentId);let a=o[i],l=Ja(e,me.itemOrderedChildrenIds(e,a));for(;mt.isItemExpanded(e,a)&&l!=null;)a=l,l=Ja(e,me.itemOrderedChildrenIds(e,a));return a},Vr=(e,t)=>{if(mt.isItemExpanded(e,t)){const o=me.itemOrderedChildrenIds(e,t).find(s=>me.canItemBeFocused(e,s));if(o!=null)return o}let n=me.itemMeta(e,t);for(;n!=null;){const o=me.itemOrderedChildrenIds(e,n.parentId),s=me.itemIndex(e,n.id);if(s<o.length-1){let i=s+1;for(;!me.canItemBeFocused(e,o[i])&&i<o.length-1;)i+=1;if(me.canItemBeFocused(e,o[i]))return o[i]}n=me.itemMeta(e,n.parentId)}return null},qg=e=>{let t=null;for(;t==null||mt.isItemExpanded(e,t);){const n=me.itemOrderedChildrenIds(e,t),o=Ja(e,n);if(o==null)return t;t=o}return t},es=e=>me.itemOrderedChildrenIds(e,null).find(t=>me.canItemBeFocused(e,t)),Yg=(e,t,n)=>{if(t===n)return[t,n];const o=me.itemMeta(e,t),s=me.itemMeta(e,n);if(!o||!s)return[t,n];if(o.parentId===s.id||s.parentId===o.id)return s.parentId===o.id?[o.id,s.id]:[s.id,o.id];const i=[o.id],a=[s.id];let l=o.parentId,c=s.parentId,u=a.indexOf(l)!==-1,d=i.indexOf(c)!==-1,m=!0,g=!0;for(;!d&&!u;)m&&(i.push(l),u=a.indexOf(l)!==-1,m=l!==null,!u&&m&&(l=me.itemParentId(e,l))),g&&!u&&(a.push(c),d=i.indexOf(c)!==-1,g=c!==null,!d&&g&&(c=me.itemParentId(e,c)));const p=u?l:c,b=me.itemOrderedChildrenIds(e,p),f=i[i.indexOf(p)-1],v=a[a.indexOf(p)-1];return b.indexOf(f)<b.indexOf(v)?[t,n]:[n,t]},L$=(e,t,n)=>{const o=c=>{if(mt.isItemExpandable(e,c)&&mt.isItemExpanded(e,c))return me.itemOrderedChildrenIds(e,c)[0];let u=me.itemMeta(e,c);for(;u!=null;){const d=me.itemOrderedChildrenIds(e,u.parentId),m=me.itemIndex(e,u.id);if(m<d.length-1)return d[m+1];u=u.parentId?me.itemMeta(e,u.parentId):null}throw new Error(process.env.NODE_ENV!=="production"?"MUI X Tree View: Invalid range - unable to find a path between the two items. This may occur if the items are not in the same tree or the tree structure is invalid. Verify that both items exist in the tree.":Ae(191))},[s,i]=Yg(e,t,n),a=[s];let l=s;for(;l!==i;)l=o(l),me.isItemDisabled(e,l)||a.push(l);return a},V$=e=>{let t=es(e);const n=[];for(;t!=null;)n.push(t),t=Vr(e,t);return n},el=(e,t)=>t!==e.closest('*[role="treeitem"]');class F${constructor(t){Z(this,"setExpandedItems",(t,n)=>{var o,s;this.store.parameters.expandedItems===void 0&&this.store.set("expandedItems",n),(s=(o=this.store.parameters).onExpandedItemsChange)==null||s.call(o,t,n)});Z(this,"isItemExpanded",t=>mt.isItemExpanded(this.store.state,t));Z(this,"buildPublicAPI",()=>({isItemExpanded:this.isItemExpanded,setItemExpansion:this.setItemExpansion}));Z(this,"setItemExpansion",({itemId:t,event:n=null,shouldBeExpanded:o})=>{const s=mt.isItemExpanded(this.store.state,t),i=o??!s;if(s===i)return;const a={isExpansionPrevented:!1,shouldBeExpanded:i,itemId:t};this.store.publishEvent("beforeItemToggleExpansion",a,n),!a.isExpansionPrevented&&this.applyItemExpansion({itemId:t,event:n,shouldBeExpanded:i})});Z(this,"applyItemExpansion",({itemId:t,event:n,shouldBeExpanded:o})=>{var a,l;const s=mt.expandedItemsRaw(this.store.state);let i;o?i=[t].concat(s):i=s.filter(c=>c!==t),(l=(a=this.store.parameters).onItemExpansionToggle)==null||l.call(a,n,t,o),this.setExpandedItems(n,i)});Z(this,"expandAllSiblings",(t,n)=>{const o=me.itemMeta(this.store.state,n);if(o==null)return;const i=me.itemOrderedChildrenIds(this.store.state,o.parentId).filter(l=>mt.isItemExpandable(this.store.state,l)&&!mt.isItemExpanded(this.store.state,l)),a=mt.expandedItemsRaw(this.store.state).concat(i);i.length>0&&(this.store.parameters.onItemExpansionToggle&&i.forEach(l=>{this.store.parameters.onItemExpansionToggle(t,l,!0)}),this.setExpandedItems(t,a))});Z(this,"addExpandableItems",t=>{const n=R({},this.store.state.itemMetaLookup);for(const o of t)n[o]=R({},n[o],{expandable:!0});this.store.set("itemMetaLookup",n)});this.store=t}}class B${constructor(t){Z(this,"setFocusedItemId",t=>{Wo.focusedItemId(this.store.state)!==t&&this.store.set("focusedItemId",t)});Z(this,"applyItemFocus",(t,n)=>{var o,s,i;(o=this.store.items.getItemDOMElement(n))==null||o.focus(),this.setFocusedItemId(n),(i=(s=this.store.parameters).onItemFocus)==null||i.call(s,t,n)});Z(this,"buildPublicAPI",()=>({focusItem:this.focusItem}));Z(this,"focusItem",(t,n)=>{const o=me.itemMeta(this.store.state,n);o&&(o.parentId==null||mt.isItemExpanded(this.store.state,o.parentId))&&this.applyItemFocus(t,n)});Z(this,"removeFocusedItem",()=>{const t=Wo.focusedItemId(this.store.state);if(t==null)return;if(me.itemMeta(this.store.state,t)){const o=this.store.items.getItemDOMElement(t);o&&o.blur()}this.setFocusedItemId(null)});Z(this,"handleRootFocus",t=>{if(t.defaultMuiPrevented)return;const n=Wo.defaultFocusableItemId(this.store.state);t.target===t.currentTarget&&n!=null&&this.applyItemFocus(t,n)});Z(this,"handleRootBlur",t=>{t.defaultMuiPrevented||this.setFocusedItemId(null)});this.store=t;let n=t.state;this.store.disposables.defer(this.store.subscribe(o=>{if(o.itemMetaLookup===n.itemMetaLookup){n=o;return}const s=Wo.focusedItemId(o);if(s==null||me.itemMeta(o,s)){n=o;return}const i=l=>l==null||!me.itemMeta(o,l)?null:l,a=i(Vr(n,s))??i(Gc(n,s))??es(o);a==null?this.setFocusedItemId(null):this.applyItemFocus(null,a),n=o}))}}const z$=({props:e})=>{const{itemId:t}=e,{store:n}=oo(),o=je(n,Pe.isCheckboxSelectionEnabled),s=je(n,Pe.isFeatureEnabledForItem,t),i=je(n,Pe.canItemBeSelected,t),a=je(n,me.isItemDisabled,t),l=je(n,Pe.isItemSelectable,t),c=je(n,Pe.itemSelectionStatus,t),u=a||!l;return{propsEnhancers:{root:()=>{let d;return u?d=void 0:c==="selected"?d=!0:c==="indeterminate"?d="mixed":i?d=!1:d=void 0,{"aria-checked":d}},checkbox:({externalEventHandlers:d,interactions:m})=>({tabIndex:-1,onChange:p=>{var b;(b=d.onChange)==null||b.call(d,p),!p.defaultMuiPrevented&&Pe.canItemBeSelected(n.state,t)&&m.handleCheckboxSelection(p)},visible:o&&s,disabled:!i,checked:c==="selected",indeterminate:c==="indeterminate"})}}};class W${constructor(t){Z(this,"lastSelectedItem",null);Z(this,"lastSelectedRange",{});Z(this,"setSelectedItems",(t,n,o)=>{const{selectionPropagation:s=Ko,selectedItems:i,onItemSelectionToggle:a,onSelectedItemsChange:l}=this.store.parameters,c=Pe.selectedItemsRaw(this.store.state);let u;const d=Pe.isMultiSelectEnabled(this.store.state);if(d&&(s.descendants||s.parents)?u=U$({store:this.store,selectionPropagation:s,newModel:n,oldModel:c,additionalItemsToPropagate:o}):u=n,i===void 0&&this.store.set("selectedItems",u),a)if(d){const m=Gg({newModel:u,oldModel:c});a&&(m.added.forEach(g=>{a(t,g,!0)}),m.removed.forEach(g=>{a(t,g,!1)}))}else u!==c&&(c!=null&&a(t,c,!1),u!=null&&a(t,u,!0));l==null||l(t,u)});Z(this,"selectRange",(t,[n,o])=>{if(!Pe.isMultiSelectEnabled(this.store.state))return;let i=Pe.selectedItems(this.store.state).slice();Object.keys(this.lastSelectedRange).length>0&&(i=i.filter(u=>!this.lastSelectedRange[u]));const a=Ys(i),l=L$(this.store.state,n,o).filter(u=>Pe.isItemSelectable(this.store.state,u)),c=l.filter(u=>!a[u]);i=i.concat(c),this.setSelectedItems(t,i),this.lastSelectedRange=Ys(l)});Z(this,"getItemSelection",t=>Pe.itemSelectionStatus(this.store.state,t));Z(this,"buildPublicAPI",()=>({getItemSelection:this.getItemSelection,setItemSelection:this.setItemSelection}));Z(this,"propagateSelectionToNewItems",(t,n)=>{const{selectionPropagation:o=Ko}=this.store.parameters;if(t==null||n.length===0||!o.descendants||!Pe.isMultiSelectEnabled(this.store.state)||!Pe.isItemSelected(this.store.state,t))return;const s=Pe.selectedItems(this.store.state).concat(n);this.setSelectedItems(null,s,n)});Z(this,"setItemSelection",({itemId:t,event:n=null,keepExistingSelection:o=!1,shouldBeSelected:s})=>{if(!Pe.enabled(this.store.state))return;let i;const a=Pe.isMultiSelectEnabled(this.store.state);if(o&&a){const l=Pe.selectedItems(this.store.state),c=Pe.isItemSelected(this.store.state,t);c&&(s===!1||s==null)?i=l.filter(u=>u!==t):!c&&(s===!0||s==null)?i=[t].concat(l):i=l}else s===!1||s==null&&Pe.isItemSelected(this.store.state,t)?i=a?[]:null:i=a?[t]:t;this.setSelectedItems(n,i,[t]),this.lastSelectedItem=t,this.lastSelectedRange={}});Z(this,"selectAllNavigableItems",t=>{if(!Pe.isMultiSelectEnabled(this.store.state))return;const o=V$(this.store.state);this.setSelectedItems(t,o),this.lastSelectedRange=Ys(o)});Z(this,"expandSelectionRange",(t,n)=>{if(this.lastSelectedItem!=null){const[o,s]=Yg(this.store.state,n,this.lastSelectedItem);this.selectRange(t,[o,s])}});Z(this,"selectRangeFromStartToItem",(t,n)=>{this.selectRange(t,[es(this.store.state),n])});Z(this,"selectRangeFromItemToEnd",(t,n)=>{this.selectRange(t,[n,qg(this.store.state)])});Z(this,"selectItemFromArrowNavigation",(t,n,o)=>{if(!Pe.isMultiSelectEnabled(this.store.state))return;let i=Pe.selectedItems(this.store.state).slice();Object.keys(this.lastSelectedRange).length===0?(Pe.isItemSelected(this.store.state,o)||i.push(o),this.lastSelectedRange={[n]:!0,[o]:!0}):(this.lastSelectedRange[n]||(this.lastSelectedRange={}),this.lastSelectedRange[o]?(i=i.filter(a=>a!==n),delete this.lastSelectedRange[n]):(Pe.isItemSelected(this.store.state,o)||i.push(o),this.lastSelectedRange[o]=!0)),this.setSelectedItems(t,i)});this.store=t,t.itemPluginManager.register(z$,null)}}function U$({store:e,selectionPropagation:t,newModel:n,oldModel:o,additionalItemsToPropagate:s}){if(!t.descendants&&!t.parents)return n;let i=!1;const a=Ys(n),l=Gg({newModel:n,oldModel:o});return s==null||s.forEach(c=>{a[c]?l.added.includes(c)||l.added.push(c):l.removed.includes(c)||l.removed.push(c)}),l.added.forEach(c=>{if(t.descendants){const u=d=>{d!==c&&Pe.canItemBeSelected(e.state,d)&&(i=!0,a[d]=!0),me.itemOrderedChildrenIds(e.state,d).forEach(u)};u(c)}if(t.parents){const u=m=>Pe.canItemBeSelected(e.state,m)?a[m]?me.itemOrderedChildrenIds(e.state,m).every(u):!1:me.itemOrderedChildrenIds(e.state,m).every(u),d=m=>{const g=me.itemParentId(e.state,m);if(g==null)return;me.itemOrderedChildrenIds(e.state,g).every(u)&&(Pe.canItemBeSelected(e.state,g)&&(i=!0,a[g]=!0),d(g))};d(c)}}),l.removed.forEach(c=>{if(t.parents){let u=me.itemParentId(e.state,c);for(;u!=null;)a[u]&&(i=!0,delete a[u]),u=me.itemParentId(e.state,u)}if(t.descendants){const u=d=>{d!==c&&(i=!0,delete a[d]),me.itemOrderedChildrenIds(e.state,d).forEach(u)};u(c)}}),i?Object.keys(a):n}function Gg({oldModel:e,newModel:t}){const n=new Map;t.forEach(s=>{n.set(s,!0)});const o=new Map;return e.forEach(s=>{o.set(s,!0)}),{added:t.filter(s=>!o.has(s)),removed:e.filter(s=>!n.has(s))}}function Ys(e){const t={};return e.forEach(n=>{t[n]=!0}),t}const H$=(e,t,n)=>typeof n=="function"?n(e,t):n,Kg=e=>{const{runItemPlugins:t,publicAPI:n,store:o}=oo(),s=C.useContext(Yc),i=je(o,H$,e.itemId,s),{id:a,itemId:l,label:c,children:u,rootRef:d}=e,{rootRef:m,contentRef:g,propsEnhancers:p}=t(e),{interactions:b,status:f}=Hg({itemId:l,children:u}),v=C.useRef(null),x=C.useRef(null),w=Ka(d,m,v),I=Ka(g,x),S=C.useRef(null),T=je(o,Pe.isCheckboxSelectionEnabled),E=je(o,sa.treeItemIdAttribute,l,a),M=je(o,Wo.isItemTheDefaultFocusableItem,l),N=je(o,me.itemHeight),$={rootRefObject:v,contentRefObject:x,interactions:b},V=Y=>F=>{var G;(G=Y.onFocus)==null||G.call(Y,F),!F.defaultMuiPrevented&&!f.focused&&me.canItemBeFocused(o.state,l)&&F.currentTarget===F.target&&o.focus.focusItem(F,l)},j=Y=>F=>{var te,H,le,X,ue;if((te=Y.onBlur)==null||te.call(Y,F),F.defaultMuiPrevented)return;const G=o.items.getItemDOMElement(l);f.editing||F.relatedTarget&&el(F.relatedTarget,G)&&(F.target&&((le=(H=F.target)==null?void 0:H.dataset)==null?void 0:le.element)==="labelInput"&&el(F.target,G)||((ue=(X=F.relatedTarget)==null?void 0:X.dataset)==null?void 0:ue.element)==="labelInput")||o.focus.removeFocusedItem()},y=Y=>F=>{var G,te,H;(G=Y.onKeyDown)==null||G.call(Y,F),!(F.defaultMuiPrevented||((H=(te=F.target)==null?void 0:te.dataset)==null?void 0:H.element)==="labelInput")&&o.keyboardNavigation.handleItemKeyDown(F,l)},D=Y=>F=>{var G;(G=Y.onDoubleClick)==null||G.call(Y,F),!F.defaultMuiPrevented&&b.toggleItemEditing()},_=Y=>F=>{var G,te;(G=Y.onClick)==null||G.call(Y,F),o.items.handleItemClick(F,l),!(F.defaultMuiPrevented||(te=S.current)!=null&&te.contains(F.target))&&(mt.triggerSlot(o.state)==="content"&&b.handleExpansion(F),T||b.handleSelection(F))},O=Y=>F=>{var G;(G=Y.onMouseDown)==null||G.call(Y,F),!F.defaultMuiPrevented&&(F.shiftKey||F.ctrlKey||F.metaKey||f.disabled)&&F.preventDefault()},k=Y=>F=>{var G;(G=Y.onClick)==null||G.call(Y,F),!F.defaultMuiPrevented&&mt.triggerSlot(o.state)==="iconContainer"&&b.handleExpansion(F)};return{getContextProviderProps:()=>({itemId:l,id:a}),getRootProps:(Y={})=>{var H;const F=R({},Ht(e),Ht(Y)),G=R({},F,{ref:w,role:"treeitem",tabIndex:M?0:-1,id:E,"aria-expanded":f.expandable?f.expanded:void 0,"aria-disabled":f.disabled||void 0},Y,{style:R({},Y.style??{},{"--TreeView-itemDepth":i},N==null?{}:{"--TreeView-itemHeight":`${N}px`}),onFocus:V(F),onBlur:j(F),onKeyDown:y(F)}),te=((H=p.root)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},G,te)},getContentProps:(Y={})=>{var H;const F=Ht(Y),G=R({},F,Y,{ref:I,onClick:_(F),onMouseDown:O(F)});["expanded","selected","focused","disabled","editing","editable"].forEach(le=>{f[le]&&(G[`data-${le}`]="")});const te=((H=p.content)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},G,te)},getGroupTransitionProps:(Y={})=>{const F=Ht(Y);return R({},F,{unmountOnExit:!0,component:"ul",role:"group",in:f.expanded,children:u},Y)},getIconContainerProps:(Y={})=>{const F=Ht(Y);return R({},F,Y,{onClick:k(F)})},getCheckboxProps:(Y={})=>{var H;const F=Ht(Y),G=R({},F,{ref:S,"aria-hidden":!0},Y),te=((H=p.checkbox)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},G,te)},getLabelProps:(Y={})=>{var H;const F=R({},Ht(Y)),G=R({},F,{children:c},Y,{onDoubleClick:D(F)}),te=((H=p.label)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},te,G)},getLabelInputProps:(Y={})=>{var te;const F=Ht(Y),G=((te=p.labelInput)==null?void 0:te.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},Y,G)},getDragAndDropOverlayProps:(Y={})=>{var te;const F=Ht(Y),G=((te=p.dragAndDropOverlay)==null?void 0:te.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},Y,G)},getErrorContainerProps:(Y={})=>{const F=Ht(Y);return R({},F,Y)},getLoadingContainerProps:(Y={})=>{const F=Ht(Y);return R({size:"12px",thickness:6},F,Y)},rootRef:w,status:f,publicAPI:n}};function q$(e){return zc("MuiTreeItem",e)}Ng("MuiTreeItem",["root","content","groupTransition","iconContainer","label","checkbox","labelInput","dragAndDropOverlay","errorIcon","loadingIcon"]);const Y$=vt(h.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"TreeViewExpandIcon"),G$=vt(h.jsx("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"TreeViewCollapseIcon"),K$=["ownerState"];function _a(e,t,n){return e!==void 0?e:t!==void 0?t:n}function Kc(e){const{slots:t,slotProps:n,status:o}=e,{slots:s,slotProps:i}=qc(),a={collapseIcon:_a(t==null?void 0:t.collapseIcon,s.collapseIcon,G$),expandIcon:_a(t==null?void 0:t.expandIcon,s.expandIcon,Y$),endIcon:_a(t==null?void 0:t.endIcon,s.endIcon),icon:t==null?void 0:t.icon};let l;a!=null&&a.icon?l="icon":o.expandable?o.expanded?l="collapseIcon":l="expandIcon":l="endIcon";const c=a[l],u=jt({elementType:c,externalSlotProps:m=>R({},Xa(i[l],m),Xa(n==null?void 0:n[l],m)),ownerState:{}}),d=Ce(u,K$);return c?h.jsx(c,R({},d)):null}process.env.NODE_ENV!=="production"&&(Kc.propTypes={slotProps:r.object,slots:r.object,status:r.shape({disabled:r.bool.isRequired,editable:r.bool.isRequired,editing:r.bool.isRequired,error:r.bool.isRequired,expandable:r.bool.isRequired,expanded:r.bool.isRequired,focused:r.bool.isRequired,indeterminate:r.bool,loading:r.bool.isRequired,selected:r.bool.isRequired}).isRequired});const X$=ne("div",{name:"MuiTreeItemDragAndDropOverlay",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="action"})(({theme:e})=>({position:"absolute",left:0,display:"flex",top:0,bottom:0,right:0,pointerEvents:"none",variants:[{props:{action:"make-child"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * var(--TreeView-itemDepth))",borderRadius:e.shape.borderRadius,backgroundColor:e.alpha((e.vars||e).palette.primary.dark,(e.vars||e).palette.action.focusOpacity)}},{props:{action:"reorder-above"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * var(--TreeView-itemDepth))",borderTop:`1px solid ${(e.vars||e).palette.action.active}`}},{props:{action:"reorder-below"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * var(--TreeView-itemDepth))",borderBottom:`1px solid ${(e.vars||e).palette.action.active}`}},{props:{action:"move-to-parent"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * calc(var(--TreeView-itemDepth) - 1))",borderBottom:`1px solid ${(e.vars||e).palette.action.active}`}}]}));function Xg(e){return e.action==null?null:h.jsx(X$,R({},e))}process.env.NODE_ENV!=="production"&&(Xg.propTypes={action:r.oneOf(["make-child","move-to-parent","reorder-above","reorder-below"]),style:r.object});function Xc(e){const{children:t,itemId:n,id:o}=e,{wrapItem:s,store:i}=oo(),a=je(i,sa.treeItemIdAttribute,n,o);return h.jsx(C.Fragment,{children:s({children:t,itemId:n,store:i,idAttribute:a})})}process.env.NODE_ENV!=="production"&&(Xc.propTypes={children:r.node,id:r.string,itemId:r.string.isRequired});const Q$=ne("input",{name:"MuiTreeItem",slot:"LabelInput"})(({theme:e})=>R({},e.typography.body1,{width:"100%",backgroundColor:(e.vars||e).palette.background.paper,borderRadius:e.shape.borderRadius,border:"none",padding:"0 2px",boxSizing:"border-box","&:focus":{outline:`1px solid ${(e.vars||e).palette.primary.main}`}})),Z$=["visible"],J$=["id","itemId","label","disabled","disableSelection","children","slots","slotProps","classes"],ej=$g(),Qg=ne("li",{name:"MuiTreeItem",slot:"Root"})({listStyle:"none",margin:0,padding:0,outline:0}),Zg=ne("div",{name:"MuiTreeItem",slot:"Content",shouldForwardProp:e=>Ft(e)&&e!=="status"})(({theme:e})=>({padding:e.spacing(.5,1),paddingLeft:`calc(${e.spacing(1)} + var(--TreeView-itemChildrenIndentation) * var(--TreeView-itemDepth))`,borderRadius:e.shape.borderRadius,width:"100%",height:"var(--TreeView-itemHeight, unset)",boxSizing:"border-box",position:"relative",display:"flex",alignItems:"center",gap:e.spacing(1),cursor:"pointer",WebkitTapHighlightColor:"transparent","&:hover":{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},"&[data-disabled]":{opacity:(e.vars||e).palette.action.disabledOpacity,backgroundColor:"transparent",cursor:"auto"},"&[data-focused]":{backgroundColor:(e.vars||e).palette.action.focus},"&[data-selected]":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity),"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`),"@media (hover: none)":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity)}}},"&[data-selected][data-focused]":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}})),Jg=ne("div",{name:"MuiTreeItem",slot:"Label",shouldForwardProp:e=>Ft(e)&&e!=="editable"})(({theme:e})=>R({width:"100%",boxSizing:"border-box",minWidth:0,position:"relative",overflow:"hidden"},e.typography.body1,{variants:[{props:({editable:t})=>t,style:{paddingLeft:"2px"}}]})),eb=ne("div",{name:"MuiTreeItem",slot:"IconContainer"})({width:16,display:"flex",flexShrink:0,justifyContent:"center",position:"relative",cursor:"inherit","& svg":{fontSize:18}}),tb=ne(ui,{name:"MuiTreeItem",slot:"GroupTransition",overridesResolver:(e,t)=>t.groupTransition})({margin:0,padding:0}),tj=ne("div",{name:"MuiTreeItem",slot:"ErrorIcon"})({position:"absolute",right:-3,width:7,height:7,borderRadius:"50%",backgroundColor:"red"}),nj=ne(Bi,{name:"MuiTreeItem",slot:"LoadingIcon"})({color:"text.primary"}),nb=ne(C.forwardRef((e,t)=>{const{visible:n}=e,o=Ce(e,Z$);return n?h.jsx(Ag,R({},o,{ref:t})):null}),{name:"MuiTreeItem",slot:"Checkbox"})({padding:0});process.env.NODE_ENV!=="production"&&(nb.displayName="TreeItemCheckbox");const oj=e=>{const{classes:t}=qc(),n=R({},e,{root:de(e==null?void 0:e.root,t.root),content:de(e==null?void 0:e.content,t.itemContent),iconContainer:de(e==null?void 0:e.iconContainer,t.itemIconContainer),checkbox:de(e==null?void 0:e.checkbox,t.itemCheckbox),label:de(e==null?void 0:e.label,t.itemLabel),groupTransition:de(e==null?void 0:e.groupTransition,t.itemGroupTransition),labelInput:de(e==null?void 0:e.labelInput,t.itemLabelInput),dragAndDropOverlay:de(e==null?void 0:e.dragAndDropOverlay,t.itemDragAndDropOverlay),errorIcon:de(e==null?void 0:e.errorIcon,t.itemErrorIcon),loadingIcon:de(e==null?void 0:e.loadingIcon,t.itemLoadingIcon)});return Rg({root:["root"],content:["content"],iconContainer:["iconContainer"],checkbox:["checkbox"],label:["label"],groupTransition:["groupTransition"],labelInput:["labelInput"],dragAndDropOverlay:["dragAndDropOverlay"],errorIcon:["errorIcon"],loadingIcon:["loadingIcon"]},q$,n)},Qc=C.forwardRef(function(t,n){const o=ej({props:t,name:"MuiTreeItem"}),{id:s,itemId:i,label:a,disabled:l,disableSelection:c,children:u,slots:d={},slotProps:m={},classes:g}=o,p=Ce(o,J$),{getContextProviderProps:b,getRootProps:f,getContentProps:v,getIconContainerProps:x,getCheckboxProps:w,getLabelProps:I,getGroupTransitionProps:S,getLabelInputProps:T,getDragAndDropOverlayProps:E,getErrorContainerProps:M,getLoadingContainerProps:N,status:$}=Kg({id:s,itemId:i,children:u,label:a,disabled:l,disableSelection:c}),V=oj(g),j=d.root??Qg,y=jt({elementType:j,getSlotProps:f,externalForwardedProps:p,externalSlotProps:m.root,additionalProps:{ref:n},ownerState:{},className:V.root}),D=d.content??Zg,_=jt({elementType:D,getSlotProps:v,externalSlotProps:m.content,ownerState:{},className:V.content}),O=d.iconContainer??eb,k=jt({elementType:O,getSlotProps:x,externalSlotProps:m.iconContainer,ownerState:{},className:V.iconContainer}),P=d.label??Jg,A=jt({elementType:P,getSlotProps:I,externalSlotProps:m.label,ownerState:{},className:V.label}),z=d.checkbox??nb,L=jt({elementType:z,getSlotProps:w,externalSlotProps:m.checkbox,ownerState:{},className:V.checkbox}),B=d.groupTransition??void 0,W=jt({elementType:B,getSlotProps:S,externalSlotProps:m.groupTransition,ownerState:{},className:V.groupTransition}),K=d.labelInput??Q$,ee=jt({elementType:K,getSlotProps:T,externalSlotProps:m.labelInput,ownerState:{},className:V.labelInput}),U=d.dragAndDropOverlay??Xg,Q=jt({elementType:U,getSlotProps:E,externalSlotProps:m.dragAndDropOverlay,ownerState:{},className:V.dragAndDropOverlay}),re=d.errorIcon??tj,Y=jt({elementType:re,getSlotProps:M,externalSlotProps:m.errorIcon,ownerState:{},className:V.errorIcon}),F=d.loadingIcon??nj,G=jt({elementType:F,getSlotProps:N,externalSlotProps:m.loadingIcon,ownerState:{},className:V.loadingIcon});return h.jsx(Xc,R({},b(),{children:h.jsxs(j,R({},y,{children:[h.jsxs(D,R({},_,{children:[h.jsxs(O,R({},k,{children:[$.error&&h.jsx(re,R({},Y)),$.loading?h.jsx(F,R({},G)):h.jsx(Kc,{status:$,slots:d,slotProps:m})]})),h.jsx(z,R({},L)),$.editing?h.jsx(K,R({},ee)):h.jsx(P,R({},A)),h.jsx(U,R({},Q))]})),u&&h.jsx(tb,R({as:B},W))]}))}))});process.env.NODE_ENV!=="production"&&(Qc.displayName="TreeItem");process.env.NODE_ENV!=="production"&&(Qc.propTypes={children:r.any,classes:r.object,className:r.string,disabled:r.bool,disableSelection:r.bool,id:r.string,itemId:r.string.isRequired,label:r.node,onBlur:r.func,onFocus:b$,onKeyDown:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function rj(e,t,n){const o=je(e,sa.treeId),s=je(e,me.itemChildrenIndentation),i=je(e,Pe.isMultiSelectEnabled);return a=>R({ref:n,role:"tree",id:o,"aria-multiselectable":i},t,a,{style:R({},t.style,{"--TreeView-itemChildrenIndentation":typeof s=="number"?`${s}px`:s}),onFocus:l=>{var c;(c=a.onFocus)==null||c.call(a,l),e.focus.handleRootFocus(l)},onBlur:l=>{var c;(c=a.onBlur)==null||c.call(a,l),e.focus.handleRootBlur(l)}})}const sj=["ownerState"],Zc=C.createContext(null);process.env.NODE_ENV!=="production"&&(Zc.displayName="RichTreeViewItemsContext");const ij=()=>Wc,aj=e=>me.itemOrderedChildrenIds(e,null),ob=C.memo(function({itemSlot:t,itemSlotProps:n,itemId:o,skipChildren:s}){const i=C.useContext(Zc),{store:a}=oo(),l=je(a,me.itemMeta,o),c=je(a,s?ij:me.itemOrderedChildrenIds,o),u=t??Qc,d=jt({elementType:u,externalSlotProps:n,additionalProps:{label:l==null?void 0:l.label,id:l==null?void 0:l.idAttribute,itemId:o},ownerState:{itemId:o,label:l==null?void 0:l.label}}),m=Ce(d,sj);return h.jsx(u,R({},m,{children:i?c==null?void 0:c.map(i):null}))},g$);process.env.NODE_ENV!=="production"&&(ob.displayName="RichTreeViewItem");function lj(e){const{slots:t,slotProps:n,ownerState:o,forwardedProps:s,rootRef:i}=e,{store:a}=oo(),{classes:l}=qc(),c=t==null?void 0:t.item,u=n==null?void 0:n.item,d=je(a,me.domStructure),m=je(a,d==="flat"?mt.flatList:aj),g=rj(a,s,i),p=t.root,b=jt({elementType:p,externalSlotProps:n==null?void 0:n.root,className:l.root,getSlotProps:g,ownerState:o}),f=d==="flat",v=C.useCallback(x=>h.jsx(ob,{itemSlot:c,itemSlotProps:u,itemId:x,skipChildren:f},x),[c,u,f]);return h.jsx(Zc.Provider,{value:v,children:h.jsx(p,R({},b,{children:m.map(v)}))})}const cj=["apiRef","slots","slotProps","disabledItemsFocusable","items","isItemDisabled","isItemSelectionDisabled","getItemLabel","getItemChildren","getItemId","onItemClick","itemChildrenIndentation","id","expandedItems","defaultExpandedItems","onExpandedItemsChange","onItemExpansionToggle","expansionTrigger","disableSelection","selectedItems","defaultSelectedItems","multiSelect","checkboxSelection","selectionPropagation","onSelectedItemsChange","onItemSelectionToggle","onItemFocus","itemHeight","onItemLabelChange","isItemEditable","domStructure"];function uj(e){const{apiRef:t,slots:n,slotProps:o,disabledItemsFocusable:s,items:i,isItemDisabled:a,isItemSelectionDisabled:l,getItemLabel:c,getItemChildren:u,getItemId:d,onItemClick:m,itemChildrenIndentation:g,id:p,expandedItems:b,defaultExpandedItems:f,onExpandedItemsChange:v,onItemExpansionToggle:x,expansionTrigger:w,disableSelection:I,selectedItems:S,defaultSelectedItems:T,multiSelect:E,checkboxSelection:M,selectionPropagation:N,onSelectedItemsChange:$,onItemSelectionToggle:V,onItemFocus:j,itemHeight:y,onItemLabelChange:D,isItemEditable:_,domStructure:O}=e,k=Ce(e,cj),P=C.useMemo(()=>({disabledItemsFocusable:s,items:i,isItemDisabled:a,isItemSelectionDisabled:l,getItemLabel:c,getItemChildren:u,getItemId:d,onItemClick:m,itemChildrenIndentation:g,id:p,expandedItems:b,defaultExpandedItems:f,onExpandedItemsChange:v,onItemExpansionToggle:x,expansionTrigger:w,disableSelection:I,selectedItems:S,defaultSelectedItems:T,multiSelect:E,checkboxSelection:M,selectionPropagation:N,onSelectedItemsChange:$,onItemSelectionToggle:V,onItemFocus:j,itemHeight:y,onItemLabelChange:D,isItemEditable:_,domStructure:O}),[s,i,a,l,c,u,d,m,g,p,b,f,v,x,w,I,S,T,E,M,N,$,V,j,y,D,_,O]);return{apiRef:t,slots:n,slotProps:o,parameters:P,forwardedProps:k}}const dj=()=>{},pj=typeof document<"u"?C.useLayoutEffect:dj;function Jc(e){C.useEffect(e,Wc)}const fj={...C},ts=typeof Symbol.dispose=="symbol"?Symbol.dispose:Symbol.for("Symbol.dispose"),Np=typeof SuppressedError=="function"?SuppressedError:void 0;function mj(e,t){if(Np)return new Np(e,t);const n=new Error("An error was suppressed during disposal.");return Object.assign(n,{name:"SuppressedError",error:e,suppressed:t})}function js(e){if(e)throw new ReferenceError("MUI X: The disposable stack is disposed.")}class eu{constructor(){Z(this,"stack",[]);Z(this,"isDisposed",!1)}get disposed(){return this.isDisposed}use(t){if(js(this.isDisposed),t!=null){const n=t[ts];if(typeof n!="function")throw new TypeError("MUI X: The value is not disposable.");this.stack.push(()=>n.call(t))}return t}adopt(t,n){return js(this.isDisposed),this.stack.push(()=>n(t)),t}defer(t){js(this.isDisposed),this.stack.push(t)}move(){js(this.isDisposed);const t=new eu;return t.stack=this.stack,this.stack=[],this.isDisposed=!0,t}dispose(){if(this.isDisposed)return;this.isDisposed=!0;let t=!1,n;for(let o=this.stack.length-1;o>=0;o-=1)try{this.stack[o]()}catch(s){n=t?mj(s,n):s,t=!0}if(this.stack=[],t)throw n}[ts](){this.dispose()}}const hj=globalThis.DisposableStack??eu;function gj(e){const t=[];let n=e;for(;typeof n=="object"&&n!==null&&"error"in n&&"suppressed"in n;)t.push(n.error),n=n.suppressed;return t.push(n),t}const bj=16,$p=fj,Ao=$p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE??$p.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function yj(){var e,t,n;try{const o=((t=(e=Ao==null?void 0:Ao.A)==null?void 0:e.getOwner)==null?void 0:t.call(e))??((n=Ao==null?void 0:Ao.ReactCurrentOwner)==null?void 0:n.current)??null;return o==null||typeof o.mode!="number"?!1:(o.mode&bj)!==0}catch{return!1}}const fi=Symbol("useDisposable.mount"),vj=Symbol("useDisposable.devState"),Qo=Symbol();function xj(e){const t=C.useRef(Qo);if(t.current===Qo){const n=e(),o=()=>{n[ts](),t.current=Qo};n[fi]=()=>o,t.current=n}return Jc(t.current[fi]),t.current}function Cj(e){const t=C.useRef(Qo);if(t.current===Qo){const n=e(),o={detectedStrict:yj(),mountCount:0,disposed:!1};n[vj]=o,n[fi]=()=>{if(o.mountCount+=1,o.mountCount>1&&o.disposed)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: useDisposable failed to detect React StrictMode.
|
|
259
|
+
*/var Cp;function DN(){return Cp||(Cp=1,process.env.NODE_ENV!=="production"&&(function(){function e(u,d){return u===d&&(u!==0||1/u===1/d)||u!==u&&d!==d}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=q,n=Vc(),o=typeof Object.is=="function"?Object.is:e,s=n.useSyncExternalStore,i=t.useRef,a=t.useEffect,l=t.useMemo,c=t.useDebugValue;Ea.useSyncExternalStoreWithSelector=function(u,d,m,g,p){var b=i(null);if(b.current===null){var f={hasValue:!1,value:null};b.current=f}else f=b.current;b=l(function(){function x(E){if(!w){if(w=!0,I=E,E=g(E),p!==void 0&&f.hasValue){var M=f.value;if(p(M,E))return S=M}return S=E}if(M=S,o(I,E))return M;var N=g(E);return p!==void 0&&p(M,N)?(I=E,M):(I=E,S=N)}var w=!1,I,S,T=m===void 0?null:m;return[function(){return x(d())},T===null?void 0:function(){return x(T())}]},[d,m,g,p]);var v=s(u,b[0],b[1]);return a(function(){f.hasValue=!0,f.value=v},[v]),c(v),v},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Ea}var Sp;function MN(){return Sp||(Sp=1,process.env.NODE_ENV==="production"?$s.exports=PN():$s.exports=DN()),$s.exports}var RN=MN();const NN=parseInt(C.version,10),$N=NN>=19,jN=$N?AN:LN;function je(e,t,n,o,s){return jN(e,t,n,o,s)}function AN(e,t,n,o,s){const i=C.useCallback(()=>t(e.getSnapshot(),n,o,s),[e,t,n,o,s]);return _N.useSyncExternalStore(e.subscribe,i,i)}function LN(e,t,n,o,s){return RN.useSyncExternalStoreWithSelector(e.subscribe,e.getSnapshot,e.getSnapshot,i=>t(i,n,o,s))}class Fc{constructor(t){Z(this,"subscribe",t=>(this.listeners.add(t),()=>{this.listeners.delete(t)}));Z(this,"getSnapshot",()=>this.state);Z(this,"use",(t,n,o,s)=>je(this,t,n,o,s));this.state=t,this.listeners=new Set,this.updateTick=0}static create(t){return new Fc(t)}setState(t){this.state=t,this.updateTick+=1;const n=this.updateTick,o=this.listeners.values();let s;for(;s=o.next(),!s.done;){if(n!==this.updateTick)return;const i=s.value;i(t)}}update(t){for(const n in t)if(!Object.is(this.state[n],t[n])){this.setState(R({},this.state,t));return}}set(t,n){Object.is(this.state[t],n)||this.setState(R({},this.state,{[t]:n}))}}function VN(e){return $e("MuiAlert",e)}const wp=Me("MuiAlert",["root","action","icon","message","filled","colorSuccess","colorInfo","colorWarning","colorError","filledSuccess","filledInfo","filledWarning","filledError","outlined","outlinedSuccess","outlinedInfo","outlinedWarning","outlinedError","standard","standardSuccess","standardInfo","standardWarning","standardError"]),FN=vt(h.jsx("path",{d:"M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"}),"SuccessOutlined"),BN=vt(h.jsx("path",{d:"M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"}),"ReportProblemOutlined"),zN=vt(h.jsx("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),"ErrorOutline"),WN=vt(h.jsx("path",{d:"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"}),"InfoOutlined"),UN=vt(h.jsx("path",{d:"M19 6.41L17.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"}),"Close"),HN=e=>{const{variant:t,color:n,severity:o,classes:s}=e,i={root:["root",`color${fe(n||o)}`,`${t}${fe(n||o)}`,`${t}`],icon:["icon"],message:["message"],action:["action"]};return Le(i,VN,s)},qN=ne(ps,{name:"MuiAlert",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`${n.variant}${fe(n.color||n.severity)}`]]}})(dt(({theme:e})=>{const t=e.palette.mode==="light"?e.darken:e.lighten,n=e.palette.mode==="light"?e.lighten:e.darken;return{...e.typography.body2,backgroundColor:"transparent",display:"flex",padding:"6px 16px",variants:[...Object.entries(e.palette).filter(Pt(["light"])).map(([o])=>({props:{colorSeverity:o,variant:"standard"},style:{color:e.vars?e.vars.palette.Alert[`${o}Color`]:t(e.palette[o].light,.6),backgroundColor:e.vars?e.vars.palette.Alert[`${o}StandardBg`]:n(e.palette[o].light,.9),[`& .${wp.icon}`]:e.vars?{color:e.vars.palette.Alert[`${o}IconColor`]}:{color:e.palette[o].main}}})),...Object.entries(e.palette).filter(Pt(["light"])).map(([o])=>({props:{colorSeverity:o,variant:"outlined"},style:{color:e.vars?e.vars.palette.Alert[`${o}Color`]:t(e.palette[o].light,.6),border:`1px solid ${(e.vars||e).palette[o].light}`,[`& .${wp.icon}`]:e.vars?{color:e.vars.palette.Alert[`${o}IconColor`]}:{color:e.palette[o].main}}})),...Object.entries(e.palette).filter(Pt(["dark"])).map(([o])=>({props:{colorSeverity:o,variant:"filled"},style:{fontWeight:e.typography.fontWeightMedium,...e.vars?{color:e.vars.palette.Alert[`${o}FilledColor`],backgroundColor:e.vars.palette.Alert[`${o}FilledBg`]}:{backgroundColor:e.palette.mode==="dark"?e.palette[o].dark:e.palette[o].main,color:e.palette.getContrastText(e.palette[o].main)}}}))]}})),YN=ne("div",{name:"MuiAlert",slot:"Icon"})({marginRight:12,padding:"7px 0",display:"flex",fontSize:22,opacity:.9}),GN=ne("div",{name:"MuiAlert",slot:"Message"})({padding:"8px 0",minWidth:0,overflow:"auto"}),KN=ne("div",{name:"MuiAlert",slot:"Action"})({display:"flex",alignItems:"flex-start",padding:"4px 0 0 16px",marginLeft:"auto",marginRight:-8}),Tp={success:h.jsx(FN,{fontSize:"inherit"}),warning:h.jsx(BN,{fontSize:"inherit"}),error:h.jsx(zN,{fontSize:"inherit"}),info:h.jsx(WN,{fontSize:"inherit"})},kg=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiAlert"}),{action:s,children:i,className:a,closeText:l="Close",color:c,components:u={},componentsProps:d={},icon:m,iconMapping:g=Tp,onClose:p,role:b="alert",severity:f="success",slotProps:v={},slots:x={},variant:w="standard",...I}=o,S={...o,color:c,severity:f,variant:w,colorSeverity:c||f},T=HN(S),E={slots:{closeButton:u.CloseButton,closeIcon:u.CloseIcon,...x},slotProps:{...d,...v}},[M,N]=at("root",{ref:n,shouldForwardComponentProp:!0,className:de(T.root,a),elementType:qN,externalForwardedProps:{...E,...I},ownerState:S,additionalProps:{role:b,elevation:0}}),[$,V]=at("icon",{className:T.icon,elementType:YN,externalForwardedProps:E,ownerState:S}),[j,y]=at("message",{className:T.message,elementType:GN,externalForwardedProps:E,ownerState:S}),[D,_]=at("action",{className:T.action,elementType:KN,externalForwardedProps:E,ownerState:S}),[O,k]=at("closeButton",{elementType:Xn,externalForwardedProps:E,ownerState:S}),[P,A]=at("closeIcon",{elementType:UN,externalForwardedProps:E,ownerState:S});return h.jsxs(M,{...N,children:[m!==!1?h.jsx($,{...V,children:m||g[f]||Tp[f]}):null,h.jsx(j,{...y,children:i}),s!=null?h.jsx(D,{..._,children:s}):null,s==null&&p?h.jsx(D,{..._,children:h.jsx(O,{size:"small","aria-label":l,title:l,color:"inherit",onClick:p,...k,children:h.jsx(P,{fontSize:"small",...A})})}):null]})});process.env.NODE_ENV!=="production"&&(kg.propTypes={action:r.node,children:r.node,classes:r.object,className:r.string,closeText:r.string,color:r.oneOfType([r.oneOf(["error","info","success","warning"]),r.string]),components:r.shape({CloseButton:r.elementType,CloseIcon:r.elementType}),componentsProps:r.shape({closeButton:r.object,closeIcon:r.object}),icon:r.node,iconMapping:r.shape({error:r.node,info:r.node,success:r.node,warning:r.node}),onClose:r.func,role:r.string,severity:r.oneOfType([r.oneOf(["error","info","success","warning"]),r.string]),slotProps:r.shape({action:r.oneOfType([r.func,r.object]),closeButton:r.oneOfType([r.func,r.object]),closeIcon:r.oneOfType([r.func,r.object]),icon:r.oneOfType([r.func,r.object]),message:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({action:r.elementType,closeButton:r.elementType,closeIcon:r.elementType,icon:r.elementType,message:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),variant:r.oneOfType([r.oneOf(["filled","outlined","standard"]),r.string])});function _g(e,t,n=void 0){const o={};for(const s in e){const i=e[s];let a="",l=!0;for(let c=0;c<i.length;c+=1){const u=i[c];u&&(a+=(l===!0?"":" ")+t(u),l=!1,n&&n[u]&&(a+=" "+n[u]))}o[s]=a}return o}const Ip=e=>e,XN=()=>{let e=Ip;return{configure(t){e=t},generate(t){return e(t)},reset(){e=Ip}}},QN=XN(),ZN={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function Bc(e,t,n="Mui"){const o=ZN[t];return o?`${n}-${o}`:`${QN.generate(e)}-${t}`}function Pg(e,t,n="Mui"){const o={};return t.forEach(s=>{o[s]=Bc(e,s,n)}),o}function JN(e){return Bc("MuiRichTreeView",e)}Pg("MuiRichTreeView",["root","item","itemContent","itemGroupTransition","itemIconContainer","itemLabel","itemCheckbox","itemLabelInput"]);function Dg(e){return ke}const zc=Object.freeze([]),Ko=Object.freeze({}),Wc=C.createContext(null);process.env.NODE_ENV!=="production"&&(Wc.displayName="TreeViewContext");const oo=()=>{const e=C.useContext(Wc);if(e==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI X Tree View: Could not find the Tree View context. This happens when a component is rendered outside of a SimpleTreeView or RichTreeView parent component. Ensure your component is a child of a Tree View component. This can also happen if you are bundling multiple versions of the Tree View.":Ae(190));return e},Uc=C.createContext({classes:{},slots:{},slotProps:{}});process.env.NODE_ENV!=="production"&&(Uc.displayName="TreeViewStyleContext");const Hc=()=>C.useContext(Uc),e$=e=>{const{store:t,apiRef:n,rootRef:o}=e,s=Eg(()=>t.buildPublicAPI()).current;t$(s,n);const i=C.useCallback(l=>{let c=null,u=null;const d=[],m={};t.itemPluginManager.listPlugins().forEach(b=>{const f=b({props:l,rootRef:c,contentRef:u});f!=null&&f.rootRef&&(c=f.rootRef),f!=null&&f.contentRef&&(u=f.contentRef),f!=null&&f.propsEnhancers&&(d.push(f.propsEnhancers),Object.keys(f.propsEnhancers).forEach(v=>{m[v]=!0}))});const g=b=>f=>{const v={};return d.forEach(x=>{const w=x[b];w!=null&&Object.assign(v,w(f))}),v},p=Object.fromEntries(Object.keys(m).map(b=>[b,g(b)]));return{contentRef:u,rootRef:c,propsEnhancers:p}},[t]),a=C.useCallback(({itemId:l,children:c,idAttribute:u})=>{let d=c;const m=t.itemPluginManager.listWrappers();for(let g=m.length-1;g>=0;g-=1){const p=m[g];d=p({store:t,itemId:l,children:d,idAttribute:u})}return d},[t]);return C.useMemo(()=>({runItemPlugins:i,wrapItem:a,publicAPI:s,store:t,rootRef:o}),[i,a,s,t,o])};function t$(e,t){t!=null&&t.current!==e&&(t.current=e)}function n$(e){const{store:t,apiRef:n,rootRef:o,classes:s=Ko,slots:i=Ko,slotProps:a=Ko,children:l}=e,c=e$({store:t,apiRef:n,rootRef:o}),u=C.useMemo(()=>({classes:s,slots:{collapseIcon:i.collapseIcon,expandIcon:i.expandIcon,endIcon:i.endIcon},slotProps:{collapseIcon:a.collapseIcon,expandIcon:a.expandIcon,endIcon:a.endIcon}}),[s,i.collapseIcon,i.expandIcon,i.endIcon,a.collapseIcon,a.expandIcon,a.endIcon]);return h.jsx(Wc.Provider,{value:c,children:h.jsx(Uc.Provider,{value:u,children:l})})}function o$(...e){const t=C.useRef(void 0),n=C.useCallback(o=>{const s=e.map(i=>{if(i==null)return null;if(typeof i=="function"){const a=i,l=a(o);return typeof l=="function"?l:()=>{a(null)}}return i.current=o,()=>{i.current=null}});return()=>{s.forEach(i=>i==null?void 0:i())}},e);return C.useMemo(()=>e.every(o=>o==null)?null:o=>{t.current&&(t.current(),t.current=void 0),o!=null&&(t.current=n(o))},e)}function r$(e){return typeof e=="string"}function s$(e,t,n){return e===void 0||r$(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function i$(e,t){const n=e.charCodeAt(2);return e[0]==="o"&&e[1]==="n"&&n>=65&&n<=90&&typeof t=="function"}function Ht(e){if(e===void 0)return{};const t={};for(const n of Object.keys(e))i$(n,e[n])&&(t[n]=e[n]);return t}function Ep(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function a$(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:o,externalForwardedProps:s,className:i}=e;if(!t){const p=de(n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),b={...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},f={...n,...s,...o};return p.length>0&&(f.className=p),Object.keys(b).length>0&&(f.style=b),{props:f,internalRef:void 0}}const a=Ht({...s,...o}),l=Ep(o),c=Ep(s),u=t(a),d=de(u==null?void 0:u.className,n==null?void 0:n.className,i,s==null?void 0:s.className,o==null?void 0:o.className),m={...u==null?void 0:u.style,...n==null?void 0:n.style,...s==null?void 0:s.style,...o==null?void 0:o.style},g={...u,...n,...c,...l};return d.length>0&&(g.className=d),Object.keys(m).length>0&&(g.style=m),{props:g,internalRef:u.ref}}function Xa(e,t,n){return typeof e=="function"?e(t,n):e}function jt(e){var m;const{elementType:t,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:s=!1,...i}=e,a=s?{}:Xa(n,o),{props:l,internalRef:c}=a$({...i,externalSlotProps:a}),u=o$(c,a==null?void 0:a.ref,(m=e.additionalProps)==null?void 0:m.ref);return s$(t,{...l,ref:u},o)}const l$=Object.is;function c$(e,t){if(e===t)return!0;if(!(e instanceof Object)||!(t instanceof Object))return!1;let n=0,o=0;for(const s in e)if(n+=1,!l$(e[s],t[s])||!(s in t))return!1;for(const s in t)o+=1;return n===o}function u$(e,t,n,o,s){if(process.env.NODE_ENV==="production")return null;const i=s||t;return typeof e[t]<"u"?new Error(`The prop \`${i}\` is not supported. Please remove it.`):null}function d$(e){return $e("MuiCollapse",e)}Me("MuiCollapse",["root","horizontal","vertical","entered","hidden","wrapper","wrapperInner"]);const p$=e=>{const{orientation:t,classes:n}=e;return Le({root:["root",t],entered:["entered"],hidden:["hidden"],wrapper:["wrapper",t],wrapperInner:["wrapperInner",t]},d$,n)},f$=ne("div",{name:"MuiCollapse",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.orientation],n.state==="entered"&&t.entered,n.state==="exited"&&!n.in&&n.collapsedSize==="0px"&&t.hidden]}})(dt(({theme:e})=>({height:0,overflow:"hidden",transition:e.transitions.create("height"),variants:[{props:{orientation:"horizontal"},style:{height:"auto",width:0,transition:e.transitions.create("width")}},{props:{state:"entered"},style:{height:"auto",overflow:"visible"}},{props:{state:"entered",orientation:"horizontal"},style:{width:"auto"}},{props:({ownerState:t})=>t.state==="exited"&&!t.in&&t.collapsedSize==="0px",style:{visibility:"hidden"}}]}))),m$=ne("div",{name:"MuiCollapse",slot:"Wrapper"})({display:"flex",width:"100%",variants:[{props:{orientation:"horizontal"},style:{width:"auto",height:"100%"}}]}),h$=ne("div",{name:"MuiCollapse",slot:"WrapperInner"})({width:"100%",variants:[{props:{orientation:"horizontal"},style:{width:"auto",height:"100%"}}]}),ui=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiCollapse"}),{addEndListener:s,children:i,className:a,collapsedSize:l="0px",component:c,easing:u,in:d,onEnter:m,onEntered:g,onEntering:p,onExit:b,onExited:f,onExiting:v,orientation:x="vertical",slots:w={},slotProps:I={},style:S,timeout:T=wf.standard,TransitionComponent:E=Ut,...M}=o,N={...o,orientation:x,collapsedSize:l},$=p$(N),V=So(),j=jl(),y=C.useRef(null),D=C.useRef(),_=typeof l=="number"?`${l}px`:l,O=x==="horizontal",k=O?"width":"height",P=C.useRef(null),A=kt(n,P),z=()=>y.current?y.current[O?"clientWidth":"clientHeight"]:0,L=St(P,(X,ue)=>{y.current&&O&&(y.current.style.position="absolute"),X.style[k]=_,m&&m(X,ue)}),B=St(P,(X,ue)=>{const pe=z();y.current&&O&&(y.current.style.position="");const{duration:ae,easing:oe}=er({style:S,timeout:T,easing:u},{mode:"enter"});if(T==="auto"){const he=V.transitions.getAutoHeightDuration(pe);X.style.transitionDuration=`${he}ms`,D.current=he}else X.style.transitionDuration=typeof ae=="string"?ae:`${ae}ms`;X.style[k]=`${pe}px`,X.style.transitionTimingFunction=oe,p&&p(X,ue)}),W=St(P,(X,ue)=>{X.style[k]="auto",g&&g(X,ue)}),K=St(P,X=>{X.style[k]=`${z()}px`,b&&b(X)}),ee=St(P,f),U=St(P,X=>{const ue=z(),{duration:pe,easing:ae}=er({style:S,timeout:T,easing:u},{mode:"exit"});if(T==="auto"){const oe=V.transitions.getAutoHeightDuration(ue);X.style.transitionDuration=`${oe}ms`,D.current=oe}else X.style.transitionDuration=typeof pe=="string"?pe:`${pe}ms`;X.style[k]=_,X.style.transitionTimingFunction=ae,v&&v(X)}),Q=X=>{T==="auto"&&j.start(D.current||0,X),s&&s(P.current,X)},re={slots:w,slotProps:I,component:c},[Y,F]=at("root",{ref:A,className:de($.root,a),elementType:f$,externalForwardedProps:re,ownerState:N,additionalProps:{style:{[O?"minWidth":"minHeight"]:_,...S}}}),[G,te]=at("wrapper",{ref:y,className:$.wrapper,elementType:m$,externalForwardedProps:re,ownerState:N}),[H,le]=at("wrapperInner",{className:$.wrapperInner,elementType:h$,externalForwardedProps:re,ownerState:N});return h.jsx(E,{in:d,onEnter:L,onEntered:W,onEntering:B,onExit:K,onExited:ee,onExiting:U,addEndListener:Q,nodeRef:P,timeout:T==="auto"?null:T,...M,children:(X,{ownerState:ue,...pe})=>{const ae={...N,state:X};return h.jsx(Y,{...F,className:de(F.className,{entered:$.entered,exited:!d&&_==="0px"&&$.hidden}[X]),ownerState:ae,...pe,children:h.jsx(G,{...te,ownerState:ae,children:h.jsx(H,{...le,ownerState:ae,children:i})})})}})});process.env.NODE_ENV!=="production"&&(ui.propTypes={addEndListener:r.func,children:r.node,classes:r.object,className:r.string,collapsedSize:r.oneOfType([r.number,r.string]),component:Yl,easing:r.oneOfType([r.shape({enter:r.string,exit:r.string}),r.string]),in:r.bool,onEnter:r.func,onEntered:r.func,onEntering:r.func,onExit:r.func,onExited:r.func,onExiting:r.func,orientation:r.oneOf(["horizontal","vertical"]),slotProps:r.shape({root:r.oneOfType([r.func,r.object]),wrapper:r.oneOfType([r.func,r.object]),wrapperInner:r.oneOfType([r.func,r.object])}),slots:r.shape({root:r.elementType,wrapper:r.elementType,wrapperInner:r.elementType}),style:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),timeout:r.oneOfType([r.oneOf(["auto"]),r.number,r.shape({appear:r.number,enter:r.number,exit:r.number})])});ui&&(ui.muiSupportAuto=!0);function g$(e){return $e("PrivateSwitchBase",e)}Me("PrivateSwitchBase",["root","checked","disabled","input","edgeStart","edgeEnd"]);const b$=e=>{const{classes:t,checked:n,disabled:o,edge:s}=e,i={root:["root",n&&"checked",o&&"disabled",s&&`edge${fe(s)}`],input:["input"]};return Le(i,g$,t)},y$=ne(Kn,{name:"MuiSwitchBase"})({padding:9,borderRadius:"50%",variants:[{props:{edge:"start",size:"small"},style:{marginLeft:-3}},{props:({edge:e,ownerState:t})=>e==="start"&&t.size!=="small",style:{marginLeft:-12}},{props:{edge:"end",size:"small"},style:{marginRight:-3}},{props:({edge:e,ownerState:t})=>e==="end"&&t.size!=="small",style:{marginRight:-12}}]}),v$=ne("input",{name:"MuiSwitchBase",shouldForwardProp:lr})({cursor:"inherit",position:"absolute",opacity:0,width:"100%",height:"100%",top:0,left:0,margin:0,padding:0,zIndex:1}),Mg=C.forwardRef(function(t,n){const{autoFocus:o,checked:s,checkedIcon:i,defaultChecked:a,disabled:l,disableFocusRipple:c=!1,edge:u=!1,icon:d,id:m,inputProps:g,inputRef:p,name:b,onBlur:f,onChange:v,onFocus:x,readOnly:w,required:I=!1,tabIndex:S,type:T,value:E,slots:M={},slotProps:N={},...$}=t,[V,j]=x0({controlled:s,default:!!a,name:"SwitchBase",state:"checked"}),y=Io(),D=U=>{x&&x(U),y&&y.onFocus&&y.onFocus(U)},_=U=>{f&&f(U),y&&y.onBlur&&y.onBlur(U)},O=U=>{if(U.nativeEvent.defaultPrevented||w)return;const Q=U.target.checked;j(Q),v&&v(U,Q)};let k=l;y&&typeof k>"u"&&(k=y.disabled);const P=T==="checkbox"||T==="radio",A={...t,checked:V,disabled:k,disableFocusRipple:c,edge:u},z=b$(A),L={slots:M,slotProps:{input:g,...N}},[B,W]=at("root",{ref:n,elementType:y$,className:z.root,shouldForwardComponentProp:!0,externalForwardedProps:{...L,component:"span",...$},getSlotProps:U=>({...U,onFocus:Q=>{var re;(re=U.onFocus)==null||re.call(U,Q),D(Q)},onBlur:Q=>{var re;(re=U.onBlur)==null||re.call(U,Q),_(Q)}}),ownerState:A,additionalProps:{centerRipple:!0,focusRipple:!c,role:void 0,tabIndex:null}}),[K,ee]=at("input",{ref:p,elementType:v$,className:z.input,externalForwardedProps:L,getSlotProps:U=>({...U,onChange:Q=>{var re;(re=U.onChange)==null||re.call(U,Q),O(Q)}}),ownerState:A,additionalProps:{autoFocus:o,checked:s,defaultChecked:a,disabled:k,id:P?m:void 0,name:b,readOnly:w,required:I,tabIndex:S,type:T,...T==="checkbox"&&E===void 0?{}:{value:E}}});return h.jsxs(B,{...W,children:[h.jsx(K,{...ee}),V?i:d]})});process.env.NODE_ENV!=="production"&&(Mg.propTypes={autoFocus:r.bool,checked:r.bool,checkedIcon:r.node.isRequired,classes:r.object,className:r.string,defaultChecked:r.bool,disabled:r.bool,disableFocusRipple:r.bool,edge:r.oneOf(["end","start",!1]),icon:r.node.isRequired,id:r.string,inputProps:r.object,inputRef:Ai,name:r.string,onBlur:r.func,onChange:r.func,onFocus:r.func,readOnly:r.bool,required:r.bool,slotProps:r.shape({input:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({input:r.elementType,root:r.elementType}),sx:r.object,tabIndex:r.oneOfType([r.number,r.string]),type:r.string.isRequired,value:r.any});const x$=vt(h.jsx("path",{d:"M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"}),"CheckBoxOutlineBlank"),C$=vt(h.jsx("path",{d:"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"}),"CheckBox"),S$=vt(h.jsx("path",{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"}),"IndeterminateCheckBox");function w$(e){return $e("MuiCheckbox",e)}const Oa=Me("MuiCheckbox",["root","checked","disabled","indeterminate","colorPrimary","colorSecondary","sizeSmall","sizeMedium"]),T$=e=>{const{classes:t,indeterminate:n,color:o,size:s}=e,i={root:["root",n&&"indeterminate",`color${fe(o)}`,`size${fe(s)}`]},a=Le(i,w$,t);return{...t,...a}},I$=ne(Mg,{shouldForwardProp:e=>lr(e)||e==="classes",name:"MuiCheckbox",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.indeterminate&&t.indeterminate,t[`size${fe(n.size)}`],n.color!=="default"&&t[`color${fe(n.color)}`]]}})(dt(({theme:e})=>({color:(e.vars||e).palette.text.secondary,variants:[{props:{color:"default",disableRipple:!1},style:{"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.action.active,(e.vars||e).palette.action.hoverOpacity)}}},...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t,disableRipple:!1},style:{"&:hover":{backgroundColor:e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity)}}})),...Object.entries(e.palette).filter(Pt()).map(([t])=>({props:{color:t},style:{[`&.${Oa.checked}, &.${Oa.indeterminate}`]:{color:(e.vars||e).palette[t].main},[`&.${Oa.disabled}`]:{color:(e.vars||e).palette.action.disabled}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}))),E$=h.jsx(C$,{}),O$=h.jsx(x$,{}),k$=h.jsx(S$,{}),Rg=C.forwardRef(function(t,n){const o=ot({props:t,name:"MuiCheckbox"}),{checkedIcon:s=E$,color:i="primary",icon:a=O$,indeterminate:l=!1,indeterminateIcon:c=k$,inputProps:u,size:d="medium",disableRipple:m=!1,className:g,slots:p={},slotProps:b={},...f}=o,v=l?c:a,x=l?c:s,w={...o,disableRipple:m,color:i,indeterminate:l,size:d},I=T$(w),S=b.input??u,[T,E]=at("root",{ref:n,elementType:I$,className:de(I.root,g),shouldForwardComponentProp:!0,externalForwardedProps:{slots:p,slotProps:b,...f},ownerState:w,additionalProps:{type:"checkbox",icon:C.cloneElement(v,{fontSize:v.props.fontSize??d}),checkedIcon:C.cloneElement(x,{fontSize:x.props.fontSize??d}),disableRipple:m,slots:p,slotProps:{input:S0(typeof S=="function"?S(w):S,{"data-indeterminate":l,"aria-checked":l?"mixed":void 0})}}});return h.jsx(T,{...E,classes:I})});process.env.NODE_ENV!=="production"&&(Rg.propTypes={checked:r.bool,checkedIcon:r.node,classes:r.object,className:r.string,color:r.oneOfType([r.oneOf(["default","primary","secondary","error","info","success","warning"]),r.string]),defaultChecked:r.bool,disabled:r.bool,disableRipple:r.bool,icon:r.node,id:r.string,indeterminate:r.bool,indeterminateIcon:r.node,inputProps:r.object,onChange:r.func,required:r.bool,size:r.oneOfType([r.oneOf(["medium","small"]),r.string]),slotProps:r.shape({input:r.oneOfType([r.func,r.object]),root:r.oneOfType([r.func,r.object])}),slots:r.shape({input:r.elementType,root:r.elementType}),sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object]),value:r.any});const Xt="__TREE_VIEW_ROOT_PARENT_ID__",Ng=e=>{const t={};return e.forEach((n,o)=>{t[n]=o}),t},di=(e,t)=>{if(t==null)return!1;let n=e[t];if(!n)return!1;if(n.disabled)return!0;for(;n.parentId!=null;){if(n=e[n.parentId],!n)return!1;if(n.disabled)return!0}return!1};function $g(e){const{storeParameters:t,items:n,parentId:o,depth:s,isItemExpandable:i,otherItemsMetaLookup:a}=e,l={},c={},u=[],d=[],m=g=>{const p=t.getItemId?t.getItemId(g):g.id;_$({id:p,parentId:o,item:g,itemMetaLookup:a,siblingsMetaLookup:l});const b=t.getItemLabel?t.getItemLabel(g):g.label;if(b==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a \`label\` property. You can use the \`getItemLabel\` prop to specify a custom label for each item. An item was provided without a label: ${JSON.stringify(g)}`:Ae(192,JSON.stringify(g)));const f=(t.getItemChildren?t.getItemChildren(g):g.children)||[];d.push({id:p,children:f}),c[p]=g,l[p]={id:p,label:b,parentId:o,idAttribute:void 0,expandable:i(g,f),disabled:t.isItemDisabled?t.isItemDisabled(g):!1,selectable:t.isItemSelectionDisabled?!t.isItemSelectionDisabled(g):!0,depth:s},u.push(p)};for(const g of n)m(g);return{metaLookup:l,modelLookup:c,orderedChildrenIds:u,childrenIndexes:Ng(u),itemsChildren:d}}function Op(e){const{storeParameters:t,items:n,parentId:o,depth:s,isItemExpandable:i,existingItemMetaLookup:a}=e,l={},c={},u={},d={},m=R({},a),g=(p,b,f)=>{const v=$g({storeParameters:t,items:p,parentId:b,depth:f,isItemExpandable:i,otherItemsMetaLookup:m});Object.assign(l,v.metaLookup),Object.assign(m,v.metaLookup),Object.assign(c,v.modelLookup),u[b??Xt]=v.orderedChildrenIds,d[b??Xt]=v.childrenIndexes;for(const x of v.itemsChildren)g(x.children,x.id,f+1)};return g(n,o,s),{itemMetaLookup:l,itemModelLookup:c,itemOrderedChildrenIdsLookup:u,itemChildrenIndexesLookup:d}}function _$({id:e,parentId:t,item:n,itemMetaLookup:o,siblingsMetaLookup:s}){if(e==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a unique \`id\` property. You can use the \`getItemId\` prop to specify a custom id for each item. An item was provided without an id: ${JSON.stringify(n)}`:Ae(193,JSON.stringify(n)));if(s[e]!=null||o[e]!=null&&o[e].parentId!==t)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a unique \`id\` property. The id "${e}" is used by multiple items. Use the \`getItemId\` prop to specify a custom id for each item if needed.`:Ae(194,e))}const P$=[],me={domStructure:De(e=>e.domStructure),disabledItemFocusable:De(e=>e.disabledItemsFocusable),itemMetaLookup:De(e=>e.itemMetaLookup),itemOrderedChildrenIdsLookup:De(e=>e.itemOrderedChildrenIdsLookup),itemMeta:De((e,t)=>e.itemMetaLookup[t??Xt]??null),itemOrderedChildrenIds:De((e,t)=>e.itemOrderedChildrenIdsLookup[t??Xt]??P$),itemModel:De((e,t)=>e.itemModelLookup[t]),isItemDisabled:De((e,t)=>di(e.itemMetaLookup,t)),itemIndex:De((e,t)=>{const n=e.itemMetaLookup[t];return n==null?-1:e.itemChildrenIndexesLookup[n.parentId??Xt][n.id]}),itemParentId:De((e,t)=>{var n;return((n=e.itemMetaLookup[t])==null?void 0:n.parentId)??null}),itemDepth:De((e,t)=>{var n;return((n=e.itemMetaLookup[t])==null?void 0:n.depth)??0}),canItemBeFocused:De((e,t)=>e.disabledItemsFocusable||e.itemModelLookup[t]!=null&&!di(e.itemMetaLookup,t)),itemChildrenIndentation:De(e=>e.itemChildrenIndentation),itemHeight:De(e=>e.itemHeight)},kp=De(e=>e.providedTreeId??e.treeId),sa={treeId:kp,treeItemIdAttribute:De(kp,(e,t,n)=>n??`${e??""}-${t}`)};class Xo{constructor(t){Z(this,"getItem",t=>me.itemModel(this.store.state,t));Z(this,"getItemTree",()=>{const t=n=>{const o=me.itemModel(this.store.state,n),s=R({},o),i=me.itemOrderedChildrenIds(this.store.state,n);return i.length>0?s.children=i.map(t):delete s.children,s};return me.itemOrderedChildrenIds(this.store.state,null).map(t)});Z(this,"getItemOrderedChildrenIds",t=>me.itemOrderedChildrenIds(this.store.state,t));Z(this,"getParentId",t=>{const n=me.itemMeta(this.store.state,t);return(n==null?void 0:n.parentId)||null});Z(this,"setIsItemDisabled",({itemId:t,shouldBeDisabled:n})=>{if(!this.store.state.itemMetaLookup[t])return;const o=R({},this.store.state.itemMetaLookup);o[t]=R({},o[t],{disabled:n??!o[t].disabled}),this.store.set("itemMetaLookup",o)});Z(this,"addItems",({items:t,parentId:n=null,index:o})=>{if(t.length===0)return;if(n!=null&&me.itemMeta(this.store.state,n)==null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: Unable to add items to the parent with id "${n}" because it is not present in the tree. Pass the id of an existing item, or \`null\` to add the items at the root level.`:Ae(295,n));const s=n==null?-1:me.itemDepth(this.store.state,n),i=this.store.parameters.dataSource,a=(x,w)=>w!=null&&w.length>0?!0:i==null?!1:i.getChildrenCount(x)!==0,{itemMetaLookup:l,itemModelLookup:c,itemOrderedChildrenIdsLookup:u,itemChildrenIndexesLookup:d}=Op({storeParameters:this.store.parameters,items:t,parentId:n,depth:s+1,isItemExpandable:a,existingItemMetaLookup:this.store.state.itemMetaLookup});for(const x of Object.keys(l))if(this.store.state.itemMetaLookup[x]!=null)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: All items must have a unique \`id\` property. The id "${x}" is used by multiple items. Use the \`getItemId\` prop to specify a custom id for each item if needed.`:Ae(194,x));const m=n??Xt,g=me.itemOrderedChildrenIds(this.store.state,n),p=o??g.length;if(p<0||p>g.length)throw new Error(process.env.NODE_ENV!=="production"?`MUI X Tree View: Unable to add items at index "${p}" because it is out of range. The index must be between 0 and the amount of children of the parent item (${g.length}).`:Ae(296,p,g.length));const b=u[m],f=[...g];f.splice(p,0,...b),u[m]=f,d[m]=Ng(f);const v=R({},this.store.state.itemMetaLookup,l);n!=null&&!v[n].expandable&&(v[n]=R({},v[n],{expandable:!0})),this.store.update({itemMetaLookup:v,itemModelLookup:R({},this.store.state.itemModelLookup,c),itemOrderedChildrenIdsLookup:R({},this.store.state.itemOrderedChildrenIdsLookup,u),itemChildrenIndexesLookup:R({},this.store.state.itemChildrenIndexesLookup,d)}),this.store.selection.propagateSelectionToNewItems(n,b)});Z(this,"buildPublicAPI",()=>({getItem:this.getItem,getItemDOMElement:this.getItemDOMElement,getItemOrderedChildrenIds:this.getItemOrderedChildrenIds,getItemTree:this.getItemTree,getParentId:this.getParentId,setIsItemDisabled:this.setIsItemDisabled}));Z(this,"getItemDOMElement",t=>{const n=me.itemMeta(this.store.state,t);if(n==null)return null;const o=sa.treeItemIdAttribute(this.store.state,t,n.idAttribute);return document.getElementById(o)});Z(this,"setItemChildren",({items:t,parentId:n,getChildrenCount:o})=>{const s=n??Xt,i=n==null?-1:me.itemDepth(this.store.state,n),{metaLookup:a,modelLookup:l,orderedChildrenIds:c,childrenIndexes:u}=$g({storeParameters:this.store.parameters,items:t,parentId:n,depth:i+1,isItemExpandable:o?d=>o(d)!==0:()=>!1,otherItemsMetaLookup:me.itemMetaLookup(this.store.state)});this.store.update({itemModelLookup:R({},this.store.state.itemModelLookup,l),itemMetaLookup:R({},this.store.state.itemMetaLookup,a),itemOrderedChildrenIdsLookup:R({},this.store.state.itemOrderedChildrenIdsLookup,{[s]:c}),itemChildrenIndexesLookup:R({},this.store.state.itemChildrenIndexesLookup,{[s]:u})})});Z(this,"removeChildren",t=>{const n=this.store.state.itemMetaLookup,o=Object.keys(n).reduce((l,c)=>{const u=n[c];return u.parentId===t?l:R({},l,{[u.id]:u})},{}),s=R({},this.store.state.itemOrderedChildrenIdsLookup),i=R({},this.store.state.itemChildrenIndexesLookup),a=t??Xt;delete i[a],delete s[a],this.store.update({itemMetaLookup:o,itemOrderedChildrenIdsLookup:s,itemChildrenIndexesLookup:i})});Z(this,"handleItemClick",(t,n)=>{var o,s;(s=(o=this.store.parameters).onItemClick)==null||s.call(o,t,n)});this.store=t}}Z(Xo,"shouldRebuildItemsState",(t,n)=>["items","isItemDisabled","isItemSelectionDisabled","getItemId","getItemLabel","getItemChildren"].some(o=>{const s=o;return t[s]!==n[s]})),Z(Xo,"buildItemsStateIfNeeded",t=>Op({storeParameters:t,items:t.items,parentId:null,depth:0,isItemExpandable:(n,o)=>!!o&&o.length>0}));const ka=bs(e=>e.expandedItems,e=>{const t=new Map;return e.forEach(n=>{t.set(n,!0)}),t}),mt={expandedItemsRaw:De(e=>e.expandedItems),expandedItemsMap:ka,flatList:bs(me.itemOrderedChildrenIdsLookup,ka,(e,t)=>{function n(o){if(!t.has(o))return[o];const s=[o],i=e[o]||[];for(const a of i)s.push(...n(a));return s}return(e[Xt]??[]).flatMap(n)}),triggerSlot:De(e=>e.expansionTrigger),isItemExpanded:De(ka,(e,t)=>e.has(t)),isItemExpandable:De(me.itemMeta,(e,t)=>(e==null?void 0:e.expandable)??!1)},jg=bs(e=>e.selectedItems,e=>Array.isArray(e)?e:e!=null?[e]:[]),Ag=bs(jg,e=>{const t=new Map;return e.forEach(n=>{t.set(n,!0)}),t}),Qa=De((e,t)=>{var n;return((n=e.itemMetaLookup[t])==null?void 0:n.selectable)??!0}),Za=De(Ag,(e,t)=>e.has(t)),Lg=De(me.isItemDisabled,Qa,e=>!e.disableSelection,(e,t,n,o)=>n&&!e&&t),Vg=De(e=>e.selectionPropagation),_p=De((e,t)=>{if(Za(e,t))return"selected";if(me.itemOrderedChildrenIds(e,t).length===0)return"unselected";let n=!1,o=!1;const s=a=>{a!==t&&Lg(e,a)&&(Za(e,a)?n=!0:o=!0),me.itemOrderedChildrenIds(e,a).forEach(s)};return s(t),Vg(e).parents?n&&o?"indeterminate":n&&!o?"selected":"unselected":n?"indeterminate":"unselected"}),Pe={selectedItemsRaw:De(e=>e.selectedItems),selectedItems:jg,selectedItemsMap:Ag,enabled:De(e=>!e.disableSelection),isMultiSelectEnabled:De(e=>e.multiSelect),isCheckboxSelectionEnabled:De(e=>e.checkboxSelection),propagationRules:Vg,isItemSelected:Za,itemSelectionStatus:_p,isItemIndeterminate:De(_p,(e,t)=>e==="indeterminate"),isFeatureEnabledForItem:De(Qa,e=>!e.disableSelection,(e,t,n)=>t&&e),canItemBeSelected:Lg,isItemSelectable:Qa},Pp=bs(Pe.selectedItems,mt.expandedItemsMap,me.itemMetaLookup,me.disabledItemFocusable,e=>me.itemOrderedChildrenIds(e,null),(e,t,n,o,s)=>{const i=e.find(l=>{if(!o&&di(n,l))return!1;const c=n[l];return c&&(c.parentId==null||t.has(c.parentId))});if(i!=null)return i;const a=s.find(l=>o||!di(n,l));return a??null}),Wo={defaultFocusableItemId:Pp,isItemTheDefaultFocusableItem:De(Pp,(e,t)=>e===t),focusedItemId:De(e=>e.focusedItemId),isItemFocused:De((e,t)=>e.focusedItemId===t)},pi={isEmpty:De(e=>e.lazyLoadedItems==null?!0:Object.keys(e.lazyLoadedItems.loading).length===0&&Object.keys(e.lazyLoadedItems.errors).length===0),isItemLoading:De((e,t)=>{var n;return((n=e.lazyLoadedItems)==null?void 0:n.loading[t??Xt])??!1}),itemHasError:De((e,t)=>{var n;return!!((n=e.lazyLoadedItems)!=null&&n.errors[t??Xt])}),itemError:De((e,t)=>{var n;return(n=e.lazyLoadedItems)==null?void 0:n.errors[t??Xt]})},kn={isItemEditable:De(e=>e.isItemEditable,me.itemModel,(e,t,n)=>!t||e==null?!1:typeof e=="boolean"?e:e(t)),isItemBeingEdited:De((e,t)=>t==null?!1:e.editedItemId===t),isAnyItemBeingEdited:De(e=>!!e.editedItemId)},Fg=e=>Array.isArray(e)?e.length>0&&e.some(Fg):!!e,Bg=({itemId:e,children:t})=>{const{store:n,publicAPI:o}=oo(),s=je(n,mt.isItemExpandable,e),i=je(n,pi.isItemLoading,e),a=je(n,pi.itemHasError,e),l=Fg(t)||s,c=je(n,mt.isItemExpanded,e),u=je(n,Wo.isItemFocused,e),d=je(n,Pe.isItemSelected,e),m=je(n,Pe.isItemIndeterminate,e),g=je(n,me.isItemDisabled,e),p=je(n,kn.isItemBeingEdited,e),b=je(n,kn.isItemEditable,e),f={expandable:l,expanded:c,focused:u,selected:d,indeterminate:m,disabled:g,editing:p,editable:b,loading:i,error:a},v=M=>{if(f.disabled)return;f.focused||n.focus.focusItem(M,e);const N=Pe.isMultiSelectEnabled(n.state)&&(M.shiftKey||M.ctrlKey||M.metaKey);f.expandable&&!(N&&mt.isItemExpanded(n.state,e))&&n.expansion.setItemExpansion({event:M,itemId:e})},x=M=>{if(!Pe.canItemBeSelected(n.state,e))return;!f.focused&&!f.editing&&n.focus.focusItem(M,e),Pe.isMultiSelectEnabled(n.state)&&(M.shiftKey||M.ctrlKey||M.metaKey)?M.shiftKey?n.selection.expandSelectionRange(M,e):n.selection.setItemSelection({event:M,itemId:e,keepExistingSelection:!0}):n.selection.setItemSelection({event:M,itemId:e,shouldBeSelected:!0})},w=M=>{const N=M.nativeEvent.shiftKey,$=Pe.isMultiSelectEnabled(n.state);$&&N?n.selection.expandSelectionRange(M,e):n.selection.setItemSelection({event:M,itemId:e,keepExistingSelection:$,shouldBeSelected:M.target.checked})},I=()=>{n.labelEditing&&(p?n.labelEditing.setEditedItem(null):n.labelEditing.setEditedItem(e))};return{interactions:{handleExpansion:v,handleSelection:x,handleCheckboxSelection:w,toggleItemEditing:I,handleSaveItemLabel:(M,N)=>{n.labelEditing&&kn.isItemBeingEdited(n.state,e)&&(n.labelEditing.updateItemLabel(e,N),I(),n.focus.focusItem(M,e))},handleCancelItemLabelEditing:M=>{n.labelEditing&&kn.isItemBeingEdited(n.state,e)&&(I(),n.focus.focusItem(M,e))}},status:f,publicAPI:o}},qc=C.createContext(()=>-1);process.env.NODE_ENV!=="production"&&(qc.displayName="TreeViewItemDepthContext");const Ja=(e,t)=>{let n=t.length-1;for(;n>=0&&!me.canItemBeFocused(e,t[n]);)n-=1;if(n!==-1)return t[n]},Yc=(e,t)=>{const n=me.itemMeta(e,t);if(!n)return null;const o=me.itemOrderedChildrenIds(e,n.parentId),s=me.itemIndex(e,t);if(s===0)return n.parentId;let i=s-1;for(;!me.canItemBeFocused(e,o[i])&&i>=0;)i-=1;if(i===-1)return n.parentId==null?null:Yc(e,n.parentId);let a=o[i],l=Ja(e,me.itemOrderedChildrenIds(e,a));for(;mt.isItemExpanded(e,a)&&l!=null;)a=l,l=Ja(e,me.itemOrderedChildrenIds(e,a));return a},Vr=(e,t)=>{if(mt.isItemExpanded(e,t)){const o=me.itemOrderedChildrenIds(e,t).find(s=>me.canItemBeFocused(e,s));if(o!=null)return o}let n=me.itemMeta(e,t);for(;n!=null;){const o=me.itemOrderedChildrenIds(e,n.parentId),s=me.itemIndex(e,n.id);if(s<o.length-1){let i=s+1;for(;!me.canItemBeFocused(e,o[i])&&i<o.length-1;)i+=1;if(me.canItemBeFocused(e,o[i]))return o[i]}n=me.itemMeta(e,n.parentId)}return null},zg=e=>{let t=null;for(;t==null||mt.isItemExpanded(e,t);){const n=me.itemOrderedChildrenIds(e,t),o=Ja(e,n);if(o==null)return t;t=o}return t},es=e=>me.itemOrderedChildrenIds(e,null).find(t=>me.canItemBeFocused(e,t)),Wg=(e,t,n)=>{if(t===n)return[t,n];const o=me.itemMeta(e,t),s=me.itemMeta(e,n);if(!o||!s)return[t,n];if(o.parentId===s.id||s.parentId===o.id)return s.parentId===o.id?[o.id,s.id]:[s.id,o.id];const i=[o.id],a=[s.id];let l=o.parentId,c=s.parentId,u=a.indexOf(l)!==-1,d=i.indexOf(c)!==-1,m=!0,g=!0;for(;!d&&!u;)m&&(i.push(l),u=a.indexOf(l)!==-1,m=l!==null,!u&&m&&(l=me.itemParentId(e,l))),g&&!u&&(a.push(c),d=i.indexOf(c)!==-1,g=c!==null,!d&&g&&(c=me.itemParentId(e,c)));const p=u?l:c,b=me.itemOrderedChildrenIds(e,p),f=i[i.indexOf(p)-1],v=a[a.indexOf(p)-1];return b.indexOf(f)<b.indexOf(v)?[t,n]:[n,t]},D$=(e,t,n)=>{const o=c=>{if(mt.isItemExpandable(e,c)&&mt.isItemExpanded(e,c))return me.itemOrderedChildrenIds(e,c)[0];let u=me.itemMeta(e,c);for(;u!=null;){const d=me.itemOrderedChildrenIds(e,u.parentId),m=me.itemIndex(e,u.id);if(m<d.length-1)return d[m+1];u=u.parentId?me.itemMeta(e,u.parentId):null}throw new Error(process.env.NODE_ENV!=="production"?"MUI X Tree View: Invalid range - unable to find a path between the two items. This may occur if the items are not in the same tree or the tree structure is invalid. Verify that both items exist in the tree.":Ae(191))},[s,i]=Wg(e,t,n),a=[s];let l=s;for(;l!==i;)l=o(l),me.isItemDisabled(e,l)||a.push(l);return a},M$=e=>{let t=es(e);const n=[];for(;t!=null;)n.push(t),t=Vr(e,t);return n},el=(e,t)=>t!==e.closest('*[role="treeitem"]');class R${constructor(t){Z(this,"setExpandedItems",(t,n)=>{var o,s;this.store.parameters.expandedItems===void 0&&this.store.set("expandedItems",n),(s=(o=this.store.parameters).onExpandedItemsChange)==null||s.call(o,t,n)});Z(this,"isItemExpanded",t=>mt.isItemExpanded(this.store.state,t));Z(this,"buildPublicAPI",()=>({isItemExpanded:this.isItemExpanded,setItemExpansion:this.setItemExpansion}));Z(this,"setItemExpansion",({itemId:t,event:n=null,shouldBeExpanded:o})=>{const s=mt.isItemExpanded(this.store.state,t),i=o??!s;if(s===i)return;const a={isExpansionPrevented:!1,shouldBeExpanded:i,itemId:t};this.store.publishEvent("beforeItemToggleExpansion",a,n),!a.isExpansionPrevented&&this.applyItemExpansion({itemId:t,event:n,shouldBeExpanded:i})});Z(this,"applyItemExpansion",({itemId:t,event:n,shouldBeExpanded:o})=>{var a,l;const s=mt.expandedItemsRaw(this.store.state);let i;o?i=[t].concat(s):i=s.filter(c=>c!==t),(l=(a=this.store.parameters).onItemExpansionToggle)==null||l.call(a,n,t,o),this.setExpandedItems(n,i)});Z(this,"expandAllSiblings",(t,n)=>{const o=me.itemMeta(this.store.state,n);if(o==null)return;const i=me.itemOrderedChildrenIds(this.store.state,o.parentId).filter(l=>mt.isItemExpandable(this.store.state,l)&&!mt.isItemExpanded(this.store.state,l)),a=mt.expandedItemsRaw(this.store.state).concat(i);i.length>0&&(this.store.parameters.onItemExpansionToggle&&i.forEach(l=>{this.store.parameters.onItemExpansionToggle(t,l,!0)}),this.setExpandedItems(t,a))});Z(this,"addExpandableItems",t=>{const n=R({},this.store.state.itemMetaLookup);for(const o of t)n[o]=R({},n[o],{expandable:!0});this.store.set("itemMetaLookup",n)});this.store=t}}class N${constructor(t){Z(this,"setFocusedItemId",t=>{Wo.focusedItemId(this.store.state)!==t&&this.store.set("focusedItemId",t)});Z(this,"applyItemFocus",(t,n)=>{var o,s,i;(o=this.store.items.getItemDOMElement(n))==null||o.focus(),this.setFocusedItemId(n),(i=(s=this.store.parameters).onItemFocus)==null||i.call(s,t,n)});Z(this,"buildPublicAPI",()=>({focusItem:this.focusItem}));Z(this,"focusItem",(t,n)=>{const o=me.itemMeta(this.store.state,n);o&&(o.parentId==null||mt.isItemExpanded(this.store.state,o.parentId))&&this.applyItemFocus(t,n)});Z(this,"removeFocusedItem",()=>{const t=Wo.focusedItemId(this.store.state);if(t==null)return;if(me.itemMeta(this.store.state,t)){const o=this.store.items.getItemDOMElement(t);o&&o.blur()}this.setFocusedItemId(null)});Z(this,"handleRootFocus",t=>{if(t.defaultMuiPrevented)return;const n=Wo.defaultFocusableItemId(this.store.state);t.target===t.currentTarget&&n!=null&&this.applyItemFocus(t,n)});Z(this,"handleRootBlur",t=>{t.defaultMuiPrevented||this.setFocusedItemId(null)});this.store=t;let n=t.state;this.store.disposables.defer(this.store.subscribe(o=>{if(o.itemMetaLookup===n.itemMetaLookup){n=o;return}const s=Wo.focusedItemId(o);if(s==null||me.itemMeta(o,s)){n=o;return}const i=l=>l==null||!me.itemMeta(o,l)?null:l,a=i(Vr(n,s))??i(Yc(n,s))??es(o);a==null?this.setFocusedItemId(null):this.applyItemFocus(null,a),n=o}))}}const $$=({props:e})=>{const{itemId:t}=e,{store:n}=oo(),o=je(n,Pe.isCheckboxSelectionEnabled),s=je(n,Pe.isFeatureEnabledForItem,t),i=je(n,Pe.canItemBeSelected,t),a=je(n,me.isItemDisabled,t),l=je(n,Pe.isItemSelectable,t),c=je(n,Pe.itemSelectionStatus,t),u=a||!l;return{propsEnhancers:{root:()=>{let d;return u?d=void 0:c==="selected"?d=!0:c==="indeterminate"?d="mixed":i?d=!1:d=void 0,{"aria-checked":d}},checkbox:({externalEventHandlers:d,interactions:m})=>({tabIndex:-1,onChange:p=>{var b;(b=d.onChange)==null||b.call(d,p),!p.defaultMuiPrevented&&Pe.canItemBeSelected(n.state,t)&&m.handleCheckboxSelection(p)},visible:o&&s,disabled:!i,checked:c==="selected",indeterminate:c==="indeterminate"})}}};class j${constructor(t){Z(this,"lastSelectedItem",null);Z(this,"lastSelectedRange",{});Z(this,"setSelectedItems",(t,n,o)=>{const{selectionPropagation:s=Ko,selectedItems:i,onItemSelectionToggle:a,onSelectedItemsChange:l}=this.store.parameters,c=Pe.selectedItemsRaw(this.store.state);let u;const d=Pe.isMultiSelectEnabled(this.store.state);if(d&&(s.descendants||s.parents)?u=A$({store:this.store,selectionPropagation:s,newModel:n,oldModel:c,additionalItemsToPropagate:o}):u=n,i===void 0&&this.store.set("selectedItems",u),a)if(d){const m=Ug({newModel:u,oldModel:c});a&&(m.added.forEach(g=>{a(t,g,!0)}),m.removed.forEach(g=>{a(t,g,!1)}))}else u!==c&&(c!=null&&a(t,c,!1),u!=null&&a(t,u,!0));l==null||l(t,u)});Z(this,"selectRange",(t,[n,o])=>{if(!Pe.isMultiSelectEnabled(this.store.state))return;let i=Pe.selectedItems(this.store.state).slice();Object.keys(this.lastSelectedRange).length>0&&(i=i.filter(u=>!this.lastSelectedRange[u]));const a=Ys(i),l=D$(this.store.state,n,o).filter(u=>Pe.isItemSelectable(this.store.state,u)),c=l.filter(u=>!a[u]);i=i.concat(c),this.setSelectedItems(t,i),this.lastSelectedRange=Ys(l)});Z(this,"getItemSelection",t=>Pe.itemSelectionStatus(this.store.state,t));Z(this,"buildPublicAPI",()=>({getItemSelection:this.getItemSelection,setItemSelection:this.setItemSelection}));Z(this,"propagateSelectionToNewItems",(t,n)=>{const{selectionPropagation:o=Ko}=this.store.parameters;if(t==null||n.length===0||!o.descendants||!Pe.isMultiSelectEnabled(this.store.state)||!Pe.isItemSelected(this.store.state,t))return;const s=Pe.selectedItems(this.store.state).concat(n);this.setSelectedItems(null,s,n)});Z(this,"setItemSelection",({itemId:t,event:n=null,keepExistingSelection:o=!1,shouldBeSelected:s})=>{if(!Pe.enabled(this.store.state))return;let i;const a=Pe.isMultiSelectEnabled(this.store.state);if(o&&a){const l=Pe.selectedItems(this.store.state),c=Pe.isItemSelected(this.store.state,t);c&&(s===!1||s==null)?i=l.filter(u=>u!==t):!c&&(s===!0||s==null)?i=[t].concat(l):i=l}else s===!1||s==null&&Pe.isItemSelected(this.store.state,t)?i=a?[]:null:i=a?[t]:t;this.setSelectedItems(n,i,[t]),this.lastSelectedItem=t,this.lastSelectedRange={}});Z(this,"selectAllNavigableItems",t=>{if(!Pe.isMultiSelectEnabled(this.store.state))return;const o=M$(this.store.state);this.setSelectedItems(t,o),this.lastSelectedRange=Ys(o)});Z(this,"expandSelectionRange",(t,n)=>{if(this.lastSelectedItem!=null){const[o,s]=Wg(this.store.state,n,this.lastSelectedItem);this.selectRange(t,[o,s])}});Z(this,"selectRangeFromStartToItem",(t,n)=>{this.selectRange(t,[es(this.store.state),n])});Z(this,"selectRangeFromItemToEnd",(t,n)=>{this.selectRange(t,[n,zg(this.store.state)])});Z(this,"selectItemFromArrowNavigation",(t,n,o)=>{if(!Pe.isMultiSelectEnabled(this.store.state))return;let i=Pe.selectedItems(this.store.state).slice();Object.keys(this.lastSelectedRange).length===0?(Pe.isItemSelected(this.store.state,o)||i.push(o),this.lastSelectedRange={[n]:!0,[o]:!0}):(this.lastSelectedRange[n]||(this.lastSelectedRange={}),this.lastSelectedRange[o]?(i=i.filter(a=>a!==n),delete this.lastSelectedRange[n]):(Pe.isItemSelected(this.store.state,o)||i.push(o),this.lastSelectedRange[o]=!0)),this.setSelectedItems(t,i)});this.store=t,t.itemPluginManager.register($$,null)}}function A$({store:e,selectionPropagation:t,newModel:n,oldModel:o,additionalItemsToPropagate:s}){if(!t.descendants&&!t.parents)return n;let i=!1;const a=Ys(n),l=Ug({newModel:n,oldModel:o});return s==null||s.forEach(c=>{a[c]?l.added.includes(c)||l.added.push(c):l.removed.includes(c)||l.removed.push(c)}),l.added.forEach(c=>{if(t.descendants){const u=d=>{d!==c&&Pe.canItemBeSelected(e.state,d)&&(i=!0,a[d]=!0),me.itemOrderedChildrenIds(e.state,d).forEach(u)};u(c)}if(t.parents){const u=m=>Pe.canItemBeSelected(e.state,m)?a[m]?me.itemOrderedChildrenIds(e.state,m).every(u):!1:me.itemOrderedChildrenIds(e.state,m).every(u),d=m=>{const g=me.itemParentId(e.state,m);if(g==null)return;me.itemOrderedChildrenIds(e.state,g).every(u)&&(Pe.canItemBeSelected(e.state,g)&&(i=!0,a[g]=!0),d(g))};d(c)}}),l.removed.forEach(c=>{if(t.parents){let u=me.itemParentId(e.state,c);for(;u!=null;)a[u]&&(i=!0,delete a[u]),u=me.itemParentId(e.state,u)}if(t.descendants){const u=d=>{d!==c&&(i=!0,delete a[d]),me.itemOrderedChildrenIds(e.state,d).forEach(u)};u(c)}}),i?Object.keys(a):n}function Ug({oldModel:e,newModel:t}){const n=new Map;t.forEach(s=>{n.set(s,!0)});const o=new Map;return e.forEach(s=>{o.set(s,!0)}),{added:t.filter(s=>!o.has(s)),removed:e.filter(s=>!n.has(s))}}function Ys(e){const t={};return e.forEach(n=>{t[n]=!0}),t}const L$=(e,t,n)=>typeof n=="function"?n(e,t):n,Hg=e=>{const{runItemPlugins:t,publicAPI:n,store:o}=oo(),s=C.useContext(qc),i=je(o,L$,e.itemId,s),{id:a,itemId:l,label:c,children:u,rootRef:d}=e,{rootRef:m,contentRef:g,propsEnhancers:p}=t(e),{interactions:b,status:f}=Bg({itemId:l,children:u}),v=C.useRef(null),x=C.useRef(null),w=Ka(d,m,v),I=Ka(g,x),S=C.useRef(null),T=je(o,Pe.isCheckboxSelectionEnabled),E=je(o,sa.treeItemIdAttribute,l,a),M=je(o,Wo.isItemTheDefaultFocusableItem,l),N=je(o,me.itemHeight),$={rootRefObject:v,contentRefObject:x,interactions:b},V=Y=>F=>{var G;(G=Y.onFocus)==null||G.call(Y,F),!F.defaultMuiPrevented&&!f.focused&&me.canItemBeFocused(o.state,l)&&F.currentTarget===F.target&&o.focus.focusItem(F,l)},j=Y=>F=>{var te,H,le,X,ue;if((te=Y.onBlur)==null||te.call(Y,F),F.defaultMuiPrevented)return;const G=o.items.getItemDOMElement(l);f.editing||F.relatedTarget&&el(F.relatedTarget,G)&&(F.target&&((le=(H=F.target)==null?void 0:H.dataset)==null?void 0:le.element)==="labelInput"&&el(F.target,G)||((ue=(X=F.relatedTarget)==null?void 0:X.dataset)==null?void 0:ue.element)==="labelInput")||o.focus.removeFocusedItem()},y=Y=>F=>{var G,te,H;(G=Y.onKeyDown)==null||G.call(Y,F),!(F.defaultMuiPrevented||((H=(te=F.target)==null?void 0:te.dataset)==null?void 0:H.element)==="labelInput")&&o.keyboardNavigation.handleItemKeyDown(F,l)},D=Y=>F=>{var G;(G=Y.onDoubleClick)==null||G.call(Y,F),!F.defaultMuiPrevented&&b.toggleItemEditing()},_=Y=>F=>{var G,te;(G=Y.onClick)==null||G.call(Y,F),o.items.handleItemClick(F,l),!(F.defaultMuiPrevented||(te=S.current)!=null&&te.contains(F.target))&&(mt.triggerSlot(o.state)==="content"&&b.handleExpansion(F),T||b.handleSelection(F))},O=Y=>F=>{var G;(G=Y.onMouseDown)==null||G.call(Y,F),!F.defaultMuiPrevented&&(F.shiftKey||F.ctrlKey||F.metaKey||f.disabled)&&F.preventDefault()},k=Y=>F=>{var G;(G=Y.onClick)==null||G.call(Y,F),!F.defaultMuiPrevented&&mt.triggerSlot(o.state)==="iconContainer"&&b.handleExpansion(F)};return{getContextProviderProps:()=>({itemId:l,id:a}),getRootProps:(Y={})=>{var H;const F=R({},Ht(e),Ht(Y)),G=R({},F,{ref:w,role:"treeitem",tabIndex:M?0:-1,id:E,"aria-expanded":f.expandable?f.expanded:void 0,"aria-disabled":f.disabled||void 0},Y,{style:R({},Y.style??{},{"--TreeView-itemDepth":i},N==null?{}:{"--TreeView-itemHeight":`${N}px`}),onFocus:V(F),onBlur:j(F),onKeyDown:y(F)}),te=((H=p.root)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},G,te)},getContentProps:(Y={})=>{var H;const F=Ht(Y),G=R({},F,Y,{ref:I,onClick:_(F),onMouseDown:O(F)});["expanded","selected","focused","disabled","editing","editable"].forEach(le=>{f[le]&&(G[`data-${le}`]="")});const te=((H=p.content)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},G,te)},getGroupTransitionProps:(Y={})=>{const F=Ht(Y);return R({},F,{unmountOnExit:!0,component:"ul",role:"group",in:f.expanded,children:u},Y)},getIconContainerProps:(Y={})=>{const F=Ht(Y);return R({},F,Y,{onClick:k(F)})},getCheckboxProps:(Y={})=>{var H;const F=Ht(Y),G=R({},F,{ref:S,"aria-hidden":!0},Y),te=((H=p.checkbox)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},G,te)},getLabelProps:(Y={})=>{var H;const F=R({},Ht(Y)),G=R({},F,{children:c},Y,{onDoubleClick:D(F)}),te=((H=p.label)==null?void 0:H.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},te,G)},getLabelInputProps:(Y={})=>{var te;const F=Ht(Y),G=((te=p.labelInput)==null?void 0:te.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},Y,G)},getDragAndDropOverlayProps:(Y={})=>{var te;const F=Ht(Y),G=((te=p.dragAndDropOverlay)==null?void 0:te.call(p,R({},$,{externalEventHandlers:F})))??{};return R({},Y,G)},getErrorContainerProps:(Y={})=>{const F=Ht(Y);return R({},F,Y)},getLoadingContainerProps:(Y={})=>{const F=Ht(Y);return R({size:"12px",thickness:6},F,Y)},rootRef:w,status:f,publicAPI:n}};function V$(e){return Bc("MuiTreeItem",e)}Pg("MuiTreeItem",["root","content","groupTransition","iconContainer","label","checkbox","labelInput","dragAndDropOverlay","errorIcon","loadingIcon"]);const F$=vt(h.jsx("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"}),"TreeViewExpandIcon"),B$=vt(h.jsx("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"}),"TreeViewCollapseIcon"),z$=["ownerState"];function _a(e,t,n){return e!==void 0?e:t!==void 0?t:n}function Gc(e){const{slots:t,slotProps:n,status:o}=e,{slots:s,slotProps:i}=Hc(),a={collapseIcon:_a(t==null?void 0:t.collapseIcon,s.collapseIcon,B$),expandIcon:_a(t==null?void 0:t.expandIcon,s.expandIcon,F$),endIcon:_a(t==null?void 0:t.endIcon,s.endIcon),icon:t==null?void 0:t.icon};let l;a!=null&&a.icon?l="icon":o.expandable?o.expanded?l="collapseIcon":l="expandIcon":l="endIcon";const c=a[l],u=jt({elementType:c,externalSlotProps:m=>R({},Xa(i[l],m),Xa(n==null?void 0:n[l],m)),ownerState:{}}),d=Ce(u,z$);return c?h.jsx(c,R({},d)):null}process.env.NODE_ENV!=="production"&&(Gc.propTypes={slotProps:r.object,slots:r.object,status:r.shape({disabled:r.bool.isRequired,editable:r.bool.isRequired,editing:r.bool.isRequired,error:r.bool.isRequired,expandable:r.bool.isRequired,expanded:r.bool.isRequired,focused:r.bool.isRequired,indeterminate:r.bool,loading:r.bool.isRequired,selected:r.bool.isRequired}).isRequired});const W$=ne("div",{name:"MuiTreeItemDragAndDropOverlay",slot:"Root",shouldForwardProp:e=>Ft(e)&&e!=="action"})(({theme:e})=>({position:"absolute",left:0,display:"flex",top:0,bottom:0,right:0,pointerEvents:"none",variants:[{props:{action:"make-child"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * var(--TreeView-itemDepth))",borderRadius:e.shape.borderRadius,backgroundColor:e.alpha((e.vars||e).palette.primary.dark,(e.vars||e).palette.action.focusOpacity)}},{props:{action:"reorder-above"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * var(--TreeView-itemDepth))",borderTop:`1px solid ${(e.vars||e).palette.action.active}`}},{props:{action:"reorder-below"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * var(--TreeView-itemDepth))",borderBottom:`1px solid ${(e.vars||e).palette.action.active}`}},{props:{action:"move-to-parent"},style:{marginLeft:"calc(var(--TreeView-indentMultiplier) * calc(var(--TreeView-itemDepth) - 1))",borderBottom:`1px solid ${(e.vars||e).palette.action.active}`}}]}));function qg(e){return e.action==null?null:h.jsx(W$,R({},e))}process.env.NODE_ENV!=="production"&&(qg.propTypes={action:r.oneOf(["make-child","move-to-parent","reorder-above","reorder-below"]),style:r.object});function Kc(e){const{children:t,itemId:n,id:o}=e,{wrapItem:s,store:i}=oo(),a=je(i,sa.treeItemIdAttribute,n,o);return h.jsx(C.Fragment,{children:s({children:t,itemId:n,store:i,idAttribute:a})})}process.env.NODE_ENV!=="production"&&(Kc.propTypes={children:r.node,id:r.string,itemId:r.string.isRequired});const U$=ne("input",{name:"MuiTreeItem",slot:"LabelInput"})(({theme:e})=>R({},e.typography.body1,{width:"100%",backgroundColor:(e.vars||e).palette.background.paper,borderRadius:e.shape.borderRadius,border:"none",padding:"0 2px",boxSizing:"border-box","&:focus":{outline:`1px solid ${(e.vars||e).palette.primary.main}`}})),H$=["visible"],q$=["id","itemId","label","disabled","disableSelection","children","slots","slotProps","classes"],Y$=Dg(),Yg=ne("li",{name:"MuiTreeItem",slot:"Root"})({listStyle:"none",margin:0,padding:0,outline:0}),Gg=ne("div",{name:"MuiTreeItem",slot:"Content",shouldForwardProp:e=>Ft(e)&&e!=="status"})(({theme:e})=>({padding:e.spacing(.5,1),paddingLeft:`calc(${e.spacing(1)} + var(--TreeView-itemChildrenIndentation) * var(--TreeView-itemDepth))`,borderRadius:e.shape.borderRadius,width:"100%",height:"var(--TreeView-itemHeight, unset)",boxSizing:"border-box",position:"relative",display:"flex",alignItems:"center",gap:e.spacing(1),cursor:"pointer",WebkitTapHighlightColor:"transparent","&:hover":{backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},"&[data-disabled]":{opacity:(e.vars||e).palette.action.disabledOpacity,backgroundColor:"transparent",cursor:"auto"},"&[data-focused]":{backgroundColor:(e.vars||e).palette.action.focus},"&[data-selected]":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity),"&:hover":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`),"@media (hover: none)":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity)}}},"&[data-selected][data-focused]":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}})),Kg=ne("div",{name:"MuiTreeItem",slot:"Label",shouldForwardProp:e=>Ft(e)&&e!=="editable"})(({theme:e})=>R({width:"100%",boxSizing:"border-box",minWidth:0,position:"relative",overflow:"hidden"},e.typography.body1,{variants:[{props:({editable:t})=>t,style:{paddingLeft:"2px"}}]})),Xg=ne("div",{name:"MuiTreeItem",slot:"IconContainer"})({width:16,display:"flex",flexShrink:0,justifyContent:"center",position:"relative",cursor:"inherit","& svg":{fontSize:18}}),Qg=ne(ui,{name:"MuiTreeItem",slot:"GroupTransition",overridesResolver:(e,t)=>t.groupTransition})({margin:0,padding:0}),G$=ne("div",{name:"MuiTreeItem",slot:"ErrorIcon"})({position:"absolute",right:-3,width:7,height:7,borderRadius:"50%",backgroundColor:"red"}),K$=ne(Bi,{name:"MuiTreeItem",slot:"LoadingIcon"})({color:"text.primary"}),Zg=ne(C.forwardRef((e,t)=>{const{visible:n}=e,o=Ce(e,H$);return n?h.jsx(Rg,R({},o,{ref:t})):null}),{name:"MuiTreeItem",slot:"Checkbox"})({padding:0});process.env.NODE_ENV!=="production"&&(Zg.displayName="TreeItemCheckbox");const X$=e=>{const{classes:t}=Hc(),n=R({},e,{root:de(e==null?void 0:e.root,t.root),content:de(e==null?void 0:e.content,t.itemContent),iconContainer:de(e==null?void 0:e.iconContainer,t.itemIconContainer),checkbox:de(e==null?void 0:e.checkbox,t.itemCheckbox),label:de(e==null?void 0:e.label,t.itemLabel),groupTransition:de(e==null?void 0:e.groupTransition,t.itemGroupTransition),labelInput:de(e==null?void 0:e.labelInput,t.itemLabelInput),dragAndDropOverlay:de(e==null?void 0:e.dragAndDropOverlay,t.itemDragAndDropOverlay),errorIcon:de(e==null?void 0:e.errorIcon,t.itemErrorIcon),loadingIcon:de(e==null?void 0:e.loadingIcon,t.itemLoadingIcon)});return _g({root:["root"],content:["content"],iconContainer:["iconContainer"],checkbox:["checkbox"],label:["label"],groupTransition:["groupTransition"],labelInput:["labelInput"],dragAndDropOverlay:["dragAndDropOverlay"],errorIcon:["errorIcon"],loadingIcon:["loadingIcon"]},V$,n)},Xc=C.forwardRef(function(t,n){const o=Y$({props:t,name:"MuiTreeItem"}),{id:s,itemId:i,label:a,disabled:l,disableSelection:c,children:u,slots:d={},slotProps:m={},classes:g}=o,p=Ce(o,q$),{getContextProviderProps:b,getRootProps:f,getContentProps:v,getIconContainerProps:x,getCheckboxProps:w,getLabelProps:I,getGroupTransitionProps:S,getLabelInputProps:T,getDragAndDropOverlayProps:E,getErrorContainerProps:M,getLoadingContainerProps:N,status:$}=Hg({id:s,itemId:i,children:u,label:a,disabled:l,disableSelection:c}),V=X$(g),j=d.root??Yg,y=jt({elementType:j,getSlotProps:f,externalForwardedProps:p,externalSlotProps:m.root,additionalProps:{ref:n},ownerState:{},className:V.root}),D=d.content??Gg,_=jt({elementType:D,getSlotProps:v,externalSlotProps:m.content,ownerState:{},className:V.content}),O=d.iconContainer??Xg,k=jt({elementType:O,getSlotProps:x,externalSlotProps:m.iconContainer,ownerState:{},className:V.iconContainer}),P=d.label??Kg,A=jt({elementType:P,getSlotProps:I,externalSlotProps:m.label,ownerState:{},className:V.label}),z=d.checkbox??Zg,L=jt({elementType:z,getSlotProps:w,externalSlotProps:m.checkbox,ownerState:{},className:V.checkbox}),B=d.groupTransition??void 0,W=jt({elementType:B,getSlotProps:S,externalSlotProps:m.groupTransition,ownerState:{},className:V.groupTransition}),K=d.labelInput??U$,ee=jt({elementType:K,getSlotProps:T,externalSlotProps:m.labelInput,ownerState:{},className:V.labelInput}),U=d.dragAndDropOverlay??qg,Q=jt({elementType:U,getSlotProps:E,externalSlotProps:m.dragAndDropOverlay,ownerState:{},className:V.dragAndDropOverlay}),re=d.errorIcon??G$,Y=jt({elementType:re,getSlotProps:M,externalSlotProps:m.errorIcon,ownerState:{},className:V.errorIcon}),F=d.loadingIcon??K$,G=jt({elementType:F,getSlotProps:N,externalSlotProps:m.loadingIcon,ownerState:{},className:V.loadingIcon});return h.jsx(Kc,R({},b(),{children:h.jsxs(j,R({},y,{children:[h.jsxs(D,R({},_,{children:[h.jsxs(O,R({},k,{children:[$.error&&h.jsx(re,R({},Y)),$.loading?h.jsx(F,R({},G)):h.jsx(Gc,{status:$,slots:d,slotProps:m})]})),h.jsx(z,R({},L)),$.editing?h.jsx(K,R({},ee)):h.jsx(P,R({},A)),h.jsx(U,R({},Q))]})),u&&h.jsx(Qg,R({as:B},W))]}))}))});process.env.NODE_ENV!=="production"&&(Xc.displayName="TreeItem");process.env.NODE_ENV!=="production"&&(Xc.propTypes={children:r.any,classes:r.object,className:r.string,disabled:r.bool,disableSelection:r.bool,id:r.string,itemId:r.string.isRequired,label:r.node,onBlur:r.func,onFocus:u$,onKeyDown:r.func,slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});function Q$(e,t,n){const o=je(e,sa.treeId),s=je(e,me.itemChildrenIndentation),i=je(e,Pe.isMultiSelectEnabled);return a=>R({ref:n,role:"tree",id:o,"aria-multiselectable":i},t,a,{style:R({},t.style,{"--TreeView-itemChildrenIndentation":typeof s=="number"?`${s}px`:s}),onFocus:l=>{var c;(c=a.onFocus)==null||c.call(a,l),e.focus.handleRootFocus(l)},onBlur:l=>{var c;(c=a.onBlur)==null||c.call(a,l),e.focus.handleRootBlur(l)}})}const Z$=["ownerState"],Qc=C.createContext(null);process.env.NODE_ENV!=="production"&&(Qc.displayName="RichTreeViewItemsContext");const J$=()=>zc,ej=e=>me.itemOrderedChildrenIds(e,null),Jg=C.memo(function({itemSlot:t,itemSlotProps:n,itemId:o,skipChildren:s}){const i=C.useContext(Qc),{store:a}=oo(),l=je(a,me.itemMeta,o),c=je(a,s?J$:me.itemOrderedChildrenIds,o),u=t??Xc,d=jt({elementType:u,externalSlotProps:n,additionalProps:{label:l==null?void 0:l.label,id:l==null?void 0:l.idAttribute,itemId:o},ownerState:{itemId:o,label:l==null?void 0:l.label}}),m=Ce(d,Z$);return h.jsx(u,R({},m,{children:i?c==null?void 0:c.map(i):null}))},c$);process.env.NODE_ENV!=="production"&&(Jg.displayName="RichTreeViewItem");function tj(e){const{slots:t,slotProps:n,ownerState:o,forwardedProps:s,rootRef:i}=e,{store:a}=oo(),{classes:l}=Hc(),c=t==null?void 0:t.item,u=n==null?void 0:n.item,d=je(a,me.domStructure),m=je(a,d==="flat"?mt.flatList:ej),g=Q$(a,s,i),p=t.root,b=jt({elementType:p,externalSlotProps:n==null?void 0:n.root,className:l.root,getSlotProps:g,ownerState:o}),f=d==="flat",v=C.useCallback(x=>h.jsx(Jg,{itemSlot:c,itemSlotProps:u,itemId:x,skipChildren:f},x),[c,u,f]);return h.jsx(Qc.Provider,{value:v,children:h.jsx(p,R({},b,{children:m.map(v)}))})}const nj=["apiRef","slots","slotProps","disabledItemsFocusable","items","isItemDisabled","isItemSelectionDisabled","getItemLabel","getItemChildren","getItemId","onItemClick","itemChildrenIndentation","id","expandedItems","defaultExpandedItems","onExpandedItemsChange","onItemExpansionToggle","expansionTrigger","disableSelection","selectedItems","defaultSelectedItems","multiSelect","checkboxSelection","selectionPropagation","onSelectedItemsChange","onItemSelectionToggle","onItemFocus","itemHeight","onItemLabelChange","isItemEditable","domStructure"];function oj(e){const{apiRef:t,slots:n,slotProps:o,disabledItemsFocusable:s,items:i,isItemDisabled:a,isItemSelectionDisabled:l,getItemLabel:c,getItemChildren:u,getItemId:d,onItemClick:m,itemChildrenIndentation:g,id:p,expandedItems:b,defaultExpandedItems:f,onExpandedItemsChange:v,onItemExpansionToggle:x,expansionTrigger:w,disableSelection:I,selectedItems:S,defaultSelectedItems:T,multiSelect:E,checkboxSelection:M,selectionPropagation:N,onSelectedItemsChange:$,onItemSelectionToggle:V,onItemFocus:j,itemHeight:y,onItemLabelChange:D,isItemEditable:_,domStructure:O}=e,k=Ce(e,nj),P=C.useMemo(()=>({disabledItemsFocusable:s,items:i,isItemDisabled:a,isItemSelectionDisabled:l,getItemLabel:c,getItemChildren:u,getItemId:d,onItemClick:m,itemChildrenIndentation:g,id:p,expandedItems:b,defaultExpandedItems:f,onExpandedItemsChange:v,onItemExpansionToggle:x,expansionTrigger:w,disableSelection:I,selectedItems:S,defaultSelectedItems:T,multiSelect:E,checkboxSelection:M,selectionPropagation:N,onSelectedItemsChange:$,onItemSelectionToggle:V,onItemFocus:j,itemHeight:y,onItemLabelChange:D,isItemEditable:_,domStructure:O}),[s,i,a,l,c,u,d,m,g,p,b,f,v,x,w,I,S,T,E,M,N,$,V,j,y,D,_,O]);return{apiRef:t,slots:n,slotProps:o,parameters:P,forwardedProps:k}}const rj=()=>{},sj=typeof document<"u"?C.useLayoutEffect:rj;function Zc(e){C.useEffect(e,zc)}const ij={...C},ts=typeof Symbol.dispose=="symbol"?Symbol.dispose:Symbol.for("Symbol.dispose"),Dp=typeof SuppressedError=="function"?SuppressedError:void 0;function aj(e,t){if(Dp)return new Dp(e,t);const n=new Error("An error was suppressed during disposal.");return Object.assign(n,{name:"SuppressedError",error:e,suppressed:t})}function js(e){if(e)throw new ReferenceError("MUI X: The disposable stack is disposed.")}class Jc{constructor(){Z(this,"stack",[]);Z(this,"isDisposed",!1)}get disposed(){return this.isDisposed}use(t){if(js(this.isDisposed),t!=null){const n=t[ts];if(typeof n!="function")throw new TypeError("MUI X: The value is not disposable.");this.stack.push(()=>n.call(t))}return t}adopt(t,n){return js(this.isDisposed),this.stack.push(()=>n(t)),t}defer(t){js(this.isDisposed),this.stack.push(t)}move(){js(this.isDisposed);const t=new Jc;return t.stack=this.stack,this.stack=[],this.isDisposed=!0,t}dispose(){if(this.isDisposed)return;this.isDisposed=!0;let t=!1,n;for(let o=this.stack.length-1;o>=0;o-=1)try{this.stack[o]()}catch(s){n=t?aj(s,n):s,t=!0}if(this.stack=[],t)throw n}[ts](){this.dispose()}}const lj=globalThis.DisposableStack??Jc;function cj(e){const t=[];let n=e;for(;typeof n=="object"&&n!==null&&"error"in n&&"suppressed"in n;)t.push(n.error),n=n.suppressed;return t.push(n),t}const uj=16,Mp=ij,Ao=Mp.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE??Mp.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function dj(){var e,t,n;try{const o=((t=(e=Ao==null?void 0:Ao.A)==null?void 0:e.getOwner)==null?void 0:t.call(e))??((n=Ao==null?void 0:Ao.ReactCurrentOwner)==null?void 0:n.current)??null;return o==null||typeof o.mode!="number"?!1:(o.mode&uj)!==0}catch{return!1}}const fi=Symbol("useDisposable.mount"),pj=Symbol("useDisposable.devState"),Qo=Symbol();function fj(e){const t=C.useRef(Qo);if(t.current===Qo){const n=e(),o=()=>{n[ts](),t.current=Qo};n[fi]=()=>o,t.current=n}return Zc(t.current[fi]),t.current}function mj(e){const t=C.useRef(Qo);if(t.current===Qo){const n=e(),o={detectedStrict:dj(),mountCount:0,disposed:!1};n[pj]=o,n[fi]=()=>{if(o.mountCount+=1,o.mountCount>1&&o.disposed)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: useDisposable failed to detect React StrictMode.
|
|
260
260
|
The instance was disposed on StrictMode's simulated unmount and is about to be reused while torn down.
|
|
261
|
-
This is an internal invariant violation — please report it at https://github.com/mui/mui-x/issues.`:Ae(288));return()=>{o.detectedStrict&&o.mountCount<2||(o.disposed=!0,n[ts](),t.current=Qo)}},t.current=n}return
|
|
262
|
-
`)))}}removeListener(t,n){this.events[t]&&(this.events[t].regular.delete(n),this.events[t].highPriority.delete(n))}removeAllListeners(){this.events={}}emit(t,...n){const o=this.events[t];if(!o)return;const s=Array.from(o.highPriority.keys()),i=Array.from(o.regular.keys());for(let a=s.length-1;a>=0;a-=1){const l=s[a];o.highPriority.has(l)&&l.apply(this,n)}for(let a=0;a<i.length;a+=1){const l=i[a];o.regular.has(l)&&l.apply(this,n)}}once(t,n){const o=this;this.on(t,function s(...i){o.removeListener(t,s),n.apply(o,i)})}}const
|
|
261
|
+
This is an internal invariant violation — please report it at https://github.com/mui/mui-x/issues.`:Ae(288));return()=>{o.detectedStrict&&o.mountCount<2||(o.disposed=!0,n[ts](),t.current=Qo)}},t.current=n}return Zc(t.current[fi]),t.current}const hj=process.env.NODE_ENV==="production"?fj:mj;function gj(e,t){const n=un(),o=hj(()=>new e(R({},t,{isRtl:n})));return sj(()=>o.updateStateFromParameters(R({},t,{isRtl:n})),[o,n,t]),Zc(o.mountEffect),o}class bj{constructor(){Z(this,"maxListeners",20);Z(this,"warnOnce",!1);Z(this,"events",{})}on(t,n,o={}){let s=this.events[t];if(s||(s={highPriority:new Map,regular:new Map},this.events[t]=s),o.isFirst?s.highPriority.set(n,!0):s.regular.set(n,!0),process.env.NODE_ENV!=="production"){const i=s.highPriority.size+s.regular.size;i>this.maxListeners&&!this.warnOnce&&(this.warnOnce=!0,console.warn([`Possible EventEmitter memory leak detected. ${i} ${t} listeners added.`].join(`
|
|
262
|
+
`)))}}removeListener(t,n){this.events[t]&&(this.events[t].regular.delete(n),this.events[t].highPriority.delete(n))}removeAllListeners(){this.events={}}emit(t,...n){const o=this.events[t];if(!o)return;const s=Array.from(o.highPriority.keys()),i=Array.from(o.regular.keys());for(let a=s.length-1;a>=0;a-=1){const l=s[a];o.highPriority.has(l)&&l.apply(this,n)}for(let a=0;a<i.length;a+=1){const l=i[a];o.regular.has(l)&&l.apply(this,n)}}once(t,n){const o=this;this.on(t,function s(...i){o.removeListener(t,s),n.apply(o,i)})}}const yj=({isItemEditable:e,expansionTrigger:t})=>t||(e?"iconContainer":"content");function eb(e){return{disabledItemsFocusable:e.disabledItemsFocusable??!1,itemChildrenIndentation:e.itemChildrenIndentation??"12px",providedTreeId:e.id,expansionTrigger:yj({isItemEditable:e.isItemEditable,expansionTrigger:e.expansionTrigger}),disableSelection:e.disableSelection??!1,multiSelect:e.multiSelect??!1,checkboxSelection:e.checkboxSelection??!1,selectionPropagation:e.selectionPropagation??Ko,itemHeight:e.itemHeight??null}}function Rp(e,t,n){return e!==void 0?e:t!==void 0?t:n}function vj(e){return R({treeId:void 0,focusedItemId:null},eb(e),Xo.buildItemsStateIfNeeded(e),{expandedItems:Rp(e.expandedItems,e.defaultExpandedItems,[]),selectedItems:Rp(e.selectedItems,e.defaultSelectedItems,e.multiSelect?zc:null)})}let Np=0;const xj=()=>(Np+=1,`mui-tree-view-${Np}`);class Cj{constructor(){Z(this,"timeoutIds",new Map);Z(this,"intervalIds",new Map);Z(this,"startTimeout",(t,n,o)=>{this.clearTimeout(t);const s=setTimeout(()=>{this.timeoutIds.delete(t),o()},n);this.timeoutIds.set(t,s)});Z(this,"startInterval",(t,n,o)=>{this.clearInterval(t);const s=setInterval(o,n);this.intervalIds.set(t,s)});Z(this,"clearTimeout",t=>{const n=this.timeoutIds.get(t);n!=null&&(clearTimeout(n),this.timeoutIds.delete(t))});Z(this,"clearInterval",t=>{const n=this.intervalIds.get(t);n!=null&&(clearInterval(n),this.intervalIds.delete(t))});Z(this,"clearAll",()=>{this.timeoutIds.forEach(clearTimeout),this.timeoutIds.clear(),this.intervalIds.forEach(clearInterval),this.intervalIds.clear()})}}const Sj=({props:e})=>{const{store:t}=oo(),{label:n,itemId:o}=e,[s,i]=C.useState(n),a=je(t,kn.isItemEditable,o);return!je(t,kn.isItemBeingEdited,o)&&s!==n&&i(n),{propsEnhancers:{label:()=>({editable:a}),labelInput:({externalEventHandlers:c,interactions:u})=>a?{value:s??"","data-element":"labelInput",onChange:p=>{var b;(b=c.onChange)==null||b.call(c,p),i(p.target.value)},onKeyDown:p=>{var f;if((f=c.onKeyDown)==null||f.call(c,p),p.defaultMuiPrevented)return;const b=p.target;p.key==="Enter"&&b.value?u.handleSaveItemLabel(p,b.value):p.key==="Escape"&&u.handleCancelItemLabelEditing(p)},onBlur:p=>{var b;(b=c.onBlur)==null||b.call(c,p),!p.defaultMuiPrevented&&p.target.value&&u.handleSaveItemLabel(p,p.target.value)},autoFocus:!0,type:"text"}:{}}}};class wj{constructor(t){Z(this,"buildPublicAPI",()=>({setEditedItem:this.setEditedItem,updateItemLabel:this.updateItemLabel}));Z(this,"setEditedItem",t=>{t!==null&&!kn.isItemEditable(this.store.state,t)||this.store.set("editedItemId",t)});Z(this,"updateItemLabel",(t,n)=>{if(!n)throw new Error(process.env.NODE_ENV!=="production"?`MUI X: The Tree View component requires all items to have a \`label\` property.
|
|
263
263
|
The label of an item cannot be empty.
|
|
264
|
-
Item ID: ${t}`:Ae(197,t));const o=this.store.state.itemMetaLookup[t];o.label!==n&&(this.store.set("itemMetaLookup",R({},this.store.state.itemMetaLookup,{[t]:R({},o,{label:n})})),this.store.parameters.onItemLabelChange&&this.store.parameters.onItemLabelChange(t,n))});this.store=t,t.itemPluginManager.register(_j,null)}}const Dj=500;class Mj{constructor(t){Z(this,"typeaheadQuery","");Z(this,"canToggleItemSelection",t=>Pe.canItemBeSelected(this.store.state,t));Z(this,"canToggleItemExpansion",t=>!me.isItemDisabled(this.store.state,t)&&mt.isItemExpandable(this.store.state,t));Z(this,"getFirstItemMatchingTypeaheadQuery",(t,n)=>{const o=u=>{const d=Vr(this.store.state,u);return d===null?es(this.store.state):d},s=u=>{let d=null;const m={};let g=u.length>1?t:o(t);for(;d==null&&!m[g];){const p=this.labelMap[g];p!=null&&p.startsWith(u)?d=g:(m[g]=!0,g=o(g))}return d},i=n.toLowerCase(),a=`${this.typeaheadQuery}${i}`,l=s(a);if(l!=null)return this.typeaheadQuery=a,l;const c=s(i);return c!=null?(this.typeaheadQuery=i,c):(this.typeaheadQuery="",null)});Z(this,"updateLabelMap",t=>{this.labelMap=t(this.labelMap)});Z(this,"handleItemKeyDown",async(t,n)=>{var a;if(t.defaultMuiPrevented||t.altKey||el(t.target,t.currentTarget))return;const o=t.ctrlKey||t.metaKey,s=t.key,i=Pe.isMultiSelectEnabled(this.store.state);switch(!0){case(s===" "&&this.canToggleItemSelection(n)):{t.preventDefault(),i&&t.shiftKey?this.store.selection.expandSelectionRange(t,n):this.store.selection.setItemSelection({event:t,itemId:n,keepExistingSelection:i,shouldBeSelected:void 0});break}case s==="Enter":{(a=this.store.labelEditing)!=null&&a.setEditedItem&&kn.isItemEditable(this.store.state,n)&&!kn.isItemBeingEdited(this.store.state,n)?this.store.labelEditing.setEditedItem(n):this.canToggleItemExpansion(n)?(this.store.expansion.setItemExpansion({event:t,itemId:n}),t.preventDefault()):this.canToggleItemSelection(n)&&(i?(t.preventDefault(),this.store.selection.setItemSelection({event:t,itemId:n,keepExistingSelection:!0})):Pe.isItemSelected(this.store.state,n)||(this.store.selection.setItemSelection({event:t,itemId:n}),t.preventDefault()));break}case s==="ArrowDown":{const l=Vr(this.store.state,n);l&&(t.preventDefault(),this.store.focus.focusItem(t,l),i&&t.shiftKey&&this.canToggleItemSelection(l)&&this.store.selection.selectItemFromArrowNavigation(t,n,l));break}case s==="ArrowUp":{const l=Gc(this.store.state,n);l&&(t.preventDefault(),this.store.focus.focusItem(t,l),i&&t.shiftKey&&this.canToggleItemSelection(l)&&this.store.selection.selectItemFromArrowNavigation(t,n,l));break}case(s==="ArrowRight"&&!this.store.parameters.isRtl||s==="ArrowLeft"&&this.store.parameters.isRtl):{if(o)return;if(mt.isItemExpanded(this.store.state,n)){const l=Vr(this.store.state,n);l&&(this.store.focus.focusItem(t,l),t.preventDefault())}else this.canToggleItemExpansion(n)&&(this.store.expansion.setItemExpansion({event:t,itemId:n}),t.preventDefault());break}case(s==="ArrowLeft"&&!this.store.parameters.isRtl||s==="ArrowRight"&&this.store.parameters.isRtl):{if(o)return;if(this.canToggleItemExpansion(n)&&mt.isItemExpanded(this.store.state,n))this.store.expansion.setItemExpansion({event:t,itemId:n}),t.preventDefault();else{const l=me.itemParentId(this.store.state,n);l&&(this.store.focus.focusItem(t,l),t.preventDefault())}break}case s==="Home":{this.canToggleItemSelection(n)&&i&&o&&t.shiftKey?this.store.selection.selectRangeFromStartToItem(t,n):this.store.focus.focusItem(t,es(this.store.state)),t.preventDefault();break}case s==="End":{this.canToggleItemSelection(n)&&i&&o&&t.shiftKey?this.store.selection.selectRangeFromItemToEnd(t,n):this.store.focus.focusItem(t,qg(this.store.state)),t.preventDefault();break}case s==="*":{this.store.expansion.expandAllSiblings(t,n),t.preventDefault();break}case(String.fromCharCode(t.keyCode)==="A"&&o&&i&&Pe.enabled(this.store.state)):{this.store.selection.selectAllNavigableItems(t),t.preventDefault();break}case(!o&&!t.shiftKey&&Rj(s)):{this.store.timeoutManager.clearTimeout("typeahead");const l=this.getFirstItemMatchingTypeaheadQuery(n,s);l!=null?(this.store.focus.focusItem(t,l),t.preventDefault()):this.typeaheadQuery="",this.store.timeoutManager.startTimeout("typeahead",Dj,()=>{this.typeaheadQuery=""});break}}});this.store=t,this.labelMap=Lp(me.itemMetaLookup(this.store.state)),this.store.registerStoreEffect(me.itemMetaLookup,(n,o)=>{this.store.shouldIgnoreItemsStateUpdate()||(this.labelMap=Lp(o))})}}function Rj(e){return!!e&&e.length===1&&!!e.match(/\S/)}function Lp(e){const t={},n=o=>{t[o.id]=o.label.toLowerCase()};return Object.values(e).forEach(n),t}class Nj{constructor(){Z(this,"itemPlugins",[]);Z(this,"itemWrappers",[]);Z(this,"register",(t,n)=>{this.itemPlugins.push(t),n&&this.itemWrappers.push(n)});Z(this,"listPlugins",()=>this.itemPlugins);Z(this,"listWrappers",()=>this.itemWrappers)}}class $j extends Bc{constructor(n,o,s){const i=Ej(n),a=s.getInitialState(i,n);super(a);Z(this,"initialParameters",null);Z(this,"disposables",new hj);Z(this,"eventManager",this.disposables.adopt(new Tj,n=>n.removeAllListeners()));Z(this,"timeoutManager",this.disposables.adopt(new kj,n=>n.clearAll()));Z(this,"itemPluginManager",new Nj);Z(this,"mountEffect",()=>{});Z(this,"shouldIgnoreItemsStateUpdate",()=>this.mapper.shouldIgnoreItemsStateUpdate(this.parameters));Z(this,"registerStoreEffect",(n,o)=>{let s=n(this.state);this.disposables.defer(this.subscribe(i=>{const a=n(i);a!==s&&(o(s,a),s=a)}))});Z(this,"publishEvent",(n,o,s)=>{jj(s)&&s.isPropagationStopped()||this.eventManager.emit(n,o,s)});Z(this,"subscribeEvent",(n,o)=>{this.eventManager.on(n,o)});this.parameters=n,this.instanceName=o,this.mapper=s,this.items=new Xo(this),this.focus=new B$(this),this.expansion=new F$(this),this.selection=new W$(this),this.keyboardNavigation=new Mj(this),process.env.NODE_ENV!=="production"&&(this.initialParameters=n)}buildPublicAPI(){return R({},this.items.buildPublicAPI(),this.focus.buildPublicAPI(),this.expansion.buildPublicAPI(),this.selection.buildPublicAPI())}updateStateFromParameters(n){const o=(a,l,c)=>{var u,d;if(n[l]!==void 0&&(a[l]=n[l]),process.env.NODE_ENV!=="production"){const m=n[c],g=n[l]!==void 0,p=(u=this.initialParameters)==null?void 0:u[c],b=((d=this.initialParameters)==null?void 0:d[l])!==void 0;b!==g?$n([`MUI X Tree View: A component is changing the ${b?"":"un"}controlled ${l} state of ${this.instanceName} to be ${b?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${l} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"],"error"):JSON.stringify(p)!==JSON.stringify(m)&&$n([`MUI X Tree View: A component is changing the default ${l} state of an uncontrolled ${this.instanceName} after being initialized. `,`To suppress this warning opt to use a controlled ${this.instanceName}.`],"error")}},s=rb(n);o(s,"expandedItems","defaultExpandedItems"),o(s,"selectedItems","defaultSelectedItems"),(this.state.providedTreeId!==n.id||this.state.treeId===void 0)&&(s.treeId=Oj()),!this.mapper.shouldIgnoreItemsStateUpdate(n)&&Xo.shouldRebuildItemsState(n,this.parameters)&&Object.assign(s,Xo.buildItemsStateIfNeeded(n));const i=this.mapper.updateStateFromParameters(s,n,o);this.update(i),this.parameters=n}[ts](){if(!this.disposables.disposed)try{this.disposables.dispose()}catch(n){process.env.NODE_ENV!=="production"&&console.error("MUI X Tree View: error while disposing the store.",...gj(n))}}}function jj(e){return(e==null?void 0:e.isPropagationStopped)!==void 0}const Vp=e=>({isItemEditable:e.isItemEditable??!1}),sb={getInitialState:(e,t)=>R({},e,Vp(t),{editedItemId:null,lazyLoadedItems:null,domStructure:t.domStructure??"nested"}),updateStateFromParameters:(e,t)=>R({},e,Vp(t)),shouldIgnoreItemsStateUpdate:()=>!1};class ib extends $j{constructor(){super(...arguments);Z(this,"labelEditing",new Pj(this))}buildPublicAPI(){return R({},super.buildPublicAPI(),this.labelEditing.buildPublicAPI(),{addItems:this.items.addItems})}}Z(ib,"rawMapper",sb);class Aj extends ib{constructor(t){super(t,"RichTreeView",sb)}}const Lj=$g(),Vj=e=>{const{classes:t}=e;return C.useMemo(()=>Rg({root:["root"],item:["item"],itemContent:["itemContent"],itemGroupTransition:["itemGroupTransition"],itemIconContainer:["itemIconContainer"],itemLabel:["itemLabel"],itemLabelInput:["itemLabelInput"],itemCheckbox:["itemCheckbox"]},i$,t),[t])},Fj=ne("ul",{name:"MuiRichTreeView",slot:"Root"})({padding:0,margin:0,listStyle:"none",outline:0,position:"relative"}),tu=C.forwardRef(function(t,n){const o=Lj({props:t,name:"MuiRichTreeView"});process.env.NODE_ENV!=="production"&&o.children!=null&&$n(["MUI X: The Rich Tree View component does not support JSX children.","If you want to add items, you need to use the `items` prop.","Check the documentation for more details: https://mui.com/x/react-tree-view/rich-tree-view/items/."]);const{slots:s,slotProps:i,apiRef:a,parameters:l,forwardedProps:c}=uj(o),u=wj(Aj,l),d=C.useRef(null),m=Ka(n,d),g=je(u,pi.isItemLoading,null),p=je(u,pi.itemError,null),b=Vj(o),f=C.useMemo(()=>R({root:Fj},s),[s]);return g?h.jsx(nn,{children:"Loading…"}):p?h.jsx(Mg,{severity:"error",children:p.message}):h.jsx(c$,{store:u,classes:b,slots:f,slotProps:i,apiRef:a,rootRef:d,children:h.jsx(Yc.Provider,{value:me.itemDepth,children:h.jsx(lj,{slots:f,slotProps:i,forwardedProps:c,ownerState:o,rootRef:m})})})});process.env.NODE_ENV!=="production"&&(tu.displayName="RichTreeView");process.env.NODE_ENV!=="production"&&(tu.propTypes={apiRef:r.shape({current:r.shape({addItems:r.func,focusItem:r.func,getItem:r.func,getItemDOMElement:r.func,getItemOrderedChildrenIds:r.func,getItemSelection:r.func,getItemTree:r.func,getParentId:r.func,isItemExpanded:r.func,setEditedItem:r.func,setIsItemDisabled:r.func,setItemExpansion:r.func,setItemSelection:r.func,updateItemLabel:r.func})}),checkboxSelection:r.bool,classes:r.object,className:r.string,defaultExpandedItems:r.arrayOf(r.string),defaultSelectedItems:r.any,disabledItemsFocusable:r.bool,disableSelection:r.bool,domStructure:r.oneOf(["flat","nested"]),expandedItems:r.arrayOf(r.string),expansionTrigger:r.oneOf(["content","iconContainer"]),getItemChildren:r.func,getItemId:r.func,getItemLabel:r.func,id:r.string,isItemDisabled:r.func,isItemEditable:r.oneOfType([r.func,r.bool]),isItemSelectionDisabled:r.func,itemChildrenIndentation:r.oneOfType([r.number,r.string]),itemHeight:r.number,items:r.array.isRequired,multiSelect:r.bool,onExpandedItemsChange:r.func,onItemClick:r.func,onItemExpansionToggle:r.func,onItemFocus:r.func,onItemLabelChange:r.func,onItemSelectionToggle:r.func,onSelectedItemsChange:r.func,selectedItems:r.any,selectionPropagation:r.shape({descendants:r.bool,parents:r.bool}),slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const Bj=e=>{const{store:t}=oo();return je(t,me.itemModel,e)},zj="Tree-module__root___ANcH3",Wj="Tree-module__subtree___KoLT8",Uj="Tree-module__node___Hvnjg",Hj="Tree-module__row___sq5ff",qj="Tree-module__label___zJDit",Yj="Tree-module__iconContainer___vq55M",Gj="Tree-module__expandButton___W0WTT",Kj="Tree-module__expandButtonHidden___Xopam",Xj="Tree-module__chevron___umezQ",Qj="Tree-module__chevronExpanded___QYVrI",Lt={root:zj,subtree:Wj,node:Uj,row:Hj,label:qj,iconContainer:Yj,expandButton:Gj,expandButtonHidden:Kj,chevron:Xj,chevronExpanded:Qj};function Zj(e){const t=[],n=o=>{o.forEach(s=>{t.push(s.value),s.children&&n(s.children)})};return n(e),t}function Jj({rotated:e}){return h.jsx("svg",{className:e?`${Lt.chevron} ${Lt.chevronExpanded}`:Lt.chevron,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:h.jsx("path",{d:"M5 3l5 5-5 5"})})}function nu({rotated:e,hidden:t}){return h.jsx(On,{overStyled:!0,variant:"text",size:"small",icon:h.jsx(Jj,{rotated:e}),"aria-label":"Toggle subtree","aria-hidden":"true",tabIndex:-1,onMouseDown:n=>n.preventDefault(),className:t?`${Lt.expandButton} ${Lt.expandButtonHidden}`:Lt.expandButton})}function eA(){return h.jsx(nu,{})}function tA(){return h.jsx(nu,{rotated:!0})}function nA(){return h.jsx(nu,{hidden:!0})}const oA=q.forwardRef(function({id:t,itemId:n,label:o,disabled:s,children:i,className:a,...l},c){const{getContextProviderProps:u,getRootProps:d,getContentProps:m,getIconContainerProps:g,getLabelProps:p,getGroupTransitionProps:b,status:f}=Kg({id:t,itemId:n,children:i,label:o,disabled:s,rootRef:c}),{interactions:v}=Hg({itemId:n,children:i}),x=Bj(n),w=g({className:Lt.iconContainer}),I=S=>{S.key==="Enter"&&(S.preventDefault(),S.defaultMuiPrevented=!0,v.handleSelection(S))};return h.jsx(Xc,{...u(),children:h.jsxs(Qg,{...d({...l,className:`${Lt.node} ${a??""}`,onKeyDown:I}),children:[h.jsxs(Zg,{...m({className:Lt.row}),status:f,children:[h.jsx(eb,{...w,onClick:S=>{S.stopPropagation(),w.onClick(S)},children:h.jsx(Kc,{status:f})}),h.jsx(Jg,{...p({className:Lt.label}),children:(x==null?void 0:x.label)??o})]}),i&&h.jsx(tb,{...b({className:Lt.subtree})})]})})}),ab=q.forwardRef(function({overStyled:t=!1,data:n,initialExpandedValues:o,initialSelectedValues:s,multiple:i=!1,disabled:a=!1,onNodeExpand:l,onNodeCollapse:c,onSelectedChange:u,...d},m){const g=ye(d,t),p=o==="*"?Zj(n):o,b=g.className,f=b?`${Lt.root} ${b}`:Lt.root;return h.jsx(tu,{ref:m,...g,items:n,getItemId:v=>v.value,getItemLabel:v=>typeof v.label=="string"?v.label:v.value,defaultExpandedItems:p,defaultSelectedItems:i?s??[]:s==null?void 0:s[0],multiSelect:i,isItemDisabled:a?()=>!0:void 0,expansionTrigger:"iconContainer",onItemExpansionToggle:(v,x,w)=>{w?l==null||l(x):c==null||c(x)},onSelectedItemsChange:(v,x)=>{u==null||u(Array.isArray(x)?x:x?[x]:[])},slots:{expandIcon:eA,collapseIcon:tA,endIcon:nA,item:oA},classes:{root:f}})});ab.displayName="Tree";const rA=hy,sA=yh,iA=Ch,aA=gc,lA=Sh,cA=Bh,uA=of,dA=oa,pA=Te(bi),fA=Te(al),mA=Te(hi),hA=Te(gi),gA=Te(Dn),bA=Te(Hp),yA=Te(fy),vA=Te(Gp),xA=Te(Kp),CA=Te(On),SA=Te(_y),wA=Te(Br),TA=Te(Fr),IA=Te(zr),EA=Te(mh),OA=Te(hh),kA=Te(gh),_A=Te(bh),PA=Te(Mn),DA=Te(gn),MA=Te(bc),RA=Te(ll),NA=Te(Eh),$A=Te(dl),jA=Te(Oh),AA=Te(kh),LA=Te(_h),VA=Te(ta),FA=Te(Mh),BA=Te(qP),zA=Te($h),WA=Te(xc),UA=Te(Cc),HA=Te(wc),qA=Te(Sc),YA=Te(cl),GA=Te(b1),KA=Te(Fh),XA=Te(zh),QA=Te(Ic),ZA=Te(Tc),JA=Te(no),eL=Te(ag),tL=Te(lg),nL=Te(ig),oL=Te(cg),rL=Te(ug),sL=Te(Oc),iL=Te(wg),aL=Te(Ig),lL=Te(Vc),cL=Te(Eg),uL=Te(Og),dL=Te(JR),pL=Te(_g),fL=Te(ab);exports.Accordion=pA;exports.AccordionControl=mA;exports.AccordionItem=fA;exports.AccordionPanel=hA;exports.AssistiveElement=gA;exports.Autocomplete=bA;exports.Avatar=yA;exports.Badge=vA;exports.Box=rA;exports.Breadcrumb=xA;exports.Button=CA;exports.Card=SA;exports.Checkbox=wA;exports.CheckboxGroup=TA;exports.Chip=IA;exports.Container=uA;exports.DatePicker=EA;exports.Dropdown=OA;exports.EmptyValueRenderer=nl;exports.FileInput=kA;exports.FileUpload=_A;exports.Flex=sA;exports.FormControlLayout=PA;exports.FormControlWrapper=DA;exports.Grid=iA;exports.GridCol=aA;exports.Group=lA;exports.HoverCard=MA;exports.IS_DEV=Un;exports.Label=RA;exports.Layer=tl;exports.Link=NA;exports.Loader=$A;exports.Menu=jA;exports.MenuDivider=LA;exports.MenuItem=AA;exports.Modal=VA;exports.NumberInput=FA;exports.Pagination=BA;exports.Panel=zA;exports.PanelFooter=WA;exports.Popover=UA;exports.RECURSICA_COMPONENTS=yb;exports.Radio=HA;exports.RadioGroup=qA;exports.ReadOnlyField=YA;exports.RecursicaThemeProvider=bb;exports.SegmentedControl=GA;exports.Slider=KA;exports.Stack=cA;exports.Stepper=XA;exports.Switch=QA;exports.SwitchGroup=ZA;exports.Tab=eL;exports.TabPanel=tL;exports.Table=JA;exports.Tabs=nL;exports.Text=oL;exports.TextArea=rL;exports.TextField=sL;exports.TimePicker=iL;exports.Timeline=aL;exports.TimelineItem=lL;exports.Title=cL;exports.Toast=uL;exports.Tooltip=dL;exports.TransferList=pL;exports.Tree=fL;exports.Typography=dA;exports.copyToClipboard=vb;exports.fileMatchesAccept=sl;exports.injectOverStyledStyles=ol;exports.isGlobalOverStyledActive=gb;exports.mergeClassNames=et;exports.mergeStyles=xb;exports.normalizeComboboxData=mi;exports.omitUnsupportedProps=en;exports.registerOverStyledConsoleCommand=rl;exports.toggleGlobalOverStyled=Bp;exports.useGlobalOverStyled=zp;exports.withCallerOverride=Wp;exports.wrapComponent=Te;
|
|
264
|
+
Item ID: ${t}`:Ae(197,t));const o=this.store.state.itemMetaLookup[t];o.label!==n&&(this.store.set("itemMetaLookup",R({},this.store.state.itemMetaLookup,{[t]:R({},o,{label:n})})),this.store.parameters.onItemLabelChange&&this.store.parameters.onItemLabelChange(t,n))});this.store=t,t.itemPluginManager.register(Sj,null)}}const Tj=500;class Ij{constructor(t){Z(this,"typeaheadQuery","");Z(this,"canToggleItemSelection",t=>Pe.canItemBeSelected(this.store.state,t));Z(this,"canToggleItemExpansion",t=>!me.isItemDisabled(this.store.state,t)&&mt.isItemExpandable(this.store.state,t));Z(this,"getFirstItemMatchingTypeaheadQuery",(t,n)=>{const o=u=>{const d=Vr(this.store.state,u);return d===null?es(this.store.state):d},s=u=>{let d=null;const m={};let g=u.length>1?t:o(t);for(;d==null&&!m[g];){const p=this.labelMap[g];p!=null&&p.startsWith(u)?d=g:(m[g]=!0,g=o(g))}return d},i=n.toLowerCase(),a=`${this.typeaheadQuery}${i}`,l=s(a);if(l!=null)return this.typeaheadQuery=a,l;const c=s(i);return c!=null?(this.typeaheadQuery=i,c):(this.typeaheadQuery="",null)});Z(this,"updateLabelMap",t=>{this.labelMap=t(this.labelMap)});Z(this,"handleItemKeyDown",async(t,n)=>{var a;if(t.defaultMuiPrevented||t.altKey||el(t.target,t.currentTarget))return;const o=t.ctrlKey||t.metaKey,s=t.key,i=Pe.isMultiSelectEnabled(this.store.state);switch(!0){case(s===" "&&this.canToggleItemSelection(n)):{t.preventDefault(),i&&t.shiftKey?this.store.selection.expandSelectionRange(t,n):this.store.selection.setItemSelection({event:t,itemId:n,keepExistingSelection:i,shouldBeSelected:void 0});break}case s==="Enter":{(a=this.store.labelEditing)!=null&&a.setEditedItem&&kn.isItemEditable(this.store.state,n)&&!kn.isItemBeingEdited(this.store.state,n)?this.store.labelEditing.setEditedItem(n):this.canToggleItemExpansion(n)?(this.store.expansion.setItemExpansion({event:t,itemId:n}),t.preventDefault()):this.canToggleItemSelection(n)&&(i?(t.preventDefault(),this.store.selection.setItemSelection({event:t,itemId:n,keepExistingSelection:!0})):Pe.isItemSelected(this.store.state,n)||(this.store.selection.setItemSelection({event:t,itemId:n}),t.preventDefault()));break}case s==="ArrowDown":{const l=Vr(this.store.state,n);l&&(t.preventDefault(),this.store.focus.focusItem(t,l),i&&t.shiftKey&&this.canToggleItemSelection(l)&&this.store.selection.selectItemFromArrowNavigation(t,n,l));break}case s==="ArrowUp":{const l=Yc(this.store.state,n);l&&(t.preventDefault(),this.store.focus.focusItem(t,l),i&&t.shiftKey&&this.canToggleItemSelection(l)&&this.store.selection.selectItemFromArrowNavigation(t,n,l));break}case(s==="ArrowRight"&&!this.store.parameters.isRtl||s==="ArrowLeft"&&this.store.parameters.isRtl):{if(o)return;if(mt.isItemExpanded(this.store.state,n)){const l=Vr(this.store.state,n);l&&(this.store.focus.focusItem(t,l),t.preventDefault())}else this.canToggleItemExpansion(n)&&(this.store.expansion.setItemExpansion({event:t,itemId:n}),t.preventDefault());break}case(s==="ArrowLeft"&&!this.store.parameters.isRtl||s==="ArrowRight"&&this.store.parameters.isRtl):{if(o)return;if(this.canToggleItemExpansion(n)&&mt.isItemExpanded(this.store.state,n))this.store.expansion.setItemExpansion({event:t,itemId:n}),t.preventDefault();else{const l=me.itemParentId(this.store.state,n);l&&(this.store.focus.focusItem(t,l),t.preventDefault())}break}case s==="Home":{this.canToggleItemSelection(n)&&i&&o&&t.shiftKey?this.store.selection.selectRangeFromStartToItem(t,n):this.store.focus.focusItem(t,es(this.store.state)),t.preventDefault();break}case s==="End":{this.canToggleItemSelection(n)&&i&&o&&t.shiftKey?this.store.selection.selectRangeFromItemToEnd(t,n):this.store.focus.focusItem(t,zg(this.store.state)),t.preventDefault();break}case s==="*":{this.store.expansion.expandAllSiblings(t,n),t.preventDefault();break}case(String.fromCharCode(t.keyCode)==="A"&&o&&i&&Pe.enabled(this.store.state)):{this.store.selection.selectAllNavigableItems(t),t.preventDefault();break}case(!o&&!t.shiftKey&&Ej(s)):{this.store.timeoutManager.clearTimeout("typeahead");const l=this.getFirstItemMatchingTypeaheadQuery(n,s);l!=null?(this.store.focus.focusItem(t,l),t.preventDefault()):this.typeaheadQuery="",this.store.timeoutManager.startTimeout("typeahead",Tj,()=>{this.typeaheadQuery=""});break}}});this.store=t,this.labelMap=$p(me.itemMetaLookup(this.store.state)),this.store.registerStoreEffect(me.itemMetaLookup,(n,o)=>{this.store.shouldIgnoreItemsStateUpdate()||(this.labelMap=$p(o))})}}function Ej(e){return!!e&&e.length===1&&!!e.match(/\S/)}function $p(e){const t={},n=o=>{t[o.id]=o.label.toLowerCase()};return Object.values(e).forEach(n),t}class Oj{constructor(){Z(this,"itemPlugins",[]);Z(this,"itemWrappers",[]);Z(this,"register",(t,n)=>{this.itemPlugins.push(t),n&&this.itemWrappers.push(n)});Z(this,"listPlugins",()=>this.itemPlugins);Z(this,"listWrappers",()=>this.itemWrappers)}}class kj extends Fc{constructor(n,o,s){const i=vj(n),a=s.getInitialState(i,n);super(a);Z(this,"initialParameters",null);Z(this,"disposables",new lj);Z(this,"eventManager",this.disposables.adopt(new bj,n=>n.removeAllListeners()));Z(this,"timeoutManager",this.disposables.adopt(new Cj,n=>n.clearAll()));Z(this,"itemPluginManager",new Oj);Z(this,"mountEffect",()=>{});Z(this,"shouldIgnoreItemsStateUpdate",()=>this.mapper.shouldIgnoreItemsStateUpdate(this.parameters));Z(this,"registerStoreEffect",(n,o)=>{let s=n(this.state);this.disposables.defer(this.subscribe(i=>{const a=n(i);a!==s&&(o(s,a),s=a)}))});Z(this,"publishEvent",(n,o,s)=>{_j(s)&&s.isPropagationStopped()||this.eventManager.emit(n,o,s)});Z(this,"subscribeEvent",(n,o)=>{this.eventManager.on(n,o)});this.parameters=n,this.instanceName=o,this.mapper=s,this.items=new Xo(this),this.focus=new N$(this),this.expansion=new R$(this),this.selection=new j$(this),this.keyboardNavigation=new Ij(this),process.env.NODE_ENV!=="production"&&(this.initialParameters=n)}buildPublicAPI(){return R({},this.items.buildPublicAPI(),this.focus.buildPublicAPI(),this.expansion.buildPublicAPI(),this.selection.buildPublicAPI())}updateStateFromParameters(n){const o=(a,l,c)=>{var u,d;if(n[l]!==void 0&&(a[l]=n[l]),process.env.NODE_ENV!=="production"){const m=n[c],g=n[l]!==void 0,p=(u=this.initialParameters)==null?void 0:u[c],b=((d=this.initialParameters)==null?void 0:d[l])!==void 0;b!==g?$n([`MUI X Tree View: A component is changing the ${b?"":"un"}controlled ${l} state of ${this.instanceName} to be ${b?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${l} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"],"error"):JSON.stringify(p)!==JSON.stringify(m)&&$n([`MUI X Tree View: A component is changing the default ${l} state of an uncontrolled ${this.instanceName} after being initialized. `,`To suppress this warning opt to use a controlled ${this.instanceName}.`],"error")}},s=eb(n);o(s,"expandedItems","defaultExpandedItems"),o(s,"selectedItems","defaultSelectedItems"),(this.state.providedTreeId!==n.id||this.state.treeId===void 0)&&(s.treeId=xj()),!this.mapper.shouldIgnoreItemsStateUpdate(n)&&Xo.shouldRebuildItemsState(n,this.parameters)&&Object.assign(s,Xo.buildItemsStateIfNeeded(n));const i=this.mapper.updateStateFromParameters(s,n,o);this.update(i),this.parameters=n}[ts](){if(!this.disposables.disposed)try{this.disposables.dispose()}catch(n){process.env.NODE_ENV!=="production"&&console.error("MUI X Tree View: error while disposing the store.",...cj(n))}}}function _j(e){return(e==null?void 0:e.isPropagationStopped)!==void 0}const jp=e=>({isItemEditable:e.isItemEditable??!1}),tb={getInitialState:(e,t)=>R({},e,jp(t),{editedItemId:null,lazyLoadedItems:null,domStructure:t.domStructure??"nested"}),updateStateFromParameters:(e,t)=>R({},e,jp(t)),shouldIgnoreItemsStateUpdate:()=>!1};class nb extends kj{constructor(){super(...arguments);Z(this,"labelEditing",new wj(this))}buildPublicAPI(){return R({},super.buildPublicAPI(),this.labelEditing.buildPublicAPI(),{addItems:this.items.addItems})}}Z(nb,"rawMapper",tb);class Pj extends nb{constructor(t){super(t,"RichTreeView",tb)}}const Dj=Dg(),Mj=e=>{const{classes:t}=e;return C.useMemo(()=>_g({root:["root"],item:["item"],itemContent:["itemContent"],itemGroupTransition:["itemGroupTransition"],itemIconContainer:["itemIconContainer"],itemLabel:["itemLabel"],itemLabelInput:["itemLabelInput"],itemCheckbox:["itemCheckbox"]},JN,t),[t])},Rj=ne("ul",{name:"MuiRichTreeView",slot:"Root"})({padding:0,margin:0,listStyle:"none",outline:0,position:"relative"}),eu=C.forwardRef(function(t,n){const o=Dj({props:t,name:"MuiRichTreeView"});process.env.NODE_ENV!=="production"&&o.children!=null&&$n(["MUI X: The Rich Tree View component does not support JSX children.","If you want to add items, you need to use the `items` prop.","Check the documentation for more details: https://mui.com/x/react-tree-view/rich-tree-view/items/."]);const{slots:s,slotProps:i,apiRef:a,parameters:l,forwardedProps:c}=oj(o),u=gj(Pj,l),d=C.useRef(null),m=Ka(n,d),g=je(u,pi.isItemLoading,null),p=je(u,pi.itemError,null),b=Mj(o),f=C.useMemo(()=>R({root:Rj},s),[s]);return g?h.jsx(nn,{children:"Loading…"}):p?h.jsx(kg,{severity:"error",children:p.message}):h.jsx(n$,{store:u,classes:b,slots:f,slotProps:i,apiRef:a,rootRef:d,children:h.jsx(qc.Provider,{value:me.itemDepth,children:h.jsx(tj,{slots:f,slotProps:i,forwardedProps:c,ownerState:o,rootRef:m})})})});process.env.NODE_ENV!=="production"&&(eu.displayName="RichTreeView");process.env.NODE_ENV!=="production"&&(eu.propTypes={apiRef:r.shape({current:r.shape({addItems:r.func,focusItem:r.func,getItem:r.func,getItemDOMElement:r.func,getItemOrderedChildrenIds:r.func,getItemSelection:r.func,getItemTree:r.func,getParentId:r.func,isItemExpanded:r.func,setEditedItem:r.func,setIsItemDisabled:r.func,setItemExpansion:r.func,setItemSelection:r.func,updateItemLabel:r.func})}),checkboxSelection:r.bool,classes:r.object,className:r.string,defaultExpandedItems:r.arrayOf(r.string),defaultSelectedItems:r.any,disabledItemsFocusable:r.bool,disableSelection:r.bool,domStructure:r.oneOf(["flat","nested"]),expandedItems:r.arrayOf(r.string),expansionTrigger:r.oneOf(["content","iconContainer"]),getItemChildren:r.func,getItemId:r.func,getItemLabel:r.func,id:r.string,isItemDisabled:r.func,isItemEditable:r.oneOfType([r.func,r.bool]),isItemSelectionDisabled:r.func,itemChildrenIndentation:r.oneOfType([r.number,r.string]),itemHeight:r.number,items:r.array.isRequired,multiSelect:r.bool,onExpandedItemsChange:r.func,onItemClick:r.func,onItemExpansionToggle:r.func,onItemFocus:r.func,onItemLabelChange:r.func,onItemSelectionToggle:r.func,onSelectedItemsChange:r.func,selectedItems:r.any,selectionPropagation:r.shape({descendants:r.bool,parents:r.bool}),slotProps:r.object,slots:r.object,sx:r.oneOfType([r.arrayOf(r.oneOfType([r.func,r.object,r.bool])),r.func,r.object])});const Nj=e=>{const{store:t}=oo();return je(t,me.itemModel,e)},$j="Tree-module__root___ANcH3",jj="Tree-module__subtree___KoLT8",Aj="Tree-module__node___Hvnjg",Lj="Tree-module__row___sq5ff",Vj="Tree-module__label___zJDit",Fj="Tree-module__iconContainer___vq55M",Bj="Tree-module__expandButton___W0WTT",zj="Tree-module__expandButtonHidden___Xopam",Wj="Tree-module__chevron___umezQ",Uj="Tree-module__chevronExpanded___QYVrI",Lt={root:$j,subtree:jj,node:Aj,row:Lj,label:Vj,iconContainer:Fj,expandButton:Bj,expandButtonHidden:zj,chevron:Wj,chevronExpanded:Uj};function Hj(e){const t=[],n=o=>{o.forEach(s=>{t.push(s.value),s.children&&n(s.children)})};return n(e),t}function qj({rotated:e}){return h.jsx("svg",{className:e?`${Lt.chevron} ${Lt.chevronExpanded}`:Lt.chevron,viewBox:"0 0 16 16",width:"1em",height:"1em",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:h.jsx("path",{d:"M5 3l5 5-5 5"})})}function tu({rotated:e,hidden:t}){return h.jsx(On,{overStyled:!0,variant:"text",size:"small",icon:h.jsx(qj,{rotated:e}),"aria-label":"Toggle subtree","aria-hidden":"true",tabIndex:-1,onMouseDown:n=>n.preventDefault(),className:t?`${Lt.expandButton} ${Lt.expandButtonHidden}`:Lt.expandButton})}function Yj(){return h.jsx(tu,{})}function Gj(){return h.jsx(tu,{rotated:!0})}function Kj(){return h.jsx(tu,{hidden:!0})}const Xj=q.forwardRef(function({id:t,itemId:n,label:o,disabled:s,children:i,className:a,...l},c){const{getContextProviderProps:u,getRootProps:d,getContentProps:m,getIconContainerProps:g,getLabelProps:p,getGroupTransitionProps:b,status:f}=Hg({id:t,itemId:n,children:i,label:o,disabled:s,rootRef:c}),{interactions:v}=Bg({itemId:n,children:i}),x=Nj(n),w=g({className:Lt.iconContainer}),I=S=>{S.key==="Enter"&&(S.preventDefault(),S.defaultMuiPrevented=!0,v.handleSelection(S))};return h.jsx(Kc,{...u(),children:h.jsxs(Yg,{...d({...l,className:`${Lt.node} ${a??""}`,onKeyDown:I}),children:[h.jsxs(Gg,{...m({className:Lt.row}),status:f,children:[h.jsx(Xg,{...w,onClick:S=>{S.stopPropagation(),w.onClick(S)},children:h.jsx(Gc,{status:f})}),h.jsx(Kg,{...p({className:Lt.label}),children:(x==null?void 0:x.label)??o})]}),i&&h.jsx(Qg,{...b({className:Lt.subtree})})]})})}),ob=q.forwardRef(function({overStyled:t=!1,data:n,initialExpandedValues:o,initialSelectedValues:s,multiple:i=!1,disabled:a=!1,onNodeExpand:l,onNodeCollapse:c,onSelectedChange:u,...d},m){const g=ye(d,t),p=o==="*"?Hj(n):o,b=g.className,f=b?`${Lt.root} ${b}`:Lt.root;return h.jsx(eu,{ref:m,...g,items:n,getItemId:v=>v.value,getItemLabel:v=>typeof v.label=="string"?v.label:v.value,defaultExpandedItems:p,defaultSelectedItems:i?s??[]:s==null?void 0:s[0],multiSelect:i,isItemDisabled:a?()=>!0:void 0,expansionTrigger:"iconContainer",onItemExpansionToggle:(v,x,w)=>{w?l==null||l(x):c==null||c(x)},onSelectedItemsChange:(v,x)=>{u==null||u(Array.isArray(x)?x:x?[x]:[])},slots:{expandIcon:Yj,collapseIcon:Gj,endIcon:Kj,item:Xj},classes:{root:f}})});ob.displayName="Tree";const Qj=dy,Zj=hh,Jj=bh,eA=hc,tA=yh,nA=Ah,oA=ef,rA=oa,sA=Te(bi),iA=Te(al),aA=Te(hi),lA=Te(gi),cA=Te(Dn),uA=Te(zp),dA=Te(cy),pA=Te(Hp),fA=Te(qp),mA=Te(On),hA=Te(Iy),gA=Te(Br),bA=Te(Fr),yA=Te(zr),vA=Te(dh),xA=Te(ph),CA=Te(fh),SA=Te(mh),wA=Te(Mn),TA=Te(gn),IA=Te(gc),EA=Te(ll),OA=Te(Sh),kA=Te(dl),_A=Te(wh),PA=Te(Th),DA=Te(Ih),MA=Te(ta),RA=Te(kh),NA=Te(VP),$A=Te(Dh),jA=Te(vc),AA=Te(xc),LA=Te(Sc),VA=Te(Cc),FA=Te(cl),BA=Te(u1),zA=Te(jh),WA=Te(Lh),UA=Te(Tc),HA=Te(wc),qA=Te(no),YA=Te(og),GA=Te(rg),KA=Te(ng),XA=Te(sg),QA=Te(ig),ZA=Te(Ec),JA=Te(vg),eL=Te(Cg),tL=Te(Lc),nL=Te(Sg),oL=Te(wg),rL=Te(qR),sL=Te(Ig),iL=Te(ob);exports.Accordion=sA;exports.AccordionControl=aA;exports.AccordionItem=iA;exports.AccordionPanel=lA;exports.AssistiveElement=cA;exports.Autocomplete=uA;exports.Avatar=dA;exports.Badge=pA;exports.Box=Qj;exports.Breadcrumb=fA;exports.Button=mA;exports.Card=hA;exports.Checkbox=gA;exports.CheckboxGroup=bA;exports.Chip=yA;exports.Container=oA;exports.DatePicker=vA;exports.Dropdown=xA;exports.EmptyValueRenderer=nl;exports.FileInput=CA;exports.FileUpload=SA;exports.Flex=Zj;exports.FormControlLayout=wA;exports.FormControlWrapper=TA;exports.Grid=Jj;exports.GridCol=eA;exports.Group=tA;exports.HoverCard=IA;exports.IS_DEV=Un;exports.Label=EA;exports.Layer=tl;exports.Link=OA;exports.Loader=kA;exports.Menu=_A;exports.MenuDivider=DA;exports.MenuItem=PA;exports.Modal=MA;exports.NumberInput=RA;exports.Pagination=NA;exports.Panel=$A;exports.PanelFooter=jA;exports.Popover=AA;exports.RECURSICA_COMPONENTS=mb;exports.Radio=LA;exports.RadioGroup=VA;exports.ReadOnlyField=FA;exports.RecursicaThemeProvider=fb;exports.SegmentedControl=BA;exports.Slider=zA;exports.Stack=nA;exports.Stepper=WA;exports.Switch=UA;exports.SwitchGroup=HA;exports.Tab=YA;exports.TabPanel=GA;exports.Table=qA;exports.Tabs=KA;exports.Text=XA;exports.TextArea=QA;exports.TextField=ZA;exports.TimePicker=JA;exports.Timeline=eL;exports.TimelineItem=tL;exports.Title=nL;exports.Toast=oL;exports.Tooltip=rL;exports.TransferList=sL;exports.Tree=iL;exports.Typography=rA;exports.copyToClipboard=hb;exports.fileMatchesAccept=sl;exports.injectOverStyledStyles=ol;exports.isGlobalOverStyledActive=pb;exports.mergeClassNames=et;exports.mergeStyles=gb;exports.normalizeComboboxData=mi;exports.omitUnsupportedProps=en;exports.registerOverStyledConsoleCommand=rl;exports.toggleGlobalOverStyled=Lp;exports.useGlobalOverStyled=Vp;exports.withCallerOverride=Fp;exports.wrapComponent=Te;
|
|
265
265
|
//# sourceMappingURL=mui-adapter.cjs.map
|